@avenirs-esr/avenirs-dsav 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avenirs-dsav.css +1 -1
- package/dist/avenirs-dsav.es.js +7375 -15307
- package/dist/avenirs-dsav.umd.js +73 -110
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/badges/AvBadge/AvBadge.stories.d.ts +44 -0
- package/dist/src/components/badges/AvBadge/AvBadge.stub.d.ts +30 -0
- package/dist/src/components/badges/AvBadge/AvBadge.test.d.ts +1 -0
- package/dist/src/components/badges/AvBadge/AvBadge.vue.d.ts +44 -0
- package/dist/src/components/badges/index.d.ts +1 -0
- package/dist/src/components/base/AvIconText/AvIconText.stories.d.ts +36 -0
- package/dist/src/components/base/AvIconText/AvIconText.test.d.ts +1 -0
- package/dist/src/components/base/AvIconText/AvIconText.vue.d.ts +40 -0
- package/dist/src/components/base/AvNotice/AvNotice.stories.d.ts +63 -0
- package/dist/src/components/base/AvNotice/AvNotice.test.d.ts +1 -0
- package/dist/src/components/base/AvNotice/AvNotice.vue.d.ts +22 -0
- package/dist/src/components/base/AvVIcon/AvVIcon.stories.d.ts +47 -0
- package/dist/src/components/base/AvVIcon/AvVIcon.stub.d.ts +9 -0
- package/dist/src/components/base/AvVIcon/AvVIcon.vue.d.ts +54 -0
- package/dist/src/components/base/index.d.ts +2 -0
- package/dist/src/components/cards/AvCard/AvCard.stories.d.ts +28 -0
- package/dist/src/components/cards/AvCard/AvCard.test.d.ts +1 -0
- package/dist/src/components/cards/AvCard/AvCard.vue.d.ts +58 -0
- package/dist/src/components/cards/index.d.ts +1 -0
- package/dist/src/components/feedback/AvAlert/AvAlert.test.d.ts +1 -0
- package/dist/src/components/feedback/AvAlert/AvAlert.vue.d.ts +77 -0
- package/dist/src/components/feedback/AvToaster/AvToaster.test.d.ts +1 -0
- package/dist/src/components/feedback/AvToaster/AvToaster.vue.d.ts +79 -0
- package/dist/src/components/feedback/index.d.ts +2 -0
- package/dist/src/components/header/AvHeader/AvHeader.test.d.ts +1 -0
- package/dist/src/components/header/AvHeader/AvHeader.vue.d.ts +132 -0
- package/dist/src/components/header/AvHeaderMenuLinks/AvHeaderMenuLinks.test.d.ts +1 -0
- package/dist/src/components/header/AvHeaderMenuLinks/AvHeaderMenuLinks.vue.d.ts +38 -0
- package/dist/src/components/header/AvLogo.vue.d.ts +2 -0
- package/dist/src/components/header/EsupLogo.test.d.ts +1 -0
- package/dist/src/components/header/EsupLogo.vue.d.ts +7 -0
- package/dist/src/components/header/index.d.ts +5 -0
- package/dist/src/components/index.d.ts +8 -0
- package/dist/src/components/interaction/accordions/AvAccordion/AvAccordion.stories.d.ts +30 -0
- package/dist/src/components/interaction/accordions/AvAccordion/AvAccordion.test.d.ts +1 -0
- package/dist/src/components/interaction/accordions/AvAccordion/AvAccordion.vue.d.ts +31 -0
- package/dist/src/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.stories.d.ts +48 -0
- package/dist/src/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.test.d.ts +1 -0
- package/dist/src/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.vue.d.ts +36 -0
- package/dist/src/components/interaction/accordions/index.d.ts +2 -0
- package/dist/src/components/interaction/buttons/AvButton/AvButton.stories.d.ts +75 -0
- package/dist/src/components/interaction/buttons/AvButton/AvButton.stub.d.ts +15 -0
- package/dist/src/components/interaction/buttons/AvButton/AvButton.test.d.ts +1 -0
- package/dist/src/components/interaction/buttons/AvButton/AvButton.vue.d.ts +78 -0
- package/dist/src/components/interaction/buttons/AvRichButton/AvRichButton.stories.d.ts +39 -0
- package/dist/src/components/interaction/buttons/AvRichButton/AvRichButton.test.d.ts +1 -0
- package/dist/src/components/interaction/buttons/AvRichButton/AvRichButton.vue.d.ts +48 -0
- package/dist/src/components/interaction/buttons/index.d.ts +2 -0
- package/dist/src/components/interaction/files/AvFileUpload/AvFileUpload.stories.d.ts +30 -0
- package/dist/src/components/interaction/files/AvFileUpload/AvFileUpload.test.d.ts +1 -0
- package/dist/src/components/interaction/files/AvFileUpload/AvFileUpload.vue.d.ts +131 -0
- package/dist/src/components/interaction/files/AvFileUpload/AvFileUploadAlert.vue.d.ts +19 -0
- package/dist/src/components/interaction/files/index.d.ts +1 -0
- package/dist/src/components/interaction/index.d.ts +10 -0
- package/dist/src/components/interaction/inputs/AvInput/AvInput.stories.d.ts +71 -0
- package/dist/src/components/interaction/inputs/AvInput/AvInput.test.d.ts +1 -0
- package/dist/src/components/interaction/inputs/AvInput/AvInput.vue.d.ts +111 -0
- package/dist/src/components/interaction/inputs/index.d.ts +1 -0
- package/dist/src/components/interaction/lists/AvList/AvList.stories.d.ts +55 -0
- package/dist/src/components/interaction/lists/AvList/AvList.stub.d.ts +5 -0
- package/dist/src/components/interaction/lists/AvList/AvList.test.d.ts +1 -0
- package/dist/src/components/interaction/lists/AvList/AvList.vue.d.ts +74 -0
- package/dist/src/components/interaction/lists/AvListItem/AvListItem.stories.d.ts +59 -0
- package/dist/src/components/interaction/lists/AvListItem/AvListItem.stub.d.ts +19 -0
- package/dist/src/components/interaction/lists/AvListItem/AvListItem.test.d.ts +1 -0
- package/dist/src/components/interaction/lists/AvListItem/AvListItem.vue.d.ts +112 -0
- package/dist/src/components/interaction/lists/index.d.ts +2 -0
- package/dist/src/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.stories.d.ts +24 -0
- package/dist/src/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.test.d.ts +1 -0
- package/dist/src/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.vue.d.ts +23 -0
- package/dist/src/components/interaction/pickers/AvTagPicker/AvTagPicker.stories.d.ts +96 -0
- package/dist/src/components/interaction/pickers/AvTagPicker/AvTagPicker.stub.d.ts +11 -0
- package/dist/src/components/interaction/pickers/AvTagPicker/AvTagPicker.test.d.ts +1 -0
- package/dist/src/components/interaction/pickers/AvTagPicker/AvTagPicker.vue.d.ts +79 -0
- package/dist/src/components/interaction/pickers/index.d.ts +2 -0
- package/dist/src/components/interaction/radios/AvRadioButton/AvRadioButton.stories.d.ts +34 -0
- package/dist/src/components/interaction/radios/AvRadioButton/AvRadioButton.test.d.ts +1 -0
- package/dist/src/components/interaction/radios/AvRadioButton/AvRadioButton.vue.d.ts +38 -0
- package/dist/src/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.stories.d.ts +54 -0
- package/dist/src/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.test.d.ts +1 -0
- package/dist/src/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.vue.d.ts +76 -0
- package/dist/src/components/interaction/radios/index.d.ts +2 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocomplete.stories.d.ts +553 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocomplete.stub.d.ts +28 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocomplete.test.d.ts +1 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocomplete.types.d.ts +101 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocomplete.vue.d.ts +204 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocompleteContext.d.ts +14 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocompleteDropdown.vue.d.ts +60 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocompleteInput.vue.d.ts +309 -0
- package/dist/src/components/interaction/selects/AvAutocomplete/AvAutocompleteSelectedTags.vue.d.ts +42 -0
- package/dist/src/components/interaction/selects/AvSelect/AvSelect.stories.d.ts +103 -0
- package/dist/src/components/interaction/selects/AvSelect/AvSelect.stub.d.ts +15 -0
- package/dist/src/components/interaction/selects/AvSelect/AvSelect.test.d.ts +1 -0
- package/dist/src/components/interaction/selects/AvSelect/AvSelect.vue.d.ts +63 -0
- package/dist/src/components/interaction/selects/index.d.ts +3 -0
- package/dist/src/components/interaction/tabs/AvTab/AvTab.stories.d.ts +34 -0
- package/dist/src/components/interaction/tabs/AvTab/AvTab.test.d.ts +1 -0
- package/dist/src/components/interaction/tabs/AvTab/AvTab.vue.d.ts +31 -0
- package/dist/src/components/interaction/tabs/AvTabs/AvTabs.stories.d.ts +51 -0
- package/dist/src/components/interaction/tabs/AvTabs/AvTabs.test.d.ts +1 -0
- package/dist/src/components/interaction/tabs/AvTabs/AvTabs.vue.d.ts +40 -0
- package/dist/src/components/interaction/tabs/index.d.ts +2 -0
- package/dist/src/components/interaction/toggles/AvToggle/AvToggle.stories.d.ts +21 -0
- package/dist/src/components/interaction/toggles/AvToggle/AvToggle.test.d.ts +1 -0
- package/dist/src/components/interaction/toggles/AvToggle/AvToggle.vue.d.ts +46 -0
- package/dist/src/components/interaction/toggles/index.d.ts +1 -0
- package/dist/src/components/navigation/AvNavigation/AvNavigation.stories.d.ts +34 -0
- package/dist/src/components/navigation/AvNavigation/AvNavigation.test.d.ts +1 -0
- package/dist/src/components/navigation/AvNavigation/AvNavigation.vue.d.ts +16 -0
- package/dist/src/components/navigation/AvNavigation/index.d.ts +1 -0
- package/dist/src/components/navigation/AvPagination/AvPagination.test.d.ts +1 -0
- package/dist/src/components/navigation/AvPagination/AvPagination.vue.d.ts +57 -0
- package/dist/src/components/navigation/AvPagination/utils.d.ts +14 -0
- package/dist/src/components/navigation/AvPagination/utils.test.d.ts +1 -0
- package/dist/src/components/navigation/AvSideMenu/AvSideMenu.stories.d.ts +55 -0
- package/dist/src/components/navigation/AvSideMenu/AvSideMenu.test.d.ts +1 -0
- package/dist/src/components/navigation/AvSideMenu/AvSideMenu.vue.d.ts +61 -0
- package/dist/src/components/navigation/AvSideNavigation/AvSideNavigation.stories.d.ts +58 -0
- package/dist/src/components/navigation/AvSideNavigation/AvSideNavigation.stub.d.ts +16 -0
- package/dist/src/components/navigation/AvSideNavigation/AvSideNavigation.test.d.ts +1 -0
- package/dist/src/components/navigation/AvSideNavigation/AvSideNavigation.vue.d.ts +38 -0
- package/dist/src/components/navigation/index.d.ts +5 -0
- package/dist/src/components/overlay/drawers/AvDrawer/AvDrawer.stories.d.ts +53 -0
- package/dist/src/components/overlay/drawers/AvDrawer/AvDrawer.stub.d.ts +11 -0
- package/dist/src/components/overlay/drawers/AvDrawer/AvDrawer.test.d.ts +1 -0
- package/dist/src/components/overlay/drawers/AvDrawer/AvDrawer.vue.d.ts +60 -0
- package/dist/src/components/overlay/index.d.ts +3 -0
- package/dist/src/components/overlay/modals/AvModal/AvModal.test.d.ts +1 -0
- package/dist/src/components/overlay/modals/AvModal/AvModal.vue.d.ts +74 -0
- package/dist/src/components/overlay/popovers/AvPopover/AvPopover.stories.d.ts +49 -0
- package/dist/src/components/overlay/popovers/AvPopover/AvPopover.test.d.ts +1 -0
- package/dist/src/components/overlay/popovers/AvPopover/AvPopover.vue.d.ts +48 -0
- package/dist/src/components/overlay/popovers/AvPopover/use-popover.d.ts +41 -0
- package/dist/src/components/overlay/popovers/AvPopover/use-popover.test.d.ts +1 -0
- package/dist/src/composables/index.d.ts +1 -0
- package/dist/src/composables/use-focus-trap/use-focus-trap.d.ts +25 -0
- package/dist/src/composables/use-focus-trap/use-focus-trap.test.d.ts +1 -0
- package/dist/src/config/index.d.ts +1 -0
- package/dist/src/config/page-sizes.d.ts +6 -0
- package/dist/src/index.d.ts +5 -0
- package/dist/src/main.d.ts +8 -0
- package/dist/src/stories/foundations/icons.stories.d.ts +6 -0
- package/dist/src/stories/foundations/typography.stories.d.ts +5 -0
- package/dist/src/tests/index.d.ts +2 -0
- package/dist/src/tests/stubs.d.ts +62 -0
- package/dist/src/tests/utils.d.ts +34 -0
- package/dist/src/tokens/icons.d.ts +79 -0
- package/dist/src/tokens/index.d.ts +1 -0
- package/dist/src/utils/array/array.d.ts +8 -0
- package/dist/src/utils/forms/form.test.d.ts +1 -0
- package/dist/src/utils/forms/forms.d.ts +6 -0
- package/dist/src/utils/index.d.ts +3 -0
- package/dist/src/utils/string/string.d.ts +21 -0
- package/dist/src/utils/string/string.test.d.ts +1 -0
- package/package.json +4 -3
package/dist/avenirs-dsav.umd.js
CHANGED
|
@@ -1,128 +1,91 @@
|
|
|
1
|
-
(function(re,Me){typeof exports=="object"&&typeof module<"u"?Me(exports):typeof define=="function"&&define.amd?define(["exports"],Me):(re=typeof globalThis<"u"?globalThis:re||self,Me(re.DSAV={}))})(this,(function(re){"use strict";var GM=Object.defineProperty;var JM=(re,Me,Ae)=>Me in re?GM(re,Me,{enumerable:!0,configurable:!0,writable:!0,value:Ae}):re[Me]=Ae;var mf=(re,Me,Ae)=>JM(re,typeof Me!="symbol"?Me+"":Me,Ae);/**
|
|
2
|
-
* @vue/shared v3.5.21
|
|
3
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
-
* @license MIT
|
|
5
|
-
**/function Me(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const Ae=process.env.NODE_ENV!=="production"?Object.freeze({}):{},Zi=process.env.NODE_ENV!=="production"?Object.freeze([]):[],Xe=()=>{},Yi=()=>!1,kn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),qs=e=>e.startsWith("onUpdate:"),Ee=Object.assign,Ga=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},bm=Object.prototype.hasOwnProperty,Se=(e,t)=>bm.call(e,t),G=Array.isArray,vi=e=>Gi(e)==="[object Map]",mi=e=>Gi(e)==="[object Set]",bf=e=>Gi(e)==="[object Date]",ym=e=>Gi(e)==="[object RegExp]",ae=e=>typeof e=="function",fe=e=>typeof e=="string",kt=e=>typeof e=="symbol",Ce=e=>e!==null&&typeof e=="object",Ks=e=>(Ce(e)||ae(e))&&ae(e.then)&&ae(e.catch),yf=Object.prototype.toString,Gi=e=>yf.call(e),Ja=e=>Gi(e).slice(8,-1),Xs=e=>Gi(e)==="[object Object]",$a=e=>fe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Xn=Me(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ef=Me("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),Zs=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},Em=/-\w/g,Be=Zs(e=>e.replace(Em,t=>t.slice(1).toUpperCase())),Im=/\B([A-Z])/g,ht=Zs(e=>e.replace(Im,"-$1").toLowerCase()),An=Zs(e=>e.charAt(0).toUpperCase()+e.slice(1)),_n=Zs(e=>e?`on${An(e)}`:""),Nt=(e,t)=>!Object.is(e,t),Zn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Ji=(e,t,n,i=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:i,value:n})},Ys=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Gs=e=>{const t=fe(e)?Number(e):NaN;return isNaN(t)?e:t};let If;const $i=()=>If||(If=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),zr={1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"NEED_HYDRATION",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT",[-1]:"CACHED",[-2]:"BAIL"},Nm={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},Cm=Me("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol");function Mt(e){if(G(e)){const t={};for(let n=0;n<e.length;n++){const i=e[n],r=fe(i)?Nf(i):Mt(i);if(r)for(const s in r)t[s]=r[s]}return t}else if(fe(e)||Ce(e))return e}const Tm=/;(?![^(]*\))/g,wm=/:([^]+)/,Sm=/\/\*[^]*?\*\//g;function Nf(e){const t={};return e.replace(Sm,"").split(Tm).forEach(n=>{if(n){const i=n.split(wm);i.length>1&&(t[i[0].trim()]=i[1].trim())}}),t}function Om(e){if(!e)return"";if(fe(e))return e;let t="";for(const n in e){const i=e[n];if(fe(i)||typeof i=="number"){const r=n.startsWith("--")?n:ht(n);t+=`${r}:${i};`}}return t}function _e(e){let t="";if(fe(e))t=e;else if(G(e))for(let n=0;n<e.length;n++){const i=_e(e[n]);i&&(t+=i+" ")}else if(Ce(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Qr(e){if(!e)return null;let{class:t,style:n}=e;return t&&!fe(t)&&(e.class=_e(t)),n&&(e.style=Mt(n)),e}const xm="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot",km="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",Mm="annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics",Dm="area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr",Cf=Me(xm),Tf=Me(km),wf=Me(Mm),Lm=Me(Dm),Sf="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Pm=Me(Sf),Of=Me(Sf+",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");function el(e){return!!e||e===""}const Rm=Me("accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap"),Vm=Me("xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan");function jm(e){if(e==null)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"}const Bm=/[ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~]/g;function zm(e,t){return e.replace(Bm,n=>`\\${n}`)}function Qm(e,t){if(e.length!==t.length)return!1;let n=!0;for(let i=0;n&&i<e.length;i++)n=Yn(e[i],t[i]);return n}function Yn(e,t){if(e===t)return!0;let n=bf(e),i=bf(t);if(n||i)return n&&i?e.getTime()===t.getTime():!1;if(n=kt(e),i=kt(t),n||i)return e===t;if(n=G(e),i=G(t),n||i)return n&&i?Qm(e,t):!1;if(n=Ce(e),i=Ce(t),n||i){if(!n||!i)return!1;const r=Object.keys(e).length,s=Object.keys(t).length;if(r!==s)return!1;for(const o in e){const a=e.hasOwnProperty(o),l=t.hasOwnProperty(o);if(a&&!l||!a&&l||!Yn(e[o],t[o]))return!1}}return String(e)===String(t)}function Js(e,t){return e.findIndex(n=>Yn(n,t))}const xf=e=>!!(e&&e.__v_isRef===!0),oe=e=>fe(e)?e:e==null?"":G(e)||Ce(e)&&(e.toString===yf||!ae(e.toString))?xf(e)?oe(e.value):JSON.stringify(e,kf,2):String(e),kf=(e,t)=>xf(t)?kf(e,t.value):vi(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[i,r],s)=>(n[tl(i,s)+" =>"]=r,n),{})}:mi(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>tl(n))}:kt(t)?tl(t):Ce(t)&&!G(t)&&!Xs(t)?String(t):t,tl=(e,t="")=>{var n;return kt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};function Mf(e){return e==null?"initial":typeof e=="string"?e===""?" ":e:((typeof e!="number"||!Number.isFinite(e))&&process.env.NODE_ENV!=="production"&&console.warn("[Vue warn] Invalid value used for CSS binding. Expected a string or a finite number but received:",e),String(e))}/**
|
|
6
|
-
* @vue/reactivity v3.5.21
|
|
7
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
-
* @license MIT
|
|
9
|
-
**/function Wt(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let gt;class nl{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=gt,!t&>&&(this.index=(gt.scopes||(gt.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=gt;try{return gt=this,t()}finally{gt=n}}else process.env.NODE_ENV!=="production"&&Wt("cannot run an inactive effect scope.")}on(){++this._on===1&&(this.prevScope=gt,gt=this)}off(){this._on>0&&--this._on===0&&(gt=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,i;for(n=0,i=this.effects.length;n<i;n++)this.effects[n].stop();for(this.effects.length=0,n=0,i=this.cleanups.length;n<i;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,i=this.scopes.length;n<i;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function Fm(e){return new nl(e)}function il(){return gt}function Df(e,t=!1){gt?gt.cleanups.push(e):process.env.NODE_ENV!=="production"&&!t&&Wt("onScopeDispose() is called when there is no active effect scope to be associated with.")}let De;const rl=new WeakSet;class Fr{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,gt&>.active&>.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,rl.has(this)&&(rl.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Pf(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,zf(this),Rf(this);const t=De,n=nn;De=this,nn=!0;try{return this.fn()}finally{process.env.NODE_ENV!=="production"&&De!==this&&Wt("Active effect was not restored correctly - this is likely a Vue internal bug."),Vf(this),De=t,nn=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)ll(t);this.deps=this.depsTail=void 0,zf(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?rl.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){al(this)&&this.run()}get dirty(){return al(this)}}let Lf=0,Wr,Ur;function Pf(e,t=!1){if(e.flags|=8,t){e.next=Ur,Ur=e;return}e.next=Wr,Wr=e}function sl(){Lf++}function ol(){if(--Lf>0)return;if(Ur){let t=Ur;for(Ur=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Wr;){let t=Wr;for(Wr=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(i){e||(e=i)}t=n}}if(e)throw e}function Rf(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Vf(e){let t,n=e.depsTail,i=n;for(;i;){const r=i.prevDep;i.version===-1?(i===n&&(n=r),ll(i),Wm(i)):t=i,i.dep.activeLink=i.prevActiveLink,i.prevActiveLink=void 0,i=r}e.deps=t,e.depsTail=n}function al(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(jf(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function jf(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Hr)||(e.globalVersion=Hr,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!al(e))))return;e.flags|=2;const t=e.dep,n=De,i=nn;De=e,nn=!0;try{Rf(e);const r=e.fn(e._value);(t.version===0||Nt(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{De=n,nn=i,Vf(e),e.flags&=-3}}function ll(e,t=!1){const{dep:n,prevSub:i,nextSub:r}=e;if(i&&(i.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=i,e.nextSub=void 0),process.env.NODE_ENV!=="production"&&n.subsHead===e&&(n.subsHead=r),n.subs===e&&(n.subs=i,!i&&n.computed)){n.computed.flags&=-5;for(let s=n.computed.deps;s;s=s.nextDep)ll(s,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Wm(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}function Um(e,t){e.effect instanceof Fr&&(e=e.effect.fn);const n=new Fr(e);t&&Ee(n,t);try{n.run()}catch(r){throw n.stop(),r}const i=n.run.bind(n);return i.effect=n,i}function Hm(e){e.effect.stop()}let nn=!0;const Bf=[];function rn(){Bf.push(nn),nn=!1}function sn(){const e=Bf.pop();nn=e===void 0?!0:e}function zf(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=De;De=void 0;try{t()}finally{De=n}}}let Hr=0;class qm{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class $s{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0,process.env.NODE_ENV!=="production"&&(this.subsHead=void 0)}track(t){if(!De||!nn||De===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==De)n=this.activeLink=new qm(De,this),De.deps?(n.prevDep=De.depsTail,De.depsTail.nextDep=n,De.depsTail=n):De.deps=De.depsTail=n,Qf(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const i=n.nextDep;i.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=i),n.prevDep=De.depsTail,n.nextDep=void 0,De.depsTail.nextDep=n,De.depsTail=n,De.deps===n&&(De.deps=i)}return process.env.NODE_ENV!=="production"&&De.onTrack&&De.onTrack(Ee({effect:De},t)),n}trigger(t){this.version++,Hr++,this.notify(t)}notify(t){sl();try{if(process.env.NODE_ENV!=="production")for(let n=this.subsHead;n;n=n.nextSub)n.sub.onTrigger&&!(n.sub.flags&8)&&n.sub.onTrigger(Ee({effect:n.sub},t));for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ol()}}}function Qf(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let i=t.deps;i;i=i.nextDep)Qf(i)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),process.env.NODE_ENV!=="production"&&e.dep.subsHead===void 0&&(e.dep.subsHead=e),e.dep.subs=e}}const eo=new WeakMap,bi=Symbol(process.env.NODE_ENV!=="production"?"Object iterate":""),cl=Symbol(process.env.NODE_ENV!=="production"?"Map keys iterate":""),qr=Symbol(process.env.NODE_ENV!=="production"?"Array iterate":"");function rt(e,t,n){if(nn&&De){let i=eo.get(e);i||eo.set(e,i=new Map);let r=i.get(n);r||(i.set(n,r=new $s),r.map=i,r.key=n),process.env.NODE_ENV!=="production"?r.track({target:e,type:t,key:n}):r.track()}}function vn(e,t,n,i,r,s){const o=eo.get(e);if(!o){Hr++;return}const a=l=>{l&&(process.env.NODE_ENV!=="production"?l.trigger({target:e,type:t,key:n,newValue:i,oldValue:r,oldTarget:s}):l.trigger())};if(sl(),t==="clear")o.forEach(a);else{const l=G(e),c=l&&$a(n);if(l&&n==="length"){const u=Number(i);o.forEach((f,d)=>{(d==="length"||d===qr||!kt(d)&&d>=u)&&a(f)})}else switch((n!==void 0||o.has(void 0))&&a(o.get(n)),c&&a(o.get(qr)),t){case"add":l?c&&a(o.get("length")):(a(o.get(bi)),vi(e)&&a(o.get(cl)));break;case"delete":l||(a(o.get(bi)),vi(e)&&a(o.get(cl)));break;case"set":vi(e)&&a(o.get(bi));break}}ol()}function Km(e,t){const n=eo.get(e);return n&&n.get(t)}function er(e){const t=me(e);return t===e?t:(rt(t,"iterate",qr),At(e)?t:t.map(ct))}function to(e){return rt(e=me(e),"iterate",qr),e}const Xm={__proto__:null,[Symbol.iterator](){return ul(this,Symbol.iterator,ct)},concat(...e){return er(this).concat(...e.map(t=>G(t)?er(t):t))},entries(){return ul(this,"entries",e=>(e[1]=ct(e[1]),e))},every(e,t){return Mn(this,"every",e,t,void 0,arguments)},filter(e,t){return Mn(this,"filter",e,t,n=>n.map(ct),arguments)},find(e,t){return Mn(this,"find",e,t,ct,arguments)},findIndex(e,t){return Mn(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Mn(this,"findLast",e,t,ct,arguments)},findLastIndex(e,t){return Mn(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Mn(this,"forEach",e,t,void 0,arguments)},includes(...e){return fl(this,"includes",e)},indexOf(...e){return fl(this,"indexOf",e)},join(e){return er(this).join(e)},lastIndexOf(...e){return fl(this,"lastIndexOf",e)},map(e,t){return Mn(this,"map",e,t,void 0,arguments)},pop(){return Kr(this,"pop")},push(...e){return Kr(this,"push",e)},reduce(e,...t){return Ff(this,"reduce",e,t)},reduceRight(e,...t){return Ff(this,"reduceRight",e,t)},shift(){return Kr(this,"shift")},some(e,t){return Mn(this,"some",e,t,void 0,arguments)},splice(...e){return Kr(this,"splice",e)},toReversed(){return er(this).toReversed()},toSorted(e){return er(this).toSorted(e)},toSpliced(...e){return er(this).toSpliced(...e)},unshift(...e){return Kr(this,"unshift",e)},values(){return ul(this,"values",ct)}};function ul(e,t,n){const i=to(e),r=i[t]();return i!==e&&!At(e)&&(r._next=r.next,r.next=()=>{const s=r._next();return s.value&&(s.value=n(s.value)),s}),r}const Zm=Array.prototype;function Mn(e,t,n,i,r,s){const o=to(e),a=o!==e&&!At(e),l=o[t];if(l!==Zm[t]){const f=l.apply(e,s);return a?ct(f):f}let c=n;o!==e&&(a?c=function(f,d){return n.call(this,ct(f),d,e)}:n.length>2&&(c=function(f,d){return n.call(this,f,d,e)}));const u=l.call(o,c,i);return a&&r?r(u):u}function Ff(e,t,n,i){const r=to(e);let s=n;return r!==e&&(At(e)?n.length>3&&(s=function(o,a,l){return n.call(this,o,a,l,e)}):s=function(o,a,l){return n.call(this,o,ct(a),l,e)}),r[t](s,...i)}function fl(e,t,n){const i=me(e);rt(i,"iterate",qr);const r=i[t](...n);return(r===-1||r===!1)&&tr(n[0])?(n[0]=me(n[0]),i[t](...n)):r}function Kr(e,t,n=[]){rn(),sl();const i=me(e)[t].apply(e,n);return ol(),sn(),i}const Ym=Me("__proto__,__v_isRef,__isVue"),Wf=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(kt));function Gm(e){kt(e)||(e=String(e));const t=me(this);return rt(t,"has",e),t.hasOwnProperty(e)}class Uf{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,i){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return s;if(n==="__v_raw")return i===(r?s?Gf:Yf:s?Zf:Xf).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(i)?t:void 0;const o=G(t);if(!r){let l;if(o&&(l=Xm[n]))return l;if(n==="hasOwnProperty")return Gm}const a=Reflect.get(t,n,Fe(t)?t:i);return(kt(n)?Wf.has(n):Ym(n))||(r||rt(t,"get",n),s)?a:Fe(a)?o&&$a(n)?a:a.value:Ce(a)?r?so(a):Gn(a):a}}class Hf extends Uf{constructor(t=!1){super(!1,t)}set(t,n,i,r){let s=t[n];if(!this._isShallow){const l=an(s);if(!At(i)&&!an(i)&&(s=me(s),i=me(i)),!G(t)&&Fe(s)&&!Fe(i))return l?(process.env.NODE_ENV!=="production"&&Wt(`Set operation on key "${String(n)}" failed: target is readonly.`,t[n]),!0):(s.value=i,!0)}const o=G(t)&&$a(n)?Number(n)<t.length:Se(t,n),a=Reflect.set(t,n,i,Fe(t)?t:r);return t===me(r)&&(o?Nt(i,s)&&vn(t,"set",n,i,s):vn(t,"add",n,i)),a}deleteProperty(t,n){const i=Se(t,n),r=t[n],s=Reflect.deleteProperty(t,n);return s&&i&&vn(t,"delete",n,void 0,r),s}has(t,n){const i=Reflect.has(t,n);return(!kt(n)||!Wf.has(n))&&rt(t,"has",n),i}ownKeys(t){return rt(t,"iterate",G(t)?"length":bi),Reflect.ownKeys(t)}}class qf extends Uf{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&Wt(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&Wt(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Jm=new Hf,$m=new qf,eb=new Hf(!0),tb=new qf(!0),dl=e=>e,no=e=>Reflect.getPrototypeOf(e);function nb(e,t,n){return function(...i){const r=this.__v_raw,s=me(r),o=vi(s),a=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,c=r[e](...i),u=n?dl:t?ao:ct;return!t&&rt(s,"iterate",l?cl:bi),{next(){const{value:f,done:d}=c.next();return d?{value:f,done:d}:{value:a?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function io(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";Wt(`${An(e)} operation ${n}failed: target is readonly.`,me(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function ib(e,t){const n={get(r){const s=this.__v_raw,o=me(s),a=me(r);e||(Nt(r,a)&&rt(o,"get",r),rt(o,"get",a));const{has:l}=no(o),c=t?dl:e?ao:ct;if(l.call(o,r))return c(s.get(r));if(l.call(o,a))return c(s.get(a));s!==o&&s.get(r)},get size(){const r=this.__v_raw;return!e&&rt(me(r),"iterate",bi),r.size},has(r){const s=this.__v_raw,o=me(s),a=me(r);return e||(Nt(r,a)&&rt(o,"has",r),rt(o,"has",a)),r===a?s.has(r):s.has(r)||s.has(a)},forEach(r,s){const o=this,a=o.__v_raw,l=me(a),c=t?dl:e?ao:ct;return!e&&rt(l,"iterate",bi),a.forEach((u,f)=>r.call(s,c(u),c(f),o))}};return Ee(n,e?{add:io("add"),set:io("set"),delete:io("delete"),clear:io("clear")}:{add(r){!t&&!At(r)&&!an(r)&&(r=me(r));const s=me(this);return no(s).has.call(s,r)||(s.add(r),vn(s,"add",r,r)),this},set(r,s){!t&&!At(s)&&!an(s)&&(s=me(s));const o=me(this),{has:a,get:l}=no(o);let c=a.call(o,r);c?process.env.NODE_ENV!=="production"&&Kf(o,a,r):(r=me(r),c=a.call(o,r));const u=l.call(o,r);return o.set(r,s),c?Nt(s,u)&&vn(o,"set",r,s,u):vn(o,"add",r,s),this},delete(r){const s=me(this),{has:o,get:a}=no(s);let l=o.call(s,r);l?process.env.NODE_ENV!=="production"&&Kf(s,o,r):(r=me(r),l=o.call(s,r));const c=a?a.call(s,r):void 0,u=s.delete(r);return l&&vn(s,"delete",r,void 0,c),u},clear(){const r=me(this),s=r.size!==0,o=process.env.NODE_ENV!=="production"?vi(r)?new Map(r):new Set(r):void 0,a=r.clear();return s&&vn(r,"clear",void 0,void 0,o),a}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=nb(r,e,t)}),n}function ro(e,t){const n=ib(e,t);return(i,r,s)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?i:Reflect.get(Se(n,r)&&r in i?n:i,r,s)}const rb={get:ro(!1,!1)},sb={get:ro(!1,!0)},ob={get:ro(!0,!1)},ab={get:ro(!0,!0)};function Kf(e,t,n){const i=me(n);if(i!==n&&t.call(e,i)){const r=Ja(e);Wt(`Reactive ${r} contains both the raw and reactive versions of the same object${r==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Xf=new WeakMap,Zf=new WeakMap,Yf=new WeakMap,Gf=new WeakMap;function lb(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function cb(e){return e.__v_skip||!Object.isExtensible(e)?0:lb(Ja(e))}function Gn(e){return an(e)?e:oo(e,!1,Jm,rb,Xf)}function pl(e){return oo(e,!1,eb,sb,Zf)}function so(e){return oo(e,!0,$m,ob,Yf)}function on(e){return oo(e,!0,tb,ab,Gf)}function oo(e,t,n,i,r){if(!Ce(e))return process.env.NODE_ENV!=="production"&&Wt(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=cb(e);if(s===0)return e;const o=r.get(e);if(o)return o;const a=new Proxy(e,s===2?i:n);return r.set(e,a),a}function Dn(e){return an(e)?Dn(e.__v_raw):!!(e&&e.__v_isReactive)}function an(e){return!!(e&&e.__v_isReadonly)}function At(e){return!!(e&&e.__v_isShallow)}function tr(e){return e?!!e.__v_raw:!1}function me(e){const t=e&&e.__v_raw;return t?me(t):e}function Jf(e){return!Se(e,"__v_skip")&&Object.isExtensible(e)&&Ji(e,"__v_skip",!0),e}const ct=e=>Ce(e)?Gn(e):e,ao=e=>Ce(e)?so(e):e;function Fe(e){return e?e.__v_isRef===!0:!1}function he(e){return $f(e,!1)}function nr(e){return $f(e,!0)}function $f(e,t){return Fe(e)?e:new ub(e,t)}class ub{constructor(t,n){this.dep=new $s,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:me(t),this._value=n?t:ct(t),this.__v_isShallow=n}get value(){return process.env.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(t){const n=this._rawValue,i=this.__v_isShallow||At(t)||an(t);t=i?t:me(t),Nt(t,n)&&(this._rawValue=t,this._value=i?t:ct(t),process.env.NODE_ENV!=="production"?this.dep.trigger({target:this,type:"set",key:"value",newValue:t,oldValue:n}):this.dep.trigger())}}function fb(e){e.dep&&(process.env.NODE_ENV!=="production"?e.dep.trigger({target:e,type:"set",key:"value",newValue:e._value}):e.dep.trigger())}function P(e){return Fe(e)?e.value:e}function _t(e){return ae(e)?e():P(e)}const db={get:(e,t,n)=>t==="__v_raw"?e:P(Reflect.get(e,t,n)),set:(e,t,n,i)=>{const r=e[t];return Fe(r)&&!Fe(n)?(r.value=n,!0):Reflect.set(e,t,n,i)}};function hl(e){return Dn(e)?e:new Proxy(e,db)}class pb{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new $s,{get:i,set:r}=t(n.track.bind(n),n.trigger.bind(n));this._get=i,this._set=r}get value(){return this._value=this._get()}set value(t){this._set(t)}}function ed(e){return new pb(e)}function gl(e){process.env.NODE_ENV!=="production"&&!tr(e)&&Wt("toRefs() expects a reactive object but received a plain one.");const t=G(e)?new Array(e.length):{};for(const n in e)t[n]=td(e,n);return t}class hb{constructor(t,n,i){this._object=t,this._key=n,this._defaultValue=i,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Km(me(this._object),this._key)}}class gb{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Xr(e,t,n){return Fe(e)?e:ae(e)?new gb(e):Ce(e)&&arguments.length>1?td(e,t,n):he(e)}function td(e,t,n){const i=e[t];return Fe(i)?i:new hb(e,t,n)}class Ab{constructor(t,n,i){this.fn=t,this.setter=n,this._value=void 0,this.dep=new $s(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Hr-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=i}notify(){if(this.flags|=16,!(this.flags&8)&&De!==this)return Pf(this,!0),!0;process.env.NODE_ENV}get value(){const t=process.env.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return jf(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter?this.setter(t):process.env.NODE_ENV!=="production"&&Wt("Write operation failed: computed value is readonly")}}function _b(e,t,n=!1){let i,r;ae(e)?i=e:(i=e.get,r=e.set);const s=new Ab(i,r,n);return process.env.NODE_ENV!=="production"&&t&&!n&&(s.onTrack=t.onTrack,s.onTrigger=t.onTrigger),s}const vb={GET:"get",HAS:"has",ITERATE:"iterate"},mb={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},lo={},co=new WeakMap;let Jn;function bb(){return Jn}function nd(e,t=!1,n=Jn){if(n){let i=co.get(n);i||co.set(n,i=[]),i.push(e)}else process.env.NODE_ENV!=="production"&&!t&&Wt("onWatcherCleanup() was called when there was no active watcher to associate with.")}function yb(e,t,n=Ae){const{immediate:i,deep:r,once:s,scheduler:o,augmentJob:a,call:l}=n,c=w=>{(n.onWarn||Wt)("Invalid watch source: ",w,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},u=w=>r?w:At(w)||r===!1||r===0?Ln(w,1):Ln(w);let f,d,_,v,A=!1,h=!1;if(Fe(e)?(d=()=>e.value,A=At(e)):Dn(e)?(d=()=>u(e),A=!0):G(e)?(h=!0,A=e.some(w=>Dn(w)||At(w)),d=()=>e.map(w=>{if(Fe(w))return w.value;if(Dn(w))return u(w);if(ae(w))return l?l(w,2):w();process.env.NODE_ENV!=="production"&&c(w)})):ae(e)?t?d=l?()=>l(e,2):e:d=()=>{if(_){rn();try{_()}finally{sn()}}const w=Jn;Jn=f;try{return l?l(e,3,[v]):e(v)}finally{Jn=w}}:(d=Xe,process.env.NODE_ENV!=="production"&&c(e)),t&&r){const w=d,C=r===!0?1/0:r;d=()=>Ln(w(),C)}const g=il(),E=()=>{f.stop(),g&&g.active&&Ga(g.effects,f)};if(s&&t){const w=t;t=(...C)=>{w(...C),E()}}let b=h?new Array(e.length).fill(lo):lo;const I=w=>{if(!(!(f.flags&1)||!f.dirty&&!w))if(t){const C=f.run();if(r||A||(h?C.some((x,T)=>Nt(x,b[T])):Nt(C,b))){_&&_();const x=Jn;Jn=f;try{const T=[C,b===lo?void 0:h&&b[0]===lo?[]:b,v];b=C,l?l(t,3,T):t(...T)}finally{Jn=x}}}else f.run()};return a&&a(I),f=new Fr(d),f.scheduler=o?()=>o(I,!1):I,v=w=>nd(w,!1,f),_=f.onStop=()=>{const w=co.get(f);if(w){if(l)l(w,4);else for(const C of w)C();co.delete(f)}},process.env.NODE_ENV!=="production"&&(f.onTrack=n.onTrack,f.onTrigger=n.onTrigger),t?i?I(!0):b=f.run():o?o(I.bind(null,!0),!0):f.run(),E.pause=f.pause.bind(f),E.resume=f.resume.bind(f),E.stop=E,E}function Ln(e,t=1/0,n){if(t<=0||!Ce(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,Fe(e))Ln(e.value,t,n);else if(G(e))for(let i=0;i<e.length;i++)Ln(e[i],t,n);else if(mi(e)||vi(e))e.forEach(i=>{Ln(i,t,n)});else if(Xs(e)){for(const i in e)Ln(e[i],t,n);for(const i of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,i)&&Ln(e[i],t,n)}return e}/**
|
|
10
|
-
* @vue/runtime-core v3.5.21
|
|
11
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
|
-
* @license MIT
|
|
13
|
-
**/const yi=[];function ir(e){yi.push(e)}function rr(){yi.pop()}let Al=!1;function W(e,...t){if(Al)return;Al=!0,rn();const n=yi.length?yi[yi.length-1].component:null,i=n&&n.appContext.config.warnHandler,r=Eb();if(i)Ei(i,n,11,[e+t.map(s=>{var o,a;return(a=(o=s.toString)==null?void 0:o.call(s))!=null?a:JSON.stringify(s)}).join(""),n&&n.proxy,r.map(({vnode:s})=>`at <${zo(n,s.type)}>`).join(`
|
|
14
|
-
`),r]);else{const s=[`[Vue warn]: ${e}`,...t];r.length&&s.push(`
|
|
15
|
-
`,...Ib(r)),console.warn(...s)}sn(),Al=!1}function Eb(){let e=yi[yi.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const i=e.component&&e.component.parent;e=i&&i.vnode}return t}function Ib(e){const t=[];return e.forEach((n,i)=>{t.push(...i===0?[]:[`
|
|
16
|
-
`],...Nb(n))}),t}function Nb({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",i=e.component?e.component.parent==null:!1,r=` at <${zo(e.component,e.type,i)}`,s=">"+n;return e.props?[r,...Cb(e.props),s]:[r+s]}function Cb(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(i=>{t.push(...id(i,e[i]))}),n.length>3&&t.push(" ..."),t}function id(e,t,n){return fe(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:Fe(t)?(t=id(e,me(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):ae(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=me(t),n?t:[`${e}=`,t])}function _l(e,t){process.env.NODE_ENV!=="production"&&e!==void 0&&(typeof e!="number"?W(`${t} is not a valid number - got ${JSON.stringify(e)}.`):isNaN(e)&&W(`${t} is NaN - the duration expression might be incorrect.`))}const Tb={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER",COMPONENT_UPDATE:15,15:"COMPONENT_UPDATE",APP_UNMOUNT_CLEANUP:16,16:"APP_UNMOUNT_CLEANUP"},uo={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function Ei(e,t,n,i){try{return i?e(...i):e()}catch(r){$n(r,t,n)}}function Yt(e,t,n,i){if(ae(e)){const r=Ei(e,t,n,i);return r&&Ks(r)&&r.catch(s=>{$n(s,t,n)}),r}if(G(e)){const r=[];for(let s=0;s<e.length;s++)r.push(Yt(e[s],t,n,i));return r}else process.env.NODE_ENV!=="production"&&W(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function $n(e,t,n,i=!0){const r=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Ae;if(t){let a=t.parent;const l=t.proxy,c=process.env.NODE_ENV!=="production"?uo[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const u=a.ec;if(u){for(let f=0;f<u.length;f++)if(u[f](e,l,c)===!1)return}a=a.parent}if(s){rn(),Ei(s,null,10,[e,l,c]),sn();return}}wb(e,n,r,i,o)}function wb(e,t,n,i=!0,r=!1){if(process.env.NODE_ENV!=="production"){const s=uo[t];if(n&&ir(n),W(`Unhandled error${s?` during execution of ${s}`:""}`),n&&rr(),i)throw e;console.error(e)}else{if(r)throw e;console.error(e)}}const Ct=[];let mn=-1;const sr=[];let ei=null,or=0;const rd=Promise.resolve();let fo=null;const Sb=100;function Ut(e){const t=fo||rd;return e?t.then(this?e.bind(this):e):t}function Ob(e){let t=mn+1,n=Ct.length;for(;t<n;){const i=t+n>>>1,r=Ct[i],s=Zr(r);s<e||s===e&&r.flags&2?t=i+1:n=i}return t}function po(e){if(!(e.flags&1)){const t=Zr(e),n=Ct[Ct.length-1];!n||!(e.flags&2)&&t>=Zr(n)?Ct.push(e):Ct.splice(Ob(t),0,e),e.flags|=1,sd()}}function sd(){fo||(fo=rd.then(ad))}function ar(e){G(e)?sr.push(...e):ei&&e.id===-1?ei.splice(or+1,0,e):e.flags&1||(sr.push(e),e.flags|=1),sd()}function od(e,t,n=mn+1){for(process.env.NODE_ENV!=="production"&&(t=t||new Map);n<Ct.length;n++){const i=Ct[n];if(i&&i.flags&2){if(e&&i.id!==e.uid||process.env.NODE_ENV!=="production"&&vl(t,i))continue;Ct.splice(n,1),n--,i.flags&4&&(i.flags&=-2),i(),i.flags&4||(i.flags&=-2)}}}function ho(e){if(sr.length){const t=[...new Set(sr)].sort((n,i)=>Zr(n)-Zr(i));if(sr.length=0,ei){ei.push(...t);return}for(ei=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),or=0;or<ei.length;or++){const n=ei[or];process.env.NODE_ENV!=="production"&&vl(e,n)||(n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2)}ei=null,or=0}}const Zr=e=>e.id==null?e.flags&2?-1:1/0:e.id;function ad(e){process.env.NODE_ENV!=="production"&&(e=e||new Map);const t=process.env.NODE_ENV!=="production"?n=>vl(e,n):Xe;try{for(mn=0;mn<Ct.length;mn++){const n=Ct[mn];if(n&&!(n.flags&8)){if(process.env.NODE_ENV!=="production"&&t(n))continue;n.flags&4&&(n.flags&=-2),Ei(n,n.i,n.i?15:14),n.flags&4||(n.flags&=-2)}}}finally{for(;mn<Ct.length;mn++){const n=Ct[mn];n&&(n.flags&=-2)}mn=-1,Ct.length=0,ho(e),fo=null,(Ct.length||sr.length)&&ad(e)}}function vl(e,t){const n=e.get(t)||0;if(n>Sb){const i=t.i,r=i&&_r(i.type);return $n(`Maximum recursive updates exceeded${r?` in component <${r}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return e.set(t,n+1),!1}let ln=!1;const go=new Map;if(process.env.NODE_ENV!=="production"){const e=$i();e.__VUE_HMR_RUNTIME__||(e.__VUE_HMR_RUNTIME__={createRecord:ml(ld),rerender:ml(Mb),reload:ml(Db)})}const Ii=new Map;function xb(e){const t=e.type.__hmrId;let n=Ii.get(t);n||(ld(t,e.type),n=Ii.get(t)),n.instances.add(e)}function kb(e){Ii.get(e.type.__hmrId).instances.delete(e)}function ld(e,t){return Ii.has(e)?!1:(Ii.set(e,{initialDef:Ao(t),instances:new Set}),!0)}function Ao(e){return Vp(e)?e.__vccOpts:e}function Mb(e,t){const n=Ii.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(i=>{t&&(i.render=t,Ao(i.type).render=t),i.renderCache=[],ln=!0,i.job.flags&8||i.update(),ln=!1}))}function Db(e,t){const n=Ii.get(e);if(!n)return;t=Ao(t),cd(n.initialDef,t);const i=[...n.instances];for(let r=0;r<i.length;r++){const s=i[r],o=Ao(s.type);let a=go.get(o);a||(o!==n.initialDef&&cd(o,t),go.set(o,a=new Set)),a.add(s),s.appContext.propsCache.delete(s.type),s.appContext.emitsCache.delete(s.type),s.appContext.optionsCache.delete(s.type),s.ceReload?(a.add(s),s.ceReload(t.styles),a.delete(s)):s.parent?po(()=>{s.job.flags&8||(ln=!0,s.parent.update(),ln=!1,a.delete(s))}):s.appContext.reload?s.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),s.root.ce&&s!==s.root&&s.root.ce._removeChildStyle(o)}ar(()=>{go.clear()})}function cd(e,t){Ee(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function ml(e){return(t,n)=>{try{return e(t,n)}catch(i){console.error(i),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let cn,Yr=[],bl=!1;function Gr(e,...t){cn?cn.emit(e,...t):bl||Yr.push({event:e,args:t})}function yl(e,t){var n,i;cn=e,cn?(cn.enabled=!0,Yr.forEach(({event:r,args:s})=>cn.emit(r,...s)),Yr=[]):typeof window<"u"&&window.HTMLElement&&!((i=(n=window.navigator)==null?void 0:n.userAgent)!=null&&i.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(s=>{yl(s,t)}),setTimeout(()=>{cn||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,bl=!0,Yr=[])},3e3)):(bl=!0,Yr=[])}function Lb(e,t){Gr("app:init",e,t,{Fragment:ue,Text:En,Comment:He,Static:ii})}function Pb(e){Gr("app:unmount",e)}const El=Il("component:added"),ud=Il("component:updated"),Rb=Il("component:removed"),Vb=e=>{cn&&typeof cn.cleanupBuffer=="function"&&!cn.cleanupBuffer(e)&&Rb(e)};function Il(e){return t=>{Gr(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}const jb=fd("perf:start"),Bb=fd("perf:end");function fd(e){return(t,n,i)=>{Gr(e,t.appContext.app,t.uid,t,n,i)}}function zb(e,t,n){Gr("component:emit",e.appContext.app,e,t,n)}let et=null,_o=null;function Jr(e){const t=et;return et=e,_o=e&&e.type.__scopeId||null,t}function Qb(e){_o=e}function Fb(){_o=null}const Wb=e=>Ie;function Ie(e,t=et,n){if(!t||e._n)return e;const i=(...r)=>{i._d&&cs(-1);const s=Jr(t);let o;try{o=e(...r)}finally{Jr(s),i._d&&cs(1)}return process.env.NODE_ENV!=="production"&&ud(t),o};return i._n=!0,i._c=!0,i._d=!0,i}function dd(e){Ef(e)&&W("Do not use built-in directive ids as custom directive id: "+e)}function pd(e,t){if(et===null)return process.env.NODE_ENV!=="production"&&W("withDirectives can only be used inside render functions."),e;const n=fs(et),i=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[s,o,a,l=Ae]=t[r];s&&(ae(s)&&(s={mounted:s,updated:s}),s.deep&&Ln(o),i.push({dir:s,instance:n,value:o,oldValue:void 0,arg:a,modifiers:l}))}return e}function bn(e,t,n,i){const r=e.dirs,s=t&&t.dirs;for(let o=0;o<r.length;o++){const a=r[o];s&&(a.oldValue=s[o].value);let l=a.dir[i];l&&(rn(),Yt(l,n,8,[e.el,a,e,t]),sn())}}const hd=Symbol("_vte"),gd=e=>e.__isTeleport,Ni=e=>e&&(e.disabled||e.disabled===""),Ad=e=>e&&(e.defer||e.defer===""),_d=e=>typeof SVGElement<"u"&&e instanceof SVGElement,vd=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Nl=(e,t)=>{const n=e&&e.to;if(fe(n))if(t){const i=t(n);return process.env.NODE_ENV!=="production"&&!i&&!Ni(e)&&W(`Failed to locate Teleport target with selector "${n}". Note the target element must exist before the component is mounted - i.e. the target cannot be rendered by the component itself, and ideally should be outside of the entire Vue component tree.`),i}else return process.env.NODE_ENV!=="production"&&W("Current renderer does not support string target for Teleports. (missing querySelector renderer option)"),null;else return process.env.NODE_ENV!=="production"&&!n&&!Ni(e)&&W(`Invalid Teleport target: ${n}`),n},md={name:"Teleport",__isTeleport:!0,process(e,t,n,i,r,s,o,a,l,c){const{mc:u,pc:f,pbc:d,o:{insert:_,querySelector:v,createText:A,createComment:h}}=c,g=Ni(t.props);let{shapeFlag:E,children:b,dynamicChildren:I}=t;if(process.env.NODE_ENV!=="production"&&ln&&(l=!1,I=null),e==null){const w=t.el=process.env.NODE_ENV!=="production"?h("teleport start"):A(""),C=t.anchor=process.env.NODE_ENV!=="production"?h("teleport end"):A("");_(w,n,i),_(C,n,i);const x=(N,p)=>{E&16&&(r&&r.isCE&&(r.ce._teleportTarget=N),u(b,N,p,r,s,o,a,l))},T=()=>{const N=t.target=Nl(t.props,v),p=bd(N,t,A,_);N?(o!=="svg"&&_d(N)?o="svg":o!=="mathml"&&vd(N)&&(o="mathml"),g||(x(N,p),mo(t,!1))):process.env.NODE_ENV!=="production"&&!g&&W("Invalid Teleport target on mount:",N,`(${typeof N})`)};g&&(x(n,C),mo(t,!0)),Ad(t.props)?(t.el.__isMounted=!1,ot(()=>{T(),delete t.el.__isMounted},s)):T()}else{if(Ad(t.props)&&e.el.__isMounted===!1){ot(()=>{md.process(e,t,n,i,r,s,o,a,l,c)},s);return}t.el=e.el,t.targetStart=e.targetStart;const w=t.anchor=e.anchor,C=t.target=e.target,x=t.targetAnchor=e.targetAnchor,T=Ni(e.props),N=T?n:C,p=T?w:x;if(o==="svg"||_d(C)?o="svg":(o==="mathml"||vd(C))&&(o="mathml"),I?(d(e.dynamicChildren,I,N,r,s,o,a),ss(e,t,process.env.NODE_ENV==="production")):l||f(e,t,N,p,r,s,o,a,!1),g)T?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):vo(t,n,w,c,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const y=t.target=Nl(t.props,v);y?vo(t,y,null,c,0):process.env.NODE_ENV!=="production"&&W("Invalid Teleport target on update:",C,`(${typeof C})`)}else T&&vo(t,C,x,c,1);mo(t,g)}},remove(e,t,n,{um:i,o:{remove:r}},s){const{shapeFlag:o,children:a,anchor:l,targetStart:c,targetAnchor:u,target:f,props:d}=e;if(f&&(r(c),r(u)),s&&r(l),o&16){const _=s||!Ni(d);for(let v=0;v<a.length;v++){const A=a[v];i(A,t,n,_,!!A.dynamicChildren)}}},move:vo,hydrate:Ub};function vo(e,t,n,{o:{insert:i},m:r},s=2){s===0&&i(e.targetAnchor,t,n);const{el:o,anchor:a,shapeFlag:l,children:c,props:u}=e,f=s===2;if(f&&i(o,t,n),(!f||Ni(u))&&l&16)for(let d=0;d<c.length;d++)r(c[d],t,n,2);f&&i(a,t,n)}function Ub(e,t,n,i,r,s,{o:{nextSibling:o,parentNode:a,querySelector:l,insert:c,createText:u}},f){function d(A,h,g,E){h.anchor=f(o(A),h,a(A),n,i,r,s),h.targetStart=g,h.targetAnchor=E}const _=t.target=Nl(t.props,l),v=Ni(t.props);if(_){const A=_._lpa||_.firstChild;if(t.shapeFlag&16)if(v)d(e,t,A,A&&o(A));else{t.anchor=o(e);let h=A;for(;h;){if(h&&h.nodeType===8){if(h.data==="teleport start anchor")t.targetStart=h;else if(h.data==="teleport anchor"){t.targetAnchor=h,_._lpa=t.targetAnchor&&o(t.targetAnchor);break}}h=o(h)}t.targetAnchor||bd(_,t,u,c),f(A&&o(A),t,_,n,i,r,s)}mo(t,v)}else v&&t.shapeFlag&16&&d(e,t,e,o(e));return t.anchor&&o(t.anchor)}const Cl=md;function mo(e,t){const n=e.ctx;if(n&&n.ut){let i,r;for(t?(i=e.el,r=e.anchor):(i=e.targetStart,r=e.targetAnchor);i&&i!==r;)i.nodeType===1&&i.setAttribute("data-v-owner",n.uid),i=i.nextSibling;n.ut()}}function bd(e,t,n,i){const r=t.targetStart=n(""),s=t.targetAnchor=n("");return r[hd]=s,e&&(i(r,e),i(s,e)),s}const Pn=Symbol("_leaveCb"),bo=Symbol("_enterCb");function Tl(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return st(()=>{e.isMounted=!0}),fr(()=>{e.isUnmounting=!0}),e}const Gt=[Function,Array],wl={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Gt,onEnter:Gt,onAfterEnter:Gt,onEnterCancelled:Gt,onBeforeLeave:Gt,onLeave:Gt,onAfterLeave:Gt,onLeaveCancelled:Gt,onBeforeAppear:Gt,onAppear:Gt,onAfterAppear:Gt,onAppearCancelled:Gt},yd=e=>{const t=e.subTree;return t.component?yd(t.component):t},Hb={name:"BaseTransition",props:wl,setup(e,{slots:t}){const n=ut(),i=Tl();return()=>{const r=t.default&&yo(t.default(),!0);if(!r||!r.length)return;const s=Ed(r),o=me(e),{mode:a}=o;if(process.env.NODE_ENV!=="production"&&a&&a!=="in-out"&&a!=="out-in"&&a!=="default"&&W(`invalid <transition> mode: ${a}`),i.isLeaving)return Ol(s);const l=Nd(s);if(!l)return Ol(s);let c=lr(l,o,i,n,f=>c=f);l.type!==He&&Rn(l,c);let u=n.subTree&&Nd(n.subTree);if(u&&u.type!==He&&!un(u,l)&&yd(n).type!==He){let f=lr(u,o,i,n);if(Rn(u,f),a==="out-in"&&l.type!==He)return i.isLeaving=!0,f.afterLeave=()=>{i.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,u=void 0},Ol(s);a==="in-out"&&l.type!==He?f.delayLeave=(d,_,v)=>{const A=Id(i,u);A[String(u.key)]=u,d[Pn]=()=>{_(),d[Pn]=void 0,delete c.delayedLeave,u=void 0},c.delayedLeave=()=>{v(),delete c.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return s}}};function Ed(e){let t=e[0];if(e.length>1){let n=!1;for(const i of e)if(i.type!==He){if(process.env.NODE_ENV!=="production"&&n){W("<transition> can only be used on a single element or component. Use <transition-group> for lists.");break}if(t=i,n=!0,process.env.NODE_ENV==="production")break}}return t}const Sl=Hb;function Id(e,t){const{leavingVNodes:n}=e;let i=n.get(t.type);return i||(i=Object.create(null),n.set(t.type,i)),i}function lr(e,t,n,i,r){const{appear:s,mode:o,persisted:a=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:f,onBeforeLeave:d,onLeave:_,onAfterLeave:v,onLeaveCancelled:A,onBeforeAppear:h,onAppear:g,onAfterAppear:E,onAppearCancelled:b}=t,I=String(e.key),w=Id(n,e),C=(N,p)=>{N&&Yt(N,i,9,p)},x=(N,p)=>{const y=p[1];C(N,p),G(N)?N.every(m=>m.length<=1)&&y():N.length<=1&&y()},T={mode:o,persisted:a,beforeEnter(N){let p=l;if(!n.isMounted)if(s)p=h||l;else return;N[Pn]&&N[Pn](!0);const y=w[I];y&&un(e,y)&&y.el[Pn]&&y.el[Pn](),C(p,[N])},enter(N){let p=c,y=u,m=f;if(!n.isMounted)if(s)p=g||c,y=E||u,m=b||f;else return;let O=!1;const k=N[bo]=L=>{O||(O=!0,L?C(m,[N]):C(y,[N]),T.delayedLeave&&T.delayedLeave(),N[bo]=void 0)};p?x(p,[N,k]):k()},leave(N,p){const y=String(e.key);if(N[bo]&&N[bo](!0),n.isUnmounting)return p();C(d,[N]);let m=!1;const O=N[Pn]=k=>{m||(m=!0,p(),k?C(A,[N]):C(v,[N]),N[Pn]=void 0,w[y]===e&&delete w[y])};w[y]=e,_?x(_,[N,O]):O()},clone(N){const p=lr(N,t,n,i,r);return r&&r(p),p}};return T}function Ol(e){if(ur(e))return e=Ht(e),e.children=null,e}function Nd(e){if(!ur(e))return gd(e.type)&&e.children?Ed(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&ae(n.default))return n.default()}}function Rn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Rn(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function yo(e,t=!1,n){let i=[],r=0;for(let s=0;s<e.length;s++){let o=e[s];const a=n==null?o.key:String(n)+String(o.key!=null?o.key:s);o.type===ue?(o.patchFlag&128&&r++,i=i.concat(yo(o.children,t,a))):(t||o.type!==He)&&i.push(a!=null?Ht(o,{key:a}):o)}if(r>1)for(let s=0;s<i.length;s++)i[s].patchFlag=-2;return i}function te(e,t){return ae(e)?Ee({name:e.name},t,{setup:e}):e}function Cd(){const e=ut();return e?(e.appContext.config.idPrefix||"v")+"-"+e.ids[0]+e.ids[1]++:(process.env.NODE_ENV!=="production"&&W("useId() is called when there is no active component instance to be associated with."),"")}function xl(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const kl=new WeakSet;function ti(e){const t=ut(),n=nr(null);if(t){const r=t.refs===Ae?t.refs={}:t.refs;let s;process.env.NODE_ENV!=="production"&&(s=Object.getOwnPropertyDescriptor(r,e))&&!s.configurable?W(`useTemplateRef('${e}') already exists.`):Object.defineProperty(r,e,{enumerable:!0,get:()=>n.value,set:o=>n.value=o})}else process.env.NODE_ENV!=="production"&&W("useTemplateRef() is called when there is no active component instance to be associated with.");const i=process.env.NODE_ENV!=="production"?so(n):n;return process.env.NODE_ENV!=="production"&&kl.add(i),i}const Eo=new WeakMap;function cr(e,t,n,i,r=!1){if(G(e)){e.forEach((A,h)=>cr(A,t&&(G(t)?t[h]:t),n,i,r));return}if(ni(i)&&!r){i.shapeFlag&512&&i.type.__asyncResolved&&i.component.subTree.component&&cr(e,t,n,i.component.subTree);return}const s=i.shapeFlag&4?fs(i.component):i.el,o=r?null:s,{i:a,r:l}=e;if(process.env.NODE_ENV!=="production"&&!a){W("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");return}const c=t&&t.r,u=a.refs===Ae?a.refs={}:a.refs,f=a.setupState,d=me(f),_=f===Ae?Yi:A=>process.env.NODE_ENV!=="production"&&(Se(d,A)&&!Fe(d[A])&&W(`Template ref "${A}" used on a non-ref value. It will not work in the production build.`),kl.has(d[A]))?!1:Se(d,A),v=A=>process.env.NODE_ENV==="production"||!kl.has(A);if(c!=null&&c!==l){if(Td(t),fe(c))u[c]=null,_(c)&&(f[c]=null);else if(Fe(c)){v(c)&&(c.value=null);const A=t;A.k&&(u[A.k]=null)}}if(ae(l))Ei(l,a,12,[o,u]);else{const A=fe(l),h=Fe(l);if(A||h){const g=()=>{if(e.f){const E=A?_(l)?f[l]:u[l]:v(l)||!e.k?l.value:u[e.k];if(r)G(E)&&Ga(E,s);else if(G(E))E.includes(s)||E.push(s);else if(A)u[l]=[s],_(l)&&(f[l]=u[l]);else{const b=[s];v(l)&&(l.value=b),e.k&&(u[e.k]=b)}}else A?(u[l]=o,_(l)&&(f[l]=o)):h?(v(l)&&(l.value=o),e.k&&(u[e.k]=o)):process.env.NODE_ENV!=="production"&&W("Invalid template ref type:",l,`(${typeof l})`)};if(o){const E=()=>{g(),Eo.delete(e)};E.id=-1,Eo.set(e,E),ot(E,n)}else Td(e),g()}else process.env.NODE_ENV!=="production"&&W("Invalid template ref type:",l,`(${typeof l})`)}}function Td(e){const t=Eo.get(e);t&&(t.flags|=8,Eo.delete(e))}let wd=!1;const Ci=()=>{wd||(console.error("Hydration completed but contains mismatches."),wd=!0)},qb=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Kb=e=>e.namespaceURI.includes("MathML"),Io=e=>{if(e.nodeType===1){if(qb(e))return"svg";if(Kb(e))return"mathml"}},Ti=e=>e.nodeType===8;function Xb(e){const{mt:t,p:n,o:{patchProp:i,createText:r,nextSibling:s,parentNode:o,remove:a,insert:l,createComment:c}}=e,u=(b,I)=>{if(!I.hasChildNodes()){process.env.NODE_ENV!=="production"&&W("Attempting to hydrate existing markup but container is empty. Performing full mount instead."),n(null,b,I),ho(),I._vnode=b;return}f(I.firstChild,b,null,null,null),ho(),I._vnode=b},f=(b,I,w,C,x,T=!1)=>{T=T||!!I.dynamicChildren;const N=Ti(b)&&b.data==="[",p=()=>A(b,I,w,C,x,N),{type:y,ref:m,shapeFlag:O,patchFlag:k}=I;let L=b.nodeType;I.el=b,process.env.NODE_ENV!=="production"&&(Ji(b,"__vnode",I,!0),Ji(b,"__vueParentComponent",w,!0)),k===-2&&(T=!1,I.dynamicChildren=null);let R=null;switch(y){case En:L!==3?I.children===""?(l(I.el=r(""),o(b),b),R=b):R=p():(b.data!==I.children&&(process.env.NODE_ENV!=="production"&&W("Hydration text mismatch in",b.parentNode,`
|
|
17
|
-
- rendered on server: ${JSON.stringify(b.data)}
|
|
18
|
-
- expected on client: ${JSON.stringify(I.children)}`),Ci(),b.data=I.children),R=s(b));break;case He:E(b)?(R=s(b),g(I.el=b.content.firstChild,b,w)):L!==8||N?R=p():R=s(b);break;case ii:if(N&&(b=s(b),L=b.nodeType),L===1||L===3){R=b;const V=!I.children.length;for(let j=0;j<I.staticCount;j++)V&&(I.children+=R.nodeType===1?R.outerHTML:R.data),j===I.staticCount-1&&(I.anchor=R),R=s(R);return N?s(R):R}else p();break;case ue:N?R=v(b,I,w,C,x,T):R=p();break;default:if(O&1)(L!==1||I.type.toLowerCase()!==b.tagName.toLowerCase())&&!E(b)?R=p():R=d(b,I,w,C,x,T);else if(O&6){I.slotScopeIds=x;const V=o(b);if(N?R=h(b):Ti(b)&&b.data==="teleport start"?R=h(b,b.data,"teleport end"):R=s(b),t(I,V,null,w,C,Io(V),T),ni(I)&&!I.type.__asyncResolved){let j;N?(j=ie(ue),j.anchor=R?R.previousSibling:V.lastChild):j=b.nodeType===3?Je(""):ie("div"),j.el=b,I.component.subTree=j}}else O&64?L!==8?R=p():R=I.type.hydrate(b,I,w,C,x,T,e,_):O&128?R=I.type.hydrate(b,I,w,C,Io(o(b)),x,T,e,f):process.env.NODE_ENV!=="production"&&W("Invalid HostVNode type:",y,`(${typeof y})`)}return m!=null&&cr(m,null,C,I),R},d=(b,I,w,C,x,T)=>{T=T||!!I.dynamicChildren;const{type:N,props:p,patchFlag:y,shapeFlag:m,dirs:O,transition:k}=I,L=N==="input"||N==="option";if(process.env.NODE_ENV!=="production"||L||y!==-1){O&&bn(I,null,w,"created");let R=!1;if(E(b)){R=up(null,k)&&w&&w.vnode.props&&w.vnode.props.appear;const j=b.content.firstChild;if(R){const Q=j.getAttribute("class");Q&&(j.$cls=Q),k.beforeEnter(j)}g(j,b,w),I.el=b=j}if(m&16&&!(p&&(p.innerHTML||p.textContent))){let j=_(b.firstChild,I,b,w,C,x,T),Q=!1;for(;j;){$r(b,1)||(process.env.NODE_ENV!=="production"&&!Q&&(W("Hydration children mismatch on",b,`
|
|
19
|
-
Server rendered element contains more child nodes than client vdom.`),Q=!0),Ci());const ce=j;j=j.nextSibling,a(ce)}}else if(m&8){let j=I.children;j[0]===`
|
|
20
|
-
`&&(b.tagName==="PRE"||b.tagName==="TEXTAREA")&&(j=j.slice(1)),b.textContent!==j&&($r(b,0)||(process.env.NODE_ENV!=="production"&&W("Hydration text content mismatch on",b,`
|
|
21
|
-
- rendered on server: ${b.textContent}
|
|
22
|
-
- expected on client: ${I.children}`),Ci()),b.textContent=I.children)}if(p){if(process.env.NODE_ENV!=="production"||L||!T||y&48){const j=b.tagName.includes("-");for(const Q in p)process.env.NODE_ENV!=="production"&&!(O&&O.some(ce=>ce.dir.created))&&Zb(b,Q,p[Q],I,w)&&Ci(),(L&&(Q.endsWith("value")||Q==="indeterminate")||kn(Q)&&!Xn(Q)||Q[0]==="."||j)&&i(b,Q,null,p[Q],void 0,w)}else if(p.onClick)i(b,"onClick",null,p.onClick,void 0,w);else if(y&4&&Dn(p.style))for(const j in p.style)p.style[j]}let V;(V=p&&p.onVnodeBeforeMount)&&Rt(V,w,I),O&&bn(I,null,w,"beforeMount"),((V=p&&p.onVnodeMounted)||O||R)&&Np(()=>{V&&Rt(V,w,I),R&&k.enter(b),O&&bn(I,null,w,"mounted")},C)}return b.nextSibling},_=(b,I,w,C,x,T,N)=>{N=N||!!I.dynamicChildren;const p=I.children,y=p.length;let m=!1;for(let O=0;O<y;O++){const k=N?p[O]:p[O]=wt(p[O]),L=k.type===En;b?(L&&!N&&O+1<y&&wt(p[O+1]).type===En&&(l(r(b.data.slice(k.children.length)),w,s(b)),b.data=k.children),b=f(b,k,C,x,T,N)):L&&!k.children?l(k.el=r(""),w):($r(w,1)||(process.env.NODE_ENV!=="production"&&!m&&(W("Hydration children mismatch on",w,`
|
|
23
|
-
Server rendered element contains fewer child nodes than client vdom.`),m=!0),Ci()),n(null,k,w,null,C,x,Io(w),T))}return b},v=(b,I,w,C,x,T)=>{const{slotScopeIds:N}=I;N&&(x=x?x.concat(N):N);const p=o(b),y=_(s(b),I,p,w,C,x,T);return y&&Ti(y)&&y.data==="]"?s(I.anchor=y):(Ci(),l(I.anchor=c("]"),p,y),y)},A=(b,I,w,C,x,T)=>{if($r(b.parentElement,1)||(process.env.NODE_ENV!=="production"&&W(`Hydration node mismatch:
|
|
24
|
-
- rendered on server:`,b,b.nodeType===3?"(text)":Ti(b)&&b.data==="["?"(start of fragment)":"",`
|
|
25
|
-
- expected on client:`,I.type),Ci()),I.el=null,T){const y=h(b);for(;;){const m=s(b);if(m&&m!==y)a(m);else break}}const N=s(b),p=o(b);return a(b),n(null,I,p,N,w,C,Io(p),x),w&&(w.vnode.el=I.el,Ro(w,I.el)),N},h=(b,I="[",w="]")=>{let C=0;for(;b;)if(b=s(b),b&&Ti(b)&&(b.data===I&&C++,b.data===w)){if(C===0)return s(b);C--}return b},g=(b,I,w)=>{const C=I.parentNode;C&&C.replaceChild(b,I);let x=w;for(;x;)x.vnode.el===I&&(x.vnode.el=x.subTree.el=b),x=x.parent},E=b=>b.nodeType===1&&b.tagName==="TEMPLATE";return[u,f]}function Zb(e,t,n,i,r){let s,o,a,l;if(t==="class")e.$cls?(a=e.$cls,delete e.$cls):a=e.getAttribute("class"),l=_e(n),Yb(Sd(a||""),Sd(l))||(s=2,o="class");else if(t==="style"){a=e.getAttribute("style")||"",l=fe(n)?n:Om(Mt(n));const c=Od(a),u=Od(l);if(i.dirs)for(const{dir:f,value:d}of i.dirs)f.name==="show"&&!d&&u.set("display","none");r&&xd(r,i,u),Gb(c,u)||(s=3,o="style")}else(e instanceof SVGElement&&Vm(t)||e instanceof HTMLElement&&(Of(t)||Rm(t)))&&(Of(t)?(a=e.hasAttribute(t),l=el(n)):n==null?(a=e.hasAttribute(t),l=!1):(e.hasAttribute(t)?a=e.getAttribute(t):t==="value"&&e.tagName==="TEXTAREA"?a=e.value:a=!1,l=jm(n)?String(n):!1),a!==l&&(s=4,o=t));if(s!=null&&!$r(e,s)){const c=d=>d===!1?"(not rendered)":`${o}="${d}"`,u=`Hydration ${Md[s]} mismatch on`,f=`
|
|
26
|
-
- rendered on server: ${c(a)}
|
|
27
|
-
- expected on client: ${c(l)}
|
|
28
|
-
Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.
|
|
29
|
-
You should fix the source of the mismatch.`;return W(u,e,f),!0}return!1}function Sd(e){return new Set(e.trim().split(/\s+/))}function Yb(e,t){if(e.size!==t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}function Od(e){const t=new Map;for(const n of e.split(";")){let[i,r]=n.split(":");i=i.trim(),r=r&&r.trim(),i&&r&&t.set(i,r)}return t}function Gb(e,t){if(e.size!==t.size)return!1;for(const[n,i]of e)if(i!==t.get(n))return!1;return!0}function xd(e,t,n){const i=e.subTree;if(e.getCssVars&&(t===i||i&&i.type===ue&&i.children.includes(t))){const r=e.getCssVars();for(const s in r){const o=Mf(r[s]);n.set(`--${zm(s)}`,o)}}t===i&&e.parent&&xd(e.parent,e.vnode,n)}const kd="data-allow-mismatch",Md={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function $r(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(kd);)e=e.parentElement;const n=e&&e.getAttribute(kd);if(n==null)return!1;if(n==="")return!0;{const i=n.split(",");return t===0&&i.includes("children")?!0:i.includes(Md[t])}}const Jb=$i().requestIdleCallback||(e=>setTimeout(e,1)),$b=$i().cancelIdleCallback||(e=>clearTimeout(e)),ey=(e=1e4)=>t=>{const n=Jb(t,{timeout:e});return()=>$b(n)};function ty(e){const{top:t,left:n,bottom:i,right:r}=e.getBoundingClientRect(),{innerHeight:s,innerWidth:o}=window;return(t>0&&t<s||i>0&&i<s)&&(n>0&&n<o||r>0&&r<o)}const ny=e=>(t,n)=>{const i=new IntersectionObserver(r=>{for(const s of r)if(s.isIntersecting){i.disconnect(),t();break}},e);return n(r=>{if(r instanceof Element){if(ty(r))return t(),i.disconnect(),!1;i.observe(r)}}),()=>i.disconnect()},iy=e=>t=>{if(e){const n=matchMedia(e);if(n.matches)t();else return n.addEventListener("change",t,{once:!0}),()=>n.removeEventListener("change",t)}},ry=(e=[])=>(t,n)=>{fe(e)&&(e=[e]);let i=!1;const r=o=>{i||(i=!0,s(),t(),o.target.dispatchEvent(new o.constructor(o.type,o)))},s=()=>{n(o=>{for(const a of e)o.removeEventListener(a,r)})};return n(o=>{for(const a of e)o.addEventListener(a,r,{once:!0})}),s};function sy(e,t){if(Ti(e)&&e.data==="["){let n=1,i=e.nextSibling;for(;i;){if(i.nodeType===1){if(t(i)===!1)break}else if(Ti(i))if(i.data==="]"){if(--n===0)break}else i.data==="["&&n++;i=i.nextSibling}}else t(e)}const ni=e=>!!e.type.__asyncLoader;function oy(e){ae(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:i,delay:r=200,hydrate:s,timeout:o,suspensible:a=!0,onError:l}=e;let c=null,u,f=0;const d=()=>(f++,c=null,_()),_=()=>{let v;return c||(v=c=t().catch(A=>{if(A=A instanceof Error?A:new Error(String(A)),l)return new Promise((h,g)=>{l(A,()=>h(d()),()=>g(A),f+1)});throw A}).then(A=>{if(v!==c&&c)return c;if(process.env.NODE_ENV!=="production"&&!A&&W("Async component loader resolved to undefined. If you are using retry(), make sure to return its return value."),A&&(A.__esModule||A[Symbol.toStringTag]==="Module")&&(A=A.default),process.env.NODE_ENV!=="production"&&A&&!Ce(A)&&!ae(A))throw new Error(`Invalid async component load result: ${A}`);return u=A,A}))};return te({name:"AsyncComponentWrapper",__asyncLoader:_,__asyncHydrate(v,A,h){let g=!1;(A.bu||(A.bu=[])).push(()=>g=!0);const E=()=>{if(g){process.env.NODE_ENV!=="production"&&W(`Skipping lazy hydration for component '${_r(u)||u.__file}': it was updated before lazy hydration performed.`);return}h()},b=s?()=>{const I=s(E,w=>sy(v,w));I&&(A.bum||(A.bum=[])).push(I)}:E;u?b():_().then(()=>!A.isUnmounted&&b())},get __asyncResolved(){return u},setup(){const v=at;if(xl(v),u)return()=>Ml(u,v);const A=b=>{c=null,$n(b,v,13,!i)};if(a&&v.suspense||Ar)return _().then(b=>()=>Ml(b,v)).catch(b=>(A(b),()=>i?ie(i,{error:b}):null));const h=he(!1),g=he(),E=he(!!r);return r&&setTimeout(()=>{E.value=!1},r),o!=null&&setTimeout(()=>{if(!h.value&&!g.value){const b=new Error(`Async component timed out after ${o}ms.`);A(b),g.value=b}},o),_().then(()=>{h.value=!0,v.parent&&ur(v.parent.vnode)&&v.parent.update()}).catch(b=>{A(b),g.value=b}),()=>{if(h.value&&u)return Ml(u,v);if(g.value&&i)return ie(i,{error:g.value});if(n&&!E.value)return ie(n)}}})}function Ml(e,t){const{ref:n,props:i,children:r,ce:s}=t.vnode,o=ie(e,i,r);return o.ref=n,o.ce=s,delete t.vnode.ce,o}const ur=e=>e.type.__isKeepAlive,ay={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=ut(),i=n.ctx;if(!i.renderer)return()=>{const E=t.default&&t.default();return E&&E.length===1?E[0]:E};const r=new Map,s=new Set;let o=null;process.env.NODE_ENV!=="production"&&(n.__v_cache=r);const a=n.suspense,{renderer:{p:l,m:c,um:u,o:{createElement:f}}}=i,d=f("div");i.activate=(E,b,I,w,C)=>{const x=E.component;c(E,b,I,0,a),l(x.vnode,E,b,I,x,a,w,E.slotScopeIds,C),ot(()=>{x.isDeactivated=!1,x.a&&Zn(x.a);const T=E.props&&E.props.onVnodeMounted;T&&Rt(T,x.parent,E)},a),process.env.NODE_ENV!=="production"&&El(x)},i.deactivate=E=>{const b=E.component;ko(b.m),ko(b.a),c(E,d,null,1,a),ot(()=>{b.da&&Zn(b.da);const I=E.props&&E.props.onVnodeUnmounted;I&&Rt(I,b.parent,E),b.isDeactivated=!0},a),process.env.NODE_ENV!=="production"&&El(b),process.env.NODE_ENV!=="production"&&(b.__keepAliveStorageContainer=d)};function _(E){Dl(E),u(E,n,a,!0)}function v(E){r.forEach((b,I)=>{const w=_r(b.type);w&&!E(w)&&A(I)})}function A(E){const b=r.get(E);b&&(!o||!un(b,o))?_(b):o&&Dl(o),r.delete(E),s.delete(E)}Ue(()=>[e.include,e.exclude],([E,b])=>{E&&v(I=>es(E,I)),b&&v(I=>!es(b,I))},{flush:"post",deep:!0});let h=null;const g=()=>{h!=null&&(Vo(n.subTree.type)?ot(()=>{r.set(h,No(n.subTree))},n.subTree.suspense):r.set(h,No(n.subTree)))};return st(g),To(g),fr(()=>{r.forEach(E=>{const{subTree:b,suspense:I}=n,w=No(b);if(E.type===w.type&&E.key===w.key){Dl(w);const C=w.component.da;C&&ot(C,I);return}_(E)})}),()=>{if(h=null,!t.default)return o=null;const E=t.default(),b=E[0];if(E.length>1)return process.env.NODE_ENV!=="production"&&W("KeepAlive should contain exactly one component child."),o=null,E;if(!In(b)||!(b.shapeFlag&4)&&!(b.shapeFlag&128))return o=null,b;let I=No(b);if(I.type===He)return o=null,I;const w=I.type,C=_r(ni(I)?I.type.__asyncResolved||{}:w),{include:x,exclude:T,max:N}=e;if(x&&(!C||!es(x,C))||T&&C&&es(T,C))return I.shapeFlag&=-257,o=I,b;const p=I.key==null?w:I.key,y=r.get(p);return I.el&&(I=Ht(I),b.shapeFlag&128&&(b.ssContent=I)),h=p,y?(I.el=y.el,I.component=y.component,I.transition&&Rn(I,I.transition),I.shapeFlag|=512,s.delete(p),s.add(p)):(s.add(p),N&&s.size>parseInt(N,10)&&A(s.values().next().value)),I.shapeFlag|=256,o=I,Vo(b.type)?b:I}}};function es(e,t){return G(e)?e.some(n=>es(n,t)):fe(e)?e.split(",").includes(t):ym(e)?(e.lastIndex=0,e.test(t)):!1}function Dd(e,t){Pd(e,"a",t)}function Ld(e,t){Pd(e,"da",t)}function Pd(e,t,n=at){const i=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Co(t,i,n),n){let r=n.parent;for(;r&&r.parent;)ur(r.parent.vnode)&&ly(i,t,n,r),r=r.parent}}function ly(e,t,n,i){const r=Co(t,e,i,!0);Dt(()=>{Ga(i[t],r)},n)}function Dl(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function No(e){return e.shapeFlag&128?e.ssContent:e}function Co(e,t,n=at,i=!1){if(n){const r=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...o)=>{rn();const a=Mi(n),l=Yt(t,n,e,o);return a(),sn(),l});return i?r.unshift(s):r.push(s),s}else if(process.env.NODE_ENV!=="production"){const r=_n(uo[e].replace(/ hook$/,""));W(`${r} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const Vn=e=>(t,n=at)=>{(!Ar||e==="sp")&&Co(e,(...i)=>t(...i),n)},Rd=Vn("bm"),st=Vn("m"),Ll=Vn("bu"),To=Vn("u"),fr=Vn("bum"),Dt=Vn("um"),Vd=Vn("sp"),jd=Vn("rtg"),Bd=Vn("rtc");function zd(e,t=at){Co("ec",e,t)}const wo="components",cy="directives";function So(e,t){return Rl(wo,e,!0,t)||e}const Pl=Symbol.for("v-ndc");function Lt(e){return fe(e)?Rl(wo,e,!1)||e:e||Pl}function uy(e){return Rl(cy,e)}function Rl(e,t,n=!0,i=!1){const r=et||at;if(r){const s=r.type;if(e===wo){const a=_r(s,!1);if(a&&(a===t||a===Be(t)||a===An(Be(t))))return s}const o=Qd(r[e]||s[e],t)||Qd(r.appContext[e],t);if(!o&&i)return s;if(process.env.NODE_ENV!=="production"&&n&&!o){const a=e===wo?`
|
|
30
|
-
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.`:"";W(`Failed to resolve ${e.slice(0,-1)}: ${t}${a}`)}return o}else process.env.NODE_ENV!=="production"&&W(`resolve${An(e.slice(0,-1))} can only be used in render() or setup().`)}function Qd(e,t){return e&&(e[t]||e[Be(t)]||e[An(Be(t))])}function Ze(e,t,n,i){let r;const s=n&&n[i],o=G(e);if(o||fe(e)){const a=o&&Dn(e);let l=!1,c=!1;a&&(l=!At(e),c=an(e),e=to(e)),r=new Array(e.length);for(let u=0,f=e.length;u<f;u++)r[u]=t(l?c?ao(ct(e[u])):ct(e[u]):e[u],u,void 0,s&&s[u])}else if(typeof e=="number"){process.env.NODE_ENV!=="production"&&!Number.isInteger(e)&&W(`The v-for range expect an integer value but got ${e}.`),r=new Array(e);for(let a=0;a<e;a++)r[a]=t(a+1,a,void 0,s&&s[a])}else if(Ce(e))if(e[Symbol.iterator])r=Array.from(e,(a,l)=>t(a,l,void 0,s&&s[l]));else{const a=Object.keys(e);r=new Array(a.length);for(let l=0,c=a.length;l<c;l++){const u=a[l];r[l]=t(e[u],u,l,s&&s[l])}}else r=[];return n&&(n[i]=r),r}function dr(e,t){for(let n=0;n<t.length;n++){const i=t[n];if(G(i))for(let r=0;r<i.length;r++)e[i[r].name]=i[r].fn;else i&&(e[i.name]=i.key?(...r)=>{const s=i.fn(...r);return s&&(s.key=i.key),s}:i.fn)}return e}function ne(e,t,n={},i,r){if(et.ce||et.parent&&ni(et.parent)&&et.parent.ce)return t!=="default"&&(n.name=t),M(),se(ue,null,[ie("slot",n,i&&i())],64);let s=e[t];process.env.NODE_ENV!=="production"&&s&&s.length>1&&(W("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),s=()=>[]),s&&s._c&&(s._d=!1),M();const o=s&&Vl(s(n)),a=n.key||o&&o.key,l=se(ue,{key:(a&&!kt(a)?a:`_${t}`)+(!o&&i?"_fb":"")},o||(i?i():[]),o&&e._===1?64:-2);return!r&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),s&&s._c&&(s._d=!0),l}function Vl(e){return e.some(t=>In(t)?!(t.type===He||t.type===ue&&!Vl(t.children)):!0)?e:null}function fy(e,t){const n={};if(process.env.NODE_ENV!=="production"&&!Ce(e))return W("v-on with no argument expects an object value."),n;for(const i in e)n[t&&/[A-Z]/.test(i)?`on:${i}`:_n(i)]=e[i];return n}const jl=e=>e?Mp(e)?fs(e):jl(e.parent):null,wi=Ee(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?on(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?on(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?on(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?on(e.refs):e.refs,$parent:e=>jl(e.parent),$root:e=>jl(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Wl(e),$forceUpdate:e=>e.f||(e.f=()=>{po(e.update)}),$nextTick:e=>e.n||(e.n=Ut.bind(e.proxy)),$watch:e=>Yy.bind(e)}),Bl=e=>e==="_"||e==="$",zl=(e,t)=>e!==Ae&&!e.__isScriptSetup&&Se(e,t),ts={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:i,data:r,props:s,accessCache:o,type:a,appContext:l}=e;if(process.env.NODE_ENV!=="production"&&t==="__isVue")return!0;let c;if(t[0]!=="$"){const _=o[t];if(_!==void 0)switch(_){case 1:return i[t];case 2:return r[t];case 4:return n[t];case 3:return s[t]}else{if(zl(i,t))return o[t]=1,i[t];if(r!==Ae&&Se(r,t))return o[t]=2,r[t];if((c=e.propsOptions[0])&&Se(c,t))return o[t]=3,s[t];if(n!==Ae&&Se(n,t))return o[t]=4,n[t];Fl&&(o[t]=0)}}const u=wi[t];let f,d;if(u)return t==="$attrs"?(rt(e.attrs,"get",""),process.env.NODE_ENV!=="production"&&Do()):process.env.NODE_ENV!=="production"&&t==="$slots"&&rt(e,"get",t),u(e);if((f=a.__cssModules)&&(f=f[t]))return f;if(n!==Ae&&Se(n,t))return o[t]=4,n[t];if(d=l.config.globalProperties,Se(d,t))return d[t];process.env.NODE_ENV!=="production"&&et&&(!fe(t)||t.indexOf("__v")!==0)&&(r!==Ae&&Bl(t[0])&&Se(r,t)?W(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===et&&W(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:i,setupState:r,ctx:s}=e;return zl(r,t)?(r[t]=n,!0):process.env.NODE_ENV!=="production"&&r.__isScriptSetup&&Se(r,t)?(W(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):i!==Ae&&Se(i,t)?(i[t]=n,!0):Se(e.props,t)?(process.env.NODE_ENV!=="production"&&W(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(process.env.NODE_ENV!=="production"&&W(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(process.env.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(s,t,{enumerable:!0,configurable:!0,value:n}):s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:i,appContext:r,propsOptions:s,type:o}},a){let l,c;return!!(n[a]||e!==Ae&&a[0]!=="$"&&Se(e,a)||zl(t,a)||(l=s[0])&&Se(l,a)||Se(i,a)||Se(wi,a)||Se(r.config.globalProperties,a)||(c=o.__cssModules)&&c[a])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Se(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};process.env.NODE_ENV!=="production"&&(ts.ownKeys=e=>(W("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));const dy=Ee({},ts,{get(e,t){if(t!==Symbol.unscopables)return ts.get(e,t,e)},has(e,t){const n=t[0]!=="_"&&!Cm(t);return process.env.NODE_ENV!=="production"&&!n&&ts.has(e,t)&&W(`Property ${JSON.stringify(t)} should not start with _ which is a reserved prefix for Vue internals.`),n}});function py(e){const t={};return Object.defineProperty(t,"_",{configurable:!0,enumerable:!1,get:()=>e}),Object.keys(wi).forEach(n=>{Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:()=>wi[n](e),set:Xe})}),t}function hy(e){const{ctx:t,propsOptions:[n]}=e;n&&Object.keys(n).forEach(i=>{Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>e.props[i],set:Xe})})}function gy(e){const{ctx:t,setupState:n}=e;Object.keys(me(n)).forEach(i=>{if(!n.__isScriptSetup){if(Bl(i[0])){W(`setup() return property ${JSON.stringify(i)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);return}Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>n[i],set:Xe})}})}const Si=e=>W(`${e}() is a compiler-hint helper that is only usable inside <script setup> of a single file component. Its arguments should be compiled away and passing it at runtime has no effect.`);function Ay(){return process.env.NODE_ENV!=="production"&&Si("defineProps"),null}function _y(){return process.env.NODE_ENV!=="production"&&Si("defineEmits"),null}function vy(e){process.env.NODE_ENV!=="production"&&Si("defineExpose")}function my(e){process.env.NODE_ENV!=="production"&&Si("defineOptions")}function by(){return process.env.NODE_ENV!=="production"&&Si("defineSlots"),null}function yy(){process.env.NODE_ENV!=="production"&&Si("defineModel")}function Ey(e,t){return process.env.NODE_ENV!=="production"&&Si("withDefaults"),null}function Pt(){return Wd("useSlots").slots}function Fd(){return Wd("useAttrs").attrs}function Wd(e){const t=ut();return process.env.NODE_ENV!=="production"&&!t&&W(`${e}() called without active instance.`),t.setupContext||(t.setupContext=Rp(t))}function ns(e){return G(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Iy(e,t){const n=ns(e);for(const i in t){if(i.startsWith("__skip"))continue;let r=n[i];r?G(r)||ae(r)?r=n[i]={type:r,default:t[i]}:r.default=t[i]:r===null?r=n[i]={default:t[i]}:process.env.NODE_ENV!=="production"&&W(`props default key "${i}" has no corresponding declaration.`),r&&t[`__skip_${i}`]&&(r.skipFactory=!0)}return n}function jn(e,t){return!e||!t?e||t:G(e)&&G(t)?e.concat(t):Ee({},ns(e),ns(t))}function Ql(e,t){const n={};for(const i in e)t.includes(i)||Object.defineProperty(n,i,{enumerable:!0,get:()=>e[i]});return n}function Ny(e){const t=ut();process.env.NODE_ENV!=="production"&&!t&&W("withAsyncContext called without active current instance. This is likely a bug.");let n=e();return nc(),Ks(n)&&(n=n.catch(i=>{throw Mi(t),i})),[n,()=>Mi(t)]}function Cy(){const e=Object.create(null);return(t,n)=>{e[n]?W(`${t} property "${n}" is already defined in ${e[n]}.`):e[n]=t}}let Fl=!0;function Ty(e){const t=Wl(e),n=e.proxy,i=e.ctx;Fl=!1,t.beforeCreate&&Ud(t.beforeCreate,e,"bc");const{data:r,computed:s,methods:o,watch:a,provide:l,inject:c,created:u,beforeMount:f,mounted:d,beforeUpdate:_,updated:v,activated:A,deactivated:h,beforeDestroy:g,beforeUnmount:E,destroyed:b,unmounted:I,render:w,renderTracked:C,renderTriggered:x,errorCaptured:T,serverPrefetch:N,expose:p,inheritAttrs:y,components:m,directives:O,filters:k}=t,L=process.env.NODE_ENV!=="production"?Cy():null;if(process.env.NODE_ENV!=="production"){const[V]=e.propsOptions;if(V)for(const j in V)L("Props",j)}if(c&&wy(c,i,L),o)for(const V in o){const j=o[V];ae(j)?(process.env.NODE_ENV!=="production"?Object.defineProperty(i,V,{value:j.bind(n),configurable:!0,enumerable:!0,writable:!0}):i[V]=j.bind(n),process.env.NODE_ENV!=="production"&&L("Methods",V)):process.env.NODE_ENV!=="production"&&W(`Method "${V}" has type "${typeof j}" in the component definition. Did you reference the function correctly?`)}if(r){process.env.NODE_ENV!=="production"&&!ae(r)&&W("The data option must be a function. Plain object usage is no longer supported.");const V=r.call(n,n);if(process.env.NODE_ENV!=="production"&&Ks(V)&&W("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),!Ce(V))process.env.NODE_ENV!=="production"&&W("data() should return an object.");else if(e.data=Gn(V),process.env.NODE_ENV!=="production")for(const j in V)L("Data",j),Bl(j[0])||Object.defineProperty(i,j,{configurable:!0,enumerable:!0,get:()=>V[j],set:Xe})}if(Fl=!0,s)for(const V in s){const j=s[V],Q=ae(j)?j.bind(n,n):ae(j.get)?j.get.bind(n,n):Xe;process.env.NODE_ENV!=="production"&&Q===Xe&&W(`Computed property "${V}" has no getter.`);const ce=!ae(j)&&ae(j.set)?j.set.bind(n):process.env.NODE_ENV!=="production"?()=>{W(`Write operation failed: computed property "${V}" is readonly.`)}:Xe,pe=U({get:Q,set:ce});Object.defineProperty(i,V,{enumerable:!0,configurable:!0,get:()=>pe.value,set:we=>pe.value=we}),process.env.NODE_ENV!=="production"&&L("Computed",V)}if(a)for(const V in a)Hd(a[V],i,n,V);if(l){const V=ae(l)?l.call(n):l;Reflect.ownKeys(V).forEach(j=>{pr(j,V[j])})}u&&Ud(u,e,"c");function R(V,j){G(j)?j.forEach(Q=>V(Q.bind(n))):j&&V(j.bind(n))}if(R(Rd,f),R(st,d),R(Ll,_),R(To,v),R(Dd,A),R(Ld,h),R(zd,T),R(Bd,C),R(jd,x),R(fr,E),R(Dt,I),R(Vd,N),G(p))if(p.length){const V=e.exposed||(e.exposed={});p.forEach(j=>{Object.defineProperty(V,j,{get:()=>n[j],set:Q=>n[j]=Q,enumerable:!0})})}else e.exposed||(e.exposed={});w&&e.render===Xe&&(e.render=w),y!=null&&(e.inheritAttrs=y),m&&(e.components=m),O&&(e.directives=O),N&&xl(e)}function wy(e,t,n=Xe){G(e)&&(e=Ul(e));for(const i in e){const r=e[i];let s;Ce(r)?"default"in r?s=yn(r.from||i,r.default,!0):s=yn(r.from||i):s=yn(r),Fe(s)?Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>s.value,set:o=>s.value=o}):t[i]=s,process.env.NODE_ENV!=="production"&&n("Inject",i)}}function Ud(e,t,n){Yt(G(e)?e.map(i=>i.bind(t.proxy)):e.bind(t.proxy),t,n)}function Hd(e,t,n,i){let r=i.includes(".")?gp(n,i):()=>n[i];if(fe(e)){const s=t[e];ae(s)?Ue(r,s):process.env.NODE_ENV!=="production"&&W(`Invalid watch handler specified by key "${e}"`,s)}else if(ae(e))Ue(r,e.bind(n));else if(Ce(e))if(G(e))e.forEach(s=>Hd(s,t,n,i));else{const s=ae(e.handler)?e.handler.bind(n):t[e.handler];ae(s)?Ue(r,s,e):process.env.NODE_ENV!=="production"&&W(`Invalid watch handler specified by key "${e.handler}"`,s)}else process.env.NODE_ENV!=="production"&&W(`Invalid watch option: "${i}"`,e)}function Wl(e){const t=e.type,{mixins:n,extends:i}=t,{mixins:r,optionsCache:s,config:{optionMergeStrategies:o}}=e.appContext,a=s.get(t);let l;return a?l=a:!r.length&&!n&&!i?l=t:(l={},r.length&&r.forEach(c=>Oo(l,c,o,!0)),Oo(l,t,o)),Ce(t)&&s.set(t,l),l}function Oo(e,t,n,i=!1){const{mixins:r,extends:s}=t;s&&Oo(e,s,n,!0),r&&r.forEach(o=>Oo(e,o,n,!0));for(const o in t)if(i&&o==="expose")process.env.NODE_ENV!=="production"&&W('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=Sy[o]||n&&n[o];e[o]=a?a(e[o],t[o]):t[o]}return e}const Sy={data:qd,props:Kd,emits:Kd,methods:is,computed:is,beforeCreate:Tt,created:Tt,beforeMount:Tt,mounted:Tt,beforeUpdate:Tt,updated:Tt,beforeDestroy:Tt,beforeUnmount:Tt,destroyed:Tt,unmounted:Tt,activated:Tt,deactivated:Tt,errorCaptured:Tt,serverPrefetch:Tt,components:is,directives:is,watch:xy,provide:qd,inject:Oy};function qd(e,t){return t?e?function(){return Ee(ae(e)?e.call(this,this):e,ae(t)?t.call(this,this):t)}:t:e}function Oy(e,t){return is(Ul(e),Ul(t))}function Ul(e){if(G(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Tt(e,t){return e?[...new Set([].concat(e,t))]:t}function is(e,t){return e?Ee(Object.create(null),e,t):t}function Kd(e,t){return e?G(e)&&G(t)?[...new Set([...e,...t])]:Ee(Object.create(null),ns(e),ns(t??{})):t}function xy(e,t){if(!e)return t;if(!t)return e;const n=Ee(Object.create(null),e);for(const i in t)n[i]=Tt(e[i],t[i]);return n}function Xd(){return{app:null,config:{isNativeTag:Yi,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let ky=0;function My(e,t){return function(i,r=null){ae(i)||(i=Ee({},i)),r!=null&&!Ce(r)&&(process.env.NODE_ENV!=="production"&&W("root props passed to app.mount() must be an object."),r=null);const s=Xd(),o=new WeakSet,a=[];let l=!1;const c=s.app={_uid:ky++,_component:i,_props:r,_container:null,_context:s,_instance:null,version:ac,get config(){return s.config},set config(u){process.env.NODE_ENV!=="production"&&W("app.config cannot be replaced. Modify individual options instead.")},use(u,...f){return o.has(u)?process.env.NODE_ENV!=="production"&&W("Plugin has already been applied to target app."):u&&ae(u.install)?(o.add(u),u.install(c,...f)):ae(u)?(o.add(u),u(c,...f)):process.env.NODE_ENV!=="production"&&W('A plugin must either be a function or an object with an "install" function.'),c},mixin(u){return s.mixins.includes(u)?process.env.NODE_ENV!=="production"&&W("Mixin has already been applied to target app"+(u.name?`: ${u.name}`:"")):s.mixins.push(u),c},component(u,f){return process.env.NODE_ENV!=="production"&&ic(u,s.config),f?(process.env.NODE_ENV!=="production"&&s.components[u]&&W(`Component "${u}" has already been registered in target app.`),s.components[u]=f,c):s.components[u]},directive(u,f){return process.env.NODE_ENV!=="production"&&dd(u),f?(process.env.NODE_ENV!=="production"&&s.directives[u]&&W(`Directive "${u}" has already been registered in target app.`),s.directives[u]=f,c):s.directives[u]},mount(u,f,d){if(l)process.env.NODE_ENV!=="production"&&W("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`");else{process.env.NODE_ENV!=="production"&&u.__vue_app__&&W("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const _=c._ceVNode||ie(i,r);return _.appContext=s,d===!0?d="svg":d===!1&&(d=void 0),process.env.NODE_ENV!=="production"&&(s.reload=()=>{const v=Ht(_);v.el=null,e(v,u,d)}),f&&t?t(_,u):e(_,u,d),l=!0,c._container=u,u.__vue_app__=c,process.env.NODE_ENV!=="production"&&(c._instance=_.component,Lb(c,ac)),fs(_.component)}},onUnmount(u){process.env.NODE_ENV!=="production"&&typeof u!="function"&&W(`Expected function as first argument to app.onUnmount(), but got ${typeof u}`),a.push(u)},unmount(){l?(Yt(a,c._instance,16),e(null,c._container),process.env.NODE_ENV!=="production"&&(c._instance=null,Pb(c)),delete c._container.__vue_app__):process.env.NODE_ENV!=="production"&&W("Cannot unmount an app that is not mounted.")},provide(u,f){return process.env.NODE_ENV!=="production"&&u in s.provides&&(Se(s.provides,u)?W(`App already provides property with key "${String(u)}". It will be overwritten with the new value.`):W(`App already provides property with key "${String(u)}" inherited from its parent element. It will be overwritten with the new value.`)),s.provides[u]=f,c},runWithContext(u){const f=Oi;Oi=c;try{return u()}finally{Oi=f}}};return c}}let Oi=null;function pr(e,t){if(!at)process.env.NODE_ENV!=="production"&&W("provide() can only be used inside setup().");else{let n=at.provides;const i=at.parent&&at.parent.provides;i===n&&(n=at.provides=Object.create(i)),n[e]=t}}function yn(e,t,n=!1){const i=ut();if(i||Oi){let r=Oi?Oi._context.provides:i?i.parent==null||i.ce?i.vnode.appContext&&i.vnode.appContext.provides:i.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&ae(t)?t.call(i&&i.proxy):t;process.env.NODE_ENV!=="production"&&W(`injection "${String(e)}" not found.`)}else process.env.NODE_ENV!=="production"&&W("inject() can only be used inside setup() or functional components.")}function Zd(){return!!(ut()||Oi)}const Yd={},Gd=()=>Object.create(Yd),Jd=e=>Object.getPrototypeOf(e)===Yd;function Dy(e,t,n,i=!1){const r={},s=Gd();e.propsDefaults=Object.create(null),$d(e,t,r,s);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);process.env.NODE_ENV!=="production"&&np(t||{},r,e),n?e.props=i?r:pl(r):e.type.props?e.props=r:e.props=s,e.attrs=s}function Ly(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}function Py(e,t,n,i){const{props:r,attrs:s,vnode:{patchFlag:o}}=e,a=me(r),[l]=e.propsOptions;let c=!1;if(!(process.env.NODE_ENV!=="production"&&Ly(e))&&(i||o>0)&&!(o&16)){if(o&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(Mo(e.emitsOptions,d))continue;const _=t[d];if(l)if(Se(s,d))_!==s[d]&&(s[d]=_,c=!0);else{const v=Be(d);r[v]=Hl(l,a,v,_,e,!1)}else _!==s[d]&&(s[d]=_,c=!0)}}}else{$d(e,t,r,s)&&(c=!0);let u;for(const f in a)(!t||!Se(t,f)&&((u=ht(f))===f||!Se(t,u)))&&(l?n&&(n[f]!==void 0||n[u]!==void 0)&&(r[f]=Hl(l,a,f,void 0,e,!0)):delete r[f]);if(s!==a)for(const f in s)(!t||!Se(t,f))&&(delete s[f],c=!0)}c&&vn(e.attrs,"set",""),process.env.NODE_ENV!=="production"&&np(t||{},r,e)}function $d(e,t,n,i){const[r,s]=e.propsOptions;let o=!1,a;if(t)for(let l in t){if(Xn(l))continue;const c=t[l];let u;r&&Se(r,u=Be(l))?!s||!s.includes(u)?n[u]=c:(a||(a={}))[u]=c:Mo(e.emitsOptions,l)||(!(l in i)||c!==i[l])&&(i[l]=c,o=!0)}if(s){const l=me(n),c=a||Ae;for(let u=0;u<s.length;u++){const f=s[u];n[f]=Hl(r,l,f,c[f],e,!Se(c,f))}}return o}function Hl(e,t,n,i,r,s){const o=e[n];if(o!=null){const a=Se(o,"default");if(a&&i===void 0){const l=o.default;if(o.type!==Function&&!o.skipFactory&&ae(l)){const{propsDefaults:c}=r;if(n in c)i=c[n];else{const u=Mi(r);i=c[n]=l.call(null,t),u()}}else i=l;r.ce&&r.ce._setProp(n,i)}o[0]&&(s&&!a?i=!1:o[1]&&(i===""||i===ht(n))&&(i=!0))}return i}const Ry=new WeakMap;function ep(e,t,n=!1){const i=n?Ry:t.propsCache,r=i.get(e);if(r)return r;const s=e.props,o={},a=[];let l=!1;if(!ae(e)){const u=f=>{l=!0;const[d,_]=ep(f,t,!0);Ee(o,d),_&&a.push(..._)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!s&&!l)return Ce(e)&&i.set(e,Zi),Zi;if(G(s))for(let u=0;u<s.length;u++){process.env.NODE_ENV!=="production"&&!fe(s[u])&&W("props must be strings when using array syntax.",s[u]);const f=Be(s[u]);tp(f)&&(o[f]=Ae)}else if(s){process.env.NODE_ENV!=="production"&&!Ce(s)&&W("invalid props options",s);for(const u in s){const f=Be(u);if(tp(f)){const d=s[u],_=o[f]=G(d)||ae(d)?{type:d}:Ee({},d),v=_.type;let A=!1,h=!0;if(G(v))for(let g=0;g<v.length;++g){const E=v[g],b=ae(E)&&E.name;if(b==="Boolean"){A=!0;break}else b==="String"&&(h=!1)}else A=ae(v)&&v.name==="Boolean";_[0]=A,_[1]=h,(A||Se(_,"default"))&&a.push(f)}}}const c=[o,a];return Ce(e)&&i.set(e,c),c}function tp(e){return e[0]!=="$"&&!Xn(e)?!0:(process.env.NODE_ENV!=="production"&&W(`Invalid prop name: "${e}" is a reserved property.`),!1)}function Vy(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function np(e,t,n){const i=me(t),r=n.propsOptions[0],s=Object.keys(e).map(o=>Be(o));for(const o in r){let a=r[o];a!=null&&jy(o,i[o],a,process.env.NODE_ENV!=="production"?on(i):i,!s.includes(o))}}function jy(e,t,n,i,r){const{type:s,required:o,validator:a,skipCheck:l}=n;if(o&&r){W('Missing required prop: "'+e+'"');return}if(!(t==null&&!o)){if(s!=null&&s!==!0&&!l){let c=!1;const u=G(s)?s:[s],f=[];for(let d=0;d<u.length&&!c;d++){const{valid:_,expectedType:v}=zy(t,u[d]);f.push(v||""),c=_}if(!c){W(Qy(e,t,f));return}}a&&!a(t,i)&&W('Invalid prop: custom validator check failed for prop "'+e+'".')}}const By=Me("String,Number,Boolean,Function,Symbol,BigInt");function zy(e,t){let n;const i=Vy(t);if(i==="null")n=e===null;else if(By(i)){const r=typeof e;n=r===i.toLowerCase(),!n&&r==="object"&&(n=e instanceof t)}else i==="Object"?n=Ce(e):i==="Array"?n=G(e):n=e instanceof t;return{valid:n,expectedType:i}}function Qy(e,t,n){if(n.length===0)return`Prop type [] for prop "${e}" won't match anything. Did you mean to use type Array instead?`;let i=`Invalid prop: type check failed for prop "${e}". Expected ${n.map(An).join(" | ")}`;const r=n[0],s=Ja(t),o=ip(t,r),a=ip(t,s);return n.length===1&&rp(r)&&!Fy(r,s)&&(i+=` with value ${o}`),i+=`, got ${s} `,rp(s)&&(i+=`with value ${a}.`),i}function ip(e,t){return t==="String"?`"${e}"`:t==="Number"?`${Number(e)}`:`${e}`}function rp(e){return["string","number","boolean"].some(n=>e.toLowerCase()===n)}function Fy(...e){return e.some(t=>t.toLowerCase()==="boolean")}const ql=e=>e==="_"||e==="_ctx"||e==="$stable",Kl=e=>G(e)?e.map(wt):[wt(e)],Wy=(e,t,n)=>{if(t._n)return t;const i=Ie((...r)=>(process.env.NODE_ENV!=="production"&&at&&!(n===null&&et)&&!(n&&n.root!==at.root)&&W(`Slot "${e}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),Kl(t(...r))),n);return i._c=!1,i},sp=(e,t,n)=>{const i=e._ctx;for(const r in e){if(ql(r))continue;const s=e[r];if(ae(s))t[r]=Wy(r,s,i);else if(s!=null){process.env.NODE_ENV!=="production"&&W(`Non-function value encountered for slot "${r}". Prefer function slots for better performance.`);const o=Kl(s);t[r]=()=>o}}},op=(e,t)=>{process.env.NODE_ENV!=="production"&&!ur(e.vnode)&&W("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=Kl(t);e.slots.default=()=>n},Xl=(e,t,n)=>{for(const i in t)(n||!ql(i))&&(e[i]=t[i])},Uy=(e,t,n)=>{const i=e.slots=Gd();if(e.vnode.shapeFlag&32){const r=t._;r?(Xl(i,t,n),n&&Ji(i,"_",r,!0)):sp(t,i)}else t&&op(e,t)},Hy=(e,t,n)=>{const{vnode:i,slots:r}=e;let s=!0,o=Ae;if(i.shapeFlag&32){const a=t._;a?process.env.NODE_ENV!=="production"&&ln?(Xl(r,t,n),vn(e,"set","$slots")):n&&a===1?s=!1:Xl(r,t,n):(s=!t.$stable,sp(t,r)),o=t}else t&&(op(e,t),o={default:1});if(s)for(const a in r)!ql(a)&&o[a]==null&&delete r[a]};let rs,Bn;function zn(e,t){e.appContext.config.performance&&xo()&&Bn.mark(`vue-${t}-${e.uid}`),process.env.NODE_ENV!=="production"&&jb(e,t,xo()?Bn.now():Date.now())}function Qn(e,t){if(e.appContext.config.performance&&xo()){const n=`vue-${t}-${e.uid}`,i=n+":end",r=`<${zo(e,e.type)}> ${t}`;Bn.mark(i),Bn.measure(r,n,i),Bn.clearMeasures(r),Bn.clearMarks(n),Bn.clearMarks(i)}process.env.NODE_ENV!=="production"&&Bb(e,t,xo()?Bn.now():Date.now())}function xo(){return rs!==void 0||(typeof window<"u"&&window.performance?(rs=!0,Bn=window.performance):rs=!1),rs}function qy(){const e=[];if(process.env.NODE_ENV!=="production"&&e.length){const t=e.length>1;console.warn(`Feature flag${t?"s":""} ${e.join(", ")} ${t?"are":"is"} not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.
|
|
31
|
-
|
|
32
|
-
For more details, see https://link.vuejs.org/feature-flags.`)}}const ot=Np;function ap(e){return cp(e)}function lp(e){return cp(e,Xb)}function cp(e,t){qy();const n=$i();n.__VUE__=!0,process.env.NODE_ENV!=="production"&&yl(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:i,remove:r,patchProp:s,createElement:o,createText:a,createComment:l,setText:c,setElementText:u,parentNode:f,nextSibling:d,setScopeId:_=Xe,insertStaticContent:v}=e,A=(S,D,z,K=null,H=null,q=null,J=void 0,Y=null,Z=process.env.NODE_ENV!=="production"&&ln?!1:!!D.dynamicChildren)=>{if(S===D)return;S&&!un(S,D)&&(K=Et(S),be(S,H,q,!0),S=null),D.patchFlag===-2&&(Z=!1,D.dynamicChildren=null);const{type:X,ref:de,shapeFlag:ee}=D;switch(X){case En:h(S,D,z,K);break;case He:g(S,D,z,K);break;case ii:S==null?E(D,z,K,J):process.env.NODE_ENV!=="production"&&b(S,D,z,J);break;case ue:O(S,D,z,K,H,q,J,Y,Z);break;default:ee&1?C(S,D,z,K,H,q,J,Y,Z):ee&6?k(S,D,z,K,H,q,J,Y,Z):ee&64||ee&128?X.process(S,D,z,K,H,q,J,Y,Z,hn):process.env.NODE_ENV!=="production"&&W("Invalid VNode type:",X,`(${typeof X})`)}de!=null&&H?cr(de,S&&S.ref,q,D||S,!D):de==null&&S&&S.ref!=null&&cr(S.ref,null,q,S,!0)},h=(S,D,z,K)=>{if(S==null)i(D.el=a(D.children),z,K);else{const H=D.el=S.el;D.children!==S.children&&c(H,D.children)}},g=(S,D,z,K)=>{S==null?i(D.el=l(D.children||""),z,K):D.el=S.el},E=(S,D,z,K)=>{[S.el,S.anchor]=v(S.children,D,z,K,S.el,S.anchor)},b=(S,D,z,K)=>{if(D.children!==S.children){const H=d(S.anchor);w(S),[D.el,D.anchor]=v(D.children,z,H,K)}else D.el=S.el,D.anchor=S.anchor},I=({el:S,anchor:D},z,K)=>{let H;for(;S&&S!==D;)H=d(S),i(S,z,K),S=H;i(D,z,K)},w=({el:S,anchor:D})=>{let z;for(;S&&S!==D;)z=d(S),r(S),S=z;r(D)},C=(S,D,z,K,H,q,J,Y,Z)=>{D.type==="svg"?J="svg":D.type==="math"&&(J="mathml"),S==null?x(D,z,K,H,q,J,Y,Z):p(S,D,H,q,J,Y,Z)},x=(S,D,z,K,H,q,J,Y)=>{let Z,X;const{props:de,shapeFlag:ee,transition:le,dirs:ve}=S;if(Z=S.el=o(S.type,q,de&&de.is,de),ee&8?u(Z,S.children):ee&16&&N(S.children,Z,null,K,H,Zl(S,q),J,Y),ve&&bn(S,null,K,"created"),T(Z,S,S.scopeId,J,K),de){for(const We in de)We!=="value"&&!Xn(We)&&s(Z,We,null,de[We],q,K);"value"in de&&s(Z,"value",null,de.value,q),(X=de.onVnodeBeforeMount)&&Rt(X,K,S)}process.env.NODE_ENV!=="production"&&(Ji(Z,"__vnode",S,!0),Ji(Z,"__vueParentComponent",K,!0)),ve&&bn(S,null,K,"beforeMount");const xe=up(H,le);xe&&le.beforeEnter(Z),i(Z,D,z),((X=de&&de.onVnodeMounted)||xe||ve)&&ot(()=>{X&&Rt(X,K,S),xe&&le.enter(Z),ve&&bn(S,null,K,"mounted")},H)},T=(S,D,z,K,H)=>{if(z&&_(S,z),K)for(let q=0;q<K.length;q++)_(S,K[q]);if(H){let q=H.subTree;if(process.env.NODE_ENV!=="production"&&q.patchFlag>0&&q.patchFlag&2048&&(q=Po(q.children)||q),D===q||Vo(q.type)&&(q.ssContent===D||q.ssFallback===D)){const J=H.vnode;T(S,J,J.scopeId,J.slotScopeIds,H.parent)}}},N=(S,D,z,K,H,q,J,Y,Z=0)=>{for(let X=Z;X<S.length;X++){const de=S[X]=Y?ri(S[X]):wt(S[X]);A(null,de,D,z,K,H,q,J,Y)}},p=(S,D,z,K,H,q,J)=>{const Y=D.el=S.el;process.env.NODE_ENV!=="production"&&(Y.__vnode=D);let{patchFlag:Z,dynamicChildren:X,dirs:de}=D;Z|=S.patchFlag&16;const ee=S.props||Ae,le=D.props||Ae;let ve;if(z&&xi(z,!1),(ve=le.onVnodeBeforeUpdate)&&Rt(ve,z,D,S),de&&bn(D,S,z,"beforeUpdate"),z&&xi(z,!0),process.env.NODE_ENV!=="production"&&ln&&(Z=0,J=!1,X=null),(ee.innerHTML&&le.innerHTML==null||ee.textContent&&le.textContent==null)&&u(Y,""),X?(y(S.dynamicChildren,X,Y,z,K,Zl(D,H),q),process.env.NODE_ENV!=="production"&&ss(S,D)):J||Q(S,D,Y,null,z,K,Zl(D,H),q,!1),Z>0){if(Z&16)m(Y,ee,le,z,H);else if(Z&2&&ee.class!==le.class&&s(Y,"class",null,le.class,H),Z&4&&s(Y,"style",ee.style,le.style,H),Z&8){const xe=D.dynamicProps;for(let We=0;We<xe.length;We++){const je=xe[We],Ft=ee[je],It=le[je];(It!==Ft||je==="value")&&s(Y,je,Ft,It,H,z)}}Z&1&&S.children!==D.children&&u(Y,D.children)}else!J&&X==null&&m(Y,ee,le,z,H);((ve=le.onVnodeUpdated)||de)&&ot(()=>{ve&&Rt(ve,z,D,S),de&&bn(D,S,z,"updated")},K)},y=(S,D,z,K,H,q,J)=>{for(let Y=0;Y<D.length;Y++){const Z=S[Y],X=D[Y],de=Z.el&&(Z.type===ue||!un(Z,X)||Z.shapeFlag&198)?f(Z.el):z;A(Z,X,de,null,K,H,q,J,!0)}},m=(S,D,z,K,H)=>{if(D!==z){if(D!==Ae)for(const q in D)!Xn(q)&&!(q in z)&&s(S,q,D[q],null,H,K);for(const q in z){if(Xn(q))continue;const J=z[q],Y=D[q];J!==Y&&q!=="value"&&s(S,q,Y,J,H,K)}"value"in z&&s(S,"value",D.value,z.value,H)}},O=(S,D,z,K,H,q,J,Y,Z)=>{const X=D.el=S?S.el:a(""),de=D.anchor=S?S.anchor:a("");let{patchFlag:ee,dynamicChildren:le,slotScopeIds:ve}=D;process.env.NODE_ENV!=="production"&&(ln||ee&2048)&&(ee=0,Z=!1,le=null),ve&&(Y=Y?Y.concat(ve):ve),S==null?(i(X,z,K),i(de,z,K),N(D.children||[],z,de,H,q,J,Y,Z)):ee>0&&ee&64&&le&&S.dynamicChildren?(y(S.dynamicChildren,le,z,H,q,J,Y),process.env.NODE_ENV!=="production"?ss(S,D):(D.key!=null||H&&D===H.subTree)&&ss(S,D,!0)):Q(S,D,z,de,H,q,J,Y,Z)},k=(S,D,z,K,H,q,J,Y,Z)=>{D.slotScopeIds=Y,S==null?D.shapeFlag&512?H.ctx.activate(D,z,K,J,Z):L(D,z,K,H,q,J,Z):R(S,D,Z)},L=(S,D,z,K,H,q,J)=>{const Y=S.component=kp(S,K,H);if(process.env.NODE_ENV!=="production"&&Y.type.__hmrId&&xb(Y),process.env.NODE_ENV!=="production"&&(ir(S),zn(Y,"mount")),ur(S)&&(Y.ctx.renderer=hn),process.env.NODE_ENV!=="production"&&zn(Y,"init"),Dp(Y,!1,J),process.env.NODE_ENV!=="production"&&Qn(Y,"init"),process.env.NODE_ENV!=="production"&&ln&&(S.el=null),Y.asyncDep){if(H&&H.registerDep(Y,V,J),!S.el){const Z=Y.subTree=ie(He);g(null,Z,D,z),S.placeholder=Z.el}}else V(Y,S,D,z,H,q,J);process.env.NODE_ENV!=="production"&&(rr(),Qn(Y,"mount"))},R=(S,D,z)=>{const K=D.component=S.component;if(t0(S,D,z))if(K.asyncDep&&!K.asyncResolved){process.env.NODE_ENV!=="production"&&ir(D),j(K,D,z),process.env.NODE_ENV!=="production"&&rr();return}else K.next=D,K.update();else D.el=S.el,K.vnode=D},V=(S,D,z,K,H,q,J)=>{const Y=()=>{if(S.isMounted){let{next:ee,bu:le,u:ve,parent:xe,vnode:We}=S;{const Zt=fp(S);if(Zt){ee&&(ee.el=We.el,j(S,ee,J)),Zt.asyncDep.then(()=>{S.isUnmounted||Y()});return}}let je=ee,Ft;process.env.NODE_ENV!=="production"&&ir(ee||S.vnode),xi(S,!1),ee?(ee.el=We.el,j(S,ee,J)):ee=We,le&&Zn(le),(Ft=ee.props&&ee.props.onVnodeBeforeUpdate)&&Rt(Ft,xe,ee,We),xi(S,!0),process.env.NODE_ENV!=="production"&&zn(S,"render");const It=Lo(S);process.env.NODE_ENV!=="production"&&Qn(S,"render");const gn=S.subTree;S.subTree=It,process.env.NODE_ENV!=="production"&&zn(S,"patch"),A(gn,It,f(gn.el),Et(gn),S,H,q),process.env.NODE_ENV!=="production"&&Qn(S,"patch"),ee.el=It.el,je===null&&Ro(S,It.el),ve&&ot(ve,H),(Ft=ee.props&&ee.props.onVnodeUpdated)&&ot(()=>Rt(Ft,xe,ee,We),H),process.env.NODE_ENV!=="production"&&ud(S),process.env.NODE_ENV!=="production"&&rr()}else{let ee;const{el:le,props:ve}=D,{bm:xe,m:We,parent:je,root:Ft,type:It}=S,gn=ni(D);if(xi(S,!1),xe&&Zn(xe),!gn&&(ee=ve&&ve.onVnodeBeforeMount)&&Rt(ee,je,D),xi(S,!0),le&&Us){const Zt=()=>{process.env.NODE_ENV!=="production"&&zn(S,"render"),S.subTree=Lo(S),process.env.NODE_ENV!=="production"&&Qn(S,"render"),process.env.NODE_ENV!=="production"&&zn(S,"hydrate"),Us(le,S.subTree,S,H,null),process.env.NODE_ENV!=="production"&&Qn(S,"hydrate")};gn&&It.__asyncHydrate?It.__asyncHydrate(le,S,Zt):Zt()}else{Ft.ce&&Ft.ce._def.shadowRoot!==!1&&Ft.ce._injectChildStyle(It),process.env.NODE_ENV!=="production"&&zn(S,"render");const Zt=S.subTree=Lo(S);process.env.NODE_ENV!=="production"&&Qn(S,"render"),process.env.NODE_ENV!=="production"&&zn(S,"patch"),A(null,Zt,z,K,S,H,q),process.env.NODE_ENV!=="production"&&Qn(S,"patch"),D.el=Zt.el}if(We&&ot(We,H),!gn&&(ee=ve&&ve.onVnodeMounted)){const Zt=D;ot(()=>Rt(ee,je,Zt),H)}(D.shapeFlag&256||je&&ni(je.vnode)&&je.vnode.shapeFlag&256)&&S.a&&ot(S.a,H),S.isMounted=!0,process.env.NODE_ENV!=="production"&&El(S),D=z=K=null}};S.scope.on();const Z=S.effect=new Fr(Y);S.scope.off();const X=S.update=Z.run.bind(Z),de=S.job=Z.runIfDirty.bind(Z);de.i=S,de.id=S.uid,Z.scheduler=()=>po(de),xi(S,!0),process.env.NODE_ENV!=="production"&&(Z.onTrack=S.rtc?ee=>Zn(S.rtc,ee):void 0,Z.onTrigger=S.rtg?ee=>Zn(S.rtg,ee):void 0),X()},j=(S,D,z)=>{D.component=S;const K=S.vnode.props;S.vnode=D,S.next=null,Py(S,D.props,K,z),Hy(S,D.children,z),rn(),od(S),sn()},Q=(S,D,z,K,H,q,J,Y,Z=!1)=>{const X=S&&S.children,de=S?S.shapeFlag:0,ee=D.children,{patchFlag:le,shapeFlag:ve}=D;if(le>0){if(le&128){pe(X,ee,z,K,H,q,J,Y,Z);return}else if(le&256){ce(X,ee,z,K,H,q,J,Y,Z);return}}ve&8?(de&16&&pt(X,H,q),ee!==X&&u(z,ee)):de&16?ve&16?pe(X,ee,z,K,H,q,J,Y,Z):pt(X,H,q,!0):(de&8&&u(z,""),ve&16&&N(ee,z,K,H,q,J,Y,Z))},ce=(S,D,z,K,H,q,J,Y,Z)=>{S=S||Zi,D=D||Zi;const X=S.length,de=D.length,ee=Math.min(X,de);let le;for(le=0;le<ee;le++){const ve=D[le]=Z?ri(D[le]):wt(D[le]);A(S[le],ve,z,null,H,q,J,Y,Z)}X>de?pt(S,H,q,!0,!1,ee):N(D,z,K,H,q,J,Y,Z,ee)},pe=(S,D,z,K,H,q,J,Y,Z)=>{let X=0;const de=D.length;let ee=S.length-1,le=de-1;for(;X<=ee&&X<=le;){const ve=S[X],xe=D[X]=Z?ri(D[X]):wt(D[X]);if(un(ve,xe))A(ve,xe,z,null,H,q,J,Y,Z);else break;X++}for(;X<=ee&&X<=le;){const ve=S[ee],xe=D[le]=Z?ri(D[le]):wt(D[le]);if(un(ve,xe))A(ve,xe,z,null,H,q,J,Y,Z);else break;ee--,le--}if(X>ee){if(X<=le){const ve=le+1,xe=ve<de?D[ve].el:K;for(;X<=le;)A(null,D[X]=Z?ri(D[X]):wt(D[X]),z,xe,H,q,J,Y,Z),X++}}else if(X>le)for(;X<=ee;)be(S[X],H,q,!0),X++;else{const ve=X,xe=X,We=new Map;for(X=xe;X<=le;X++){const xt=D[X]=Z?ri(D[X]):wt(D[X]);xt.key!=null&&(process.env.NODE_ENV!=="production"&&We.has(xt.key)&&W("Duplicate keys found during update:",JSON.stringify(xt.key),"Make sure keys are unique."),We.set(xt.key,X))}let je,Ft=0;const It=le-xe+1;let gn=!1,Zt=0;const Hs=new Array(It);for(X=0;X<It;X++)Hs[X]=0;for(X=ve;X<=ee;X++){const xt=S[X];if(Ft>=It){be(xt,H,q,!0);continue}let xn;if(xt.key!=null)xn=We.get(xt.key);else for(je=xe;je<=le;je++)if(Hs[je-xe]===0&&un(xt,D[je])){xn=je;break}xn===void 0?be(xt,H,q,!0):(Hs[xn-xe]=X+1,xn>=Zt?Zt=xn:gn=!0,A(xt,D[xn],z,null,H,q,J,Y,Z),Ft++)}const _m=gn?Ky(Hs):Zi;for(je=_m.length-1,X=It-1;X>=0;X--){const xt=xe+X,xn=D[xt],vm=D[xt+1],mm=xt+1<de?vm.el||vm.placeholder:K;Hs[X]===0?A(null,xn,z,mm,H,q,J,Y,Z):gn&&(je<0||X!==_m[je]?we(xn,z,mm,2):je--)}}},we=(S,D,z,K,H=null)=>{const{el:q,type:J,transition:Y,children:Z,shapeFlag:X}=S;if(X&6){we(S.component.subTree,D,z,K);return}if(X&128){S.suspense.move(D,z,K);return}if(X&64){J.move(S,D,z,hn);return}if(J===ue){i(q,D,z);for(let ee=0;ee<Z.length;ee++)we(Z[ee],D,z,K);i(S.anchor,D,z);return}if(J===ii){I(S,D,z);return}if(K!==2&&X&1&&Y)if(K===0)Y.beforeEnter(q),i(q,D,z),ot(()=>Y.enter(q),H);else{const{leave:ee,delayLeave:le,afterLeave:ve}=Y,xe=()=>{S.ctx.isUnmounted?r(q):i(q,D,z)},We=()=>{q._isLeaving&&q[Pn](!0),ee(q,()=>{xe(),ve&&ve()})};le?le(q,xe,We):We()}else i(q,D,z)},be=(S,D,z,K=!1,H=!1)=>{const{type:q,props:J,ref:Y,children:Z,dynamicChildren:X,shapeFlag:de,patchFlag:ee,dirs:le,cacheIndex:ve}=S;if(ee===-2&&(H=!1),Y!=null&&(rn(),cr(Y,null,z,S,!0),sn()),ve!=null&&(D.renderCache[ve]=void 0),de&256){D.ctx.deactivate(S);return}const xe=de&1&&le,We=!ni(S);let je;if(We&&(je=J&&J.onVnodeBeforeUnmount)&&Rt(je,D,S),de&6)it(S.component,z,K);else{if(de&128){S.suspense.unmount(z,K);return}xe&&bn(S,null,D,"beforeUnmount"),de&64?S.type.remove(S,D,z,hn,K):X&&!X.hasOnce&&(q!==ue||ee>0&&ee&64)?pt(X,D,z,!1,!0):(q===ue&&ee&384||!H&&de&16)&&pt(Z,D,z),K&&Ve(S)}(We&&(je=J&&J.onVnodeUnmounted)||xe)&&ot(()=>{je&&Rt(je,D,S),xe&&bn(S,null,D,"unmounted")},z)},Ve=S=>{const{type:D,el:z,anchor:K,transition:H}=S;if(D===ue){process.env.NODE_ENV!=="production"&&S.patchFlag>0&&S.patchFlag&2048&&H&&!H.persisted?S.children.forEach(J=>{J.type===He?r(J.el):Ve(J)}):Ke(z,K);return}if(D===ii){w(S);return}const q=()=>{r(z),H&&!H.persisted&&H.afterLeave&&H.afterLeave()};if(S.shapeFlag&1&&H&&!H.persisted){const{leave:J,delayLeave:Y}=H,Z=()=>J(z,q);Y?Y(S.el,q,Z):Z()}else q()},Ke=(S,D)=>{let z;for(;S!==D;)z=d(S),r(S),S=z;r(D)},it=(S,D,z)=>{process.env.NODE_ENV!=="production"&&S.type.__hmrId&&kb(S);const{bum:K,scope:H,job:q,subTree:J,um:Y,m:Z,a:X}=S;ko(Z),ko(X),K&&Zn(K),H.stop(),q&&(q.flags|=8,be(J,S,D,z)),Y&&ot(Y,D),ot(()=>{S.isUnmounted=!0},D),process.env.NODE_ENV!=="production"&&Vb(S)},pt=(S,D,z,K=!1,H=!1,q=0)=>{for(let J=q;J<S.length;J++)be(S[J],D,z,K,H)},Et=S=>{if(S.shapeFlag&6)return Et(S.component.subTree);if(S.shapeFlag&128)return S.suspense.next();const D=d(S.anchor||S.el),z=D&&D[hd];return z?d(z):D};let On=!1;const Xi=(S,D,z)=>{S==null?D._vnode&&be(D._vnode,null,null,!0):A(D._vnode||null,S,D,null,null,null,z),D._vnode=S,On||(On=!0,od(),ho(),On=!1)},hn={p:A,um:be,m:we,r:Ve,mt:L,mc:N,pc:Q,pbc:y,n:Et,o:e};let Kn,Us;return t&&([Kn,Us]=t(hn)),{render:Xi,hydrate:Kn,createApp:My(Xi,Kn)}}function Zl({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function xi({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function up(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ss(e,t,n=!1){const i=e.children,r=t.children;if(G(i)&&G(r))for(let s=0;s<i.length;s++){const o=i[s];let a=r[s];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=r[s]=ri(r[s]),a.el=o.el),!n&&a.patchFlag!==-2&&ss(o,a)),a.type===En&&a.patchFlag!==-1&&(a.el=o.el),a.type===He&&!a.el&&(a.el=o.el),process.env.NODE_ENV!=="production"&&a.el&&(a.el.__vnode=a)}}function Ky(e){const t=e.slice(),n=[0];let i,r,s,o,a;const l=e.length;for(i=0;i<l;i++){const c=e[i];if(c!==0){if(r=n[n.length-1],e[r]<c){t[i]=r,n.push(i);continue}for(s=0,o=n.length-1;s<o;)a=s+o>>1,e[n[a]]<c?s=a+1:o=a;c<e[n[s]]&&(s>0&&(t[i]=n[s-1]),n[s]=i)}}for(s=n.length,o=n[s-1];s-- >0;)n[s]=o,o=t[o];return n}function fp(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:fp(t)}function ko(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const dp=Symbol.for("v-scx"),pp=()=>{{const e=yn(dp);return e||process.env.NODE_ENV!=="production"&&W("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function Xy(e,t){return os(e,null,t)}function Zy(e,t){return os(e,null,process.env.NODE_ENV!=="production"?Ee({},t,{flush:"post"}):{flush:"post"})}function hp(e,t){return os(e,null,process.env.NODE_ENV!=="production"?Ee({},t,{flush:"sync"}):{flush:"sync"})}function Ue(e,t,n){return process.env.NODE_ENV!=="production"&&!ae(t)&&W("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),os(e,t,n)}function os(e,t,n=Ae){const{immediate:i,deep:r,flush:s,once:o}=n;process.env.NODE_ENV!=="production"&&!t&&(i!==void 0&&W('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&W('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&W('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=Ee({},n);process.env.NODE_ENV!=="production"&&(a.onWarn=W);const l=t&&i||!t&&s!=="post";let c;if(Ar){if(s==="sync"){const _=pp();c=_.__watcherHandles||(_.__watcherHandles=[])}else if(!l){const _=()=>{};return _.stop=Xe,_.resume=Xe,_.pause=Xe,_}}const u=at;a.call=(_,v,A)=>Yt(_,u,v,A);let f=!1;s==="post"?a.scheduler=_=>{ot(_,u&&u.suspense)}:s!=="sync"&&(f=!0,a.scheduler=(_,v)=>{v?_():po(_)}),a.augmentJob=_=>{t&&(_.flags|=4),f&&(_.flags|=2,u&&(_.id=u.uid,_.i=u))};const d=yb(e,t,a);return Ar&&(c?c.push(d):l&&d()),d}function Yy(e,t,n){const i=this.proxy,r=fe(e)?e.includes(".")?gp(i,e):()=>i[e]:e.bind(i,i);let s;ae(t)?s=t:(s=t.handler,n=t);const o=Mi(this),a=os(r,s.bind(i),n);return o(),a}function gp(e,t){const n=t.split(".");return()=>{let i=e;for(let r=0;r<n.length&&i;r++)i=i[n[r]];return i}}function hr(e,t,n=Ae){const i=ut();if(process.env.NODE_ENV!=="production"&&!i)return W("useModel() called without active instance."),he();const r=Be(t);if(process.env.NODE_ENV!=="production"&&!i.propsOptions[0][r])return W(`useModel() called with prop "${t}" which is not declared.`),he();const s=ht(t),o=Ap(e,r),a=ed((l,c)=>{let u,f=Ae,d;return hp(()=>{const _=e[r];Nt(u,_)&&(u=_,c())}),{get(){return l(),n.get?n.get(u):u},set(_){const v=n.set?n.set(_):_;if(!Nt(v,u)&&!(f!==Ae&&Nt(_,f)))return;const A=i.vnode.props;A&&(t in A||r in A||s in A)&&(`onUpdate:${t}`in A||`onUpdate:${r}`in A||`onUpdate:${s}`in A)||(u=_,c()),i.emit(`update:${t}`,v),Nt(_,v)&&Nt(_,f)&&!Nt(v,d)&&c(),f=_,d=v}}});return a[Symbol.iterator]=()=>{let l=0;return{next(){return l<2?{value:l++?o||Ae:a,done:!1}:{done:!0}}}},a}const Ap=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Be(t)}Modifiers`]||e[`${ht(t)}Modifiers`];function Gy(e,t,...n){if(e.isUnmounted)return;const i=e.vnode.props||Ae;if(process.env.NODE_ENV!=="production"){const{emitsOptions:u,propsOptions:[f]}=e;if(u)if(!(t in u))(!f||!(_n(Be(t))in f))&&W(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${_n(Be(t))}" prop.`);else{const d=u[t];ae(d)&&(d(...n)||W(`Invalid event arguments: event validation failed for event "${t}".`))}}let r=n;const s=t.startsWith("update:"),o=s&&Ap(i,t.slice(7));if(o&&(o.trim&&(r=n.map(u=>fe(u)?u.trim():u)),o.number&&(r=n.map(Ys))),process.env.NODE_ENV!=="production"&&zb(e,t,r),process.env.NODE_ENV!=="production"){const u=t.toLowerCase();u!==t&&i[_n(u)]&&W(`Event "${u}" is emitted in component ${zo(e,e.type)} but the handler is registered for "${t}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${ht(t)}" instead of "${t}".`)}let a,l=i[a=_n(t)]||i[a=_n(Be(t))];!l&&s&&(l=i[a=_n(ht(t))]),l&&Yt(l,e,6,r);const c=i[a+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,Yt(c,e,6,r)}}const Jy=new WeakMap;function _p(e,t,n=!1){const i=n?Jy:t.emitsCache,r=i.get(e);if(r!==void 0)return r;const s=e.emits;let o={},a=!1;if(!ae(e)){const l=c=>{const u=_p(c,t,!0);u&&(a=!0,Ee(o,u))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!s&&!a?(Ce(e)&&i.set(e,null),null):(G(s)?s.forEach(l=>o[l]=null):Ee(o,s),Ce(e)&&i.set(e,o),o)}function Mo(e,t){return!e||!kn(t)?!1:(t=t.slice(2).replace(/Once$/,""),Se(e,t[0].toLowerCase()+t.slice(1))||Se(e,ht(t))||Se(e,t))}let Yl=!1;function Do(){Yl=!0}function Lo(e){const{type:t,vnode:n,proxy:i,withProxy:r,propsOptions:[s],slots:o,attrs:a,emit:l,render:c,renderCache:u,props:f,data:d,setupState:_,ctx:v,inheritAttrs:A}=e,h=Jr(e);let g,E;process.env.NODE_ENV!=="production"&&(Yl=!1);try{if(n.shapeFlag&4){const w=r||i,C=process.env.NODE_ENV!=="production"&&_.__isScriptSetup?new Proxy(w,{get(x,T,N){return W(`Property '${String(T)}' was accessed via 'this'. Avoid using 'this' in templates.`),Reflect.get(x,T,N)}}):w;g=wt(c.call(C,w,u,process.env.NODE_ENV!=="production"?on(f):f,_,d,v)),E=a}else{const w=t;process.env.NODE_ENV!=="production"&&a===f&&Do(),g=wt(w.length>1?w(process.env.NODE_ENV!=="production"?on(f):f,process.env.NODE_ENV!=="production"?{get attrs(){return Do(),on(a)},slots:o,emit:l}:{attrs:a,slots:o,emit:l}):w(process.env.NODE_ENV!=="production"?on(f):f,null)),E=t.props?a:$y(a)}}catch(w){ls.length=0,$n(w,e,1),g=ie(He)}let b=g,I;if(process.env.NODE_ENV!=="production"&&g.patchFlag>0&&g.patchFlag&2048&&([b,I]=vp(g)),E&&A!==!1){const w=Object.keys(E),{shapeFlag:C}=b;if(w.length){if(C&7)s&&w.some(qs)&&(E=e0(E,s)),b=Ht(b,E,!1,!0);else if(process.env.NODE_ENV!=="production"&&!Yl&&b.type!==He){const x=Object.keys(a),T=[],N=[];for(let p=0,y=x.length;p<y;p++){const m=x[p];kn(m)?qs(m)||T.push(m[2].toLowerCase()+m.slice(3)):N.push(m)}N.length&&W(`Extraneous non-props attributes (${N.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text or teleport root nodes.`),T.length&&W(`Extraneous non-emits event listeners (${T.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}}return n.dirs&&(process.env.NODE_ENV!=="production"&&!mp(b)&&W("Runtime directive used on component with non-element root node. The directives will not function as intended."),b=Ht(b,null,!1,!0),b.dirs=b.dirs?b.dirs.concat(n.dirs):n.dirs),n.transition&&(process.env.NODE_ENV!=="production"&&!mp(b)&&W("Component inside <Transition> renders non-element root node that cannot be animated."),Rn(b,n.transition)),process.env.NODE_ENV!=="production"&&I?I(b):g=b,Jr(h),g}const vp=e=>{const t=e.children,n=e.dynamicChildren,i=Po(t,!1);if(i){if(process.env.NODE_ENV!=="production"&&i.patchFlag>0&&i.patchFlag&2048)return vp(i)}else return[e,void 0];const r=t.indexOf(i),s=n?n.indexOf(i):-1,o=a=>{t[r]=a,n&&(s>-1?n[s]=a:a.patchFlag>0&&(e.dynamicChildren=[...n,a]))};return[wt(i),o]};function Po(e,t=!0){let n;for(let i=0;i<e.length;i++){const r=e[i];if(In(r)){if(r.type!==He||r.children==="v-if"){if(n)return;if(n=r,process.env.NODE_ENV!=="production"&&t&&n.patchFlag>0&&n.patchFlag&2048)return Po(n.children)}}else return}return n}const $y=e=>{let t;for(const n in e)(n==="class"||n==="style"||kn(n))&&((t||(t={}))[n]=e[n]);return t},e0=(e,t)=>{const n={};for(const i in e)(!qs(i)||!(i.slice(9)in t))&&(n[i]=e[i]);return n},mp=e=>e.shapeFlag&7||e.type===He;function t0(e,t,n){const{props:i,children:r,component:s}=e,{props:o,children:a,patchFlag:l}=t,c=s.emitsOptions;if(process.env.NODE_ENV!=="production"&&(r||a)&&ln||t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return i?bp(i,o,c):!!o;if(l&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(o[d]!==i[d]&&!Mo(c,d))return!0}}}else return(r||a)&&(!a||!a.$stable)?!0:i===o?!1:i?o?bp(i,o,c):!0:!!o;return!1}function bp(e,t,n){const i=Object.keys(t);if(i.length!==Object.keys(e).length)return!0;for(let r=0;r<i.length;r++){const s=i[r];if(t[s]!==e[s]&&!Mo(n,s))return!0}return!1}function Ro({vnode:e,parent:t},n){for(;t;){const i=t.subTree;if(i.suspense&&i.suspense.activeBranch===e&&(i.el=e.el),i===e)(e=t.vnode).el=n,t=t.parent;else break}}const Vo=e=>e.__isSuspense;let Gl=0;const n0={name:"Suspense",__isSuspense:!0,process(e,t,n,i,r,s,o,a,l,c){if(e==null)i0(t,n,i,r,s,o,a,l,c);else{if(s&&s.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}r0(e,t,n,i,r,o,a,l,c)}},hydrate:s0,normalize:o0};function as(e,t){const n=e.props&&e.props[t];ae(n)&&n()}function i0(e,t,n,i,r,s,o,a,l){const{p:c,o:{createElement:u}}=l,f=u("div"),d=e.suspense=Ep(e,r,i,t,f,n,s,o,a,l);c(null,d.pendingBranch=e.ssContent,f,null,i,d,s,o),d.deps>0?(as(e,"onPending"),as(e,"onFallback"),c(null,e.ssFallback,t,n,i,null,s,o),gr(d,e.ssFallback)):d.resolve(!1,!0)}function r0(e,t,n,i,r,s,o,a,{p:l,um:c,o:{createElement:u}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,_=t.ssFallback,{activeBranch:v,pendingBranch:A,isInFallback:h,isHydrating:g}=f;if(A)f.pendingBranch=d,un(A,d)?(l(A,d,f.hiddenContainer,null,r,f,s,o,a),f.deps<=0?f.resolve():h&&(g||(l(v,_,n,i,r,null,s,o,a),gr(f,_)))):(f.pendingId=Gl++,g?(f.isHydrating=!1,f.activeBranch=A):c(A,r,f),f.deps=0,f.effects.length=0,f.hiddenContainer=u("div"),h?(l(null,d,f.hiddenContainer,null,r,f,s,o,a),f.deps<=0?f.resolve():(l(v,_,n,i,r,null,s,o,a),gr(f,_))):v&&un(v,d)?(l(v,d,n,i,r,f,s,o,a),f.resolve(!0)):(l(null,d,f.hiddenContainer,null,r,f,s,o,a),f.deps<=0&&f.resolve()));else if(v&&un(v,d))l(v,d,n,i,r,f,s,o,a),gr(f,d);else if(as(t,"onPending"),f.pendingBranch=d,d.shapeFlag&512?f.pendingId=d.component.suspenseId:f.pendingId=Gl++,l(null,d,f.hiddenContainer,null,r,f,s,o,a),f.deps<=0)f.resolve();else{const{timeout:E,pendingId:b}=f;E>0?setTimeout(()=>{f.pendingId===b&&f.fallback(_)},E):E===0&&f.fallback(_)}}let yp=!1;function Ep(e,t,n,i,r,s,o,a,l,c,u=!1){process.env.NODE_ENV!=="production"&&!yp&&(yp=!0,console[console.info?"info":"log"]("<Suspense> is an experimental feature and its API will likely change."));const{p:f,m:d,um:_,n:v,o:{parentNode:A,remove:h}}=c;let g;const E=a0(e);E&&t&&t.pendingBranch&&(g=t.pendingId,t.deps++);const b=e.props?Gs(e.props.timeout):void 0;process.env.NODE_ENV!=="production"&&_l(b,"Suspense timeout");const I=s,w={vnode:e,parent:t,parentComponent:n,namespace:o,container:i,hiddenContainer:r,deps:0,pendingId:Gl++,timeout:typeof b=="number"?b:-1,activeBranch:null,pendingBranch:null,isInFallback:!u,isHydrating:u,isUnmounted:!1,effects:[],resolve(C=!1,x=!1){if(process.env.NODE_ENV!=="production"){if(!C&&!w.pendingBranch)throw new Error("suspense.resolve() is called without a pending branch.");if(w.isUnmounted)throw new Error("suspense.resolve() is called on an already unmounted suspense boundary.")}const{vnode:T,activeBranch:N,pendingBranch:p,pendingId:y,effects:m,parentComponent:O,container:k}=w;let L=!1;w.isHydrating?w.isHydrating=!1:C||(L=N&&p.transition&&p.transition.mode==="out-in",L&&(N.transition.afterLeave=()=>{y===w.pendingId&&(d(p,k,s===I?v(N):s,0),ar(m))}),N&&(A(N.el)===k&&(s=v(N)),_(N,O,w,!0)),L||d(p,k,s,0)),gr(w,p),w.pendingBranch=null,w.isInFallback=!1;let R=w.parent,V=!1;for(;R;){if(R.pendingBranch){R.effects.push(...m),V=!0;break}R=R.parent}!V&&!L&&ar(m),w.effects=[],E&&t&&t.pendingBranch&&g===t.pendingId&&(t.deps--,t.deps===0&&!x&&t.resolve()),as(T,"onResolve")},fallback(C){if(!w.pendingBranch)return;const{vnode:x,activeBranch:T,parentComponent:N,container:p,namespace:y}=w;as(x,"onFallback");const m=v(T),O=()=>{w.isInFallback&&(f(null,C,p,m,N,null,y,a,l),gr(w,C))},k=C.transition&&C.transition.mode==="out-in";k&&(T.transition.afterLeave=O),w.isInFallback=!0,_(T,N,null,!0),k||O()},move(C,x,T){w.activeBranch&&d(w.activeBranch,C,x,T),w.container=C},next(){return w.activeBranch&&v(w.activeBranch)},registerDep(C,x,T){const N=!!w.pendingBranch;N&&w.deps++;const p=C.vnode.el;C.asyncDep.catch(y=>{$n(y,C,0)}).then(y=>{if(C.isUnmounted||w.isUnmounted||w.pendingId!==C.suspenseId)return;C.asyncResolved=!0;const{vnode:m}=C;process.env.NODE_ENV!=="production"&&ir(m),rc(C,y,!1),p&&(m.el=p);const O=!p&&C.subTree.el;x(C,m,A(p||C.subTree.el),p?null:v(C.subTree),w,o,T),O&&h(O),Ro(C,m.el),process.env.NODE_ENV!=="production"&&rr(),N&&--w.deps===0&&w.resolve()})},unmount(C,x){w.isUnmounted=!0,w.activeBranch&&_(w.activeBranch,n,C,x),w.pendingBranch&&_(w.pendingBranch,n,C,x)}};return w}function s0(e,t,n,i,r,s,o,a,l){const c=t.suspense=Ep(t,i,n,e.parentNode,document.createElement("div"),null,r,s,o,a,!0),u=l(e,c.pendingBranch=t.ssContent,n,c,s,o);return c.deps===0&&c.resolve(!1,!0),u}function o0(e){const{shapeFlag:t,children:n}=e,i=t&32;e.ssContent=Ip(i?n.default:n),e.ssFallback=i?Ip(n.fallback):ie(He)}function Ip(e){let t;if(ae(e)){const n=ki&&e._c;n&&(e._d=!1,M()),e=e(),n&&(e._d=!0,t=vt,Cp())}if(G(e)){const n=Po(e);process.env.NODE_ENV!=="production"&&!n&&e.filter(i=>i!==Pl).length>0&&W("<Suspense> slots expect a single root node."),e=n}return e=wt(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Np(e,t){t&&t.pendingBranch?G(e)?t.effects.push(...e):t.effects.push(e):ar(e)}function gr(e,t){e.activeBranch=t;const{vnode:n,parentComponent:i}=e;let r=t.el;for(;!r&&t.component;)t=t.component.subTree,r=t.el;n.el=r,i&&i.subTree===n&&(i.vnode.el=r,Ro(i,r))}function a0(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const ue=Symbol.for("v-fgt"),En=Symbol.for("v-txt"),He=Symbol.for("v-cmt"),ii=Symbol.for("v-stc"),ls=[];let vt=null;function M(e=!1){ls.push(vt=e?null:[])}function Cp(){ls.pop(),vt=ls[ls.length-1]||null}let ki=1;function cs(e,t=!1){ki+=e,e<0&&vt&&t&&(vt.hasOnce=!0)}function Tp(e){return e.dynamicChildren=ki>0?vt||Zi:null,Cp(),ki>0&&vt&&vt.push(e),e}function B(e,t,n,i,r,s){return Tp(F(e,t,n,i,r,s,!0))}function se(e,t,n,i,r){return Tp(ie(e,t,n,i,r,!0))}function In(e){return e?e.__v_isVNode===!0:!1}function un(e,t){if(process.env.NODE_ENV!=="production"&&t.shapeFlag&6&&e.component){const n=go.get(t.type);if(n&&n.has(e.component))return e.shapeFlag&=-257,t.shapeFlag&=-513,!1}return e.type===t.type&&e.key===t.key}let Jl;function wp(e){Jl=e}const l0=(...e)=>Op(...Jl?Jl(e,et):e),Sp=({key:e})=>e??null,jo=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?fe(e)||Fe(e)||ae(e)?{i:et,r:e,k:t,f:!!n}:e:null);function F(e,t=null,n=null,i=0,r=null,s=e===ue?0:1,o=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Sp(t),ref:t&&jo(t),scopeId:_o,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:i,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:et};return a?(ec(l,n),s&128&&e.normalize(l)):n&&(l.shapeFlag|=fe(n)?8:16),process.env.NODE_ENV!=="production"&&l.key!==l.key&&W("VNode created with invalid key (NaN). VNode type:",l.type),ki>0&&!o&&vt&&(l.patchFlag>0||s&6)&&l.patchFlag!==32&&vt.push(l),l}const ie=process.env.NODE_ENV!=="production"?l0:Op;function Op(e,t=null,n=null,i=0,r=null,s=!1){if((!e||e===Pl)&&(process.env.NODE_ENV!=="production"&&!e&&W(`Invalid vnode type when creating vnode: ${e}.`),e=He),In(e)){const a=Ht(e,t,!0);return n&&ec(a,n),ki>0&&!s&&vt&&(a.shapeFlag&6?vt[vt.indexOf(e)]=a:vt.push(a)),a.patchFlag=-2,a}if(Vp(e)&&(e=e.__vccOpts),t){t=$l(t);let{class:a,style:l}=t;a&&!fe(a)&&(t.class=_e(a)),Ce(l)&&(tr(l)&&!G(l)&&(l=Ee({},l)),t.style=Mt(l))}const o=fe(e)?1:Vo(e)?128:gd(e)?64:Ce(e)?4:ae(e)?2:0;return process.env.NODE_ENV!=="production"&&o&4&&tr(e)&&(e=me(e),W("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
|
|
33
|
-
Component that was made reactive: `,e)),F(e,t,n,i,r,o,s,!0)}function $l(e){return e?tr(e)||Jd(e)?Ee({},e):e:null}function Ht(e,t,n=!1,i=!1){const{props:r,ref:s,patchFlag:o,children:a,transition:l}=e,c=t?Ne(r||{},t):r,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Sp(c),ref:t&&t.ref?n&&s?G(s)?s.concat(jo(t)):[s,jo(t)]:jo(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&o===-1&&G(a)?a.map(xp):a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ue?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ht(e.ssContent),ssFallback:e.ssFallback&&Ht(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&i&&Rn(u,l.clone(u)),u}function xp(e){const t=Ht(e);return G(e.children)&&(t.children=e.children.map(xp)),t}function Je(e=" ",t=0){return ie(En,null,e,t)}function c0(e,t){const n=ie(ii,null,e);return n.staticCount=t,n}function $(e="",t=!1){return t?(M(),se(He,null,e)):ie(He,null,e)}function wt(e){return e==null||typeof e=="boolean"?ie(He):G(e)?ie(ue,null,e.slice()):In(e)?ri(e):ie(En,null,String(e))}function ri(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ht(e)}function ec(e,t){let n=0;const{shapeFlag:i}=e;if(t==null)t=null;else if(G(t))n=16;else if(typeof t=="object")if(i&65){const r=t.default;r&&(r._c&&(r._d=!1),ec(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Jd(t)?t._ctx=et:r===3&&et&&(et.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ae(t)?(t={default:t,_ctx:et},n=32):(t=String(t),i&64?(n=16,t=[Je(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ne(...e){const t={};for(let n=0;n<e.length;n++){const i=e[n];for(const r in i)if(r==="class")t.class!==i.class&&(t.class=_e([t.class,i.class]));else if(r==="style")t.style=Mt([t.style,i.style]);else if(kn(r)){const s=t[r],o=i[r];o&&s!==o&&!(G(s)&&s.includes(o))&&(t[r]=s?[].concat(s,o):o)}else r!==""&&(t[r]=i[r])}return t}function Rt(e,t,n,i=null){Yt(e,t,7,[n,i])}const u0=Xd();let f0=0;function kp(e,t,n){const i=e.type,r=(t?t.appContext:e.appContext)||u0,s={uid:f0++,vnode:e,type:i,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new nl(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ep(i,r),emitsOptions:_p(i,r),emit:null,emitted:null,propsDefaults:Ae,inheritAttrs:i.inheritAttrs,ctx:Ae,data:Ae,props:Ae,attrs:Ae,slots:Ae,refs:Ae,setupState:Ae,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return process.env.NODE_ENV!=="production"?s.ctx=py(s):s.ctx={_:s},s.root=t?t.root:s,s.emit=Gy.bind(null,s),e.ce&&e.ce(s),s}let at=null;const ut=()=>at||et;let Bo,tc;{const e=$i(),t=(n,i)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(i),s=>{r.length>1?r.forEach(o=>o(s)):r[0](s)}};Bo=t("__VUE_INSTANCE_SETTERS__",n=>at=n),tc=t("__VUE_SSR_SETTERS__",n=>Ar=n)}const Mi=e=>{const t=at;return Bo(e),e.scope.on(),()=>{e.scope.off(),Bo(t)}},nc=()=>{at&&at.scope.off(),Bo(null)},d0=Me("slot,component");function ic(e,{isNativeTag:t}){(d0(e)||t(e))&&W("Do not use built-in or reserved HTML elements as component id: "+e)}function Mp(e){return e.vnode.shapeFlag&4}let Ar=!1;function Dp(e,t=!1,n=!1){t&&tc(t);const{props:i,children:r}=e.vnode,s=Mp(e);Dy(e,i,s,t),Uy(e,r,n||t);const o=s?p0(e,t):void 0;return t&&tc(!1),o}function p0(e,t){var n;const i=e.type;if(process.env.NODE_ENV!=="production"){if(i.name&&ic(i.name,e.appContext.config),i.components){const s=Object.keys(i.components);for(let o=0;o<s.length;o++)ic(s[o],e.appContext.config)}if(i.directives){const s=Object.keys(i.directives);for(let o=0;o<s.length;o++)dd(s[o])}i.compilerOptions&&oc()&&W('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.')}e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ts),process.env.NODE_ENV!=="production"&&hy(e);const{setup:r}=i;if(r){rn();const s=e.setupContext=r.length>1?Rp(e):null,o=Mi(e),a=Ei(r,e,0,[process.env.NODE_ENV!=="production"?on(e.props):e.props,s]),l=Ks(a);if(sn(),o(),(l||e.sp)&&!ni(e)&&xl(e),l){if(a.then(nc,nc),t)return a.then(c=>{rc(e,c,t)}).catch(c=>{$n(c,e,0)});if(e.asyncDep=a,process.env.NODE_ENV!=="production"&&!e.suspense){const c=(n=i.name)!=null?n:"Anonymous";W(`Component <${c}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}}else rc(e,a,t)}else Lp(e,t)}function rc(e,t,n){ae(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ce(t)?(process.env.NODE_ENV!=="production"&&In(t)&&W("setup() should not return VNodes directly - return a render function instead."),process.env.NODE_ENV!=="production"&&(e.devtoolsRawSetupState=t),e.setupState=hl(t),process.env.NODE_ENV!=="production"&&gy(e)):process.env.NODE_ENV!=="production"&&t!==void 0&&W(`setup() should return an object. Received: ${t===null?"null":typeof t}`),Lp(e,n)}let us,sc;function h0(e){us=e,sc=t=>{t.render._rc&&(t.withProxy=new Proxy(t.ctx,dy))}}const oc=()=>!us;function Lp(e,t,n){const i=e.type;if(!e.render){if(!t&&us&&!i.render){const r=i.template||Wl(e).template;if(r){process.env.NODE_ENV!=="production"&&zn(e,"compile");const{isCustomElement:s,compilerOptions:o}=e.appContext.config,{delimiters:a,compilerOptions:l}=i,c=Ee(Ee({isCustomElement:s,delimiters:a},o),l);i.render=us(r,c),process.env.NODE_ENV!=="production"&&Qn(e,"compile")}}e.render=i.render||Xe,sc&&sc(e)}{const r=Mi(e);rn();try{Ty(e)}finally{sn(),r()}}process.env.NODE_ENV!=="production"&&!i.render&&e.render===Xe&&!t&&(!us&&i.template?W('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".'):W("Component is missing template or render function: ",i))}const Pp=process.env.NODE_ENV!=="production"?{get(e,t){return Do(),rt(e,"get",""),e[t]},set(){return W("setupContext.attrs is readonly."),!1},deleteProperty(){return W("setupContext.attrs is readonly."),!1}}:{get(e,t){return rt(e,"get",""),e[t]}};function g0(e){return new Proxy(e.slots,{get(t,n){return rt(e,"get","$slots"),t[n]}})}function Rp(e){const t=n=>{if(process.env.NODE_ENV!=="production"&&(e.exposed&&W("expose() should be called only once per setup()."),n!=null)){let i=typeof n;i==="object"&&(G(n)?i="array":Fe(n)&&(i="ref")),i!=="object"&&W(`expose() should be passed a plain object, received ${i}.`)}e.exposed=n||{}};if(process.env.NODE_ENV!=="production"){let n,i;return Object.freeze({get attrs(){return n||(n=new Proxy(e.attrs,Pp))},get slots(){return i||(i=g0(e))},get emit(){return(r,...s)=>e.emit(r,...s)},expose:t})}else return{attrs:new Proxy(e.attrs,Pp),slots:e.slots,emit:e.emit,expose:t}}function fs(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(hl(Jf(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in wi)return wi[n](e)},has(t,n){return n in t||n in wi}})):e.proxy}const A0=/(?:^|[-_])\w/g,_0=e=>e.replace(A0,t=>t.toUpperCase()).replace(/[-_]/g,"");function _r(e,t=!0){return ae(e)?e.displayName||e.name:e.name||t&&e.__name}function zo(e,t,n=!1){let i=_r(t);if(!i&&t.__file){const r=t.__file.match(/([^/\\]+)\.\w+$/);r&&(i=r[1])}if(!i&&e&&e.parent){const r=s=>{for(const o in s)if(s[o]===t)return o};i=r(e.components||e.parent.type.components)||r(e.appContext.components)}return i?_0(i):n?"App":"Anonymous"}function Vp(e){return ae(e)&&"__vccOpts"in e}const U=(e,t)=>{const n=_b(e,t,Ar);if(process.env.NODE_ENV!=="production"){const i=ut();i&&i.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function Nn(e,t,n){const i=(s,o,a)=>{cs(-1);try{return ie(s,o,a)}finally{cs(1)}},r=arguments.length;return r===2?Ce(t)&&!G(t)?In(t)?i(e,null,[t]):i(e,t):i(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&In(n)&&(n=[n]),i(e,t,n))}function jp(){if(process.env.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},i={style:"color:#eb2f96"},r={__vue_custom_formatter:!0,header(f){if(!Ce(f))return null;if(f.__isVue)return["div",e,"VueInstance"];if(Fe(f)){rn();const d=f.value;return sn(),["div",{},["span",e,u(f)],"<",a(d),">"]}else{if(Dn(f))return["div",{},["span",e,At(f)?"ShallowReactive":"Reactive"],"<",a(f),`>${an(f)?" (readonly)":""}`];if(an(f))return["div",{},["span",e,At(f)?"ShallowReadonly":"Readonly"],"<",a(f),">"]}return null},hasBody(f){return f&&f.__isVue},body(f){if(f&&f.__isVue)return["div",{},...s(f.$)]}};function s(f){const d=[];f.type.props&&f.props&&d.push(o("props",me(f.props))),f.setupState!==Ae&&d.push(o("setup",f.setupState)),f.data!==Ae&&d.push(o("data",me(f.data)));const _=l(f,"computed");_&&d.push(o("computed",_));const v=l(f,"inject");return v&&d.push(o("injected",v)),d.push(["div",{},["span",{style:i.style+";opacity:0.66"},"$ (internal): "],["object",{object:f}]]),d}function o(f,d){return d=Ee({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},f],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(_=>["div",{},["span",i,_+": "],a(d[_],!1)])]]:["span",{}]}function a(f,d=!0){return typeof f=="number"?["span",t,f]:typeof f=="string"?["span",n,JSON.stringify(f)]:typeof f=="boolean"?["span",i,f]:Ce(f)?["object",{object:d?me(f):f}]:["span",n,String(f)]}function l(f,d){const _=f.type;if(ae(_))return;const v={};for(const A in f.ctx)c(_,A,d)&&(v[A]=f.ctx[A]);return v}function c(f,d,_){const v=f[_];if(G(v)&&v.includes(d)||Ce(v)&&d in v||f.extends&&c(f.extends,d,_)||f.mixins&&f.mixins.some(A=>c(A,d,_)))return!0}function u(f){return At(f)?"ShallowRef":f.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}function v0(e,t,n,i){const r=n[i];if(r&&Bp(r,e))return r;const s=t();return s.memo=e.slice(),s.cacheIndex=i,n[i]=s}function Bp(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let i=0;i<n.length;i++)if(Nt(n[i],t[i]))return!1;return ki>0&&vt&&vt.push(e),!0}const ac="3.5.21",$e=process.env.NODE_ENV!=="production"?W:Xe,m0=uo,b0=(process.env.NODE_ENV,cn),zp=(process.env.NODE_ENV,yl),ds={createComponentInstance:kp,setupComponent:Dp,renderComponentRoot:Lo,setCurrentRenderingInstance:Jr,isVNode:In,normalizeVNode:wt,getComponentPublicInstance:fs,ensureValidVNode:Vl,pushWarningContext:ir,popWarningContext:rr},y0=null,Qp=null,E0=null;/**
|
|
34
|
-
* @vue/runtime-dom v3.5.21
|
|
35
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
36
|
-
* @license MIT
|
|
37
|
-
**/let lc;const Fp=typeof window<"u"&&window.trustedTypes;if(Fp)try{lc=Fp.createPolicy("vue",{createHTML:e=>e})}catch(e){process.env.NODE_ENV!=="production"&&$e(`Error creating trusted types policy: ${e}`)}const Wp=lc?e=>lc.createHTML(e):e=>e,I0="http://www.w3.org/2000/svg",N0="http://www.w3.org/1998/Math/MathML",Fn=typeof document<"u"?document:null,Up=Fn&&Fn.createElement("template"),C0={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,i)=>{const r=t==="svg"?Fn.createElementNS(I0,e):t==="mathml"?Fn.createElementNS(N0,e):n?Fn.createElement(e,{is:n}):Fn.createElement(e);return e==="select"&&i&&i.multiple!=null&&r.setAttribute("multiple",i.multiple),r},createText:e=>Fn.createTextNode(e),createComment:e=>Fn.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Fn.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,i,r,s){const o=n?n.previousSibling:t.lastChild;if(r&&(r===s||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===s||!(r=r.nextSibling)););else{Up.innerHTML=Wp(i==="svg"?`<svg>${e}</svg>`:i==="mathml"?`<math>${e}</math>`:e);const a=Up.content;if(i==="svg"||i==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},si="transition",ps="animation",vr=Symbol("_vtc"),Hp={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},qp=Ee({},wl,Hp),cc=(e=>(e.displayName="Transition",e.props=qp,e))((e,{slots:t})=>Nn(Sl,Xp(e),t)),Di=(e,t=[])=>{G(e)?e.forEach(n=>n(...t)):e&&e(...t)},Kp=e=>e?G(e)?e.some(t=>t.length>1):e.length>1:!1;function Xp(e){const t={};for(const m in e)m in Hp||(t[m]=e[m]);if(e.css===!1)return t;const{name:n="v",type:i,duration:r,enterFromClass:s=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=s,appearActiveClass:c=o,appearToClass:u=a,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:_=`${n}-leave-to`}=e,v=T0(r),A=v&&v[0],h=v&&v[1],{onBeforeEnter:g,onEnter:E,onEnterCancelled:b,onLeave:I,onLeaveCancelled:w,onBeforeAppear:C=g,onAppear:x=E,onAppearCancelled:T=b}=t,N=(m,O,k,L)=>{m._enterCancelled=L,oi(m,O?u:a),oi(m,O?c:o),k&&k()},p=(m,O)=>{m._isLeaving=!1,oi(m,f),oi(m,_),oi(m,d),O&&O()},y=m=>(O,k)=>{const L=m?x:E,R=()=>N(O,m,k);Di(L,[O,R]),Zp(()=>{oi(O,m?l:s),Cn(O,m?u:a),Kp(L)||Yp(O,i,A,R)})};return Ee(t,{onBeforeEnter(m){Di(g,[m]),Cn(m,s),Cn(m,o)},onBeforeAppear(m){Di(C,[m]),Cn(m,l),Cn(m,c)},onEnter:y(!1),onAppear:y(!0),onLeave(m,O){m._isLeaving=!0;const k=()=>p(m,O);Cn(m,f),m._enterCancelled?(Cn(m,d),fc()):(fc(),Cn(m,d)),Zp(()=>{m._isLeaving&&(oi(m,f),Cn(m,_),Kp(I)||Yp(m,i,h,k))}),Di(I,[m,k])},onEnterCancelled(m){N(m,!1,void 0,!0),Di(b,[m])},onAppearCancelled(m){N(m,!0,void 0,!0),Di(T,[m])},onLeaveCancelled(m){p(m),Di(w,[m])}})}function T0(e){if(e==null)return null;if(Ce(e))return[uc(e.enter),uc(e.leave)];{const t=uc(e);return[t,t]}}function uc(e){const t=Gs(e);return process.env.NODE_ENV!=="production"&&_l(t,"<transition> explicit duration"),t}function Cn(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[vr]||(e[vr]=new Set)).add(t)}function oi(e,t){t.split(/\s+/).forEach(i=>i&&e.classList.remove(i));const n=e[vr];n&&(n.delete(t),n.size||(e[vr]=void 0))}function Zp(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let w0=0;function Yp(e,t,n,i){const r=e._endId=++w0,s=()=>{r===e._endId&&i()};if(n!=null)return setTimeout(s,n);const{type:o,timeout:a,propCount:l}=Gp(e,t);if(!o)return i();const c=o+"end";let u=0;const f=()=>{e.removeEventListener(c,d),s()},d=_=>{_.target===e&&++u>=l&&f()};setTimeout(()=>{u<l&&f()},a+1),e.addEventListener(c,d)}function Gp(e,t){const n=window.getComputedStyle(e),i=v=>(n[v]||"").split(", "),r=i(`${si}Delay`),s=i(`${si}Duration`),o=Jp(r,s),a=i(`${ps}Delay`),l=i(`${ps}Duration`),c=Jp(a,l);let u=null,f=0,d=0;t===si?o>0&&(u=si,f=o,d=s.length):t===ps?c>0&&(u=ps,f=c,d=l.length):(f=Math.max(o,c),u=f>0?o>c?si:ps:null,d=u?u===si?s.length:l.length:0);const _=u===si&&/\b(?:transform|all)(?:,|$)/.test(i(`${si}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:_}}function Jp(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,i)=>$p(n)+$p(e[i])))}function $p(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function fc(){return document.body.offsetHeight}function S0(e,t,n){const i=e[vr];i&&(t=(t?[t,...i]:[...i]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Qo=Symbol("_vod"),eh=Symbol("_vsh"),dc={name:"show",beforeMount(e,{value:t},{transition:n}){e[Qo]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):hs(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:i}){!t!=!n&&(i?t?(i.beforeEnter(e),hs(e,!0),i.enter(e)):i.leave(e,()=>{hs(e,!1)}):hs(e,t))},beforeUnmount(e,{value:t}){hs(e,t)}};function hs(e,t){e.style.display=t?e[Qo]:"none",e[eh]=!t}function O0(){dc.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const th=Symbol(process.env.NODE_ENV!=="production"?"CSS_VAR_TEXT":"");function St(e){const t=ut();if(!t){process.env.NODE_ENV!=="production"&&$e("useCssVars is called without current active component instance.");return}const n=t.ut=(r=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(s=>Fo(s,r))};process.env.NODE_ENV!=="production"&&(t.getCssVars=()=>e(t.proxy));const i=()=>{const r=e(t.proxy);t.ce?Fo(t.ce,r):pc(t.subTree,r),n(r)};Ll(()=>{ar(i)}),st(()=>{Ue(i,Xe,{flush:"post"});const r=new MutationObserver(i);r.observe(t.subTree.el.parentNode,{childList:!0}),Dt(()=>r.disconnect())})}function pc(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{pc(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)Fo(e.el,t);else if(e.type===ue)e.children.forEach(n=>pc(n,t));else if(e.type===ii){let{el:n,anchor:i}=e;for(;n&&(Fo(n,t),n!==i);)n=n.nextSibling}}function Fo(e,t){if(e.nodeType===1){const n=e.style;let i="";for(const r in t){const s=Mf(t[r]);n.setProperty(`--${r}`,s),i+=`--${r}: ${s};`}n[th]=i}}const x0=/(?:^|;)\s*display\s*:/;function k0(e,t,n){const i=e.style,r=fe(n);let s=!1;if(n&&!r){if(t)if(fe(t))for(const o of t.split(";")){const a=o.slice(0,o.indexOf(":")).trim();n[a]==null&&Wo(i,a,"")}else for(const o in t)n[o]==null&&Wo(i,o,"");for(const o in n)o==="display"&&(s=!0),Wo(i,o,n[o])}else if(r){if(t!==n){const o=i[th];o&&(n+=";"+o),i.cssText=n,s=x0.test(n)}}else t&&e.removeAttribute("style");Qo in e&&(e[Qo]=s?i.display:"",e[eh]&&(i.display="none"))}const M0=/[^\\];\s*$/,nh=/\s*!important$/;function Wo(e,t,n){if(G(n))n.forEach(i=>Wo(e,t,i));else if(n==null&&(n=""),process.env.NODE_ENV!=="production"&&M0.test(n)&&$e(`Unexpected semicolon at the end of '${t}' style value: '${n}'`),t.startsWith("--"))e.setProperty(t,n);else{const i=D0(e,t);nh.test(n)?e.setProperty(ht(i),n.replace(nh,""),"important"):e[i]=n}}const ih=["Webkit","Moz","ms"],hc={};function D0(e,t){const n=hc[t];if(n)return n;let i=Be(t);if(i!=="filter"&&i in e)return hc[t]=i;i=An(i);for(let r=0;r<ih.length;r++){const s=ih[r]+i;if(s in e)return hc[t]=s}return t}const rh="http://www.w3.org/1999/xlink";function sh(e,t,n,i,r,s=Pm(t)){i&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(rh,t.slice(6,t.length)):e.setAttributeNS(rh,t,n):n==null||s&&!el(n)?e.removeAttribute(t):e.setAttribute(t,s?"":kt(n)?String(n):n)}function oh(e,t,n,i,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Wp(n):n);return}const s=e.tagName;if(t==="value"&&s!=="PROGRESS"&&!s.includes("-")){const a=s==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(a!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=el(n):n==null&&a==="string"?(n="",o=!0):a==="number"&&(n=0,o=!0)}try{e[t]=n}catch(a){process.env.NODE_ENV!=="production"&&!o&&$e(`Failed setting prop "${t}" on <${s.toLowerCase()}>: value ${n} is invalid.`,a)}o&&e.removeAttribute(r||t)}function Wn(e,t,n,i){e.addEventListener(t,n,i)}function L0(e,t,n,i){e.removeEventListener(t,n,i)}const ah=Symbol("_vei");function P0(e,t,n,i,r=null){const s=e[ah]||(e[ah]={}),o=s[t];if(i&&o)o.value=process.env.NODE_ENV!=="production"?ch(i,t):i;else{const[a,l]=R0(t);if(i){const c=s[t]=B0(process.env.NODE_ENV!=="production"?ch(i,t):i,r);Wn(e,a,c,l)}else o&&(L0(e,a,o,l),s[t]=void 0)}}const lh=/(?:Once|Passive|Capture)$/;function R0(e){let t;if(lh.test(e)){t={};let i;for(;i=e.match(lh);)e=e.slice(0,e.length-i[0].length),t[i[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ht(e.slice(2)),t]}let gc=0;const V0=Promise.resolve(),j0=()=>gc||(V0.then(()=>gc=0),gc=Date.now());function B0(e,t){const n=i=>{if(!i._vts)i._vts=Date.now();else if(i._vts<=n.attached)return;Yt(z0(i,n.value),t,5,[i])};return n.value=e,n.attached=j0(),n}function ch(e,t){return ae(e)||G(e)?e:($e(`Wrong type passed as event handler to ${t} - did you forget @ or : in front of your prop?
|
|
38
|
-
Expected function or array of functions, received type ${typeof e}.`),Xe)}function z0(e,t){if(G(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(i=>r=>!r._stopped&&i&&i(r))}else return t}const uh=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Q0=(e,t,n,i,r,s)=>{const o=r==="svg";t==="class"?S0(e,i,o):t==="style"?k0(e,n,i):kn(t)?qs(t)||P0(e,t,n,i,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):F0(e,t,i,o))?(oh(e,t,i),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&sh(e,t,i,o,s,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!fe(i))?oh(e,Be(t),i,s,t):(t==="true-value"?e._trueValue=i:t==="false-value"&&(e._falseValue=i),sh(e,t,i,o))};function F0(e,t,n,i){if(i)return!!(t==="innerHTML"||t==="textContent"||t in e&&uh(t)&&ae(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return uh(t)&&fe(n)?!1:t in e}const fh={};function dh(e,t,n){let i=te(e,t);Xs(i)&&(i=Ee({},i,t));class r extends Uo{constructor(o){super(i,o,n)}}return r.def=i,r}const W0=((e,t)=>dh(e,t,Sh)),U0=typeof HTMLElement<"u"?HTMLElement:class{};class Uo extends U0{constructor(t,n={},i=_s){super(),this._def=t,this._props=n,this._createApp=i,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&i!==_s?this._root=this.shadowRoot:(process.env.NODE_ENV!=="production"&&this.shadowRoot&&$e("Custom element has pre-rendered declarative shadow root but is not defined as hydratable. Use `defineSSRCustomElement`."),t.shadowRoot!==!1?(this.attachShadow({mode:"open"}),this._root=this.shadowRoot):this._root=this)}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let t=this;for(;t=t&&(t.parentNode||t.host);)if(t instanceof Uo){this._parent=t;break}this._instance||(this._resolved?this._mount(this._def):t&&t._pendingResolve?this._pendingResolve=t._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(t=this._parent){t&&(this._instance.parent=t._instance,this._inheritParentContext(t))}_inheritParentContext(t=this._parent){t&&this._app&&Object.setPrototypeOf(this._app._context.provides,t._instance.provides)}disconnectedCallback(){this._connected=!1,Ut(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null)})}_resolveDef(){if(this._pendingResolve)return;for(let i=0;i<this.attributes.length;i++)this._setAttr(this.attributes[i].name);this._ob=new MutationObserver(i=>{for(const r of i)this._setAttr(r.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(i,r=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:s,styles:o}=i;let a;if(s&&!G(s))for(const l in s){const c=s[l];(c===Number||c&&c.type===Number)&&(l in this._props&&(this._props[l]=Gs(this._props[l])),(a||(a=Object.create(null)))[Be(l)]=!0)}this._numberProps=a,this._resolveProps(i),this.shadowRoot?this._applyStyles(o):process.env.NODE_ENV!=="production"&&o&&$e("Custom element style injection is not supported when using shadowRoot: false"),this._mount(i)},n=this._def.__asyncLoader;n?this._pendingResolve=n().then(i=>{i.configureApp=this._def.configureApp,t(this._def=i,!0)}):t(this._def)}_mount(t){process.env.NODE_ENV!=="production"&&!t.name&&(t.name="VueElement"),this._app=this._createApp(t),this._inheritParentContext(),t.configureApp&&t.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const n=this._instance&&this._instance.exposed;if(n)for(const i in n)Se(this,i)?process.env.NODE_ENV!=="production"&&$e(`Exposed property "${i}" already exists on custom element.`):Object.defineProperty(this,i,{get:()=>P(n[i])})}_resolveProps(t){const{props:n}=t,i=G(n)?n:Object.keys(n||{});for(const r of Object.keys(this))r[0]!=="_"&&i.includes(r)&&this._setProp(r,this[r]);for(const r of i.map(Be))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(s){this._setProp(r,s,!0,!0)}})}_setAttr(t){if(t.startsWith("data-v-"))return;const n=this.hasAttribute(t);let i=n?this.getAttribute(t):fh;const r=Be(t);n&&this._numberProps&&this._numberProps[r]&&(i=Gs(i)),this._setProp(r,i,!1,!0)}_getProp(t){return this._props[t]}_setProp(t,n,i=!0,r=!1){if(n!==this._props[t]&&(n===fh?delete this._props[t]:(this._props[t]=n,t==="key"&&this._app&&(this._app._ceVNode.key=n)),r&&this._instance&&this._update(),i)){const s=this._ob;s&&s.disconnect(),n===!0?this.setAttribute(ht(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(ht(t),n+""):n||this.removeAttribute(ht(t)),s&&s.observe(this,{attributes:!0})}}_update(){const t=this._createVNode();this._app&&(t.appContext=this._app._context),wh(t,this._root)}_createVNode(){const t={};this.shadowRoot||(t.onVnodeMounted=t.onVnodeUpdated=this._renderSlots.bind(this));const n=ie(this._def,Ee(t,this._props));return this._instance||(n.ce=i=>{this._instance=i,i.ce=this,i.isCE=!0,process.env.NODE_ENV!=="production"&&(i.ceReload=s=>{this._styles&&(this._styles.forEach(o=>this._root.removeChild(o)),this._styles.length=0),this._applyStyles(s),this._instance=null,this._update()});const r=(s,o)=>{this.dispatchEvent(new CustomEvent(s,Xs(o[0])?Ee({detail:o},o[0]):{detail:o}))};i.emit=(s,...o)=>{r(s,o),ht(s)!==s&&r(ht(s),o)},this._setParent()}),n}_applyStyles(t,n){if(!t)return;if(n){if(n===this._def||this._styleChildren.has(n))return;this._styleChildren.add(n)}const i=this._nonce;for(let r=t.length-1;r>=0;r--){const s=document.createElement("style");if(i&&s.setAttribute("nonce",i),s.textContent=t[r],this.shadowRoot.prepend(s),process.env.NODE_ENV!=="production")if(n){if(n.__hmrId){this._childStyles||(this._childStyles=new Map);let o=this._childStyles.get(n.__hmrId);o||this._childStyles.set(n.__hmrId,o=[]),o.push(s)}}else(this._styles||(this._styles=[])).push(s)}}_parseSlots(){const t=this._slots={};let n;for(;n=this.firstChild;){const i=n.nodeType===1&&n.getAttribute("slot")||"default";(t[i]||(t[i]=[])).push(n),this.removeChild(n)}}_renderSlots(){const t=(this._teleportTarget||this).querySelectorAll("slot"),n=this._instance.type.__scopeId;for(let i=0;i<t.length;i++){const r=t[i],s=r.getAttribute("name")||"default",o=this._slots[s],a=r.parentNode;if(o)for(const l of o){if(n&&l.nodeType===1){const c=n+"-s",u=document.createTreeWalker(l,1);l.setAttribute(c,"");let f;for(;f=u.nextNode();)f.setAttribute(c,"")}a.insertBefore(l,r)}else for(;r.firstChild;)a.insertBefore(r.firstChild,r);a.removeChild(r)}}_injectChildStyle(t){this._applyStyles(t.styles,t)}_removeChildStyle(t){if(process.env.NODE_ENV!=="production"&&(this._styleChildren.delete(t),this._childStyles&&t.__hmrId)){const n=this._childStyles.get(t.__hmrId);n&&(n.forEach(i=>this._root.removeChild(i)),n.length=0)}}}function Ac(e){const t=ut(),n=t&&t.ce;return n||(process.env.NODE_ENV!=="production"&&$e(t?`${e||"useHost"} can only be used in components defined via defineCustomElement.`:`${e||"useHost"} called without an active component instance.`),null)}function H0(){const e=process.env.NODE_ENV!=="production"?Ac("useShadowRoot"):Ac();return e&&e.shadowRoot}function q0(e="$style"){{const t=ut();if(!t)return process.env.NODE_ENV!=="production"&&$e("useCssModule must be called inside setup()"),Ae;const n=t.type.__cssModules;if(!n)return process.env.NODE_ENV!=="production"&&$e("Current instance does not have CSS modules injected."),Ae;const i=n[e];return i||(process.env.NODE_ENV!=="production"&&$e(`Current instance does not have CSS module named "${e}".`),Ae)}}const ph=new WeakMap,hh=new WeakMap,Ho=Symbol("_moveCb"),gh=Symbol("_enterCb"),_c=(e=>(delete e.props.mode,e))({name:"TransitionGroup",props:Ee({},qp,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=ut(),i=Tl();let r,s;return To(()=>{if(!r.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!Y0(r[0].el,n.vnode.el,o)){r=[];return}r.forEach(K0),r.forEach(X0);const a=r.filter(Z0);fc(),a.forEach(l=>{const c=l.el,u=c.style;Cn(c,o),u.transform=u.webkitTransform=u.transitionDuration="";const f=c[Ho]=d=>{d&&d.target!==c||(!d||d.propertyName.endsWith("transform"))&&(c.removeEventListener("transitionend",f),c[Ho]=null,oi(c,o))};c.addEventListener("transitionend",f)}),r=[]}),()=>{const o=me(e),a=Xp(o);let l=o.tag||ue;if(r=[],s)for(let c=0;c<s.length;c++){const u=s[c];u.el&&u.el instanceof Element&&(r.push(u),Rn(u,lr(u,a,i,n)),ph.set(u,u.el.getBoundingClientRect()))}s=t.default?yo(t.default()):[];for(let c=0;c<s.length;c++){const u=s[c];u.key!=null?Rn(u,lr(u,a,i,n)):process.env.NODE_ENV!=="production"&&u.type!==En&&$e("<TransitionGroup> children must be keyed.")}return ie(l,null,s)}}});function K0(e){const t=e.el;t[Ho]&&t[Ho](),t[gh]&&t[gh]()}function X0(e){hh.set(e,e.el.getBoundingClientRect())}function Z0(e){const t=ph.get(e),n=hh.get(e),i=t.left-n.left,r=t.top-n.top;if(i||r){const s=e.el.style;return s.transform=s.webkitTransform=`translate(${i}px,${r}px)`,s.transitionDuration="0s",e}}function Y0(e,t,n){const i=e.cloneNode(),r=e[vr];r&&r.forEach(a=>{a.split(/\s+/).forEach(l=>l&&i.classList.remove(l))}),n.split(/\s+/).forEach(a=>a&&i.classList.add(a)),i.style.display="none";const s=t.nodeType===1?t:t.parentNode;s.appendChild(i);const{hasTransform:o}=Gp(i);return s.removeChild(i),o}const ai=e=>{const t=e.props["onUpdate:modelValue"]||!1;return G(t)?n=>Zn(t,n):t};function G0(e){e.target.composing=!0}function Ah(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Jt=Symbol("_assign"),qo={created(e,{modifiers:{lazy:t,trim:n,number:i}},r){e[Jt]=ai(r);const s=i||r.props&&r.props.type==="number";Wn(e,t?"change":"input",o=>{if(o.target.composing)return;let a=e.value;n&&(a=a.trim()),s&&(a=Ys(a)),e[Jt](a)}),n&&Wn(e,"change",()=>{e.value=e.value.trim()}),t||(Wn(e,"compositionstart",G0),Wn(e,"compositionend",Ah),Wn(e,"change",Ah))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:i,trim:r,number:s}},o){if(e[Jt]=ai(o),e.composing)return;const a=(s||e.type==="number")&&!/^0\d/.test(e.value)?Ys(e.value):e.value,l=t??"";a!==l&&(document.activeElement===e&&e.type!=="range"&&(i&&t===n||r&&e.value.trim()===l)||(e.value=l))}},vc={deep:!0,created(e,t,n){e[Jt]=ai(n),Wn(e,"change",()=>{const i=e._modelValue,r=mr(e),s=e.checked,o=e[Jt];if(G(i)){const a=Js(i,r),l=a!==-1;if(s&&!l)o(i.concat(r));else if(!s&&l){const c=[...i];c.splice(a,1),o(c)}}else if(mi(i)){const a=new Set(i);s?a.add(r):a.delete(r),o(a)}else o(bh(e,s))})},mounted:_h,beforeUpdate(e,t,n){e[Jt]=ai(n),_h(e,t,n)}};function _h(e,{value:t,oldValue:n},i){e._modelValue=t;let r;if(G(t))r=Js(t,i.props.value)>-1;else if(mi(t))r=t.has(i.props.value);else{if(t===n)return;r=Yn(t,bh(e,!0))}e.checked!==r&&(e.checked=r)}const mc={created(e,{value:t},n){e.checked=Yn(t,n.props.value),e[Jt]=ai(n),Wn(e,"change",()=>{e[Jt](mr(e))})},beforeUpdate(e,{value:t,oldValue:n},i){e[Jt]=ai(i),t!==n&&(e.checked=Yn(t,i.props.value))}},vh={deep:!0,created(e,{value:t,modifiers:{number:n}},i){const r=mi(t);Wn(e,"change",()=>{const s=Array.prototype.filter.call(e.options,o=>o.selected).map(o=>n?Ys(mr(o)):mr(o));e[Jt](e.multiple?r?new Set(s):s:s[0]),e._assigning=!0,Ut(()=>{e._assigning=!1})}),e[Jt]=ai(i)},mounted(e,{value:t}){mh(e,t)},beforeUpdate(e,t,n){e[Jt]=ai(n)},updated(e,{value:t}){e._assigning||mh(e,t)}};function mh(e,t){const n=e.multiple,i=G(t);if(n&&!i&&!mi(t)){process.env.NODE_ENV!=="production"&&$e(`<select multiple v-model> expects an Array or Set value for its binding, but got ${Object.prototype.toString.call(t).slice(8,-1)}.`);return}for(let r=0,s=e.options.length;r<s;r++){const o=e.options[r],a=mr(o);if(n)if(i){const l=typeof a;l==="string"||l==="number"?o.selected=t.some(c=>String(c)===String(a)):o.selected=Js(t,a)>-1}else o.selected=t.has(a);else if(Yn(mr(o),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}function mr(e){return"_value"in e?e._value:e.value}function bh(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const yh={created(e,t,n){Ko(e,t,n,null,"created")},mounted(e,t,n){Ko(e,t,n,null,"mounted")},beforeUpdate(e,t,n,i){Ko(e,t,n,i,"beforeUpdate")},updated(e,t,n,i){Ko(e,t,n,i,"updated")}};function Eh(e,t){switch(e){case"SELECT":return vh;case"TEXTAREA":return qo;default:switch(t){case"checkbox":return vc;case"radio":return mc;default:return qo}}}function Ko(e,t,n,i,r){const o=Eh(e.tagName,n.props&&n.props.type)[r];o&&o(e,t,n,i)}function J0(){qo.getSSRProps=({value:e})=>({value:e}),mc.getSSRProps=({value:e},t)=>{if(t.props&&Yn(t.props.value,e))return{checked:!0}},vc.getSSRProps=({value:e},t)=>{if(G(e)){if(t.props&&Js(e,t.props.value)>-1)return{checked:!0}}else if(mi(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},yh.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=Eh(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const $0=["ctrl","shift","alt","meta"],eE={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>$0.some(n=>e[`${n}Key`]&&!t.includes(n))},Vt=(e,t)=>{const n=e._withMods||(e._withMods={}),i=t.join(".");return n[i]||(n[i]=((r,...s)=>{for(let o=0;o<t.length;o++){const a=eE[t[o]];if(a&&a(r,t))return}return e(r,...s)}))},tE={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},gs=(e,t)=>{const n=e._withKeys||(e._withKeys={}),i=t.join(".");return n[i]||(n[i]=(r=>{if(!("key"in r))return;const s=ht(r.key);if(t.some(o=>o===s||tE[o]===s))return e(r)}))},Ih=Ee({patchProp:Q0},C0);let As,Nh=!1;function Ch(){return As||(As=ap(Ih))}function Th(){return As=Nh?As:lp(Ih),Nh=!0,As}const wh=((...e)=>{Ch().render(...e)}),nE=((...e)=>{Th().hydrate(...e)}),_s=((...e)=>{const t=Ch().createApp(...e);process.env.NODE_ENV!=="production"&&(xh(t),kh(t));const{mount:n}=t;return t.mount=i=>{const r=Mh(i);if(!r)return;const s=t._component;!ae(s)&&!s.render&&!s.template&&(s.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,Oh(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t}),Sh=((...e)=>{const t=Th().createApp(...e);process.env.NODE_ENV!=="production"&&(xh(t),kh(t));const{mount:n}=t;return t.mount=i=>{const r=Mh(i);if(r)return n(r,!0,Oh(r))},t});function Oh(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function xh(e){Object.defineProperty(e.config,"isNativeTag",{value:t=>Cf(t)||Tf(t)||wf(t),writable:!1})}function kh(e){if(oc()){const t=e.config.isCustomElement;Object.defineProperty(e.config,"isCustomElement",{get(){return t},set(){$e("The `isCustomElement` config option is deprecated. Use `compilerOptions.isCustomElement` instead.")}});const n=e.config.compilerOptions,i='The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime compiler (aka "full build"). Since you are using the runtime-only build, `compilerOptions` must be passed to `@vue/compiler-dom` in the build setup instead.\n- For vue-loader: pass it via vue-loader\'s `compilerOptions` loader option.\n- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-sfc';Object.defineProperty(e.config,"compilerOptions",{get(){return $e(i),n},set(){$e(i)}})}}function Mh(e){if(fe(e)){const t=document.querySelector(e);return process.env.NODE_ENV!=="production"&&!t&&$e(`Failed to mount app: mount target selector "${e}" returned null.`),t}return process.env.NODE_ENV!=="production"&&window.ShadowRoot&&e instanceof window.ShadowRoot&&e.mode==="closed"&&$e('mounting on a ShadowRoot with `{mode: "closed"}` may lead to unpredictable bugs'),e}let Dh=!1;const Lh=()=>{Dh||(Dh=!0,J0(),O0())};/**
|
|
39
|
-
* vue v3.5.21
|
|
40
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
41
|
-
* @license MIT
|
|
42
|
-
**/function iE(){jp()}process.env.NODE_ENV!=="production"&&iE();const rE=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:Sl,BaseTransitionPropsValidators:wl,Comment:He,DeprecationTypes:E0,EffectScope:nl,ErrorCodes:Tb,ErrorTypeStrings:m0,Fragment:ue,KeepAlive:ay,ReactiveEffect:Fr,Static:ii,Suspense:n0,Teleport:Cl,Text:En,TrackOpTypes:vb,Transition:cc,TransitionGroup:_c,TriggerOpTypes:mb,VueElement:Uo,assertNumber:_l,callWithAsyncErrorHandling:Yt,callWithErrorHandling:Ei,camelize:Be,capitalize:An,cloneVNode:Ht,compatUtils:Qp,compile:()=>{process.env.NODE_ENV!=="production"&&$e('Runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".')},computed:U,createApp:_s,createBlock:se,createCommentVNode:$,createElementBlock:B,createElementVNode:F,createHydrationRenderer:lp,createPropsRestProxy:Ql,createRenderer:ap,createSSRApp:Sh,createSlots:dr,createStaticVNode:c0,createTextVNode:Je,createVNode:ie,customRef:ed,defineAsyncComponent:oy,defineComponent:te,defineCustomElement:dh,defineEmits:_y,defineExpose:vy,defineModel:yy,defineOptions:my,defineProps:Ay,defineSSRCustomElement:W0,defineSlots:by,devtools:b0,effect:Um,effectScope:Fm,getCurrentInstance:ut,getCurrentScope:il,getCurrentWatcher:bb,getTransitionRawChildren:yo,guardReactiveProps:$l,h:Nn,handleError:$n,hasInjectionContext:Zd,hydrate:nE,hydrateOnIdle:ey,hydrateOnInteraction:ry,hydrateOnMediaQuery:iy,hydrateOnVisible:ny,initCustomFormatter:jp,initDirectivesForSSR:Lh,inject:yn,isMemoSame:Bp,isProxy:tr,isReactive:Dn,isReadonly:an,isRef:Fe,isRuntimeOnly:oc,isShallow:At,isVNode:In,markRaw:Jf,mergeDefaults:Iy,mergeModels:jn,mergeProps:Ne,nextTick:Ut,normalizeClass:_e,normalizeProps:Qr,normalizeStyle:Mt,onActivated:Dd,onBeforeMount:Rd,onBeforeUnmount:fr,onBeforeUpdate:Ll,onDeactivated:Ld,onErrorCaptured:zd,onMounted:st,onRenderTracked:Bd,onRenderTriggered:jd,onScopeDispose:Df,onServerPrefetch:Vd,onUnmounted:Dt,onUpdated:To,onWatcherCleanup:nd,openBlock:M,popScopeId:Fb,provide:pr,proxyRefs:hl,pushScopeId:Qb,queuePostFlushCb:ar,reactive:Gn,readonly:so,ref:he,registerRuntimeCompiler:h0,render:wh,renderList:Ze,renderSlot:ne,resolveComponent:So,resolveDirective:uy,resolveDynamicComponent:Lt,resolveFilter:y0,resolveTransitionHooks:lr,setBlockTracking:cs,setDevtoolsHook:zp,setTransitionHooks:Rn,shallowReactive:pl,shallowReadonly:on,shallowRef:nr,ssrContextKey:dp,ssrUtils:ds,stop:Hm,toDisplayString:oe,toHandlerKey:_n,toHandlers:fy,toRaw:me,toRef:Xr,toRefs:gl,toValue:_t,transformVNodeArgs:wp,triggerRef:fb,unref:P,useAttrs:Fd,useCssModule:q0,useCssVars:St,useHost:Ac,useId:Cd,useModel:hr,useSSRContext:pp,useShadowRoot:H0,useSlots:Pt,useTemplateRef:ti,useTransitionState:Tl,vModelCheckbox:vc,vModelDynamic:yh,vModelRadio:mc,vModelSelect:vh,vModelText:qo,vShow:dc,version:ac,warn:$e,watch:Ue,watchEffect:Xy,watchPostEffect:Zy,watchSyncEffect:hp,withAsyncContext:Ny,withCtx:Ie,withDefaults:Ey,withDirectives:pd,withKeys:gs,withMemo:v0,withModifiers:Vt,withScopeId:Wb},Symbol.toStringTag,{value:"Module"})),Ph=/^[a-z0-9]+(-[a-z0-9]+)*$/,Xo=(e,t,n,i="")=>{const r=e.split(":");if(e.slice(0,1)==="@"){if(r.length<2||r.length>3)return null;i=r.shift().slice(1)}if(r.length>3||!r.length)return null;if(r.length>1){const a=r.pop(),l=r.pop(),c={provider:r.length>0?r[0]:i,prefix:l,name:a};return t&&!Zo(c)?null:c}const s=r[0],o=s.split("-");if(o.length>1){const a={provider:i,prefix:o.shift(),name:o.join("-")};return t&&!Zo(a)?null:a}if(n&&i===""){const a={provider:i,prefix:"",name:s};return t&&!Zo(a,n)?null:a}return null},Zo=(e,t)=>e?!!((t&&e.prefix===""||e.prefix)&&e.name):!1,Rh=Object.freeze({left:0,top:0,width:16,height:16}),Yo=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Go=Object.freeze({...Rh,...Yo}),bc=Object.freeze({...Go,body:"",hidden:!1});function sE(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const i=((e.rotate||0)+(t.rotate||0))%4;return i&&(n.rotate=i),n}function Vh(e,t){const n=sE(e,t);for(const i in bc)i in Yo?i in e&&!(i in n)&&(n[i]=Yo[i]):i in t?n[i]=t[i]:i in e&&(n[i]=e[i]);return n}function oE(e,t){const n=e.icons,i=e.aliases||Object.create(null),r=Object.create(null);function s(o){if(n[o])return r[o]=[];if(!(o in r)){r[o]=null;const a=i[o]&&i[o].parent,l=a&&s(a);l&&(r[o]=[a].concat(l))}return r[o]}return Object.keys(n).concat(Object.keys(i)).forEach(s),r}function aE(e,t,n){const i=e.icons,r=e.aliases||Object.create(null);let s={};function o(a){s=Vh(i[a]||r[a],s)}return o(t),n.forEach(o),Vh(e,s)}function jh(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(r=>{t(r,null),n.push(r)});const i=oE(e);for(const r in i){const s=i[r];s&&(t(r,aE(e,r,s)),n.push(r))}return n}const lE={provider:"",aliases:{},not_found:{},...Rh};function yc(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function Bh(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!yc(e,lE))return null;const n=t.icons;for(const r in n){const s=n[r];if(!r||typeof s.body!="string"||!yc(s,bc))return null}const i=t.aliases||Object.create(null);for(const r in i){const s=i[r],o=s.parent;if(!r||typeof o!="string"||!n[o]&&!i[o]||!yc(s,bc))return null}return t}const zh=Object.create(null);function cE(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function br(e,t){const n=zh[e]||(zh[e]=Object.create(null));return n[t]||(n[t]=cE(e,t))}function Qh(e,t){return Bh(t)?jh(t,(n,i)=>{i?e.icons[n]=i:e.missing.add(n)}):[]}function uE(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let vs=!1;function Fh(e){return typeof e=="boolean"&&(vs=e),vs}function fE(e){const t=typeof e=="string"?Xo(e,!0,vs):e;if(t){const n=br(t.provider,t.prefix),i=t.name;return n.icons[i]||(n.missing.has(i)?null:void 0)}}function dE(e,t){const n=Xo(e,!0,vs);if(!n)return!1;const i=br(n.provider,n.prefix);return t?uE(i,n.name,t):(i.missing.add(n.name),!0)}function pE(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),vs&&!t&&!e.prefix){let r=!1;return Bh(e)&&(e.prefix="",jh(e,(s,o)=>{dE(s,o)&&(r=!0)})),r}const n=e.prefix;if(!Zo({prefix:n,name:"a"}))return!1;const i=br(t,n);return!!Qh(i,e)}const Wh=Object.freeze({width:null,height:null}),Uh=Object.freeze({...Wh,...Yo}),hE=/(-?[0-9.]*[0-9]+[0-9.]*)/g,gE=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Hh(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const i=e.split(hE);if(i===null||!i.length)return e;const r=[];let s=i.shift(),o=gE.test(s);for(;;){if(o){const a=parseFloat(s);isNaN(a)?r.push(s):r.push(Math.ceil(a*t*n)/n)}else r.push(s);if(s=i.shift(),s===void 0)return r.join("");o=!o}}function AE(e,t="defs"){let n="";const i=e.indexOf("<"+t);for(;i>=0;){const r=e.indexOf(">",i),s=e.indexOf("</"+t);if(r===-1||s===-1)break;const o=e.indexOf(">",s);if(o===-1)break;n+=e.slice(r+1,s).trim(),e=e.slice(0,i).trim()+e.slice(o+1)}return{defs:n,content:e}}function _E(e,t){return e?"<defs>"+e+"</defs>"+t:t}function vE(e,t,n){const i=AE(e);return _E(i.defs,t+i.content+n)}const mE=e=>e==="unset"||e==="undefined"||e==="none";function bE(e,t){const n={...Go,...e},i={...Uh,...t},r={left:n.left,top:n.top,width:n.width,height:n.height};let s=n.body;[n,i].forEach(A=>{const h=[],g=A.hFlip,E=A.vFlip;let b=A.rotate;g?E?b+=2:(h.push("translate("+(r.width+r.left).toString()+" "+(0-r.top).toString()+")"),h.push("scale(-1 1)"),r.top=r.left=0):E&&(h.push("translate("+(0-r.left).toString()+" "+(r.height+r.top).toString()+")"),h.push("scale(1 -1)"),r.top=r.left=0);let I;switch(b<0&&(b-=Math.floor(b/4)*4),b=b%4,b){case 1:I=r.height/2+r.top,h.unshift("rotate(90 "+I.toString()+" "+I.toString()+")");break;case 2:h.unshift("rotate(180 "+(r.width/2+r.left).toString()+" "+(r.height/2+r.top).toString()+")");break;case 3:I=r.width/2+r.left,h.unshift("rotate(-90 "+I.toString()+" "+I.toString()+")");break}b%2===1&&(r.left!==r.top&&(I=r.left,r.left=r.top,r.top=I),r.width!==r.height&&(I=r.width,r.width=r.height,r.height=I)),h.length&&(s=vE(s,'<g transform="'+h.join(" ")+'">',"</g>"))});const o=i.width,a=i.height,l=r.width,c=r.height;let u,f;o===null?(f=a===null?"1em":a==="auto"?c:a,u=Hh(f,l/c)):(u=o==="auto"?l:o,f=a===null?Hh(u,c/l):a==="auto"?c:a);const d={},_=(A,h)=>{mE(h)||(d[A]=h.toString())};_("width",u),_("height",f);const v=[r.left,r.top,l,c];return d.viewBox=v.join(" "),{attributes:d,viewBox:v,body:s}}const yE=/\sid="(\S+)"/g,EE="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let IE=0;function NE(e,t=EE){const n=[];let i;for(;i=yE.exec(e);)n.push(i[1]);if(!n.length)return e;const r="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(s=>{const o=typeof t=="function"?t(s):t+(IE++).toString(),a=s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+a+')([")]|\\.[a-z])',"g"),"$1"+o+r+"$3")}),e=e.replace(new RegExp(r,"g"),""),e}const Ec=Object.create(null);function CE(e,t){Ec[e]=t}function Ic(e){return Ec[e]||Ec[""]}function Nc(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const Cc=Object.create(null),ms=["https://api.simplesvg.com","https://api.unisvg.com"],Jo=[];for(;ms.length>0;)ms.length===1||Math.random()>.5?Jo.push(ms.shift()):Jo.push(ms.pop());Cc[""]=Nc({resources:["https://api.iconify.design"].concat(Jo)});function TE(e,t){const n=Nc(t);return n===null?!1:(Cc[e]=n,!0)}function Tc(e){return Cc[e]}let qh=(()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}})();function wE(e,t){const n=Tc(e);if(!n)return 0;let i;if(!n.maxURL)i=0;else{let r=0;n.resources.forEach(o=>{r=Math.max(r,o.length)});const s=t+".json?icons=";i=n.maxURL-r-n.path.length-s.length}return i}function SE(e){return e===404}const OE=(e,t,n)=>{const i=[],r=wE(e,t),s="icons";let o={type:s,provider:e,prefix:t,icons:[]},a=0;return n.forEach((l,c)=>{a+=l.length+1,a>=r&&c>0&&(i.push(o),o={type:s,provider:e,prefix:t,icons:[]},a=l.length),o.icons.push(l)}),i.push(o),i};function xE(e){if(typeof e=="string"){const t=Tc(e);if(t)return t.path}return"/"}const kE={prepare:OE,send:(e,t,n)=>{if(!qh){n("abort",424);return}let i=xE(t.provider);switch(t.type){case"icons":{const s=t.prefix,a=t.icons.join(","),l=new URLSearchParams({icons:a});i+=s+".json?"+l.toString();break}case"custom":{const s=t.uri;i+=s.slice(0,1)==="/"?s.slice(1):s;break}default:n("abort",400);return}let r=503;qh(e+i).then(s=>{const o=s.status;if(o!==200){setTimeout(()=>{n(SE(o)?"abort":"next",o)});return}return r=501,s.json()}).then(s=>{if(typeof s!="object"||s===null){setTimeout(()=>{s===404?n("abort",s):n("next",r)});return}setTimeout(()=>{n("success",s)})}).catch(()=>{n("next",r)})}};function ME(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((r,s)=>r.provider!==s.provider?r.provider.localeCompare(s.provider):r.prefix!==s.prefix?r.prefix.localeCompare(s.prefix):r.name.localeCompare(s.name));let i={provider:"",prefix:"",name:""};return e.forEach(r=>{if(i.name===r.name&&i.prefix===r.prefix&&i.provider===r.provider)return;i=r;const s=r.provider,o=r.prefix,a=r.name,l=n[s]||(n[s]=Object.create(null)),c=l[o]||(l[o]=br(s,o));let u;a in c.icons?u=t.loaded:o===""||c.missing.has(a)?u=t.missing:u=t.pending;const f={provider:s,prefix:o,name:a};u.push(f)}),t}function Kh(e,t){e.forEach(n=>{const i=n.loaderCallbacks;i&&(n.loaderCallbacks=i.filter(r=>r.id!==t))})}function DE(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const i=e.provider,r=e.prefix;t.forEach(s=>{const o=s.icons,a=o.pending.length;o.pending=o.pending.filter(l=>{if(l.prefix!==r)return!0;const c=l.name;if(e.icons[c])o.loaded.push({provider:i,prefix:r,name:c});else if(e.missing.has(c))o.missing.push({provider:i,prefix:r,name:c});else return n=!0,!0;return!1}),o.pending.length!==a&&(n||Kh([e],s.id),s.callback(o.loaded.slice(0),o.missing.slice(0),o.pending.slice(0),s.abort))})}))}let LE=0;function PE(e,t,n){const i=LE++,r=Kh.bind(null,n,i);if(!t.pending.length)return r;const s={id:i,icons:t,callback:e,abort:r};return n.forEach(o=>{(o.loaderCallbacks||(o.loaderCallbacks=[])).push(s)}),r}function RE(e,t=!0,n=!1){const i=[];return e.forEach(r=>{const s=typeof r=="string"?Xo(r,t,n):r;s&&i.push(s)}),i}var VE={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function jE(e,t,n,i){const r=e.resources.length,s=e.random?Math.floor(Math.random()*r):e.index;let o;if(e.random){let C=e.resources.slice(0);for(o=[];C.length>1;){const x=Math.floor(Math.random()*C.length);o.push(C[x]),C=C.slice(0,x).concat(C.slice(x+1))}o=o.concat(C)}else o=e.resources.slice(s).concat(e.resources.slice(0,s));const a=Date.now();let l="pending",c=0,u,f=null,d=[],_=[];typeof i=="function"&&_.push(i);function v(){f&&(clearTimeout(f),f=null)}function A(){l==="pending"&&(l="aborted"),v(),d.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),d=[]}function h(C,x){x&&(_=[]),typeof C=="function"&&_.push(C)}function g(){return{startTime:a,payload:t,status:l,queriesSent:c,queriesPending:d.length,subscribe:h,abort:A}}function E(){l="failed",_.forEach(C=>{C(void 0,u)})}function b(){d.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),d=[]}function I(C,x,T){const N=x!=="success";switch(d=d.filter(p=>p!==C),l){case"pending":break;case"failed":if(N||!e.dataAfterTimeout)return;break;default:return}if(x==="abort"){u=T,E();return}if(N){u=T,d.length||(o.length?w():E());return}if(v(),b(),!e.random){const p=e.resources.indexOf(C.resource);p!==-1&&p!==e.index&&(e.index=p)}l="completed",_.forEach(p=>{p(T)})}function w(){if(l!=="pending")return;v();const C=o.shift();if(C===void 0){if(d.length){f=setTimeout(()=>{v(),l==="pending"&&(b(),E())},e.timeout);return}E();return}const x={status:"pending",resource:C,callback:(T,N)=>{I(x,T,N)}};d.push(x),c++,f=setTimeout(w,e.rotate),n(C,t,x.callback)}return setTimeout(w),g}function Xh(e){const t={...VE,...e};let n=[];function i(){n=n.filter(a=>a().status==="pending")}function r(a,l,c){const u=jE(t,a,l,(f,d)=>{i(),c&&c(f,d)});return n.push(u),u}function s(a){return n.find(l=>a(l))||null}return{query:r,find:s,setIndex:a=>{t.index=a},getIndex:()=>t.index,cleanup:i}}function Zh(){}const wc=Object.create(null);function BE(e){if(!wc[e]){const t=Tc(e);if(!t)return;const n=Xh(t),i={config:t,redundancy:n};wc[e]=i}return wc[e]}function zE(e,t,n){let i,r;if(typeof e=="string"){const s=Ic(e);if(!s)return n(void 0,424),Zh;r=s.send;const o=BE(e);o&&(i=o.redundancy)}else{const s=Nc(e);if(s){i=Xh(s);const o=e.resources?e.resources[0]:"",a=Ic(o);a&&(r=a.send)}}return!i||!r?(n(void 0,424),Zh):i.query(t,r,n)().abort}function Yh(){}function QE(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,DE(e)}))}function FE(e){const t=[],n=[];return e.forEach(i=>{(i.match(Ph)?t:n).push(i)}),{valid:t,invalid:n}}function bs(e,t,n){function i(){const r=e.pendingIcons;t.forEach(s=>{r&&r.delete(s),e.icons[s]||e.missing.add(s)})}if(n&&typeof n=="object")try{if(!Qh(e,n).length){i();return}}catch(r){console.error(r)}i(),QE(e)}function Gh(e,t){e instanceof Promise?e.then(n=>{t(n)}).catch(()=>{t(null)}):t(e)}function WE(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:i}=e,r=e.iconsToLoad;if(delete e.iconsToLoad,!r||!r.length)return;const s=e.loadIcon;if(e.loadIcons&&(r.length>1||!s)){Gh(e.loadIcons(r,i,n),u=>{bs(e,r,u)});return}if(s){r.forEach(u=>{const f=s(u,i,n);Gh(f,d=>{const _=d?{prefix:i,icons:{[u]:d}}:null;bs(e,[u],_)})});return}const{valid:o,invalid:a}=FE(r);if(a.length&&bs(e,a,null),!o.length)return;const l=i.match(Ph)?Ic(n):null;if(!l){bs(e,o,null);return}l.prepare(n,i,o).forEach(u=>{zE(n,u,f=>{bs(e,u.icons,f)})})}))}const UE=(e,t)=>{const n=RE(e,!0,Fh()),i=ME(n);if(!i.pending.length){let l=!0;return t&&setTimeout(()=>{l&&t(i.loaded,i.missing,i.pending,Yh)}),()=>{l=!1}}const r=Object.create(null),s=[];let o,a;return i.pending.forEach(l=>{const{provider:c,prefix:u}=l;if(u===a&&c===o)return;o=c,a=u,s.push(br(c,u));const f=r[c]||(r[c]=Object.create(null));f[u]||(f[u]=[])}),i.pending.forEach(l=>{const{provider:c,prefix:u,name:f}=l,d=br(c,u),_=d.pendingIcons||(d.pendingIcons=new Set);_.has(f)||(_.add(f),r[c][u].push(f))}),s.forEach(l=>{const c=r[l.provider][l.prefix];c.length&&WE(l,c)}),t?PE(t,i,s):Yh};function HE(e,t){const n={...e};for(const i in t){const r=t[i],s=typeof r;i in Wh?(r===null||r&&(s==="string"||s==="number"))&&(n[i]=r):s===typeof n[i]&&(n[i]=i==="rotate"?r%4:r)}return n}const qE=/[\s,]+/;function KE(e,t){t.split(qE).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function XE(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function i(r){for(;r<0;)r+=4;return r%4}if(n===""){const r=parseInt(e);return isNaN(r)?0:i(r)}else if(n!==e){let r=0;switch(n){case"%":r=25;break;case"deg":r=90}if(r){let s=parseFloat(e.slice(0,e.length-n.length));return isNaN(s)?0:(s=s/r,s%1===0?i(s):0)}}return t}function ZE(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const i in t)n+=" "+i+'="'+t[i]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function YE(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function GE(e){return"data:image/svg+xml,"+YE(e)}function JE(e){return'url("'+GE(e)+'")'}const Jh={...Uh,inline:!1},$E={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},e1={display:"inline-block"},Sc={backgroundColor:"currentColor"},$h={backgroundColor:"transparent"},eg={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},tg={webkitMask:Sc,mask:Sc,background:$h};for(const e in tg){const t=tg[e];for(const n in eg)t[e+n]=eg[n]}const $o={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";$o[e+"-flip"]=t,$o[e.slice(0,1)+"-flip"]=t,$o[e+"Flip"]=t});function ng(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const ig=(e,t)=>{const n=HE(Jh,t),i={...$E},r=t.mode||"svg",s={},o=t.style,a=typeof o=="object"&&!(o instanceof Array)?o:{};for(let A in t){const h=t[A];if(h!==void 0)switch(A){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":n[A]=h===!0||h==="true"||h===1;break;case"flip":typeof h=="string"&&KE(n,h);break;case"color":s.color=h;break;case"rotate":typeof h=="string"?n[A]=XE(h):typeof h=="number"&&(n[A]=h);break;case"ariaHidden":case"aria-hidden":h!==!0&&h!=="true"&&delete i["aria-hidden"];break;default:{const g=$o[A];g?(h===!0||h==="true"||h===1)&&(n[g]=!0):Jh[A]===void 0&&(i[A]=h)}}}const l=bE(e,n),c=l.attributes;if(n.inline&&(s.verticalAlign="-0.125em"),r==="svg"){i.style={...s,...a},Object.assign(i,c);let A=0,h=t.id;return typeof h=="string"&&(h=h.replace(/-/g,"_")),i.innerHTML=NE(l.body,h?()=>h+"ID"+A++:"iconifyVue"),Nn("svg",i)}const{body:u,width:f,height:d}=e,_=r==="mask"||(r==="bg"?!1:u.indexOf("currentColor")!==-1),v=ZE(u,{...c,width:f+"",height:d+""});return i.style={...s,"--svg":JE(v),width:ng(c.width),height:ng(c.height),...e1,..._?Sc:$h,...a},Nn("span",i)};if(Fh(!0),CE("",kE),typeof document<"u"&&typeof window<"u"){const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(i=>{try{(typeof i!="object"||i===null||i instanceof Array||typeof i.icons!="object"||typeof i.prefix!="string"||!pE(i))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const i="IconifyProviders["+n+"] is invalid.";try{const r=t[n];if(typeof r!="object"||!r||r.resources===void 0)continue;TE(n,r)||console.error(i)}catch{console.error(i)}}}}const t1={...Go,body:""},n1=te({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(e,t,n){if(typeof e=="object"&&e!==null&&typeof e.body=="string")return this._name="",this.abortLoading(),{data:e};let i;if(typeof e!="string"||(i=Xo(e,!1,!0))===null)return this.abortLoading(),null;let r=fE(i);if(!r)return(!this._loadingIcon||this._loadingIcon.name!==e)&&(this.abortLoading(),this._name="",r!==null&&(this._loadingIcon={name:e,abort:UE([i],()=>{this.counter++})})),null;if(this.abortLoading(),this._name!==e&&(this._name=e,t&&t(e)),n){r=Object.assign({},r);const o=n(r.body,i.name,i.prefix,i.provider);typeof o=="string"&&(r.body=o)}const s=["iconify"];return i.prefix!==""&&s.push("iconify--"+i.prefix),i.provider!==""&&s.push("iconify--"+i.provider),{data:r,classes:s}}},render(){this.counter;const e=this.$attrs,t=this.iconMounted||e.ssr?this.getIcon(e.icon,e.onLoad,e.customise):null;if(!t)return ig(t1,e);let n=e;return t.classes&&(n={...e,class:(typeof e.class=="string"?e.class+" ":"")+t.classes.join(" ")}),ig({...Go,...t.data},n)}}),rg=Symbol("accordions"),Oc=Symbol("header"),xc=Symbol("tabs"),ea=()=>{const e=he(),t=he(!1),n=he(!1),i=()=>{if(!e.value)return;e.value.style.setProperty("--collapser","none");const r=e.value.offsetHeight;e.value.style.setProperty("--collapse",`${-r}px`),e.value.style.setProperty("--collapser","")};return{collapse:e,collapsing:t,cssExpanded:n,doExpand:r=>{e.value&&(r===!0&&e.value.style.setProperty("--collapse-max-height","none"),window.requestAnimationFrame(()=>{t.value=!0,i(),window.requestAnimationFrame(()=>{n.value=r})}))},adjust:i,onTransitionEnd:(r,s=!0)=>{var o,a;t.value=!1,s&&((a=(o=e.value)==null?void 0:o.querySelector("a"))==null||a.focus()),e.value&&r===!1&&e.value.style.removeProperty("--collapse-max-height")}}},mt=(e="",t="")=>(e?`${e}-`:"")+Cd()+(t?`-${t}`:""),i1={class:"fr-accordion"},r1=["aria-expanded","aria-controls"],s1=["id"],o1=te({__name:"DsfrAccordion",props:{id:{default:()=>mt("accordion")},selected:{type:Boolean},title:{default:"Sans intitulé"},titleTag:{default:"h3"}},setup(e){const t=e,{collapse:n,collapsing:i,cssExpanded:r,doExpand:s,onTransitionEnd:o}=ea(),a=he(),l=yn(rg),{isActive:c,expand:u}=(l==null?void 0:l(Xr(()=>t.title)))??{isActive:a,expand:()=>a.value=!a.value};return st(()=>{c.value&&s(!0)}),Ue(c,(f,d)=>{f!==d&&s(f)}),(f,d)=>(M(),B("section",i1,[(M(),se(Lt(f.titleTag),{class:"fr-accordion__title"},{default:Ie(()=>[F("button",{class:"fr-accordion__btn","aria-expanded":P(c),"aria-controls":f.id,type:"button",onClick:d[0]||(d[0]=_=>P(u)())},[ne(f.$slots,"title",{},()=>[Je(oe(f.title),1)])],8,r1)]),_:3})),F("div",{id:f.id,ref_key:"collapse",ref:n,class:_e(["fr-collapse",{"fr-collapse--expanded":P(r),"fr-collapsing":P(i)}]),onTransitionend:d[1]||(d[1]=_=>P(o)(P(c),!1))},[ne(f.$slots,"default")],42,s1)]))}}),a1={class:"fr-accordions-group"},l1=te({__name:"DsfrAccordionsGroup",props:{modelValue:{default:-1}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,r=U({get:()=>n.modelValue,set(a){i("update:modelValue",a)}}),s=he(new Map),o=he(0);return pr(rg,a=>{const l=o.value++;s.value.set(l,a.value);const c=U(()=>l===r.value);Ue(a,()=>{s.value.set(l,a.value)});function u(){if(r.value===l){r.value=-1;return}r.value=l}return Dt(()=>{s.value.delete(l)}),{isActive:c,expand:u}}),(a,l)=>(M(),B("div",a1,[ne(a.$slots,"default")]))}}),li=(e,t)=>{const n=e.__vccOpts||e;for(const[i,r]of t)n[i]=r;return n},c1=["title"],u1=te({__name:"DsfrBadge",props:{label:{},type:{default:"info"},noIcon:{type:Boolean},small:{type:Boolean},ellipsis:{type:Boolean}},setup(e){return(t,n)=>(M(),B("p",{class:_e(["fr-badge",{[`fr-badge--${t.type}`]:t.type,"fr-badge--no-icon":t.noIcon,"fr-badge--sm":t.small}]),title:t.ellipsis?t.label:void 0},[F("span",{class:_e(t.ellipsis?"fr-ellipsis":"")},oe(t.label),3)],10,c1))}}),f1=te({__name:"VIcon",props:{name:{},scale:{default:1},verticalAlign:{default:"-0.2em"},animation:{},speed:{},flip:{},label:{},title:{},color:{},fill:{},inverse:{type:Boolean},ssr:{type:Boolean},display:{default:"inline-block"}},setup(e){const t=e,n=he(null),i=U(()=>`${+t.scale*1.2}rem`),r=U(()=>t.flip==="both"?"horizontal,vertical":t.flip);Ue(()=>t.title,s);async function s(){var l,c,u,f;if(!((l=n.value)!=null&&l.$el))return;const d=!!((c=n.value)==null?void 0:c.$el).querySelector("title"),_=document.createElement("title");if(!t.title){_.remove();return}_.innerHTML=t.title,await Ut(),d||(f=((u=n.value)==null?void 0:u.$el).firstChild)==null||f.before(_)}st(s);const o=U(()=>{var l;return(l=t.name)!=null&&l.startsWith("vi-")?t.name.replace(/vi-(.*)/,"vscode-icons:$1"):t.name??""}),a=U(()=>t.color??t.fill??"inherit");return(l,c)=>(M(),se(P(n1),{ref_key:"icon",ref:n,icon:o.value,style:Mt({fontSize:i.value,verticalAlign:l.verticalAlign,display:l.display,color:a.value}),"aria-label":l.label,class:_e(["vicon",{"vicon-spin":t.animation==="spin","vicon-wrench":t.animation==="wrench","vicon-pulse":t.animation==="pulse","vicon-spin-pulse":t.animation==="spin-pulse","vicon-flash":t.animation==="flash","vicon-float":t.animation==="float","vicon-ring":t.animation==="ring","vicon-slow":t.speed==="slow","vicon-fast":t.speed==="fast","vicon-inverse":t.inverse}]),flip:r.value,ssr:l.ssr},null,8,["icon","style","aria-label","class","flip","ssr"]))}}),yr=li(f1,[["__scopeId","data-v-6e09e524"]]),d1=["title","disabled","aria-disabled"],p1={key:1},h1=te({__name:"DsfrButton",props:{disabled:{type:Boolean},label:{default:void 0},secondary:{type:Boolean},tertiary:{type:Boolean},iconRight:{type:Boolean},iconOnly:{type:Boolean},noOutline:{type:Boolean},size:{default:"md"},icon:{default:void 0},onClick:{type:Function,default:()=>{}}},setup(e,{expose:t}){const n=e,i=U(()=>["sm","small"].includes(n.size)),r=U(()=>["md","medium"].includes(n.size)),s=U(()=>["lg","large"].includes(n.size)),o=he(null);t({focus:()=>{var u;(u=o.value)==null||u.focus()}});const a=U(()=>typeof n.icon=="string"&&n.icon.startsWith("fr-icon-")),l=U(()=>n.iconOnly?1.25:.8325),c=U(()=>typeof n.icon=="string"?{scale:l.value,name:n.icon}:{scale:l.value,...n.icon});return(u,f)=>(M(),B("button",{ref_key:"btn",ref:o,class:_e(["fr-btn",{"fr-btn--secondary":u.secondary&&!u.tertiary,"fr-btn--tertiary":u.tertiary&&!u.secondary&&!u.noOutline,"fr-btn--tertiary-no-outline":u.tertiary&&!u.secondary&&u.noOutline,"fr-btn--sm":i.value,"fr-btn--md":r.value,"fr-btn--lg":s.value,"fr-btn--icon-right":!u.iconOnly&&a.value&&u.iconRight,"fr-btn--icon-left":!u.iconOnly&&a.value&&!u.iconRight,"inline-flex":!a.value,reverse:u.iconRight&&!a.value,"justify-center":!a.value&&u.iconOnly,[u.icon]:a.value}]),title:u.iconOnly?u.label:void 0,disabled:u.disabled,"aria-disabled":u.disabled,style:Mt(!a.value&&u.iconOnly?{"padding-inline":"0.5rem"}:{}),onClick:f[0]||(f[0]=d=>u.onClick?u.onClick(d):()=>{})},[u.icon&&!a.value?(M(),se(yr,Qr(Ne({key:0},c.value)),null,16)):$("",!0),u.iconOnly?$("",!0):(M(),B("span",p1,[Je(oe(u.label)+" ",1),ne(u.$slots,"default",{},void 0,!0)]))],14,d1))}}),kc=li(h1,[["__scopeId","data-v-118397f5"]]),g1=te({__name:"DsfrButtonGroup",props:{buttons:{default:()=>[]},reverse:{type:Boolean},equisized:{type:Boolean},iconRight:{type:Boolean},align:{default:void 0},inlineLayoutWhen:{type:[String,Boolean],default:"never"},size:{default:"md"}},setup(e){const t=e,n=he(null),i=U(()=>["sm","small"].includes(t.size)),r=U(()=>["md","medium"].includes(t.size)),s=U(()=>["lg","large"].includes(t.size)),o=U(()=>["always","",!0].includes(t.inlineLayoutWhen)),a=U(()=>["sm","small"].includes(t.inlineLayoutWhen)),l=U(()=>["md","medium"].includes(t.inlineLayoutWhen)),c=U(()=>["lg","large"].includes(t.inlineLayoutWhen)),u=U(()=>t.align==="center"),f=U(()=>t.align==="right"),d=he("auto"),_=U(()=>`--equisized-width: ${d.value};`),v=async()=>{var A;let h=0;await new Promise(g=>setTimeout(g,100)),(A=n.value)==null||A.querySelectorAll(".fr-btn").forEach(g=>{const E=g,b=E.offsetWidth,I=window.getComputedStyle(E),w=+I.marginLeft.replace("px",""),C=+I.marginRight.replace("px","");E.style.width="var(--equisized-width)";const x=b+w+C;x>h&&(h=x)}),d.value=`${h}px`};return st(async()=>{!n.value||!t.equisized||await v()}),(A,h)=>(M(),B("ul",{ref_key:"buttonsEl",ref:n,style:Mt(_.value),class:_e(["fr-btns-group",{"fr-btns-group--equisized":A.equisized,"fr-btns-group--sm":i.value,"fr-btns-group--md":r.value,"fr-btns-group--lg":s.value,"fr-btns-group--inline-sm":o.value||a.value,"fr-btns-group--inline-md":o.value||l.value,"fr-btns-group--inline-lg":o.value||c.value,"fr-btns-group--center":u.value,"fr-btns-group--right":f.value,"fr-btns-group--icon-right":A.iconRight,"fr-btns-group--inline-reverse":A.reverse}]),"data-testid":"fr-btns"},[(M(!0),B(ue,null,Ze(A.buttons,({onClick:g,...E},b)=>(M(),B("li",{key:b},[ie(kc,Ne({ref_for:!0},E,{onClick:g}),null,16,["onClick"])]))),128)),ne(A.$slots,"default")],6))}});/*!
|
|
1
|
+
(function(R,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],r):(R=typeof globalThis<"u"?globalThis:R||self,r(R.DSAV={},R.Vue))})(this,(function(R,r){"use strict";var bE=Object.defineProperty;var yE=(R,r,ut)=>r in R?bE(R,r,{enumerable:!0,configurable:!0,writable:!0,value:ut}):R[r]=ut;var gs=(R,r,ut)=>yE(R,typeof r!="symbol"?r+"":r,ut);function ut(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const _s=ut(r),bs=/^[a-z0-9]+(-[a-z0-9]+)*$/,on=(e,t,n,i="")=>{const s=e.split(":");if(e.slice(0,1)==="@"){if(s.length<2||s.length>3)return null;i=s.shift().slice(1)}if(s.length>3||!s.length)return null;if(s.length>1){const l=s.pop(),c=s.pop(),u={provider:s.length>0?s[0]:i,prefix:c,name:l};return t&&!ln(u)?null:u}const a=s[0],o=a.split("-");if(o.length>1){const l={provider:i,prefix:o.shift(),name:o.join("-")};return t&&!ln(l)?null:l}if(n&&i===""){const l={provider:i,prefix:"",name:a};return t&&!ln(l,n)?null:l}return null},ln=(e,t)=>e?!!((t&&e.prefix===""||e.prefix)&&e.name):!1,ys=Object.freeze({left:0,top:0,width:16,height:16}),cn=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),un=Object.freeze({...ys,...cn}),Ai=Object.freeze({...un,body:"",hidden:!1});function lu(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const i=((e.rotate||0)+(t.rotate||0))%4;return i&&(n.rotate=i),n}function Es(e,t){const n=lu(e,t);for(const i in Ai)i in cn?i in e&&!(i in n)&&(n[i]=cn[i]):i in t?n[i]=t[i]:i in e&&(n[i]=e[i]);return n}function cu(e,t){const n=e.icons,i=e.aliases||Object.create(null),s=Object.create(null);function a(o){if(n[o])return s[o]=[];if(!(o in s)){s[o]=null;const l=i[o]&&i[o].parent,c=l&&a(l);c&&(s[o]=[l].concat(c))}return s[o]}return Object.keys(n).concat(Object.keys(i)).forEach(a),s}function uu(e,t,n){const i=e.icons,s=e.aliases||Object.create(null);let a={};function o(l){a=Es(i[l]||s[l],a)}return o(t),n.forEach(o),Es(e,a)}function Is(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(s=>{t(s,null),n.push(s)});const i=cu(e);for(const s in i){const a=i[s];a&&(t(s,uu(e,s,a)),n.push(s))}return n}const fu={provider:"",aliases:{},not_found:{},...ys};function mi(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function Cs(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!mi(e,fu))return null;const n=t.icons;for(const s in n){const a=n[s];if(!s||typeof a.body!="string"||!mi(a,Ai))return null}const i=t.aliases||Object.create(null);for(const s in i){const a=i[s],o=a.parent;if(!s||typeof o!="string"||!n[o]&&!i[o]||!mi(a,Ai))return null}return t}const Ns=Object.create(null);function du(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function ft(e,t){const n=Ns[e]||(Ns[e]=Object.create(null));return n[t]||(n[t]=du(e,t))}function Ts(e,t){return Cs(t)?Is(t,(n,i)=>{i?e.icons[n]=i:e.missing.add(n)}):[]}function pu(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let xt=!1;function Ss(e){return typeof e=="boolean"&&(xt=e),xt}function hu(e){const t=typeof e=="string"?on(e,!0,xt):e;if(t){const n=ft(t.provider,t.prefix),i=t.name;return n.icons[i]||(n.missing.has(i)?null:void 0)}}function Au(e,t){const n=on(e,!0,xt);if(!n)return!1;const i=ft(n.provider,n.prefix);return t?pu(i,n.name,t):(i.missing.add(n.name),!0)}function mu(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),xt&&!t&&!e.prefix){let s=!1;return Cs(e)&&(e.prefix="",Is(e,(a,o)=>{Au(a,o)&&(s=!0)})),s}const n=e.prefix;if(!ln({prefix:n,name:"a"}))return!1;const i=ft(t,n);return!!Ts(i,e)}const ws=Object.freeze({width:null,height:null}),ks=Object.freeze({...ws,...cn}),vu=/(-?[0-9.]*[0-9]+[0-9.]*)/g,gu=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Os(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const i=e.split(vu);if(i===null||!i.length)return e;const s=[];let a=i.shift(),o=gu.test(a);for(;;){if(o){const l=parseFloat(a);isNaN(l)?s.push(a):s.push(Math.ceil(l*t*n)/n)}else s.push(a);if(a=i.shift(),a===void 0)return s.join("");o=!o}}function _u(e,t="defs"){let n="";const i=e.indexOf("<"+t);for(;i>=0;){const s=e.indexOf(">",i),a=e.indexOf("</"+t);if(s===-1||a===-1)break;const o=e.indexOf(">",a);if(o===-1)break;n+=e.slice(s+1,a).trim(),e=e.slice(0,i).trim()+e.slice(o+1)}return{defs:n,content:e}}function bu(e,t){return e?"<defs>"+e+"</defs>"+t:t}function yu(e,t,n){const i=_u(e);return bu(i.defs,t+i.content+n)}const Eu=e=>e==="unset"||e==="undefined"||e==="none";function Iu(e,t){const n={...un,...e},i={...ks,...t},s={left:n.left,top:n.top,width:n.width,height:n.height};let a=n.body;[n,i].forEach(v=>{const p=[],h=v.hFlip,E=v.vFlip;let w=v.rotate;h?E?w+=2:(p.push("translate("+(s.width+s.left).toString()+" "+(0-s.top).toString()+")"),p.push("scale(-1 1)"),s.top=s.left=0):E&&(p.push("translate("+(0-s.left).toString()+" "+(s.height+s.top).toString()+")"),p.push("scale(1 -1)"),s.top=s.left=0);let S;switch(w<0&&(w-=Math.floor(w/4)*4),w=w%4,w){case 1:S=s.height/2+s.top,p.unshift("rotate(90 "+S.toString()+" "+S.toString()+")");break;case 2:p.unshift("rotate(180 "+(s.width/2+s.left).toString()+" "+(s.height/2+s.top).toString()+")");break;case 3:S=s.width/2+s.left,p.unshift("rotate(-90 "+S.toString()+" "+S.toString()+")");break}w%2===1&&(s.left!==s.top&&(S=s.left,s.left=s.top,s.top=S),s.width!==s.height&&(S=s.width,s.width=s.height,s.height=S)),p.length&&(a=yu(a,'<g transform="'+p.join(" ")+'">',"</g>"))});const o=i.width,l=i.height,c=s.width,u=s.height;let f,d;o===null?(d=l===null?"1em":l==="auto"?u:l,f=Os(d,c/u)):(f=o==="auto"?c:o,d=l===null?Os(f,u/c):l==="auto"?u:l);const m={},b=(v,p)=>{Eu(p)||(m[v]=p.toString())};b("width",f),b("height",d);const y=[s.left,s.top,c,u];return m.viewBox=y.join(" "),{attributes:m,viewBox:y,body:a}}const Cu=/\sid="(\S+)"/g,Nu="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let Tu=0;function Su(e,t=Nu){const n=[];let i;for(;i=Cu.exec(e);)n.push(i[1]);if(!n.length)return e;const s="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(a=>{const o=typeof t=="function"?t(a):t+(Tu++).toString(),l=a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+l+')([")]|\\.[a-z])',"g"),"$1"+o+s+"$3")}),e=e.replace(new RegExp(s,"g"),""),e}const vi=Object.create(null);function wu(e,t){vi[e]=t}function gi(e){return vi[e]||vi[""]}function _i(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const bi=Object.create(null),Dt=["https://api.simplesvg.com","https://api.unisvg.com"],fn=[];for(;Dt.length>0;)Dt.length===1||Math.random()>.5?fn.push(Dt.shift()):fn.push(Dt.pop());bi[""]=_i({resources:["https://api.iconify.design"].concat(fn)});function ku(e,t){const n=_i(t);return n===null?!1:(bi[e]=n,!0)}function yi(e){return bi[e]}let Ms=(()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}})();function Ou(e,t){const n=yi(e);if(!n)return 0;let i;if(!n.maxURL)i=0;else{let s=0;n.resources.forEach(o=>{s=Math.max(s,o.length)});const a=t+".json?icons=";i=n.maxURL-s-n.path.length-a.length}return i}function Mu(e){return e===404}const xu=(e,t,n)=>{const i=[],s=Ou(e,t),a="icons";let o={type:a,provider:e,prefix:t,icons:[]},l=0;return n.forEach((c,u)=>{l+=c.length+1,l>=s&&u>0&&(i.push(o),o={type:a,provider:e,prefix:t,icons:[]},l=c.length),o.icons.push(c)}),i.push(o),i};function Du(e){if(typeof e=="string"){const t=yi(e);if(t)return t.path}return"/"}const Bu={prepare:xu,send:(e,t,n)=>{if(!Ms){n("abort",424);return}let i=Du(t.provider);switch(t.type){case"icons":{const a=t.prefix,l=t.icons.join(","),c=new URLSearchParams({icons:l});i+=a+".json?"+c.toString();break}case"custom":{const a=t.uri;i+=a.slice(0,1)==="/"?a.slice(1):a;break}default:n("abort",400);return}let s=503;Ms(e+i).then(a=>{const o=a.status;if(o!==200){setTimeout(()=>{n(Mu(o)?"abort":"next",o)});return}return s=501,a.json()}).then(a=>{if(typeof a!="object"||a===null){setTimeout(()=>{a===404?n("abort",a):n("next",s)});return}setTimeout(()=>{n("success",a)})}).catch(()=>{n("next",s)})}};function Lu(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((s,a)=>s.provider!==a.provider?s.provider.localeCompare(a.provider):s.prefix!==a.prefix?s.prefix.localeCompare(a.prefix):s.name.localeCompare(a.name));let i={provider:"",prefix:"",name:""};return e.forEach(s=>{if(i.name===s.name&&i.prefix===s.prefix&&i.provider===s.provider)return;i=s;const a=s.provider,o=s.prefix,l=s.name,c=n[a]||(n[a]=Object.create(null)),u=c[o]||(c[o]=ft(a,o));let f;l in u.icons?f=t.loaded:o===""||u.missing.has(l)?f=t.missing:f=t.pending;const d={provider:a,prefix:o,name:l};f.push(d)}),t}function xs(e,t){e.forEach(n=>{const i=n.loaderCallbacks;i&&(n.loaderCallbacks=i.filter(s=>s.id!==t))})}function Pu(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const i=e.provider,s=e.prefix;t.forEach(a=>{const o=a.icons,l=o.pending.length;o.pending=o.pending.filter(c=>{if(c.prefix!==s)return!0;const u=c.name;if(e.icons[u])o.loaded.push({provider:i,prefix:s,name:u});else if(e.missing.has(u))o.missing.push({provider:i,prefix:s,name:u});else return n=!0,!0;return!1}),o.pending.length!==l&&(n||xs([e],a.id),a.callback(o.loaded.slice(0),o.missing.slice(0),o.pending.slice(0),a.abort))})}))}let Ru=0;function zu(e,t,n){const i=Ru++,s=xs.bind(null,n,i);if(!t.pending.length)return s;const a={id:i,icons:t,callback:e,abort:s};return n.forEach(o=>{(o.loaderCallbacks||(o.loaderCallbacks=[])).push(a)}),s}function ju(e,t=!0,n=!1){const i=[];return e.forEach(s=>{const a=typeof s=="string"?on(s,t,n):s;a&&i.push(a)}),i}var Qu={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Fu(e,t,n,i){const s=e.resources.length,a=e.random?Math.floor(Math.random()*s):e.index;let o;if(e.random){let N=e.resources.slice(0);for(o=[];N.length>1;){const k=Math.floor(Math.random()*N.length);o.push(N[k]),N=N.slice(0,k).concat(N.slice(k+1))}o=o.concat(N)}else o=e.resources.slice(a).concat(e.resources.slice(0,a));const l=Date.now();let c="pending",u=0,f,d=null,m=[],b=[];typeof i=="function"&&b.push(i);function y(){d&&(clearTimeout(d),d=null)}function v(){c==="pending"&&(c="aborted"),y(),m.forEach(N=>{N.status==="pending"&&(N.status="aborted")}),m=[]}function p(N,k){k&&(b=[]),typeof N=="function"&&b.push(N)}function h(){return{startTime:l,payload:t,status:c,queriesSent:u,queriesPending:m.length,subscribe:p,abort:v}}function E(){c="failed",b.forEach(N=>{N(void 0,f)})}function w(){m.forEach(N=>{N.status==="pending"&&(N.status="aborted")}),m=[]}function S(N,k,C){const I=k!=="success";switch(m=m.filter(A=>A!==N),c){case"pending":break;case"failed":if(I||!e.dataAfterTimeout)return;break;default:return}if(k==="abort"){f=C,E();return}if(I){f=C,m.length||(o.length?M():E());return}if(y(),w(),!e.random){const A=e.resources.indexOf(N.resource);A!==-1&&A!==e.index&&(e.index=A)}c="completed",b.forEach(A=>{A(C)})}function M(){if(c!=="pending")return;y();const N=o.shift();if(N===void 0){if(m.length){d=setTimeout(()=>{y(),c==="pending"&&(w(),E())},e.timeout);return}E();return}const k={status:"pending",resource:N,callback:(C,I)=>{S(k,C,I)}};m.push(k),u++,d=setTimeout(M,e.rotate),n(N,t,k.callback)}return setTimeout(M),h}function Ds(e){const t={...Qu,...e};let n=[];function i(){n=n.filter(l=>l().status==="pending")}function s(l,c,u){const f=Fu(t,l,c,(d,m)=>{i(),u&&u(d,m)});return n.push(f),f}function a(l){return n.find(c=>l(c))||null}return{query:s,find:a,setIndex:l=>{t.index=l},getIndex:()=>t.index,cleanup:i}}function Bs(){}const Ei=Object.create(null);function Wu(e){if(!Ei[e]){const t=yi(e);if(!t)return;const n=Ds(t),i={config:t,redundancy:n};Ei[e]=i}return Ei[e]}function Uu(e,t,n){let i,s;if(typeof e=="string"){const a=gi(e);if(!a)return n(void 0,424),Bs;s=a.send;const o=Wu(e);o&&(i=o.redundancy)}else{const a=_i(e);if(a){i=Ds(a);const o=e.resources?e.resources[0]:"",l=gi(o);l&&(s=l.send)}}return!i||!s?(n(void 0,424),Bs):i.query(t,s,n)().abort}function Ls(){}function qu(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Pu(e)}))}function Xu(e){const t=[],n=[];return e.forEach(i=>{(i.match(bs)?t:n).push(i)}),{valid:t,invalid:n}}function Bt(e,t,n){function i(){const s=e.pendingIcons;t.forEach(a=>{s&&s.delete(a),e.icons[a]||e.missing.add(a)})}if(n&&typeof n=="object")try{if(!Ts(e,n).length){i();return}}catch(s){console.error(s)}i(),qu(e)}function Ps(e,t){e instanceof Promise?e.then(n=>{t(n)}).catch(()=>{t(null)}):t(e)}function Hu(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:i}=e,s=e.iconsToLoad;if(delete e.iconsToLoad,!s||!s.length)return;const a=e.loadIcon;if(e.loadIcons&&(s.length>1||!a)){Ps(e.loadIcons(s,i,n),f=>{Bt(e,s,f)});return}if(a){s.forEach(f=>{const d=a(f,i,n);Ps(d,m=>{const b=m?{prefix:i,icons:{[f]:m}}:null;Bt(e,[f],b)})});return}const{valid:o,invalid:l}=Xu(s);if(l.length&&Bt(e,l,null),!o.length)return;const c=i.match(bs)?gi(n):null;if(!c){Bt(e,o,null);return}c.prepare(n,i,o).forEach(f=>{Uu(n,f,d=>{Bt(e,f.icons,d)})})}))}const Ku=(e,t)=>{const n=ju(e,!0,Ss()),i=Lu(n);if(!i.pending.length){let c=!0;return t&&setTimeout(()=>{c&&t(i.loaded,i.missing,i.pending,Ls)}),()=>{c=!1}}const s=Object.create(null),a=[];let o,l;return i.pending.forEach(c=>{const{provider:u,prefix:f}=c;if(f===l&&u===o)return;o=u,l=f,a.push(ft(u,f));const d=s[u]||(s[u]=Object.create(null));d[f]||(d[f]=[])}),i.pending.forEach(c=>{const{provider:u,prefix:f,name:d}=c,m=ft(u,f),b=m.pendingIcons||(m.pendingIcons=new Set);b.has(d)||(b.add(d),s[u][f].push(d))}),a.forEach(c=>{const u=s[c.provider][c.prefix];u.length&&Hu(c,u)}),t?zu(t,i,a):Ls};function Zu(e,t){const n={...e};for(const i in t){const s=t[i],a=typeof s;i in ws?(s===null||s&&(a==="string"||a==="number"))&&(n[i]=s):a===typeof n[i]&&(n[i]=i==="rotate"?s%4:s)}return n}const Yu=/[\s,]+/;function Gu(e,t){t.split(Yu).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function Ju(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function i(s){for(;s<0;)s+=4;return s%4}if(n===""){const s=parseInt(e);return isNaN(s)?0:i(s)}else if(n!==e){let s=0;switch(n){case"%":s=25;break;case"deg":s=90}if(s){let a=parseFloat(e.slice(0,e.length-n.length));return isNaN(a)?0:(a=a/s,a%1===0?i(a):0)}}return t}function $u(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const i in t)n+=" "+i+'="'+t[i]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function Vu(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function ef(e){return"data:image/svg+xml,"+Vu(e)}function tf(e){return'url("'+ef(e)+'")'}const Rs={...ks,inline:!1},nf={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},rf={display:"inline-block"},Ii={backgroundColor:"currentColor"},zs={backgroundColor:"transparent"},js={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Qs={webkitMask:Ii,mask:Ii,background:zs};for(const e in Qs){const t=Qs[e];for(const n in js)t[e+n]=js[n]}const dn={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";dn[e+"-flip"]=t,dn[e.slice(0,1)+"-flip"]=t,dn[e+"Flip"]=t});function Fs(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const Ws=(e,t)=>{const n=Zu(Rs,t),i={...nf},s=t.mode||"svg",a={},o=t.style,l=typeof o=="object"&&!(o instanceof Array)?o:{};for(let v in t){const p=t[v];if(p!==void 0)switch(v){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":n[v]=p===!0||p==="true"||p===1;break;case"flip":typeof p=="string"&&Gu(n,p);break;case"color":a.color=p;break;case"rotate":typeof p=="string"?n[v]=Ju(p):typeof p=="number"&&(n[v]=p);break;case"ariaHidden":case"aria-hidden":p!==!0&&p!=="true"&&delete i["aria-hidden"];break;default:{const h=dn[v];h?(p===!0||p==="true"||p===1)&&(n[h]=!0):Rs[v]===void 0&&(i[v]=p)}}}const c=Iu(e,n),u=c.attributes;if(n.inline&&(a.verticalAlign="-0.125em"),s==="svg"){i.style={...a,...l},Object.assign(i,u);let v=0,p=t.id;return typeof p=="string"&&(p=p.replace(/-/g,"_")),i.innerHTML=Su(c.body,p?()=>p+"ID"+v++:"iconifyVue"),r.h("svg",i)}const{body:f,width:d,height:m}=e,b=s==="mask"||(s==="bg"?!1:f.indexOf("currentColor")!==-1),y=$u(f,{...u,width:d+"",height:m+""});return i.style={...a,"--svg":tf(y),width:Fs(u.width),height:Fs(u.height),...rf,...b?Ii:zs,...l},r.h("span",i)};if(Ss(!0),wu("",Bu),typeof document<"u"&&typeof window<"u"){const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(i=>{try{(typeof i!="object"||i===null||i instanceof Array||typeof i.icons!="object"||typeof i.prefix!="string"||!mu(i))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const i="IconifyProviders["+n+"] is invalid.";try{const s=t[n];if(typeof s!="object"||!s||s.resources===void 0)continue;ku(n,s)||console.error(i)}catch{console.error(i)}}}}const sf={...un,body:""},af=r.defineComponent({inheritAttrs:!1,data(){return{_name:"",_loadingIcon:null,iconMounted:!1,counter:0}},mounted(){this.iconMounted=!0},unmounted(){this.abortLoading()},methods:{abortLoading(){this._loadingIcon&&(this._loadingIcon.abort(),this._loadingIcon=null)},getIcon(e,t,n){if(typeof e=="object"&&e!==null&&typeof e.body=="string")return this._name="",this.abortLoading(),{data:e};let i;if(typeof e!="string"||(i=on(e,!1,!0))===null)return this.abortLoading(),null;let s=hu(i);if(!s)return(!this._loadingIcon||this._loadingIcon.name!==e)&&(this.abortLoading(),this._name="",s!==null&&(this._loadingIcon={name:e,abort:Ku([i],()=>{this.counter++})})),null;if(this.abortLoading(),this._name!==e&&(this._name=e,t&&t(e)),n){s=Object.assign({},s);const o=n(s.body,i.name,i.prefix,i.provider);typeof o=="string"&&(s.body=o)}const a=["iconify"];return i.prefix!==""&&a.push("iconify--"+i.prefix),i.provider!==""&&a.push("iconify--"+i.provider),{data:s,classes:a}}},render(){this.counter;const e=this.$attrs,t=this.iconMounted||e.ssr?this.getIcon(e.icon,e.onLoad,e.customise):null;if(!t)return Ws(sf,e);let n=e;return t.classes&&(n={...e,class:(typeof e.class=="string"?e.class+" ":"")+t.classes.join(" ")}),Ws({...un,...t.data},n)}}),Us=Symbol("accordions"),Ci=Symbol("header"),Ni=Symbol("tabs"),pn=()=>{const e=r.ref(),t=r.ref(!1),n=r.ref(!1),i=()=>{if(!e.value)return;e.value.style.setProperty("--collapser","none");const s=e.value.offsetHeight;e.value.style.setProperty("--collapse",`${-s}px`),e.value.style.setProperty("--collapser","")};return{collapse:e,collapsing:t,cssExpanded:n,doExpand:s=>{e.value&&(s===!0&&e.value.style.setProperty("--collapse-max-height","none"),window.requestAnimationFrame(()=>{t.value=!0,i(),window.requestAnimationFrame(()=>{n.value=s})}))},adjust:i,onTransitionEnd:(s,a=!0)=>{var o,l;t.value=!1,a&&((l=(o=e.value)==null?void 0:o.querySelector("a"))==null||l.focus()),e.value&&s===!1&&e.value.style.removeProperty("--collapse-max-height")}}},fe=(e="",t="")=>(e?`${e}-`:"")+r.useId()+(t?`-${t}`:""),of={class:"fr-accordion"},lf=["aria-expanded","aria-controls"],cf=["id"],uf=r.defineComponent({__name:"DsfrAccordion",props:{id:{default:()=>fe("accordion")},selected:{type:Boolean},title:{default:"Sans intitulé"},titleTag:{default:"h3"}},setup(e){const t=e,{collapse:n,collapsing:i,cssExpanded:s,doExpand:a,onTransitionEnd:o}=pn(),l=r.ref(),c=r.inject(Us),{isActive:u,expand:f}=(c==null?void 0:c(r.toRef(()=>t.title)))??{isActive:l,expand:()=>l.value=!l.value};return r.onMounted(()=>{u.value&&a(!0)}),r.watch(u,(d,m)=>{d!==m&&a(d)}),(d,m)=>(r.openBlock(),r.createElementBlock("section",of,[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(d.titleTag),{class:"fr-accordion__title"},{default:r.withCtx(()=>[r.createElementVNode("button",{class:"fr-accordion__btn","aria-expanded":r.unref(u),"aria-controls":d.id,type:"button",onClick:m[0]||(m[0]=b=>r.unref(f)())},[r.renderSlot(d.$slots,"title",{},()=>[r.createTextVNode(r.toDisplayString(d.title),1)])],8,lf)]),_:3})),r.createElementVNode("div",{id:d.id,ref_key:"collapse",ref:n,class:r.normalizeClass(["fr-collapse",{"fr-collapse--expanded":r.unref(s),"fr-collapsing":r.unref(i)}]),onTransitionend:m[1]||(m[1]=b=>r.unref(o)(r.unref(u),!1))},[r.renderSlot(d.$slots,"default")],42,cf)]))}}),ff={class:"fr-accordions-group"},df=r.defineComponent({__name:"DsfrAccordionsGroup",props:{modelValue:{default:-1}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,s=r.computed({get:()=>n.modelValue,set(l){i("update:modelValue",l)}}),a=r.ref(new Map),o=r.ref(0);return r.provide(Us,l=>{const c=o.value++;a.value.set(c,l.value);const u=r.computed(()=>c===s.value);r.watch(l,()=>{a.value.set(c,l.value)});function f(){if(s.value===c){s.value=-1;return}s.value=c}return r.onUnmounted(()=>{a.value.delete(c)}),{isActive:u,expand:f}}),(l,c)=>(r.openBlock(),r.createElementBlock("div",ff,[r.renderSlot(l.$slots,"default")]))}}),ze=(e,t)=>{const n=e.__vccOpts||e;for(const[i,s]of t)n[i]=s;return n},pf=["title"],hf=r.defineComponent({__name:"DsfrBadge",props:{label:{},type:{default:"info"},noIcon:{type:Boolean},small:{type:Boolean},ellipsis:{type:Boolean}},setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("p",{class:r.normalizeClass(["fr-badge",{[`fr-badge--${t.type}`]:t.type,"fr-badge--no-icon":t.noIcon,"fr-badge--sm":t.small}]),title:t.ellipsis?t.label:void 0},[r.createElementVNode("span",{class:r.normalizeClass(t.ellipsis?"fr-ellipsis":"")},r.toDisplayString(t.label),3)],10,pf))}}),Af=r.defineComponent({__name:"VIcon",props:{name:{},scale:{default:1},verticalAlign:{default:"-0.2em"},animation:{},speed:{},flip:{},label:{},title:{},color:{},fill:{},inverse:{type:Boolean},ssr:{type:Boolean},display:{default:"inline-block"}},setup(e){const t=e,n=r.ref(null),i=r.computed(()=>`${+t.scale*1.2}rem`),s=r.computed(()=>t.flip==="both"?"horizontal,vertical":t.flip);r.watch(()=>t.title,a);async function a(){var c,u,f,d;if(!((c=n.value)!=null&&c.$el))return;const m=!!((u=n.value)==null?void 0:u.$el).querySelector("title"),b=document.createElement("title");if(!t.title){b.remove();return}b.innerHTML=t.title,await r.nextTick(),m||(d=((f=n.value)==null?void 0:f.$el).firstChild)==null||d.before(b)}r.onMounted(a);const o=r.computed(()=>{var c;return(c=t.name)!=null&&c.startsWith("vi-")?t.name.replace(/vi-(.*)/,"vscode-icons:$1"):t.name??""}),l=r.computed(()=>t.color??t.fill??"inherit");return(c,u)=>(r.openBlock(),r.createBlock(r.unref(af),{ref_key:"icon",ref:n,icon:o.value,style:r.normalizeStyle({fontSize:i.value,verticalAlign:c.verticalAlign,display:c.display,color:l.value}),"aria-label":c.label,class:r.normalizeClass(["vicon",{"vicon-spin":t.animation==="spin","vicon-wrench":t.animation==="wrench","vicon-pulse":t.animation==="pulse","vicon-spin-pulse":t.animation==="spin-pulse","vicon-flash":t.animation==="flash","vicon-float":t.animation==="float","vicon-ring":t.animation==="ring","vicon-slow":t.speed==="slow","vicon-fast":t.speed==="fast","vicon-inverse":t.inverse}]),flip:s.value,ssr:c.ssr},null,8,["icon","style","aria-label","class","flip","ssr"]))}}),dt=ze(Af,[["__scopeId","data-v-6e09e524"]]),mf=["title","disabled","aria-disabled"],vf={key:1},gf=r.defineComponent({__name:"DsfrButton",props:{disabled:{type:Boolean},label:{default:void 0},secondary:{type:Boolean},tertiary:{type:Boolean},iconRight:{type:Boolean},iconOnly:{type:Boolean},noOutline:{type:Boolean},size:{default:"md"},icon:{default:void 0},onClick:{type:Function,default:()=>{}}},setup(e,{expose:t}){const n=e,i=r.computed(()=>["sm","small"].includes(n.size)),s=r.computed(()=>["md","medium"].includes(n.size)),a=r.computed(()=>["lg","large"].includes(n.size)),o=r.ref(null);t({focus:()=>{var f;(f=o.value)==null||f.focus()}});const l=r.computed(()=>typeof n.icon=="string"&&n.icon.startsWith("fr-icon-")),c=r.computed(()=>n.iconOnly?1.25:.8325),u=r.computed(()=>typeof n.icon=="string"?{scale:c.value,name:n.icon}:{scale:c.value,...n.icon});return(f,d)=>(r.openBlock(),r.createElementBlock("button",{ref_key:"btn",ref:o,class:r.normalizeClass(["fr-btn",{"fr-btn--secondary":f.secondary&&!f.tertiary,"fr-btn--tertiary":f.tertiary&&!f.secondary&&!f.noOutline,"fr-btn--tertiary-no-outline":f.tertiary&&!f.secondary&&f.noOutline,"fr-btn--sm":i.value,"fr-btn--md":s.value,"fr-btn--lg":a.value,"fr-btn--icon-right":!f.iconOnly&&l.value&&f.iconRight,"fr-btn--icon-left":!f.iconOnly&&l.value&&!f.iconRight,"inline-flex":!l.value,reverse:f.iconRight&&!l.value,"justify-center":!l.value&&f.iconOnly,[f.icon]:l.value}]),title:f.iconOnly?f.label:void 0,disabled:f.disabled,"aria-disabled":f.disabled,style:r.normalizeStyle(!l.value&&f.iconOnly?{"padding-inline":"0.5rem"}:{}),onClick:d[0]||(d[0]=m=>f.onClick?f.onClick(m):()=>{})},[f.icon&&!l.value?(r.openBlock(),r.createBlock(dt,r.normalizeProps(r.mergeProps({key:0},u.value)),null,16)):r.createCommentVNode("",!0),f.iconOnly?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("span",vf,[r.createTextVNode(r.toDisplayString(f.label)+" ",1),r.renderSlot(f.$slots,"default",{},void 0,!0)]))],14,mf))}}),Ti=ze(gf,[["__scopeId","data-v-118397f5"]]),_f=r.defineComponent({__name:"DsfrButtonGroup",props:{buttons:{default:()=>[]},reverse:{type:Boolean},equisized:{type:Boolean},iconRight:{type:Boolean},align:{default:void 0},inlineLayoutWhen:{type:[String,Boolean],default:"never"},size:{default:"md"}},setup(e){const t=e,n=r.ref(null),i=r.computed(()=>["sm","small"].includes(t.size)),s=r.computed(()=>["md","medium"].includes(t.size)),a=r.computed(()=>["lg","large"].includes(t.size)),o=r.computed(()=>["always","",!0].includes(t.inlineLayoutWhen)),l=r.computed(()=>["sm","small"].includes(t.inlineLayoutWhen)),c=r.computed(()=>["md","medium"].includes(t.inlineLayoutWhen)),u=r.computed(()=>["lg","large"].includes(t.inlineLayoutWhen)),f=r.computed(()=>t.align==="center"),d=r.computed(()=>t.align==="right"),m=r.ref("auto"),b=r.computed(()=>`--equisized-width: ${m.value};`),y=async()=>{var v;let p=0;await new Promise(h=>setTimeout(h,100)),(v=n.value)==null||v.querySelectorAll(".fr-btn").forEach(h=>{const E=h,w=E.offsetWidth,S=window.getComputedStyle(E),M=+S.marginLeft.replace("px",""),N=+S.marginRight.replace("px","");E.style.width="var(--equisized-width)";const k=w+M+N;k>p&&(p=k)}),m.value=`${p}px`};return r.onMounted(async()=>{!n.value||!t.equisized||await y()}),(v,p)=>(r.openBlock(),r.createElementBlock("ul",{ref_key:"buttonsEl",ref:n,style:r.normalizeStyle(b.value),class:r.normalizeClass(["fr-btns-group",{"fr-btns-group--equisized":v.equisized,"fr-btns-group--sm":i.value,"fr-btns-group--md":s.value,"fr-btns-group--lg":a.value,"fr-btns-group--inline-sm":o.value||l.value,"fr-btns-group--inline-md":o.value||c.value,"fr-btns-group--inline-lg":o.value||u.value,"fr-btns-group--center":f.value,"fr-btns-group--right":d.value,"fr-btns-group--icon-right":v.iconRight,"fr-btns-group--inline-reverse":v.reverse}]),"data-testid":"fr-btns"},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(v.buttons,({onClick:h,...E},w)=>(r.openBlock(),r.createElementBlock("li",{key:w},[r.createVNode(Ti,r.mergeProps({ref_for:!0},E,{onClick:h}),null,16,["onClick"])]))),128)),r.renderSlot(v.$slots,"default")],6))}});/*!
|
|
43
2
|
* tabbable 6.2.0
|
|
44
3
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
45
|
-
*/var
|
|
4
|
+
*/var qs=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],hn=qs.join(","),Xs=typeof Element>"u",Ge=Xs?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,An=!Xs&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},mn=function e(t,n){var i;n===void 0&&(n=!0);var s=t==null||(i=t.getAttribute)===null||i===void 0?void 0:i.call(t,"inert"),a=s===""||s==="true",o=a||n&&t&&e(t.parentNode);return o},bf=function(e){var t,n=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return n===""||n==="true"},Hs=function(e,t,n){if(mn(e))return[];var i=Array.prototype.slice.apply(e.querySelectorAll(hn));return t&&Ge.call(e,hn)&&i.unshift(e),i=i.filter(n),i},Ks=function e(t,n,i){for(var s=[],a=Array.from(t);a.length;){var o=a.shift();if(!mn(o,!1))if(o.tagName==="SLOT"){var l=o.assignedElements(),c=l.length?l:o.children,u=e(c,!0,i);i.flatten?s.push.apply(s,u):s.push({scopeParent:o,candidates:u})}else{var f=Ge.call(o,hn);f&&i.filter(o)&&(n||!t.includes(o))&&s.push(o);var d=o.shadowRoot||typeof i.getShadowRoot=="function"&&i.getShadowRoot(o),m=!mn(d,!1)&&(!i.shadowRootFilter||i.shadowRootFilter(o));if(d&&m){var b=e(d===!0?o.children:d.children,!0,i);i.flatten?s.push.apply(s,b):s.push({scopeParent:o,candidates:b})}else a.unshift.apply(a,o.children)}}return s},Zs=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},Je=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||bf(e))&&!Zs(e)?0:e.tabIndex},yf=function(e,t){var n=Je(e);return n<0&&t&&!Zs(e)?0:n},Ef=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},Ys=function(e){return e.tagName==="INPUT"},If=function(e){return Ys(e)&&e.type==="hidden"},Cf=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(n){return n.tagName==="SUMMARY"});return t},Nf=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]},Tf=function(e){if(!e.name)return!0;var t=e.form||An(e),n=function(a){return t.querySelectorAll('input[type="radio"][name="'+a+'"]')},i;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")i=n(window.CSS.escape(e.name));else try{i=n(e.name)}catch(a){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",a.message),!1}var s=Nf(i,e.form);return!s||s===e},Sf=function(e){return Ys(e)&&e.type==="radio"},wf=function(e){return Sf(e)&&!Tf(e)},kf=function(e){var t,n=e&&An(e),i=(t=n)===null||t===void 0?void 0:t.host,s=!1;if(n&&n!==e){var a,o,l;for(s=!!((a=i)!==null&&a!==void 0&&(o=a.ownerDocument)!==null&&o!==void 0&&o.contains(i)||e!=null&&(l=e.ownerDocument)!==null&&l!==void 0&&l.contains(e));!s&&i;){var c,u,f;n=An(i),i=(c=n)===null||c===void 0?void 0:c.host,s=!!((u=i)!==null&&u!==void 0&&(f=u.ownerDocument)!==null&&f!==void 0&&f.contains(i))}}return s},Gs=function(e){var t=e.getBoundingClientRect(),n=t.width,i=t.height;return n===0&&i===0},Of=function(e,t){var n=t.displayCheck,i=t.getShadowRoot;if(getComputedStyle(e).visibility==="hidden")return!0;var s=Ge.call(e,"details>summary:first-of-type"),a=s?e.parentElement:e;if(Ge.call(a,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof i=="function"){for(var o=e;e;){var l=e.parentElement,c=An(e);if(l&&!l.shadowRoot&&i(l)===!0)return Gs(e);e.assignedSlot?e=e.assignedSlot:!l&&c!==e.ownerDocument?e=c.host:e=l}e=o}if(kf(e))return!e.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return Gs(e);return!1},Mf=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var n=0;n<t.children.length;n++){var i=t.children.item(n);if(i.tagName==="LEGEND")return Ge.call(t,"fieldset[disabled] *")?!0:!i.contains(e)}return!0}t=t.parentElement}return!1},vn=function(e,t){return!(t.disabled||mn(t)||If(t)||Of(t,e)||Cf(t)||Mf(t))},Si=function(e,t){return!(wf(t)||Je(t)<0||!vn(e,t))},xf=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},Df=function e(t){var n=[],i=[];return t.forEach(function(s,a){var o=!!s.scopeParent,l=o?s.scopeParent:s,c=yf(l,o),u=o?e(s.candidates):l;c===0?o?n.push.apply(n,u):n.push(l):i.push({documentOrder:a,tabIndex:c,item:s,isScope:o,content:u})}),i.sort(Ef).reduce(function(s,a){return a.isScope?s.push.apply(s,a.content):s.push(a.content),s},[]).concat(n)},Bf=function(e,t){t=t||{};var n;return t.getShadowRoot?n=Ks([e],t.includeContainer,{filter:Si.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:xf}):n=Hs(e,t.includeContainer,Si.bind(null,t)),Df(n)},Lf=function(e,t){t=t||{};var n;return t.getShadowRoot?n=Ks([e],t.includeContainer,{filter:vn.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):n=Hs(e,t.includeContainer,vn.bind(null,t)),n},pt=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return Ge.call(e,hn)===!1?!1:Si(t,e)},Pf=qs.concat("iframe").join(","),wi=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return Ge.call(e,Pf)===!1?!1:vn(t,e)};/*!
|
|
46
5
|
* focus-trap 7.6.4
|
|
47
6
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
48
|
-
*/function
|
|
49
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function dg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),n.push.apply(n,i)}return n}function pg(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?dg(Object(n),!0).forEach(function(i){L1(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):dg(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function V1(e){return D1(e)||P1(e)||z1(e)||R1()}function j1(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t);if(typeof i!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function B1(e){var t=j1(e,"string");return typeof t=="symbol"?t:t+""}function z1(e,t){if(e){if(typeof e=="string")return Lc(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Lc(e,t):void 0}}var hg={activateTrap:function(e,t){if(e.length>0){var n=e[e.length-1];n!==t&&n._setPausedState(!0)}var i=e.indexOf(t);i===-1||e.splice(i,1),e.push(t)},deactivateTrap:function(e,t){var n=e.indexOf(t);n!==-1&&e.splice(n,1),e.length>0&&!e[e.length-1]._isManuallyPaused()&&e[e.length-1]._setPausedState(!1)}},Q1=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},F1=function(e){return(e==null?void 0:e.key)==="Escape"||(e==null?void 0:e.key)==="Esc"||(e==null?void 0:e.keyCode)===27},ys=function(e){return(e==null?void 0:e.key)==="Tab"||(e==null?void 0:e.keyCode)===9},W1=function(e){return ys(e)&&!e.shiftKey},U1=function(e){return ys(e)&&e.shiftKey},gg=function(e){return setTimeout(e,0)},Es=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return typeof e=="function"?e.apply(void 0,n):e},sa=function(e){return e.target.shadowRoot&&typeof e.composedPath=="function"?e.composedPath()[0]:e.target},H1=[],q1=function(e,t){var n=(t==null?void 0:t.document)||document,i=(t==null?void 0:t.trapStack)||H1,r=pg({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:W1,isKeyBackward:U1},t),s={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},o,a=function(y,m,O){return y&&y[m]!==void 0?y[m]:r[O||m]},l=function(y,m){var O=typeof(m==null?void 0:m.composedPath)=="function"?m.composedPath():void 0;return s.containerGroups.findIndex(function(k){var L=k.container,R=k.tabbableNodes;return L.contains(y)||(O==null?void 0:O.includes(L))||R.find(function(V){return V===y})})},c=function(y){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},O=m.hasFallback,k=O===void 0?!1:O,L=m.params,R=L===void 0?[]:L,V=r[y];if(typeof V=="function"&&(V=V.apply(void 0,V1(R))),V===!0&&(V=void 0),!V){if(V===void 0||V===!1)return V;throw new Error("`".concat(y,"` was specified but was not a node, or did not return a node"))}var j=V;if(typeof V=="string"){try{j=n.querySelector(V)}catch(Q){throw new Error("`".concat(y,'` appears to be an invalid selector; error="').concat(Q.message,'"'))}if(!j&&!k)throw new Error("`".concat(y,"` as selector refers to no known node"))}return j},u=function(){var y=c("initialFocus",{hasFallback:!0});if(y===!1)return!1;if(y===void 0||y&&!Dc(y,r.tabbableOptions))if(l(n.activeElement)>=0)y=n.activeElement;else{var m=s.tabbableGroups[0],O=m&&m.firstTabbableNode;y=O||c("fallbackFocus")}else y===null&&(y=c("fallbackFocus"));if(!y)throw new Error("Your focus-trap needs to have at least one focusable element");return y},f=function(){if(s.containerGroups=s.containers.map(function(y){var m=x1(y,r.tabbableOptions),O=k1(y,r.tabbableOptions),k=m.length>0?m[0]:void 0,L=m.length>0?m[m.length-1]:void 0,R=O.find(function(Q){return Er(Q)}),V=O.slice().reverse().find(function(Q){return Er(Q)}),j=!!m.find(function(Q){return Pi(Q)>0});return{container:y,tabbableNodes:m,focusableNodes:O,posTabIndexesFound:j,firstTabbableNode:k,lastTabbableNode:L,firstDomTabbableNode:R,lastDomTabbableNode:V,nextTabbableNode:function(Q){var ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,pe=m.indexOf(Q);return pe<0?ce?O.slice(O.indexOf(Q)+1).find(function(we){return Er(we)}):O.slice(0,O.indexOf(Q)).reverse().find(function(we){return Er(we)}):m[pe+(ce?1:-1)]}}}),s.tabbableGroups=s.containerGroups.filter(function(y){return y.tabbableNodes.length>0}),s.tabbableGroups.length<=0&&!c("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(s.containerGroups.find(function(y){return y.posTabIndexesFound})&&s.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},d=function(y){var m=y.activeElement;if(m)return m.shadowRoot&&m.shadowRoot.activeElement!==null?d(m.shadowRoot):m},_=function(y){if(y!==!1&&y!==d(document)){if(!y||!y.focus){_(u());return}y.focus({preventScroll:!!r.preventScroll}),s.mostRecentlyFocusedNode=y,Q1(y)&&y.select()}},v=function(y){var m=c("setReturnFocus",{params:[y]});return m||(m===!1?!1:y)},A=function(y){var m=y.target,O=y.event,k=y.isBackward,L=k===void 0?!1:k;m=m||sa(O),f();var R=null;if(s.tabbableGroups.length>0){var V=l(m,O),j=V>=0?s.containerGroups[V]:void 0;if(V<0)L?R=s.tabbableGroups[s.tabbableGroups.length-1].lastTabbableNode:R=s.tabbableGroups[0].firstTabbableNode;else if(L){var Q=s.tabbableGroups.findIndex(function(Ke){var it=Ke.firstTabbableNode;return m===it});if(Q<0&&(j.container===m||Dc(m,r.tabbableOptions)&&!Er(m,r.tabbableOptions)&&!j.nextTabbableNode(m,!1))&&(Q=V),Q>=0){var ce=Q===0?s.tabbableGroups.length-1:Q-1,pe=s.tabbableGroups[ce];R=Pi(m)>=0?pe.lastTabbableNode:pe.lastDomTabbableNode}else ys(O)||(R=j.nextTabbableNode(m,!1))}else{var we=s.tabbableGroups.findIndex(function(Ke){var it=Ke.lastTabbableNode;return m===it});if(we<0&&(j.container===m||Dc(m,r.tabbableOptions)&&!Er(m,r.tabbableOptions)&&!j.nextTabbableNode(m))&&(we=V),we>=0){var be=we===s.tabbableGroups.length-1?0:we+1,Ve=s.tabbableGroups[be];R=Pi(m)>=0?Ve.firstTabbableNode:Ve.firstDomTabbableNode}else ys(O)||(R=j.nextTabbableNode(m))}}else R=c("fallbackFocus");return R},h=function(y){var m=sa(y);if(!(l(m,y)>=0)){if(Es(r.clickOutsideDeactivates,y)){o.deactivate({returnFocus:r.returnFocusOnDeactivate});return}Es(r.allowOutsideClick,y)||y.preventDefault()}},g=function(y){var m=sa(y),O=l(m,y)>=0;if(O||m instanceof Document)O&&(s.mostRecentlyFocusedNode=m);else{y.stopImmediatePropagation();var k,L=!0;if(s.mostRecentlyFocusedNode)if(Pi(s.mostRecentlyFocusedNode)>0){var R=l(s.mostRecentlyFocusedNode),V=s.containerGroups[R].tabbableNodes;if(V.length>0){var j=V.findIndex(function(Q){return Q===s.mostRecentlyFocusedNode});j>=0&&(r.isKeyForward(s.recentNavEvent)?j+1<V.length&&(k=V[j+1],L=!1):j-1>=0&&(k=V[j-1],L=!1))}}else s.containerGroups.some(function(Q){return Q.tabbableNodes.some(function(ce){return Pi(ce)>0})})||(L=!1);else L=!1;L&&(k=A({target:s.mostRecentlyFocusedNode,isBackward:r.isKeyBackward(s.recentNavEvent)})),_(k||s.mostRecentlyFocusedNode||u())}s.recentNavEvent=void 0},E=function(y){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;s.recentNavEvent=y;var O=A({event:y,isBackward:m});O&&(ys(y)&&y.preventDefault(),_(O))},b=function(y){(r.isKeyForward(y)||r.isKeyBackward(y))&&E(y,r.isKeyBackward(y))},I=function(y){F1(y)&&Es(r.escapeDeactivates,y)!==!1&&(y.preventDefault(),o.deactivate())},w=function(y){var m=sa(y);l(m,y)>=0||Es(r.clickOutsideDeactivates,y)||Es(r.allowOutsideClick,y)||(y.preventDefault(),y.stopImmediatePropagation())},C=function(){if(s.active)return hg.activateTrap(i,o),s.delayInitialFocusTimer=r.delayInitialFocus?gg(function(){_(u())}):_(u()),n.addEventListener("focusin",g,!0),n.addEventListener("mousedown",h,{capture:!0,passive:!1}),n.addEventListener("touchstart",h,{capture:!0,passive:!1}),n.addEventListener("click",w,{capture:!0,passive:!1}),n.addEventListener("keydown",b,{capture:!0,passive:!1}),n.addEventListener("keydown",I),o},x=function(){if(s.active)return n.removeEventListener("focusin",g,!0),n.removeEventListener("mousedown",h,!0),n.removeEventListener("touchstart",h,!0),n.removeEventListener("click",w,!0),n.removeEventListener("keydown",b,!0),n.removeEventListener("keydown",I),o},T=function(y){var m=y.some(function(O){var k=Array.from(O.removedNodes);return k.some(function(L){return L===s.mostRecentlyFocusedNode})});m&&_(u())},N=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(T):void 0,p=function(){N&&(N.disconnect(),s.active&&!s.paused&&s.containers.map(function(y){N.observe(y,{subtree:!0,childList:!0})}))};return o={get active(){return s.active},get paused(){return s.paused},activate:function(y){if(s.active)return this;var m=a(y,"onActivate"),O=a(y,"onPostActivate"),k=a(y,"checkCanFocusTrap");k||f(),s.active=!0,s.paused=!1,s.nodeFocusedBeforeActivation=n.activeElement,m==null||m();var L=function(){k&&f(),C(),p(),O==null||O()};return k?(k(s.containers.concat()).then(L,L),this):(L(),this)},deactivate:function(y){if(!s.active)return this;var m=pg({onDeactivate:r.onDeactivate,onPostDeactivate:r.onPostDeactivate,checkCanReturnFocus:r.checkCanReturnFocus},y);clearTimeout(s.delayInitialFocusTimer),s.delayInitialFocusTimer=void 0,x(),s.active=!1,s.paused=!1,p(),hg.deactivateTrap(i,o);var O=a(m,"onDeactivate"),k=a(m,"onPostDeactivate"),L=a(m,"checkCanReturnFocus"),R=a(m,"returnFocus","returnFocusOnDeactivate");O==null||O();var V=function(){gg(function(){R&&_(v(s.nodeFocusedBeforeActivation)),k==null||k()})};return R&&L?(L(v(s.nodeFocusedBeforeActivation)).then(V,V),this):(V(),this)},pause:function(y){return s.active?(s.manuallyPaused=!0,this._setPausedState(!0,y)):this},unpause:function(y){return s.active?(s.manuallyPaused=!1,i[i.length-1]!==this?this:this._setPausedState(!1,y)):this},updateContainerElements:function(y){var m=[].concat(y).filter(Boolean);return s.containers=m.map(function(O){return typeof O=="string"?n.querySelector(O):O}),s.active&&f(),p(),this}},Object.defineProperties(o,{_isManuallyPaused:{value:function(){return s.manuallyPaused}},_setPausedState:{value:function(y,m){if(s.paused===y)return this;if(s.paused=y,y){var O=a(m,"onPause"),k=a(m,"onPostPause");O==null||O(),x(),p(),k==null||k()}else{var L=a(m,"onUnpause"),R=a(m,"onPostUnpause");L==null||L(),f(),C(),p(),R==null||R()}return this}}}),o.updateContainerElements(e),o};/*!
|
|
7
|
+
*/function ki(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function Rf(e){if(Array.isArray(e))return ki(e)}function zf(e,t,n){return(t=Uf(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jf(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Qf(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
8
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Js(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,i)}return n}function $s(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Js(Object(n),!0).forEach(function(i){zf(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Js(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function Ff(e){return Rf(e)||jf(e)||qf(e)||Qf()}function Wf(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t);if(typeof i!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Uf(e){var t=Wf(e,"string");return typeof t=="symbol"?t:t+""}function qf(e,t){if(e){if(typeof e=="string")return ki(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ki(e,t):void 0}}var Vs={activateTrap:function(e,t){if(e.length>0){var n=e[e.length-1];n!==t&&n._setPausedState(!0)}var i=e.indexOf(t);i===-1||e.splice(i,1),e.push(t)},deactivateTrap:function(e,t){var n=e.indexOf(t);n!==-1&&e.splice(n,1),e.length>0&&!e[e.length-1]._isManuallyPaused()&&e[e.length-1]._setPausedState(!1)}},Xf=function(e){return e.tagName&&e.tagName.toLowerCase()==="input"&&typeof e.select=="function"},Hf=function(e){return(e==null?void 0:e.key)==="Escape"||(e==null?void 0:e.key)==="Esc"||(e==null?void 0:e.keyCode)===27},Lt=function(e){return(e==null?void 0:e.key)==="Tab"||(e==null?void 0:e.keyCode)===9},Kf=function(e){return Lt(e)&&!e.shiftKey},Zf=function(e){return Lt(e)&&e.shiftKey},ea=function(e){return setTimeout(e,0)},Pt=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return typeof e=="function"?e.apply(void 0,n):e},gn=function(e){return e.target.shadowRoot&&typeof e.composedPath=="function"?e.composedPath()[0]:e.target},Yf=[],Gf=function(e,t){var n=(t==null?void 0:t.document)||document,i=(t==null?void 0:t.trapStack)||Yf,s=$s({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Kf,isKeyBackward:Zf},t),a={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},o,l=function(g,_,T){return g&&g[_]!==void 0?g[_]:s[T||_]},c=function(g,_){var T=typeof(_==null?void 0:_.composedPath)=="function"?_.composedPath():void 0;return a.containerGroups.findIndex(function(O){var x=O.container,D=O.tabbableNodes;return x.contains(g)||(T==null?void 0:T.includes(x))||D.find(function(B){return B===g})})},u=function(g){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},T=_.hasFallback,O=T===void 0?!1:T,x=_.params,D=x===void 0?[]:x,B=s[g];if(typeof B=="function"&&(B=B.apply(void 0,Ff(D))),B===!0&&(B=void 0),!B){if(B===void 0||B===!1)return B;throw new Error("`".concat(g,"` was specified but was not a node, or did not return a node"))}var P=B;if(typeof B=="string"){try{P=n.querySelector(B)}catch(L){throw new Error("`".concat(g,'` appears to be an invalid selector; error="').concat(L.message,'"'))}if(!P&&!O)throw new Error("`".concat(g,"` as selector refers to no known node"))}return P},f=function(){var g=u("initialFocus",{hasFallback:!0});if(g===!1)return!1;if(g===void 0||g&&!wi(g,s.tabbableOptions))if(c(n.activeElement)>=0)g=n.activeElement;else{var _=a.tabbableGroups[0],T=_&&_.firstTabbableNode;g=T||u("fallbackFocus")}else g===null&&(g=u("fallbackFocus"));if(!g)throw new Error("Your focus-trap needs to have at least one focusable element");return g},d=function(){if(a.containerGroups=a.containers.map(function(g){var _=Bf(g,s.tabbableOptions),T=Lf(g,s.tabbableOptions),O=_.length>0?_[0]:void 0,x=_.length>0?_[_.length-1]:void 0,D=T.find(function(L){return pt(L)}),B=T.slice().reverse().find(function(L){return pt(L)}),P=!!_.find(function(L){return Je(L)>0});return{container:g,tabbableNodes:_,focusableNodes:T,posTabIndexesFound:P,firstTabbableNode:O,lastTabbableNode:x,firstDomTabbableNode:D,lastDomTabbableNode:B,nextTabbableNode:function(L){var Q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,W=_.indexOf(L);return W<0?Q?T.slice(T.indexOf(L)+1).find(function(G){return pt(G)}):T.slice(0,T.indexOf(L)).reverse().find(function(G){return pt(G)}):_[W+(Q?1:-1)]}}}),a.tabbableGroups=a.containerGroups.filter(function(g){return g.tabbableNodes.length>0}),a.tabbableGroups.length<=0&&!u("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(a.containerGroups.find(function(g){return g.posTabIndexesFound})&&a.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},m=function(g){var _=g.activeElement;if(_)return _.shadowRoot&&_.shadowRoot.activeElement!==null?m(_.shadowRoot):_},b=function(g){if(g!==!1&&g!==m(document)){if(!g||!g.focus){b(f());return}g.focus({preventScroll:!!s.preventScroll}),a.mostRecentlyFocusedNode=g,Xf(g)&&g.select()}},y=function(g){var _=u("setReturnFocus",{params:[g]});return _||(_===!1?!1:g)},v=function(g){var _=g.target,T=g.event,O=g.isBackward,x=O===void 0?!1:O;_=_||gn(T),d();var D=null;if(a.tabbableGroups.length>0){var B=c(_,T),P=B>=0?a.containerGroups[B]:void 0;if(B<0)x?D=a.tabbableGroups[a.tabbableGroups.length-1].lastTabbableNode:D=a.tabbableGroups[0].firstTabbableNode;else if(x){var L=a.tabbableGroups.findIndex(function(ie){var le=ie.firstTabbableNode;return _===le});if(L<0&&(P.container===_||wi(_,s.tabbableOptions)&&!pt(_,s.tabbableOptions)&&!P.nextTabbableNode(_,!1))&&(L=B),L>=0){var Q=L===0?a.tabbableGroups.length-1:L-1,W=a.tabbableGroups[Q];D=Je(_)>=0?W.lastTabbableNode:W.lastDomTabbableNode}else Lt(T)||(D=P.nextTabbableNode(_,!1))}else{var G=a.tabbableGroups.findIndex(function(ie){var le=ie.lastTabbableNode;return _===le});if(G<0&&(P.container===_||wi(_,s.tabbableOptions)&&!pt(_,s.tabbableOptions)&&!P.nextTabbableNode(_))&&(G=B),G>=0){var X=G===a.tabbableGroups.length-1?0:G+1,ee=a.tabbableGroups[X];D=Je(_)>=0?ee.firstTabbableNode:ee.firstDomTabbableNode}else Lt(T)||(D=P.nextTabbableNode(_))}}else D=u("fallbackFocus");return D},p=function(g){var _=gn(g);if(!(c(_,g)>=0)){if(Pt(s.clickOutsideDeactivates,g)){o.deactivate({returnFocus:s.returnFocusOnDeactivate});return}Pt(s.allowOutsideClick,g)||g.preventDefault()}},h=function(g){var _=gn(g),T=c(_,g)>=0;if(T||_ instanceof Document)T&&(a.mostRecentlyFocusedNode=_);else{g.stopImmediatePropagation();var O,x=!0;if(a.mostRecentlyFocusedNode)if(Je(a.mostRecentlyFocusedNode)>0){var D=c(a.mostRecentlyFocusedNode),B=a.containerGroups[D].tabbableNodes;if(B.length>0){var P=B.findIndex(function(L){return L===a.mostRecentlyFocusedNode});P>=0&&(s.isKeyForward(a.recentNavEvent)?P+1<B.length&&(O=B[P+1],x=!1):P-1>=0&&(O=B[P-1],x=!1))}}else a.containerGroups.some(function(L){return L.tabbableNodes.some(function(Q){return Je(Q)>0})})||(x=!1);else x=!1;x&&(O=v({target:a.mostRecentlyFocusedNode,isBackward:s.isKeyBackward(a.recentNavEvent)})),b(O||a.mostRecentlyFocusedNode||f())}a.recentNavEvent=void 0},E=function(g){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;a.recentNavEvent=g;var T=v({event:g,isBackward:_});T&&(Lt(g)&&g.preventDefault(),b(T))},w=function(g){(s.isKeyForward(g)||s.isKeyBackward(g))&&E(g,s.isKeyBackward(g))},S=function(g){Hf(g)&&Pt(s.escapeDeactivates,g)!==!1&&(g.preventDefault(),o.deactivate())},M=function(g){var _=gn(g);c(_,g)>=0||Pt(s.clickOutsideDeactivates,g)||Pt(s.allowOutsideClick,g)||(g.preventDefault(),g.stopImmediatePropagation())},N=function(){if(a.active)return Vs.activateTrap(i,o),a.delayInitialFocusTimer=s.delayInitialFocus?ea(function(){b(f())}):b(f()),n.addEventListener("focusin",h,!0),n.addEventListener("mousedown",p,{capture:!0,passive:!1}),n.addEventListener("touchstart",p,{capture:!0,passive:!1}),n.addEventListener("click",M,{capture:!0,passive:!1}),n.addEventListener("keydown",w,{capture:!0,passive:!1}),n.addEventListener("keydown",S),o},k=function(){if(a.active)return n.removeEventListener("focusin",h,!0),n.removeEventListener("mousedown",p,!0),n.removeEventListener("touchstart",p,!0),n.removeEventListener("click",M,!0),n.removeEventListener("keydown",w,!0),n.removeEventListener("keydown",S),o},C=function(g){var _=g.some(function(T){var O=Array.from(T.removedNodes);return O.some(function(x){return x===a.mostRecentlyFocusedNode})});_&&b(f())},I=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(C):void 0,A=function(){I&&(I.disconnect(),a.active&&!a.paused&&a.containers.map(function(g){I.observe(g,{subtree:!0,childList:!0})}))};return o={get active(){return a.active},get paused(){return a.paused},activate:function(g){if(a.active)return this;var _=l(g,"onActivate"),T=l(g,"onPostActivate"),O=l(g,"checkCanFocusTrap");O||d(),a.active=!0,a.paused=!1,a.nodeFocusedBeforeActivation=n.activeElement,_==null||_();var x=function(){O&&d(),N(),A(),T==null||T()};return O?(O(a.containers.concat()).then(x,x),this):(x(),this)},deactivate:function(g){if(!a.active)return this;var _=$s({onDeactivate:s.onDeactivate,onPostDeactivate:s.onPostDeactivate,checkCanReturnFocus:s.checkCanReturnFocus},g);clearTimeout(a.delayInitialFocusTimer),a.delayInitialFocusTimer=void 0,k(),a.active=!1,a.paused=!1,A(),Vs.deactivateTrap(i,o);var T=l(_,"onDeactivate"),O=l(_,"onPostDeactivate"),x=l(_,"checkCanReturnFocus"),D=l(_,"returnFocus","returnFocusOnDeactivate");T==null||T();var B=function(){ea(function(){D&&b(y(a.nodeFocusedBeforeActivation)),O==null||O()})};return D&&x?(x(y(a.nodeFocusedBeforeActivation)).then(B,B),this):(B(),this)},pause:function(g){return a.active?(a.manuallyPaused=!0,this._setPausedState(!0,g)):this},unpause:function(g){return a.active?(a.manuallyPaused=!1,i[i.length-1]!==this?this:this._setPausedState(!1,g)):this},updateContainerElements:function(g){var _=[].concat(g).filter(Boolean);return a.containers=_.map(function(T){return typeof T=="string"?n.querySelector(T):T}),a.active&&d(),A(),this}},Object.defineProperties(o,{_isManuallyPaused:{value:function(){return a.manuallyPaused}},_setPausedState:{value:function(g,_){if(a.paused===g)return this;if(a.paused=g,g){var T=l(_,"onPause"),O=l(_,"onPostPause");T==null||T(),k(),A(),O==null||O()}else{var x=l(_,"onUnpause"),D=l(_,"onPostUnpause");x==null||x(),d(),N(),A(),D==null||D()}return this}}}),o.updateContainerElements(e),o};/*!
|
|
50
9
|
* focus-trap-vue v4.0.2
|
|
51
10
|
* (c) 2023 Eduardo San Martin Morote
|
|
52
11
|
* @license MIT
|
|
53
|
-
*/const K1={escapeDeactivates:{type:Boolean,default:!0},returnFocusOnDeactivate:{type:Boolean,default:!0},allowOutsideClick:{type:[Boolean,Function],default:!0},clickOutsideDeactivates:[Boolean,Function],initialFocus:[String,Function,Boolean],fallbackFocus:[String,Function],checkCanFocusTrap:Function,checkCanReturnFocus:Function,delayInitialFocus:{type:Boolean,default:!0},document:Object,preventScroll:Boolean,setReturnFocus:[Object,String,Boolean,Function],tabbableOptions:Object},X1=te({props:Object.assign({active:{type:Boolean,default:!0}},K1),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(e,{slots:t,emit:n}){let i;const r=he(null),s=U(()=>{const a=r.value;return a&&(a instanceof HTMLElement?a:a.$el)});function o(){return i||(i=q1(s.value,{escapeDeactivates:e.escapeDeactivates,allowOutsideClick:e.allowOutsideClick,returnFocusOnDeactivate:e.returnFocusOnDeactivate,clickOutsideDeactivates:e.clickOutsideDeactivates,onActivate:()=>{n("update:active",!0),n("activate")},onDeactivate:()=>{n("update:active",!1),n("deactivate")},onPostActivate:()=>n("postActivate"),onPostDeactivate:()=>n("postDeactivate"),initialFocus:e.initialFocus,fallbackFocus:e.fallbackFocus,tabbableOptions:e.tabbableOptions,delayInitialFocus:e.delayInitialFocus,preventScroll:e.preventScroll}))}return st(()=>{Ue(()=>e.active,a=>{a&&s.value?o().activate():i&&(i.deactivate(),(!s.value||s.value.nodeType===Node.COMMENT_NODE)&&(i=null))},{immediate:!0,flush:"post"})}),Dt(()=>{i&&i.deactivate(),i=null}),{activate(){o().activate()},deactivate(){i&&i.deactivate()},renderImpl(){if(!t.default)return null;const a=t.default().filter(l=>l.type!==He);return!a||!a.length||a.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),a):Ht(a[0],{ref:r})}}}}),Z1={role:"navigation",class:"fr-translate fr-nav"},Y1={class:"fr-nav__item"},G1=["aria-controls","aria-expanded","title"],J1={class:"fr-hidden-lg"},$1=["id"],eI={class:"fr-menu__list"},tI=["hreflang","lang","aria-current","href","onClick"],nI=te({__name:"DsfrLanguageSelector",props:{id:{default:()=>mt("language-selector")},languages:{default:()=>[]},currentLanguage:{default:"fr"},title:{default:"Sélectionner une langue"}},emits:["select"],setup(e,{emit:t}){const n=e,i=t,{collapse:r,collapsing:s,cssExpanded:o,doExpand:a,onTransitionEnd:l}=ea(),c=he(!1);function u(d){c.value=!1,i("select",d)}const f=U(()=>n.languages.find(({codeIso:d})=>d===n.currentLanguage));return Ue(c,(d,_)=>{d!==_&&a(d)}),(d,_)=>{var v,A;return M(),B("nav",Z1,[F("div",Y1,[F("button",{class:"fr-translate__btn fr-btn fr-btn--tertiary","aria-controls":d.id,"aria-expanded":c.value,title:d.title,type:"button",onClick:_[0]||(_[0]=Vt(h=>c.value=!c.value,["prevent","stop"]))},[Je(oe((v=f.value)==null?void 0:v.codeIso.toUpperCase()),1),F("span",J1," - "+oe((A=f.value)==null?void 0:A.label),1)],8,G1),F("div",{id:d.id,ref_key:"collapse",ref:r,class:_e(["fr-collapse fr-translate__menu fr-menu",{"fr-collapse--expanded":P(o),"fr-collapsing":P(s)}]),onTransitionend:_[1]||(_[1]=h=>P(l)(c.value))},[F("ul",eI,[(M(!0),B(ue,null,Ze(d.languages,(h,g)=>(M(),B("li",{key:g},[F("a",{class:"fr-translate__language fr-nav__link",hreflang:h.codeIso,lang:h.codeIso,"aria-current":d.currentLanguage===h.codeIso?!0:void 0,href:`#${h.codeIso}`,onClick:Vt(E=>u(h),["prevent","stop"])},oe(`${h.codeIso.toUpperCase()} - ${h.label}`),9,tI)]))),128))])],42,$1)])])}}}),iI=["for"],rI={key:0,class:"required"},sI={key:0,class:"fr-hint-text"},oI=te({inheritAttrs:!1,__name:"DsfrInput",props:{id:{default:()=>mt("basic","input")},descriptionId:{default:void 0},hint:{default:""},isInvalid:{type:Boolean},isValid:{type:Boolean},isTextarea:{type:Boolean},isWithWrapper:{type:Boolean},labelVisible:{type:Boolean},label:{default:""},labelClass:{default:""},modelValue:{default:""},wrapperClass:{default:""}},emits:["update:modelValue"],setup(e,{expose:t}){const n=e,i=Fd(),r=he(null),s=()=>{var c;return(c=r.value)==null?void 0:c.focus()},o=U(()=>n.isTextarea?"textarea":"input"),a=U(()=>n.isWithWrapper||i.type==="date"||!!n.wrapperClass),l=U(()=>["fr-label",{invisible:!n.labelVisible},n.labelClass]);return t({focus:s}),(c,u)=>(M(),B(ue,null,[F("label",{class:_e(l.value),for:c.id},[ne(c.$slots,"label",{},()=>[Je(oe(c.label)+" ",1),ne(c.$slots,"required-tip",{},()=>["required"in c.$attrs&&c.$attrs.required!==!1?(M(),B("span",rI,"*")):$("",!0)],!0)],!0),c.hint?(M(),B("span",sI,oe(c.hint),1)):$("",!0)],10,iI),a.value?(M(),B("div",{key:1,class:_e([{"fr-input-wrap":c.isWithWrapper||c.$attrs.type==="date"},c.wrapperClass])},[(M(),se(Lt(o.value),Ne({id:c.id},c.$attrs,{ref_key:"__input",ref:r,class:["fr-input",{"fr-input--error":c.isInvalid,"fr-input--valid":c.isValid}],value:c.modelValue,"aria-describedby":c.descriptionId||void 0,onInput:u[1]||(u[1]=f=>c.$emit("update:modelValue",f.target.value))}),null,16,["id","class","value","aria-describedby"]))],2)):(M(),se(Lt(o.value),Ne({key:0,id:c.id},c.$attrs,{ref_key:"__input",ref:r,class:["fr-input",{"fr-input--error":c.isInvalid,"fr-input--valid":c.isValid}],value:c.modelValue,"aria-describedby":c.descriptionId||void 0,onInput:u[0]||(u[0]=f=>c.$emit("update:modelValue",f.target.value))}),null,16,["id","class","value","aria-describedby"]))],64))}}),Ag=li(oI,[["__scopeId","data-v-7ca45de8"]]),aI={key:1,class:"fr-sr-only"},lI=te({__name:"DsfrSearchBar",props:{id:{default:()=>mt("search","input")},label:{default:""},large:{type:Boolean},buttonText:{default:""},modelValue:{default:""},placeholder:{default:"Rechercher"},disabled:{type:Boolean}},emits:["update:modelValue","search"],setup(e,{emit:t}){const n=t;return(i,r)=>(M(),B("div",{class:_e(["fr-search-bar",{"fr-search-bar--lg":i.large}]),role:"search"},[ie(Ag,{id:i.id,type:"search",placeholder:i.placeholder,"model-value":i.modelValue,label:i.label,disabled:i.disabled,"aria-disabled":i.disabled,"onUpdate:modelValue":r[0]||(r[0]=s=>n("update:modelValue",s)),onKeydown:r[1]||(r[1]=gs(s=>n("search",i.modelValue),["enter"]))},null,8,["id","placeholder","model-value","label","disabled","aria-disabled"]),ie(kc,{title:"Rechercher",disabled:i.disabled,"aria-disabled":i.disabled,onClick:r[2]||(r[2]=s=>n("search",i.modelValue))},{default:Ie(()=>[i.buttonText?(M(),B(ue,{key:0},[Je(oe(i.buttonText),1)],64)):(M(),B("span",aI," Rechercher "))]),_:1},8,["disabled","aria-disabled"])],2))}}),cI=["aria-labelledby","role","open"],uI={class:"fr-container fr-container--fluid fr-container-md"},fI={class:"fr-grid-row fr-grid-row--center"},dI={class:"fr-modal__body"},pI={class:"fr-modal__header"},hI=["title"],gI={class:"fr-modal__content"},AI=["id"],_I={key:0,class:"fr-modal__footer"},_g=2,vI=te({__name:"DsfrModal",props:{modalId:{default:()=>mt("modal","dialog")},opened:{type:Boolean},actions:{default:()=>[]},isAlert:{type:Boolean},origin:{default:()=>({focus(){}})},title:{},icon:{default:void 0},size:{default:"md"},closeButtonLabel:{default:"Fermer"},closeButtonTitle:{default:"Fermer la fenêtre modale"}},emits:["close"],setup(e,{emit:t}){const n=e,i=t,r=v=>{v.key==="Escape"&&f()},s=U(()=>n.isAlert?"alertdialog":"dialog"),o=he(null),a=he();Ue(()=>n.opened,v=>{var A,h;v?((A=a.value)==null||A.showModal(),setTimeout(()=>{var g;(g=o.value)==null||g.focus()},100)):(h=a.value)==null||h.close(),l(v)});function l(v){typeof window<"u"&&document.body.classList.toggle("modal-open",v)}st(()=>{c(),l(n.opened)}),fr(()=>{u(),l(!1)});function c(){document.addEventListener("keydown",r)}function u(){document.removeEventListener("keydown",r)}async function f(){var v;await Ut(),(v=n.origin)==null||v.focus(),i("close")}const d=U(()=>typeof n.icon=="string"&&n.icon.startsWith("fr-icon-")),_=U(()=>d.value?void 0:typeof n.icon=="string"?{name:n.icon,scale:_g}:{scale:_g,...n.icon??{}});return(v,A)=>v.opened?(M(),se(P(X1),{key:0},{default:Ie(()=>{var h,g;return[F("dialog",{id:"fr-modal-1",ref_key:"modal",ref:a,"aria-modal":"true","aria-labelledby":v.modalId,role:s.value,class:_e(["fr-modal",{"fr-modal--opened":v.opened}]),open:v.opened},[F("div",uI,[F("div",fI,[F("div",{class:_e(["fr-col-12",{"fr-col-md-8":v.size==="lg","fr-col-md-6":v.size==="md","fr-col-md-4":v.size==="sm"}])},[F("div",dI,[F("div",pI,[F("button",{ref_key:"closeBtn",ref:o,class:"fr-btn fr-btn--close",title:v.closeButtonTitle,"aria-controls":"fr-modal-1",type:"button",onClick:A[0]||(A[0]=E=>f())},[F("span",null,oe(v.closeButtonLabel),1)],8,hI)]),F("div",gI,[F("h1",{id:v.modalId,class:"fr-modal__title"},[d.value||_.value?(M(),B("span",{key:0,class:_e({[String(v.icon)]:d.value})},[v.icon&&_.value?(M(),se(yr,Qr(Ne({key:0},_.value)),null,16)):$("",!0)],2)):$("",!0),Je(" "+oe(v.title),1)],8,AI),ne(v.$slots,"default",{},void 0,!0)]),(h=v.actions)!=null&&h.length||v.$slots.footer?(M(),B("div",_I,[ne(v.$slots,"footer",{},void 0,!0),(g=v.actions)!=null&&g.length?(M(),se(g1,{key:0,align:"right",buttons:v.actions,"inline-layout-when":"large",reverse:""},null,8,["buttons"])):$("",!0)])):$("",!0)])],2)])])],10,cI)]}),_:3})):$("",!0)}}),mI=li(vI,[["__scopeId","data-v-70fe954b"]]),bI=["id","aria-current"],yI=te({__name:"DsfrNavigationItem",props:{id:{default:()=>mt("nav","item")},active:{type:Boolean}},setup(e){return(t,n)=>(M(),B("li",{id:t.id,class:"fr-nav__item","aria-current":t.active?"page":void 0},[ne(t.$slots,"default",{},void 0,!0)],8,bI))}}),EI=li(yI,[["__scopeId","data-v-aa4076c4"]]),II=["href"],vg=2,Pc=te({__name:"DsfrNavigationMenuLink",props:{id:{default:()=>mt("menu-link")},to:{default:"#"},text:{default:""},icon:{default:void 0},onClick:{type:Function,default:()=>{}}},emits:["toggleId"],setup(e){const t=e,n=U(()=>typeof t.to=="string"&&t.to.startsWith("http")),i=U(()=>t.icon&&typeof t.icon=="string"&&t.icon.startsWith("fr-icon-")),r=U(()=>i.value||!t.icon?void 0:typeof t.icon=="string"?{scale:vg,name:t.icon}:{scale:vg,...t.icon||{}}),s=Zd()?yn(Oc):void 0,o=(s==null?void 0:s())??(()=>{});return(a,l)=>{const c=So("RouterLink");return n.value?(M(),B("a",{key:0,class:"fr-nav__link","data-testid":"nav-external-link",href:a.to,onClick:l[0]||(l[0]=u=>{a.$emit("toggleId",a.id),a.onClick(u)})},oe(a.text),9,II)):(M(),se(c,{key:1,class:_e(["fr-nav__link",{[String(a.icon)]:i.value}]),"data-testid":"nav-router-link",to:a.to,onClick:l[1]||(l[1]=u=>{var f;P(o)(),a.$emit("toggleId",a.id),(f=a.onClick)==null||f.call(a,u)})},{default:Ie(()=>[a.icon&&r.value?(M(),se(yr,Qr(Ne({key:0},r.value)),null,16)):$("",!0),Je(" "+oe(a.text),1)]),_:1},8,["to","class"]))}}}),NI={class:"fr-col-12 fr-col-lg-3"},CI={class:"fr-mega-menu__category"},TI={class:"fr-mega-menu__list"},wI=te({__name:"DsfrNavigationMegaMenuCategory",props:{title:{},active:{type:Boolean},links:{}},setup(e){return(t,n)=>(M(),B("div",NI,[F("h5",CI,[F("a",{class:"fr-nav__link",href:"#",onClick:n[0]||(n[0]=Vt(()=>{},["prevent"]))},oe(t.title),1)]),F("ul",TI,[(M(!0),B(ue,null,Ze(t.links,(i,r)=>(M(),B("li",{key:r,class:"fr-nav__link"},[ie(Pc,Ne({ref_for:!0},i),null,16)]))),128))])]))}}),SI=["aria-expanded","aria-current","aria-controls"],OI=["id"],xI={class:"fr-container fr-container--fluid fr-container-lg"},kI={class:"fr-grid-row fr-grid-row-lg--gutters"},MI={class:"fr-col-12 fr-col-lg-8 fr-col-offset-lg-4--right fr-mb-4v"},DI={class:"fr-mega-menu__leader"},LI={class:"fr-h4 fr-mb-2v"},PI={class:"fr-hidden fr-displayed-lg"},RI=te({__name:"DsfrNavigationMegaMenu",props:{id:{default:()=>mt("mega-menu")},title:{},description:{default:""},link:{default:()=>({to:"#",text:"Voir toute la rubrique"})},menus:{default:()=>[]},expandedId:{default:""},active:{type:Boolean}},emits:["toggleId"],setup(e){const t=e,{collapse:n,collapsing:i,cssExpanded:r,doExpand:s,onTransitionEnd:o}=ea(),a=U(()=>t.id===t.expandedId);return Ue(a,(l,c)=>{l!==c&&s(l)}),st(()=>{a.value&&s(!0)}),(l,c)=>{const u=So("RouterLink");return M(),B(ue,null,[F("button",{class:"fr-nav__btn","aria-expanded":a.value,"aria-current":l.active||void 0,"aria-controls":l.id,onClick:c[0]||(c[0]=f=>l.$emit("toggleId",l.id))},oe(l.title),9,SI),F("div",{id:l.id,ref_key:"collapse",ref:n,"data-testid":"mega-menu-wrapper",class:_e(["fr-collapse fr-mega-menu",{"fr-collapse--expanded":P(r),"fr-collapsing":P(i)}]),tabindex:"-1",onTransitionend:c[2]||(c[2]=f=>P(o)(a.value))},[F("div",xI,[F("button",{class:"fr-link--close fr-link","aria-controls":"mega-menu-695",onClick:c[1]||(c[1]=f=>l.$emit("toggleId",l.id))}," Fermer "),F("div",kI,[F("div",MI,[F("div",DI,[F("h4",LI,oe(l.title),1),F("p",PI,[Je(oe(l.description)+" ",1),ne(l.$slots,"description",{},void 0,!0)]),ie(u,{class:"fr-link fr-icon-arrow-right-line fr-link--icon-right fr-link--align-on-content",to:l.link.to},{default:Ie(()=>[Je(oe(l.link.text),1)]),_:1},8,["to"])])]),ne(l.$slots,"default",{},void 0,!0),(M(!0),B(ue,null,Ze(l.menus,(f,d)=>(M(),se(wI,Ne({key:d,ref_for:!0},f),null,16))),128))])])],42,OI)],64)}}}),VI=li(RI,[["__scopeId","data-v-1e103394"]]),jI=["id","aria-current"],BI=te({__name:"DsfrNavigationMenuItem",props:{id:{default:()=>mt("menu","item")},active:{type:Boolean}},setup(e){return(t,n)=>(M(),B("li",{id:t.id,class:"fr-menu__item","aria-current":t.active?"page":void 0},[ne(t.$slots,"default")],8,jI))}}),zI=["aria-expanded","aria-current","aria-controls"],QI=["id"],FI={class:"fr-menu__list"},WI=te({__name:"DsfrNavigationMenu",props:{id:{default:()=>mt("menu")},title:{},links:{default:()=>[]},expandedId:{default:""},active:{type:Boolean}},emits:["toggleId"],setup(e){const t=e,{collapse:n,collapsing:i,cssExpanded:r,doExpand:s,onTransitionEnd:o}=ea(),a=U(()=>t.id===t.expandedId);return Ue(a,(l,c)=>{l!==c&&s(l)}),st(()=>{a.value&&s(!0)}),(l,c)=>(M(),B(ue,null,[F("button",{class:"fr-nav__btn","aria-expanded":a.value,"aria-current":l.active||void 0,"aria-controls":l.id,onClick:c[0]||(c[0]=u=>l.$emit("toggleId",l.id))},[F("span",null,oe(l.title),1)],8,zI),F("div",{id:l.id,ref_key:"collapse",ref:n,class:_e(["fr-collapse fr-menu",{"fr-collapse--expanded":P(r),"fr-collapsing":P(i)}]),"data-testid":"navigation-menu",onTransitionend:c[2]||(c[2]=u=>P(o)(a.value))},[F("ul",FI,[ne(l.$slots,"default"),(M(!0),B(ue,null,Ze(l.links,(u,f)=>(M(),se(BI,{key:f},{default:Ie(()=>[ie(Pc,Ne({ref_for:!0},u,{onToggleId:c[1]||(c[1]=d=>l.$emit("toggleId",l.expandedId))}),null,16)]),_:2},1024))),128))])],42,QI)],64))}}),UI=["id","aria-label"],HI={class:"fr-nav__list"},qI=te({__name:"DsfrNavigation",props:{id:{default:()=>mt("nav")},label:{default:"Menu principal"},navItems:{default:()=>[]}},setup(e){const t=e,n=he(void 0),i=a=>{if(a===n.value){n.value=void 0;return}n.value=a},r=a=>{if(a!==document.getElementById(t.id)){if(!(a!=null&&a.parentNode)){i(n.value);return}r(a.parentNode)}},s=a=>{r(a.target)},o=a=>{a.key==="Escape"&&i(n.value)};return st(()=>{document.addEventListener("click",s),document.addEventListener("keydown",o)}),Dt(()=>{document.removeEventListener("click",s),document.removeEventListener("keydown",o)}),(a,l)=>(M(),B("nav",{id:a.id,class:"fr-nav",role:"navigation","aria-label":a.label},[F("ul",HI,[ne(a.$slots,"default"),(M(!0),B(ue,null,Ze(a.navItems,(c,u)=>(M(),se(EI,{id:c.id,key:u},{default:Ie(()=>[c.to&&c.text?(M(),se(Pc,Ne({key:0,ref_for:!0},c,{"expanded-id":n.value,onToggleId:l[0]||(l[0]=f=>i(f))}),null,16,["expanded-id"])):c.title&&c.links?(M(),se(WI,Ne({key:1,ref_for:!0},c,{"expanded-id":n.value,onToggleId:l[1]||(l[1]=f=>i(f))}),null,16,["expanded-id"])):c.title&&c.menus?(M(),se(VI,Ne({key:2,ref_for:!0},c,{"expanded-id":n.value,onToggleId:l[2]||(l[2]=f=>i(f))}),null,16,["expanded-id"])):$("",!0)]),_:2},1032,["id"]))),128))])],8,UI))}}),KI=["id","name","value","checked","disabled"],XI=["for"],ZI={key:0,class:"required"},YI={key:0,class:"fr-hint-text"},GI={key:0,class:"fr-radio-rich__pictogram"},JI=["src","title"],$I={key:0},eN=["href"],tN=["href"],nN=["href"],mg=te({__name:"DsfrRadioButton",props:{id:{default:()=>mt("basic","radio")},name:{},modelValue:{type:[String,Number,Boolean],default:""},disabled:{type:Boolean},small:{type:Boolean},inline:{type:Boolean},value:{type:[String,Number,Boolean]},label:{default:""},hint:{default:""},rich:{type:Boolean,default:!1},img:{default:void 0},imgTitle:{},svgPath:{default:void 0},svgAttrs:{default:()=>({viewBox:"0 0 80 80",width:"80px",height:"80px"})}},emits:["update:modelValue"],setup(e){const t=e,n={viewBox:"0 0 80 80",width:"80px",height:"80px"},i=U(()=>t.rich||!!t.img||!!t.svgPath);return(r,s)=>(M(),B("div",{class:_e(["fr-fieldset__element",{"fr-fieldset__element--inline":r.inline}])},[F("div",{class:_e(["fr-radio-group",{"fr-radio-rich":i.value,"fr-radio-group--sm":r.small}])},[F("input",Ne({id:r.id,type:"radio",name:r.name,value:r.value,checked:r.modelValue===r.value,disabled:r.disabled},r.$attrs,{onClick:s[0]||(s[0]=o=>r.$emit("update:modelValue",r.value))}),null,16,KI),F("label",{for:r.id,class:"fr-label"},[ne(r.$slots,"label",{},()=>[Je(oe(r.label)+" ",1),ne(r.$slots,"required-tip",{},()=>[r.$attrs.required?(M(),B("span",ZI," *")):$("",!0)])]),r.hint?(M(),B("span",YI,oe(r.hint),1)):$("",!0)],8,XI),r.img||r.svgPath?(M(),B("div",GI,[r.img?(M(),B("img",{key:0,src:r.img,class:"fr-artwork",alt:"",title:r.imgTitle},null,8,JI)):(M(),B("svg",Ne({key:1,"aria-hidden":"true",class:"fr-artwork"},{...n,...r.svgAttrs}),[r.imgTitle?(M(),B("title",$I,oe(r.imgTitle),1)):$("",!0),F("use",{class:"fr-artwork-decorative",href:`${r.svgPath}#artwork-decorative`},null,8,eN),F("use",{class:"fr-artwork-minor",href:`${r.svgPath}#artwork-minor`},null,8,tN),F("use",{class:"fr-artwork-major",href:`${r.svgPath}#artwork-major`},null,8,nN)],16))])):$("",!0)],2)],2))}}),iN={class:"fr-form-group"},rN=["disabled","aria-labelledby","aria-describedby","aria-invalid","role"],sN=["id"],oN={key:0,class:"fr-hint-text"},aN={key:0,class:"required"},lN=["id"],cN=te({__name:"DsfrRadioButtonSet",props:{titleId:{default:()=>mt("radio-button","group")},disabled:{type:Boolean},required:{type:Boolean},small:{type:Boolean},inline:{type:Boolean},name:{},errorMessage:{default:""},validMessage:{default:""},legend:{default:""},hint:{default:""},modelValue:{type:[String,Number,Boolean]},options:{default:()=>[]},ariaInvalid:{type:[Boolean,String]}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,r=U(()=>n.errorMessage||n.validMessage),s=U(()=>n.errorMessage?"fr-error-text":"fr-valid-text"),o=l=>{l!==n.modelValue&&i("update:modelValue",l)},a=U(()=>r.value?`messages-${n.titleId}`:void 0);return(l,c)=>(M(),B("div",iN,[F("fieldset",{class:_e(["fr-fieldset",{"fr-fieldset--error":l.errorMessage,"fr-fieldset--valid":l.validMessage}]),disabled:l.disabled,"aria-labelledby":l.titleId,"aria-describedby":a.value,"aria-invalid":l.ariaInvalid,role:l.errorMessage||l.validMessage?"group":void 0},[l.legend||l.$slots.legend||l.hint||l.$slots.hint?(M(),B("legend",{key:0,id:l.titleId,class:"fr-fieldset__legend fr-fieldset__legend--regular"},[ne(l.$slots,"legend",{},()=>[Je(oe(l.legend)+" ",1),l.hint||l.$slots.hint?(M(),B("span",oN,[ne(l.$slots,"hint",{},()=>[Je(oe(l.hint),1)])])):$("",!0),ne(l.$slots,"required-tip",{},()=>[l.required?(M(),B("span",aN," *")):$("",!0)])])],8,sN)):$("",!0),ne(l.$slots,"default",{},()=>[(M(!0),B(ue,null,Ze(l.options,(u,f)=>(M(),se(mg,Ne({key:typeof u.value=="boolean"?f:u.value||f,name:l.name,"aria-disabled":u.disabled,ref_for:!0},u,{small:l.small,inline:l.inline,"model-value":l.modelValue,"onUpdate:modelValue":c[0]||(c[0]=d=>o(d))}),null,16,["name","aria-disabled","small","inline","model-value"]))),128))]),r.value?(M(),B("div",{key:1,id:`messages-${l.titleId}`,class:"fr-messages-group","aria-live":"assertive",role:"alert"},[F("p",{class:_e(["fr-message fr-message--info flex items-center",s.value])},oe(r.value),3)],8,lN)):$("",!0)],10,rN)]))}}),uN=["for"],fN={key:0,class:"required"},dN={key:0,class:"fr-hint-text"},pN=["id","name","disabled","aria-disabled","required"],hN=["selected"],gN=["selected","value","disabled","aria-disabled"],AN=["id"],_N=te({inheritAttrs:!1,__name:"DsfrSelect",props:{required:{type:Boolean},disabled:{type:Boolean},selectId:{default:()=>mt("select")},name:{default:void 0},description:{default:void 0},hint:{default:void 0},modelValue:{default:void 0},label:{default:""},options:{default:()=>[]},successMessage:{default:""},errorMessage:{default:""},defaultUnselectedText:{default:"Sélectionner une option"}},emits:["update:modelValue"],setup(e){const t=e;t.description&&console.warn("[DsfrSelect] : La prop `description` est dépréciée. Veuillez utiliser `hint` à la place.");const n=U(()=>t.errorMessage||t.successMessage),i=U(()=>t.errorMessage?"error":"valid");return(r,s)=>(M(),B("div",{class:_e(["fr-select-group",{[`fr-select-group--${i.value}`]:n.value}])},[F("label",{class:"fr-label",for:r.selectId},[ne(r.$slots,"label",{},()=>[Je(oe(r.label)+" ",1),ne(r.$slots,"required-tip",{},()=>[r.required?(M(),B("span",fN," *")):$("",!0)])]),r.hint??r.description?(M(),B("span",dN,oe(r.hint??r.description),1)):$("",!0)],8,uN),F("select",Ne({id:r.selectId,class:[{[`fr-select--${i.value}`]:n.value},"fr-select"],name:r.name||r.selectId,disabled:r.disabled,"aria-disabled":r.disabled,required:r.required},r.$attrs,{onChange:s[0]||(s[0]=o=>{var a;return r.$emit("update:modelValue",(a=o.target)==null?void 0:a.value)})}),[F("option",{selected:!r.options.some(o=>typeof o!="object"||o===null?o===r.modelValue:o.value===r.modelValue),disabled:"",value:"",hidden:""},oe(r.defaultUnselectedText),9,hN),(M(!0),B(ue,null,Ze(r.options,(o,a)=>(M(),B("option",{key:a,selected:r.modelValue===o||typeof o=="object"&&o.value===r.modelValue,value:typeof o=="object"?o.value:o,disabled:!!(typeof o=="object"&&o.disabled),"aria-disabled":!!(typeof o=="object"&&o.disabled)},oe(typeof o=="object"?o.text:o),9,gN))),128))],16,pN),n.value?(M(),B("p",{key:0,id:`select-${i.value}-desc-${i.value}`,class:_e(`fr-${i.value}-text`)},oe(n.value),11,AN)):$("",!0)],2))}}),vN=["id","aria-labelledby","tabindex"],mN=te({__name:"DsfrTabContent",props:{panelId:{},tabId:{}},setup(e){St(l=>({"7152af7e":o.value,"2a62e962":a.value}));const t=e,n={true:"100%",false:"-100%"},i=yn(xc),{isVisible:r,asc:s}=i(Xr(()=>t.tabId)),o=U(()=>n[String(s==null?void 0:s.value)]),a=U(()=>n[String(!(s!=null&&s.value))]);return(l,c)=>(M(),se(cc,{name:"slide-fade",mode:"in-out"},{default:Ie(()=>[pd(F("div",{id:l.panelId,class:_e(["fr-tabs__panel",{"fr-tabs__panel--selected":P(r)}]),role:"tabpanel","aria-labelledby":l.tabId,tabindex:P(r)?0:-1},[ne(l.$slots,"default",{},void 0,!0)],10,vN),[[dc,P(r)]])]),_:3}))}}),bg=li(mN,[["__scopeId","data-v-5774b16c"]]),bN={role:"presentation"},yN=["id","data-testid","tabindex","aria-selected","aria-controls"],EN={key:0,style:{"margin-left":"-0.25rem","margin-right":"0.5rem","font-size":"0.95rem"}},yg=te({__name:"DsfrTabItem",props:{panelId:{},tabId:{},icon:{default:void 0}},emits:["click","next","previous","first","last"],setup(e,{emit:t}){const n=e,i=t,r=he(null),s={ArrowRight:"next",ArrowLeft:"previous",Home:"first",End:"last"};function o(u){const f=u==null?void 0:u.key,d=s[f];d&&i(d)}const a=yn(xc),{isVisible:l}=a(Xr(()=>n.tabId)),c=ti("button");return Ue(l,()=>{var u;l.value&&((u=c.value)==null||u.focus())}),(u,f)=>(M(),B("li",bN,[F("button",Ne(u.$attrs,{id:u.tabId,ref_key:"button",ref:r,"data-testid":`test-${u.tabId}`,class:"fr-tabs__tab",tabindex:P(l)?0:-1,role:"tab",type:"button","aria-selected":P(l),"aria-controls":u.panelId,onClick:f[0]||(f[0]=Vt(d=>u.$emit("click",u.tabId),["prevent"])),onKeydown:f[1]||(f[1]=d=>o(d))}),[u.icon?(M(),B("span",EN,[ie(yr,{name:u.icon},null,8,["name"])])):$("",!0),ne(u.$slots,"default")],16,yN)]))}}),IN=["aria-label"],NN=te({__name:"DsfrTabs",props:{modelValue:{default:0},tabListName:{},tabTitles:{default:()=>[]},tabContents:{default:()=>[]}},emits:["update:modelValue"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=he(!1),o=U({get:()=>i.modelValue,set(I){r("update:modelValue",I)}}),a=he(new Map),l=he(0);pr(xc,I=>{const w=he(!0);if(Ue(o,(T,N)=>{w.value=T>N}),[...a.value.values()].includes(I.value))return{isVisible:U(()=>a.value.get(o.value)===I.value),asc:w};const C=l.value++;a.value.set(C,I.value);const x=U(()=>C===o.value);return Ue(I,()=>{a.value.set(C,I.value)}),Dt(()=>{a.value.delete(C)}),{isVisible:x}});const c=he(null),u=he(null),f=Gn({}),d=I=>{if(f[I])return f[I];const w=mt("tab");return f[I]=w,w},_=async()=>{const I=o.value===0?i.tabTitles.length-1:o.value-1;s.value=!1,o.value=I},v=async()=>{const I=o.value===i.tabTitles.length-1?0:o.value+1;s.value=!0,o.value=I},A=async()=>{o.value=0},h=async()=>{o.value=i.tabTitles.length-1},g=he({"--tabs-height":"100px"}),E=()=>{var I;if(o.value<0||!u.value||!u.value.offsetHeight)return;const w=u.value.offsetHeight,C=(I=c.value)==null?void 0:I.querySelectorAll(".fr-tabs__panel")[o.value];if(!C||!C.offsetHeight)return;const x=C.offsetHeight;g.value["--tabs-height"]=`${w+x}px`},b=he(null);return st(()=>{var I;window.ResizeObserver&&(b.value=new window.ResizeObserver(()=>{E()})),(I=c.value)==null||I.querySelectorAll(".fr-tabs__panel").forEach(w=>{var C;w&&((C=b.value)==null||C.observe(w))})}),Dt(()=>{var I;(I=c.value)==null||I.querySelectorAll(".fr-tabs__panel").forEach(w=>{var C;w&&((C=b.value)==null||C.unobserve(w))})}),t({renderTabs:E,selectFirst:A,selectLast:h}),(I,w)=>(M(),B("div",{ref_key:"$el",ref:c,class:"fr-tabs",style:Mt(g.value)},[F("ul",{ref_key:"tablist",ref:u,class:"fr-tabs__list",role:"tablist","aria-label":I.tabListName},[ne(I.$slots,"tab-items",{},()=>[(M(!0),B(ue,null,Ze(I.tabTitles,(C,x)=>(M(),se(yg,{key:x,icon:C.icon,"panel-id":C.panelId||`${d(x)}-panel`,"tab-id":C.tabId||d(x),onClick:T=>o.value=x,onNext:w[0]||(w[0]=T=>v()),onPrevious:w[1]||(w[1]=T=>_()),onFirst:w[2]||(w[2]=T=>A()),onLast:w[3]||(w[3]=T=>h())},{default:Ie(()=>[Je(oe(C.title),1)]),_:2},1032,["icon","panel-id","tab-id","onClick"]))),128))])],8,IN),(M(!0),B(ue,null,Ze(I.tabContents,(C,x)=>{var T,N,p,y;return M(),se(bg,{key:x,"panel-id":((N=(T=I.tabTitles)==null?void 0:T[x])==null?void 0:N.panelId)||`${d(x)}-panel`,"tab-id":((y=(p=I.tabTitles)==null?void 0:p[x])==null?void 0:y.tabId)||d(x)},{default:Ie(()=>[Je(oe(C),1)]),_:2},1032,["panel-id","tab-id"])}),128)),ne(I.$slots,"default")],4))}}),CN=te({__name:"DsfrTag",props:{label:{default:void 0},link:{default:void 0},tagName:{default:"p"},icon:{default:void 0},disabled:{type:Boolean,default:void 0},small:{type:Boolean},iconOnly:{type:Boolean},selectable:{type:Boolean},selected:{type:Boolean},value:{}},emits:["select"],setup(e){const t=e,n=U(()=>typeof t.link=="string"&&t.link.startsWith("http")),i=U(()=>t.link?n.value?"a":"RouterLink":t.disabled&&t.tagName==="p"||t.selectable?"button":t.tagName),r=U(()=>({[n.value?"href":"to"]:t.link})),s=U(()=>typeof t.icon=="string"&&t.icon.startsWith("fr-icon-")),o=U(()=>t.small?.65:.9),a=U(()=>typeof t.icon=="string"?{scale:o.value,name:t.icon}:{scale:o.value,...t.icon});return(l,c)=>(M(),se(Lt(i.value),Ne({class:["fr-tag",{"fr-tag--sm":l.small,[l.icon]:s.value,"fr-tag--icon-left":s.value}],disabled:l.disabled,"aria-pressed":l.selectable?l.selected:void 0},{...r.value,...l.$attrs},{onClick:c[0]||(c[0]=u=>!l.disabled&&l.$emit("select",[l.value,l.selected]))}),{default:Ie(()=>[t.icon&&!s.value?(M(),se(yr,Ne({key:0,label:l.iconOnly?l.label:void 0,class:{"fr-mr-1v":!l.iconOnly}},a.value),null,16,["label","class"])):$("",!0),l.iconOnly?$("",!0):(M(),B(ue,{key:1},[Je(oe(l.label),1)],64)),ne(l.$slots,"default",{},void 0,!0)]),_:3},16,["disabled","class","aria-pressed"]))}}),TN=li(CN,[["__scopeId","data-v-0cada598"]]),wN=te({__name:"AvBadge",props:{color:{},backgroundColor:{},borderColor:{},iconPath:{},label:{},type:{},noIcon:{type:Boolean},small:{type:Boolean},ellipsis:{type:Boolean}},setup(e){St(r=>({"07eeafc6":r.color,"406561e2":r.backgroundColor,"6fc40bd1":r.borderColor}));const t=e,n=U(()=>t.iconPath&&!t.noIcon?"av-badge--customIcon":void 0),i=U(()=>({"--icon-path":`url(${t.iconPath})`}));return(r,s)=>{const o=u1;return M(),se(o,Ne(t,{class:["av-badge",[P(n)]],style:P(i)}),null,16,["class","style"])}}}),ke=(e,t)=>{const n=e.__vccOpts||e;for(const[i,r]of t)n[i]=r;return n},SN=ke(wN,[["__scopeId","data-v-844b9e93"]]),ON={class:"av-icon-vicon--container"},xN=16/19.19,Ot=ke(te({__name:"AvVIcon",props:{size:{default:1},name:{},verticalAlign:{},animation:{},speed:{},flip:{},label:{},title:{},color:{},inverse:{type:Boolean},ssr:{type:Boolean}},setup(e){St(r=>({53885778:P(i)}));const t=Ql(e,["size"]),n=U(()=>xN*e.size),i=U(()=>`${e.size}rem`);return(r,s)=>{const o=yr;return M(),B("div",ON,[ie(o,Ne(t,{scale:P(n)}),null,16,["scale"])])}}}),[["__scopeId","data-v-bc7be51b"]]),Eg=ke(te({__name:"AvIconText",props:{textColor:{default:"var(--text1)"},iconColor:{default:"var(--text1)"},icon:{},text:{},typographyClass:{default:"b2-regular"},gap:{default:"var(--spacing-xxs)"},inline:{type:Boolean,default:!1}},setup(e){St(r=>({c6650fa8:r.gap,ab2781e8:r.textColor}));const t=U(()=>e.typographyClass.startsWith("caption")?1.125:e.typographyClass.startsWith("n")||e.typographyClass.startsWith("s")?2:1.3125),n=U(()=>e.inline?void 0:"ellipsis-container"),i=U(()=>e.inline?void 0:"ellipsis");return(r,s)=>(M(),B("div",{class:_e(["icon-text--container",[P(n)]])},[ie(Ot,{class:"icon-text--icon",name:r.icon,color:r.iconColor,size:P(t)},null,8,["name","color","size"]),F("span",{class:_e(["icon-text--text",[P(i),r.typographyClass]])},oe(r.text),3)],2))}}),[["__scopeId","data-v-16adde8c"]]),kN={key:1,class:"av-card__body"},MN={key:2,class:"av-card__footer"},DN=ke(te({__name:"AvCard",props:{backgroundColor:{default:"var(--card)"},borderColor:{default:"var(--stroke)"},titleBackground:{default:"var(--surface-background)"},titleHeight:{}},setup(e){const t=Pt();return(n,i)=>(M(),B("div",{class:"av-card",style:Mt({borderColor:n.borderColor,background:n.backgroundColor})},[t.title?(M(),B("div",{key:0,class:"av-card__title",style:Mt({background:n.titleBackground,height:n.titleHeight})},[ne(n.$slots,"title",{},void 0,!0)],4)):$("",!0),ne(n.$slots,"default",{},void 0,!0),t.body?(M(),B("div",kN,[ne(n.$slots,"body",{},void 0,!0)])):$("",!0),t.footer?(M(),B("div",MN,[ne(n.$slots,"footer",{},void 0,!0)])):$("",!0)],4))}}),[["__scopeId","data-v-740c9a3b"]]),Ge={ACCOUNT_CIRCLE_OUTLINE:"mdi:account-circle-outline",ACCOUNT_STUDENT_OUTLINE:"mdi:account-student-outline",ALERT_CIRCLE_OUTLINE:"mdi:alert-circle-outline",ARROW_DECISION:"mdi:arrow-decision",ARROW_LEFT_THIN:"mdi:arrow-left-thin",ARROW_RIGHT:"mdi:arrow-right",ARROW_RIGHT_THIN:"mdi:arrow-right-thin",ARROW_TOP_RIGHT_THICK:"mdi:arrow-top-right-thick",ATTACH_FILE:"mdi:attach-file",ATTACHMENT_PLUS:"mdi:attachment-plus",BELL_NOTIFICATION:"mdi:bell-notification",BOOK_LOCATION_OUTLINE:"mdi:book-location-outline",BRIEFCASE_VARIANT_OUTLINE:"mdi:briefcase-variant-outline",CALENDAR_MONTH_OUTLINE:"mdi:calendar-month-outline",CHAT_BUBBLE_OUTLINE:"mdi:chat-bubble-outline",CHECK:"mdi:check",CHECK_CIRCLE:"mdi:check-circle",CHECK_CIRCLE_OUTLINE:"mdi:check-circle-outline",CHEVRON_DOUBLE_LEFT:"mdi:chevron-double-left",CHEVRON_DOUBLE_RIGHT:"mdi:chevron-double-right",CLOSE_CIRCLE_OUTLINE:"mdi:close-circle-outline",CONTENT_SAVE_OUTLINE:"mdi:content-save-outline",DOTS_VERTICAL:"mdi:dots-vertical",ELECTRON_FRAMEWORK:"mdi:electron-framework",FAMILY:"mdi:family",FILE_ACCOUNT_OUTLINE:"mdi:file-account-outline",FILE_DOCUMENT_BOX_MULTIPLE_OUTLINE:"mdi:file-document-box-multiple-outline",FILE_DOCUMENT_EDIT_OUTLINE:"mdi:file-document-edit-outline",FILE_DOCUMENT_MULTIPLE_OUTLINE:"mdi:file-document-multiple-outline",FLAG_VARIANT:"mdi:flag-variant",FORMAT_LIST_BULLETED:"mdi:format-list-bulleted",HOME_VARIANT_OUTLINE:"mdi:home-variant-outline",HOURGLASS:"mdi:hourglass",IMAGE_FILTER_CENTER_FOCUS_WEAK:"mdi:image-filter-center-focus-weak",IMAGE_OUTLINE:"mdi:image-outline",INFORMATION_OUTLINE:"mdi:information-outline",LOADING_OUTLINE:"mdi:loading",LOGOUT:"mdi:logout",NAVIGATE_BEFORE:"mdi:navigate-before",NAVIGATE_NEXT:"mdi:navigate-next",NOTIFICATIONS_NONE:"mdi:notifications-none",PAGE_FIRST:"mdi:page-first",PAGE_LAST:"mdi:page-last",PENCIL_OUTLINE:"mdi:pencil-outline",PLUS_CIRCLE_OUTLINE:"mdi:plus-circle-outline",POST_IT_NOTES_OUTLINE:"mdi:post-it-notes-outline",SCHOOL_OUTLINE:"mdi:school-outline",SHARE_VARIANT_OUTLINE:"mdi:share-variant-outline",STAR_CHECK_OUTLINE:"mdi:star-check-outline",STAR_SHOOTING_OUTLINE:"mdi:star-shooting-outline",STARS:"mdi:stars",SWAP_HORIZONTAL:"mdi:swap-horizontal",SWAP_VERTICAL_VARIANT:"mdi:swap-vertical-variant",TARGET_ARROW:"mdi:target-arrow",TEST_TUBE_EMPTY:"mdi:test-tube-empty",TRASH_CAN_OUTLINE:"mdi:trash-can-outline",TRAY_UPLOAD:"mdi:tray-upload",VECTOR_POLYGON_VARIANT:"mdi:vector-polygon-variant",WARNING_OUTLINE:"mdi:warning-outline"},LN={DICE_1_LINE:"ri:dice-1-line",DICE_4_LINE:"ri:dice-4-line"},PN={CLOCK_ALMOST_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NTQzXzI2OTE5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDAwMDg1NDNfMjY5MTkpIj4KPHBhdGggZD0iTTguMDAwMzMgMTQuMzMyN0M3LjEyMjU1IDE0LjMzMjcgNi4yOTc2NiAxNC4xNjYgNS41MjU2NiAxMy44MzI3QzQuNzUzMjEgMTMuNDk5MyA0LjA4MzY2IDEzLjA0OTMgMy41MTY5OSAxMi40ODI3QzIuOTUwMzMgMTEuOTE2IDIuNTAwMzMgMTEuMjQ2NSAyLjE2Njk5IDEwLjQ3NEMxLjgzMzY2IDkuNzAyMDEgMS42NjY5OSA4Ljg3NzEzIDEuNjY2OTkgNy45OTkzNUMxLjY2Njk5IDcuMTIxNTcgMS44MzM2NiA2LjI5NjQ2IDIuMTY2OTkgNS41MjQwMkMyLjUwMDMzIDQuNzUyMDIgMi45NTAzMyA0LjA4MjY4IDMuNTE2OTkgMy41MTYwMkM0LjA4MzY2IDIuOTQ5MzUgNC43NTMyMSAyLjQ5OTM1IDUuNTI1NjYgMi4xNjYwMkM2LjI5NzY2IDEuODMyNjggNy4xMjI1NSAxLjY2NjAyIDguMDAwMzMgMS42NjYwMkM4Ljg3ODEgMS42NjYwMiA5LjcwMzIxIDEuODMyNjggMTAuNDc1NyAyLjE2NjAyQzExLjI0NzcgMi40OTkzNSAxMS45MTcgMi45NDkzNSAxMi40ODM3IDMuNTE2MDJDMTMuMDUwMyA0LjA4MjY4IDEzLjUwMDMgNC43NTIwMiAxMy44MzM3IDUuNTI0MDJDMTQuMTY3IDYuMjk2NDYgMTQuMzMzNyA3LjEyMTU3IDE0LjMzMzcgNy45OTkzNUMxNC4zMzM3IDguODc3MTMgMTQuMTY3IDkuNzAyMDEgMTMuODMzNyAxMC40NzRDMTMuNTAwMyAxMS4yNDY1IDEzLjA1MDMgMTEuOTE2IDEyLjQ4MzcgMTIuNDgyN0MxMS45MTcgMTMuMDQ5MyAxMS4yNDc3IDEzLjQ5OTMgMTAuNDc1NyAxMy44MzI3QzkuNzAzMjEgMTQuMTY2IDguODc4MSAxNC4zMzI3IDguMDAwMzMgMTQuMzMyN1pNNC4yMTY5OSA0LjIxNjAyTDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzcuMjg5MjEgMi42NjYwMiA2LjYwNTg4IDIuNzk5MzUgNS45NTAzMyAzLjA2NjAyQzUuMjk0NzcgMy4zMzI2OCA0LjcxNjk5IDMuNzE2MDIgNC4yMTY5OSA0LjIxNjAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvZz4KPC9zdmc+Cg==",CLOCK_HALF_PLUS_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NTMxXzMxMzY5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDAwMDg1MzFfMzEzNjkpIj4KPHBhdGggZD0iTTguMDAwMzMgMTQuMzMyN0M3LjEyMjU1IDE0LjMzMjcgNi4yOTc2NiAxNC4xNjYgNS41MjU2NiAxMy44MzI3QzQuNzUzMjEgMTMuNDk5MyA0LjA4MzY2IDEzLjA0OTMgMy41MTY5OSAxMi40ODI3QzIuOTUwMzMgMTEuOTE2IDIuNTAwMzMgMTEuMjQ2NSAyLjE2Njk5IDEwLjQ3NEMxLjgzMzY2IDkuNzAyMDEgMS42NjY5OSA4Ljg3NzEzIDEuNjY2OTkgNy45OTkzNUMxLjY2Njk5IDcuMTIxNTcgMS44MzM2NiA2LjI5NjQ2IDIuMTY2OTkgNS41MjQwMkMyLjUwMDMzIDQuNzUyMDIgMi45NTAzMyA0LjA4MjY4IDMuNTE2OTkgMy41MTYwMkM0LjA4MzY2IDIuOTQ5MzUgNC43NTMyMSAyLjQ5OTM1IDUuNTI1NjYgMi4xNjYwMkM2LjI5NzY2IDEuODMyNjggNy4xMjI1NSAxLjY2NjAyIDguMDAwMzMgMS42NjYwMkM4Ljg3ODEgMS42NjYwMiA5LjcwMzIxIDEuODMyNjggMTAuNDc1NyAyLjE2NjAyQzExLjI0NzcgMi40OTkzNSAxMS45MTcgMi45NDkzNSAxMi40ODM3IDMuNTE2MDJDMTMuMDUwMyA0LjA4MjY4IDEzLjUwMDMgNC43NTIwMiAxMy44MzM3IDUuNTI0MDJDMTQuMTY3IDYuMjk2NDYgMTQuMzMzNyA3LjEyMTU3IDE0LjMzMzcgNy45OTkzNUMxNC4zMzM3IDguODc3MTMgMTQuMTY3IDkuNzAyMDEgMTMuODMzNyAxMC40NzRDMTMuNTAwMyAxMS4yNDY1IDEzLjA1MDMgMTEuOTE2IDEyLjQ4MzcgMTIuNDgyN0MxMS45MTcgMTMuMDQ5MyAxMS4yNDc3IDEzLjQ5OTMgMTAuNDc1NyAxMy44MzI3QzkuNzAzMjEgMTQuMTY2IDguODc4MSAxNC4zMzI3IDguMDAwMzMgMTQuMzMyN1pNNC4yMTY5OSAxMS43ODI3TDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzYuNTExNDQgMi42NjYwMiA1LjI1MDMzIDMuMTgyNjggNC4yMTY5OSA0LjIxNjAyQzMuMTgzNjYgNS4yNDkzNSAyLjY2Njk5IDYuNTEwNDYgMi42NjY5OSA3Ljk5OTM1QzIuNjY2OTkgOC43MTA0NiAyLjgwMDMzIDkuMzkzNzkgMy4wNjY5OSAxMC4wNDkzQzMuMzMzNjYgMTAuNzA0OSAzLjcxNjk5IDExLjI4MjcgNC4yMTY5OSAxMS43ODI3WiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvZz4KPC9zdmc+Cg==",CLOCK_QUARTER_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NTQzXzMxMzQ1IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDAwMDg1NDNfMzEzNDUpIj4KPHBhdGggZD0iTTguMDAwMzMgMTQuMzMyN0M3LjEyMjU1IDE0LjMzMjcgNi4yOTc2NiAxNC4xNjYgNS41MjU2NiAxMy44MzI3QzQuNzUzMjEgMTMuNDk5MyA0LjA4MzY2IDEzLjA0OTMgMy41MTY5OSAxMi40ODI3QzIuOTUwMzMgMTEuOTE2IDIuNTAwMzMgMTEuMjQ2NSAyLjE2Njk5IDEwLjQ3NEMxLjgzMzY2IDkuNzAyMDEgMS42NjY5OSA4Ljg3NzEzIDEuNjY2OTkgNy45OTkzNUMxLjY2Njk5IDcuMTIxNTcgMS44MzM2NiA2LjI5NjQ2IDIuMTY2OTkgNS41MjQwMkMyLjUwMDMzIDQuNzUyMDIgMi45NTAzMyA0LjA4MjY4IDMuNTE2OTkgMy41MTYwMkM0LjA4MzY2IDIuOTQ5MzUgNC43NTMyMSAyLjQ5OTM1IDUuNTI1NjYgMi4xNjYwMkM2LjI5NzY2IDEuODMyNjggNy4xMjI1NSAxLjY2NjAyIDguMDAwMzMgMS42NjYwMkM4Ljg3ODEgMS42NjYwMiA5LjcwMzIxIDEuODMyNjggMTAuNDc1NyAyLjE2NjAyQzExLjI0NzcgMi40OTkzNSAxMS45MTcgMi45NDkzNSAxMi40ODM3IDMuNTE2MDJDMTMuMDUwMyA0LjA4MjY4IDEzLjUwMDMgNC43NTIwMiAxMy44MzM3IDUuNTI0MDJDMTQuMTY3IDYuMjk2NDYgMTQuMzMzNyA3LjEyMTU3IDE0LjMzMzcgNy45OTkzNUMxNC4zMzM3IDguODc3MTMgMTQuMTY3IDkuNzAyMDEgMTMuODMzNyAxMC40NzRDMTMuNTAwMyAxMS4yNDY1IDEzLjA1MDMgMTEuOTE2IDEyLjQ4MzcgMTIuNDgyN0MxMS45MTcgMTMuMDQ5MyAxMS4yNDc3IDEzLjQ5OTMgMTAuNDc1NyAxMy44MzI3QzkuNzAzMjEgMTQuMTY2IDguODc4MSAxNC4zMzI3IDguMDAwMzMgMTQuMzMyN1pNOC4wMDAzMyAxMy4zMzI3QzkuNDg5MjEgMTMuMzMyNyAxMC43NTAzIDEyLjgxNiAxMS43ODM3IDExLjc4MjdDMTIuODE3IDEwLjc0OTMgMTMuMzMzNyA5LjQ4ODI0IDEzLjMzMzcgNy45OTkzNUg4LjAwMDMzVjIuNjY2MDJDNi41MTE0NCAyLjY2NjAyIDUuMjUwMzMgMy4xODI2OCA0LjIxNjk5IDQuMjE2MDJDMy4xODM2NiA1LjI0OTM1IDIuNjY2OTkgNi41MTA0NiAyLjY2Njk5IDcuOTk5MzVDMi42NjY5OSA5LjQ4ODI0IDMuMTgzNjYgMTAuNzQ5MyA0LjIxNjk5IDExLjc4MjdDNS4yNTAzMyAxMi44MTYgNi41MTE0NCAxMy4zMzI3IDguMDAwMzMgMTMuMzMyN1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L2c+Cjwvc3ZnPgo=",CLOCK_THIRD_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NDkyXzkzNDciIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80MDAwODQ5Ml85MzQ3KSI+CjxwYXRoIGQ9Ik04LjAwMDMzIDE0LjMzMjdDNy4xMjI1NSAxNC4zMzI3IDYuMjk3NjYgMTQuMTY2IDUuNTI1NjYgMTMuODMyN0M0Ljc1MzIxIDEzLjQ5OTMgNC4wODM2NiAxMy4wNDkzIDMuNTE2OTkgMTIuNDgyN0MyLjk1MDMzIDExLjkxNiAyLjUwMDMzIDExLjI0NjUgMi4xNjY5OSAxMC40NzRDMS44MzM2NiA5LjcwMjAxIDEuNjY2OTkgOC44NzcxMyAxLjY2Njk5IDcuOTk5MzVDMS42NjY5OSA3LjEyMTU3IDEuODMzNjYgNi4yOTY0NiAyLjE2Njk5IDUuNTI0MDJDMi41MDAzMyA0Ljc1MjAyIDIuOTUwMzMgNC4wODI2OCAzLjUxNjk5IDMuNTE2MDJDNC4wODM2NiAyLjk0OTM1IDQuNzUzMjEgMi40OTkzNSA1LjUyNTY2IDIuMTY2MDJDNi4yOTc2NiAxLjgzMjY4IDcuMTIyNTUgMS42NjYwMiA4LjAwMDMzIDEuNjY2MDJDOC44NzgxIDEuNjY2MDIgOS43MDMyMSAxLjgzMjY4IDEwLjQ3NTcgMi4xNjYwMkMxMS4yNDc3IDIuNDk5MzUgMTEuOTE3IDIuOTQ5MzUgMTIuNDgzNyAzLjUxNjAyQzEzLjA1MDMgNC4wODI2OCAxMy41MDAzIDQuNzUyMDIgMTMuODMzNyA1LjUyNDAyQzE0LjE2NyA2LjI5NjQ2IDE0LjMzMzcgNy4xMjE1NyAxNC4zMzM3IDcuOTk5MzVDMTQuMzMzNyA4Ljg3NzEzIDE0LjE2NyA5LjcwMjAxIDEzLjgzMzcgMTAuNDc0QzEzLjUwMDMgMTEuMjQ2NSAxMy4wNTAzIDExLjkxNiAxMi40ODM3IDEyLjQ4MjdDMTEuOTE3IDEzLjA0OTMgMTEuMjQ3NyAxMy40OTkzIDEwLjQ3NTcgMTMuODMyN0M5LjcwMzIxIDE0LjE2NiA4Ljg3ODEgMTQuMzMyNyA4LjAwMDMzIDE0LjMzMjdaTTguMDAwMzMgMTMuMzMyN0M4LjcxMTQ0IDEzLjMzMjcgOS4zOTQ3NyAxMy4xOTkzIDEwLjA1MDMgMTIuOTMyN0MxMC43MDU5IDEyLjY2NiAxMS4yODM3IDEyLjI4MjcgMTEuNzgzNyAxMS43ODI3TDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzYuNTExNDQgMi42NjYwMiA1LjI1MDMzIDMuMTgyNjggNC4yMTY5OSA0LjIxNjAyQzMuMTgzNjYgNS4yNDkzNSAyLjY2Njk5IDYuNTEwNDYgMi42NjY5OSA3Ljk5OTM1QzIuNjY2OTkgOS40ODgyNCAzLjE4MzY2IDEwLjc0OTMgNC4yMTY5OSAxMS43ODI3QzUuMjUwMzMgMTIuODE2IDYuNTExNDQgMTMuMzMyNyA4LjAwMDMzIDEzLjMzMjdaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9nPgo8L3N2Zz4K",FILE_DOCUMENT_MULTIPLE_OUTLINE:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNiAwSDhDNi45IDAgNiAuOSA2IDJ2MTZjMCAxLjEuOSAyIDIgMmgxMmMxLjEgMCAyLS45IDItMlY2em00IDE4SDhWMmg3djVoNXpNNCA0djE4aDE2djJINGMtMS4xIDAtMi0uOS0yLTJWNHptNiA2djJoOHYtMnptMCA0djJoNXYtMnoiLz48L3N2Zz4=",MDI_CHECK_CIRCLE:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMiAyQzYuNSAyIDIgNi41IDIgMTJzNC41IDEwIDEwIDEwczEwLTQuNSAxMC0xMFMxNy41IDIgMTIgMm0tMiAxNWwtNS01bDEuNDEtMS40MUwxMCAxNC4xN2w3LjU5LTcuNTlMMTkgOHoiLz48L3N2Zz4="},ci=ke(te({__name:"AvButton",props:{variant:{default:"DEFAULT"},theme:{default:"PRIMARY"},isLoading:{type:Boolean,default:!1},iconScale:{},noRadius:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},label:{},iconRight:{type:Boolean,default:!1},iconOnly:{type:Boolean,default:!1},size:{default:"md"},icon:{},onClick:{}},setup(e,{expose:t}){St(c=>({"4ef30ae0":P(l)}));const n=e,i={name:Ge.LOADING_OUTLINE,animation:"spin"},r=U(()=>n.isLoading?i:n.icon),s=U(()=>`av-button--variant-${n.variant.toLowerCase()}`),o=U(()=>`av-button--theme-${n.theme.toLowerCase()}`),a=U(()=>n.noRadius?"av-button--no-radius":""),l=U(()=>{if(n.iconScale&&!Number.isNaN(n.iconScale))return n.iconScale;switch(n.size){case"small":case"sm":return 1;case"medium":case"md":return 1.5;case"large":case"lg":return 2;default:return 1.5}});return t({computedSvgScale:l}),(c,u)=>{const f=kc;return M(),se(f,Ne(n,{class:["av-button",[P(s),P(o),P(a)]],disabled:n.disabled||c.isLoading,icon:P(r),"no-outline":n.variant==="DEFAULT",tertiary:!0,"aria-label":n.label,title:n.label}),null,16,["class","disabled","icon","no-outline","aria-label","title"])}}}),[["__scopeId","data-v-1e62051c"]]),RN=["id","role"],VN={class:"av-alert--container"},jN={class:"av-alert--content"},BN={class:"av-alert--title"},zN={class:"b1-regular"},Ig=ke(te({__name:"AvAlert",props:{alert:{type:Boolean,default:!1},closed:{type:Boolean},closeable:{type:Boolean},id:{default:()=>crypto.randomUUID()},title:{default:""},description:{},small:{type:Boolean,default:!1},titleTag:{default:"h3"},type:{default:"info"},closeButtonLabel:{default:"Fermer"}},emits:["close"],setup(e,{emit:t}){const n=t,i=()=>n("close"),r=U(()=>[`fr-alert--${e.type}`,{"fr-alert--sm":e.small}]),s=U(()=>{switch(e.type){case"error":return{name:Ge.ALERT_CIRCLE_OUTLINE,color:"var(--dark-background-error)"};case"success":return{name:Ge.CHECK_CIRCLE,color:"var(--dark-background-success)"};case"warning":return{name:Ge.WARNING_OUTLINE,color:"var(--dark-background-warn)"};case"info":default:return{name:Ge.INFORMATION_OUTLINE,color:"var(--dark-background-primary1)"}}});return(o,a)=>o.closed?$("",!0):(M(),B("div",{key:0,id:o.id,class:_e(["fr-alert",P(r)]),role:o.alert?"alert":void 0},[F("div",VN,[F("div",jN,[ie(Ot,Ne(P(s),{size:3}),null,16),F("div",BN,[o.small?$("",!0):(M(),se(Lt(o.titleTag),{key:0,class:"fr-alert__title"},{default:Ie(()=>[Je(oe(o.title),1)]),_:1})),ne(o.$slots,"default",{},()=>[F("span",zN,oe(o.description),1)],!0)])]),o.closeable?(M(),se(ci,{key:0,"icon-only":"",icon:P(Ge).CLOSE_CIRCLE_OUTLINE,label:o.closeButtonLabel,small:"","on-click":i},null,8,["icon","label"])):$("",!0)])],10,RN))}}),[["__scopeId","data-v-e4e8790e"]]),QN={class:"toaster-container"},FN=ke(te({__name:"AvToaster",props:{messages:{},onRemoveMessage:{type:Function}},setup(e){function n(r){return`av-toaster--${r??"info"} av-toaster--icon`}function i(r){switch(r){case"error":return{"--icon-path":"url(/assets/icons/alert-circle-outline.svg)"};case"success":return{"--icon-path":"url(/assets/icons/check-cricle.svg)"};case"warning":return{"--icon-path":"url(/assets/icons/warning-outline.svg)"};case"info":default:return{"--icon-path":"url(/assets/icons/message-badge.svg)"}}}return(r,s)=>(M(),B("div",QN,[ie(_c,{mode:"out-in",name:"list",tag:"div",class:"toasters"},{default:Ie(()=>[(M(!0),B(ue,null,Ze(r.messages,o=>(M(),se(Ig,Ne({key:o.id,class:["av-toaster",n(o.type)]},{ref_for:!0},o,{style:i(o.type),onClose:a=>r.onRemoveMessage(o.id)}),null,16,["class","style","onClose"]))),128))]),_:1})]))}}),[["__scopeId","data-v-e093ba01"]]),WN=["aria-label"],UN={class:"fr-btns-group"},Rc=te({__name:"AvHeaderMenuLinks",props:{links:{},navAriaLabel:{default:"Menu secondaire"}},emits:["linkClick"],setup(e,{emit:t}){const n=t;return(i,r)=>(M(),B("nav",{role:"navigation","aria-label":i.navAriaLabel},[F("ul",UN,[(M(!0),B(ue,null,Ze(i.links,(s,o)=>(M(),B("li",{key:o},[ie(ci,{icon:s.icon,label:s.label??"","on-click":a=>{var l;n("linkClick",a),(l=s.onClick)==null||l.call(s,a)}},null,8,["icon","label","on-click"])]))),128))])],8,WN))}}),HN={},qN={width:"214",height:"97",viewBox:"0 0 214 97",fill:"none",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"};function KN(e,t){return M(),B("svg",qN,[...t[0]||(t[0]=[F("rect",{width:"213.732",height:"96.9",fill:"url(#pattern0_40000620_15397)"},null,-1),F("defs",null,[F("pattern",{id:"pattern0_40000620_15397",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},[F("use",{"xlink:href":"#image0_40000620_15397",transform:"matrix(0.00087108 0 0 0.00192134 0 -0.0139577)"})]),F("image",{id:"image0_40000620_15397",width:"1148",height:"535",preserveAspectRatio:"none","xlink:href":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHwAAAIXCAYAAADua0mMAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAEfKADAAQAAAABAAACFwAAAAAm6OSwAABAAElEQVR4Aey9bZAcR3rnl1ndMwOtZAEbku5MEDzMSicCcZKFWYlgSOYCaJzOsQZ4NoZ2nMNyxB2alu2P5jD84b4ARJNAOBz2Bw4/2I6wfWbjwmfrfIrbYZyXCIV9wR5w115jcNqZs3UHgFpzcMSCp7dbjG7FnZfuSj9Z3T3T069V1ZlPZlX9KwhOV1XWk5m/zO6qevJ5EQIbCIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACICAGQLSjBhIAQEQAAEQAAEQAAEQAAEQAAEQmJbA6V+tzYtmc17L2W6W1zfXa8+mlYnrQQAEikkACp9ijjt6DQIgAAIgAAIgAAIgAAIg4JjAiy9fW5QqqAihFqgp+t9R+je4SfFYKLEppWy0VLDyyVptfbAQjoAACIDAYQJQ+BzmgT0QAAEQAAEQAAEQAAEQAAEQsEbg58/WFqRoLkkhF6mS4QqeSbWTAoiur2/vBsuwAJoEC+dBoLgEoPAp7tij5yAAAiAAAiAAAiAAAiAAAkwEtKuWarXqVN0Fs1XK93b2ghoUP2apQhoI5IEAFD55GEX0AQRAAARAAARAAARAAARAwEsC8wu1Y3MzYY3ctt6w2MAtcvmqPbx/c9liHRANAiCQMQJQ+GRswNBcEAABEAABEAABEAABEACBbBDQ7luBiKx6zrC0WIoPdnZLVVj7sNBGJSDgPQEofLwfIjQQBEAABEAABEAABEAABEAgawQ6yp4GtTtdnJ70Hd7Y2StVoPRJDxBXgkBeCAR56Qj6AQIgAAIgAAIgAAIgAAIgAAI+EDh99nqVLHu+S23hVvbo7p+Zm22tR+ndfYCBNoAACDgjAAsfZ+hRMQiAAAiAAAiAAAiAAAiAQN4IOLTs6UcJS59+ItgHgYIRgIVPwQYc3QUBEAABEAABEAABEAABELBDQFvVkGVPg6S7sOzp79SZuZnWSv9B7IMACBSHABQ+xRlr9BQEQAAEQAAEQAAEQAAEQMAigU7adR+UPd1eXjj98lu17g7+ggAIFIsAXLqKNd7oLQiAAAiAAAiAAAiAAAiAgAUCp166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AQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAE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gAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAoBUC/xeO1ficY0Mf5gAAAABJRU5ErkJggg=="})],-1)])])}const Ng=ke(HN,[["render",KN]]),XN={role:"banner",class:"fr-header"},ZN={class:"fr-header__body"},YN={class:"fr-container width-inherit"},GN={class:"fr-header__body-row"},JN={class:"fr-header__brand"},$N={class:"fr-header__brand-top"},eC={class:"fr-header__logo fr-enlarge-link"},tC={key:0,class:"fr-header__navbar"},nC=["aria-label","title","data-fr-opened"],iC=["aria-label","title"],rC={key:0,class:"fr-header__service"},sC={class:"fr-header__service-title"},oC={class:"fr-header__tools"},aC={class:"fr-header__tools-links"},lC={key:0,class:"fr-header__search fr-modal demo-display-none"},cC=["aria-label"],uC={class:"fr-container"},fC={class:"fr-header__menu-links"},dC={key:1,class:"flex justify-center items-center demo-display-none"},pC={class:"fr-header__menu fr-modal"},hC={key:0,class:"fr-container"},gC=ke(te({__name:"AvHeader",props:{searchbarId:{default:"searchbar-header"},serviceTitle:{default:void 0},homeTo:{default:"/"},modelValue:{default:""},placeholder:{default:"Rechercher..."},quickLinks:{default:()=>[]},languageSelector:{default:void 0},searchLabel:{default:"Recherche"},quickLinksAriaLabel:{default:"Menu secondaire"},showSearch:{type:Boolean},showSearchLabel:{default:"Recherche"},menuLabel:{default:"Menu"},menuModalLabel:{default:"Menu"},closeMenuModalLabel:{default:"Fermer"},homeLabel:{default:"Accueil"}},emits:["update:modelValue","search","languageSelect"],setup(e,{emit:t}){const n=e,i=t,r=Pt(),s=Xr(n,"languageSelector"),o=he(!1),a=he(!1),l=he(!1);function c(){var h;l.value=!1,o.value=!1,a.value=!1,(h=document.getElementById("button-menu"))==null||h.focus()}function u(h){h.key==="Escape"&&c()}st(()=>{document.addEventListener("keydown",u)}),Dt(()=>{document.removeEventListener("keydown",u)});function f(){l.value=!0,o.value=!0,a.value=!1,setTimeout(()=>{var h;(h=document.getElementById("close-button"))==null||h.focus()})}function d(){l.value=!0,o.value=!1,a.value=!0}const _=c,v=U(()=>[n.homeLabel,n.serviceTitle].filter(h=>h).join(" - ")),A=U(()=>!!r.mainnav);return pr(Oc,()=>c),(h,g)=>{var w,C;const E=So("RouterLink"),b=nI,I=lI;return M(),B("header",XN,[F("div",ZN,[F("div",YN,[F("div",GN,[F("div",JN,[F("div",$N,[F("div",eC,[ie(E,{to:h.homeTo,title:P(v)},{default:Ie(()=>[ie(Ng,{"data-testid":"header-logo"})]),_:1},8,["to","title"])]),h.showSearch||P(A)||(w=h.quickLinks)!=null&&w.length?(M(),B("div",tC,[h.showSearch?(M(),B("button",{key:0,class:"fr-btn fr-btn--search","aria-controls":"header-search","aria-label":h.showSearchLabel,title:h.showSearchLabel,"data-fr-opened":P(a),onClick:g[0]||(g[0]=Vt(x=>d(),["prevent","stop"]))},null,8,nC)):$("",!0),P(A)||(C=h.quickLinks)!=null&&C.length?(M(),B("button",{key:1,id:"button-menu",class:"fr-btn--menu fr-btn","data-fr-opened":f,"aria-controls":"header-navigation","aria-haspopup":"dialog","aria-label":h.menuLabel,title:h.menuLabel,"data-testid":"open-menu-btn",onClick:g[1]||(g[1]=Vt(x=>f(),["prevent","stop"]))},null,8,iC)):$("",!0)])):$("",!0)]),h.serviceTitle?(M(),B("div",rC,[F("p",sC,oe(h.serviceTitle),1),ne(h.$slots,"serviceDescription",{},void 0,!0)])):$("",!0)]),F("div",oC,[F("div",aC,[ne(h.$slots,"before-quick-links",{},void 0,!0),P(o)?$("",!0):(M(),se(Rc,{key:0,links:h.quickLinks,"nav-aria-label":h.quickLinksAriaLabel},null,8,["links","nav-aria-label"])),ne(h.$slots,"after-quick-links",{},void 0,!0),P(s)?(M(),se(b,Ne({key:1},P(s),{onSelect:g[2]||(g[2]=x=>i("languageSelect",x))}),null,16)):$("",!0)]),h.showSearch?(M(),B("div",lC,[ie(I,{id:h.searchbarId,label:h.searchLabel,"model-value":h.modelValue,placeholder:h.placeholder,style:{"justify-content":"flex-end"},"onUpdate:modelValue":g[3]||(g[3]=x=>i("update:modelValue",x)),onSearch:g[4]||(g[4]=x=>i("search",x))},null,8,["id","label","model-value","placeholder"])])):$("",!0)])]),h.showSearch||P(A)||h.quickLinks&&h.quickLinks.length||P(s)?(M(),B("div",{key:0,id:"header-navigation",class:_e(["fr-header__menu fr-modal",{"fr-modal--opened":P(l)}]),"aria-label":h.menuModalLabel,role:"dialog","aria-modal":"true"},[F("div",uC,[F("button",{id:"close-button",class:"fr-btn fr-btn--close","aria-controls":"header-navigation","data-testid":"close-modal-btn",onClick:g[5]||(g[5]=Vt(x=>c(),["prevent","stop"]))},oe(h.closeMenuModalLabel),1),F("div",fC,[P(s)?(M(),se(b,Ne({key:0},P(s),{onSelect:g[6]||(g[6]=x=>P(s).currentLanguage=x.codeIso)}),null,16)):$("",!0),ne(h.$slots,"before-quick-links",{},void 0,!0),P(o)?(M(),se(Rc,{key:1,role:"navigation",links:h.quickLinks,"nav-aria-label":h.quickLinksAriaLabel,onLinkClick:P(_)},null,8,["links","nav-aria-label","onLinkClick"])):$("",!0),ne(h.$slots,"after-quick-links",{},void 0,!0)]),P(l)?ne(h.$slots,"mainnav",{key:0,hidemodal:c},void 0,!0):$("",!0),P(a)?(M(),B("div",dC,[ie(I,{"searchbar-id":h.searchbarId,"model-value":h.modelValue,placeholder:h.placeholder,"onUpdate:modelValue":g[7]||(g[7]=x=>i("update:modelValue",x)),onSearch:g[8]||(g[8]=x=>i("search",x))},null,8,["searchbar-id","model-value","placeholder"])])):$("",!0)])],10,cC)):$("",!0),ne(h.$slots,"default",{},void 0,!0)])]),F("div",pC,[P(A)&&!P(l)?(M(),B("div",hC,[ne(h.$slots,"mainnav",{hidemodal:c},void 0,!0)])):$("",!0)])])}}}),[["__scopeId","data-v-40671897"]]),AC={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 106.703 44.429"};function _C(e,t){return M(),B("svg",AC,[...t[0]||(t[0]=[F("path",{d:"M33.63 110.595q-.883.002-1.403.293a1.95 1.95 0 0 0-.781.783 3.1 3.1 0 0 0-.34 1.087q-.08.597-.08 1.21.001.499.091 1.086.09.589.374 1.098.283.506.792.85.51.339 1.347.339t1.347-.34q.51-.341.78-.85.271-.508.363-1.096.09-.588.09-1.087 0-.498-.09-1.087a3.4 3.4 0 0 0-.363-1.097 2.3 2.3 0 0 0-.78-.85q-.51-.339-1.347-.339m-5.296 3.394q0-1.425.294-2.547c.196-.744.51-1.38.94-1.898a4.2 4.2 0 0 1 1.64-1.2q.997-.422 2.422-.42 1.493.046 2.67.678.498.274.985.702.487.43.86 1.076.373.645.61 1.528.24.882.24 2.06 0 1.175-.216 2.06a6.2 6.2 0 0 1-.565 1.517 4.37 4.37 0 0 1-1.71 1.74q-1.086.613-2.49.634a4.6 4.6 0 0 1-1.357-.292 4.3 4.3 0 0 1-1.155-.724q-.588-.502-.973-1.45l.498.657v5.386h-2.693zM45.625 110.595q-.837 0-1.347.339-.51.338-.78.85a3.4 3.4 0 0 0-.363 1.097 7 7 0 0 0-.09 1.087q0 .499.09 1.086.09.589.362 1.098.273.506.781.85.51.339 1.347.339t1.347-.34q.51-.341.78-.85.271-.508.363-1.096.09-.588.09-1.087 0-.498-.09-1.087a3.4 3.4 0 0 0-.363-1.097 2.3 2.3 0 0 0-.78-.85q-.51-.339-1.347-.339m-5.364 3.373q0-1.178.227-2.06.225-.883.6-1.528.372-.646.859-1.076.487-.427.984-.702c.785-.42 1.683-.649 2.694-.677.996.028 1.885.257 2.67.677q.499.274.985.702.488.43.86 1.076.374.645.611 1.528c.159.589.239 1.273.239 2.06q0 1.175-.239 2.06a6.2 6.2 0 0 1-.61 1.517q-.375.632-.86 1.051a5.7 5.7 0 0 1-.985.688q-1.178.615-2.671.635-1.516-.02-2.694-.635-.497-.27-.984-.688a4.2 4.2 0 0 1-.86-1.05 5.9 5.9 0 0 1-.6-1.518q-.225-.884-.226-2.06M52.347 111.57q0-1.18.497-1.846c.333-.444.695-.783 1.087-1.009a3.9 3.9 0 0 1 1.584-.497h3.17v2.737h-2.128q-.453 0-.736.159-.283.158-.442.342-.18.222-.249.498v7.74h-2.783zM62.78 110.913v5.045q.07.275.25.497.158.184.442.342.282.159.735.159h1.72v2.738h-2.761a3.9 3.9 0 0 1-1.584-.498q-.59-.337-1.076-1.009-.487-.665-.486-1.845v-11.2h2.76v3.076h2.604v2.695zM72.558 110.595q-.838 0-1.347.339-.51.338-.78.85a3.4 3.4 0 0 0-.363 1.097 7 7 0 0 0-.09 1.087q0 .499.09 1.086.09.589.362 1.098.271.506.781.85.51.339 1.347.339t1.347-.34q.51-.341.792-.85t.373-1.096.09-1.087q0-.613-.079-1.21a3.2 3.2 0 0 0-.339-1.087 1.96 1.96 0 0 0-.781-.783q-.52-.292-1.403-.293m5.296 9.099h-2.693v-1.584l.498-.657q-.385.948-.974 1.45a4.3 4.3 0 0 1-1.154.723q-.656.25-1.358.293-1.404-.02-2.49-.635a4.8 4.8 0 0 1-.917-.688 4.4 4.4 0 0 1-.791-1.05 6.2 6.2 0 0 1-.566-1.518q-.215-.885-.215-2.06 0-1.179.226-2.06.226-.883.6-1.528.374-.646.86-1.076.487-.427.984-.702c.784-.42 1.683-.649 2.694-.677.95 0 1.758.137 2.421.42a4.2 4.2 0 0 1 1.642 1.2q.645.779.939 1.897.293 1.123.294 2.547zM82.086 108.218v11.476h-2.761v-11.476zm-2.761-2.558q0-.497.01-.744c.008-.166.053-.29.137-.364q.123-.112.408-.123a22 22 0 0 1 1.651 0q.284.012.408.123c.082.074.128.198.136.364q.01.247.01.744 0 .498-.01.748-.012.248-.136.363-.125.112-.408.124-.282.01-.826.01-.543 0-.825-.01-.285-.012-.408-.124-.126-.115-.136-.363-.01-.25-.011-.748M86.409 104.415v15.279h-2.761v-15.28z",style:{fill:"#ed184e","fill-opacity":"1","fill-rule":"nonzero",stroke:"none","stroke-width":".0352778"},transform:"translate(20.294 -79.068)"},null,-1),F("path",{d:"M-7.05 88.543v-2.07c-.042-2.414-.677-3.176-2.877-3.176-2.75 0-2.623 2.117-2.623 4.273v.973zm-11.001-.635c-.254-5.627 2.623-8.84 8.04-8.84 7.658 0 8.462 3.975 8.462 10.491v3.218H-12.55v3.467c.042 3.133 1.226 3.726 2.876 3.726 2.032 0 2.624-1.482 2.54-4.488h5.5c.212 5.334-1.989 8.718-7.616 8.718-6.347 0-8.928-3.003-8.801-10.026zM6.498 95.606v1.68c0 1.364.443 2.567 2.22 2.567 1.3 0 1.87-1.17 1.87-2.377 0-1.997-1.649-2.76-3.108-3.648-1.712-.98-3.17-1.902-4.217-3.108-1.015-1.203-1.618-2.664-1.618-4.756 0-4.473 2.696-6.755 7.01-6.755 4.851 0 7.324 3.235 7.07 7.708H10.59c-.064-1.397 0-3.299-1.84-3.426-1.142-.095-1.808.54-1.934 1.584-.159 1.43.57 2.16 1.68 2.918 2.094 1.333 3.902 2.159 5.201 3.362 1.3 1.206 2.062 2.79 2.062 5.676 0 4.569-2.537 7.105-7.167 7.105-5.107 0-7.263-2.854-7.263-5.994v-2.536zM18.202 79.78h5.58v17.95c0 1.143.35 2.123 1.936 2.123 1.459 0 1.902-1.266 1.902-2.282V79.78h5.582v17.218c0 4.03-1.808 7.137-7.516 7.137-4.725 0-7.484-2.25-7.484-7.137zM41.959 90.025c1.046-.032 2.251.095 3.139-.603.57-.635.697-1.588.697-2.41 0-.92-.095-2.318-1.046-2.759-.539-.19-1.3-.19-2.188-.19h-.602Zm-5.582 13.54V79.78h6.628c2.156 0 5.265.19 6.818 1.965 1.3 1.46 1.554 3.235 1.554 5.172 0 2.568-.602 5.454-3.14 6.625-1.934.953-4.185.667-6.278.762v9.26zM-.829 110.698c6.226-2.653 13.474-2.755 18.015-.755 4.673 1.965 5.629 4.963 5.558 4.861.038-.032-2.698-.748-6.348-.176-3.67.472-8.091 2.317-13.293 4.483-1.086.448-3.113 1.306-4.954 1.61-1.847.398-3.718.387-5.407.21a17.95 17.95 0 0 1-8.026-2.934c-3.85-2.632-4.992-5.51-5.01-5.475-.015-.018 2.773.769 6.675 1.02 1.938.126 4.122.056 6.191-.396 1.034-.23 2.059-.476 3.046-.903 1.04-.37 1.78-.8 3.553-1.545",style:{fill:"#3871c1","fill-opacity":"1","fill-rule":"nonzero",stroke:"none","stroke-width":".0352778"},transform:"translate(20.294 -79.068)"},null,-1)])])}const vC={render:_C},mC={class:"svg-wrapper"},bC=ke(te({__name:"EsupLogo",props:{width:{},height:{},color:{}},setup(e){St(n=>({"1dadd14a":n.color}));const t=U(()=>({...e.width&&{width:e.width},...e.height&&{height:e.height}}));return(n,i)=>(M(),B("div",mC,[ie(P(vC),Ne(P(t),{class:"logo"}),null,16)]))}}),[["__scopeId","data-v-0e512b24"]]),yC=te({__name:"AvAccordion",props:{title:{},icon:{}},setup(e){return(t,n)=>ne(t.$slots,"default")}}),EC={class:"title-container"},IC={class:"n6"},NC={class:"accordion-content-container"},CC=ke(te({__name:"AvAccordionsGroup",props:jn({activeAccordion:{}},{activeAccordion:{},activeAccordionModifiers:{}}),emits:jn(["update:activeAccordion"],["update:activeAccordion"]),setup(e){const t=Pt(),n=U(()=>{var s;return((s=t.default)==null?void 0:s.call(t))||[]}),i=hr(e,"activeAccordion"),r=`accordion-group-${crypto.randomUUID()}`;return(s,o)=>(M(),se(P(l1),{modelValue:i.value,"onUpdate:modelValue":o[0]||(o[0]=a=>i.value=a),role:"group","aria-label":"Accordion group"},{default:Ie(()=>[(M(!0),B(ue,null,Ze(P(n),(a,l)=>(M(),se(P(o1),{id:`${r}-accordion-${l}`,key:l,"aria-labelledby":`accordion-title-${l}`,"aria-describedby":`accordion-content-${l}`},{title:Ie(()=>{var c,u,f;return[F("div",EC,[(c=a.props)!=null&&c.icon?(M(),se(Ot,{key:0,size:2,name:(u=a.props)==null?void 0:u.icon,color:"var(--icon)"},null,8,["name"])):$("",!0),F("h6",IC,oe((f=a.props)==null?void 0:f.title),1)])]}),default:Ie(()=>[F("div",NC,[(M(),se(Lt(a.children.default)))])]),_:2},1032,["id","aria-labelledby","aria-describedby"]))),128))]),_:1},8,["modelValue"]))}}),[["__scopeId","data-v-efeab1a6"]]),TC=["title","aria-label"],wC={class:"av-rich-button__line"},SC={class:"av-rich-button__left"},OC=ke(te({__name:"AvRichButton",props:{label:{},iconLeft:{default:()=>{}},iconRight:{default:()=>{}},customPadding:{default:"var(--spacing-sm)"},onClick:{type:Function}},setup(e){return St(t=>({"4a373320":t.customPadding})),(t,n)=>(M(),B("button",{class:"av-rich-button",title:t.label,"aria-label":t.label,onClick:n[0]||(n[0]=(...i)=>t.onClick&&t.onClick(...i))},[F("div",wC,[F("div",SC,[t.iconLeft?(M(),se(Ot,{key:0,name:t.iconLeft,color:"var(--dark-background-primary1)",size:1.5},null,8,["name"])):$("",!0),ne(t.$slots,"default",{},void 0,!0)]),t.iconRight?(M(),se(Ot,{key:0,name:t.iconRight,color:"var(--dark-background-primary1)",size:1.5},null,8,["name"])):$("",!0)])],8,TC))}}),[["__scopeId","data-v-f0871dc1"]]),xC={key:0,class:"messages-group",role:"alert"},kC=te({__name:"AvFileUploadAlert",props:{error:{default:void 0},validMessage:{default:void 0}},setup(e){return(t,n)=>t.error||t.validMessage?(M(),B("div",xC,[ie(Eg,{icon:t.error?P(Ge).CLOSE_CIRCLE_OUTLINE:P(Ge).CHECK_CIRCLE_OUTLINE,"icon-color":t.error?"var(--dark-background-error)":"var(--dark-background-success)",text:t.error?t.error:t.validMessage,"text-color":t.error?"var(--dark-background-error)":"var(--dark-background-success)","typography-class":"caption-regular"},null,8,["icon","icon-color","text","text-color"])])):$("",!0)}}),MC={class:"file-upload-content"},DC={class:"left-content-container"},LC={class:"content-container"},PC={key:0},RC={class:"b2-bold"},VC={key:1,class:"title-container"},jC={class:"b2-regular"},BC={class:"caption-light"},zC={class:"right-icon-container"},QC=["id","aria-describedby","disabled","aria-disabled","accept"],FC={class:"caption-light"},WC=ke(te({inheritAttrs:!1,__name:"AvFileUpload",props:{id:{default:()=>mt("file-upload")},ariaLabel:{default:""},accept:{default:void 0},error:{default:""},validMessage:{default:""},disabled:{type:Boolean,default:!1},modelValue:{default:null},maxWidth:{default:"none"},title:{},description:{},deleteButtonLabel:{},fileName:{},onDeleteFile:{},enableMultiple:{type:Boolean,default:!1}},emits:["update:modelValue","update:validMessage","update:error","change","onDropAcceptTypeError"],setup(e,{emit:t}){St(v=>({"31d78708":v.maxWidth}));const n=e,i=t,r=U(()=>Array.isArray(n.accept)?n.accept.join(","):n.accept),s=he(!1);function o(v){const A=r.value;return A?A.split(",").map(g=>g.trim().toLowerCase()).some(g=>g.startsWith(".")?v.name.toLowerCase().endsWith(g):g.includes("/")?v.type===g||v.type.startsWith(`${g.split("/")[0]}/`):!1):!0}async function a(v){var h,g;if(v.preventDefault(),s.value=!1,n.disabled||!((g=(h=v.dataTransfer)==null?void 0:h.files)!=null&&g.length))return;const A=Array.from(v.dataTransfer.files).filter(o);await Ut(),A.length?(i("change",A),i("update:modelValue",A[0]??"")):i("onDropAcceptTypeError")}function l(v){v.preventDefault(),n.disabled||(s.value=!0)}function c(){s.value=!1}function u(v){const A=v.target.files;i("change",A),i("update:modelValue",(A==null?void 0:A[0])??null)}const f=U(()=>n.fileName||n.modelValue&&!n.enableMultiple),d=U(()=>({for:n.id,class:["fr-upload-group",{"fr-upload-group--error":n.error,"fr-upload-group--valid":n.validMessage,"fr-upload-group--disabled":n.disabled,"drag-over":s.value}],"aria-label":n.ariaLabel,onDragover:l,onDragleave:c,onDrop:a}));function _(v){var A;v?(i("update:modelValue",null),i("update:validMessage",null),i("update:error",null),i("change",[])):(A=n.onDeleteFile)==null||A.call(n)}return(v,A)=>(M(),B(ue,null,[(M(),se(Lt(P(f)?"div":"label"),Ne(P(f)?{}:P(d),{class:P(f)?"file-preview-container":""}),{default:Ie(()=>[F("div",{class:_e(P(f)?"":"file-upload-container")},[F("div",MC,[F("div",DC,[ne(v.$slots,"left",{},()=>[ie(Ot,{size:2.5,name:P(Ge).ATTACHMENT_PLUS,color:"var(--icon)"},null,8,["name"])],!0)]),F("div",LC,[P(f)?(M(),B("div",PC,[F("span",RC,oe(v.fileName||v.modelValue.name),1)])):(M(),B("div",VC,[F("span",jC,oe(v.title),1),F("span",BC,oe(v.description),1)])),ie(kC,{"valid-message":v.validMessage,error:v.error},null,8,["valid-message","error"])]),F("div",zC,[P(f)?(M(),se(ci,{key:0,label:v.deleteButtonLabel,theme:"SECONDARY",onClick:A[0]||(A[0]=()=>_(v.modelValue))},null,8,["label"])):(M(),se(Ot,{key:1,size:1.5,name:P(Ge).TRAY_UPLOAD,color:"var(--dark-background-primary1)"},null,8,["name"]))]),P(f)?$("",!0):(M(),B("input",Ne({key:0,id:v.id,class:"fr-upload",type:"file","aria-describedby":v.error||v.validMessage?`${v.id}-desc`:void 0},v.$attrs,{disabled:v.disabled,"aria-disabled":v.disabled,accept:P(r),onChange:A[1]||(A[1]=h=>u(h))}),null,16,QC))])],2)]),_:3},16,["class"])),F("span",FC,[ne(v.$slots,"hint",{},void 0,!0)])],64))}}),[["__scopeId","data-v-ad517fa7"]]),UC={class:"av-input"},HC={class:"av-input__wrapper"},qC={key:0,class:"av-input__prefix"},KC={key:0,class:"caption-light"},XC={key:0,class:"av-input__error",role:"alert"},ZC={key:1,class:"av-input__valid"},Cg=ke(te({__name:"AvInput",props:{id:{},descriptionId:{},hint:{},isValid:{type:Boolean,default:!1},isTextarea:{type:Boolean,default:!1},labelVisible:{type:Boolean,default:!0},label:{},labelClass:{},modelValue:{},placeholder:{},type:{default:"text"},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},maxlength:{},minlength:{},errorMessage:{},validMessage:{},prefixIcon:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,r=Pt(),s=U(()=>n.errorMessage?Array.isArray(n.errorMessage)?n.errorMessage:[n.errorMessage]:[]),o=U(()=>n.validMessage?Array.isArray(n.validMessage)?n.validMessage:[n.validMessage]:[]),a=U(()=>n.id||`av-input-${crypto.randomUUID()}`),l=U(()=>!!n.errorMessage);return(c,u)=>(M(),B("div",UC,[F("div",HC,[c.prefixIcon?(M(),B("div",qC,[ie(Ot,{name:c.prefixIcon,size:1.2},null,8,["name"])])):$("",!0),ie(P(Ag),Ne({id:P(a),"model-value":c.modelValue,label:c.label,"label-visible":c.labelVisible,"label-class":c.labelClass,hint:c.hint,"description-id":n.descriptionId,"is-invalid":P(l),"is-valid":c.isValid,"is-textarea":c.isTextarea,"wrapper-class":"av-input__wrapper",placeholder:c.placeholder,type:c.type,disabled:c.disabled,required:c.required,maxlength:c.maxlength,minlength:c.minlength},c.$attrs,{"onUpdate:modelValue":u[0]||(u[0]=f=>i("update:modelValue",f))}),dr({_:2},[r.requiredTip?{name:"required-tip",fn:Ie(()=>[(M(),se(Lt(r.requiredTip)))]),key:"0"}:void 0]),1040,["id","model-value","label","label-visible","label-class","hint","description-id","is-invalid","is-valid","is-textarea","placeholder","type","disabled","required","maxlength","minlength"]),ne(c.$slots,"customCaptions",{currentValue:c.modelValue,maxlength:c.maxlength},()=>{var f;return[c.maxlength?(M(),B("span",KC,oe((f=c.modelValue)==null?void 0:f.toString().length)+" / "+oe(c.maxlength),1)):$("",!0)]},!0)]),P(s).length>0?(M(),B("div",XC,[(M(!0),B(ue,null,Ze(P(s),(f,d)=>(M(),B("div",{key:d,class:"av-input__error-message"},oe(f),1))),128))])):$("",!0),P(o).length>0?(M(),B("div",ZC,[(M(!0),B(ue,null,Ze(P(o),(f,d)=>(M(),B("div",{key:d,class:"av-input__valid-message"},oe(f),1))),128))])):$("",!0)]))}}),[["__scopeId","data-v-7c2354be"]]),YC=["role","aria-label","aria-labelledby","aria-describedby"],Vc=ke(te({__name:"AvList",props:{backgroundColor:{default:"transparent"},borderColor:{default:"var(--stroke)"},borderRadius:{default:"0"},bordered:{type:Boolean,default:!1},divided:{type:Boolean,default:!1},size:{default:"small"},padding:{default:"0"},ariaLabel:{},ariaLabelledby:{},ariaDescribedby:{},role:{default:"list"}},setup(e){St(r=>({"667a1c12":r.backgroundColor,"4da6b808":r.borderRadius,61717933:r.padding,"718f62b9":r.borderColor}));const t=U(()=>`av-list--${e.size}`),n=U(()=>e.bordered?"av-list--bordered":""),i=U(()=>e.divided?"av-list--divided":"");return(r,s)=>(M(),B("div",{class:_e(["av-list",[P(t),P(n),P(i)]]),role:r.role,"aria-label":r.ariaLabel,"aria-labelledby":r.ariaLabelledby,"aria-describedby":r.ariaDescribedby},[ne(r.$slots,"default",{},void 0,!0)],10,YC))}}),[["__scopeId","data-v-f74989f7"]]),GC={role:"listitem"},JC={key:0,class:"av-list-item__icon"},$C={class:"av-list-item__content"},eT={key:0,class:"av-list-item__title"},tT={key:1,class:"av-list-item__description"},nT={key:2},jc=ke(te({__name:"AvListItem",props:{icon:{},color:{default:"var(--text1)"},iconSize:{default:1.3125},iconColor:{},title:{},description:{},hoverBackgroundColor:{default:"var(--dark-background-primary1)"},colorOnHover:{default:"var(--card)"},descriptionColor:{default:"var(--text2)"},clickable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},selected:{type:Boolean,default:!1},onClick:{type:Function},ariaLabel:{},ariaDescribedby:{},tag:{default:"button"},href:{},target:{},rel:{},role:{}},setup(e){St(c=>({"0cdadac9":c.colorOnHover,43685934:c.color,"27d11256":c.descriptionColor,"25dfa008":c.hoverBackgroundColor}));const t=Pt(),n=U(()=>e.clickable?e.tag:"div"),i=U(()=>e.ariaLabel?e.ariaLabel:e.title&&e.description?`${e.title}, ${e.description}`:e.title||e.description||void 0);function r(c){var u;!e.clickable||e.disabled||(u=e.onClick)==null||u.call(e,c)}function s(c){var u;if(!(!e.clickable||e.disabled)&&(c.key==="Enter"||c.key===" ")){c.preventDefault();const f=new MouseEvent("click",{bubbles:!0,cancelable:!0});(u=e.onClick)==null||u.call(e,f)}}const o=U(()=>e.clickable?"av-list-item--clickable":""),a=U(()=>e.disabled?"av-list-item--disabled":""),l=U(()=>e.selected?"av-list-item--selected":"");return(c,u)=>(M(),B("div",GC,[(M(),se(Lt(P(n)),{class:_e(["av-list-item",[P(o),P(a),P(l)]]),tabindex:c.clickable&&!c.disabled?0:void 0,"aria-label":c.clickable?P(i):void 0,"aria-describedby":c.ariaDescribedby,"aria-disabled":c.disabled?"true":void 0,disabled:c.disabled&&P(n)==="button"?!0:void 0,href:P(n)==="a"?c.href:void 0,target:P(n)==="a"?c.target:void 0,rel:P(n)==="a"?c.rel:void 0,role:c.role,onClick:r,onKeydown:s},{default:Ie(()=>[c.icon?(M(),B("div",JC,[ie(Ot,{name:c.icon,color:c.iconColor??c.color,size:c.iconSize},null,8,["name","color","size"])])):$("",!0),F("div",$C,[c.title?(M(),B("div",eT,oe(c.title),1)):$("",!0),c.description?(M(),B("div",tT,oe(c.description),1)):$("",!0),t.default?(M(),B("div",nT,[ne(c.$slots,"default",{},void 0,!0)])):$("",!0)])]),_:3},40,["class","tabindex","aria-label","aria-describedby","aria-disabled","disabled","href","target","rel","role"]))]))}}),[["__scopeId","data-v-df36e801"]]);function Tg(e){return[...new Set(e)]}function iT(e){return/^[^\s@]+@[^\s.@]+\.[^\s@]+$/.test(e)}function rT(e,t="var(--dark-background-primary1)"){return e.replace(/###(.+?)###/gs,`<h1 style="display:flex;flex-direction:row;justify-content:start;font-size:var(--font-size-n6);line-height:var(--line-height-n5);color:${t}">$1</h1>`).replace(/@@([\s\S]+?)@@/g,"<div>$1</div>").replace(/^\s*--\s+(.*)$/gm,'<li class="indented-list">$1</li>').replace(/(\r\n|\n|\r|\\n|\\r)/g,'<div class="line-break"></div>').replace(/__(.+?)__/g,'<span class="text-underline">$1</span>').replace(/\*\*(.+?)\*\*/g,`<strong style="color: ${t}">$1</strong>`)}const sT={class:"av-select-container"},wg=ke(te({__name:"AvTagPicker",props:{multiple:{type:Boolean},selected:{},handleSelectChange:{},options:{},label:{},labelColor:{default:"var(--text2)"},labelTypographyClass:{default:"b2-regular"}},setup(e){St(A=>({"68aa0dfa":P(i)}));const t=e,{label:n,labelColor:i,labelTypographyClass:r,selected:s,multiple:o,handleSelectChange:a}=t,l=U(()=>Tg(t.options));function c(A){return A?Array.isArray(A)?A:[A]:[]}const u=he(c(s));function f(A){return u.value.some(h=>h.value===A.value)}function d(A){o?(f(A)?u.value=u.value.filter(g=>g.value!==A.value):u.value.push(A),a([...u.value])):(u.value=[A],a(A))}function _(A){return f(A)?Ge.CHECK:void 0}function v(A){return f(A)&&!o}return Ue(()=>t.selected,A=>{u.value=c(A)},{immediate:!0}),(A,h)=>{const g=TN;return M(),B("div",sT,[P(n)?(M(),B("span",{key:0,class:_e(["av-select-label",[P(r)]])},oe(P(n)),3)):$("",!0),(M(!0),B(ue,null,Ze(P(l),E=>(M(),B("div",{key:E.value,class:"tag-wrapper"},[ie(g,{class:_e({"fr-tag--selected":f(E),"fr-tag--disabled":v(E)}),label:E.label,icon:_(E),disabled:v(E),selectable:"",selected:f(E),onSelect:()=>d(E)},null,8,["class","label","icon","disabled","selected","onSelect"])]))),128))])}}}),[["__scopeId","data-v-b70ffc0f"]]);var Sg=(e=>(e[e.FOUR=4]="FOUR",e[e.EIGHT=8]="EIGHT",e[e.TWELVE=12]="TWELVE",e))(Sg||{});const oT={class:"pagination-size-picker-container"},aT=ke(te({__name:"AvPageSizePicker",props:{label:{},pageSizeSelected:{},handleSelectChange:{type:Function}},setup(e){const t=U(()=>Object.values(Sg).filter(i=>typeof i=="number").map(i=>({label:i.toString(),value:i.toString()}))),n=U(()=>({label:e.pageSizeSelected.toString(),value:e.pageSizeSelected.toString()}));return(i,r)=>(M(),B("div",oT,[ie(wg,{options:P(t),selected:P(n),"handle-select-change":i.handleSelectChange,multiple:!1,label:i.label,"label-typography-class":"b2-regular","label-color":"var(--text2)"},null,8,["options","selected","handle-select-change","label"])]))}}),[["__scopeId","data-v-d72fe5ab"]]),Og=te({__name:"AvRadioButton",props:{value:{type:[String,Number,Boolean]},label:{},description:{},disabled:{type:Boolean}},setup(e){return(t,n)=>ne(t.$slots,"default")}}),lT=te({__name:"AvRadioButtonSet",props:{name:{},legend:{},modelValue:{type:[String,Number,Boolean]},disabled:{type:Boolean},required:{type:Boolean},small:{type:Boolean},inline:{type:Boolean},errorMessage:{},validMessage:{},hint:{}},emits:["update:modelValue"],setup(e,{expose:t,emit:n}){const i=e,r=n,s=Pt();function o(u){return u!=null&&typeof u=="object"&&"type"in u&&u.type===Og}function a(u){return u?u.flatMap(f=>!f||typeof f!="object"||!("type"in f)?[]:f.type===ue&&Array.isArray(f.children)?a(f.children):o(f)?[f]:[]):[]}const l=U(()=>{var u;return a((u=s.default)==null?void 0:u.call(s))}),c=he(i.modelValue);return Ue(()=>i.modelValue,u=>{c.value=u}),Ue(c,u=>{u&&r("update:modelValue",u)}),t({selected:c}),(u,f)=>(M(),se(P(cN),Ne(i,{"model-value":P(c)}),{default:Ie(()=>[(M(!0),B(ue,null,Ze(P(l),(d,_)=>{var v,A;return M(),se(P(mg),{key:_,modelValue:P(c),"onUpdate:modelValue":f[0]||(f[0]=h=>Fe(c)?c.value=h:null),value:(v=d.props)==null?void 0:v.value,disabled:((A=d.props)==null?void 0:A.disabled)??i.disabled,small:i.small,inline:i.inline,name:i.name},{label:Ie(()=>{var h;return[(M(),se(Lt((h=d.children)==null?void 0:h.default)))]}),_:2},1032,["modelValue","value","disabled","small","inline","name"])}),128))]),_:1},16,["model-value"]))}});var Ri=(e=>(e.LOADING="loading",e.NO_OPTIONS="no-options",e.HAS_OPTIONS="has-options",e))(Ri||{});const xg=Symbol("AvAutocompleteContext");function Bc(){const e=yn(xg);if(!e)throw new Error("useAutocompleteContext must be used within AvAutocomplete component");return e}function kg(e){return il()?(Df(e),!0):!1}const cT=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const uT=e=>e!=null,fT=Object.prototype.toString,dT=e=>fT.call(e)==="[object Object]",Ir=()=>{};function Mg(e,t){function n(...i){return new Promise((r,s)=>{Promise.resolve(e(()=>t.apply(this,i),{fn:t,thisArg:this,args:i})).then(r).catch(s)})}return n}function pT(e,t={}){let n,i,r=Ir;const s=l=>{clearTimeout(l),r(),r=Ir};let o;return l=>{const c=_t(e),u=_t(t.maxWait);return n&&s(n),c<=0||u!==void 0&&u<=0?(i&&(s(i),i=void 0),Promise.resolve(l())):new Promise((f,d)=>{r=t.rejectOnCancel?d:f,o=l,u&&!i&&(i=setTimeout(()=>{n&&s(n),i=void 0,f(o())},u)),n=setTimeout(()=>{i&&s(i),i=void 0,f(l())},c)})}}function hT(...e){let t=0,n,i=!0,r=Ir,s,o,a,l,c;!Fe(e[0])&&typeof e[0]=="object"?{delay:o,trailing:a=!0,leading:l=!0,rejectOnCancel:c=!1}=e[0]:[o,a=!0,l=!0,c=!1]=e;const u=()=>{n&&(clearTimeout(n),n=void 0,r(),r=Ir)};return d=>{const _=_t(o),v=Date.now()-t,A=()=>s=d();return u(),_<=0?(t=Date.now(),A()):(v>_&&(l||!i)?(t=Date.now(),A()):a&&(s=new Promise((h,g)=>{r=c?g:h,n=setTimeout(()=>{t=Date.now(),i=!0,h(A()),u()},Math.max(0,_-v))})),!l&&!n&&(n=setTimeout(()=>i=!0,_)),i=!1,s)}}function oa(e){return Array.isArray(e)?e:[e]}function gT(e){return ut()}function AT(e,t=200,n={}){return Mg(pT(t,n),e)}function _T(e,t=200,n=!1,i=!0,r=!1){return Mg(hT(t,n,i,r),e)}function vT(e,t=!0,n){gT()?st(e,n):t?e():Ut(e)}function mT(e,t,n){return Ue(e,t,{...n,immediate:!0})}const zc=cT?window:void 0;function Qc(e){var t;const n=_t(e);return(t=n==null?void 0:n.$el)!=null?t:n}function Dg(...e){const t=[],n=()=>{t.forEach(a=>a()),t.length=0},i=(a,l,c,u)=>(a.addEventListener(l,c,u),()=>a.removeEventListener(l,c,u)),r=U(()=>{const a=oa(_t(e[0])).filter(l=>l!=null);return a.every(l=>typeof l!="string")?a:void 0}),s=mT(()=>{var a,l;return[(l=(a=r.value)==null?void 0:a.map(c=>Qc(c)))!=null?l:[zc].filter(c=>c!=null),oa(_t(r.value?e[1]:e[0])),oa(P(r.value?e[2]:e[1])),_t(r.value?e[3]:e[2])]},([a,l,c,u])=>{if(n(),!(a!=null&&a.length)||!(l!=null&&l.length)||!(c!=null&&c.length))return;const f=dT(u)?{...u}:u;t.push(...a.flatMap(d=>l.flatMap(_=>c.map(v=>i(d,_,v,f)))))},{flush:"post"}),o=()=>{s(),n()};return kg(n),o}function bT(){const e=nr(!1),t=ut();return t&&st(()=>{e.value=!0},t),e}function yT(e){const t=bT();return U(()=>(t.value,!!e()))}function ET(e,t,n={}){const{window:i=zc,...r}=n;let s;const o=yT(()=>i&&"MutationObserver"in i),a=()=>{s&&(s.disconnect(),s=void 0)},l=U(()=>{const d=_t(e),_=oa(d).map(Qc).filter(uT);return new Set(_)}),c=Ue(l,d=>{a(),o.value&&d.size&&(s=new MutationObserver(t),d.forEach(_=>s.observe(_,r)))},{immediate:!0,flush:"post"}),u=()=>s==null?void 0:s.takeRecords(),f=()=>{c(),a()};return kg(f),{isSupported:o,stop:f,takeRecords:u}}const Lg=1;function IT(e,t={}){const{throttle:n=0,idle:i=200,onStop:r=Ir,onScroll:s=Ir,offset:o={left:0,right:0,top:0,bottom:0},observe:a={mutation:!1},eventListenerOptions:l={capture:!1,passive:!0},behavior:c="auto",window:u=zc,onError:f=N=>{console.error(N)}}=t,d=typeof a=="boolean"?{mutation:a}:a,_=nr(0),v=nr(0),A=U({get(){return _.value},set(N){g(N,void 0)}}),h=U({get(){return v.value},set(N){g(void 0,N)}});function g(N,p){var y,m,O,k;if(!u)return;const L=_t(e);if(!L)return;(O=L instanceof Document?u.document.body:L)==null||O.scrollTo({top:(y=_t(p))!=null?y:h.value,left:(m=_t(N))!=null?m:A.value,behavior:_t(c)});const R=((k=L==null?void 0:L.document)==null?void 0:k.documentElement)||(L==null?void 0:L.documentElement)||L;A!=null&&(_.value=R.scrollLeft),h!=null&&(v.value=R.scrollTop)}const E=nr(!1),b=Gn({left:!0,right:!1,top:!0,bottom:!1}),I=Gn({left:!1,right:!1,top:!1,bottom:!1}),w=N=>{E.value&&(E.value=!1,I.left=!1,I.right=!1,I.top=!1,I.bottom=!1,r(N))},C=AT(w,n+i),x=N=>{var p;if(!u)return;const y=((p=N==null?void 0:N.document)==null?void 0:p.documentElement)||(N==null?void 0:N.documentElement)||Qc(N),{display:m,flexDirection:O,direction:k}=getComputedStyle(y),L=k==="rtl"?-1:1,R=y.scrollLeft;I.left=R<_.value,I.right=R>_.value;const V=Math.abs(R*L)<=(o.left||0),j=Math.abs(R*L)+y.clientWidth>=y.scrollWidth-(o.right||0)-Lg;m==="flex"&&O==="row-reverse"?(b.left=j,b.right=V):(b.left=V,b.right=j),_.value=R;let Q=y.scrollTop;N===u.document&&!Q&&(Q=u.document.body.scrollTop),I.top=Q<v.value,I.bottom=Q>v.value;const ce=Math.abs(Q)<=(o.top||0),pe=Math.abs(Q)+y.clientHeight>=y.scrollHeight-(o.bottom||0)-Lg;m==="flex"&&O==="column-reverse"?(b.top=pe,b.bottom=ce):(b.top=ce,b.bottom=pe),v.value=Q},T=N=>{var p;if(!u)return;const y=(p=N.target.documentElement)!=null?p:N.target;x(y),E.value=!0,C(N),s(N)};return Dg(e,"scroll",n?_T(T,n,!0,!1):T,l),vT(()=>{try{const N=_t(e);if(!N)return;x(N)}catch(N){f(N)}}),d!=null&&d.mutation&&e!=null&&e!==u&&e!==document&&ET(e,()=>{const N=_t(e);N&&x(N)},{attributes:!0,childList:!0,subtree:!0}),Dg(e,"scrollend",w,l),{x:A,y:h,isScrolling:E,arrivedState:b,directions:I,measure(){const N=_t(e);u&&N&&x(N)}}}var NT=typeof global=="object"&&global&&global.Object===Object&&global,CT=typeof self=="object"&&self&&self.Object===Object&&self,Pg=NT||CT||Function("return this")(),aa=Pg.Symbol,Rg=Object.prototype,TT=Rg.hasOwnProperty,wT=Rg.toString,Is=aa?aa.toStringTag:void 0;function ST(e){var t=TT.call(e,Is),n=e[Is];try{e[Is]=void 0;var i=!0}catch{}var r=wT.call(e);return i&&(t?e[Is]=n:delete e[Is]),r}var OT=Object.prototype,xT=OT.toString;function kT(e){return xT.call(e)}var MT="[object Null]",DT="[object Undefined]",Vg=aa?aa.toStringTag:void 0;function LT(e){return e==null?e===void 0?DT:MT:Vg&&Vg in Object(e)?ST(e):kT(e)}function PT(e){return e!=null&&typeof e=="object"}var RT="[object Symbol]";function VT(e){return typeof e=="symbol"||PT(e)&<(e)==RT}var jT=/\s/;function BT(e){for(var t=e.length;t--&&jT.test(e.charAt(t)););return t}var zT=/^\s+/;function QT(e){return e&&e.slice(0,BT(e)+1).replace(zT,"")}function Fc(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var jg=NaN,FT=/^[-+]0x[0-9a-f]+$/i,WT=/^0b[01]+$/i,UT=/^0o[0-7]+$/i,HT=parseInt;function Bg(e){if(typeof e=="number")return e;if(VT(e))return jg;if(Fc(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Fc(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=QT(e);var n=WT.test(e);return n||UT.test(e)?HT(e.slice(2),n?2:8):FT.test(e)?jg:+e}var Wc=function(){return Pg.Date.now()},qT="Expected a function",KT=Math.max,XT=Math.min;function zg(e,t,n){var i,r,s,o,a,l,c=0,u=!1,f=!1,d=!0;if(typeof e!="function")throw new TypeError(qT);t=Bg(t)||0,Fc(n)&&(u=!!n.leading,f="maxWait"in n,s=f?KT(Bg(n.maxWait)||0,t):s,d="trailing"in n?!!n.trailing:d);function _(C){var x=i,T=r;return i=r=void 0,c=C,o=e.apply(T,x),o}function v(C){return c=C,a=setTimeout(g,t),u?_(C):o}function A(C){var x=C-l,T=C-c,N=t-x;return f?XT(N,s-T):N}function h(C){var x=C-l,T=C-c;return l===void 0||x>=t||x<0||f&&T>=s}function g(){var C=Wc();if(h(C))return E(C);a=setTimeout(g,A(C))}function E(C){return a=void 0,d&&i?_(C):(i=r=void 0,o)}function b(){a!==void 0&&clearTimeout(a),c=0,i=l=r=a=void 0}function I(){return a===void 0?o:E(Wc())}function w(){var C=Wc(),x=h(C);if(i=arguments,r=this,l=C,x){if(a===void 0)return v(l);if(f)return clearTimeout(a),a=setTimeout(g,t),_(l)}return a===void 0&&(a=setTimeout(g,t)),o}return w.cancel=b,w.flush=I,w}const ZT={key:0,class:"av-autocomplete-dropdown__loading"},YT={key:1,class:"av-autocomplete-dropdown__empty"},GT={key:1,class:"av-autocomplete-dropdown__empty-text"},JT=ke(te({__name:"AvAutocompleteDropdown",emits:["loadMore"],setup(e,{expose:t,emit:n}){const i=n,r=Pt(),{selectedItems:s,searchQuery:o,isOpen:a,props:l,getOptionId:c,getDisplayLabel:u}=Bc(),f=ti("dropdownRef"),d=ti("listRef"),_=U(()=>{if(!l.options)return[];if(l.serverSideFiltering)return l.maxResults?l.options.slice(0,l.maxResults):l.options;const b=o.value.toLowerCase().trim();if(!b){const w=l.options;return l.maxResults?w.slice(0,l.maxResults):w}let I;return l.filterOptions?I=l.filterOptions(l.options,b):I=l.options.filter(w=>u(w).toLowerCase().includes(b)),l.maxResults?I.slice(0,l.maxResults):I}),v=U(()=>l.loading?Ri.LOADING:a.value&&l.options&&l.options.length>0&&_.value.length>0?Ri.HAS_OPTIONS:Ri.NO_OPTIONS);function A(b){return s.value.some(I=>c(I)===c(b))}function h(b){if(!l.multiSelect){s.value=[b],a.value=!1,o.value="";return}const I=s.value,w=c(b);I.some(x=>c(x)===w)?s.value=I.filter(x=>c(x)!==w):s.value=[...I,b]}const{arrivedState:g}=IT(d,{throttle:100}),E=zg(()=>{i("loadMore")},l.loadMoreThrottleDelay);return Ue(()=>g.bottom,b=>{l.enableLoadMore&&b&&a.value&&E()}),Dt(()=>{E.cancel()}),t({dropdownRef:f}),(b,I)=>P(a)?(M(),B("div",{key:0,ref_key:"dropdownRef",ref:f,class:_e(["av-autocomplete-dropdown",P(l).dropdownClass]),style:Mt({width:P(l).dropdownWidth,maxHeight:P(l).maxDropdownHeight})},[P(v)===P(Ri).LOADING?(M(),B("div",ZT,[ie(Ot,{name:P(Ge).LOADING_OUTLINE,size:1.5,class:"av-autocomplete-dropdown__spinner"},null,8,["name"]),I[0]||(I[0]=F("span",{class:"av-autocomplete-dropdown__loading-text"},"Loading...",-1))])):P(v)===P(Ri).NO_OPTIONS?(M(),B("div",YT,[r.empty?ne(b.$slots,"empty",{key:0},void 0,!0):(M(),B("div",GT," No results found "))])):(M(),se(Vc,Ne({key:2,ref_key:"listRef",ref:d},P(l).listOptions,{class:["av-autocomplete-dropdown__options",P(l).scrollbarClass]}),{default:Ie(()=>[(M(!0),B(ue,null,Ze(P(_),w=>(M(),B(ue,{key:P(c)(w)},[r.item?ne(b.$slots,"item",{key:0,option:w,isSelected:A(w),toggle:()=>h(w)},void 0,!0):(M(),se(jc,{key:1,title:P(u)(w),icon:A(w)?P(Ge).CHECK:void 0,selected:A(w),clickable:"","on-click":()=>h(w),"hover-background-color":"var(--light-background-neutral)","color-on-hover":"var(--base)"},null,8,["title","icon","selected","on-click"]))],64))),128))]),_:3},16,["class"]))],6)):$("",!0)}}),[["__scopeId","data-v-bd315119"]]),$T={class:"av-autocomplete-input"},ew={key:0,class:"av-autocomplete-input__suffix"},tw=ke(te({__name:"AvAutocompleteInput",emits:["search","clear"],setup(e,{expose:t,emit:n}){const i=n,r=Pt(),{selectedItems:s,searchQuery:o,isOpen:a,props:l,inputId:c,handleBlur:u,getDisplayLabel:f}=Bc(),d=ti("inputRef"),_=U(()=>!l.multiSelect&&s.value.length>0?f(s.value[0]):l.multiSelect&&s.value.length>0?l.showSelectedSection?`${s.value.length} element(s) selected`:s.value.map(f).join(", "):o.value),v=U(()=>{var b;return((b=l.inputOptions)==null?void 0:b.placeholder)||"Search..."}),A=zg(b=>{o.value=b,i("search",b)},l.debounceDelay);function h(b){o.value=String(b||""),A(o.value)}function g(){a.value=!0}function E(){s.value=[],o.value="",i("clear")}return Dt(()=>{A.cancel()}),t({inputRef:d,searchQuery:U(()=>o.value)}),(b,I)=>(M(),B("div",$T,[ie(Cg,Ne({id:P(c),ref_key:"inputRef",ref:d,"model-value":P(_),placeholder:P(v)},P(l).inputOptions,{"onUpdate:modelValue":h,onFocus:g,onBlur:P(u),onClick:g}),dr({_:2},[r.requiredTip?{name:"requiredTip",fn:Ie(()=>[(M(),se(Lt(r.requiredTip)))]),key:"0"}:void 0]),1040,["id","model-value","placeholder","onBlur"]),P(s).length>0?(M(),B("div",ew,[ie(ci,{label:"Clear selected items",icon:P(Ge).CLOSE_CIRCLE_OUTLINE,"icon-only":"","icon-scale":.8,size:"sm",variant:"DEFAULT",theme:"SECONDARY","on-click":E},null,8,["icon"])])):$("",!0)]))}}),[["__scopeId","data-v-a4efaaae"]]),nw={key:0,class:"av-autocomplete-selected-tags"},iw=ke(te({__name:"AvAutocompleteSelectedTags",setup(e){const t=Pt(),{selectedItems:n,props:i,getOptionId:r,getDisplayLabel:s}=Bc();function o(a){const l=n.value,c=r(a);n.value=l.filter(u=>r(u)!==c)}return(a,l)=>P(i).multiSelect&&P(n).length>0&&P(i).showSelectedSection?(M(),B("div",nw,[(M(!0),B(ue,null,Ze(P(n),c=>(M(),B("div",{key:P(r)(c),class:"av-autocomplete-selected-tags__item"},[t.selectedItem?ne(a.$slots,"selectedItem",{key:0,option:c,remove:()=>o(c)},void 0,!0):(M(),se(ci,{key:1,label:P(s)(c),icon:P(Ge).CLOSE_CIRCLE_OUTLINE,"icon-right":"",size:"sm",variant:"OUTLINED",theme:"SECONDARY","on-click":()=>o(c)},null,8,["label","icon","on-click"]))]))),128))])):$("",!0)}}),[["__scopeId","data-v-c00c128b"]]),rw={class:"av-autocomplete"},sw=ke(te({__name:"AvAutocomplete",props:jn({id:{},inputOptions:{default:()=>({})},options:{},multiSelect:{type:Boolean,default:!1},getOptionLabel:{},getOptionKey:{},filterOptions:{},dropdownWidth:{default:"100%"},maxDropdownHeight:{default:"20rem"},listOptions:{default:()=>({size:"small",ariaLabel:"Available options list"})},scrollbarClass:{default:"av-autocomplete__scrollbar--default"},dropdownClass:{default:"av-autocomplete__dropdown--default"},loading:{type:Boolean,default:!1},debounceDelay:{default:300},maxResults:{},enableLoadMore:{type:Boolean,default:!1},showSelectedSection:{type:Boolean,default:!1},blurCloseDelay:{default:150},loadMoreThrottleDelay:{default:200},serverSideFiltering:{type:Boolean,default:!1}},{modelValue:{default:()=>[]},modelModifiers:{}}),emits:jn(["search","loadMore","clear"],["update:modelValue"]),setup(e,{emit:t}){const n=e,i=t,r=Pt(),s=hr(e,"modelValue"),o=he(!1),a=he(""),l=ti("wrapperRef"),c=ti("inputRef"),u=ti("dropdownRef"),f=U(()=>n.id||`av-autocomplete-${crypto.randomUUID()}`);function d(E){a.value=E,i("search",E)}function _(E){var b,I;(I=(b=u.value)==null?void 0:b.dropdownRef)!=null&&I.contains(E.relatedTarget)||setTimeout(()=>{o.value=!1},n.blurCloseDelay)}function v(E){return n.getOptionKey?n.getOptionKey(E):E.value}function A(E){return n.getOptionLabel?n.getOptionLabel(E):E.label}pr(xg,{selectedItems:s,searchQuery:a,isOpen:o,props:n,inputId:f,handleBlur:_,getOptionId:v,getDisplayLabel:A});function g(E){var w,C,x,T,N;const b=E.target,I=(w=c.value)==null?void 0:w.inputRef;!((C=I==null?void 0:I.contains)!=null&&C.call(I,b))&&!((x=l.value)!=null&&x.contains(b))&&!((N=(T=u.value)==null?void 0:T.dropdownRef)!=null&&N.contains(b))&&(o.value=!1)}return st(()=>{document.addEventListener("click",g)}),Dt(()=>{document.removeEventListener("click",g)}),(E,b)=>(M(),B("div",rw,[F("div",{ref_key:"wrapperRef",ref:l,class:"av-autocomplete__wrapper"},[ie(tw,{ref_key:"inputRef",ref:c,onSearch:d,onClear:b[0]||(b[0]=I=>i("clear"))},dr({_:2},[r.requiredTip?{name:"requiredTip",fn:Ie(()=>[(M(),se(Lt(r.requiredTip)))]),key:"0"}:void 0]),1536),ie(JT,{ref_key:"dropdownRef",ref:u,onLoadMore:b[1]||(b[1]=I=>i("loadMore"))},dr({_:2},[r.item?{name:"item",fn:Ie(({option:I,isSelected:w,toggle:C})=>[ne(E.$slots,"item",{option:I,isSelected:w,toggle:C},void 0,!0)]),key:"0"}:void 0,r.empty?{name:"empty",fn:Ie(()=>[ne(E.$slots,"empty",{},void 0,!0)]),key:"1"}:void 0]),1536)],512),ie(iw,null,dr({_:2},[r.selectedItem?{name:"selectedItem",fn:Ie(({option:I,remove:w})=>[ne(E.$slots,"selectedItem",{option:I,remove:w},void 0,!0)]),key:"0"}:void 0]),1024)]))}}),[["__scopeId","data-v-1088cd38"]]),ow=ke(te({__name:"AvSelect",props:{required:{type:Boolean},disabled:{type:Boolean},selectId:{},name:{},hint:{},modelValue:{},label:{},options:{},successMessage:{},errorMessage:{},defaultUnselectedText:{},dense:{type:Boolean}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,r=U(()=>{var o;if(!n.modelValue)return n.defaultUnselectedText;const s=(o=n.options)==null?void 0:o.find(a=>String(a.value)===String(n.modelValue));return s?s.text:n.defaultUnselectedText});return(s,o)=>(M(),B("div",{class:_e({"fr-select--dense":n.dense})},[ie(P(_N),Ne(n,{title:P(r),"onUpdate:modelValue":o[0]||(o[0]=a=>i("update:modelValue",a))}),null,16,["title"])],2))}}),[["__scopeId","data-v-e4b98fc1"]]),aw=te({__name:"AvTab",props:{title:{},icon:{}},setup(e){return(t,n)=>ne(t.$slots,"default")}}),lw=ke(te({__name:"AvTabs",props:{ariaLabel:{},modelValue:{}},emits:["update:modelValue"],setup(e,{expose:t,emit:n}){const i=n,r=Pt(),s=he(e.modelValue),o=U(()=>{var d;return((d=r.default)==null?void 0:d.call(r))||[]});function a(d){const _=o.value.length;s.value=(s.value+d+_)%_}function l(){a(-1)}function c(){a(1)}function u(){s.value=0}function f(){s.value=o.value.length-1}return Ue(()=>e.modelValue,d=>{d!==void 0&&(s.value=d)}),Ue(s,d=>{i("update:modelValue",d)}),t({activeTab:s}),(d,_)=>{const v=yg,A=bg,h=NN;return M(),se(h,{modelValue:P(s),"onUpdate:modelValue":_[0]||(_[0]=g=>Fe(s)?s.value=g:null),"tab-list-name":d.ariaLabel??"Liste d’onglets","tab-titles":[]},{"tab-items":Ie(()=>[(M(!0),B(ue,null,Ze(P(o),(g,E)=>{var b;return M(),se(v,{key:E,"tab-id":`tab-${E}`,"panel-id":`panel-${E}`,icon:(b=g.props)==null?void 0:b.icon,onClick:I=>s.value=E,onNext:c,onPrevious:l,onFirst:u,onLast:f},{default:Ie(()=>{var I;return[Je(oe((I=g.props)==null?void 0:I.title),1)]}),_:2},1032,["tab-id","panel-id","icon","onClick"])}),128))]),default:Ie(()=>[(M(!0),B(ue,null,Ze(P(o),(g,E)=>(M(),se(A,{key:E,"panel-id":`panel-${E}`,"tab-id":`tab-${E}`},{default:Ie(()=>[(M(),se(Lt(g.children.default)))]),_:2},1032,["panel-id","tab-id"]))),128))]),_:1},8,["modelValue","tab-list-name"])}}}),[["__scopeId","data-v-b38855c9"]]),cw="data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20opacity='0.6'%20y='3'%20width='34'%20height='14'%20rx='7'%20fill='%23D4D4EC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.5%2020C30.0228%2020%2034.5%2015.5228%2034.5%2010C34.5%204.47715%2030.0228%200%2024.5%200C18.9772%200%2014.5%204.47715%2014.5%2010C14.5%2015.5228%2018.9772%2020%2024.5%2020Z'%20fill='%23000091'/%3e%3c/svg%3e",uw="data:image/svg+xml,%3csvg%20width='34'%20height='20'%20viewBox='0%200%2034%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='3'%20width='34'%20height='14'%20rx='7'%20fill='%2314171A'%20fill-opacity='0.36'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%2020C15.5228%2020%2020%2015.5228%2020%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M10%200.5C15.2467%200.5%2019.5%204.75329%2019.5%2010C19.5%2015.2467%2015.2467%2019.5%2010%2019.5C4.75329%2019.5%200.5%2015.2467%200.5%2010C0.5%204.75329%204.75329%200.5%2010%200.5Z'%20stroke='%2314171A'%20stroke-opacity='0.36'/%3e%3c/svg%3e",fw=["id","for"],dw={width:"34",height:"14"},pw=["href"],hw={key:0,class:"caption-bold no-select"},gw={key:1,class:"caption-regular no-select"},Aw={class:"caption-regular"},_w=["id","disabled","aria-disabled","checked","data-testid","aria-describedby","name"],vw=ke(te({__name:"AvToggle",props:{modelValue:{type:Boolean},description:{},id:{},disabled:{type:Boolean},activeText:{default:"On"},inactiveText:{default:"Off"},name:{default:void 0}},emits:["update:modelValue"],setup(e){const t=e,n=U(()=>t.id??crypto.randomUUID()),i=U(()=>`${n.value}-label`);return(r,s)=>(M(),B(ue,null,[F("label",{id:P(i),for:P(n),class:_e(["av-toggle",{"av-toggle--disabled":r.disabled}])},[F("div",{class:_e(["toggle",{"toggle--disabled":r.disabled}])},[(M(),B("svg",dw,[F("image",{href:r.modelValue?P(cw):P(uw),width:"34",height:"14"},null,8,pw)])),r.modelValue?(M(),B("span",hw,oe(r.activeText),1)):(M(),B("span",gw,oe(r.inactiveText),1))],2),F("span",Aw,oe(r.description),1)],10,fw),F("input",{id:P(n),style:{visibility:"hidden"},disabled:r.disabled,"aria-disabled":r.disabled,type:"checkbox",checked:r.modelValue,"data-testid":P(n),"aria-describedby":P(i),name:r.name,onInput:s[0]||(s[0]=o=>r.$emit("update:modelValue",o.target.checked))},null,40,_w)],64))}}),[["__scopeId","data-v-f7b0e02f"]]),mw={style:{position:"relative"},class:"my-nav-wrapper"},bw=ke(te({__name:"AvNavigation",props:{navItems:{}},setup(e){const t=e;return(n,i)=>{const r=qI;return M(),B("div",mw,[ie(r,Qr($l(t)),null,16)])}}}),[["__scopeId","data-v-433349ab"]]),yw=["aria-label"],Ew={class:"fr-pagination__list"},Iw={key:0},Nw={class:"b2-regular"},Cw=["href","title","aria-disabled"],Tw={class:"fr-sr-only"},ww=["href","title","aria-disabled"],Sw={key:0,class:"caption-regular fr-hidden fr-unhidden-md"},Ow=["href","title","aria-current","onClick"],xw={key:0},kw={key:1},Mw=["href","title","disabled","aria-disabled"],Dw={key:0,class:"caption-regular fr-hidden fr-unhidden-md"},Lw=["href","title","disabled","aria-disabled"],Pw={class:"fr-sr-only"},Rw=ke(te({__name:"AvPagination",props:{compact:{type:Boolean,default:!1},pages:{},currentPage:{default:0},firstPageLabel:{},lastPageLabel:{},nextPageLabel:{},prevPageLabel:{},compactCurrentPageLabel:{},truncLimit:{default:2},ariaLabel:{}},emits:["update:current-page"],setup(e,{emit:t}){const n=t,i=U(()=>Math.min(e.pages.length-1-e.truncLimit,Math.max(e.currentPage-(e.truncLimit-e.truncLimit%2)/2,0))),r=U(()=>Math.min(e.pages.length-1,i.value+e.truncLimit)),s=U(()=>e.pages.length>e.truncLimit?e.pages.slice(i.value,r.value+1):e.pages),o=_=>n("update:current-page",_),a=_=>o(_),l=()=>a(0),c=()=>a(Math.max(0,e.currentPage-1)),u=()=>a(Math.min(e.pages.length-1,e.currentPage+1)),f=()=>a(e.pages.length-1),d=_=>e.pages.indexOf(_)===e.currentPage;return(_,v)=>{var A,h,g,E;return M(),B("nav",{role:"navigation",class:"fr-pagination","aria-label":_.ariaLabel},[F("ul",Ew,[_.compact?(M(),B("li",Iw,[F("span",Nw,oe(_.compactCurrentPageLabel),1)])):$("",!0),F("li",null,[_.compact?$("",!0):(M(),B("a",{key:0,href:(A=_.pages[0])==null?void 0:A.href,class:"fr-pagination__link",title:_.firstPageLabel,"aria-disabled":_.currentPage===0?!0:void 0,onClick:v[0]||(v[0]=Vt(b=>l(),["prevent"]))},[ie(Ot,{name:P(Ge).PAGE_FIRST,size:1.5,color:_.currentPage===0?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"]),F("span",Tw,oe(_.firstPageLabel),1)],8,Cw))]),F("li",null,[F("a",{href:(h=_.pages[Math.max(_.currentPage-1,0)])==null?void 0:h.href,class:"fr-pagination__link fr-pagination__link--lg-label",title:_.prevPageLabel,"aria-disabled":_.currentPage===0?!0:void 0,onClick:v[1]||(v[1]=Vt(b=>c(),["prevent"]))},[ie(Ot,{name:P(Ge).NAVIGATE_BEFORE,size:1.5,color:_.currentPage===0?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"]),_.compact?$("",!0):(M(),B("span",Sw,oe(_.prevPageLabel),1))],8,ww)]),_.compact?$("",!0):(M(!0),B(ue,{key:1},Ze(P(s),(b,I)=>(M(),B("li",{key:I},[F("a",{href:b==null?void 0:b.href,class:"fr-pagination__link fr-unhidden-lg",title:b.title,"aria-current":d(b)?"page":void 0,onClick:Vt(w=>a(_.pages.indexOf(b)),["prevent"])},[P(s).indexOf(b)===0&&P(i)>0?(M(),B("span",xw,"...")):$("",!0),Je(" "+oe(b.label)+" ",1),P(s).indexOf(b)===P(s).length-1&&P(r)<_.pages.length-1?(M(),B("span",kw,"...")):$("",!0)],8,Ow)]))),128)),F("li",null,[F("a",{href:(g=_.pages[Math.min(_.currentPage+1,_.pages.length-1)])==null?void 0:g.href,class:"fr-pagination__link fr-pagination__link--lg-label",title:_.nextPageLabel,disabled:_.currentPage===_.pages.length-1?!0:void 0,"aria-disabled":_.currentPage===_.pages.length-1?!0:void 0,onClick:v[2]||(v[2]=Vt(b=>u(),["prevent"]))},[_.compact?$("",!0):(M(),B("span",Dw,oe(_.nextPageLabel),1)),ie(Ot,{name:P(Ge).NAVIGATE_NEXT,size:1.5,color:_.currentPage===_.pages.length-1?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"])],8,Mw)]),F("li",null,[_.compact?$("",!0):(M(),B("a",{key:0,class:"fr-pagination__link",href:(E=_.pages.at(-1))==null?void 0:E.href,title:_.lastPageLabel,disabled:_.currentPage===_.pages.length-1?!0:void 0,"aria-disabled":_.currentPage===_.pages.length-1?!0:void 0,onClick:v[3]||(v[3]=Vt(b=>f(),["prevent"]))},[F("span",Pw,oe(_.lastPageLabel),1),ie(Ot,{name:P(Ge).PAGE_LAST,size:1.5,color:_.currentPage===_.pages.length-1?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"])],8,Lw))])])],8,yw)}}}),[["__scopeId","data-v-1d35652c"]]);function Vw(e){return Array.from({length:e.value},(t,n)=>{const i=n+1;return{title:`${i}`,label:`${i}`,href:`#page-${i}`}})}const jw=["id","aria-label"],Bw={key:0,class:"av-side-menu__header"},zw={class:"av-side-menu__content"},Qg=ke(te({__name:"AvSideMenu",props:jn({id:{},collapsible:{type:Boolean,default:!0},collapsed:{type:Boolean,default:!1},width:{default:"16rem"},collapsedWidth:{default:"5rem"},padding:{default:"0"}},{collapsed:{type:Boolean,default:!1},collapsedModifiers:{}}),emits:jn(["update:collapsed"],["update:collapsed"]),setup(e){St(u=>({"4d5b7c17":P(l),"4a813d87":u.padding}));const t=e,n=hr(e,"collapsed"),{width:i,collapsedWidth:r}=gl(t),s=U(()=>t.id??crypto.randomUUID()),o=U(()=>`${s.value} navigation`),a=U({get:()=>t.collapsible?n.value:!1,set:u=>{t.collapsible&&(n.value=u)}}),l=U(()=>t.collapsible&&a.value?r.value:i.value);function c(){t.collapsible&&(a.value=!a.value)}return(u,f)=>(M(),B("nav",{id:P(s),class:_e(["av-side-menu",{"av-side-menu--collapsed":P(a)}]),"aria-label":P(o)},[t.collapsible?(M(),B("div",Bw,[ie(ci,{"aria-expanded":!P(a),"aria-controls":P(s),icon:P(a)?P(Ge).CHEVRON_DOUBLE_RIGHT:P(Ge).CHEVRON_DOUBLE_LEFT,class:"av-side-menu__collapse-button",label:P(a)?`${P(s)}-expand-button`:`${P(s)}-collapse-button`,"icon-only":"",onClick:c},null,8,["aria-expanded","aria-controls","icon","label"])])):$("",!0),F("div",zw,[ne(u.$slots,"default",{},void 0,!0)])],10,jw))}}),[["__scopeId","data-v-23242ccc"]]),Qw=ke(te({__name:"AvSideNavigation",props:jn({items:{},selectedItem:{},isSideMenuCollapsed:{type:Boolean},collapsedWidth:{default:"3.5rem"}},{selectedItem:{default:""},selectedItemModifiers:{},isSideMenuCollapsed:{type:Boolean,default:!1},isSideMenuCollapsedModifiers:{}}),emits:jn(["update:selectedItem","update:isSideMenuCollapsed"],["update:selectedItem","update:isSideMenuCollapsed"]),setup(e){const t=hr(e,"selectedItem"),n=hr(e,"isSideMenuCollapsed");function i(r){t.value=r}return(r,s)=>(M(),se(Qg,{collapsed:n.value,"onUpdate:collapsed":s[0]||(s[0]=o=>n.value=o),"collapsed-width":r.collapsedWidth},{default:Ie(()=>[ie(P(Vc),{size:"small",role:"menu"},{default:Ie(()=>[(M(!0),B(ue,null,Ze(r.items,o=>(M(),se(P(jc),{key:o.id,title:n.value?void 0:o.label,icon:o.icon,"icon-size":1.8,selected:t.value===o.id,tag:"button",role:"menuitem",class:_e(["av-side-navigation__menu-item",{"av-side-navigation__menu-item--collapsed":n.value}]),clickable:"",onClick:a=>i(o.id)},null,8,["title","icon","selected","class","onClick"]))),128))]),_:1})]),_:1},8,["collapsed","collapsed-width"]))}}),[["__scopeId","data-v-d802c471"]]),Fw={key:0},Ww={key:0,class:"av-drawer-backdrop"},Uw=["aria-label"],Hw={class:"av-drawer__content-wrapper"},qw={class:"av-drawer__content"},Kw={key:0,class:"footer-container"},Xw=ke(te({__name:"AvDrawer",props:{show:{type:Boolean},position:{default:"right"},width:{default:"35rem"},backdrop:{type:Boolean,default:!0},padding:{default:"var(--spacing-md)"},ariaLabel:{default:"Menu latéral"}},emits:["escapePressed"],setup(e,{emit:t}){St(l=>({b9426bca:P(o),"7249d1b4":P(a)}));const n=e,i=t,r=Pt(),{position:s,width:o,padding:a}=gl(n);return(l,c)=>l.show?(M(),B("div",Fw,[l.backdrop?(M(),B("div",Ww)):$("",!0),F("div",{class:_e(["av-drawer",`av-drawer--${P(s)}`]),role:"dialog","aria-modal":"true","aria-label":l.ariaLabel,onKeydown:c[0]||(c[0]=gs(u=>i("escapePressed"),["esc"]))},[F("div",Hw,[F("div",qw,[ne(l.$slots,"default",{},void 0,!0)]),r.footer?(M(),B("div",Kw,[ne(l.$slots,"footer",{},void 0,!0)])):$("",!0)])],42,Uw)])):$("",!0)}}),[["__scopeId","data-v-4b1b7481"]]),Zw={key:0,class:"header"},Yw={class:"footer"},Gw=ke(te({__name:"AvModal",props:{closeButtonVariant:{},modalId:{},opened:{type:Boolean},isAlert:{type:Boolean},origin:{},icon:{},size:{},closeButtonLabel:{},isLoading:{type:Boolean}},emits:["close"],setup(e,{emit:t}){const n=Ql(e,["isLoading"]),i=t,r=Pt(),s=U(()=>n.closeButtonVariant??"DEFAULT");return(o,a)=>{const l=mI;return M(),se(Cl,{to:"body"},[ie(l,Ne(n,{title:"",onKeydown:a[1]||(a[1]=gs(c=>i("close"),["esc"]))}),{default:Ie(()=>[r.header?(M(),B("div",Zw,[ne(o.$slots,"header",{},void 0,!0)])):$("",!0),ne(o.$slots,"default",{},void 0,!0)]),footer:Ie(()=>[F("div",Yw,[ie(P(ci),{icon:P(Ge).CLOSE_CIRCLE_OUTLINE,label:n.closeButtonLabel,title:n.closeButtonLabel,variant:P(s),"is-loading":o.isLoading,size:"sm",onClick:a[0]||(a[0]=()=>i("close"))},null,8,["icon","label","title","variant","is-loading"]),ne(o.$slots,"footer",{},void 0,!0)])]),_:3},16)])}}}),[["__scopeId","data-v-3153ca6f"]]);function Jw(e,t){const n=he(!1),i=he({top:0,left:0}),r=async()=>{if(n.value=!n.value,n.value&&e.value){await Ut();const a=e.value.getBoundingClientRect(),l=a.bottom+window.scrollY+4;let c=a.left+window.scrollX;if(t.value){const u=t.value.getBoundingClientRect(),f=window.innerWidth;c+u.width>f&&(c=f-u.width-16,c<0&&(c=16))}i.value={top:l/16,left:c/16}}},s=()=>{n.value=!1},o=a=>{e.value&&!e.value.contains(a.target)&&s()};return st(()=>{document.addEventListener("click",o)}),Dt(()=>{document.removeEventListener("click",o)}),{showPopover:n,popoverPosition:i,togglePopover:r,closePopover:s}}/*!
|
|
12
|
+
*/const Jf={escapeDeactivates:{type:Boolean,default:!0},returnFocusOnDeactivate:{type:Boolean,default:!0},allowOutsideClick:{type:[Boolean,Function],default:!0},clickOutsideDeactivates:[Boolean,Function],initialFocus:[String,Function,Boolean],fallbackFocus:[String,Function],checkCanFocusTrap:Function,checkCanReturnFocus:Function,delayInitialFocus:{type:Boolean,default:!0},document:Object,preventScroll:Boolean,setReturnFocus:[Object,String,Boolean,Function],tabbableOptions:Object},$f=r.defineComponent({props:Object.assign({active:{type:Boolean,default:!0}},Jf),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(e,{slots:t,emit:n}){let i;const s=r.ref(null),a=r.computed(()=>{const l=s.value;return l&&(l instanceof HTMLElement?l:l.$el)});function o(){return i||(i=Gf(a.value,{escapeDeactivates:e.escapeDeactivates,allowOutsideClick:e.allowOutsideClick,returnFocusOnDeactivate:e.returnFocusOnDeactivate,clickOutsideDeactivates:e.clickOutsideDeactivates,onActivate:()=>{n("update:active",!0),n("activate")},onDeactivate:()=>{n("update:active",!1),n("deactivate")},onPostActivate:()=>n("postActivate"),onPostDeactivate:()=>n("postDeactivate"),initialFocus:e.initialFocus,fallbackFocus:e.fallbackFocus,tabbableOptions:e.tabbableOptions,delayInitialFocus:e.delayInitialFocus,preventScroll:e.preventScroll}))}return r.onMounted(()=>{r.watch(()=>e.active,l=>{l&&a.value?o().activate():i&&(i.deactivate(),(!a.value||a.value.nodeType===Node.COMMENT_NODE)&&(i=null))},{immediate:!0,flush:"post"})}),r.onUnmounted(()=>{i&&i.deactivate(),i=null}),{activate(){o().activate()},deactivate(){i&&i.deactivate()},renderImpl(){if(!t.default)return null;const l=t.default().filter(c=>c.type!==r.Comment);return!l||!l.length||l.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),l):r.cloneVNode(l[0],{ref:s})}}}}),Vf={role:"navigation",class:"fr-translate fr-nav"},ed={class:"fr-nav__item"},td=["aria-controls","aria-expanded","title"],nd={class:"fr-hidden-lg"},id=["id"],rd={class:"fr-menu__list"},sd=["hreflang","lang","aria-current","href","onClick"],ad=r.defineComponent({__name:"DsfrLanguageSelector",props:{id:{default:()=>fe("language-selector")},languages:{default:()=>[]},currentLanguage:{default:"fr"},title:{default:"Sélectionner une langue"}},emits:["select"],setup(e,{emit:t}){const n=e,i=t,{collapse:s,collapsing:a,cssExpanded:o,doExpand:l,onTransitionEnd:c}=pn(),u=r.ref(!1);function f(m){u.value=!1,i("select",m)}const d=r.computed(()=>n.languages.find(({codeIso:m})=>m===n.currentLanguage));return r.watch(u,(m,b)=>{m!==b&&l(m)}),(m,b)=>{var y,v;return r.openBlock(),r.createElementBlock("nav",Vf,[r.createElementVNode("div",ed,[r.createElementVNode("button",{class:"fr-translate__btn fr-btn fr-btn--tertiary","aria-controls":m.id,"aria-expanded":u.value,title:m.title,type:"button",onClick:b[0]||(b[0]=r.withModifiers(p=>u.value=!u.value,["prevent","stop"]))},[r.createTextVNode(r.toDisplayString((y=d.value)==null?void 0:y.codeIso.toUpperCase()),1),r.createElementVNode("span",nd," - "+r.toDisplayString((v=d.value)==null?void 0:v.label),1)],8,td),r.createElementVNode("div",{id:m.id,ref_key:"collapse",ref:s,class:r.normalizeClass(["fr-collapse fr-translate__menu fr-menu",{"fr-collapse--expanded":r.unref(o),"fr-collapsing":r.unref(a)}]),onTransitionend:b[1]||(b[1]=p=>r.unref(c)(u.value))},[r.createElementVNode("ul",rd,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(m.languages,(p,h)=>(r.openBlock(),r.createElementBlock("li",{key:h},[r.createElementVNode("a",{class:"fr-translate__language fr-nav__link",hreflang:p.codeIso,lang:p.codeIso,"aria-current":m.currentLanguage===p.codeIso?!0:void 0,href:`#${p.codeIso}`,onClick:r.withModifiers(E=>f(p),["prevent","stop"])},r.toDisplayString(`${p.codeIso.toUpperCase()} - ${p.label}`),9,sd)]))),128))])],42,id)])])}}}),od=["for"],ld={key:0,class:"required"},cd={key:0,class:"fr-hint-text"},ud=r.defineComponent({inheritAttrs:!1,__name:"DsfrInput",props:{id:{default:()=>fe("basic","input")},descriptionId:{default:void 0},hint:{default:""},isInvalid:{type:Boolean},isValid:{type:Boolean},isTextarea:{type:Boolean},isWithWrapper:{type:Boolean},labelVisible:{type:Boolean},label:{default:""},labelClass:{default:""},modelValue:{default:""},wrapperClass:{default:""}},emits:["update:modelValue"],setup(e,{expose:t}){const n=e,i=r.useAttrs(),s=r.ref(null),a=()=>{var u;return(u=s.value)==null?void 0:u.focus()},o=r.computed(()=>n.isTextarea?"textarea":"input"),l=r.computed(()=>n.isWithWrapper||i.type==="date"||!!n.wrapperClass),c=r.computed(()=>["fr-label",{invisible:!n.labelVisible},n.labelClass]);return t({focus:a}),(u,f)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createElementVNode("label",{class:r.normalizeClass(c.value),for:u.id},[r.renderSlot(u.$slots,"label",{},()=>[r.createTextVNode(r.toDisplayString(u.label)+" ",1),r.renderSlot(u.$slots,"required-tip",{},()=>["required"in u.$attrs&&u.$attrs.required!==!1?(r.openBlock(),r.createElementBlock("span",ld,"*")):r.createCommentVNode("",!0)],!0)],!0),u.hint?(r.openBlock(),r.createElementBlock("span",cd,r.toDisplayString(u.hint),1)):r.createCommentVNode("",!0)],10,od),l.value?(r.openBlock(),r.createElementBlock("div",{key:1,class:r.normalizeClass([{"fr-input-wrap":u.isWithWrapper||u.$attrs.type==="date"},u.wrapperClass])},[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(o.value),r.mergeProps({id:u.id},u.$attrs,{ref_key:"__input",ref:s,class:["fr-input",{"fr-input--error":u.isInvalid,"fr-input--valid":u.isValid}],value:u.modelValue,"aria-describedby":u.descriptionId||void 0,onInput:f[1]||(f[1]=d=>u.$emit("update:modelValue",d.target.value))}),null,16,["id","class","value","aria-describedby"]))],2)):(r.openBlock(),r.createBlock(r.resolveDynamicComponent(o.value),r.mergeProps({key:0,id:u.id},u.$attrs,{ref_key:"__input",ref:s,class:["fr-input",{"fr-input--error":u.isInvalid,"fr-input--valid":u.isValid}],value:u.modelValue,"aria-describedby":u.descriptionId||void 0,onInput:f[0]||(f[0]=d=>u.$emit("update:modelValue",d.target.value))}),null,16,["id","class","value","aria-describedby"]))],64))}}),ta=ze(ud,[["__scopeId","data-v-7ca45de8"]]),fd={key:1,class:"fr-sr-only"},dd=r.defineComponent({__name:"DsfrSearchBar",props:{id:{default:()=>fe("search","input")},label:{default:""},large:{type:Boolean},buttonText:{default:""},modelValue:{default:""},placeholder:{default:"Rechercher"},disabled:{type:Boolean}},emits:["update:modelValue","search"],setup(e,{emit:t}){const n=t;return(i,s)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["fr-search-bar",{"fr-search-bar--lg":i.large}]),role:"search"},[r.createVNode(ta,{id:i.id,type:"search",placeholder:i.placeholder,"model-value":i.modelValue,label:i.label,disabled:i.disabled,"aria-disabled":i.disabled,"onUpdate:modelValue":s[0]||(s[0]=a=>n("update:modelValue",a)),onKeydown:s[1]||(s[1]=r.withKeys(a=>n("search",i.modelValue),["enter"]))},null,8,["id","placeholder","model-value","label","disabled","aria-disabled"]),r.createVNode(Ti,{title:"Rechercher",disabled:i.disabled,"aria-disabled":i.disabled,onClick:s[2]||(s[2]=a=>n("search",i.modelValue))},{default:r.withCtx(()=>[i.buttonText?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[r.createTextVNode(r.toDisplayString(i.buttonText),1)],64)):(r.openBlock(),r.createElementBlock("span",fd," Rechercher "))]),_:1},8,["disabled","aria-disabled"])],2))}}),pd=["aria-labelledby","role","open"],hd={class:"fr-container fr-container--fluid fr-container-md"},Ad={class:"fr-grid-row fr-grid-row--center"},md={class:"fr-modal__body"},vd={class:"fr-modal__header"},gd=["title"],_d={class:"fr-modal__content"},bd=["id"],yd={key:0,class:"fr-modal__footer"},na=2,Ed=r.defineComponent({__name:"DsfrModal",props:{modalId:{default:()=>fe("modal","dialog")},opened:{type:Boolean},actions:{default:()=>[]},isAlert:{type:Boolean},origin:{default:()=>({focus(){}})},title:{},icon:{default:void 0},size:{default:"md"},closeButtonLabel:{default:"Fermer"},closeButtonTitle:{default:"Fermer la fenêtre modale"}},emits:["close"],setup(e,{emit:t}){const n=e,i=t,s=y=>{y.key==="Escape"&&d()},a=r.computed(()=>n.isAlert?"alertdialog":"dialog"),o=r.ref(null),l=r.ref();r.watch(()=>n.opened,y=>{var v,p;y?((v=l.value)==null||v.showModal(),setTimeout(()=>{var h;(h=o.value)==null||h.focus()},100)):(p=l.value)==null||p.close(),c(y)});function c(y){typeof window<"u"&&document.body.classList.toggle("modal-open",y)}r.onMounted(()=>{u(),c(n.opened)}),r.onBeforeUnmount(()=>{f(),c(!1)});function u(){document.addEventListener("keydown",s)}function f(){document.removeEventListener("keydown",s)}async function d(){var y;await r.nextTick(),(y=n.origin)==null||y.focus(),i("close")}const m=r.computed(()=>typeof n.icon=="string"&&n.icon.startsWith("fr-icon-")),b=r.computed(()=>m.value?void 0:typeof n.icon=="string"?{name:n.icon,scale:na}:{scale:na,...n.icon??{}});return(y,v)=>y.opened?(r.openBlock(),r.createBlock(r.unref($f),{key:0},{default:r.withCtx(()=>{var p,h;return[r.createElementVNode("dialog",{id:"fr-modal-1",ref_key:"modal",ref:l,"aria-modal":"true","aria-labelledby":y.modalId,role:a.value,class:r.normalizeClass(["fr-modal",{"fr-modal--opened":y.opened}]),open:y.opened},[r.createElementVNode("div",hd,[r.createElementVNode("div",Ad,[r.createElementVNode("div",{class:r.normalizeClass(["fr-col-12",{"fr-col-md-8":y.size==="lg","fr-col-md-6":y.size==="md","fr-col-md-4":y.size==="sm"}])},[r.createElementVNode("div",md,[r.createElementVNode("div",vd,[r.createElementVNode("button",{ref_key:"closeBtn",ref:o,class:"fr-btn fr-btn--close",title:y.closeButtonTitle,"aria-controls":"fr-modal-1",type:"button",onClick:v[0]||(v[0]=E=>d())},[r.createElementVNode("span",null,r.toDisplayString(y.closeButtonLabel),1)],8,gd)]),r.createElementVNode("div",_d,[r.createElementVNode("h1",{id:y.modalId,class:"fr-modal__title"},[m.value||b.value?(r.openBlock(),r.createElementBlock("span",{key:0,class:r.normalizeClass({[String(y.icon)]:m.value})},[y.icon&&b.value?(r.openBlock(),r.createBlock(dt,r.normalizeProps(r.mergeProps({key:0},b.value)),null,16)):r.createCommentVNode("",!0)],2)):r.createCommentVNode("",!0),r.createTextVNode(" "+r.toDisplayString(y.title),1)],8,bd),r.renderSlot(y.$slots,"default",{},void 0,!0)]),(p=y.actions)!=null&&p.length||y.$slots.footer?(r.openBlock(),r.createElementBlock("div",yd,[r.renderSlot(y.$slots,"footer",{},void 0,!0),(h=y.actions)!=null&&h.length?(r.openBlock(),r.createBlock(_f,{key:0,align:"right",buttons:y.actions,"inline-layout-when":"large",reverse:""},null,8,["buttons"])):r.createCommentVNode("",!0)])):r.createCommentVNode("",!0)])],2)])])],10,pd)]}),_:3})):r.createCommentVNode("",!0)}}),Id=ze(Ed,[["__scopeId","data-v-70fe954b"]]),Cd=["id","aria-current"],Nd=r.defineComponent({__name:"DsfrNavigationItem",props:{id:{default:()=>fe("nav","item")},active:{type:Boolean}},setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("li",{id:t.id,class:"fr-nav__item","aria-current":t.active?"page":void 0},[r.renderSlot(t.$slots,"default",{},void 0,!0)],8,Cd))}}),Td=ze(Nd,[["__scopeId","data-v-aa4076c4"]]),Sd=["href"],ia=2,Oi=r.defineComponent({__name:"DsfrNavigationMenuLink",props:{id:{default:()=>fe("menu-link")},to:{default:"#"},text:{default:""},icon:{default:void 0},onClick:{type:Function,default:()=>{}}},emits:["toggleId"],setup(e){const t=e,n=r.computed(()=>typeof t.to=="string"&&t.to.startsWith("http")),i=r.computed(()=>t.icon&&typeof t.icon=="string"&&t.icon.startsWith("fr-icon-")),s=r.computed(()=>i.value||!t.icon?void 0:typeof t.icon=="string"?{scale:ia,name:t.icon}:{scale:ia,...t.icon||{}}),a=r.hasInjectionContext()?r.inject(Ci):void 0,o=(a==null?void 0:a())??(()=>{});return(l,c)=>{const u=r.resolveComponent("RouterLink");return n.value?(r.openBlock(),r.createElementBlock("a",{key:0,class:"fr-nav__link","data-testid":"nav-external-link",href:l.to,onClick:c[0]||(c[0]=f=>{l.$emit("toggleId",l.id),l.onClick(f)})},r.toDisplayString(l.text),9,Sd)):(r.openBlock(),r.createBlock(u,{key:1,class:r.normalizeClass(["fr-nav__link",{[String(l.icon)]:i.value}]),"data-testid":"nav-router-link",to:l.to,onClick:c[1]||(c[1]=f=>{var d;r.unref(o)(),l.$emit("toggleId",l.id),(d=l.onClick)==null||d.call(l,f)})},{default:r.withCtx(()=>[l.icon&&s.value?(r.openBlock(),r.createBlock(dt,r.normalizeProps(r.mergeProps({key:0},s.value)),null,16)):r.createCommentVNode("",!0),r.createTextVNode(" "+r.toDisplayString(l.text),1)]),_:1},8,["to","class"]))}}}),wd={class:"fr-col-12 fr-col-lg-3"},kd={class:"fr-mega-menu__category"},Od={class:"fr-mega-menu__list"},Md=r.defineComponent({__name:"DsfrNavigationMegaMenuCategory",props:{title:{},active:{type:Boolean},links:{}},setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("div",wd,[r.createElementVNode("h5",kd,[r.createElementVNode("a",{class:"fr-nav__link",href:"#",onClick:n[0]||(n[0]=r.withModifiers(()=>{},["prevent"]))},r.toDisplayString(t.title),1)]),r.createElementVNode("ul",Od,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(t.links,(i,s)=>(r.openBlock(),r.createElementBlock("li",{key:s,class:"fr-nav__link"},[r.createVNode(Oi,r.mergeProps({ref_for:!0},i),null,16)]))),128))])]))}}),xd=["aria-expanded","aria-current","aria-controls"],Dd=["id"],Bd={class:"fr-container fr-container--fluid fr-container-lg"},Ld={class:"fr-grid-row fr-grid-row-lg--gutters"},Pd={class:"fr-col-12 fr-col-lg-8 fr-col-offset-lg-4--right fr-mb-4v"},Rd={class:"fr-mega-menu__leader"},zd={class:"fr-h4 fr-mb-2v"},jd={class:"fr-hidden fr-displayed-lg"},Qd=r.defineComponent({__name:"DsfrNavigationMegaMenu",props:{id:{default:()=>fe("mega-menu")},title:{},description:{default:""},link:{default:()=>({to:"#",text:"Voir toute la rubrique"})},menus:{default:()=>[]},expandedId:{default:""},active:{type:Boolean}},emits:["toggleId"],setup(e){const t=e,{collapse:n,collapsing:i,cssExpanded:s,doExpand:a,onTransitionEnd:o}=pn(),l=r.computed(()=>t.id===t.expandedId);return r.watch(l,(c,u)=>{c!==u&&a(c)}),r.onMounted(()=>{l.value&&a(!0)}),(c,u)=>{const f=r.resolveComponent("RouterLink");return r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createElementVNode("button",{class:"fr-nav__btn","aria-expanded":l.value,"aria-current":c.active||void 0,"aria-controls":c.id,onClick:u[0]||(u[0]=d=>c.$emit("toggleId",c.id))},r.toDisplayString(c.title),9,xd),r.createElementVNode("div",{id:c.id,ref_key:"collapse",ref:n,"data-testid":"mega-menu-wrapper",class:r.normalizeClass(["fr-collapse fr-mega-menu",{"fr-collapse--expanded":r.unref(s),"fr-collapsing":r.unref(i)}]),tabindex:"-1",onTransitionend:u[2]||(u[2]=d=>r.unref(o)(l.value))},[r.createElementVNode("div",Bd,[r.createElementVNode("button",{class:"fr-link--close fr-link","aria-controls":"mega-menu-695",onClick:u[1]||(u[1]=d=>c.$emit("toggleId",c.id))}," Fermer "),r.createElementVNode("div",Ld,[r.createElementVNode("div",Pd,[r.createElementVNode("div",Rd,[r.createElementVNode("h4",zd,r.toDisplayString(c.title),1),r.createElementVNode("p",jd,[r.createTextVNode(r.toDisplayString(c.description)+" ",1),r.renderSlot(c.$slots,"description",{},void 0,!0)]),r.createVNode(f,{class:"fr-link fr-icon-arrow-right-line fr-link--icon-right fr-link--align-on-content",to:c.link.to},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(c.link.text),1)]),_:1},8,["to"])])]),r.renderSlot(c.$slots,"default",{},void 0,!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(c.menus,(d,m)=>(r.openBlock(),r.createBlock(Md,r.mergeProps({key:m,ref_for:!0},d),null,16))),128))])])],42,Dd)],64)}}}),Fd=ze(Qd,[["__scopeId","data-v-1e103394"]]),Wd=["id","aria-current"],Ud=r.defineComponent({__name:"DsfrNavigationMenuItem",props:{id:{default:()=>fe("menu","item")},active:{type:Boolean}},setup(e){return(t,n)=>(r.openBlock(),r.createElementBlock("li",{id:t.id,class:"fr-menu__item","aria-current":t.active?"page":void 0},[r.renderSlot(t.$slots,"default")],8,Wd))}}),qd=["aria-expanded","aria-current","aria-controls"],Xd=["id"],Hd={class:"fr-menu__list"},Kd=r.defineComponent({__name:"DsfrNavigationMenu",props:{id:{default:()=>fe("menu")},title:{},links:{default:()=>[]},expandedId:{default:""},active:{type:Boolean}},emits:["toggleId"],setup(e){const t=e,{collapse:n,collapsing:i,cssExpanded:s,doExpand:a,onTransitionEnd:o}=pn(),l=r.computed(()=>t.id===t.expandedId);return r.watch(l,(c,u)=>{c!==u&&a(c)}),r.onMounted(()=>{l.value&&a(!0)}),(c,u)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createElementVNode("button",{class:"fr-nav__btn","aria-expanded":l.value,"aria-current":c.active||void 0,"aria-controls":c.id,onClick:u[0]||(u[0]=f=>c.$emit("toggleId",c.id))},[r.createElementVNode("span",null,r.toDisplayString(c.title),1)],8,qd),r.createElementVNode("div",{id:c.id,ref_key:"collapse",ref:n,class:r.normalizeClass(["fr-collapse fr-menu",{"fr-collapse--expanded":r.unref(s),"fr-collapsing":r.unref(i)}]),"data-testid":"navigation-menu",onTransitionend:u[2]||(u[2]=f=>r.unref(o)(l.value))},[r.createElementVNode("ul",Hd,[r.renderSlot(c.$slots,"default"),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(c.links,(f,d)=>(r.openBlock(),r.createBlock(Ud,{key:d},{default:r.withCtx(()=>[r.createVNode(Oi,r.mergeProps({ref_for:!0},f,{onToggleId:u[1]||(u[1]=m=>c.$emit("toggleId",c.expandedId))}),null,16)]),_:2},1024))),128))])],42,Xd)],64))}}),Zd=["id","aria-label"],Yd={class:"fr-nav__list"},Gd=r.defineComponent({__name:"DsfrNavigation",props:{id:{default:()=>fe("nav")},label:{default:"Menu principal"},navItems:{default:()=>[]}},setup(e){const t=e,n=r.ref(void 0),i=l=>{if(l===n.value){n.value=void 0;return}n.value=l},s=l=>{if(l!==document.getElementById(t.id)){if(!(l!=null&&l.parentNode)){i(n.value);return}s(l.parentNode)}},a=l=>{s(l.target)},o=l=>{l.key==="Escape"&&i(n.value)};return r.onMounted(()=>{document.addEventListener("click",a),document.addEventListener("keydown",o)}),r.onUnmounted(()=>{document.removeEventListener("click",a),document.removeEventListener("keydown",o)}),(l,c)=>(r.openBlock(),r.createElementBlock("nav",{id:l.id,class:"fr-nav",role:"navigation","aria-label":l.label},[r.createElementVNode("ul",Yd,[r.renderSlot(l.$slots,"default"),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(l.navItems,(u,f)=>(r.openBlock(),r.createBlock(Td,{id:u.id,key:f},{default:r.withCtx(()=>[u.to&&u.text?(r.openBlock(),r.createBlock(Oi,r.mergeProps({key:0,ref_for:!0},u,{"expanded-id":n.value,onToggleId:c[0]||(c[0]=d=>i(d))}),null,16,["expanded-id"])):u.title&&u.links?(r.openBlock(),r.createBlock(Kd,r.mergeProps({key:1,ref_for:!0},u,{"expanded-id":n.value,onToggleId:c[1]||(c[1]=d=>i(d))}),null,16,["expanded-id"])):u.title&&u.menus?(r.openBlock(),r.createBlock(Fd,r.mergeProps({key:2,ref_for:!0},u,{"expanded-id":n.value,onToggleId:c[2]||(c[2]=d=>i(d))}),null,16,["expanded-id"])):r.createCommentVNode("",!0)]),_:2},1032,["id"]))),128))])],8,Zd))}}),Jd=["id","name","value","checked","disabled"],$d=["for"],Vd={key:0,class:"required"},ep={key:0,class:"fr-hint-text"},tp={key:0,class:"fr-radio-rich__pictogram"},np=["src","title"],ip={key:0},rp=["href"],sp=["href"],ap=["href"],ra=r.defineComponent({__name:"DsfrRadioButton",props:{id:{default:()=>fe("basic","radio")},name:{},modelValue:{type:[String,Number,Boolean],default:""},disabled:{type:Boolean},small:{type:Boolean},inline:{type:Boolean},value:{type:[String,Number,Boolean]},label:{default:""},hint:{default:""},rich:{type:Boolean,default:!1},img:{default:void 0},imgTitle:{},svgPath:{default:void 0},svgAttrs:{default:()=>({viewBox:"0 0 80 80",width:"80px",height:"80px"})}},emits:["update:modelValue"],setup(e){const t=e,n={viewBox:"0 0 80 80",width:"80px",height:"80px"},i=r.computed(()=>t.rich||!!t.img||!!t.svgPath);return(s,a)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["fr-fieldset__element",{"fr-fieldset__element--inline":s.inline}])},[r.createElementVNode("div",{class:r.normalizeClass(["fr-radio-group",{"fr-radio-rich":i.value,"fr-radio-group--sm":s.small}])},[r.createElementVNode("input",r.mergeProps({id:s.id,type:"radio",name:s.name,value:s.value,checked:s.modelValue===s.value,disabled:s.disabled},s.$attrs,{onClick:a[0]||(a[0]=o=>s.$emit("update:modelValue",s.value))}),null,16,Jd),r.createElementVNode("label",{for:s.id,class:"fr-label"},[r.renderSlot(s.$slots,"label",{},()=>[r.createTextVNode(r.toDisplayString(s.label)+" ",1),r.renderSlot(s.$slots,"required-tip",{},()=>[s.$attrs.required?(r.openBlock(),r.createElementBlock("span",Vd," *")):r.createCommentVNode("",!0)])]),s.hint?(r.openBlock(),r.createElementBlock("span",ep,r.toDisplayString(s.hint),1)):r.createCommentVNode("",!0)],8,$d),s.img||s.svgPath?(r.openBlock(),r.createElementBlock("div",tp,[s.img?(r.openBlock(),r.createElementBlock("img",{key:0,src:s.img,class:"fr-artwork",alt:"",title:s.imgTitle},null,8,np)):(r.openBlock(),r.createElementBlock("svg",r.mergeProps({key:1,"aria-hidden":"true",class:"fr-artwork"},{...n,...s.svgAttrs}),[s.imgTitle?(r.openBlock(),r.createElementBlock("title",ip,r.toDisplayString(s.imgTitle),1)):r.createCommentVNode("",!0),r.createElementVNode("use",{class:"fr-artwork-decorative",href:`${s.svgPath}#artwork-decorative`},null,8,rp),r.createElementVNode("use",{class:"fr-artwork-minor",href:`${s.svgPath}#artwork-minor`},null,8,sp),r.createElementVNode("use",{class:"fr-artwork-major",href:`${s.svgPath}#artwork-major`},null,8,ap)],16))])):r.createCommentVNode("",!0)],2)],2))}}),op={class:"fr-form-group"},lp=["disabled","aria-labelledby","aria-describedby","aria-invalid","role"],cp=["id"],up={key:0,class:"fr-hint-text"},fp={key:0,class:"required"},dp=["id"],pp=r.defineComponent({__name:"DsfrRadioButtonSet",props:{titleId:{default:()=>fe("radio-button","group")},disabled:{type:Boolean},required:{type:Boolean},small:{type:Boolean},inline:{type:Boolean},name:{},errorMessage:{default:""},validMessage:{default:""},legend:{default:""},hint:{default:""},modelValue:{type:[String,Number,Boolean]},options:{default:()=>[]},ariaInvalid:{type:[Boolean,String]}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,s=r.computed(()=>n.errorMessage||n.validMessage),a=r.computed(()=>n.errorMessage?"fr-error-text":"fr-valid-text"),o=c=>{c!==n.modelValue&&i("update:modelValue",c)},l=r.computed(()=>s.value?`messages-${n.titleId}`:void 0);return(c,u)=>(r.openBlock(),r.createElementBlock("div",op,[r.createElementVNode("fieldset",{class:r.normalizeClass(["fr-fieldset",{"fr-fieldset--error":c.errorMessage,"fr-fieldset--valid":c.validMessage}]),disabled:c.disabled,"aria-labelledby":c.titleId,"aria-describedby":l.value,"aria-invalid":c.ariaInvalid,role:c.errorMessage||c.validMessage?"group":void 0},[c.legend||c.$slots.legend||c.hint||c.$slots.hint?(r.openBlock(),r.createElementBlock("legend",{key:0,id:c.titleId,class:"fr-fieldset__legend fr-fieldset__legend--regular"},[r.renderSlot(c.$slots,"legend",{},()=>[r.createTextVNode(r.toDisplayString(c.legend)+" ",1),c.hint||c.$slots.hint?(r.openBlock(),r.createElementBlock("span",up,[r.renderSlot(c.$slots,"hint",{},()=>[r.createTextVNode(r.toDisplayString(c.hint),1)])])):r.createCommentVNode("",!0),r.renderSlot(c.$slots,"required-tip",{},()=>[c.required?(r.openBlock(),r.createElementBlock("span",fp," *")):r.createCommentVNode("",!0)])])],8,cp)):r.createCommentVNode("",!0),r.renderSlot(c.$slots,"default",{},()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(c.options,(f,d)=>(r.openBlock(),r.createBlock(ra,r.mergeProps({key:typeof f.value=="boolean"?d:f.value||d,name:c.name,"aria-disabled":f.disabled,ref_for:!0},f,{small:c.small,inline:c.inline,"model-value":c.modelValue,"onUpdate:modelValue":u[0]||(u[0]=m=>o(m))}),null,16,["name","aria-disabled","small","inline","model-value"]))),128))]),s.value?(r.openBlock(),r.createElementBlock("div",{key:1,id:`messages-${c.titleId}`,class:"fr-messages-group","aria-live":"assertive",role:"alert"},[r.createElementVNode("p",{class:r.normalizeClass(["fr-message fr-message--info flex items-center",a.value])},r.toDisplayString(s.value),3)],8,dp)):r.createCommentVNode("",!0)],10,lp)]))}}),hp=["for"],Ap={key:0,class:"required"},mp={key:0,class:"fr-hint-text"},vp=["id","name","disabled","aria-disabled","required"],gp=["selected"],_p=["selected","value","disabled","aria-disabled"],bp=["id"],yp=r.defineComponent({inheritAttrs:!1,__name:"DsfrSelect",props:{required:{type:Boolean},disabled:{type:Boolean},selectId:{default:()=>fe("select")},name:{default:void 0},description:{default:void 0},hint:{default:void 0},modelValue:{default:void 0},label:{default:""},options:{default:()=>[]},successMessage:{default:""},errorMessage:{default:""},defaultUnselectedText:{default:"Sélectionner une option"}},emits:["update:modelValue"],setup(e){const t=e;t.description&&console.warn("[DsfrSelect] : La prop `description` est dépréciée. Veuillez utiliser `hint` à la place.");const n=r.computed(()=>t.errorMessage||t.successMessage),i=r.computed(()=>t.errorMessage?"error":"valid");return(s,a)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["fr-select-group",{[`fr-select-group--${i.value}`]:n.value}])},[r.createElementVNode("label",{class:"fr-label",for:s.selectId},[r.renderSlot(s.$slots,"label",{},()=>[r.createTextVNode(r.toDisplayString(s.label)+" ",1),r.renderSlot(s.$slots,"required-tip",{},()=>[s.required?(r.openBlock(),r.createElementBlock("span",Ap," *")):r.createCommentVNode("",!0)])]),s.hint??s.description?(r.openBlock(),r.createElementBlock("span",mp,r.toDisplayString(s.hint??s.description),1)):r.createCommentVNode("",!0)],8,hp),r.createElementVNode("select",r.mergeProps({id:s.selectId,class:[{[`fr-select--${i.value}`]:n.value},"fr-select"],name:s.name||s.selectId,disabled:s.disabled,"aria-disabled":s.disabled,required:s.required},s.$attrs,{onChange:a[0]||(a[0]=o=>{var l;return s.$emit("update:modelValue",(l=o.target)==null?void 0:l.value)})}),[r.createElementVNode("option",{selected:!s.options.some(o=>typeof o!="object"||o===null?o===s.modelValue:o.value===s.modelValue),disabled:"",value:"",hidden:""},r.toDisplayString(s.defaultUnselectedText),9,gp),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.options,(o,l)=>(r.openBlock(),r.createElementBlock("option",{key:l,selected:s.modelValue===o||typeof o=="object"&&o.value===s.modelValue,value:typeof o=="object"?o.value:o,disabled:!!(typeof o=="object"&&o.disabled),"aria-disabled":!!(typeof o=="object"&&o.disabled)},r.toDisplayString(typeof o=="object"?o.text:o),9,_p))),128))],16,vp),n.value?(r.openBlock(),r.createElementBlock("p",{key:0,id:`select-${i.value}-desc-${i.value}`,class:r.normalizeClass(`fr-${i.value}-text`)},r.toDisplayString(n.value),11,bp)):r.createCommentVNode("",!0)],2))}}),Ep=["id","aria-labelledby","tabindex"],Ip=r.defineComponent({__name:"DsfrTabContent",props:{panelId:{},tabId:{}},setup(e){r.useCssVars(c=>({"7152af7e":o.value,"2a62e962":l.value}));const t=e,n={true:"100%",false:"-100%"},i=r.inject(Ni),{isVisible:s,asc:a}=i(r.toRef(()=>t.tabId)),o=r.computed(()=>n[String(a==null?void 0:a.value)]),l=r.computed(()=>n[String(!(a!=null&&a.value))]);return(c,u)=>(r.openBlock(),r.createBlock(r.Transition,{name:"slide-fade",mode:"in-out"},{default:r.withCtx(()=>[r.withDirectives(r.createElementVNode("div",{id:c.panelId,class:r.normalizeClass(["fr-tabs__panel",{"fr-tabs__panel--selected":r.unref(s)}]),role:"tabpanel","aria-labelledby":c.tabId,tabindex:r.unref(s)?0:-1},[r.renderSlot(c.$slots,"default",{},void 0,!0)],10,Ep),[[r.vShow,r.unref(s)]])]),_:3}))}}),sa=ze(Ip,[["__scopeId","data-v-5774b16c"]]),Cp={role:"presentation"},Np=["id","data-testid","tabindex","aria-selected","aria-controls"],Tp={key:0,style:{"margin-left":"-0.25rem","margin-right":"0.5rem","font-size":"0.95rem"}},aa=r.defineComponent({__name:"DsfrTabItem",props:{panelId:{},tabId:{},icon:{default:void 0}},emits:["click","next","previous","first","last"],setup(e,{emit:t}){const n=e,i=t,s=r.ref(null),a={ArrowRight:"next",ArrowLeft:"previous",Home:"first",End:"last"};function o(f){const d=f==null?void 0:f.key,m=a[d];m&&i(m)}const l=r.inject(Ni),{isVisible:c}=l(r.toRef(()=>n.tabId)),u=r.useTemplateRef("button");return r.watch(c,()=>{var f;c.value&&((f=u.value)==null||f.focus())}),(f,d)=>(r.openBlock(),r.createElementBlock("li",Cp,[r.createElementVNode("button",r.mergeProps(f.$attrs,{id:f.tabId,ref_key:"button",ref:s,"data-testid":`test-${f.tabId}`,class:"fr-tabs__tab",tabindex:r.unref(c)?0:-1,role:"tab",type:"button","aria-selected":r.unref(c),"aria-controls":f.panelId,onClick:d[0]||(d[0]=r.withModifiers(m=>f.$emit("click",f.tabId),["prevent"])),onKeydown:d[1]||(d[1]=m=>o(m))}),[f.icon?(r.openBlock(),r.createElementBlock("span",Tp,[r.createVNode(dt,{name:f.icon},null,8,["name"])])):r.createCommentVNode("",!0),r.renderSlot(f.$slots,"default")],16,Np)]))}}),Sp=["aria-label"],wp=r.defineComponent({__name:"DsfrTabs",props:{modelValue:{default:0},tabListName:{},tabTitles:{default:()=>[]},tabContents:{default:()=>[]}},emits:["update:modelValue"],setup(e,{expose:t,emit:n}){const i=e,s=n,a=r.ref(!1),o=r.computed({get:()=>i.modelValue,set(S){s("update:modelValue",S)}}),l=r.ref(new Map),c=r.ref(0);r.provide(Ni,S=>{const M=r.ref(!0);if(r.watch(o,(C,I)=>{M.value=C>I}),[...l.value.values()].includes(S.value))return{isVisible:r.computed(()=>l.value.get(o.value)===S.value),asc:M};const N=c.value++;l.value.set(N,S.value);const k=r.computed(()=>N===o.value);return r.watch(S,()=>{l.value.set(N,S.value)}),r.onUnmounted(()=>{l.value.delete(N)}),{isVisible:k}});const u=r.ref(null),f=r.ref(null),d=r.reactive({}),m=S=>{if(d[S])return d[S];const M=fe("tab");return d[S]=M,M},b=async()=>{const S=o.value===0?i.tabTitles.length-1:o.value-1;a.value=!1,o.value=S},y=async()=>{const S=o.value===i.tabTitles.length-1?0:o.value+1;a.value=!0,o.value=S},v=async()=>{o.value=0},p=async()=>{o.value=i.tabTitles.length-1},h=r.ref({"--tabs-height":"100px"}),E=()=>{var S;if(o.value<0||!f.value||!f.value.offsetHeight)return;const M=f.value.offsetHeight,N=(S=u.value)==null?void 0:S.querySelectorAll(".fr-tabs__panel")[o.value];if(!N||!N.offsetHeight)return;const k=N.offsetHeight;h.value["--tabs-height"]=`${M+k}px`},w=r.ref(null);return r.onMounted(()=>{var S;window.ResizeObserver&&(w.value=new window.ResizeObserver(()=>{E()})),(S=u.value)==null||S.querySelectorAll(".fr-tabs__panel").forEach(M=>{var N;M&&((N=w.value)==null||N.observe(M))})}),r.onUnmounted(()=>{var S;(S=u.value)==null||S.querySelectorAll(".fr-tabs__panel").forEach(M=>{var N;M&&((N=w.value)==null||N.unobserve(M))})}),t({renderTabs:E,selectFirst:v,selectLast:p}),(S,M)=>(r.openBlock(),r.createElementBlock("div",{ref_key:"$el",ref:u,class:"fr-tabs",style:r.normalizeStyle(h.value)},[r.createElementVNode("ul",{ref_key:"tablist",ref:f,class:"fr-tabs__list",role:"tablist","aria-label":S.tabListName},[r.renderSlot(S.$slots,"tab-items",{},()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(S.tabTitles,(N,k)=>(r.openBlock(),r.createBlock(aa,{key:k,icon:N.icon,"panel-id":N.panelId||`${m(k)}-panel`,"tab-id":N.tabId||m(k),onClick:C=>o.value=k,onNext:M[0]||(M[0]=C=>y()),onPrevious:M[1]||(M[1]=C=>b()),onFirst:M[2]||(M[2]=C=>v()),onLast:M[3]||(M[3]=C=>p())},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(N.title),1)]),_:2},1032,["icon","panel-id","tab-id","onClick"]))),128))])],8,Sp),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(S.tabContents,(N,k)=>{var C,I,A,g;return r.openBlock(),r.createBlock(sa,{key:k,"panel-id":((I=(C=S.tabTitles)==null?void 0:C[k])==null?void 0:I.panelId)||`${m(k)}-panel`,"tab-id":((g=(A=S.tabTitles)==null?void 0:A[k])==null?void 0:g.tabId)||m(k)},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(N),1)]),_:2},1032,["panel-id","tab-id"])}),128)),r.renderSlot(S.$slots,"default")],4))}}),kp=r.defineComponent({__name:"DsfrTag",props:{label:{default:void 0},link:{default:void 0},tagName:{default:"p"},icon:{default:void 0},disabled:{type:Boolean,default:void 0},small:{type:Boolean},iconOnly:{type:Boolean},selectable:{type:Boolean},selected:{type:Boolean},value:{}},emits:["select"],setup(e){const t=e,n=r.computed(()=>typeof t.link=="string"&&t.link.startsWith("http")),i=r.computed(()=>t.link?n.value?"a":"RouterLink":t.disabled&&t.tagName==="p"||t.selectable?"button":t.tagName),s=r.computed(()=>({[n.value?"href":"to"]:t.link})),a=r.computed(()=>typeof t.icon=="string"&&t.icon.startsWith("fr-icon-")),o=r.computed(()=>t.small?.65:.9),l=r.computed(()=>typeof t.icon=="string"?{scale:o.value,name:t.icon}:{scale:o.value,...t.icon});return(c,u)=>(r.openBlock(),r.createBlock(r.resolveDynamicComponent(i.value),r.mergeProps({class:["fr-tag",{"fr-tag--sm":c.small,[c.icon]:a.value,"fr-tag--icon-left":a.value}],disabled:c.disabled,"aria-pressed":c.selectable?c.selected:void 0},{...s.value,...c.$attrs},{onClick:u[0]||(u[0]=f=>!c.disabled&&c.$emit("select",[c.value,c.selected]))}),{default:r.withCtx(()=>[t.icon&&!a.value?(r.openBlock(),r.createBlock(dt,r.mergeProps({key:0,label:c.iconOnly?c.label:void 0,class:{"fr-mr-1v":!c.iconOnly}},l.value),null,16,["label","class"])):r.createCommentVNode("",!0),c.iconOnly?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock(r.Fragment,{key:1},[r.createTextVNode(r.toDisplayString(c.label),1)],64)),r.renderSlot(c.$slots,"default",{},void 0,!0)]),_:3},16,["disabled","class","aria-pressed"]))}}),Op=ze(kp,[["__scopeId","data-v-0cada598"]]),Mp=r.defineComponent({__name:"AvBadge",props:{color:{},backgroundColor:{},borderColor:{},iconPath:{},label:{},type:{},noIcon:{type:Boolean},small:{type:Boolean},ellipsis:{type:Boolean}},setup(e){r.useCssVars(s=>({"07eeafc6":s.color,"406561e2":s.backgroundColor,"6fc40bd1":s.borderColor}));const t=e,n=r.computed(()=>t.iconPath&&!t.noIcon?"av-badge--customIcon":void 0),i=r.computed(()=>({"--icon-path":`url(${t.iconPath})`}));return(s,a)=>{const o=hf;return r.openBlock(),r.createBlock(o,r.mergeProps(t,{class:["av-badge",[r.unref(n)]],style:r.unref(i)}),null,16,["class","style"])}}}),H=(e,t)=>{const n=e.__vccOpts||e;for(const[i,s]of t)n[i]=s;return n},xp=H(Mp,[["__scopeId","data-v-844b9e93"]]),Dp={class:"av-icon-vicon--container"},Bp=16/19.19,he=H(r.defineComponent({__name:"AvVIcon",props:{size:{default:1},name:{},verticalAlign:{},animation:{},speed:{},flip:{},label:{},title:{},color:{},inverse:{type:Boolean},ssr:{type:Boolean}},setup(e){r.useCssVars(s=>({53885778:r.unref(i)}));const t=r.createPropsRestProxy(e,["size"]),n=r.computed(()=>Bp*e.size),i=r.computed(()=>`${e.size}rem`);return(s,a)=>{const o=dt;return r.openBlock(),r.createElementBlock("div",Dp,[r.createVNode(o,r.mergeProps(t,{scale:r.unref(n)}),null,16,["scale"])])}}}),[["__scopeId","data-v-bc7be51b"]]),oa=H(r.defineComponent({__name:"AvIconText",props:{textColor:{default:"var(--text1)"},iconColor:{default:"var(--text1)"},icon:{},text:{},typographyClass:{default:"b2-regular"},gap:{default:"var(--spacing-xxs)"},inline:{type:Boolean,default:!1}},setup(e){r.useCssVars(s=>({c6650fa8:s.gap,ab2781e8:s.textColor}));const t=r.computed(()=>e.typographyClass.startsWith("caption")?1.125:e.typographyClass.startsWith("n")||e.typographyClass.startsWith("s")?2:1.3125),n=r.computed(()=>e.inline?void 0:"ellipsis-container"),i=r.computed(()=>e.inline?void 0:"ellipsis");return(s,a)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["icon-text--container",[r.unref(n)]])},[r.createVNode(he,{class:"icon-text--icon",name:s.icon,color:s.iconColor,size:r.unref(t)},null,8,["name","color","size"]),r.createElementVNode("span",{class:r.normalizeClass(["icon-text--text",[r.unref(i),s.typographyClass]])},r.toDisplayString(s.text),3)],2))}}),[["__scopeId","data-v-16adde8c"]]),Lp={key:1,class:"av-card__body"},Pp={key:2,class:"av-card__footer"},Rp=H(r.defineComponent({__name:"AvCard",props:{backgroundColor:{default:"var(--card)"},borderColor:{default:"var(--stroke)"},titleBackground:{default:"var(--surface-background)"},titleHeight:{}},setup(e){const t=r.useSlots();return(n,i)=>(r.openBlock(),r.createElementBlock("div",{class:"av-card",style:r.normalizeStyle({borderColor:n.borderColor,background:n.backgroundColor})},[t.title?(r.openBlock(),r.createElementBlock("div",{key:0,class:"av-card__title",style:r.normalizeStyle({background:n.titleBackground,height:n.titleHeight})},[r.renderSlot(n.$slots,"title",{},void 0,!0)],4)):r.createCommentVNode("",!0),r.renderSlot(n.$slots,"default",{},void 0,!0),t.body?(r.openBlock(),r.createElementBlock("div",Lp,[r.renderSlot(n.$slots,"body",{},void 0,!0)])):r.createCommentVNode("",!0),t.footer?(r.openBlock(),r.createElementBlock("div",Pp,[r.renderSlot(n.$slots,"footer",{},void 0,!0)])):r.createCommentVNode("",!0)],4))}}),[["__scopeId","data-v-740c9a3b"]]),ne={ACCOUNT_CIRCLE_OUTLINE:"mdi:account-circle-outline",ACCOUNT_STUDENT_OUTLINE:"mdi:account-student-outline",ALERT_CIRCLE_OUTLINE:"mdi:alert-circle-outline",ARROW_DECISION:"mdi:arrow-decision",ARROW_LEFT_THIN:"mdi:arrow-left-thin",ARROW_RIGHT:"mdi:arrow-right",ARROW_RIGHT_THIN:"mdi:arrow-right-thin",ARROW_TOP_RIGHT_THICK:"mdi:arrow-top-right-thick",ATTACH_FILE:"mdi:attach-file",ATTACHMENT_PLUS:"mdi:attachment-plus",BELL_NOTIFICATION:"mdi:bell-notification",BOOK_LOCATION_OUTLINE:"mdi:book-location-outline",BRIEFCASE_VARIANT_OUTLINE:"mdi:briefcase-variant-outline",CALENDAR_MONTH_OUTLINE:"mdi:calendar-month-outline",CHAT_BUBBLE_OUTLINE:"mdi:chat-bubble-outline",CHECK:"mdi:check",CHECK_CIRCLE:"mdi:check-circle",CHECK_CIRCLE_OUTLINE:"mdi:check-circle-outline",CHEVRON_DOUBLE_LEFT:"mdi:chevron-double-left",CHEVRON_DOUBLE_RIGHT:"mdi:chevron-double-right",CLOSE_CIRCLE_OUTLINE:"mdi:close-circle-outline",CONTENT_SAVE_OUTLINE:"mdi:content-save-outline",DOTS_VERTICAL:"mdi:dots-vertical",ELECTRON_FRAMEWORK:"mdi:electron-framework",FAMILY:"mdi:family",FILE_ACCOUNT_OUTLINE:"mdi:file-account-outline",FILE_DOCUMENT_BOX_MULTIPLE_OUTLINE:"mdi:file-document-box-multiple-outline",FILE_DOCUMENT_EDIT_OUTLINE:"mdi:file-document-edit-outline",FILE_DOCUMENT_MULTIPLE_OUTLINE:"mdi:file-document-multiple-outline",FLAG_VARIANT:"mdi:flag-variant",FORMAT_LIST_BULLETED:"mdi:format-list-bulleted",HOME_VARIANT_OUTLINE:"mdi:home-variant-outline",HOURGLASS:"mdi:hourglass",IMAGE_FILTER_CENTER_FOCUS_WEAK:"mdi:image-filter-center-focus-weak",IMAGE_OUTLINE:"mdi:image-outline",INFORMATION_OUTLINE:"mdi:information-outline",LOADING_OUTLINE:"mdi:loading",LOGOUT:"mdi:logout",NAVIGATE_BEFORE:"mdi:navigate-before",NAVIGATE_NEXT:"mdi:navigate-next",NOTIFICATIONS_NONE:"mdi:notifications-none",PAGE_FIRST:"mdi:page-first",PAGE_LAST:"mdi:page-last",PENCIL_OUTLINE:"mdi:pencil-outline",PLUS_CIRCLE_OUTLINE:"mdi:plus-circle-outline",POST_IT_NOTES_OUTLINE:"mdi:post-it-notes-outline",SCHOOL_OUTLINE:"mdi:school-outline",SHARE_VARIANT_OUTLINE:"mdi:share-variant-outline",STAR_CHECK_OUTLINE:"mdi:star-check-outline",STAR_SHOOTING_OUTLINE:"mdi:star-shooting-outline",STARS:"mdi:stars",SWAP_HORIZONTAL:"mdi:swap-horizontal",SWAP_VERTICAL_VARIANT:"mdi:swap-vertical-variant",TARGET_ARROW:"mdi:target-arrow",TEST_TUBE_EMPTY:"mdi:test-tube-empty",TRASH_CAN_OUTLINE:"mdi:trash-can-outline",TRAY_UPLOAD:"mdi:tray-upload",VECTOR_POLYGON_VARIANT:"mdi:vector-polygon-variant",WARNING_OUTLINE:"mdi:warning-outline"},zp={DICE_1_LINE:"ri:dice-1-line",DICE_4_LINE:"ri:dice-4-line"},jp={CLOCK_ALMOST_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NTQzXzI2OTE5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDAwMDg1NDNfMjY5MTkpIj4KPHBhdGggZD0iTTguMDAwMzMgMTQuMzMyN0M3LjEyMjU1IDE0LjMzMjcgNi4yOTc2NiAxNC4xNjYgNS41MjU2NiAxMy44MzI3QzQuNzUzMjEgMTMuNDk5MyA0LjA4MzY2IDEzLjA0OTMgMy41MTY5OSAxMi40ODI3QzIuOTUwMzMgMTEuOTE2IDIuNTAwMzMgMTEuMjQ2NSAyLjE2Njk5IDEwLjQ3NEMxLjgzMzY2IDkuNzAyMDEgMS42NjY5OSA4Ljg3NzEzIDEuNjY2OTkgNy45OTkzNUMxLjY2Njk5IDcuMTIxNTcgMS44MzM2NiA2LjI5NjQ2IDIuMTY2OTkgNS41MjQwMkMyLjUwMDMzIDQuNzUyMDIgMi45NTAzMyA0LjA4MjY4IDMuNTE2OTkgMy41MTYwMkM0LjA4MzY2IDIuOTQ5MzUgNC43NTMyMSAyLjQ5OTM1IDUuNTI1NjYgMi4xNjYwMkM2LjI5NzY2IDEuODMyNjggNy4xMjI1NSAxLjY2NjAyIDguMDAwMzMgMS42NjYwMkM4Ljg3ODEgMS42NjYwMiA5LjcwMzIxIDEuODMyNjggMTAuNDc1NyAyLjE2NjAyQzExLjI0NzcgMi40OTkzNSAxMS45MTcgMi45NDkzNSAxMi40ODM3IDMuNTE2MDJDMTMuMDUwMyA0LjA4MjY4IDEzLjUwMDMgNC43NTIwMiAxMy44MzM3IDUuNTI0MDJDMTQuMTY3IDYuMjk2NDYgMTQuMzMzNyA3LjEyMTU3IDE0LjMzMzcgNy45OTkzNUMxNC4zMzM3IDguODc3MTMgMTQuMTY3IDkuNzAyMDEgMTMuODMzNyAxMC40NzRDMTMuNTAwMyAxMS4yNDY1IDEzLjA1MDMgMTEuOTE2IDEyLjQ4MzcgMTIuNDgyN0MxMS45MTcgMTMuMDQ5MyAxMS4yNDc3IDEzLjQ5OTMgMTAuNDc1NyAxMy44MzI3QzkuNzAzMjEgMTQuMTY2IDguODc4MSAxNC4zMzI3IDguMDAwMzMgMTQuMzMyN1pNNC4yMTY5OSA0LjIxNjAyTDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzcuMjg5MjEgMi42NjYwMiA2LjYwNTg4IDIuNzk5MzUgNS45NTAzMyAzLjA2NjAyQzUuMjk0NzcgMy4zMzI2OCA0LjcxNjk5IDMuNzE2MDIgNC4yMTY5OSA0LjIxNjAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvZz4KPC9zdmc+Cg==",CLOCK_HALF_PLUS_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NTMxXzMxMzY5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDAwMDg1MzFfMzEzNjkpIj4KPHBhdGggZD0iTTguMDAwMzMgMTQuMzMyN0M3LjEyMjU1IDE0LjMzMjcgNi4yOTc2NiAxNC4xNjYgNS41MjU2NiAxMy44MzI3QzQuNzUzMjEgMTMuNDk5MyA0LjA4MzY2IDEzLjA0OTMgMy41MTY5OSAxMi40ODI3QzIuOTUwMzMgMTEuOTE2IDIuNTAwMzMgMTEuMjQ2NSAyLjE2Njk5IDEwLjQ3NEMxLjgzMzY2IDkuNzAyMDEgMS42NjY5OSA4Ljg3NzEzIDEuNjY2OTkgNy45OTkzNUMxLjY2Njk5IDcuMTIxNTcgMS44MzM2NiA2LjI5NjQ2IDIuMTY2OTkgNS41MjQwMkMyLjUwMDMzIDQuNzUyMDIgMi45NTAzMyA0LjA4MjY4IDMuNTE2OTkgMy41MTYwMkM0LjA4MzY2IDIuOTQ5MzUgNC43NTMyMSAyLjQ5OTM1IDUuNTI1NjYgMi4xNjYwMkM2LjI5NzY2IDEuODMyNjggNy4xMjI1NSAxLjY2NjAyIDguMDAwMzMgMS42NjYwMkM4Ljg3ODEgMS42NjYwMiA5LjcwMzIxIDEuODMyNjggMTAuNDc1NyAyLjE2NjAyQzExLjI0NzcgMi40OTkzNSAxMS45MTcgMi45NDkzNSAxMi40ODM3IDMuNTE2MDJDMTMuMDUwMyA0LjA4MjY4IDEzLjUwMDMgNC43NTIwMiAxMy44MzM3IDUuNTI0MDJDMTQuMTY3IDYuMjk2NDYgMTQuMzMzNyA3LjEyMTU3IDE0LjMzMzcgNy45OTkzNUMxNC4zMzM3IDguODc3MTMgMTQuMTY3IDkuNzAyMDEgMTMuODMzNyAxMC40NzRDMTMuNTAwMyAxMS4yNDY1IDEzLjA1MDMgMTEuOTE2IDEyLjQ4MzcgMTIuNDgyN0MxMS45MTcgMTMuMDQ5MyAxMS4yNDc3IDEzLjQ5OTMgMTAuNDc1NyAxMy44MzI3QzkuNzAzMjEgMTQuMTY2IDguODc4MSAxNC4zMzI3IDguMDAwMzMgMTQuMzMyN1pNNC4yMTY5OSAxMS43ODI3TDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzYuNTExNDQgMi42NjYwMiA1LjI1MDMzIDMuMTgyNjggNC4yMTY5OSA0LjIxNjAyQzMuMTgzNjYgNS4yNDkzNSAyLjY2Njk5IDYuNTEwNDYgMi42NjY5OSA3Ljk5OTM1QzIuNjY2OTkgOC43MTA0NiAyLjgwMDMzIDkuMzkzNzkgMy4wNjY5OSAxMC4wNDkzQzMuMzMzNjYgMTAuNzA0OSAzLjcxNjk5IDExLjI4MjcgNC4yMTY5OSAxMS43ODI3WiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvZz4KPC9zdmc+Cg==",CLOCK_QUARTER_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NTQzXzMxMzQ1IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDAwMDg1NDNfMzEzNDUpIj4KPHBhdGggZD0iTTguMDAwMzMgMTQuMzMyN0M3LjEyMjU1IDE0LjMzMjcgNi4yOTc2NiAxNC4xNjYgNS41MjU2NiAxMy44MzI3QzQuNzUzMjEgMTMuNDk5MyA0LjA4MzY2IDEzLjA0OTMgMy41MTY5OSAxMi40ODI3QzIuOTUwMzMgMTEuOTE2IDIuNTAwMzMgMTEuMjQ2NSAyLjE2Njk5IDEwLjQ3NEMxLjgzMzY2IDkuNzAyMDEgMS42NjY5OSA4Ljg3NzEzIDEuNjY2OTkgNy45OTkzNUMxLjY2Njk5IDcuMTIxNTcgMS44MzM2NiA2LjI5NjQ2IDIuMTY2OTkgNS41MjQwMkMyLjUwMDMzIDQuNzUyMDIgMi45NTAzMyA0LjA4MjY4IDMuNTE2OTkgMy41MTYwMkM0LjA4MzY2IDIuOTQ5MzUgNC43NTMyMSAyLjQ5OTM1IDUuNTI1NjYgMi4xNjYwMkM2LjI5NzY2IDEuODMyNjggNy4xMjI1NSAxLjY2NjAyIDguMDAwMzMgMS42NjYwMkM4Ljg3ODEgMS42NjYwMiA5LjcwMzIxIDEuODMyNjggMTAuNDc1NyAyLjE2NjAyQzExLjI0NzcgMi40OTkzNSAxMS45MTcgMi45NDkzNSAxMi40ODM3IDMuNTE2MDJDMTMuMDUwMyA0LjA4MjY4IDEzLjUwMDMgNC43NTIwMiAxMy44MzM3IDUuNTI0MDJDMTQuMTY3IDYuMjk2NDYgMTQuMzMzNyA3LjEyMTU3IDE0LjMzMzcgNy45OTkzNUMxNC4zMzM3IDguODc3MTMgMTQuMTY3IDkuNzAyMDEgMTMuODMzNyAxMC40NzRDMTMuNTAwMyAxMS4yNDY1IDEzLjA1MDMgMTEuOTE2IDEyLjQ4MzcgMTIuNDgyN0MxMS45MTcgMTMuMDQ5MyAxMS4yNDc3IDEzLjQ5OTMgMTAuNDc1NyAxMy44MzI3QzkuNzAzMjEgMTQuMTY2IDguODc4MSAxNC4zMzI3IDguMDAwMzMgMTQuMzMyN1pNOC4wMDAzMyAxMy4zMzI3QzkuNDg5MjEgMTMuMzMyNyAxMC43NTAzIDEyLjgxNiAxMS43ODM3IDExLjc4MjdDMTIuODE3IDEwLjc0OTMgMTMuMzMzNyA5LjQ4ODI0IDEzLjMzMzcgNy45OTkzNUg4LjAwMDMzVjIuNjY2MDJDNi41MTE0NCAyLjY2NjAyIDUuMjUwMzMgMy4xODI2OCA0LjIxNjk5IDQuMjE2MDJDMy4xODM2NiA1LjI0OTM1IDIuNjY2OTkgNi41MTA0NiAyLjY2Njk5IDcuOTk5MzVDMi42NjY5OSA5LjQ4ODI0IDMuMTgzNjYgMTAuNzQ5MyA0LjIxNjk5IDExLjc4MjdDNS4yNTAzMyAxMi44MTYgNi41MTE0NCAxMy4zMzI3IDguMDAwMzMgMTMuMzMyN1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L2c+Cjwvc3ZnPgo=",CLOCK_THIRD_CHECK:"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NDkyXzkzNDciIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80MDAwODQ5Ml85MzQ3KSI+CjxwYXRoIGQ9Ik04LjAwMDMzIDE0LjMzMjdDNy4xMjI1NSAxNC4zMzI3IDYuMjk3NjYgMTQuMTY2IDUuNTI1NjYgMTMuODMyN0M0Ljc1MzIxIDEzLjQ5OTMgNC4wODM2NiAxMy4wNDkzIDMuNTE2OTkgMTIuNDgyN0MyLjk1MDMzIDExLjkxNiAyLjUwMDMzIDExLjI0NjUgMi4xNjY5OSAxMC40NzRDMS44MzM2NiA5LjcwMjAxIDEuNjY2OTkgOC44NzcxMyAxLjY2Njk5IDcuOTk5MzVDMS42NjY5OSA3LjEyMTU3IDEuODMzNjYgNi4yOTY0NiAyLjE2Njk5IDUuNTI0MDJDMi41MDAzMyA0Ljc1MjAyIDIuOTUwMzMgNC4wODI2OCAzLjUxNjk5IDMuNTE2MDJDNC4wODM2NiAyLjk0OTM1IDQuNzUzMjEgMi40OTkzNSA1LjUyNTY2IDIuMTY2MDJDNi4yOTc2NiAxLjgzMjY4IDcuMTIyNTUgMS42NjYwMiA4LjAwMDMzIDEuNjY2MDJDOC44NzgxIDEuNjY2MDIgOS43MDMyMSAxLjgzMjY4IDEwLjQ3NTcgMi4xNjYwMkMxMS4yNDc3IDIuNDk5MzUgMTEuOTE3IDIuOTQ5MzUgMTIuNDgzNyAzLjUxNjAyQzEzLjA1MDMgNC4wODI2OCAxMy41MDAzIDQuNzUyMDIgMTMuODMzNyA1LjUyNDAyQzE0LjE2NyA2LjI5NjQ2IDE0LjMzMzcgNy4xMjE1NyAxNC4zMzM3IDcuOTk5MzVDMTQuMzMzNyA4Ljg3NzEzIDE0LjE2NyA5LjcwMjAxIDEzLjgzMzcgMTAuNDc0QzEzLjUwMDMgMTEuMjQ2NSAxMy4wNTAzIDExLjkxNiAxMi40ODM3IDEyLjQ4MjdDMTEuOTE3IDEzLjA0OTMgMTEuMjQ3NyAxMy40OTkzIDEwLjQ3NTcgMTMuODMyN0M5LjcwMzIxIDE0LjE2NiA4Ljg3ODEgMTQuMzMyNyA4LjAwMDMzIDE0LjMzMjdaTTguMDAwMzMgMTMuMzMyN0M4LjcxMTQ0IDEzLjMzMjcgOS4zOTQ3NyAxMy4xOTkzIDEwLjA1MDMgMTIuOTMyN0MxMC43MDU5IDEyLjY2NiAxMS4yODM3IDEyLjI4MjcgMTEuNzgzNyAxMS43ODI3TDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzYuNTExNDQgMi42NjYwMiA1LjI1MDMzIDMuMTgyNjggNC4yMTY5OSA0LjIxNjAyQzMuMTgzNjYgNS4yNDkzNSAyLjY2Njk5IDYuNTEwNDYgMi42NjY5OSA3Ljk5OTM1QzIuNjY2OTkgOS40ODgyNCAzLjE4MzY2IDEwLjc0OTMgNC4yMTY5OSAxMS43ODI3QzUuMjUwMzMgMTIuODE2IDYuNTExNDQgMTMuMzMyNyA4LjAwMDMzIDEzLjMzMjdaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9nPgo8L3N2Zz4K",FILE_DOCUMENT_MULTIPLE_OUTLINE:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNiAwSDhDNi45IDAgNiAuOSA2IDJ2MTZjMCAxLjEuOSAyIDIgMmgxMmMxLjEgMCAyLS45IDItMlY2em00IDE4SDhWMmg3djVoNXpNNCA0djE4aDE2djJINGMtMS4xIDAtMi0uOS0yLTJWNHptNiA2djJoOHYtMnptMCA0djJoNXYtMnoiLz48L3N2Zz4=",MDI_CHECK_CIRCLE:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMiAyQzYuNSAyIDIgNi41IDIgMTJzNC41IDEwIDEwIDEwczEwLTQuNSAxMC0xMFMxNy41IDIgMTIgMm0tMiAxNWwtNS01bDEuNDEtMS40MUwxMCAxNC4xN2w3LjU5LTcuNTlMMTkgOHoiLz48L3N2Zz4="},je=H(r.defineComponent({__name:"AvButton",props:{variant:{default:"DEFAULT"},theme:{default:"PRIMARY"},isLoading:{type:Boolean,default:!1},iconScale:{},noRadius:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},label:{},iconRight:{type:Boolean,default:!1},iconOnly:{type:Boolean,default:!1},size:{default:"md"},icon:{},onClick:{}},setup(e,{expose:t}){r.useCssVars(u=>({"4ef30ae0":r.unref(c)}));const n=e,i={name:ne.LOADING_OUTLINE,animation:"spin"},s=r.computed(()=>n.isLoading?i:n.icon),a=r.computed(()=>`av-button--variant-${n.variant.toLowerCase()}`),o=r.computed(()=>`av-button--theme-${n.theme.toLowerCase()}`),l=r.computed(()=>n.noRadius?"av-button--no-radius":""),c=r.computed(()=>{if(n.iconScale&&!Number.isNaN(n.iconScale))return n.iconScale;switch(n.size){case"small":case"sm":return 1;case"medium":case"md":return 1.5;case"large":case"lg":return 2;default:return 1.5}});return t({computedSvgScale:c}),(u,f)=>{const d=Ti;return r.openBlock(),r.createBlock(d,r.mergeProps(n,{class:["av-button",[r.unref(a),r.unref(o),r.unref(l)]],disabled:n.disabled||u.isLoading,icon:r.unref(s),"no-outline":n.variant==="DEFAULT",tertiary:!0,"aria-label":n.label,title:n.label}),null,16,["class","disabled","icon","no-outline","aria-label","title"])}}}),[["__scopeId","data-v-1e62051c"]]),Qp=["id","role"],Fp={class:"av-alert--container"},Wp={class:"av-alert--content"},Up={class:"av-alert--title"},qp={class:"b1-regular"},la=H(r.defineComponent({__name:"AvAlert",props:{alert:{type:Boolean,default:!1},closed:{type:Boolean},closeable:{type:Boolean},id:{default:()=>crypto.randomUUID()},title:{default:""},description:{},small:{type:Boolean,default:!1},titleTag:{default:"h3"},type:{default:"info"},closeButtonLabel:{default:"Fermer"}},emits:["close"],setup(e,{emit:t}){const n=t,i=()=>n("close"),s=r.computed(()=>[`fr-alert--${e.type}`,{"fr-alert--sm":e.small}]),a=r.computed(()=>{switch(e.type){case"error":return{name:ne.ALERT_CIRCLE_OUTLINE,color:"var(--dark-background-error)"};case"success":return{name:ne.CHECK_CIRCLE,color:"var(--dark-background-success)"};case"warning":return{name:ne.WARNING_OUTLINE,color:"var(--dark-background-warn)"};case"info":default:return{name:ne.INFORMATION_OUTLINE,color:"var(--dark-background-primary1)"}}});return(o,l)=>o.closed?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("div",{key:0,id:o.id,class:r.normalizeClass(["fr-alert",r.unref(s)]),role:o.alert?"alert":void 0},[r.createElementVNode("div",Fp,[r.createElementVNode("div",Wp,[r.createVNode(he,r.mergeProps(r.unref(a),{size:3}),null,16),r.createElementVNode("div",Up,[o.small?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(r.resolveDynamicComponent(o.titleTag),{key:0,class:"fr-alert__title"},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(o.title),1)]),_:1})),r.renderSlot(o.$slots,"default",{},()=>[r.createElementVNode("span",qp,r.toDisplayString(o.description),1)],!0)])]),o.closeable?(r.openBlock(),r.createBlock(je,{key:0,"icon-only":"",icon:r.unref(ne).CLOSE_CIRCLE_OUTLINE,label:o.closeButtonLabel,small:"","on-click":i},null,8,["icon","label"])):r.createCommentVNode("",!0)])],10,Qp))}}),[["__scopeId","data-v-e4e8790e"]]),Xp={class:"toaster-container"},Hp=H(r.defineComponent({__name:"AvToaster",props:{messages:{},basePath:{},onRemoveMessage:{type:Function}},setup(e){function t(i){return`av-toaster--${i??"info"} av-toaster--icon`}function n(i){switch(i){case"error":return{"--icon-path":`url(${e.basePath}assets/icons/alert-circle-outline.svg)`};case"success":return{"--icon-path":`url(${e.basePath}assets/icons/check-cricle.svg)`};case"warning":return{"--icon-path":`url(${e.basePath}assets/icons/warning-outline.svg)`};case"info":default:return{"--icon-path":`url(${e.basePath}assets/icons/message-badge.svg)`}}}return(i,s)=>(r.openBlock(),r.createElementBlock("div",Xp,[r.createVNode(r.TransitionGroup,{mode:"out-in",name:"list",tag:"div",class:"toasters"},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(i.messages,a=>(r.openBlock(),r.createBlock(la,r.mergeProps({key:a.id,class:["av-toaster",t(a.type)]},{ref_for:!0},a,{style:n(a.type),onClose:o=>i.onRemoveMessage(a.id)}),null,16,["class","style","onClose"]))),128))]),_:1})]))}}),[["__scopeId","data-v-202438c7"]]),Kp=["aria-label"],Zp={class:"fr-btns-group"},Mi=r.defineComponent({__name:"AvHeaderMenuLinks",props:{links:{},navAriaLabel:{default:"Menu secondaire"}},emits:["linkClick"],setup(e,{emit:t}){const n=t;return(i,s)=>(r.openBlock(),r.createElementBlock("nav",{role:"navigation","aria-label":i.navAriaLabel},[r.createElementVNode("ul",Zp,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(i.links,(a,o)=>(r.openBlock(),r.createElementBlock("li",{key:o},[r.createVNode(je,{icon:a.icon,label:a.label??"","on-click":l=>{var c;n("linkClick",l),(c=a.onClick)==null||c.call(a,l)}},null,8,["icon","label","on-click"])]))),128))])],8,Kp))}}),Yp={},Gp={width:"214",height:"97",viewBox:"0 0 214 97",fill:"none",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"};function Jp(e,t){return r.openBlock(),r.createElementBlock("svg",Gp,[...t[0]||(t[0]=[r.createElementVNode("rect",{width:"213.732",height:"96.9",fill:"url(#pattern0_40000620_15397)"},null,-1),r.createElementVNode("defs",null,[r.createElementVNode("pattern",{id:"pattern0_40000620_15397",patternContentUnits:"objectBoundingBox",width:"1",height:"1"},[r.createElementVNode("use",{"xlink:href":"#image0_40000620_15397",transform:"matrix(0.00087108 0 0 0.00192134 0 -0.0139577)"})]),r.createElementVNode("image",{id:"image0_40000620_15397",width:"1148",height:"535",preserveAspectRatio:"none","xlink:href":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHwAAAIXCAYAAADua0mMAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAEfKADAAQAAAABAAACFwAAAAAm6OSwAABAAElEQVR4Aey9bZAcR3rnl1ndMwOtZAEbku5MEDzMSicCcZKFWYlgSOYCaJzOsQZ4NoZ2nMNyxB2alu2P5jD84b4ARJNAOBz2Bw4/2I6wfWbjwmfrfIrbYZyXCIV9wR5w115jcNqZs3UHgFpzcMSCp7dbjG7FnZfuSj9Z3T3T069V1ZlPZlX9KwhOV1XWk5m/zO6qevJ5EQIbCIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACIAACICAGQLSjBhIAQEQAAEQAAEQAAEQAAEQAAEQmJbA6V+tzYtmc17L2W6W1zfXa8+mlYnrQQAEikkACp9ijjt6DQIgAAIgAAIgAAIgAAIg4JjAiy9fW5QqqAihFqgp+t9R+je4SfFYKLEppWy0VLDyyVptfbAQjoAACIDAYQJQ+BzmgT0QAAEQAAEQAAEQAAEQAAEQsEbg58/WFqRoLkkhF6mS4QqeSbWTAoiur2/vBsuwAJoEC+dBoLgEoPAp7tij5yAAAiAAAiAAAiAAAiAAAkwEtKuWarXqVN0Fs1XK93b2ghoUP2apQhoI5IEAFD55GEX0AQRAAARAAARAAARAAARAwEsC8wu1Y3MzYY3ctt6w2MAtcvmqPbx/c9liHRANAiCQMQJQ+GRswNBcEAABEAABEAABEAABEACBbBDQ7luBiKx6zrC0WIoPdnZLVVj7sNBGJSDgPQEofLwfIjQQBEAABEAABEAABEAABEAgawQ6yp4GtTtdnJ70Hd7Y2StVoPRJDxBXgkBeCAR56Qj6AQIgAAIgAAIgAAIgAAIgAAI+EDh99nqVLHu+S23hVvbo7p+Zm22tR+ndfYCBNoAACDgjAAsfZ+hRMQiAAAiAAAiAAAiAAAiAQN4IOLTs6UcJS59+ItgHgYIRgIVPwQYc3QUBEAABEAABEAABEAABELBDQFvVkGVPg6S7sOzp79SZuZnWSv9B7IMACBSHABQ+xRlr9BQEQAAEQAAEQAAEQAAEQMAigU7adR+UPd1eXjj98lu17g7+ggAIFIsAXLqKNd7oLQiAAAiAAAiAAAiAAAiAgAUCp166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AQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAE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gAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAoBUC/xeO1ficY0Mf5gAAAABJRU5ErkJggg=="})],-1)])])}const ca=H(Yp,[["render",Jp]]),$p={role:"banner",class:"fr-header"},Vp={class:"fr-header__body"},eh={class:"fr-container width-inherit"},th={class:"fr-header__body-row"},nh={class:"fr-header__brand"},ih={class:"fr-header__brand-top"},rh={class:"fr-header__logo fr-enlarge-link"},sh={key:0,class:"fr-header__navbar"},ah=["aria-label","title","data-fr-opened"],oh=["aria-label","title"],lh={key:0,class:"fr-header__service"},ch={class:"fr-header__service-title"},uh={class:"fr-header__tools"},fh={class:"fr-header__tools-links"},dh={key:0,class:"fr-header__search fr-modal demo-display-none"},ph=["aria-label"],hh={class:"fr-container"},Ah={class:"fr-header__menu-links"},mh={key:1,class:"flex justify-center items-center demo-display-none"},vh={class:"fr-header__menu fr-modal"},gh={key:0,class:"fr-container"},_h=H(r.defineComponent({__name:"AvHeader",props:{searchbarId:{default:"searchbar-header"},serviceTitle:{default:void 0},homeTo:{default:"/"},modelValue:{default:""},placeholder:{default:"Rechercher..."},quickLinks:{default:()=>[]},languageSelector:{default:void 0},searchLabel:{default:"Recherche"},quickLinksAriaLabel:{default:"Menu secondaire"},showSearch:{type:Boolean},showSearchLabel:{default:"Recherche"},menuLabel:{default:"Menu"},menuModalLabel:{default:"Menu"},closeMenuModalLabel:{default:"Fermer"},homeLabel:{default:"Accueil"}},emits:["update:modelValue","search","languageSelect"],setup(e,{emit:t}){const n=e,i=t,s=r.useSlots(),a=r.toRef(n,"languageSelector"),o=r.ref(!1),l=r.ref(!1),c=r.ref(!1);function u(){var p;c.value=!1,o.value=!1,l.value=!1,(p=document.getElementById("button-menu"))==null||p.focus()}function f(p){p.key==="Escape"&&u()}r.onMounted(()=>{document.addEventListener("keydown",f)}),r.onUnmounted(()=>{document.removeEventListener("keydown",f)});function d(){c.value=!0,o.value=!0,l.value=!1,setTimeout(()=>{var p;(p=document.getElementById("close-button"))==null||p.focus()})}function m(){c.value=!0,o.value=!1,l.value=!0}const b=u,y=r.computed(()=>[n.homeLabel,n.serviceTitle].filter(p=>p).join(" - ")),v=r.computed(()=>!!s.mainnav);return r.provide(Ci,()=>u),(p,h)=>{var M,N;const E=r.resolveComponent("RouterLink"),w=ad,S=dd;return r.openBlock(),r.createElementBlock("header",$p,[r.createElementVNode("div",Vp,[r.createElementVNode("div",eh,[r.createElementVNode("div",th,[r.createElementVNode("div",nh,[r.createElementVNode("div",ih,[r.createElementVNode("div",rh,[r.createVNode(E,{to:p.homeTo,title:r.unref(y)},{default:r.withCtx(()=>[r.createVNode(ca,{"data-testid":"header-logo"})]),_:1},8,["to","title"])]),p.showSearch||r.unref(v)||(M=p.quickLinks)!=null&&M.length?(r.openBlock(),r.createElementBlock("div",sh,[p.showSearch?(r.openBlock(),r.createElementBlock("button",{key:0,class:"fr-btn fr-btn--search","aria-controls":"header-search","aria-label":p.showSearchLabel,title:p.showSearchLabel,"data-fr-opened":r.unref(l),onClick:h[0]||(h[0]=r.withModifiers(k=>m(),["prevent","stop"]))},null,8,ah)):r.createCommentVNode("",!0),r.unref(v)||(N=p.quickLinks)!=null&&N.length?(r.openBlock(),r.createElementBlock("button",{key:1,id:"button-menu",class:"fr-btn--menu fr-btn","data-fr-opened":d,"aria-controls":"header-navigation","aria-haspopup":"dialog","aria-label":p.menuLabel,title:p.menuLabel,"data-testid":"open-menu-btn",onClick:h[1]||(h[1]=r.withModifiers(k=>d(),["prevent","stop"]))},null,8,oh)):r.createCommentVNode("",!0)])):r.createCommentVNode("",!0)]),p.serviceTitle?(r.openBlock(),r.createElementBlock("div",lh,[r.createElementVNode("p",ch,r.toDisplayString(p.serviceTitle),1),r.renderSlot(p.$slots,"serviceDescription",{},void 0,!0)])):r.createCommentVNode("",!0)]),r.createElementVNode("div",uh,[r.createElementVNode("div",fh,[r.renderSlot(p.$slots,"before-quick-links",{},void 0,!0),r.unref(o)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(Mi,{key:0,links:p.quickLinks,"nav-aria-label":p.quickLinksAriaLabel},null,8,["links","nav-aria-label"])),r.renderSlot(p.$slots,"after-quick-links",{},void 0,!0),r.unref(a)?(r.openBlock(),r.createBlock(w,r.mergeProps({key:1},r.unref(a),{onSelect:h[2]||(h[2]=k=>i("languageSelect",k))}),null,16)):r.createCommentVNode("",!0)]),p.showSearch?(r.openBlock(),r.createElementBlock("div",dh,[r.createVNode(S,{id:p.searchbarId,label:p.searchLabel,"model-value":p.modelValue,placeholder:p.placeholder,style:{"justify-content":"flex-end"},"onUpdate:modelValue":h[3]||(h[3]=k=>i("update:modelValue",k)),onSearch:h[4]||(h[4]=k=>i("search",k))},null,8,["id","label","model-value","placeholder"])])):r.createCommentVNode("",!0)])]),p.showSearch||r.unref(v)||p.quickLinks&&p.quickLinks.length||r.unref(a)?(r.openBlock(),r.createElementBlock("div",{key:0,id:"header-navigation",class:r.normalizeClass(["fr-header__menu fr-modal",{"fr-modal--opened":r.unref(c)}]),"aria-label":p.menuModalLabel,role:"dialog","aria-modal":"true"},[r.createElementVNode("div",hh,[r.createElementVNode("button",{id:"close-button",class:"fr-btn fr-btn--close","aria-controls":"header-navigation","data-testid":"close-modal-btn",onClick:h[5]||(h[5]=r.withModifiers(k=>u(),["prevent","stop"]))},r.toDisplayString(p.closeMenuModalLabel),1),r.createElementVNode("div",Ah,[r.unref(a)?(r.openBlock(),r.createBlock(w,r.mergeProps({key:0},r.unref(a),{onSelect:h[6]||(h[6]=k=>r.unref(a).currentLanguage=k.codeIso)}),null,16)):r.createCommentVNode("",!0),r.renderSlot(p.$slots,"before-quick-links",{},void 0,!0),r.unref(o)?(r.openBlock(),r.createBlock(Mi,{key:1,role:"navigation",links:p.quickLinks,"nav-aria-label":p.quickLinksAriaLabel,onLinkClick:r.unref(b)},null,8,["links","nav-aria-label","onLinkClick"])):r.createCommentVNode("",!0),r.renderSlot(p.$slots,"after-quick-links",{},void 0,!0)]),r.unref(c)?r.renderSlot(p.$slots,"mainnav",{key:0,hidemodal:u},void 0,!0):r.createCommentVNode("",!0),r.unref(l)?(r.openBlock(),r.createElementBlock("div",mh,[r.createVNode(S,{"searchbar-id":p.searchbarId,"model-value":p.modelValue,placeholder:p.placeholder,"onUpdate:modelValue":h[7]||(h[7]=k=>i("update:modelValue",k)),onSearch:h[8]||(h[8]=k=>i("search",k))},null,8,["searchbar-id","model-value","placeholder"])])):r.createCommentVNode("",!0)])],10,ph)):r.createCommentVNode("",!0),r.renderSlot(p.$slots,"default",{},void 0,!0)])]),r.createElementVNode("div",vh,[r.unref(v)&&!r.unref(c)?(r.openBlock(),r.createElementBlock("div",gh,[r.renderSlot(p.$slots,"mainnav",{hidemodal:u},void 0,!0)])):r.createCommentVNode("",!0)])])}}}),[["__scopeId","data-v-40671897"]]),bh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 106.703 44.429"};function yh(e,t){return r.openBlock(),r.createElementBlock("svg",bh,[...t[0]||(t[0]=[r.createElementVNode("path",{d:"M33.63 110.595q-.883.002-1.403.293a1.95 1.95 0 0 0-.781.783 3.1 3.1 0 0 0-.34 1.087q-.08.597-.08 1.21.001.499.091 1.086.09.589.374 1.098.283.506.792.85.51.339 1.347.339t1.347-.34q.51-.341.78-.85.271-.508.363-1.096.09-.588.09-1.087 0-.498-.09-1.087a3.4 3.4 0 0 0-.363-1.097 2.3 2.3 0 0 0-.78-.85q-.51-.339-1.347-.339m-5.296 3.394q0-1.425.294-2.547c.196-.744.51-1.38.94-1.898a4.2 4.2 0 0 1 1.64-1.2q.997-.422 2.422-.42 1.493.046 2.67.678.498.274.985.702.487.43.86 1.076.373.645.61 1.528.24.882.24 2.06 0 1.175-.216 2.06a6.2 6.2 0 0 1-.565 1.517 4.37 4.37 0 0 1-1.71 1.74q-1.086.613-2.49.634a4.6 4.6 0 0 1-1.357-.292 4.3 4.3 0 0 1-1.155-.724q-.588-.502-.973-1.45l.498.657v5.386h-2.693zM45.625 110.595q-.837 0-1.347.339-.51.338-.78.85a3.4 3.4 0 0 0-.363 1.097 7 7 0 0 0-.09 1.087q0 .499.09 1.086.09.589.362 1.098.273.506.781.85.51.339 1.347.339t1.347-.34q.51-.341.78-.85.271-.508.363-1.096.09-.588.09-1.087 0-.498-.09-1.087a3.4 3.4 0 0 0-.363-1.097 2.3 2.3 0 0 0-.78-.85q-.51-.339-1.347-.339m-5.364 3.373q0-1.178.227-2.06.225-.883.6-1.528.372-.646.859-1.076.487-.427.984-.702c.785-.42 1.683-.649 2.694-.677.996.028 1.885.257 2.67.677q.499.274.985.702.488.43.86 1.076.374.645.611 1.528c.159.589.239 1.273.239 2.06q0 1.175-.239 2.06a6.2 6.2 0 0 1-.61 1.517q-.375.632-.86 1.051a5.7 5.7 0 0 1-.985.688q-1.178.615-2.671.635-1.516-.02-2.694-.635-.497-.27-.984-.688a4.2 4.2 0 0 1-.86-1.05 5.9 5.9 0 0 1-.6-1.518q-.225-.884-.226-2.06M52.347 111.57q0-1.18.497-1.846c.333-.444.695-.783 1.087-1.009a3.9 3.9 0 0 1 1.584-.497h3.17v2.737h-2.128q-.453 0-.736.159-.283.158-.442.342-.18.222-.249.498v7.74h-2.783zM62.78 110.913v5.045q.07.275.25.497.158.184.442.342.282.159.735.159h1.72v2.738h-2.761a3.9 3.9 0 0 1-1.584-.498q-.59-.337-1.076-1.009-.487-.665-.486-1.845v-11.2h2.76v3.076h2.604v2.695zM72.558 110.595q-.838 0-1.347.339-.51.338-.78.85a3.4 3.4 0 0 0-.363 1.097 7 7 0 0 0-.09 1.087q0 .499.09 1.086.09.589.362 1.098.271.506.781.85.51.339 1.347.339t1.347-.34q.51-.341.792-.85t.373-1.096.09-1.087q0-.613-.079-1.21a3.2 3.2 0 0 0-.339-1.087 1.96 1.96 0 0 0-.781-.783q-.52-.292-1.403-.293m5.296 9.099h-2.693v-1.584l.498-.657q-.385.948-.974 1.45a4.3 4.3 0 0 1-1.154.723q-.656.25-1.358.293-1.404-.02-2.49-.635a4.8 4.8 0 0 1-.917-.688 4.4 4.4 0 0 1-.791-1.05 6.2 6.2 0 0 1-.566-1.518q-.215-.885-.215-2.06 0-1.179.226-2.06.226-.883.6-1.528.374-.646.86-1.076.487-.427.984-.702c.784-.42 1.683-.649 2.694-.677.95 0 1.758.137 2.421.42a4.2 4.2 0 0 1 1.642 1.2q.645.779.939 1.897.293 1.123.294 2.547zM82.086 108.218v11.476h-2.761v-11.476zm-2.761-2.558q0-.497.01-.744c.008-.166.053-.29.137-.364q.123-.112.408-.123a22 22 0 0 1 1.651 0q.284.012.408.123c.082.074.128.198.136.364q.01.247.01.744 0 .498-.01.748-.012.248-.136.363-.125.112-.408.124-.282.01-.826.01-.543 0-.825-.01-.285-.012-.408-.124-.126-.115-.136-.363-.01-.25-.011-.748M86.409 104.415v15.279h-2.761v-15.28z",style:{fill:"#ed184e","fill-opacity":"1","fill-rule":"nonzero",stroke:"none","stroke-width":".0352778"},transform:"translate(20.294 -79.068)"},null,-1),r.createElementVNode("path",{d:"M-7.05 88.543v-2.07c-.042-2.414-.677-3.176-2.877-3.176-2.75 0-2.623 2.117-2.623 4.273v.973zm-11.001-.635c-.254-5.627 2.623-8.84 8.04-8.84 7.658 0 8.462 3.975 8.462 10.491v3.218H-12.55v3.467c.042 3.133 1.226 3.726 2.876 3.726 2.032 0 2.624-1.482 2.54-4.488h5.5c.212 5.334-1.989 8.718-7.616 8.718-6.347 0-8.928-3.003-8.801-10.026zM6.498 95.606v1.68c0 1.364.443 2.567 2.22 2.567 1.3 0 1.87-1.17 1.87-2.377 0-1.997-1.649-2.76-3.108-3.648-1.712-.98-3.17-1.902-4.217-3.108-1.015-1.203-1.618-2.664-1.618-4.756 0-4.473 2.696-6.755 7.01-6.755 4.851 0 7.324 3.235 7.07 7.708H10.59c-.064-1.397 0-3.299-1.84-3.426-1.142-.095-1.808.54-1.934 1.584-.159 1.43.57 2.16 1.68 2.918 2.094 1.333 3.902 2.159 5.201 3.362 1.3 1.206 2.062 2.79 2.062 5.676 0 4.569-2.537 7.105-7.167 7.105-5.107 0-7.263-2.854-7.263-5.994v-2.536zM18.202 79.78h5.58v17.95c0 1.143.35 2.123 1.936 2.123 1.459 0 1.902-1.266 1.902-2.282V79.78h5.582v17.218c0 4.03-1.808 7.137-7.516 7.137-4.725 0-7.484-2.25-7.484-7.137zM41.959 90.025c1.046-.032 2.251.095 3.139-.603.57-.635.697-1.588.697-2.41 0-.92-.095-2.318-1.046-2.759-.539-.19-1.3-.19-2.188-.19h-.602Zm-5.582 13.54V79.78h6.628c2.156 0 5.265.19 6.818 1.965 1.3 1.46 1.554 3.235 1.554 5.172 0 2.568-.602 5.454-3.14 6.625-1.934.953-4.185.667-6.278.762v9.26zM-.829 110.698c6.226-2.653 13.474-2.755 18.015-.755 4.673 1.965 5.629 4.963 5.558 4.861.038-.032-2.698-.748-6.348-.176-3.67.472-8.091 2.317-13.293 4.483-1.086.448-3.113 1.306-4.954 1.61-1.847.398-3.718.387-5.407.21a17.95 17.95 0 0 1-8.026-2.934c-3.85-2.632-4.992-5.51-5.01-5.475-.015-.018 2.773.769 6.675 1.02 1.938.126 4.122.056 6.191-.396 1.034-.23 2.059-.476 3.046-.903 1.04-.37 1.78-.8 3.553-1.545",style:{fill:"#3871c1","fill-opacity":"1","fill-rule":"nonzero",stroke:"none","stroke-width":".0352778"},transform:"translate(20.294 -79.068)"},null,-1)])])}const Eh={render:yh},Ih={class:"svg-wrapper"},Ch=H(r.defineComponent({__name:"EsupLogo",props:{width:{},height:{},color:{}},setup(e){r.useCssVars(n=>({"1dadd14a":n.color}));const t=r.computed(()=>({...e.width&&{width:e.width},...e.height&&{height:e.height}}));return(n,i)=>(r.openBlock(),r.createElementBlock("div",Ih,[r.createVNode(r.unref(Eh),r.mergeProps(r.unref(t),{class:"logo"}),null,16)]))}}),[["__scopeId","data-v-0e512b24"]]),Nh=r.defineComponent({__name:"AvAccordion",props:{title:{},icon:{}},setup(e){return(t,n)=>r.renderSlot(t.$slots,"default")}}),Th={class:"title-container"},Sh={class:"n6"},wh={class:"accordion-content-container"},kh=H(r.defineComponent({__name:"AvAccordionsGroup",props:r.mergeModels({activeAccordion:{}},{activeAccordion:{},activeAccordionModifiers:{}}),emits:r.mergeModels(["update:activeAccordion"],["update:activeAccordion"]),setup(e){const t=r.useSlots(),n=r.computed(()=>{var a;return((a=t.default)==null?void 0:a.call(t))||[]}),i=r.useModel(e,"activeAccordion"),s=`accordion-group-${crypto.randomUUID()}`;return(a,o)=>(r.openBlock(),r.createBlock(r.unref(df),{modelValue:i.value,"onUpdate:modelValue":o[0]||(o[0]=l=>i.value=l),role:"group","aria-label":"Accordion group"},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(n),(l,c)=>(r.openBlock(),r.createBlock(r.unref(uf),{id:`${s}-accordion-${c}`,key:c,"aria-labelledby":`accordion-title-${c}`,"aria-describedby":`accordion-content-${c}`},{title:r.withCtx(()=>{var u,f,d;return[r.createElementVNode("div",Th,[(u=l.props)!=null&&u.icon?(r.openBlock(),r.createBlock(he,{key:0,size:2,name:(f=l.props)==null?void 0:f.icon,color:"var(--icon)"},null,8,["name"])):r.createCommentVNode("",!0),r.createElementVNode("h6",Sh,r.toDisplayString((d=l.props)==null?void 0:d.title),1)])]}),default:r.withCtx(()=>[r.createElementVNode("div",wh,[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(l.children.default)))])]),_:2},1032,["id","aria-labelledby","aria-describedby"]))),128))]),_:1},8,["modelValue"]))}}),[["__scopeId","data-v-efeab1a6"]]),Oh=["title","aria-label"],Mh={class:"av-rich-button__line"},xh={class:"av-rich-button__left"},Dh=H(r.defineComponent({__name:"AvRichButton",props:{label:{},iconLeft:{default:()=>{}},iconRight:{default:()=>{}},customPadding:{default:"var(--spacing-sm)"},onClick:{type:Function}},setup(e){return r.useCssVars(t=>({"4a373320":t.customPadding})),(t,n)=>(r.openBlock(),r.createElementBlock("button",{class:"av-rich-button",title:t.label,"aria-label":t.label,onClick:n[0]||(n[0]=(...i)=>t.onClick&&t.onClick(...i))},[r.createElementVNode("div",Mh,[r.createElementVNode("div",xh,[t.iconLeft?(r.openBlock(),r.createBlock(he,{key:0,name:t.iconLeft,color:"var(--dark-background-primary1)",size:1.5},null,8,["name"])):r.createCommentVNode("",!0),r.renderSlot(t.$slots,"default",{},void 0,!0)]),t.iconRight?(r.openBlock(),r.createBlock(he,{key:0,name:t.iconRight,color:"var(--dark-background-primary1)",size:1.5},null,8,["name"])):r.createCommentVNode("",!0)])],8,Oh))}}),[["__scopeId","data-v-f0871dc1"]]),Bh={key:0,class:"messages-group",role:"alert"},Lh=r.defineComponent({__name:"AvFileUploadAlert",props:{error:{default:void 0},validMessage:{default:void 0}},setup(e){return(t,n)=>t.error||t.validMessage?(r.openBlock(),r.createElementBlock("div",Bh,[r.createVNode(oa,{icon:t.error?r.unref(ne).CLOSE_CIRCLE_OUTLINE:r.unref(ne).CHECK_CIRCLE_OUTLINE,"icon-color":t.error?"var(--dark-background-error)":"var(--dark-background-success)",text:t.error?t.error:t.validMessage,"text-color":t.error?"var(--dark-background-error)":"var(--dark-background-success)","typography-class":"caption-regular"},null,8,["icon","icon-color","text","text-color"])])):r.createCommentVNode("",!0)}}),Ph={class:"file-upload-content"},Rh={class:"left-content-container"},zh={class:"content-container"},jh={key:0},Qh={class:"b2-bold"},Fh={key:1,class:"title-container"},Wh={class:"b2-regular"},Uh={class:"caption-light"},qh={class:"right-icon-container"},Xh=["id","aria-describedby","disabled","aria-disabled","accept"],Hh={class:"caption-light"},Kh=H(r.defineComponent({inheritAttrs:!1,__name:"AvFileUpload",props:{id:{default:()=>fe("file-upload")},ariaLabel:{default:""},accept:{default:void 0},error:{default:""},validMessage:{default:""},disabled:{type:Boolean,default:!1},modelValue:{default:null},maxWidth:{default:"none"},title:{},description:{},deleteButtonLabel:{},fileName:{},onDeleteFile:{},enableMultiple:{type:Boolean,default:!1}},emits:["update:modelValue","update:validMessage","update:error","change","onDropAcceptTypeError"],setup(e,{emit:t}){r.useCssVars(y=>({"31d78708":y.maxWidth}));const n=e,i=t,s=r.computed(()=>Array.isArray(n.accept)?n.accept.join(","):n.accept),a=r.ref(!1);function o(y){const v=s.value;return v?v.split(",").map(h=>h.trim().toLowerCase()).some(h=>h.startsWith(".")?y.name.toLowerCase().endsWith(h):h.includes("/")?y.type===h||y.type.startsWith(`${h.split("/")[0]}/`):!1):!0}async function l(y){var p,h;if(y.preventDefault(),a.value=!1,n.disabled||!((h=(p=y.dataTransfer)==null?void 0:p.files)!=null&&h.length))return;const v=Array.from(y.dataTransfer.files).filter(o);await r.nextTick(),v.length?(i("change",v),i("update:modelValue",v[0]??"")):i("onDropAcceptTypeError")}function c(y){y.preventDefault(),n.disabled||(a.value=!0)}function u(){a.value=!1}function f(y){const v=y.target.files;i("change",v),i("update:modelValue",(v==null?void 0:v[0])??null)}const d=r.computed(()=>n.fileName||n.modelValue&&!n.enableMultiple),m=r.computed(()=>({for:n.id,class:["fr-upload-group",{"fr-upload-group--error":n.error,"fr-upload-group--valid":n.validMessage,"fr-upload-group--disabled":n.disabled,"drag-over":a.value}],"aria-label":n.ariaLabel,onDragover:c,onDragleave:u,onDrop:l}));function b(y){var v;y?(i("update:modelValue",null),i("update:validMessage",null),i("update:error",null),i("change",[])):(v=n.onDeleteFile)==null||v.call(n)}return(y,v)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(r.unref(d)?"div":"label"),r.mergeProps(r.unref(d)?{}:r.unref(m),{class:r.unref(d)?"file-preview-container":""}),{default:r.withCtx(()=>[r.createElementVNode("div",{class:r.normalizeClass(r.unref(d)?"":"file-upload-container")},[r.createElementVNode("div",Ph,[r.createElementVNode("div",Rh,[r.renderSlot(y.$slots,"left",{},()=>[r.createVNode(he,{size:2.5,name:r.unref(ne).ATTACHMENT_PLUS,color:"var(--icon)"},null,8,["name"])],!0)]),r.createElementVNode("div",zh,[r.unref(d)?(r.openBlock(),r.createElementBlock("div",jh,[r.createElementVNode("span",Qh,r.toDisplayString(y.fileName||y.modelValue.name),1)])):(r.openBlock(),r.createElementBlock("div",Fh,[r.createElementVNode("span",Wh,r.toDisplayString(y.title),1),r.createElementVNode("span",Uh,r.toDisplayString(y.description),1)])),r.createVNode(Lh,{"valid-message":y.validMessage,error:y.error},null,8,["valid-message","error"])]),r.createElementVNode("div",qh,[r.unref(d)?(r.openBlock(),r.createBlock(je,{key:0,label:y.deleteButtonLabel,theme:"SECONDARY",onClick:v[0]||(v[0]=()=>b(y.modelValue))},null,8,["label"])):(r.openBlock(),r.createBlock(he,{key:1,size:1.5,name:r.unref(ne).TRAY_UPLOAD,color:"var(--dark-background-primary1)"},null,8,["name"]))]),r.unref(d)?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("input",r.mergeProps({key:0,id:y.id,class:"fr-upload",type:"file","aria-describedby":y.error||y.validMessage?`${y.id}-desc`:void 0},y.$attrs,{disabled:y.disabled,"aria-disabled":y.disabled,accept:r.unref(s),onChange:v[1]||(v[1]=p=>f(p))}),null,16,Xh))])],2)]),_:3},16,["class"])),r.createElementVNode("span",Hh,[r.renderSlot(y.$slots,"hint",{},void 0,!0)])],64))}}),[["__scopeId","data-v-ad517fa7"]]),Zh={class:"av-input"},Yh={class:"av-input__wrapper"},Gh={key:0,class:"av-input__prefix"},Jh={key:0,class:"caption-light"},$h={key:0,class:"av-input__error",role:"alert"},Vh={key:1,class:"av-input__valid"},ua=H(r.defineComponent({__name:"AvInput",props:{id:{},descriptionId:{},hint:{},isValid:{type:Boolean,default:!1},isTextarea:{type:Boolean,default:!1},labelVisible:{type:Boolean,default:!0},label:{},labelClass:{},modelValue:{},placeholder:{},type:{default:"text"},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},maxlength:{},minlength:{},errorMessage:{},validMessage:{},prefixIcon:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,s=r.useSlots(),a=r.computed(()=>n.errorMessage?Array.isArray(n.errorMessage)?n.errorMessage:[n.errorMessage]:[]),o=r.computed(()=>n.validMessage?Array.isArray(n.validMessage)?n.validMessage:[n.validMessage]:[]),l=r.computed(()=>n.id||`av-input-${crypto.randomUUID()}`),c=r.computed(()=>!!n.errorMessage);return(u,f)=>(r.openBlock(),r.createElementBlock("div",Zh,[r.createElementVNode("div",Yh,[u.prefixIcon?(r.openBlock(),r.createElementBlock("div",Gh,[r.createVNode(he,{name:u.prefixIcon,size:1.2},null,8,["name"])])):r.createCommentVNode("",!0),r.createVNode(r.unref(ta),r.mergeProps({id:r.unref(l),"model-value":u.modelValue,label:u.label,"label-visible":u.labelVisible,"label-class":u.labelClass,hint:u.hint,"description-id":n.descriptionId,"is-invalid":r.unref(c),"is-valid":u.isValid,"is-textarea":u.isTextarea,"wrapper-class":"av-input__wrapper",placeholder:u.placeholder,type:u.type,disabled:u.disabled,required:u.required,maxlength:u.maxlength,minlength:u.minlength},u.$attrs,{"onUpdate:modelValue":f[0]||(f[0]=d=>i("update:modelValue",d))}),r.createSlots({_:2},[s.requiredTip?{name:"required-tip",fn:r.withCtx(()=>[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(s.requiredTip)))]),key:"0"}:void 0]),1040,["id","model-value","label","label-visible","label-class","hint","description-id","is-invalid","is-valid","is-textarea","placeholder","type","disabled","required","maxlength","minlength"]),r.renderSlot(u.$slots,"customCaptions",{currentValue:u.modelValue,maxlength:u.maxlength},()=>{var d;return[u.maxlength?(r.openBlock(),r.createElementBlock("span",Jh,r.toDisplayString((d=u.modelValue)==null?void 0:d.toString().length)+" / "+r.toDisplayString(u.maxlength),1)):r.createCommentVNode("",!0)]},!0)]),r.unref(a).length>0?(r.openBlock(),r.createElementBlock("div",$h,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(a),(d,m)=>(r.openBlock(),r.createElementBlock("div",{key:m,class:"av-input__error-message"},r.toDisplayString(d),1))),128))])):r.createCommentVNode("",!0),r.unref(o).length>0?(r.openBlock(),r.createElementBlock("div",Vh,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(o),(d,m)=>(r.openBlock(),r.createElementBlock("div",{key:m,class:"av-input__valid-message"},r.toDisplayString(d),1))),128))])):r.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-7c2354be"]]),eA=["role","aria-label","aria-labelledby","aria-describedby"],xi=H(r.defineComponent({__name:"AvList",props:{backgroundColor:{default:"transparent"},borderColor:{default:"var(--stroke)"},borderRadius:{default:"0"},bordered:{type:Boolean,default:!1},divided:{type:Boolean,default:!1},size:{default:"small"},padding:{default:"0"},ariaLabel:{},ariaLabelledby:{},ariaDescribedby:{},role:{default:"list"}},setup(e){r.useCssVars(s=>({"667a1c12":s.backgroundColor,"4da6b808":s.borderRadius,61717933:s.padding,"718f62b9":s.borderColor}));const t=r.computed(()=>`av-list--${e.size}`),n=r.computed(()=>e.bordered?"av-list--bordered":""),i=r.computed(()=>e.divided?"av-list--divided":"");return(s,a)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["av-list",[r.unref(t),r.unref(n),r.unref(i)]]),role:s.role,"aria-label":s.ariaLabel,"aria-labelledby":s.ariaLabelledby,"aria-describedby":s.ariaDescribedby},[r.renderSlot(s.$slots,"default",{},void 0,!0)],10,eA))}}),[["__scopeId","data-v-f74989f7"]]),tA={role:"listitem"},nA={key:0,class:"av-list-item__icon"},iA={class:"av-list-item__content"},rA={key:0,class:"av-list-item__title"},sA={key:1,class:"av-list-item__description"},aA={key:2},Di=H(r.defineComponent({__name:"AvListItem",props:{icon:{},color:{default:"var(--text1)"},iconSize:{default:1.3125},iconColor:{},title:{},description:{},hoverBackgroundColor:{default:"var(--dark-background-primary1)"},colorOnHover:{default:"var(--card)"},descriptionColor:{default:"var(--text2)"},clickable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},selected:{type:Boolean,default:!1},onClick:{type:Function},ariaLabel:{},ariaDescribedby:{},tag:{default:"button"},href:{},target:{},rel:{},role:{}},setup(e){r.useCssVars(u=>({"0cdadac9":u.colorOnHover,43685934:u.color,"27d11256":u.descriptionColor,"25dfa008":u.hoverBackgroundColor}));const t=r.useSlots(),n=r.computed(()=>e.clickable?e.tag:"div"),i=r.computed(()=>e.ariaLabel?e.ariaLabel:e.title&&e.description?`${e.title}, ${e.description}`:e.title||e.description||void 0);function s(u){var f;!e.clickable||e.disabled||(f=e.onClick)==null||f.call(e,u)}function a(u){var f;if(!(!e.clickable||e.disabled)&&(u.key==="Enter"||u.key===" ")){u.preventDefault();const d=new MouseEvent("click",{bubbles:!0,cancelable:!0});(f=e.onClick)==null||f.call(e,d)}}const o=r.computed(()=>e.clickable?"av-list-item--clickable":""),l=r.computed(()=>e.disabled?"av-list-item--disabled":""),c=r.computed(()=>e.selected?"av-list-item--selected":"");return(u,f)=>(r.openBlock(),r.createElementBlock("div",tA,[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(r.unref(n)),{class:r.normalizeClass(["av-list-item",[r.unref(o),r.unref(l),r.unref(c)]]),tabindex:u.clickable&&!u.disabled?0:void 0,"aria-label":u.clickable?r.unref(i):void 0,"aria-describedby":u.ariaDescribedby,"aria-disabled":u.disabled?"true":void 0,disabled:u.disabled&&r.unref(n)==="button"?!0:void 0,href:r.unref(n)==="a"?u.href:void 0,target:r.unref(n)==="a"?u.target:void 0,rel:r.unref(n)==="a"?u.rel:void 0,role:u.role,onClick:s,onKeydown:a},{default:r.withCtx(()=>[u.icon?(r.openBlock(),r.createElementBlock("div",nA,[r.createVNode(he,{name:u.icon,color:u.iconColor??u.color,size:u.iconSize},null,8,["name","color","size"])])):r.createCommentVNode("",!0),r.createElementVNode("div",iA,[u.title?(r.openBlock(),r.createElementBlock("div",rA,r.toDisplayString(u.title),1)):r.createCommentVNode("",!0),u.description?(r.openBlock(),r.createElementBlock("div",sA,r.toDisplayString(u.description),1)):r.createCommentVNode("",!0),t.default?(r.openBlock(),r.createElementBlock("div",aA,[r.renderSlot(u.$slots,"default",{},void 0,!0)])):r.createCommentVNode("",!0)])]),_:3},40,["class","tabindex","aria-label","aria-describedby","aria-disabled","disabled","href","target","rel","role"]))]))}}),[["__scopeId","data-v-df36e801"]]);function fa(e){return[...new Set(e)]}function oA(e){return/^[^\s@]+@[^\s.@]+\.[^\s@]+$/.test(e)}function lA(e,t="var(--dark-background-primary1)"){return e.replace(/###(.+?)###/gs,`<h1 style="display:flex;flex-direction:row;justify-content:start;font-size:var(--font-size-n6);line-height:var(--line-height-n5);color:${t}">$1</h1>`).replace(/@@([\s\S]+?)@@/g,"<div>$1</div>").replace(/^\s*--\s+(.*)$/gm,'<li class="indented-list">$1</li>').replace(/(\r\n|\n|\r|\\n|\\r)/g,'<div class="line-break"></div>').replace(/__(.+?)__/g,'<span class="text-underline">$1</span>').replace(/\*\*(.+?)\*\*/g,`<strong style="color: ${t}">$1</strong>`)}const cA={class:"av-select-container"},da=H(r.defineComponent({__name:"AvTagPicker",props:{multiple:{type:Boolean},selected:{},handleSelectChange:{},options:{},label:{},labelColor:{default:"var(--text2)"},labelTypographyClass:{default:"b2-regular"}},setup(e){r.useCssVars(v=>({"68aa0dfa":r.unref(i)}));const t=e,{label:n,labelColor:i,labelTypographyClass:s,selected:a,multiple:o,handleSelectChange:l}=t,c=r.computed(()=>fa(t.options));function u(v){return v?Array.isArray(v)?v:[v]:[]}const f=r.ref(u(a));function d(v){return f.value.some(p=>p.value===v.value)}function m(v){o?(d(v)?f.value=f.value.filter(h=>h.value!==v.value):f.value.push(v),l([...f.value])):(f.value=[v],l(v))}function b(v){return d(v)?ne.CHECK:void 0}function y(v){return d(v)&&!o}return r.watch(()=>t.selected,v=>{f.value=u(v)},{immediate:!0}),(v,p)=>{const h=Op;return r.openBlock(),r.createElementBlock("div",cA,[r.unref(n)?(r.openBlock(),r.createElementBlock("span",{key:0,class:r.normalizeClass(["av-select-label",[r.unref(s)]])},r.toDisplayString(r.unref(n)),3)):r.createCommentVNode("",!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(c),E=>(r.openBlock(),r.createElementBlock("div",{key:E.value,class:"tag-wrapper"},[r.createVNode(h,{class:r.normalizeClass({"fr-tag--selected":d(E),"fr-tag--disabled":y(E)}),label:E.label,icon:b(E),disabled:y(E),selectable:"",selected:d(E),onSelect:()=>m(E)},null,8,["class","label","icon","disabled","selected","onSelect"])]))),128))])}}}),[["__scopeId","data-v-b70ffc0f"]]);var pa=(e=>(e[e.FOUR=4]="FOUR",e[e.EIGHT=8]="EIGHT",e[e.TWELVE=12]="TWELVE",e))(pa||{});const uA={class:"pagination-size-picker-container"},fA=H(r.defineComponent({__name:"AvPageSizePicker",props:{label:{},pageSizeSelected:{},handleSelectChange:{type:Function}},setup(e){const t=r.computed(()=>Object.values(pa).filter(i=>typeof i=="number").map(i=>({label:i.toString(),value:i.toString()}))),n=r.computed(()=>({label:e.pageSizeSelected.toString(),value:e.pageSizeSelected.toString()}));return(i,s)=>(r.openBlock(),r.createElementBlock("div",uA,[r.createVNode(da,{options:r.unref(t),selected:r.unref(n),"handle-select-change":i.handleSelectChange,multiple:!1,label:i.label,"label-typography-class":"b2-regular","label-color":"var(--text2)"},null,8,["options","selected","handle-select-change","label"])]))}}),[["__scopeId","data-v-d72fe5ab"]]),ha=r.defineComponent({__name:"AvRadioButton",props:{value:{type:[String,Number,Boolean]},label:{},description:{},disabled:{type:Boolean}},setup(e){return(t,n)=>r.renderSlot(t.$slots,"default")}}),dA=r.defineComponent({__name:"AvRadioButtonSet",props:{name:{},legend:{},modelValue:{type:[String,Number,Boolean]},disabled:{type:Boolean},required:{type:Boolean},small:{type:Boolean},inline:{type:Boolean},errorMessage:{},validMessage:{},hint:{}},emits:["update:modelValue"],setup(e,{expose:t,emit:n}){const i=e,s=n,a=r.useSlots();function o(f){return f!=null&&typeof f=="object"&&"type"in f&&f.type===ha}function l(f){return f?f.flatMap(d=>!d||typeof d!="object"||!("type"in d)?[]:d.type===r.Fragment&&Array.isArray(d.children)?l(d.children):o(d)?[d]:[]):[]}const c=r.computed(()=>{var f;return l((f=a.default)==null?void 0:f.call(a))}),u=r.ref(i.modelValue);return r.watch(()=>i.modelValue,f=>{u.value=f}),r.watch(u,f=>{f&&s("update:modelValue",f)}),t({selected:u}),(f,d)=>(r.openBlock(),r.createBlock(r.unref(pp),r.mergeProps(i,{"model-value":r.unref(u)}),{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(c),(m,b)=>{var y,v;return r.openBlock(),r.createBlock(r.unref(ra),{key:b,modelValue:r.unref(u),"onUpdate:modelValue":d[0]||(d[0]=p=>r.isRef(u)?u.value=p:null),value:(y=m.props)==null?void 0:y.value,disabled:((v=m.props)==null?void 0:v.disabled)??i.disabled,small:i.small,inline:i.inline,name:i.name},{label:r.withCtx(()=>{var p;return[(r.openBlock(),r.createBlock(r.resolveDynamicComponent((p=m.children)==null?void 0:p.default)))]}),_:2},1032,["modelValue","value","disabled","small","inline","name"])}),128))]),_:1},16,["model-value"]))}});var $e=(e=>(e.LOADING="loading",e.NO_OPTIONS="no-options",e.HAS_OPTIONS="has-options",e))($e||{});const Aa=Symbol("AvAutocompleteContext");function Bi(){const e=r.inject(Aa);if(!e)throw new Error("useAutocompleteContext must be used within AvAutocomplete component");return e}function ma(e){return r.getCurrentScope()?(r.onScopeDispose(e),!0):!1}const pA=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const hA=e=>e!=null,AA=Object.prototype.toString,mA=e=>AA.call(e)==="[object Object]",ht=()=>{};function va(e,t){function n(...i){return new Promise((s,a)=>{Promise.resolve(e(()=>t.apply(this,i),{fn:t,thisArg:this,args:i})).then(s).catch(a)})}return n}function vA(e,t={}){let n,i,s=ht;const a=c=>{clearTimeout(c),s(),s=ht};let o;return c=>{const u=r.toValue(e),f=r.toValue(t.maxWait);return n&&a(n),u<=0||f!==void 0&&f<=0?(i&&(a(i),i=void 0),Promise.resolve(c())):new Promise((d,m)=>{s=t.rejectOnCancel?m:d,o=c,f&&!i&&(i=setTimeout(()=>{n&&a(n),i=void 0,d(o())},f)),n=setTimeout(()=>{i&&a(i),i=void 0,d(c())},u)})}}function gA(...e){let t=0,n,i=!0,s=ht,a,o,l,c,u;!r.isRef(e[0])&&typeof e[0]=="object"?{delay:o,trailing:l=!0,leading:c=!0,rejectOnCancel:u=!1}=e[0]:[o,l=!0,c=!0,u=!1]=e;const f=()=>{n&&(clearTimeout(n),n=void 0,s(),s=ht)};return m=>{const b=r.toValue(o),y=Date.now()-t,v=()=>a=m();return f(),b<=0?(t=Date.now(),v()):(y>b&&(c||!i)?(t=Date.now(),v()):l&&(a=new Promise((p,h)=>{s=u?h:p,n=setTimeout(()=>{t=Date.now(),i=!0,p(v()),f()},Math.max(0,b-y))})),!c&&!n&&(n=setTimeout(()=>i=!0,b)),i=!1,a)}}function _n(e){return Array.isArray(e)?e:[e]}function _A(e){return r.getCurrentInstance()}function bA(e,t=200,n={}){return va(vA(t,n),e)}function yA(e,t=200,n=!1,i=!0,s=!1){return va(gA(t,n,i,s),e)}function EA(e,t=!0,n){_A()?r.onMounted(e,n):t?e():r.nextTick(e)}function IA(e,t,n){return r.watch(e,t,{...n,immediate:!0})}const Li=pA?window:void 0;function Pi(e){var t;const n=r.toValue(e);return(t=n==null?void 0:n.$el)!=null?t:n}function ga(...e){const t=[],n=()=>{t.forEach(l=>l()),t.length=0},i=(l,c,u,f)=>(l.addEventListener(c,u,f),()=>l.removeEventListener(c,u,f)),s=r.computed(()=>{const l=_n(r.toValue(e[0])).filter(c=>c!=null);return l.every(c=>typeof c!="string")?l:void 0}),a=IA(()=>{var l,c;return[(c=(l=s.value)==null?void 0:l.map(u=>Pi(u)))!=null?c:[Li].filter(u=>u!=null),_n(r.toValue(s.value?e[1]:e[0])),_n(r.unref(s.value?e[2]:e[1])),r.toValue(s.value?e[3]:e[2])]},([l,c,u,f])=>{if(n(),!(l!=null&&l.length)||!(c!=null&&c.length)||!(u!=null&&u.length))return;const d=mA(f)?{...f}:f;t.push(...l.flatMap(m=>c.flatMap(b=>u.map(y=>i(m,b,y,d)))))},{flush:"post"}),o=()=>{a(),n()};return ma(n),o}function CA(){const e=r.shallowRef(!1),t=r.getCurrentInstance();return t&&r.onMounted(()=>{e.value=!0},t),e}function NA(e){const t=CA();return r.computed(()=>(t.value,!!e()))}function TA(e,t,n={}){const{window:i=Li,...s}=n;let a;const o=NA(()=>i&&"MutationObserver"in i),l=()=>{a&&(a.disconnect(),a=void 0)},c=r.computed(()=>{const m=r.toValue(e),b=_n(m).map(Pi).filter(hA);return new Set(b)}),u=r.watch(c,m=>{l(),o.value&&m.size&&(a=new MutationObserver(t),m.forEach(b=>a.observe(b,s)))},{immediate:!0,flush:"post"}),f=()=>a==null?void 0:a.takeRecords(),d=()=>{u(),l()};return ma(d),{isSupported:o,stop:d,takeRecords:f}}const _a=1;function SA(e,t={}){const{throttle:n=0,idle:i=200,onStop:s=ht,onScroll:a=ht,offset:o={left:0,right:0,top:0,bottom:0},observe:l={mutation:!1},eventListenerOptions:c={capture:!1,passive:!0},behavior:u="auto",window:f=Li,onError:d=I=>{console.error(I)}}=t,m=typeof l=="boolean"?{mutation:l}:l,b=r.shallowRef(0),y=r.shallowRef(0),v=r.computed({get(){return b.value},set(I){h(I,void 0)}}),p=r.computed({get(){return y.value},set(I){h(void 0,I)}});function h(I,A){var g,_,T,O;if(!f)return;const x=r.toValue(e);if(!x)return;(T=x instanceof Document?f.document.body:x)==null||T.scrollTo({top:(g=r.toValue(A))!=null?g:p.value,left:(_=r.toValue(I))!=null?_:v.value,behavior:r.toValue(u)});const D=((O=x==null?void 0:x.document)==null?void 0:O.documentElement)||(x==null?void 0:x.documentElement)||x;v!=null&&(b.value=D.scrollLeft),p!=null&&(y.value=D.scrollTop)}const E=r.shallowRef(!1),w=r.reactive({left:!0,right:!1,top:!0,bottom:!1}),S=r.reactive({left:!1,right:!1,top:!1,bottom:!1}),M=I=>{E.value&&(E.value=!1,S.left=!1,S.right=!1,S.top=!1,S.bottom=!1,s(I))},N=bA(M,n+i),k=I=>{var A;if(!f)return;const g=((A=I==null?void 0:I.document)==null?void 0:A.documentElement)||(I==null?void 0:I.documentElement)||Pi(I),{display:_,flexDirection:T,direction:O}=getComputedStyle(g),x=O==="rtl"?-1:1,D=g.scrollLeft;S.left=D<b.value,S.right=D>b.value;const B=Math.abs(D*x)<=(o.left||0),P=Math.abs(D*x)+g.clientWidth>=g.scrollWidth-(o.right||0)-_a;_==="flex"&&T==="row-reverse"?(w.left=P,w.right=B):(w.left=B,w.right=P),b.value=D;let L=g.scrollTop;I===f.document&&!L&&(L=f.document.body.scrollTop),S.top=L<y.value,S.bottom=L>y.value;const Q=Math.abs(L)<=(o.top||0),W=Math.abs(L)+g.clientHeight>=g.scrollHeight-(o.bottom||0)-_a;_==="flex"&&T==="column-reverse"?(w.top=W,w.bottom=Q):(w.top=Q,w.bottom=W),y.value=L},C=I=>{var A;if(!f)return;const g=(A=I.target.documentElement)!=null?A:I.target;k(g),E.value=!0,N(I),a(I)};return ga(e,"scroll",n?yA(C,n,!0,!1):C,c),EA(()=>{try{const I=r.toValue(e);if(!I)return;k(I)}catch(I){d(I)}}),m!=null&&m.mutation&&e!=null&&e!==f&&e!==document&&TA(e,()=>{const I=r.toValue(e);I&&k(I)},{attributes:!0,childList:!0,subtree:!0}),ga(e,"scrollend",M,c),{x:v,y:p,isScrolling:E,arrivedState:w,directions:S,measure(){const I=r.toValue(e);f&&I&&k(I)}}}var wA=typeof global=="object"&&global&&global.Object===Object&&global,kA=typeof self=="object"&&self&&self.Object===Object&&self,ba=wA||kA||Function("return this")(),bn=ba.Symbol,ya=Object.prototype,OA=ya.hasOwnProperty,MA=ya.toString,Rt=bn?bn.toStringTag:void 0;function xA(e){var t=OA.call(e,Rt),n=e[Rt];try{e[Rt]=void 0;var i=!0}catch{}var s=MA.call(e);return i&&(t?e[Rt]=n:delete e[Rt]),s}var DA=Object.prototype,BA=DA.toString;function LA(e){return BA.call(e)}var PA="[object Null]",RA="[object Undefined]",Ea=bn?bn.toStringTag:void 0;function zA(e){return e==null?e===void 0?RA:PA:Ea&&Ea in Object(e)?xA(e):LA(e)}function jA(e){return e!=null&&typeof e=="object"}var QA="[object Symbol]";function FA(e){return typeof e=="symbol"||jA(e)&&zA(e)==QA}var WA=/\s/;function UA(e){for(var t=e.length;t--&&WA.test(e.charAt(t)););return t}var qA=/^\s+/;function XA(e){return e&&e.slice(0,UA(e)+1).replace(qA,"")}function Ri(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Ia=NaN,HA=/^[-+]0x[0-9a-f]+$/i,KA=/^0b[01]+$/i,ZA=/^0o[0-7]+$/i,YA=parseInt;function Ca(e){if(typeof e=="number")return e;if(FA(e))return Ia;if(Ri(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Ri(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=XA(e);var n=KA.test(e);return n||ZA.test(e)?YA(e.slice(2),n?2:8):HA.test(e)?Ia:+e}var zi=function(){return ba.Date.now()},GA="Expected a function",JA=Math.max,$A=Math.min;function Na(e,t,n){var i,s,a,o,l,c,u=0,f=!1,d=!1,m=!0;if(typeof e!="function")throw new TypeError(GA);t=Ca(t)||0,Ri(n)&&(f=!!n.leading,d="maxWait"in n,a=d?JA(Ca(n.maxWait)||0,t):a,m="trailing"in n?!!n.trailing:m);function b(N){var k=i,C=s;return i=s=void 0,u=N,o=e.apply(C,k),o}function y(N){return u=N,l=setTimeout(h,t),f?b(N):o}function v(N){var k=N-c,C=N-u,I=t-k;return d?$A(I,a-C):I}function p(N){var k=N-c,C=N-u;return c===void 0||k>=t||k<0||d&&C>=a}function h(){var N=zi();if(p(N))return E(N);l=setTimeout(h,v(N))}function E(N){return l=void 0,m&&i?b(N):(i=s=void 0,o)}function w(){l!==void 0&&clearTimeout(l),u=0,i=c=s=l=void 0}function S(){return l===void 0?o:E(zi())}function M(){var N=zi(),k=p(N);if(i=arguments,s=this,c=N,k){if(l===void 0)return y(c);if(d)return clearTimeout(l),l=setTimeout(h,t),b(c)}return l===void 0&&(l=setTimeout(h,t)),o}return M.cancel=w,M.flush=S,M}const VA={key:0,class:"av-autocomplete-dropdown__loading"},em={key:1,class:"av-autocomplete-dropdown__empty"},tm={key:1,class:"av-autocomplete-dropdown__empty-text"},nm=H(r.defineComponent({__name:"AvAutocompleteDropdown",emits:["loadMore"],setup(e,{expose:t,emit:n}){const i=n,s=r.useSlots(),{selectedItems:a,searchQuery:o,isOpen:l,props:c,getOptionId:u,getDisplayLabel:f}=Bi(),d=r.useTemplateRef("dropdownRef"),m=r.useTemplateRef("listRef"),b=r.computed(()=>{if(!c.options)return[];if(c.serverSideFiltering)return c.maxResults?c.options.slice(0,c.maxResults):c.options;const w=o.value.toLowerCase().trim();if(!w){const M=c.options;return c.maxResults?M.slice(0,c.maxResults):M}let S;return c.filterOptions?S=c.filterOptions(c.options,w):S=c.options.filter(M=>f(M).toLowerCase().includes(w)),c.maxResults?S.slice(0,c.maxResults):S}),y=r.computed(()=>c.loading?$e.LOADING:l.value&&c.options&&c.options.length>0&&b.value.length>0?$e.HAS_OPTIONS:$e.NO_OPTIONS);function v(w){return a.value.some(S=>u(S)===u(w))}function p(w){if(!c.multiSelect){a.value=[w],l.value=!1,o.value="";return}const S=a.value,M=u(w);S.some(k=>u(k)===M)?a.value=S.filter(k=>u(k)!==M):a.value=[...S,w]}const{arrivedState:h}=SA(m,{throttle:100}),E=Na(()=>{i("loadMore")},c.loadMoreThrottleDelay);return r.watch(()=>h.bottom,w=>{c.enableLoadMore&&w&&l.value&&E()}),r.onUnmounted(()=>{E.cancel()}),t({dropdownRef:d}),(w,S)=>r.unref(l)?(r.openBlock(),r.createElementBlock("div",{key:0,ref_key:"dropdownRef",ref:d,class:r.normalizeClass(["av-autocomplete-dropdown",r.unref(c).dropdownClass]),style:r.normalizeStyle({width:r.unref(c).dropdownWidth,maxHeight:r.unref(c).maxDropdownHeight})},[r.unref(y)===r.unref($e).LOADING?(r.openBlock(),r.createElementBlock("div",VA,[r.createVNode(he,{name:r.unref(ne).LOADING_OUTLINE,size:1.5,class:"av-autocomplete-dropdown__spinner"},null,8,["name"]),S[0]||(S[0]=r.createElementVNode("span",{class:"av-autocomplete-dropdown__loading-text"},"Loading...",-1))])):r.unref(y)===r.unref($e).NO_OPTIONS?(r.openBlock(),r.createElementBlock("div",em,[s.empty?r.renderSlot(w.$slots,"empty",{key:0},void 0,!0):(r.openBlock(),r.createElementBlock("div",tm," No results found "))])):(r.openBlock(),r.createBlock(xi,r.mergeProps({key:2,ref_key:"listRef",ref:m},r.unref(c).listOptions,{class:["av-autocomplete-dropdown__options",r.unref(c).scrollbarClass]}),{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(b),M=>(r.openBlock(),r.createElementBlock(r.Fragment,{key:r.unref(u)(M)},[s.item?r.renderSlot(w.$slots,"item",{key:0,option:M,isSelected:v(M),toggle:()=>p(M)},void 0,!0):(r.openBlock(),r.createBlock(Di,{key:1,title:r.unref(f)(M),icon:v(M)?r.unref(ne).CHECK:void 0,selected:v(M),clickable:"","on-click":()=>p(M),"hover-background-color":"var(--light-background-neutral)","color-on-hover":"var(--base)"},null,8,["title","icon","selected","on-click"]))],64))),128))]),_:3},16,["class"]))],6)):r.createCommentVNode("",!0)}}),[["__scopeId","data-v-bd315119"]]),im={class:"av-autocomplete-input"},rm={key:0,class:"av-autocomplete-input__suffix"},sm=H(r.defineComponent({__name:"AvAutocompleteInput",emits:["search","clear"],setup(e,{expose:t,emit:n}){const i=n,s=r.useSlots(),{selectedItems:a,searchQuery:o,isOpen:l,props:c,inputId:u,handleBlur:f,getDisplayLabel:d}=Bi(),m=r.useTemplateRef("inputRef"),b=r.computed(()=>!c.multiSelect&&a.value.length>0?d(a.value[0]):c.multiSelect&&a.value.length>0?c.showSelectedSection?`${a.value.length} element(s) selected`:a.value.map(d).join(", "):o.value),y=r.computed(()=>{var w;return((w=c.inputOptions)==null?void 0:w.placeholder)||"Search..."}),v=Na(w=>{o.value=w,i("search",w)},c.debounceDelay);function p(w){o.value=String(w||""),v(o.value)}function h(){l.value=!0}function E(){a.value=[],o.value="",i("clear")}return r.onUnmounted(()=>{v.cancel()}),t({inputRef:m,searchQuery:r.computed(()=>o.value)}),(w,S)=>(r.openBlock(),r.createElementBlock("div",im,[r.createVNode(ua,r.mergeProps({id:r.unref(u),ref_key:"inputRef",ref:m,"model-value":r.unref(b),placeholder:r.unref(y)},r.unref(c).inputOptions,{"onUpdate:modelValue":p,onFocus:h,onBlur:r.unref(f),onClick:h}),r.createSlots({_:2},[s.requiredTip?{name:"requiredTip",fn:r.withCtx(()=>[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(s.requiredTip)))]),key:"0"}:void 0]),1040,["id","model-value","placeholder","onBlur"]),r.unref(a).length>0?(r.openBlock(),r.createElementBlock("div",rm,[r.createVNode(je,{label:"Clear selected items",icon:r.unref(ne).CLOSE_CIRCLE_OUTLINE,"icon-only":"","icon-scale":.8,size:"sm",variant:"DEFAULT",theme:"SECONDARY","on-click":E},null,8,["icon"])])):r.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-a4efaaae"]]),am={key:0,class:"av-autocomplete-selected-tags"},om=H(r.defineComponent({__name:"AvAutocompleteSelectedTags",setup(e){const t=r.useSlots(),{selectedItems:n,props:i,getOptionId:s,getDisplayLabel:a}=Bi();function o(l){const c=n.value,u=s(l);n.value=c.filter(f=>s(f)!==u)}return(l,c)=>r.unref(i).multiSelect&&r.unref(n).length>0&&r.unref(i).showSelectedSection?(r.openBlock(),r.createElementBlock("div",am,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(n),u=>(r.openBlock(),r.createElementBlock("div",{key:r.unref(s)(u),class:"av-autocomplete-selected-tags__item"},[t.selectedItem?r.renderSlot(l.$slots,"selectedItem",{key:0,option:u,remove:()=>o(u)},void 0,!0):(r.openBlock(),r.createBlock(je,{key:1,label:r.unref(a)(u),icon:r.unref(ne).CLOSE_CIRCLE_OUTLINE,"icon-right":"",size:"sm",variant:"OUTLINED",theme:"SECONDARY","on-click":()=>o(u)},null,8,["label","icon","on-click"]))]))),128))])):r.createCommentVNode("",!0)}}),[["__scopeId","data-v-c00c128b"]]),lm={class:"av-autocomplete"},cm=H(r.defineComponent({__name:"AvAutocomplete",props:r.mergeModels({id:{},inputOptions:{default:()=>({})},options:{},multiSelect:{type:Boolean,default:!1},getOptionLabel:{},getOptionKey:{},filterOptions:{},dropdownWidth:{default:"100%"},maxDropdownHeight:{default:"20rem"},listOptions:{default:()=>({size:"small",ariaLabel:"Available options list"})},scrollbarClass:{default:"av-autocomplete__scrollbar--default"},dropdownClass:{default:"av-autocomplete__dropdown--default"},loading:{type:Boolean,default:!1},debounceDelay:{default:300},maxResults:{},enableLoadMore:{type:Boolean,default:!1},showSelectedSection:{type:Boolean,default:!1},blurCloseDelay:{default:150},loadMoreThrottleDelay:{default:200},serverSideFiltering:{type:Boolean,default:!1}},{modelValue:{default:()=>[]},modelModifiers:{}}),emits:r.mergeModels(["search","loadMore","clear"],["update:modelValue"]),setup(e,{emit:t}){const n=e,i=t,s=r.useSlots(),a=r.useModel(e,"modelValue"),o=r.ref(!1),l=r.ref(""),c=r.useTemplateRef("wrapperRef"),u=r.useTemplateRef("inputRef"),f=r.useTemplateRef("dropdownRef"),d=r.computed(()=>n.id||`av-autocomplete-${crypto.randomUUID()}`);function m(E){l.value=E,i("search",E)}function b(E){var w,S;(S=(w=f.value)==null?void 0:w.dropdownRef)!=null&&S.contains(E.relatedTarget)||setTimeout(()=>{o.value=!1},n.blurCloseDelay)}function y(E){return n.getOptionKey?n.getOptionKey(E):E.value}function v(E){return n.getOptionLabel?n.getOptionLabel(E):E.label}const p={selectedItems:a,searchQuery:l,isOpen:o,props:n,inputId:d,handleBlur:b,getOptionId:y,getDisplayLabel:v};r.provide(Aa,p);function h(E){var M,N,k,C,I;const w=E.target,S=(M=u.value)==null?void 0:M.inputRef;!((N=S==null?void 0:S.contains)!=null&&N.call(S,w))&&!((k=c.value)!=null&&k.contains(w))&&!((I=(C=f.value)==null?void 0:C.dropdownRef)!=null&&I.contains(w))&&(o.value=!1)}return r.onMounted(()=>{document.addEventListener("click",h)}),r.onUnmounted(()=>{document.removeEventListener("click",h)}),(E,w)=>(r.openBlock(),r.createElementBlock("div",lm,[r.createElementVNode("div",{ref_key:"wrapperRef",ref:c,class:"av-autocomplete__wrapper"},[r.createVNode(sm,{ref_key:"inputRef",ref:u,onSearch:m,onClear:w[0]||(w[0]=S=>i("clear"))},r.createSlots({_:2},[s.requiredTip?{name:"requiredTip",fn:r.withCtx(()=>[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(s.requiredTip)))]),key:"0"}:void 0]),1536),r.createVNode(nm,{ref_key:"dropdownRef",ref:f,onLoadMore:w[1]||(w[1]=S=>i("loadMore"))},r.createSlots({_:2},[s.item?{name:"item",fn:r.withCtx(({option:S,isSelected:M,toggle:N})=>[r.renderSlot(E.$slots,"item",{option:S,isSelected:M,toggle:N},void 0,!0)]),key:"0"}:void 0,s.empty?{name:"empty",fn:r.withCtx(()=>[r.renderSlot(E.$slots,"empty",{},void 0,!0)]),key:"1"}:void 0]),1536)],512),r.createVNode(om,null,r.createSlots({_:2},[s.selectedItem?{name:"selectedItem",fn:r.withCtx(({option:S,remove:M})=>[r.renderSlot(E.$slots,"selectedItem",{option:S,remove:M},void 0,!0)]),key:"0"}:void 0]),1024)]))}}),[["__scopeId","data-v-1088cd38"]]),um=H(r.defineComponent({__name:"AvSelect",props:{required:{type:Boolean},disabled:{type:Boolean},selectId:{},name:{},hint:{},modelValue:{},label:{},options:{},successMessage:{},errorMessage:{},defaultUnselectedText:{},dense:{type:Boolean}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,i=t,s=r.computed(()=>{var o;if(!n.modelValue)return n.defaultUnselectedText;const a=(o=n.options)==null?void 0:o.find(l=>String(l.value)===String(n.modelValue));return a?a.text:n.defaultUnselectedText});return(a,o)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass({"fr-select--dense":n.dense})},[r.createVNode(r.unref(yp),r.mergeProps(n,{title:r.unref(s),"onUpdate:modelValue":o[0]||(o[0]=l=>i("update:modelValue",l))}),null,16,["title"])],2))}}),[["__scopeId","data-v-e4b98fc1"]]),fm=r.defineComponent({__name:"AvTab",props:{title:{},icon:{}},setup(e){return(t,n)=>r.renderSlot(t.$slots,"default")}}),dm=H(r.defineComponent({__name:"AvTabs",props:{ariaLabel:{},modelValue:{}},emits:["update:modelValue"],setup(e,{expose:t,emit:n}){const i=n,s=r.useSlots(),a=r.ref(e.modelValue),o=r.computed(()=>{var m;return((m=s.default)==null?void 0:m.call(s))||[]});function l(m){const b=o.value.length;a.value=(a.value+m+b)%b}function c(){l(-1)}function u(){l(1)}function f(){a.value=0}function d(){a.value=o.value.length-1}return r.watch(()=>e.modelValue,m=>{m!==void 0&&(a.value=m)}),r.watch(a,m=>{i("update:modelValue",m)}),t({activeTab:a}),(m,b)=>{const y=aa,v=sa,p=wp;return r.openBlock(),r.createBlock(p,{modelValue:r.unref(a),"onUpdate:modelValue":b[0]||(b[0]=h=>r.isRef(a)?a.value=h:null),"tab-list-name":m.ariaLabel??"Liste d’onglets","tab-titles":[]},{"tab-items":r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(o),(h,E)=>{var w;return r.openBlock(),r.createBlock(y,{key:E,"tab-id":`tab-${E}`,"panel-id":`panel-${E}`,icon:(w=h.props)==null?void 0:w.icon,onClick:S=>a.value=E,onNext:u,onPrevious:c,onFirst:f,onLast:d},{default:r.withCtx(()=>{var S;return[r.createTextVNode(r.toDisplayString((S=h.props)==null?void 0:S.title),1)]}),_:2},1032,["tab-id","panel-id","icon","onClick"])}),128))]),default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(r.unref(o),(h,E)=>(r.openBlock(),r.createBlock(v,{key:E,"panel-id":`panel-${E}`,"tab-id":`tab-${E}`},{default:r.withCtx(()=>[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(h.children.default)))]),_:2},1032,["panel-id","tab-id"]))),128))]),_:1},8,["modelValue","tab-list-name"])}}}),[["__scopeId","data-v-b38855c9"]]),pm="data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20opacity='0.6'%20y='3'%20width='34'%20height='14'%20rx='7'%20fill='%23D4D4EC'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.5%2020C30.0228%2020%2034.5%2015.5228%2034.5%2010C34.5%204.47715%2030.0228%200%2024.5%200C18.9772%200%2014.5%204.47715%2014.5%2010C14.5%2015.5228%2018.9772%2020%2024.5%2020Z'%20fill='%23000091'/%3e%3c/svg%3e",hm="data:image/svg+xml,%3csvg%20width='34'%20height='20'%20viewBox='0%200%2034%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='3'%20width='34'%20height='14'%20rx='7'%20fill='%2314171A'%20fill-opacity='0.36'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%2020C15.5228%2020%2020%2015.5228%2020%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M10%200.5C15.2467%200.5%2019.5%204.75329%2019.5%2010C19.5%2015.2467%2015.2467%2019.5%2010%2019.5C4.75329%2019.5%200.5%2015.2467%200.5%2010C0.5%204.75329%204.75329%200.5%2010%200.5Z'%20stroke='%2314171A'%20stroke-opacity='0.36'/%3e%3c/svg%3e",Am=["id","for"],mm={width:"34",height:"14"},vm=["href"],gm={key:0,class:"caption-bold no-select"},_m={key:1,class:"caption-regular no-select"},bm={class:"caption-regular"},ym=["id","disabled","aria-disabled","checked","data-testid","aria-describedby","name"],Em=H(r.defineComponent({__name:"AvToggle",props:{modelValue:{type:Boolean},description:{},id:{},disabled:{type:Boolean},activeText:{default:"On"},inactiveText:{default:"Off"},name:{default:void 0}},emits:["update:modelValue"],setup(e){const t=e,n=r.computed(()=>t.id??crypto.randomUUID()),i=r.computed(()=>`${n.value}-label`);return(s,a)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[r.createElementVNode("label",{id:r.unref(i),for:r.unref(n),class:r.normalizeClass(["av-toggle",{"av-toggle--disabled":s.disabled}])},[r.createElementVNode("div",{class:r.normalizeClass(["toggle",{"toggle--disabled":s.disabled}])},[(r.openBlock(),r.createElementBlock("svg",mm,[r.createElementVNode("image",{href:s.modelValue?r.unref(pm):r.unref(hm),width:"34",height:"14"},null,8,vm)])),s.modelValue?(r.openBlock(),r.createElementBlock("span",gm,r.toDisplayString(s.activeText),1)):(r.openBlock(),r.createElementBlock("span",_m,r.toDisplayString(s.inactiveText),1))],2),r.createElementVNode("span",bm,r.toDisplayString(s.description),1)],10,Am),r.createElementVNode("input",{id:r.unref(n),style:{visibility:"hidden"},disabled:s.disabled,"aria-disabled":s.disabled,type:"checkbox",checked:s.modelValue,"data-testid":r.unref(n),"aria-describedby":r.unref(i),name:s.name,onInput:a[0]||(a[0]=o=>s.$emit("update:modelValue",o.target.checked))},null,40,ym)],64))}}),[["__scopeId","data-v-0aabed11"]]),Im={style:{position:"relative"},class:"my-nav-wrapper"},Cm=H(r.defineComponent({__name:"AvNavigation",props:{navItems:{}},setup(e){const t=e;return(n,i)=>{const s=Gd;return r.openBlock(),r.createElementBlock("div",Im,[r.createVNode(s,r.normalizeProps(r.guardReactiveProps(t)),null,16)])}}}),[["__scopeId","data-v-433349ab"]]),Nm=["aria-label"],Tm={class:"fr-pagination__list"},Sm={key:0},wm={class:"b2-regular"},km=["href","title","aria-disabled"],Om={class:"fr-sr-only"},Mm=["href","title","aria-disabled"],xm={key:0,class:"caption-regular fr-hidden fr-unhidden-md"},Dm=["href","title","aria-current","onClick"],Bm={key:0},Lm={key:1},Pm=["href","title","disabled","aria-disabled"],Rm={key:0,class:"caption-regular fr-hidden fr-unhidden-md"},zm=["href","title","disabled","aria-disabled"],jm={class:"fr-sr-only"},Qm=H(r.defineComponent({__name:"AvPagination",props:{compact:{type:Boolean,default:!1},pages:{},currentPage:{default:0},firstPageLabel:{},lastPageLabel:{},nextPageLabel:{},prevPageLabel:{},compactCurrentPageLabel:{},truncLimit:{default:2},ariaLabel:{}},emits:["update:current-page"],setup(e,{emit:t}){const n=t,i=r.computed(()=>Math.min(e.pages.length-1-e.truncLimit,Math.max(e.currentPage-(e.truncLimit-e.truncLimit%2)/2,0))),s=r.computed(()=>Math.min(e.pages.length-1,i.value+e.truncLimit)),a=r.computed(()=>e.pages.length>e.truncLimit?e.pages.slice(i.value,s.value+1):e.pages),o=b=>n("update:current-page",b),l=b=>o(b),c=()=>l(0),u=()=>l(Math.max(0,e.currentPage-1)),f=()=>l(Math.min(e.pages.length-1,e.currentPage+1)),d=()=>l(e.pages.length-1),m=b=>e.pages.indexOf(b)===e.currentPage;return(b,y)=>{var v,p,h,E;return r.openBlock(),r.createElementBlock("nav",{role:"navigation",class:"fr-pagination","aria-label":b.ariaLabel},[r.createElementVNode("ul",Tm,[b.compact?(r.openBlock(),r.createElementBlock("li",Sm,[r.createElementVNode("span",wm,r.toDisplayString(b.compactCurrentPageLabel),1)])):r.createCommentVNode("",!0),r.createElementVNode("li",null,[b.compact?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("a",{key:0,href:(v=b.pages[0])==null?void 0:v.href,class:"fr-pagination__link",title:b.firstPageLabel,"aria-disabled":b.currentPage===0?!0:void 0,onClick:y[0]||(y[0]=r.withModifiers(w=>c(),["prevent"]))},[r.createVNode(he,{name:r.unref(ne).PAGE_FIRST,size:1.5,color:b.currentPage===0?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"]),r.createElementVNode("span",Om,r.toDisplayString(b.firstPageLabel),1)],8,km))]),r.createElementVNode("li",null,[r.createElementVNode("a",{href:(p=b.pages[Math.max(b.currentPage-1,0)])==null?void 0:p.href,class:"fr-pagination__link fr-pagination__link--lg-label",title:b.prevPageLabel,"aria-disabled":b.currentPage===0?!0:void 0,onClick:y[1]||(y[1]=r.withModifiers(w=>u(),["prevent"]))},[r.createVNode(he,{name:r.unref(ne).NAVIGATE_BEFORE,size:1.5,color:b.currentPage===0?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"]),b.compact?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("span",xm,r.toDisplayString(b.prevPageLabel),1))],8,Mm)]),b.compact?r.createCommentVNode("",!0):(r.openBlock(!0),r.createElementBlock(r.Fragment,{key:1},r.renderList(r.unref(a),(w,S)=>(r.openBlock(),r.createElementBlock("li",{key:S},[r.createElementVNode("a",{href:w==null?void 0:w.href,class:"fr-pagination__link fr-unhidden-lg",title:w.title,"aria-current":m(w)?"page":void 0,onClick:r.withModifiers(M=>l(b.pages.indexOf(w)),["prevent"])},[r.unref(a).indexOf(w)===0&&r.unref(i)>0?(r.openBlock(),r.createElementBlock("span",Bm,"...")):r.createCommentVNode("",!0),r.createTextVNode(" "+r.toDisplayString(w.label)+" ",1),r.unref(a).indexOf(w)===r.unref(a).length-1&&r.unref(s)<b.pages.length-1?(r.openBlock(),r.createElementBlock("span",Lm,"...")):r.createCommentVNode("",!0)],8,Dm)]))),128)),r.createElementVNode("li",null,[r.createElementVNode("a",{href:(h=b.pages[Math.min(b.currentPage+1,b.pages.length-1)])==null?void 0:h.href,class:"fr-pagination__link fr-pagination__link--lg-label",title:b.nextPageLabel,disabled:b.currentPage===b.pages.length-1?!0:void 0,"aria-disabled":b.currentPage===b.pages.length-1?!0:void 0,onClick:y[2]||(y[2]=r.withModifiers(w=>f(),["prevent"]))},[b.compact?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("span",Rm,r.toDisplayString(b.nextPageLabel),1)),r.createVNode(he,{name:r.unref(ne).NAVIGATE_NEXT,size:1.5,color:b.currentPage===b.pages.length-1?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"])],8,Pm)]),r.createElementVNode("li",null,[b.compact?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("a",{key:0,class:"fr-pagination__link",href:(E=b.pages.at(-1))==null?void 0:E.href,title:b.lastPageLabel,disabled:b.currentPage===b.pages.length-1?!0:void 0,"aria-disabled":b.currentPage===b.pages.length-1?!0:void 0,onClick:y[3]||(y[3]=r.withModifiers(w=>d(),["prevent"]))},[r.createElementVNode("span",jm,r.toDisplayString(b.lastPageLabel),1),r.createVNode(he,{name:r.unref(ne).PAGE_LAST,size:1.5,color:b.currentPage===b.pages.length-1?"var(--dark-background-neutral)":"var(--dark-background-primary1)"},null,8,["name","color"])],8,zm))])])],8,Nm)}}}),[["__scopeId","data-v-1d35652c"]]);function Fm(e){return Array.from({length:e.value},(t,n)=>{const i=n+1;return{title:`${i}`,label:`${i}`,href:`#page-${i}`}})}const Wm=["id","aria-label"],Um={key:0,class:"av-side-menu__header"},qm={class:"av-side-menu__content"},Ta=H(r.defineComponent({__name:"AvSideMenu",props:r.mergeModels({id:{},collapsible:{type:Boolean,default:!0},collapsed:{type:Boolean,default:!1},width:{default:"16rem"},collapsedWidth:{default:"5rem"},padding:{default:"0"}},{collapsed:{type:Boolean,default:!1},collapsedModifiers:{}}),emits:r.mergeModels(["update:collapsed"],["update:collapsed"]),setup(e){r.useCssVars(f=>({"4d5b7c17":r.unref(c),"4a813d87":f.padding}));const t=e,n=r.useModel(e,"collapsed"),{width:i,collapsedWidth:s}=r.toRefs(t),a=r.computed(()=>t.id??crypto.randomUUID()),o=r.computed(()=>`${a.value} navigation`),l=r.computed({get:()=>t.collapsible?n.value:!1,set:f=>{t.collapsible&&(n.value=f)}}),c=r.computed(()=>t.collapsible&&l.value?s.value:i.value);function u(){t.collapsible&&(l.value=!l.value)}return(f,d)=>(r.openBlock(),r.createElementBlock("nav",{id:r.unref(a),class:r.normalizeClass(["av-side-menu",{"av-side-menu--collapsed":r.unref(l)}]),"aria-label":r.unref(o)},[t.collapsible?(r.openBlock(),r.createElementBlock("div",Um,[r.createVNode(je,{"aria-expanded":!r.unref(l),"aria-controls":r.unref(a),icon:r.unref(l)?r.unref(ne).CHEVRON_DOUBLE_RIGHT:r.unref(ne).CHEVRON_DOUBLE_LEFT,class:"av-side-menu__collapse-button",label:r.unref(l)?`${r.unref(a)}-expand-button`:`${r.unref(a)}-collapse-button`,"icon-only":"",onClick:u},null,8,["aria-expanded","aria-controls","icon","label"])])):r.createCommentVNode("",!0),r.createElementVNode("div",qm,[r.renderSlot(f.$slots,"default",{},void 0,!0)])],10,Wm))}}),[["__scopeId","data-v-23242ccc"]]),Xm=H(r.defineComponent({__name:"AvSideNavigation",props:r.mergeModels({items:{},selectedItem:{},isSideMenuCollapsed:{type:Boolean},collapsedWidth:{default:"3.5rem"}},{selectedItem:{default:""},selectedItemModifiers:{},isSideMenuCollapsed:{type:Boolean,default:!1},isSideMenuCollapsedModifiers:{}}),emits:r.mergeModels(["update:selectedItem","update:isSideMenuCollapsed"],["update:selectedItem","update:isSideMenuCollapsed"]),setup(e){const t=r.useModel(e,"selectedItem"),n=r.useModel(e,"isSideMenuCollapsed");function i(s){t.value=s}return(s,a)=>(r.openBlock(),r.createBlock(Ta,{collapsed:n.value,"onUpdate:collapsed":a[0]||(a[0]=o=>n.value=o),"collapsed-width":s.collapsedWidth},{default:r.withCtx(()=>[r.createVNode(r.unref(xi),{size:"small",role:"menu"},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.items,o=>(r.openBlock(),r.createBlock(r.unref(Di),{key:o.id,title:n.value?void 0:o.label,icon:o.icon,"icon-size":1.8,selected:t.value===o.id,tag:"button",role:"menuitem",class:r.normalizeClass(["av-side-navigation__menu-item",{"av-side-navigation__menu-item--collapsed":n.value}]),clickable:"",onClick:l=>i(o.id)},null,8,["title","icon","selected","class","onClick"]))),128))]),_:1})]),_:1},8,["collapsed","collapsed-width"]))}}),[["__scopeId","data-v-d802c471"]]),Hm={key:0},Km={key:0,class:"av-drawer-backdrop"},Zm=["aria-label"],Ym={class:"av-drawer__content-wrapper"},Gm={class:"av-drawer__content"},Jm={key:0,class:"footer-container"},$m=H(r.defineComponent({__name:"AvDrawer",props:{show:{type:Boolean},position:{default:"right"},width:{default:"35rem"},backdrop:{type:Boolean,default:!0},padding:{default:"var(--spacing-md)"},ariaLabel:{default:"Menu latéral"}},emits:["escapePressed"],setup(e,{emit:t}){r.useCssVars(c=>({b9426bca:r.unref(o),"7249d1b4":r.unref(l)}));const n=e,i=t,s=r.useSlots(),{position:a,width:o,padding:l}=r.toRefs(n);return(c,u)=>c.show?(r.openBlock(),r.createElementBlock("div",Hm,[c.backdrop?(r.openBlock(),r.createElementBlock("div",Km)):r.createCommentVNode("",!0),r.createElementVNode("div",{class:r.normalizeClass(["av-drawer",`av-drawer--${r.unref(a)}`]),role:"dialog","aria-modal":"true","aria-label":c.ariaLabel,onKeydown:u[0]||(u[0]=r.withKeys(f=>i("escapePressed"),["esc"]))},[r.createElementVNode("div",Ym,[r.createElementVNode("div",Gm,[r.renderSlot(c.$slots,"default",{},void 0,!0)]),s.footer?(r.openBlock(),r.createElementBlock("div",Jm,[r.renderSlot(c.$slots,"footer",{},void 0,!0)])):r.createCommentVNode("",!0)])],42,Zm)])):r.createCommentVNode("",!0)}}),[["__scopeId","data-v-4b1b7481"]]),Vm={key:0,class:"header"},ev={class:"footer"},tv=H(r.defineComponent({__name:"AvModal",props:{closeButtonVariant:{},modalId:{},opened:{type:Boolean},isAlert:{type:Boolean},origin:{},icon:{},size:{},closeButtonLabel:{},isLoading:{type:Boolean}},emits:["close"],setup(e,{emit:t}){const n=r.createPropsRestProxy(e,["isLoading"]),i=t,s=r.useSlots(),a=r.computed(()=>n.closeButtonVariant??"DEFAULT");return(o,l)=>{const c=Id;return r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[r.createVNode(c,r.mergeProps(n,{title:"",onKeydown:l[1]||(l[1]=r.withKeys(u=>i("close"),["esc"]))}),{default:r.withCtx(()=>[s.header?(r.openBlock(),r.createElementBlock("div",Vm,[r.renderSlot(o.$slots,"header",{},void 0,!0)])):r.createCommentVNode("",!0),r.renderSlot(o.$slots,"default",{},void 0,!0)]),footer:r.withCtx(()=>[r.createElementVNode("div",ev,[r.createVNode(r.unref(je),{icon:r.unref(ne).CLOSE_CIRCLE_OUTLINE,label:n.closeButtonLabel,title:n.closeButtonLabel,variant:r.unref(a),"is-loading":o.isLoading,size:"sm",onClick:l[0]||(l[0]=()=>i("close"))},null,8,["icon","label","title","variant","is-loading"]),r.renderSlot(o.$slots,"footer",{},void 0,!0)])]),_:3},16)])}}}),[["__scopeId","data-v-3153ca6f"]]);function nv(e,t){const n=r.ref(!1),i=r.ref({top:0,left:0}),s=async()=>{if(n.value=!n.value,n.value&&e.value){await r.nextTick();const l=e.value.getBoundingClientRect(),c=l.bottom+window.scrollY+4;let u=l.left+window.scrollX;if(t.value){const f=t.value.getBoundingClientRect(),d=window.innerWidth;u+f.width>d&&(u=d-f.width-16,u<0&&(u=16))}i.value={top:c/16,left:u/16}}},a=()=>{n.value=!1},o=l=>{e.value&&!e.value.contains(l.target)&&a()};return r.onMounted(()=>{document.addEventListener("click",o)}),r.onUnmounted(()=>{document.removeEventListener("click",o)}),{showPopover:n,popoverPosition:i,togglePopover:s,closePopover:a}}/*!
|
|
54
13
|
* tabbable 6.2.0
|
|
55
14
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
56
|
-
*/var
|
|
15
|
+
*/var Sa=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],yn=Sa.join(","),wa=typeof Element>"u",Ve=wa?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,En=!wa&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},In=function e(t,n){var i;n===void 0&&(n=!0);var s=t==null||(i=t.getAttribute)===null||i===void 0?void 0:i.call(t,"inert"),a=s===""||s==="true",o=a||n&&t&&e(t.parentNode);return o},iv=function(t){var n,i=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return i===""||i==="true"},ka=function(t,n,i){if(In(t))return[];var s=Array.prototype.slice.apply(t.querySelectorAll(yn));return n&&Ve.call(t,yn)&&s.unshift(t),s=s.filter(i),s},Oa=function e(t,n,i){for(var s=[],a=Array.from(t);a.length;){var o=a.shift();if(!In(o,!1))if(o.tagName==="SLOT"){var l=o.assignedElements(),c=l.length?l:o.children,u=e(c,!0,i);i.flatten?s.push.apply(s,u):s.push({scopeParent:o,candidates:u})}else{var f=Ve.call(o,yn);f&&i.filter(o)&&(n||!t.includes(o))&&s.push(o);var d=o.shadowRoot||typeof i.getShadowRoot=="function"&&i.getShadowRoot(o),m=!In(d,!1)&&(!i.shadowRootFilter||i.shadowRootFilter(o));if(d&&m){var b=e(d===!0?o.children:d.children,!0,i);i.flatten?s.push.apply(s,b):s.push({scopeParent:o,candidates:b})}else a.unshift.apply(a,o.children)}}return s},Ma=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},et=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||iv(t))&&!Ma(t)?0:t.tabIndex},rv=function(t,n){var i=et(t);return i<0&&n&&!Ma(t)?0:i},sv=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},xa=function(t){return t.tagName==="INPUT"},av=function(t){return xa(t)&&t.type==="hidden"},ov=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(i){return i.tagName==="SUMMARY"});return n},lv=function(t,n){for(var i=0;i<t.length;i++)if(t[i].checked&&t[i].form===n)return t[i]},cv=function(t){if(!t.name)return!0;var n=t.form||En(t),i=function(l){return n.querySelectorAll('input[type="radio"][name="'+l+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=i(window.CSS.escape(t.name));else try{s=i(t.name)}catch(o){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",o.message),!1}var a=lv(s,t.form);return!a||a===t},uv=function(t){return xa(t)&&t.type==="radio"},fv=function(t){return uv(t)&&!cv(t)},dv=function(t){var n,i=t&&En(t),s=(n=i)===null||n===void 0?void 0:n.host,a=!1;if(i&&i!==t){var o,l,c;for(a=!!((o=s)!==null&&o!==void 0&&(l=o.ownerDocument)!==null&&l!==void 0&&l.contains(s)||t!=null&&(c=t.ownerDocument)!==null&&c!==void 0&&c.contains(t));!a&&s;){var u,f,d;i=En(s),s=(u=i)===null||u===void 0?void 0:u.host,a=!!((f=s)!==null&&f!==void 0&&(d=f.ownerDocument)!==null&&d!==void 0&&d.contains(s))}}return a},Da=function(t){var n=t.getBoundingClientRect(),i=n.width,s=n.height;return i===0&&s===0},pv=function(t,n){var i=n.displayCheck,s=n.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var a=Ve.call(t,"details>summary:first-of-type"),o=a?t.parentElement:t;if(Ve.call(o,"details:not([open]) *"))return!0;if(!i||i==="full"||i==="legacy-full"){if(typeof s=="function"){for(var l=t;t;){var c=t.parentElement,u=En(t);if(c&&!c.shadowRoot&&s(c)===!0)return Da(t);t.assignedSlot?t=t.assignedSlot:!c&&u!==t.ownerDocument?t=u.host:t=c}t=l}if(dv(t))return!t.getClientRects().length;if(i!=="legacy-full")return!0}else if(i==="non-zero-area")return Da(t);return!1},hv=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var i=0;i<n.children.length;i++){var s=n.children.item(i);if(s.tagName==="LEGEND")return Ve.call(n,"fieldset[disabled] *")?!0:!s.contains(t)}return!0}n=n.parentElement}return!1},Cn=function(t,n){return!(n.disabled||In(n)||av(n)||pv(n,t)||ov(n)||hv(n))},ji=function(t,n){return!(fv(n)||et(n)<0||!Cn(t,n))},Av=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},mv=function e(t){var n=[],i=[];return t.forEach(function(s,a){var o=!!s.scopeParent,l=o?s.scopeParent:s,c=rv(l,o),u=o?e(s.candidates):l;c===0?o?n.push.apply(n,u):n.push(l):i.push({documentOrder:a,tabIndex:c,item:s,isScope:o,content:u})}),i.sort(sv).reduce(function(s,a){return a.isScope?s.push.apply(s,a.content):s.push(a.content),s},[]).concat(n)},vv=function(t,n){n=n||{};var i;return n.getShadowRoot?i=Oa([t],n.includeContainer,{filter:ji.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:Av}):i=ka(t,n.includeContainer,ji.bind(null,n)),mv(i)},gv=function(t,n){n=n||{};var i;return n.getShadowRoot?i=Oa([t],n.includeContainer,{filter:Cn.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):i=ka(t,n.includeContainer,Cn.bind(null,n)),i},At=function(t,n){if(n=n||{},!t)throw new Error("No node provided");return Ve.call(t,yn)===!1?!1:ji(n,t)},_v=Sa.concat("iframe").join(","),Qi=function(t,n){if(n=n||{},!t)throw new Error("No node provided");return Ve.call(t,_v)===!1?!1:Cn(n,t)};/*!
|
|
57
16
|
* focus-trap 7.6.5
|
|
58
17
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
59
|
-
*/function
|
|
60
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Zg(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),n.push.apply(n,i)}return n}function Yg(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Zg(Object(n),!0).forEach(function(i){_S(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zg(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function bS(e){return AS(e)||vS(e)||IS(e)||mS()}function yS(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t);if(typeof i!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function ES(e){var t=yS(e,"string");return typeof t=="symbol"?t:t+""}function IS(e,t){if(e){if(typeof e=="string")return qc(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?qc(e,t):void 0}}var Gg={activateTrap:function(t,n){if(t.length>0){var i=t[t.length-1];i!==n&&i._setPausedState(!0)}var r=t.indexOf(n);r===-1||t.splice(r,1),t.push(n)},deactivateTrap:function(t,n){var i=t.indexOf(n);i!==-1&&t.splice(i,1),t.length>0&&!t[t.length-1]._isManuallyPaused()&&t[t.length-1]._setPausedState(!1)}},NS=function(t){return t.tagName&&t.tagName.toLowerCase()==="input"&&typeof t.select=="function"},CS=function(t){return(t==null?void 0:t.key)==="Escape"||(t==null?void 0:t.key)==="Esc"||(t==null?void 0:t.keyCode)===27},Ns=function(t){return(t==null?void 0:t.key)==="Tab"||(t==null?void 0:t.keyCode)===9},TS=function(t){return Ns(t)&&!t.shiftKey},wS=function(t){return Ns(t)&&t.shiftKey},Jg=function(t){return setTimeout(t,0)},Cs=function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return typeof t=="function"?t.apply(void 0,i):t},da=function(t){return t.target.shadowRoot&&typeof t.composedPath=="function"?t.composedPath()[0]:t.target},SS=[],OS=function(t,n){var i=(n==null?void 0:n.document)||document,r=(n==null?void 0:n.trapStack)||SS,s=Yg({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:TS,isKeyBackward:wS},n),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},a,l=function(O,k,L){return O&&O[k]!==void 0?O[k]:s[L||k]},c=function(O,k){var L=typeof(k==null?void 0:k.composedPath)=="function"?k.composedPath():void 0;return o.containerGroups.findIndex(function(R){var V=R.container,j=R.tabbableNodes;return V.contains(O)||(L==null?void 0:L.includes(V))||j.find(function(Q){return Q===O})})},u=function(O){var k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},L=k.hasFallback,R=L===void 0?!1:L,V=k.params,j=V===void 0?[]:V,Q=s[O];if(typeof Q=="function"&&(Q=Q.apply(void 0,bS(j))),Q===!0&&(Q=void 0),!Q){if(Q===void 0||Q===!1)return Q;throw new Error("`".concat(O,"` was specified but was not a node, or did not return a node"))}var ce=Q;if(typeof Q=="string"){try{ce=i.querySelector(Q)}catch(pe){throw new Error("`".concat(O,'` appears to be an invalid selector; error="').concat(pe.message,'"'))}if(!ce&&!R)throw new Error("`".concat(O,"` as selector refers to no known node"))}return ce},f=function(){var O=u("initialFocus",{hasFallback:!0});if(O===!1)return!1;if(O===void 0||O&&!Hc(O,s.tabbableOptions))if(c(i.activeElement)>=0)O=i.activeElement;else{var k=o.tabbableGroups[0],L=k&&k.firstTabbableNode;O=L||u("fallbackFocus")}else O===null&&(O=u("fallbackFocus"));if(!O)throw new Error("Your focus-trap needs to have at least one focusable element");return O},d=function(){if(o.containerGroups=o.containers.map(function(O){var k=pS(O,s.tabbableOptions),L=hS(O,s.tabbableOptions),R=k.length>0?k[0]:void 0,V=k.length>0?k[k.length-1]:void 0,j=L.find(function(pe){return Nr(pe)}),Q=L.slice().reverse().find(function(pe){return Nr(pe)}),ce=!!k.find(function(pe){return ji(pe)>0});return{container:O,tabbableNodes:k,focusableNodes:L,posTabIndexesFound:ce,firstTabbableNode:R,lastTabbableNode:V,firstDomTabbableNode:j,lastDomTabbableNode:Q,nextTabbableNode:function(we){var be=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,Ve=k.indexOf(we);return Ve<0?be?L.slice(L.indexOf(we)+1).find(function(Ke){return Nr(Ke)}):L.slice(0,L.indexOf(we)).reverse().find(function(Ke){return Nr(Ke)}):k[Ve+(be?1:-1)]}}}),o.tabbableGroups=o.containerGroups.filter(function(O){return O.tabbableNodes.length>0}),o.tabbableGroups.length<=0&&!u("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(o.containerGroups.find(function(O){return O.posTabIndexesFound})&&o.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},_=function(O){var k=O.activeElement;if(k)return k.shadowRoot&&k.shadowRoot.activeElement!==null?_(k.shadowRoot):k},v=function(O){if(O!==!1&&O!==_(document)){if(!O||!O.focus){v(f());return}O.focus({preventScroll:!!s.preventScroll}),o.mostRecentlyFocusedNode=O,NS(O)&&O.select()}},A=function(O){var k=u("setReturnFocus",{params:[O]});return k||(k===!1?!1:O)},h=function(O){var k=O.target,L=O.event,R=O.isBackward,V=R===void 0?!1:R;k=k||da(L),d();var j=null;if(o.tabbableGroups.length>0){var Q=c(k,L),ce=Q>=0?o.containerGroups[Q]:void 0;if(Q<0)V?j=o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:j=o.tabbableGroups[0].firstTabbableNode;else if(V){var pe=o.tabbableGroups.findIndex(function(pt){var Et=pt.firstTabbableNode;return k===Et});if(pe<0&&(ce.container===k||Hc(k,s.tabbableOptions)&&!Nr(k,s.tabbableOptions)&&!ce.nextTabbableNode(k,!1))&&(pe=Q),pe>=0){var we=pe===0?o.tabbableGroups.length-1:pe-1,be=o.tabbableGroups[we];j=ji(k)>=0?be.lastTabbableNode:be.lastDomTabbableNode}else Ns(L)||(j=ce.nextTabbableNode(k,!1))}else{var Ve=o.tabbableGroups.findIndex(function(pt){var Et=pt.lastTabbableNode;return k===Et});if(Ve<0&&(ce.container===k||Hc(k,s.tabbableOptions)&&!Nr(k,s.tabbableOptions)&&!ce.nextTabbableNode(k))&&(Ve=Q),Ve>=0){var Ke=Ve===o.tabbableGroups.length-1?0:Ve+1,it=o.tabbableGroups[Ke];j=ji(k)>=0?it.firstTabbableNode:it.firstDomTabbableNode}else Ns(L)||(j=ce.nextTabbableNode(k))}}else j=u("fallbackFocus");return j},g=function(O){var k=da(O);if(!(c(k,O)>=0)){if(Cs(s.clickOutsideDeactivates,O)){a.deactivate({returnFocus:s.returnFocusOnDeactivate});return}Cs(s.allowOutsideClick,O)||O.preventDefault()}},E=function(O){var k=da(O),L=c(k,O)>=0;if(L||k instanceof Document)L&&(o.mostRecentlyFocusedNode=k);else{O.stopImmediatePropagation();var R,V=!0;if(o.mostRecentlyFocusedNode)if(ji(o.mostRecentlyFocusedNode)>0){var j=c(o.mostRecentlyFocusedNode),Q=o.containerGroups[j].tabbableNodes;if(Q.length>0){var ce=Q.findIndex(function(pe){return pe===o.mostRecentlyFocusedNode});ce>=0&&(s.isKeyForward(o.recentNavEvent)?ce+1<Q.length&&(R=Q[ce+1],V=!1):ce-1>=0&&(R=Q[ce-1],V=!1))}}else o.containerGroups.some(function(pe){return pe.tabbableNodes.some(function(we){return ji(we)>0})})||(V=!1);else V=!1;V&&(R=h({target:o.mostRecentlyFocusedNode,isBackward:s.isKeyBackward(o.recentNavEvent)})),v(R||o.mostRecentlyFocusedNode||f())}o.recentNavEvent=void 0},b=function(O){var k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;o.recentNavEvent=O;var L=h({event:O,isBackward:k});L&&(Ns(O)&&O.preventDefault(),v(L))},I=function(O){(s.isKeyForward(O)||s.isKeyBackward(O))&&b(O,s.isKeyBackward(O))},w=function(O){CS(O)&&Cs(s.escapeDeactivates,O)!==!1&&(O.preventDefault(),a.deactivate())},C=function(O){var k=da(O);c(k,O)>=0||Cs(s.clickOutsideDeactivates,O)||Cs(s.allowOutsideClick,O)||(O.preventDefault(),O.stopImmediatePropagation())},x=function(){if(o.active)return Gg.activateTrap(r,a),o.delayInitialFocusTimer=s.delayInitialFocus?Jg(function(){v(f())}):v(f()),i.addEventListener("focusin",E,!0),i.addEventListener("mousedown",g,{capture:!0,passive:!1}),i.addEventListener("touchstart",g,{capture:!0,passive:!1}),i.addEventListener("click",C,{capture:!0,passive:!1}),i.addEventListener("keydown",I,{capture:!0,passive:!1}),i.addEventListener("keydown",w),a},T=function(){if(o.active)return i.removeEventListener("focusin",E,!0),i.removeEventListener("mousedown",g,!0),i.removeEventListener("touchstart",g,!0),i.removeEventListener("click",C,!0),i.removeEventListener("keydown",I,!0),i.removeEventListener("keydown",w),a},N=function(O){var k=O.some(function(L){var R=Array.from(L.removedNodes);return R.some(function(V){return V===o.mostRecentlyFocusedNode})});k&&v(f())},p=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(N):void 0,y=function(){p&&(p.disconnect(),o.active&&!o.paused&&o.containers.map(function(O){p.observe(O,{subtree:!0,childList:!0})}))};return a={get active(){return o.active},get paused(){return o.paused},activate:function(O){if(o.active)return this;var k=l(O,"onActivate"),L=l(O,"onPostActivate"),R=l(O,"checkCanFocusTrap");R||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=_(i),k==null||k();var V=function(){R&&d(),x(),y(),L==null||L()};return R?(R(o.containers.concat()).then(V,V),this):(V(),this)},deactivate:function(O){if(!o.active)return this;var k=Yg({onDeactivate:s.onDeactivate,onPostDeactivate:s.onPostDeactivate,checkCanReturnFocus:s.checkCanReturnFocus},O);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,T(),o.active=!1,o.paused=!1,y(),Gg.deactivateTrap(r,a);var L=l(k,"onDeactivate"),R=l(k,"onPostDeactivate"),V=l(k,"checkCanReturnFocus"),j=l(k,"returnFocus","returnFocusOnDeactivate");L==null||L();var Q=function(){Jg(function(){j&&v(A(o.nodeFocusedBeforeActivation)),R==null||R()})};return j&&V?(V(A(o.nodeFocusedBeforeActivation)).then(Q,Q),this):(Q(),this)},pause:function(O){return o.active?(o.manuallyPaused=!0,this._setPausedState(!0,O)):this},unpause:function(O){return o.active?(o.manuallyPaused=!1,r[r.length-1]!==this?this:this._setPausedState(!1,O)):this},updateContainerElements:function(O){var k=[].concat(O).filter(Boolean);return o.containers=k.map(function(L){return typeof L=="string"?i.querySelector(L):L}),o.active&&d(),y(),this}},Object.defineProperties(a,{_isManuallyPaused:{value:function(){return o.manuallyPaused}},_setPausedState:{value:function(O,k){if(o.paused===O)return this;if(o.paused=O,O){var L=l(k,"onPause"),R=l(k,"onPostPause");L==null||L(),T(),y(),R==null||R()}else{var V=l(k,"onUnpause"),j=l(k,"onPostUnpause");V==null||V(),d(),x(),y(),j==null||j()}return this}}}),a.updateContainerElements(t),a};function $g(e,t){let n=null;function i(){!e.value||!e.value.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])')||(n=OS(e.value,{escapeDeactivates:!0,onDeactivate:t,returnFocusOnDeactivate:!0,clickOutsideDeactivates:!0}),n.activate())}function r(){n==null||n.deactivate(),n=null}return{initializeFocusTrap:i,cleanupFocusTrap:r}}const xS={class:"av-popover-wrapper"},kS=ke(te({__name:"AvPopover",props:{width:{default:"12.5rem"},padding:{default:"var(--spacing-md)"}},setup(e,{expose:t}){St(f=>({75959032:f.width,"330e9906":f.padding}));const n=he(null),i=he(null),{showPopover:r,popoverPosition:s,togglePopover:o,closePopover:a}=Jw(n,i),{initializeFocusTrap:l,cleanupFocusTrap:c}=$g(i,a);function u(f){if(!f){n.value=null;return}if(f instanceof HTMLElement){n.value=f;return}const d=f.$el;d instanceof HTMLElement?n.value=d:n.value=null}return t({setTriggerRef:u,triggerRef:n}),Ue(r,async f=>{f?(await Ut(),l()):c()}),fr(()=>{c()}),(f,d)=>(M(),B("div",xS,[F("div",{ref:u,class:"av-popover-trigger-wrapper"},[ne(f.$slots,"trigger",{toggle:P(o)},void 0,!0)]),(M(),se(Cl,{to:"body"},[P(r)?(M(),B("div",{key:0,ref_key:"popoverRef",ref:i,tabindex:"-1",class:"av-popover",style:Mt(`top: ${P(s).top}rem; left: ${P(s).left}rem;`),onKeydown:d[0]||(d[0]=gs(Vt((..._)=>P(a)&&P(a)(..._),["prevent"]),["esc"]))},[ne(f.$slots,"popover",{close:P(a)},void 0,!0)],36)):$("",!0)]))]))}}),[["__scopeId","data-v-6a5eaa47"]]),MS=te({name:"DsfrBadge",template:'<div class="dsfr-badge" />',props:["label","type","small","ellipsis"]}),DS=te({name:"DsfrModal",props:["opened","title"],template:'<div class="dsfr-modal"><slot /><slot name="footer" /></div>',emits:["keydown"],methods:{triggerEscape(){this.$emit("keydown",{key:"Escape"})}}}),LS=te({name:"DsfrNavigation",props:{navItems:Array},template:'<nav class="dsfr-navigation-mock"><slot /></nav>'}),PS=te({name:"VIcon",props:["name","size","color"],template:'<div class="v-icon-stub"></div>'});/**
|
|
18
|
+
*/function Fi(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function bv(e){if(Array.isArray(e))return Fi(e)}function yv(e,t,n){return(t=Tv(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ev(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Iv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
19
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ba(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,i)}return n}function La(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Ba(Object(n),!0).forEach(function(i){yv(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ba(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function Cv(e){return bv(e)||Ev(e)||Sv(e)||Iv()}function Nv(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t);if(typeof i!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Tv(e){var t=Nv(e,"string");return typeof t=="symbol"?t:t+""}function Sv(e,t){if(e){if(typeof e=="string")return Fi(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Fi(e,t):void 0}}var Pa={activateTrap:function(t,n){if(t.length>0){var i=t[t.length-1];i!==n&&i._setPausedState(!0)}var s=t.indexOf(n);s===-1||t.splice(s,1),t.push(n)},deactivateTrap:function(t,n){var i=t.indexOf(n);i!==-1&&t.splice(i,1),t.length>0&&!t[t.length-1]._isManuallyPaused()&&t[t.length-1]._setPausedState(!1)}},wv=function(t){return t.tagName&&t.tagName.toLowerCase()==="input"&&typeof t.select=="function"},kv=function(t){return(t==null?void 0:t.key)==="Escape"||(t==null?void 0:t.key)==="Esc"||(t==null?void 0:t.keyCode)===27},zt=function(t){return(t==null?void 0:t.key)==="Tab"||(t==null?void 0:t.keyCode)===9},Ov=function(t){return zt(t)&&!t.shiftKey},Mv=function(t){return zt(t)&&t.shiftKey},Ra=function(t){return setTimeout(t,0)},jt=function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),s=1;s<n;s++)i[s-1]=arguments[s];return typeof t=="function"?t.apply(void 0,i):t},Nn=function(t){return t.target.shadowRoot&&typeof t.composedPath=="function"?t.composedPath()[0]:t.target},xv=[],Dv=function(t,n){var i=(n==null?void 0:n.document)||document,s=(n==null?void 0:n.trapStack)||xv,a=La({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Ov,isKeyBackward:Mv},n),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},l,c=function(T,O,x){return T&&T[O]!==void 0?T[O]:a[x||O]},u=function(T,O){var x=typeof(O==null?void 0:O.composedPath)=="function"?O.composedPath():void 0;return o.containerGroups.findIndex(function(D){var B=D.container,P=D.tabbableNodes;return B.contains(T)||(x==null?void 0:x.includes(B))||P.find(function(L){return L===T})})},f=function(T){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},x=O.hasFallback,D=x===void 0?!1:x,B=O.params,P=B===void 0?[]:B,L=a[T];if(typeof L=="function"&&(L=L.apply(void 0,Cv(P))),L===!0&&(L=void 0),!L){if(L===void 0||L===!1)return L;throw new Error("`".concat(T,"` was specified but was not a node, or did not return a node"))}var Q=L;if(typeof L=="string"){try{Q=i.querySelector(L)}catch(W){throw new Error("`".concat(T,'` appears to be an invalid selector; error="').concat(W.message,'"'))}if(!Q&&!D)throw new Error("`".concat(T,"` as selector refers to no known node"))}return Q},d=function(){var T=f("initialFocus",{hasFallback:!0});if(T===!1)return!1;if(T===void 0||T&&!Qi(T,a.tabbableOptions))if(u(i.activeElement)>=0)T=i.activeElement;else{var O=o.tabbableGroups[0],x=O&&O.firstTabbableNode;T=x||f("fallbackFocus")}else T===null&&(T=f("fallbackFocus"));if(!T)throw new Error("Your focus-trap needs to have at least one focusable element");return T},m=function(){if(o.containerGroups=o.containers.map(function(T){var O=vv(T,a.tabbableOptions),x=gv(T,a.tabbableOptions),D=O.length>0?O[0]:void 0,B=O.length>0?O[O.length-1]:void 0,P=x.find(function(W){return At(W)}),L=x.slice().reverse().find(function(W){return At(W)}),Q=!!O.find(function(W){return et(W)>0});return{container:T,tabbableNodes:O,focusableNodes:x,posTabIndexesFound:Q,firstTabbableNode:D,lastTabbableNode:B,firstDomTabbableNode:P,lastDomTabbableNode:L,nextTabbableNode:function(G){var X=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,ee=O.indexOf(G);return ee<0?X?x.slice(x.indexOf(G)+1).find(function(ie){return At(ie)}):x.slice(0,x.indexOf(G)).reverse().find(function(ie){return At(ie)}):O[ee+(X?1:-1)]}}}),o.tabbableGroups=o.containerGroups.filter(function(T){return T.tabbableNodes.length>0}),o.tabbableGroups.length<=0&&!f("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(o.containerGroups.find(function(T){return T.posTabIndexesFound})&&o.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},b=function(T){var O=T.activeElement;if(O)return O.shadowRoot&&O.shadowRoot.activeElement!==null?b(O.shadowRoot):O},y=function(T){if(T!==!1&&T!==b(document)){if(!T||!T.focus){y(d());return}T.focus({preventScroll:!!a.preventScroll}),o.mostRecentlyFocusedNode=T,wv(T)&&T.select()}},v=function(T){var O=f("setReturnFocus",{params:[T]});return O||(O===!1?!1:T)},p=function(T){var O=T.target,x=T.event,D=T.isBackward,B=D===void 0?!1:D;O=O||Nn(x),m();var P=null;if(o.tabbableGroups.length>0){var L=u(O,x),Q=L>=0?o.containerGroups[L]:void 0;if(L<0)B?P=o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:P=o.tabbableGroups[0].firstTabbableNode;else if(B){var W=o.tabbableGroups.findIndex(function(we){var ke=we.firstTabbableNode;return O===ke});if(W<0&&(Q.container===O||Qi(O,a.tabbableOptions)&&!At(O,a.tabbableOptions)&&!Q.nextTabbableNode(O,!1))&&(W=L),W>=0){var G=W===0?o.tabbableGroups.length-1:W-1,X=o.tabbableGroups[G];P=et(O)>=0?X.lastTabbableNode:X.lastDomTabbableNode}else zt(x)||(P=Q.nextTabbableNode(O,!1))}else{var ee=o.tabbableGroups.findIndex(function(we){var ke=we.lastTabbableNode;return O===ke});if(ee<0&&(Q.container===O||Qi(O,a.tabbableOptions)&&!At(O,a.tabbableOptions)&&!Q.nextTabbableNode(O))&&(ee=L),ee>=0){var ie=ee===o.tabbableGroups.length-1?0:ee+1,le=o.tabbableGroups[ie];P=et(O)>=0?le.firstTabbableNode:le.firstDomTabbableNode}else zt(x)||(P=Q.nextTabbableNode(O))}}else P=f("fallbackFocus");return P},h=function(T){var O=Nn(T);if(!(u(O,T)>=0)){if(jt(a.clickOutsideDeactivates,T)){l.deactivate({returnFocus:a.returnFocusOnDeactivate});return}jt(a.allowOutsideClick,T)||T.preventDefault()}},E=function(T){var O=Nn(T),x=u(O,T)>=0;if(x||O instanceof Document)x&&(o.mostRecentlyFocusedNode=O);else{T.stopImmediatePropagation();var D,B=!0;if(o.mostRecentlyFocusedNode)if(et(o.mostRecentlyFocusedNode)>0){var P=u(o.mostRecentlyFocusedNode),L=o.containerGroups[P].tabbableNodes;if(L.length>0){var Q=L.findIndex(function(W){return W===o.mostRecentlyFocusedNode});Q>=0&&(a.isKeyForward(o.recentNavEvent)?Q+1<L.length&&(D=L[Q+1],B=!1):Q-1>=0&&(D=L[Q-1],B=!1))}}else o.containerGroups.some(function(W){return W.tabbableNodes.some(function(G){return et(G)>0})})||(B=!1);else B=!1;B&&(D=p({target:o.mostRecentlyFocusedNode,isBackward:a.isKeyBackward(o.recentNavEvent)})),y(D||o.mostRecentlyFocusedNode||d())}o.recentNavEvent=void 0},w=function(T){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;o.recentNavEvent=T;var x=p({event:T,isBackward:O});x&&(zt(T)&&T.preventDefault(),y(x))},S=function(T){(a.isKeyForward(T)||a.isKeyBackward(T))&&w(T,a.isKeyBackward(T))},M=function(T){kv(T)&&jt(a.escapeDeactivates,T)!==!1&&(T.preventDefault(),l.deactivate())},N=function(T){var O=Nn(T);u(O,T)>=0||jt(a.clickOutsideDeactivates,T)||jt(a.allowOutsideClick,T)||(T.preventDefault(),T.stopImmediatePropagation())},k=function(){if(o.active)return Pa.activateTrap(s,l),o.delayInitialFocusTimer=a.delayInitialFocus?Ra(function(){y(d())}):y(d()),i.addEventListener("focusin",E,!0),i.addEventListener("mousedown",h,{capture:!0,passive:!1}),i.addEventListener("touchstart",h,{capture:!0,passive:!1}),i.addEventListener("click",N,{capture:!0,passive:!1}),i.addEventListener("keydown",S,{capture:!0,passive:!1}),i.addEventListener("keydown",M),l},C=function(){if(o.active)return i.removeEventListener("focusin",E,!0),i.removeEventListener("mousedown",h,!0),i.removeEventListener("touchstart",h,!0),i.removeEventListener("click",N,!0),i.removeEventListener("keydown",S,!0),i.removeEventListener("keydown",M),l},I=function(T){var O=T.some(function(x){var D=Array.from(x.removedNodes);return D.some(function(B){return B===o.mostRecentlyFocusedNode})});O&&y(d())},A=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(I):void 0,g=function(){A&&(A.disconnect(),o.active&&!o.paused&&o.containers.map(function(T){A.observe(T,{subtree:!0,childList:!0})}))};return l={get active(){return o.active},get paused(){return o.paused},activate:function(T){if(o.active)return this;var O=c(T,"onActivate"),x=c(T,"onPostActivate"),D=c(T,"checkCanFocusTrap");D||m(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=b(i),O==null||O();var B=function(){D&&m(),k(),g(),x==null||x()};return D?(D(o.containers.concat()).then(B,B),this):(B(),this)},deactivate:function(T){if(!o.active)return this;var O=La({onDeactivate:a.onDeactivate,onPostDeactivate:a.onPostDeactivate,checkCanReturnFocus:a.checkCanReturnFocus},T);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,C(),o.active=!1,o.paused=!1,g(),Pa.deactivateTrap(s,l);var x=c(O,"onDeactivate"),D=c(O,"onPostDeactivate"),B=c(O,"checkCanReturnFocus"),P=c(O,"returnFocus","returnFocusOnDeactivate");x==null||x();var L=function(){Ra(function(){P&&y(v(o.nodeFocusedBeforeActivation)),D==null||D()})};return P&&B?(B(v(o.nodeFocusedBeforeActivation)).then(L,L),this):(L(),this)},pause:function(T){return o.active?(o.manuallyPaused=!0,this._setPausedState(!0,T)):this},unpause:function(T){return o.active?(o.manuallyPaused=!1,s[s.length-1]!==this?this:this._setPausedState(!1,T)):this},updateContainerElements:function(T){var O=[].concat(T).filter(Boolean);return o.containers=O.map(function(x){return typeof x=="string"?i.querySelector(x):x}),o.active&&m(),g(),this}},Object.defineProperties(l,{_isManuallyPaused:{value:function(){return o.manuallyPaused}},_setPausedState:{value:function(T,O){if(o.paused===T)return this;if(o.paused=T,T){var x=c(O,"onPause"),D=c(O,"onPostPause");x==null||x(),C(),g(),D==null||D()}else{var B=c(O,"onUnpause"),P=c(O,"onPostUnpause");B==null||B(),m(),k(),g(),P==null||P()}return this}}}),l.updateContainerElements(t),l};function za(e,t){let n=null;function i(){!e.value||!e.value.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])')||(n=Dv(e.value,{escapeDeactivates:!0,onDeactivate:t,returnFocusOnDeactivate:!0,clickOutsideDeactivates:!0}),n.activate())}function s(){n==null||n.deactivate(),n=null}return{initializeFocusTrap:i,cleanupFocusTrap:s}}const Bv={class:"av-popover-wrapper"},Lv=H(r.defineComponent({__name:"AvPopover",props:{width:{default:"12.5rem"},padding:{default:"var(--spacing-md)"}},setup(e,{expose:t}){r.useCssVars(d=>({75959032:d.width,"330e9906":d.padding}));const n=r.ref(null),i=r.ref(null),{showPopover:s,popoverPosition:a,togglePopover:o,closePopover:l}=nv(n,i),{initializeFocusTrap:c,cleanupFocusTrap:u}=za(i,l);function f(d){if(!d){n.value=null;return}if(d instanceof HTMLElement){n.value=d;return}const m=d.$el;m instanceof HTMLElement?n.value=m:n.value=null}return t({setTriggerRef:f,triggerRef:n}),r.watch(s,async d=>{d?(await r.nextTick(),c()):u()}),r.onBeforeUnmount(()=>{u()}),(d,m)=>(r.openBlock(),r.createElementBlock("div",Bv,[r.createElementVNode("div",{ref:f,class:"av-popover-trigger-wrapper"},[r.renderSlot(d.$slots,"trigger",{toggle:r.unref(o)},void 0,!0)]),(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[r.unref(s)?(r.openBlock(),r.createElementBlock("div",{key:0,ref_key:"popoverRef",ref:i,tabindex:"-1",class:"av-popover",style:r.normalizeStyle(`top: ${r.unref(a).top}rem; left: ${r.unref(a).left}rem;`),onKeydown:m[0]||(m[0]=r.withKeys(r.withModifiers((...b)=>r.unref(l)&&r.unref(l)(...b),["prevent"]),["esc"]))},[r.renderSlot(d.$slots,"popover",{close:r.unref(l)},void 0,!0)],36)):r.createCommentVNode("",!0)]))]))}}),[["__scopeId","data-v-6a5eaa47"]]),Pv=r.defineComponent({name:"DsfrBadge",template:'<div class="dsfr-badge" />',props:["label","type","small","ellipsis"]}),Rv=r.defineComponent({name:"DsfrModal",props:["opened","title"],template:'<div class="dsfr-modal"><slot /><slot name="footer" /></div>',emits:["keydown"],methods:{triggerEscape(){this.$emit("keydown",{key:"Escape"})}}}),zv=r.defineComponent({name:"DsfrNavigation",props:{navItems:Array},template:'<nav class="dsfr-navigation-mock"><slot /></nav>'}),jv=r.defineComponent({name:"VIcon",props:["name","size","color"],template:'<div class="v-icon-stub"></div>'});/**
|
|
20
|
+
* @vue/shared v3.5.21
|
|
21
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
22
|
+
* @license MIT
|
|
23
|
+
**/function Oe(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ja=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV!=="production"&&Object.freeze([]);const Tn=()=>{},Sn=()=>!1,Wi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Qe=Object.assign,Be=Array.isArray,Qa=e=>typeof e=="function",ae=e=>typeof e=="string",Ui=e=>typeof e=="symbol",Qv=e=>e!==null&&typeof e=="object",Fa=Oe(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Fv=Oe("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),qi=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},Wv=/-\w/g,Fe=qi(e=>e.replace(Wv,t=>t.slice(1).toUpperCase())),Xi=qi(e=>e.charAt(0).toUpperCase()+e.slice(1)),Uv=qi(e=>e?`on${Xi(e)}`:"");let Wa;const qv=()=>Wa||(Wa=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),Qt={1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"NEED_HYDRATION",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT",[-1]:"CACHED",[-2]:"BAIL"},Xv={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},Hv=/;(?![^(]*\))/g,Kv=/:([^]+)/,Zv=/\/\*[^]*?\*\//g;function Yv(e){const t={};return e.replace(Zv,"").split(Hv).forEach(n=>{if(n){const i=n.split(Kv);i.length>1&&(t[i[0].trim()]=i[1].trim())}}),t}const Gv="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot",Jv="svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view",$v="annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics",Vv="area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr",eg=Oe(Gv),tg=Oe(Jv),ng=Oe($v),ig=Oe(Vv);/**
|
|
61
24
|
* @vue/compiler-core v3.5.21
|
|
62
25
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
63
26
|
* @license MIT
|
|
64
|
-
**/const Ts=Symbol(process.env.NODE_ENV!=="production"?"Fragment":""),ws=Symbol(process.env.NODE_ENV!=="production"?"Teleport":""),Kc=Symbol(process.env.NODE_ENV!=="production"?"Suspense":""),pa=Symbol(process.env.NODE_ENV!=="production"?"KeepAlive":""),eA=Symbol(process.env.NODE_ENV!=="production"?"BaseTransition":""),Bi=Symbol(process.env.NODE_ENV!=="production"?"openBlock":""),tA=Symbol(process.env.NODE_ENV!=="production"?"createBlock":""),nA=Symbol(process.env.NODE_ENV!=="production"?"createElementBlock":""),Xc=Symbol(process.env.NODE_ENV!=="production"?"createVNode":""),Zc=Symbol(process.env.NODE_ENV!=="production"?"createElementVNode":""),Ss=Symbol(process.env.NODE_ENV!=="production"?"createCommentVNode":""),Yc=Symbol(process.env.NODE_ENV!=="production"?"createTextVNode":""),iA=Symbol(process.env.NODE_ENV!=="production"?"createStaticVNode":""),Gc=Symbol(process.env.NODE_ENV!=="production"?"resolveComponent":""),Jc=Symbol(process.env.NODE_ENV!=="production"?"resolveDynamicComponent":""),$c=Symbol(process.env.NODE_ENV!=="production"?"resolveDirective":""),eu=Symbol(process.env.NODE_ENV!=="production"?"resolveFilter":""),tu=Symbol(process.env.NODE_ENV!=="production"?"withDirectives":""),nu=Symbol(process.env.NODE_ENV!=="production"?"renderList":""),rA=Symbol(process.env.NODE_ENV!=="production"?"renderSlot":""),sA=Symbol(process.env.NODE_ENV!=="production"?"createSlots":""),ha=Symbol(process.env.NODE_ENV!=="production"?"toDisplayString":""),ga=Symbol(process.env.NODE_ENV!=="production"?"mergeProps":""),iu=Symbol(process.env.NODE_ENV!=="production"?"normalizeClass":""),ru=Symbol(process.env.NODE_ENV!=="production"?"normalizeStyle":""),Os=Symbol(process.env.NODE_ENV!=="production"?"normalizeProps":""),xs=Symbol(process.env.NODE_ENV!=="production"?"guardReactiveProps":""),su=Symbol(process.env.NODE_ENV!=="production"?"toHandlers":""),ou=Symbol(process.env.NODE_ENV!=="production"?"camelize":""),RS=Symbol(process.env.NODE_ENV!=="production"?"capitalize":""),au=Symbol(process.env.NODE_ENV!=="production"?"toHandlerKey":""),Aa=Symbol(process.env.NODE_ENV!=="production"?"setBlockTracking":""),VS=Symbol(process.env.NODE_ENV!=="production"?"pushScopeId":""),jS=Symbol(process.env.NODE_ENV!=="production"?"popScopeId":""),lu=Symbol(process.env.NODE_ENV!=="production"?"withCtx":""),BS=Symbol(process.env.NODE_ENV!=="production"?"unref":""),zS=Symbol(process.env.NODE_ENV!=="production"?"isRef":""),cu=Symbol(process.env.NODE_ENV!=="production"?"withMemo":""),oA=Symbol(process.env.NODE_ENV!=="production"?"isMemoSame":""),Cr={[Ts]:"Fragment",[ws]:"Teleport",[Kc]:"Suspense",[pa]:"KeepAlive",[eA]:"BaseTransition",[Bi]:"openBlock",[tA]:"createBlock",[nA]:"createElementBlock",[Xc]:"createVNode",[Zc]:"createElementVNode",[Ss]:"createCommentVNode",[Yc]:"createTextVNode",[iA]:"createStaticVNode",[Gc]:"resolveComponent",[Jc]:"resolveDynamicComponent",[$c]:"resolveDirective",[eu]:"resolveFilter",[tu]:"withDirectives",[nu]:"renderList",[rA]:"renderSlot",[sA]:"createSlots",[ha]:"toDisplayString",[ga]:"mergeProps",[iu]:"normalizeClass",[ru]:"normalizeStyle",[Os]:"normalizeProps",[xs]:"guardReactiveProps",[su]:"toHandlers",[ou]:"camelize",[RS]:"capitalize",[au]:"toHandlerKey",[Aa]:"setBlockTracking",[VS]:"pushScopeId",[jS]:"popScopeId",[lu]:"withCtx",[BS]:"unref",[zS]:"isRef",[cu]:"withMemo",[oA]:"isMemoSame"};function QS(e){Object.getOwnPropertySymbols(e).forEach(t=>{Cr[t]=e[t]})}const qt={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function FS(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:qt}}function ks(e,t,n,i,r,s,o,a=!1,l=!1,c=!1,u=qt){return e&&(a?(e.helper(Bi),e.helper(Sr(e.inSSR,c))):e.helper(wr(e.inSSR,c)),o&&e.helper(tu)),{type:13,tag:t,props:n,children:i,patchFlag:r,dynamicProps:s,directives:o,isBlock:a,disableTracking:l,isComponent:c,loc:u}}function zi(e,t=qt){return{type:17,loc:t,elements:e}}function $t(e,t=qt){return{type:15,loc:t,properties:e}}function tt(e,t){return{type:16,loc:qt,key:fe(e)?ye(e,!0):e,value:t}}function ye(e,t=!1,n=qt,i=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:i}}function fn(e,t=qt){return{type:8,loc:t,children:e}}function lt(e,t=[],n=qt){return{type:14,loc:n,callee:e,arguments:t}}function Tr(e,t=void 0,n=!1,i=!1,r=qt){return{type:18,params:e,returns:t,newline:n,isSlot:i,loc:r}}function uu(e,t,n,i=!0){return{type:19,test:e,consequent:t,alternate:n,newline:i,loc:qt}}function WS(e,t,n=!1,i=!1){return{type:20,index:e,value:t,needPauseTracking:n,inVOnce:i,needArraySpread:!1,loc:qt}}function US(e){return{type:21,body:e,loc:qt}}function wr(e,t){return e||t?Xc:Zc}function Sr(e,t){return e||t?tA:nA}function fu(e,{helper:t,removeHelper:n,inSSR:i}){e.isBlock||(e.isBlock=!0,n(wr(i,e.isComponent)),t(Bi),t(Sr(i,e.isComponent)))}const aA=new Uint8Array([123,123]),lA=new Uint8Array([125,125]);function cA(e){return e>=97&&e<=122||e>=65&&e<=90}function Kt(e){return e===32||e===10||e===9||e===12||e===13}function ui(e){return e===47||e===62||Kt(e)}function _a(e){const t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n);return t}const ft={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};class HS{constructor(t,n){this.stack=t,this.cbs=n,this.state=1,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=1,this.inRCDATA=!1,this.inXML=!1,this.inVPre=!1,this.newlines=[],this.mode=0,this.delimiterOpen=aA,this.delimiterClose=lA,this.delimiterIndex=-1,this.currentSequence=void 0,this.sequenceIndex=0}get inSFCRoot(){return this.mode===2&&this.stack.length===0}reset(){this.state=1,this.mode=0,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=1,this.inRCDATA=!1,this.currentSequence=void 0,this.newlines.length=0,this.delimiterOpen=aA,this.delimiterClose=lA}getPos(t){let n=1,i=t+1;for(let r=this.newlines.length-1;r>=0;r--){const s=this.newlines[r];if(t>s){n=r+2,i=t-s;break}}return{column:i,line:n,offset:t}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(t){t===60?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t))}stateInterpolationOpen(t){if(t===this.delimiterOpen[this.delimiterIndex])if(this.delimiterIndex===this.delimiterOpen.length-1){const n=this.index+1-this.delimiterOpen.length;n>this.sectionStart&&this.cbs.ontext(this.sectionStart,n),this.state=3,this.sectionStart=n}else this.delimiterIndex++;else this.inRCDATA?(this.state=32,this.stateInRCDATA(t)):(this.state=1,this.stateText(t))}stateInterpolation(t){t===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(t))}stateInterpolationClose(t){t===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(t))}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?ui(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.inRCDATA=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=6,this.stateInTagName(t)}stateInRCDATA(t){if(this.sequenceIndex===this.currentSequence.length){if(t===62||Kt(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart<n){const i=this.index;this.index=n,this.cbs.ontext(this.sectionStart,n),this.index=i}this.sectionStart=n+2,this.stateInClosingTagName(t),this.inRCDATA=!1;return}this.sequenceIndex=0}(t|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===ft.TitleEnd||this.currentSequence===ft.TextareaEnd&&!this.inSFCRoot?!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t)):this.fastForwardTo(60)&&(this.sequenceIndex=1):this.sequenceIndex=+(t===60)}stateCDATASequence(t){t===ft.Cdata[this.sequenceIndex]?++this.sequenceIndex===ft.Cdata.length&&(this.state=28,this.currentSequence=ft.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=23,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length;){const n=this.buffer.charCodeAt(this.index);if(n===10&&this.newlines.push(this.index),n===t)return!0}return this.index=this.buffer.length-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===ft.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index-2):this.cbs.oncomment(this.sectionStart,this.index-2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=1):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}startSpecial(t,n){this.enterRCDATA(t,n),this.state=31}enterRCDATA(t,n){this.inRCDATA=!0,this.currentSequence=t,this.sequenceIndex=n}stateBeforeTagName(t){t===33?(this.state=22,this.sectionStart=this.index+1):t===63?(this.state=24,this.sectionStart=this.index+1):cA(t)?(this.sectionStart=this.index,this.mode===0?this.state=6:this.inSFCRoot?this.state=34:this.inXML?this.state=6:t===116?this.state=30:this.state=t===115?29:6):t===47?this.state=8:(this.state=1,this.stateText(t))}stateInTagName(t){ui(t)&&this.handleTagName(t)}stateInSFCRootTagName(t){if(ui(t)){const n=this.buffer.slice(this.sectionStart,this.index);n!=="template"&&this.enterRCDATA(_a("</"+n),0),this.handleTagName(t)}}handleTagName(t){this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(t)}stateBeforeClosingTagName(t){Kt(t)||(t===62?(process.env.NODE_ENV!=="production"&&this.cbs.onerr(14,this.index),this.state=1,this.sectionStart=this.index+1):(this.state=cA(t)?9:27,this.sectionStart=this.index))}stateInClosingTagName(t){(t===62||Kt(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=10,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){t===62&&(this.state=1,this.sectionStart=this.index+1)}stateBeforeAttrName(t){t===62?(this.cbs.onopentagend(this.index),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):t===47?(this.state=7,process.env.NODE_ENV!=="production"&&this.peek()!==62&&this.cbs.onerr(22,this.index)):t===60&&this.peek()===47?(this.cbs.onopentagend(this.index),this.state=5,this.sectionStart=this.index):Kt(t)||(process.env.NODE_ENV!=="production"&&t===61&&this.cbs.onerr(19,this.index),this.handleAttrStart(t))}handleAttrStart(t){t===118&&this.peek()===45?(this.state=13,this.sectionStart=this.index):t===46||t===58||t===64||t===35?(this.cbs.ondirname(this.index,this.index+1),this.state=14,this.sectionStart=this.index+1):(this.state=12,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===62?(this.cbs.onselfclosingtag(this.index),this.state=1,this.sectionStart=this.index+1,this.inRCDATA=!1):Kt(t)||(this.state=11,this.stateBeforeAttrName(t))}stateInAttrName(t){t===61||ui(t)?(this.cbs.onattribname(this.sectionStart,this.index),this.handleAttrNameEnd(t)):process.env.NODE_ENV!=="production"&&(t===34||t===39||t===60)&&this.cbs.onerr(17,this.index)}stateInDirName(t){t===61||ui(t)?(this.cbs.ondirname(this.sectionStart,this.index),this.handleAttrNameEnd(t)):t===58?(this.cbs.ondirname(this.sectionStart,this.index),this.state=14,this.sectionStart=this.index+1):t===46&&(this.cbs.ondirname(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}stateInDirArg(t){t===61||ui(t)?(this.cbs.ondirarg(this.sectionStart,this.index),this.handleAttrNameEnd(t)):t===91?this.state=15:t===46&&(this.cbs.ondirarg(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}stateInDynamicDirArg(t){t===93?this.state=14:(t===61||ui(t))&&(this.cbs.ondirarg(this.sectionStart,this.index+1),this.handleAttrNameEnd(t),process.env.NODE_ENV!=="production"&&this.cbs.onerr(27,this.index))}stateInDirModifier(t){t===61||ui(t)?(this.cbs.ondirmodifier(this.sectionStart,this.index),this.handleAttrNameEnd(t)):t===46&&(this.cbs.ondirmodifier(this.sectionStart,this.index),this.sectionStart=this.index+1)}handleAttrNameEnd(t){this.sectionStart=this.index,this.state=17,this.cbs.onattribnameend(this.index),this.stateAfterAttrName(t)}stateAfterAttrName(t){t===61?this.state=18:t===47||t===62?(this.cbs.onattribend(0,this.sectionStart),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(t)):Kt(t)||(this.cbs.onattribend(0,this.sectionStart),this.handleAttrStart(t))}stateBeforeAttrValue(t){t===34?(this.state=19,this.sectionStart=this.index+1):t===39?(this.state=20,this.sectionStart=this.index+1):Kt(t)||(this.sectionStart=this.index,this.state=21,this.stateInAttrValueNoQuotes(t))}handleInAttrValue(t,n){(t===n||this.fastForwardTo(n))&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n===34?3:2,this.index+1),this.state=11)}stateInAttrValueDoubleQuotes(t){this.handleInAttrValue(t,34)}stateInAttrValueSingleQuotes(t){this.handleInAttrValue(t,39)}stateInAttrValueNoQuotes(t){Kt(t)||t===62?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(1,this.index),this.state=11,this.stateBeforeAttrName(t)):(process.env.NODE_ENV!=="production"&&t===34||t===39||t===60||t===61||t===96)&&this.cbs.onerr(18,this.index)}stateBeforeDeclaration(t){t===91?(this.state=26,this.sequenceIndex=0):this.state=t===45?25:23}stateInDeclaration(t){(t===62||this.fastForwardTo(62))&&(this.state=1,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===62||this.fastForwardTo(62))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}stateBeforeComment(t){t===45?(this.state=28,this.currentSequence=ft.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=23}stateInSpecialComment(t){(t===62||this.fastForwardTo(62))&&(this.cbs.oncomment(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){t===ft.ScriptEnd[3]?this.startSpecial(ft.ScriptEnd,4):t===ft.StyleEnd[3]?this.startSpecial(ft.StyleEnd,4):(this.state=6,this.stateInTagName(t))}stateBeforeSpecialT(t){t===ft.TitleEnd[3]?this.startSpecial(ft.TitleEnd,4):t===ft.TextareaEnd[3]?this.startSpecial(ft.TextareaEnd,4):(this.state=6,this.stateInTagName(t))}startEntity(){}stateInEntity(){}parse(t){for(this.buffer=t;this.index<this.buffer.length;){const n=this.buffer.charCodeAt(this.index);switch(n===10&&this.state!==33&&this.newlines.push(this.index),this.state){case 1:{this.stateText(n);break}case 2:{this.stateInterpolationOpen(n);break}case 3:{this.stateInterpolation(n);break}case 4:{this.stateInterpolationClose(n);break}case 31:{this.stateSpecialStartSequence(n);break}case 32:{this.stateInRCDATA(n);break}case 26:{this.stateCDATASequence(n);break}case 19:{this.stateInAttrValueDoubleQuotes(n);break}case 12:{this.stateInAttrName(n);break}case 13:{this.stateInDirName(n);break}case 14:{this.stateInDirArg(n);break}case 15:{this.stateInDynamicDirArg(n);break}case 16:{this.stateInDirModifier(n);break}case 28:{this.stateInCommentLike(n);break}case 27:{this.stateInSpecialComment(n);break}case 11:{this.stateBeforeAttrName(n);break}case 6:{this.stateInTagName(n);break}case 34:{this.stateInSFCRootTagName(n);break}case 9:{this.stateInClosingTagName(n);break}case 5:{this.stateBeforeTagName(n);break}case 17:{this.stateAfterAttrName(n);break}case 20:{this.stateInAttrValueSingleQuotes(n);break}case 18:{this.stateBeforeAttrValue(n);break}case 8:{this.stateBeforeClosingTagName(n);break}case 10:{this.stateAfterClosingTagName(n);break}case 29:{this.stateBeforeSpecialS(n);break}case 30:{this.stateBeforeSpecialT(n);break}case 21:{this.stateInAttrValueNoQuotes(n);break}case 7:{this.stateInSelfClosingTag(n);break}case 23:{this.stateInDeclaration(n);break}case 22:{this.stateBeforeDeclaration(n);break}case 25:{this.stateBeforeComment(n);break}case 24:{this.stateInProcessingInstruction(n);break}case 33:{this.stateInEntity();break}}this.index++}this.cleanup(),this.finish()}cleanup(){this.sectionStart!==this.index&&(this.state===1||this.state===32&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===19||this.state===20||this.state===21)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}finish(){this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const t=this.buffer.length;this.sectionStart>=t||(this.state===28?this.currentSequence===ft.CdataEnd?this.cbs.oncdata(this.sectionStart,t):this.cbs.oncomment(this.sectionStart,t):this.state===6||this.state===11||this.state===18||this.state===17||this.state===12||this.state===13||this.state===14||this.state===15||this.state===16||this.state===20||this.state===19||this.state===21||this.state===9||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){}}const qS={COMPILER_IS_ON_ELEMENT:{message:'Platform-native elements with "is" prop will no longer be treated as components in Vue 3 unless the "is" value is explicitly prefixed with "vue:".',link:"https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html"},COMPILER_V_BIND_SYNC:{message:e=>`.sync modifier for v-bind has been removed. Use v-model with argument instead. \`v-bind:${e}.sync\` should be changed to \`v-model:${e}\`.`,link:"https://v3-migration.vuejs.org/breaking-changes/v-model.html"},COMPILER_V_BIND_OBJECT_ORDER:{message:'v-bind="obj" usage is now order sensitive and behaves like JavaScript object spread: it will now overwrite an existing non-mergeable attribute that appears before v-bind in the case of conflict. To retain 2.x behavior, move v-bind to make it the first attribute. You can also suppress this warning if the usage is intended.',link:"https://v3-migration.vuejs.org/breaking-changes/v-bind.html"},COMPILER_V_ON_NATIVE:{message:".native modifier for v-on has been removed as is no longer necessary.",link:"https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html"},COMPILER_V_IF_V_FOR_PRECEDENCE:{message:"v-if / v-for precedence when used on the same element has changed in Vue 3: v-if now takes higher precedence and will no longer have access to v-for scope variables. It is best to avoid the ambiguity with <template> tags or use a computed property that filters v-for data source.",link:"https://v3-migration.vuejs.org/breaking-changes/v-if-v-for.html"},COMPILER_NATIVE_TEMPLATE:{message:"<template> with no special directives will render as a native template element instead of its inner content in Vue 3."},COMPILER_INLINE_TEMPLATE:{message:'"inline-template" has been removed in Vue 3.',link:"https://v3-migration.vuejs.org/breaking-changes/inline-template-attribute.html"},COMPILER_FILTERS:{message:'filters have been removed in Vue 3. The "|" symbol will be treated as native JavaScript bitwise OR operator. Use method calls or computed properties instead.',link:"https://v3-migration.vuejs.org/breaking-changes/filters.html"}};function du(e,{compatConfig:t}){const n=t&&t[e];return e==="MODE"?n||3:n}function fi(e,t){const n=du("MODE",t),i=du(e,t);return n===3?i===!0:i!==!1}function Or(e,t,n,...i){const r=fi(e,t);return process.env.NODE_ENV!=="production"&&r&&va(e,t,n,...i),r}function va(e,t,n,...i){if(du(e,t)==="suppress-warning")return;const{message:s,link:o}=qS[e],a=`(deprecation ${e}) ${typeof s=="function"?s(...i):s}${o?`
|
|
65
|
-
Details: ${o}`:""}`,
|
|
66
|
-
Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,45:"Error parsing JavaScript expression: ",46:"<KeepAlive> expects exactly one child component.",51:"@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.",47:'"prefixIdentifiers" option is not supported in this build of compiler.',48:"ES module mode is not supported in this build of compiler.",49:'"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',50:'"scopeId" option is only supported in module mode.',53:""},jt=e=>e.type===4&&e.isStatic;function fA(e){switch(e){case"Teleport":case"teleport":return ws;case"Suspense":case"suspense":return Kc;case"KeepAlive":case"keep-alive":return pa;case"BaseTransition":case"base-transition":return eA}}const XS=/^$|^\d|[^\$\w\xA0-\uFFFF]/,hu=e=>!XS.test(e),ZS=/[A-Za-z_$\xA0-\uFFFF]/,YS=/[\.\?\w$\xA0-\uFFFF]/,GS=/\s+[.[]\s*|\s*[.[]\s+/g,dA=e=>e.type===4?e.content:e.loc.source,pA=e=>{const t=dA(e).trim().replace(GS,a=>a.trim());let n=0,i=[],r=0,s=0,o=null;for(let a=0;a<t.length;a++){const l=t.charAt(a);switch(n){case 0:if(l==="[")i.push(n),n=1,r++;else if(l==="(")i.push(n),n=2,s++;else if(!(a===0?ZS:YS).test(l))return!1;break;case 1:l==="'"||l==='"'||l==="`"?(i.push(n),n=3,o=l):l==="["?r++:l==="]"&&(--r||(n=i.pop()));break;case 2:if(l==="'"||l==='"'||l==="`")i.push(n),n=3,o=l;else if(l==="(")s++;else if(l===")"){if(a===t.length-1)return!1;--s||(n=i.pop())}break;case 3:l===o&&(n=i.pop(),o=null);break}}return!r&&!s},JS=/^\s*(?:async\s*)?(?:\([^)]*?\)|[\w$_]+)\s*(?::[^=]+)?=>|^\s*(?:async\s+)?function(?:\s+[\w$]+)?\s*\(/,$S=e=>JS.test(dA(e));function hA(e,t){if(!e)throw new Error(t||"unexpected compiler condition")}function Bt(e,t,n=!1){for(let i=0;i<e.props.length;i++){const r=e.props[i];if(r.type===7&&(n||r.exp)&&(fe(t)?r.name===t:t.test(r.name)))return r}}function Ms(e,t,n=!1,i=!1){for(let r=0;r<e.props.length;r++){const s=e.props[r];if(s.type===6){if(n)continue;if(s.name===t&&(s.value||i))return s}else if(s.name==="bind"&&(s.exp||i)&&di(s.arg,t))return s}}function di(e,t){return!!(e&&jt(e)&&e.content===t)}function eO(e){return e.props.some(t=>t.type===7&&t.name==="bind"&&(!t.arg||t.arg.type!==4||!t.arg.isStatic))}function gu(e){return e.type===5||e.type===2}function gA(e){return e.type===7&&e.name==="pre"}function tO(e){return e.type===7&&e.name==="slot"}function ma(e){return e.type===1&&e.tagType===3}function ba(e){return e.type===1&&e.tagType===2}const nO=new Set([Os,xs]);function AA(e,t=[]){if(e&&!fe(e)&&e.type===14){const n=e.callee;if(!fe(n)&&nO.has(n))return AA(e.arguments[0],t.concat(e))}return[e,t]}function ya(e,t,n){let i,r=e.type===13?e.props:e.arguments[2],s=[],o;if(r&&!fe(r)&&r.type===14){const a=AA(r);r=a[0],s=a[1],o=s[s.length-1]}if(r==null||fe(r))i=$t([t]);else if(r.type===14){const a=r.arguments[0];!fe(a)&&a.type===15?_A(t,a)||a.properties.unshift(t):r.callee===su?i=lt(n.helper(ga),[$t([t]),r]):r.arguments.unshift($t([t])),!i&&(i=r)}else r.type===15?(_A(t,r)||r.properties.unshift(t),i=r):(i=lt(n.helper(ga),[$t([t]),r]),o&&o.callee===xs&&(o=s[s.length-2]));e.type===13?o?o.arguments[0]=i:e.props=i:o?o.arguments[0]=i:e.arguments[2]=i}function _A(e,t){let n=!1;if(e.key.type===4){const i=e.key.content;n=t.properties.some(r=>r.key.type===4&&r.key.content===i)}return n}function Ds(e,t){return`_${t}_${e.replace(/[^\w]/g,(n,i)=>n==="-"?"_":e.charCodeAt(i).toString())}`}function iO(e){return e.type===14&&e.callee===cu?e.arguments[1].returns:e}const rO=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/,vA={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:()=>0,isVoidTag:Yi,isPreTag:Yi,isIgnoreNewlineTag:Yi,isCustomElement:Yi,onError:pu,onWarn:uA,comments:process.env.NODE_ENV!=="production",prefixIdentifiers:!1};let Oe=vA,Ls=null,Un="",bt=null,Te=null,zt="",Hn=-1,Qi=-1,Au=0,pi=!1,_u=null;const Ye=[],qe=new HS(Ye,{onerr:Qt,ontext(e,t){Ea(dt(e,t),e,t)},ontextentity(e,t,n){Ea(e,t,n)},oninterpolation(e,t){if(pi)return Ea(dt(e,t),e,t);let n=e+qe.delimiterOpen.length,i=t-qe.delimiterClose.length;for(;Kt(Un.charCodeAt(n));)n++;for(;Kt(Un.charCodeAt(i-1));)i--;let r=dt(n,i);r.includes("&")&&(r=Oe.decodeEntities(r,!1)),vu({type:5,content:Na(r,!1,nt(n,i)),loc:nt(e,t)})},onopentagname(e,t){const n=dt(e,t);bt={type:1,tag:n,ns:Oe.getNamespace(n,Ye[0],Oe.ns),tagType:0,props:[],children:[],loc:nt(e-1,t),codegenNode:void 0}},onopentagend(e){bA(e)},onclosetag(e,t){const n=dt(e,t);if(!Oe.isVoidTag(n)){let i=!1;for(let r=0;r<Ye.length;r++)if(Ye[r].tag.toLowerCase()===n.toLowerCase()){i=!0,r>0&&Qt(24,Ye[0].loc.start.offset);for(let o=0;o<=r;o++){const a=Ye.shift();Ia(a,t,o<r)}break}i||Qt(23,yA(e,60))}},onselfclosingtag(e){const t=bt.tag;bt.isSelfClosing=!0,bA(e),Ye[0]&&Ye[0].tag===t&&Ia(Ye.shift(),e)},onattribname(e,t){Te={type:6,name:dt(e,t),nameLoc:nt(e,t),value:void 0,loc:nt(e)}},ondirname(e,t){const n=dt(e,t),i=n==="."||n===":"?"bind":n==="@"?"on":n==="#"?"slot":n.slice(2);if(!pi&&i===""&&Qt(26,e),pi||i==="")Te={type:6,name:n,nameLoc:nt(e,t),value:void 0,loc:nt(e)};else if(Te={type:7,name:i,rawName:n,exp:void 0,arg:void 0,modifiers:n==="."?[ye("prop")]:[],loc:nt(e)},i==="pre"){pi=qe.inVPre=!0,_u=bt;const r=bt.props;for(let s=0;s<r.length;s++)r[s].type===7&&(r[s]=gO(r[s]))}},ondirarg(e,t){if(e===t)return;const n=dt(e,t);if(pi&&!gA(Te))Te.name+=n,Fi(Te.nameLoc,t);else{const i=n[0]!=="[";Te.arg=Na(i?n:n.slice(1,-1),i,nt(e,t),i?3:0)}},ondirmodifier(e,t){const n=dt(e,t);if(pi&&!gA(Te))Te.name+="."+n,Fi(Te.nameLoc,t);else if(Te.name==="slot"){const i=Te.arg;i&&(i.content+="."+n,Fi(i.loc,t))}else{const i=ye(n,!0,nt(e,t));Te.modifiers.push(i)}},onattribdata(e,t){zt+=dt(e,t),Hn<0&&(Hn=e),Qi=t},onattribentity(e,t,n){zt+=e,Hn<0&&(Hn=t),Qi=n},onattribnameend(e){const t=Te.loc.start.offset,n=dt(t,e);Te.type===7&&(Te.rawName=n),bt.props.some(i=>(i.type===7?i.rawName:i.name)===n)&&Qt(2,t)},onattribend(e,t){if(bt&&Te){if(Fi(Te.loc,t),e!==0)if(zt.includes("&")&&(zt=Oe.decodeEntities(zt,!0)),Te.type===6)Te.name==="class"&&(zt=NA(zt).trim()),e===1&&!zt&&Qt(13,t),Te.value={type:2,content:zt,loc:e===1?nt(Hn,Qi):nt(Hn-1,Qi+1)},qe.inSFCRoot&&bt.tag==="template"&&Te.name==="lang"&&zt&&zt!=="html"&&qe.enterRCDATA(_a("</template"),0);else{let n=0;Te.exp=Na(zt,!1,nt(Hn,Qi),0,n),Te.name==="for"&&(Te.forParseResult=oO(Te.exp));let i=-1;Te.name==="bind"&&(i=Te.modifiers.findIndex(r=>r.content==="sync"))>-1&&Or("COMPILER_V_BIND_SYNC",Oe,Te.loc,Te.arg.loc.source)&&(Te.name="model",Te.modifiers.splice(i,1))}(Te.type!==7||Te.name!=="pre")&&bt.props.push(Te)}zt="",Hn=Qi=-1},oncomment(e,t){Oe.comments&&vu({type:3,content:dt(e,t),loc:nt(e-4,t+3)})},onend(){const e=Un.length;if(process.env.NODE_ENV!=="production"&&qe.state!==1)switch(qe.state){case 5:case 8:Qt(5,e);break;case 3:case 4:Qt(25,qe.sectionStart);break;case 28:qe.currentSequence===ft.CdataEnd?Qt(6,e):Qt(7,e);break;case 6:case 7:case 9:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:Qt(9,e);break}for(let t=0;t<Ye.length;t++)Ia(Ye[t],e-1),Qt(24,Ye[t].loc.start.offset)},oncdata(e,t){Ye[0].ns!==0?Ea(dt(e,t),e,t):Qt(1,e-9)},onprocessinginstruction(e){(Ye[0]?Ye[0].ns:Oe.ns)===0&&Qt(21,e-1)}}),mA=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,sO=/^\(|\)$/g;function oO(e){const t=e.loc,n=e.content,i=n.match(rO);if(!i)return;const[,r,s]=i,o=(f,d,_=!1)=>{const v=t.start.offset+d,A=v+f.length;return Na(f,!1,nt(v,A),0,_?1:0)},a={source:o(s.trim(),n.indexOf(s,r.length)),value:void 0,key:void 0,index:void 0,finalized:!1};let l=r.trim().replace(sO,"").trim();const c=r.indexOf(l),u=l.match(mA);if(u){l=l.replace(mA,"").trim();const f=u[1].trim();let d;if(f&&(d=n.indexOf(f,c+l.length),a.key=o(f,d,!0)),u[2]){const _=u[2].trim();_&&(a.index=o(_,n.indexOf(_,a.key?d+f.length:c+l.length),!0))}}return l&&(a.value=o(l,c,!0)),a}function dt(e,t){return Un.slice(e,t)}function bA(e){qe.inSFCRoot&&(bt.innerLoc=nt(e+1,e+1)),vu(bt);const{tag:t,ns:n}=bt;n===0&&Oe.isPreTag(t)&&Au++,Oe.isVoidTag(t)?Ia(bt,e):(Ye.unshift(bt),(n===1||n===2)&&(qe.inXML=!0)),bt=null}function Ea(e,t,n){{const s=Ye[0]&&Ye[0].tag;s!=="script"&&s!=="style"&&e.includes("&")&&(e=Oe.decodeEntities(e,!1))}const i=Ye[0]||Ls,r=i.children[i.children.length-1];r&&r.type===2?(r.content+=e,Fi(r.loc,n)):i.children.push({type:2,content:e,loc:nt(t,n)})}function Ia(e,t,n=!1){n?Fi(e.loc,yA(t,60)):Fi(e.loc,aO(t,62)+1),qe.inSFCRoot&&(e.children.length?e.innerLoc.end=Ee({},e.children[e.children.length-1].loc.end):e.innerLoc.end=Ee({},e.innerLoc.start),e.innerLoc.source=dt(e.innerLoc.start.offset,e.innerLoc.end.offset));const{tag:i,ns:r,children:s}=e;if(pi||(i==="slot"?e.tagType=2:EA(e)?e.tagType=3:cO(e)&&(e.tagType=1)),qe.inRCDATA||(e.children=IA(s)),r===0&&Oe.isIgnoreNewlineTag(i)){const o=s[0];o&&o.type===2&&(o.content=o.content.replace(/^\r?\n/,""))}r===0&&Oe.isPreTag(i)&&Au--,_u===e&&(pi=qe.inVPre=!1,_u=null),qe.inXML&&(Ye[0]?Ye[0].ns:Oe.ns)===0&&(qe.inXML=!1);{const o=e.props;if(process.env.NODE_ENV!=="production"&&fi("COMPILER_V_IF_V_FOR_PRECEDENCE",Oe)){let l=!1,c=!1;for(let u=0;u<o.length;u++){const f=o[u];if(f.type===7&&(f.name==="if"?l=!0:f.name==="for"&&(c=!0)),l&&c){va("COMPILER_V_IF_V_FOR_PRECEDENCE",Oe,e.loc);break}}}if(!qe.inSFCRoot&&fi("COMPILER_NATIVE_TEMPLATE",Oe)&&e.tag==="template"&&!EA(e)){process.env.NODE_ENV!=="production"&&va("COMPILER_NATIVE_TEMPLATE",Oe,e.loc);const l=Ye[0]||Ls,c=l.children.indexOf(e);l.children.splice(c,1,...e.children)}const a=o.find(l=>l.type===6&&l.name==="inline-template");a&&Or("COMPILER_INLINE_TEMPLATE",Oe,a.loc)&&e.children.length&&(a.value={type:2,content:dt(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:a.loc})}}function aO(e,t){let n=e;for(;Un.charCodeAt(n)!==t&&n<Un.length-1;)n++;return n}function yA(e,t){let n=e;for(;Un.charCodeAt(n)!==t&&n>=0;)n--;return n}const lO=new Set(["if","else","else-if","for","slot"]);function EA({tag:e,props:t}){if(e==="template"){for(let n=0;n<t.length;n++)if(t[n].type===7&&lO.has(t[n].name))return!0}return!1}function cO({tag:e,props:t}){if(Oe.isCustomElement(e))return!1;if(e==="component"||uO(e.charCodeAt(0))||fA(e)||Oe.isBuiltInComponent&&Oe.isBuiltInComponent(e)||Oe.isNativeTag&&!Oe.isNativeTag(e))return!0;for(let n=0;n<t.length;n++){const i=t[n];if(i.type===6){if(i.name==="is"&&i.value){if(i.value.content.startsWith("vue:"))return!0;if(Or("COMPILER_IS_ON_ELEMENT",Oe,i.loc))return!0}}else if(i.name==="bind"&&di(i.arg,"is")&&Or("COMPILER_IS_ON_ELEMENT",Oe,i.loc))return!0}return!1}function uO(e){return e>64&&e<91}const fO=/\r\n/g;function IA(e){const t=Oe.whitespace!=="preserve";let n=!1;for(let i=0;i<e.length;i++){const r=e[i];if(r.type===2)if(Au)r.content=r.content.replace(fO,`
|
|
67
|
-
`);else if(dO(r.content)){const s=e[i-1]&&e[i-1].type,o=e[i+1]&&e[i+1].type;!s||!o||t&&(s===3&&(o===3||o===1)||s===1&&(o===3||o===1&&pO(r.content)))?(n=!0,e[i]=null):r.content=" "}else t&&(r.content=NA(r.content))}return n?e.filter(Boolean):e}function dO(e){for(let t=0;t<e.length;t++)if(!Kt(e.charCodeAt(t)))return!1;return!0}function pO(e){for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n===10||n===13)return!0}return!1}function NA(e){let t="",n=!1;for(let i=0;i<e.length;i++)Kt(e.charCodeAt(i))?n||(t+=" ",n=!0):(t+=e[i],n=!1);return t}function vu(e){(Ye[0]||Ls).children.push(e)}function nt(e,t){return{start:qe.getPos(e),end:t==null?t:qe.getPos(t),source:t==null?t:dt(e,t)}}function hO(e){return nt(e.start.offset,e.end.offset)}function Fi(e,t){e.end=qe.getPos(t),e.source=dt(e.start.offset,t)}function gO(e){const t={type:6,name:e.rawName,nameLoc:nt(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};if(e.exp){const n=e.exp.loc;n.end.offset<e.loc.end.offset&&(n.start.offset--,n.start.column--,n.end.offset++,n.end.column++),t.value={type:2,content:e.exp.content,loc:n}}return t}function Na(e,t=!1,n,i=0,r=0){return ye(e,t,n,i)}function Qt(e,t,n){Oe.onError(Re(e,nt(t,t),void 0,n))}function AO(){qe.reset(),bt=null,Te=null,zt="",Hn=-1,Qi=-1,Ye.length=0}function _O(e,t){if(AO(),Un=e,Oe=Ee({},vA),t){let r;for(r in t)t[r]!=null&&(Oe[r]=t[r])}if(process.env.NODE_ENV!=="production"&&!Oe.decodeEntities)throw new Error("[@vue/compiler-core] decodeEntities option is required in browser builds.");qe.mode=Oe.parseMode==="html"?1:Oe.parseMode==="sfc"?2:0,qe.inXML=Oe.ns===1||Oe.ns===2;const n=t&&t.delimiters;n&&(qe.delimiterOpen=_a(n[0]),qe.delimiterClose=_a(n[1]));const i=Ls=FS([],e);return qe.parse(Un),i.loc=nt(0,e.length),i.children=IA(i.children),Ls=null,i}function vO(e,t){Ca(e,void 0,t,!!CA(e))}function CA(e){const t=e.children.filter(n=>n.type!==3);return t.length===1&&t[0].type===1&&!ba(t[0])?t[0]:null}function Ca(e,t,n,i=!1,r=!1){const{children:s}=e,o=[];for(let u=0;u<s.length;u++){const f=s[u];if(f.type===1&&f.tagType===0){const d=i?0:Xt(f,n);if(d>0){if(d>=2){f.codegenNode.patchFlag=-1,o.push(f);continue}}else{const _=f.codegenNode;if(_.type===13){const v=_.patchFlag;if((v===void 0||v===512||v===1)&&wA(f,n)>=2){const A=SA(f);A&&(_.props=n.hoist(A))}_.dynamicProps&&(_.dynamicProps=n.hoist(_.dynamicProps))}}}else if(f.type===12&&(i?0:Xt(f,n))>=2){f.codegenNode.type===14&&f.codegenNode.arguments.length>0&&f.codegenNode.arguments.push(-1+(process.env.NODE_ENV!=="production"?` /* ${zr[-1]} */`:"")),o.push(f);continue}if(f.type===1){const d=f.tagType===1;d&&n.scopes.vSlot++,Ca(f,e,n,!1,r),d&&n.scopes.vSlot--}else if(f.type===11)Ca(f,e,n,f.children.length===1,!0);else if(f.type===9)for(let d=0;d<f.branches.length;d++)Ca(f.branches[d],e,n,f.branches[d].children.length===1,r)}let a=!1;if(o.length===s.length&&e.type===1){if(e.tagType===0&&e.codegenNode&&e.codegenNode.type===13&&G(e.codegenNode.children))e.codegenNode.children=l(zi(e.codegenNode.children)),a=!0;else if(e.tagType===1&&e.codegenNode&&e.codegenNode.type===13&&e.codegenNode.children&&!G(e.codegenNode.children)&&e.codegenNode.children.type===15){const u=c(e.codegenNode,"default");u&&(u.returns=l(zi(u.returns)),a=!0)}else if(e.tagType===3&&t&&t.type===1&&t.tagType===1&&t.codegenNode&&t.codegenNode.type===13&&t.codegenNode.children&&!G(t.codegenNode.children)&&t.codegenNode.children.type===15){const u=Bt(e,"slot",!0),f=u&&u.arg&&c(t.codegenNode,u.arg);f&&(f.returns=l(zi(f.returns)),a=!0)}}if(!a)for(const u of o)u.codegenNode=n.cache(u.codegenNode);function l(u){const f=n.cache(u);return f.needArraySpread=!0,f}function c(u,f){if(u.children&&!G(u.children)&&u.children.type===15){const d=u.children.properties.find(_=>_.key===f||_.key.content===f);return d&&d.value}}o.length&&n.transformHoist&&n.transformHoist(s,n,e)}function Xt(e,t){const{constantCache:n}=t;switch(e.type){case 1:if(e.tagType!==0)return 0;const i=n.get(e);if(i!==void 0)return i;const r=e.codegenNode;if(r.type!==13||r.isBlock&&e.tag!=="svg"&&e.tag!=="foreignObject"&&e.tag!=="math")return 0;if(r.patchFlag===void 0){let o=3;const a=wA(e,t);if(a===0)return n.set(e,0),0;a<o&&(o=a);for(let l=0;l<e.children.length;l++){const c=Xt(e.children[l],t);if(c===0)return n.set(e,0),0;c<o&&(o=c)}if(o>1)for(let l=0;l<e.props.length;l++){const c=e.props[l];if(c.type===7&&c.name==="bind"&&c.exp){const u=Xt(c.exp,t);if(u===0)return n.set(e,0),0;u<o&&(o=u)}}if(r.isBlock){for(let l=0;l<e.props.length;l++)if(e.props[l].type===7)return n.set(e,0),0;t.removeHelper(Bi),t.removeHelper(Sr(t.inSSR,r.isComponent)),r.isBlock=!1,t.helper(wr(t.inSSR,r.isComponent))}return n.set(e,o),o}else return n.set(e,0),0;case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return Xt(e.content,t);case 4:return e.constType;case 8:let s=3;for(let o=0;o<e.children.length;o++){const a=e.children[o];if(fe(a)||kt(a))continue;const l=Xt(a,t);if(l===0)return 0;l<s&&(s=l)}return s;case 20:return 2;default:return process.env.NODE_ENV,0}}const mO=new Set([iu,ru,Os,xs]);function TA(e,t){if(e.type===14&&!fe(e.callee)&&mO.has(e.callee)){const n=e.arguments[0];if(n.type===4)return Xt(n,t);if(n.type===14)return TA(n,t)}return 0}function wA(e,t){let n=3;const i=SA(e);if(i&&i.type===15){const{properties:r}=i;for(let s=0;s<r.length;s++){const{key:o,value:a}=r[s],l=Xt(o,t);if(l===0)return l;l<n&&(n=l);let c;if(a.type===4?c=Xt(a,t):a.type===14?c=TA(a,t):c=0,c===0)return c;c<n&&(n=c)}}return n}function SA(e){const t=e.codegenNode;if(t.type===13)return t.props}function bO(e,{filename:t="",prefixIdentifiers:n=!1,hoistStatic:i=!1,hmr:r=!1,cacheHandlers:s=!1,nodeTransforms:o=[],directiveTransforms:a={},transformHoist:l=null,isBuiltInComponent:c=Xe,isCustomElement:u=Xe,expressionPlugins:f=[],scopeId:d=null,slotted:_=!0,ssr:v=!1,inSSR:A=!1,ssrCssVars:h="",bindingMetadata:g=Ae,inline:E=!1,isTS:b=!1,onError:I=pu,onWarn:w=uA,compatConfig:C}){const x=t.replace(/\?.*$/,"").match(/([^/\\]+)\.\w+$/),T={filename:t,selfName:x&&An(Be(x[1])),prefixIdentifiers:n,hoistStatic:i,hmr:r,cacheHandlers:s,nodeTransforms:o,directiveTransforms:a,transformHoist:l,isBuiltInComponent:c,isCustomElement:u,expressionPlugins:f,scopeId:d,slotted:_,ssr:v,inSSR:A,ssrCssVars:h,bindingMetadata:g,inline:E,isTS:b,onError:I,onWarn:w,compatConfig:C,root:e,helpers:new Map,components:new Set,directives:new Set,hoists:[],imports:[],cached:[],constantCache:new WeakMap,temps:0,identifiers:Object.create(null),scopes:{vFor:0,vSlot:0,vPre:0,vOnce:0},parent:null,grandParent:null,currentNode:e,childIndex:0,inVOnce:!1,helper(N){const p=T.helpers.get(N)||0;return T.helpers.set(N,p+1),N},removeHelper(N){const p=T.helpers.get(N);if(p){const y=p-1;y?T.helpers.set(N,y):T.helpers.delete(N)}},helperString(N){return`_${Cr[T.helper(N)]}`},replaceNode(N){if(process.env.NODE_ENV!=="production"){if(!T.currentNode)throw new Error("Node being replaced is already removed.");if(!T.parent)throw new Error("Cannot replace root node.")}T.parent.children[T.childIndex]=T.currentNode=N},removeNode(N){if(process.env.NODE_ENV!=="production"&&!T.parent)throw new Error("Cannot remove root node.");const p=T.parent.children,y=N?p.indexOf(N):T.currentNode?T.childIndex:-1;if(process.env.NODE_ENV!=="production"&&y<0)throw new Error("node being removed is not a child of current parent");!N||N===T.currentNode?(T.currentNode=null,T.onNodeRemoved()):T.childIndex>y&&(T.childIndex--,T.onNodeRemoved()),T.parent.children.splice(y,1)},onNodeRemoved:Xe,addIdentifiers(N){},removeIdentifiers(N){},hoist(N){fe(N)&&(N=ye(N)),T.hoists.push(N);const p=ye(`_hoisted_${T.hoists.length}`,!1,N.loc,2);return p.hoisted=N,p},cache(N,p=!1,y=!1){const m=WS(T.cached.length,N,p,y);return T.cached.push(m),m}};return T.filters=new Set,T}function yO(e,t){const n=bO(e,t);Ta(e,n),t.hoistStatic&&vO(e,n),t.ssr||EO(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.transformed=!0,e.filters=[...n.filters]}function EO(e,t){const{helper:n}=t,{children:i}=e;if(i.length===1){const r=CA(e);if(r&&r.codegenNode){const s=r.codegenNode;s.type===13&&fu(s,t),e.codegenNode=s}else e.codegenNode=i[0]}else if(i.length>1){let r=64;process.env.NODE_ENV!=="production"&&i.filter(s=>s.type!==3).length===1&&(r|=2048),e.codegenNode=ks(t,n(Ts),void 0,e.children,r,void 0,void 0,!0,void 0,!1)}}function IO(e,t){let n=0;const i=()=>{n--};for(;n<e.children.length;n++){const r=e.children[n];fe(r)||(t.grandParent=t.parent,t.parent=e,t.childIndex=n,t.onNodeRemoved=i,Ta(r,t))}}function Ta(e,t){t.currentNode=e;const{nodeTransforms:n}=t,i=[];for(let s=0;s<n.length;s++){const o=n[s](e,t);if(o&&(G(o)?i.push(...o):i.push(o)),t.currentNode)e=t.currentNode;else return}switch(e.type){case 3:t.ssr||t.helper(Ss);break;case 5:t.ssr||t.helper(ha);break;case 9:for(let s=0;s<e.branches.length;s++)Ta(e.branches[s],t);break;case 10:case 11:case 1:case 0:IO(e,t);break}t.currentNode=e;let r=i.length;for(;r--;)i[r]()}function OA(e,t){const n=fe(e)?i=>i===e:i=>e.test(i);return(i,r)=>{if(i.type===1){const{props:s}=i;if(i.tagType===3&&s.some(tO))return;const o=[];for(let a=0;a<s.length;a++){const l=s[a];if(l.type===7&&n(l.name)){s.splice(a,1),a--;const c=t(i,l,r);c&&o.push(c)}}return o}}}const wa="/*@__PURE__*/",xA=e=>`${Cr[e]}: _${Cr[e]}`;function NO(e,{mode:t="function",prefixIdentifiers:n=t==="module",sourceMap:i=!1,filename:r="template.vue.html",scopeId:s=null,optimizeImports:o=!1,runtimeGlobalName:a="Vue",runtimeModuleName:l="vue",ssrRuntimeModuleName:c="vue/server-renderer",ssr:u=!1,isTS:f=!1,inSSR:d=!1}){const _={mode:t,prefixIdentifiers:n,sourceMap:i,filename:r,scopeId:s,optimizeImports:o,runtimeGlobalName:a,runtimeModuleName:l,ssrRuntimeModuleName:c,ssr:u,isTS:f,inSSR:d,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(A){return`_${Cr[A]}`},push(A,h=-2,g){_.code+=A},indent(){v(++_.indentLevel)},deindent(A=!1){A?--_.indentLevel:v(--_.indentLevel)},newline(){v(_.indentLevel)}};function v(A){_.push(`
|
|
68
|
-
`+" ".repeat(
|
|
69
|
-
`,-1),
|
|
70
|
-
`,0),
|
|
71
|
-
`,-1),e.hoists.length)){const
|
|
72
|
-
`,-1)}wO(e.hoists,t),s(),r("return ")}function mu(e,t,{helper:n,push:i,newline:r,isTS:s}){const o=n(t==="filter"?eu:t==="component"?Gc:$c);for(let a=0;a<e.length;a++){let l=e[a];const c=l.endsWith("__self");c&&(l=l.slice(0,-6)),i(`const ${Ds(l,t)} = ${o}(${JSON.stringify(l)}${c?", true":""})${s?"!":""}`),a<e.length-1&&r()}}function wO(e,t){if(!e.length)return;t.pure=!0;const{push:n,newline:i}=t;i();for(let r=0;r<e.length;r++){const s=e[r];s&&(n(`const _hoisted_${r+1} = `),yt(s,t),i())}t.pure=!1}function SO(e){return fe(e)||e.type===4||e.type===2||e.type===5||e.type===8}function bu(e,t){const n=e.length>3||process.env.NODE_ENV!=="production"&&e.some(i=>G(i)||!SO(i));t.push("["),n&&t.indent(),Ps(e,t,n),n&&t.deindent(),t.push("]")}function Ps(e,t,n=!1,i=!0){const{push:r,newline:s}=t;for(let o=0;o<e.length;o++){const a=e[o];fe(a)?r(a,-3):G(a)?bu(a,t):yt(a,t),o<e.length-1&&(n?(i&&r(","),s()):i&&r(", "))}}function yt(e,t){if(fe(e)){t.push(e,-3);return}if(kt(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:process.env.NODE_ENV!=="production"&&hA(e.codegenNode!=null,"Codegen node is missing for element/if/for node. Apply appropriate transforms first."),yt(e.codegenNode,t);break;case 2:OO(e,t);break;case 4:kA(e,t);break;case 5:xO(e,t);break;case 12:yt(e.codegenNode,t);break;case 8:MA(e,t);break;case 3:MO(e,t);break;case 13:DO(e,t);break;case 14:PO(e,t);break;case 15:RO(e,t);break;case 17:VO(e,t);break;case 18:jO(e,t);break;case 19:BO(e,t);break;case 20:zO(e,t);break;case 21:Ps(e.body,t,!0,!1);break;case 22:break;case 23:break;case 24:break;case 25:break;case 26:break;case 10:break;default:if(process.env.NODE_ENV!=="production")return hA(!1,`unhandled codegen node type: ${e.type}`),e}}function OO(e,t){t.push(JSON.stringify(e.content),-3,e)}function kA(e,t){const{content:n,isStatic:i}=e;t.push(i?JSON.stringify(n):n,-3,e)}function xO(e,t){const{push:n,helper:i,pure:r}=t;r&&n(wa),n(`${i(ha)}(`),yt(e.content,t),n(")")}function MA(e,t){for(let n=0;n<e.children.length;n++){const i=e.children[n];fe(i)?t.push(i,-3):yt(i,t)}}function kO(e,t){const{push:n}=t;if(e.type===8)n("["),MA(e,t),n("]");else if(e.isStatic){const i=hu(e.content)?e.content:JSON.stringify(e.content);n(i,-2,e)}else n(`[${e.content}]`,-3,e)}function MO(e,t){const{push:n,helper:i,pure:r}=t;r&&n(wa),n(`${i(Ss)}(${JSON.stringify(e.content)})`,-3,e)}function DO(e,t){const{push:n,helper:i,pure:r}=t,{tag:s,props:o,children:a,patchFlag:l,dynamicProps:c,directives:u,isBlock:f,disableTracking:d,isComponent:_}=e;let v;if(l)if(process.env.NODE_ENV!=="production")if(l<0)v=l+` /* ${zr[l]} */`;else{const h=Object.keys(zr).map(Number).filter(g=>g>0&&l&g).map(g=>zr[g]).join(", ");v=l+` /* ${h} */`}else v=String(l);u&&n(i(tu)+"("),f&&n(`(${i(Bi)}(${d?"true":""}), `),r&&n(wa);const A=f?Sr(t.inSSR,_):wr(t.inSSR,_);n(i(A)+"(",-2,e),Ps(LO([s,o,a,v,c]),t),n(")"),f&&n(")"),u&&(n(", "),yt(u,t),n(")"))}function LO(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(n=>n||"null")}function PO(e,t){const{push:n,helper:i,pure:r}=t,s=fe(e.callee)?e.callee:i(e.callee);r&&n(wa),n(s+"(",-2,e),Ps(e.arguments,t),n(")")}function RO(e,t){const{push:n,indent:i,deindent:r,newline:s}=t,{properties:o}=e;if(!o.length){n("{}",-2,e);return}const a=o.length>1||process.env.NODE_ENV!=="production"&&o.some(l=>l.value.type!==4);n(a?"{":"{ "),a&&i();for(let l=0;l<o.length;l++){const{key:c,value:u}=o[l];kO(c,t),n(": "),yt(u,t),l<o.length-1&&(n(","),s())}a&&r(),n(a?"}":" }")}function VO(e,t){bu(e.elements,t)}function jO(e,t){const{push:n,indent:i,deindent:r}=t,{params:s,returns:o,body:a,newline:l,isSlot:c}=e;c&&n(`_${Cr[lu]}(`),n("(",-2,e),G(s)?Ps(s,t):s&&yt(s,t),n(") => "),(l||a)&&(n("{"),i()),o?(l&&n("return "),G(o)?bu(o,t):yt(o,t)):a&&yt(a,t),(l||a)&&(r(),n("}")),c&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}function BO(e,t){const{test:n,consequent:i,alternate:r,newline:s}=e,{push:o,indent:a,deindent:l,newline:c}=t;if(n.type===4){const f=!hu(n.content);f&&o("("),kA(n,t),f&&o(")")}else o("("),yt(n,t),o(")");s&&a(),t.indentLevel++,s||o(" "),o("? "),yt(i,t),t.indentLevel--,s&&c(),s||o(" "),o(": ");const u=r.type===19;u||t.indentLevel++,yt(r,t),u||t.indentLevel--,s&&l(!0)}function zO(e,t){const{push:n,helper:i,indent:r,deindent:s,newline:o}=t,{needPauseTracking:a,needArraySpread:l}=e;l&&n("[...("),n(`_cache[${e.index}] || (`),a&&(r(),n(`${i(Aa)}(-1`),e.inVOnce&&n(", true"),n("),"),o(),n("(")),n(`_cache[${e.index}] = `),yt(e.value,t),a&&(n(`).cacheIndex = ${e.index},`),o(),n(`${i(Aa)}(1),`),o(),n(`_cache[${e.index}]`),s()),n(")"),l&&n(")]")}const QO=new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b"),FO=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g;function Wi(e,t,n=!1,i=!1){const r=e.content;if(r.trim())try{new Function(i?` ${r} `:`return ${n?`(${r}) => {}`:`(${r})`}`)}catch(s){let o=s.message;const a=r.replace(FO,"").match(QO);a&&(o=`avoid using JavaScript keyword as property name: "${a[0]}"`),t.onError(Re(45,e.loc,void 0,o))}}const WO=(e,t)=>{if(e.type===5)e.content=yu(e.content,t);else if(e.type===1){const n=Bt(e,"memo");for(let i=0;i<e.props.length;i++){const r=e.props[i];if(r.type===7&&r.name!=="for"){const s=r.exp,o=r.arg;s&&s.type===4&&!(r.name==="on"&&o)&&!(n&&o&&o.type===4&&o.content==="key")&&(r.exp=yu(s,t,r.name==="slot")),o&&o.type===4&&!o.isStatic&&(r.arg=yu(o,t))}}}};function yu(e,t,n=!1,i=!1,r=Object.create(t.identifiers)){return process.env.NODE_ENV!=="production"&&Wi(e,t,n,i),e}const UO=OA(/^(?:if|else|else-if)$/,(e,t,n)=>HO(e,t,n,(i,r,s)=>{const o=n.parent.children;let a=o.indexOf(i),l=0;for(;a-->=0;){const c=o[a];c&&c.type===9&&(l+=c.branches.length)}return()=>{if(s)i.codegenNode=LA(r,l,n);else{const c=KO(i.codegenNode);c.alternate=LA(r,l+i.branches.length-1,n)}}}));function HO(e,t,n,i){if(t.name!=="else"&&(!t.exp||!t.exp.content.trim())){const r=t.exp?t.exp.loc:e.loc;n.onError(Re(28,t.loc)),t.exp=ye("true",!1,r)}if(process.env.NODE_ENV!=="production"&&t.exp&&Wi(t.exp,n),t.name==="if"){const r=DA(e,t),s={type:9,loc:hO(e.loc),branches:[r]};if(n.replaceNode(s),i)return i(s,r,!0)}else{const r=n.parent.children,s=[];let o=r.indexOf(e);for(;o-->=-1;){const a=r[o];if(a&&a.type===3){n.removeNode(a),process.env.NODE_ENV!=="production"&&s.unshift(a);continue}if(a&&a.type===2&&!a.content.trim().length){n.removeNode(a);continue}if(a&&a.type===9){(t.name==="else-if"||t.name==="else")&&a.branches[a.branches.length-1].condition===void 0&&n.onError(Re(30,e.loc)),n.removeNode();const l=DA(e,t);if(process.env.NODE_ENV!=="production"&&s.length&&!(n.parent&&n.parent.type===1&&(n.parent.tag==="transition"||n.parent.tag==="Transition"))&&(l.children=[...s,...l.children]),process.env.NODE_ENV!=="production"){const u=l.userKey;u&&a.branches.forEach(({userKey:f})=>{qO(f,u)&&n.onError(Re(29,l.userKey.loc))})}a.branches.push(l);const c=i&&i(a,l,!1);Ta(l,n),c&&c(),n.currentNode=null}else n.onError(Re(30,e.loc));break}}}function DA(e,t){const n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name==="else"?void 0:t.exp,children:n&&!Bt(e,"for")?e.children:[e],userKey:Ms(e,"key"),isTemplateIf:n}}function LA(e,t,n){return e.condition?uu(e.condition,PA(e,t,n),lt(n.helper(Ss),[process.env.NODE_ENV!=="production"?'"v-if"':'""',"true"])):PA(e,t,n)}function PA(e,t,n){const{helper:i}=n,r=tt("key",ye(`${t}`,!1,qt,2)),{children:s}=e,o=s[0];if(s.length!==1||o.type!==1)if(s.length===1&&o.type===11){const l=o.codegenNode;return ya(l,r,n),l}else{let l=64;return process.env.NODE_ENV!=="production"&&!e.isTemplateIf&&s.filter(c=>c.type!==3).length===1&&(l|=2048),ks(n,i(Ts),$t([r]),s,l,void 0,void 0,!0,!1,!1,e.loc)}else{const l=o.codegenNode,c=iO(l);return c.type===13&&fu(c,n),ya(c,r,n),l}}function qO(e,t){if(!e||e.type!==t.type)return!1;if(e.type===6){if(e.value.content!==t.value.content)return!1}else{const n=e.exp,i=t.exp;if(n.type!==i.type||n.type!==4||n.isStatic!==i.isStatic||n.content!==i.content)return!1}return!0}function KO(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const XO=(e,t,n)=>{const{modifiers:i,loc:r}=e,s=e.arg;let{exp:o}=e;if(o&&o.type===4&&!o.content.trim()&&(o=void 0),!o){if(s.type!==4||!s.isStatic)return n.onError(Re(52,s.loc)),{props:[tt(s,ye("",!0,r))]};RA(e),o=e.exp}return s.type!==4?(s.children.unshift("("),s.children.push(') || ""')):s.isStatic||(s.content=s.content?`${s.content} || ""`:'""'),i.some(a=>a.content==="camel")&&(s.type===4?s.isStatic?s.content=Be(s.content):s.content=`${n.helperString(ou)}(${s.content})`:(s.children.unshift(`${n.helperString(ou)}(`),s.children.push(")"))),n.inSSR||(i.some(a=>a.content==="prop")&&VA(s,"."),i.some(a=>a.content==="attr")&&VA(s,"^")),{props:[tt(s,o)]}},RA=(e,t)=>{const n=e.arg,i=Be(n.content);e.exp=ye(i,!1,n.loc)},VA=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},ZO=OA("for",(e,t,n)=>{const{helper:i,removeHelper:r}=n;return YO(e,t,n,s=>{const o=lt(i(nu),[s.source]),a=ma(e),l=Bt(e,"memo"),c=Ms(e,"key",!1,!0);c&&c.type===7&&!c.exp&&RA(c);let f=c&&(c.type===6?c.value?ye(c.value.content,!0):void 0:c.exp);const d=c&&f?tt("key",f):null,_=s.source.type===4&&s.source.constType>0,v=_?64:c?128:256;return s.codegenNode=ks(n,i(Ts),void 0,o,v,void 0,void 0,!0,!_,!1,e.loc),()=>{let A;const{children:h}=s;process.env.NODE_ENV!=="production"&&a&&e.children.some(b=>{if(b.type===1){const I=Ms(b,"key");if(I)return n.onError(Re(33,I.loc)),!0}});const g=h.length!==1||h[0].type!==1,E=ba(e)?e:a&&e.children.length===1&&ba(e.children[0])?e.children[0]:null;if(E?(A=E.codegenNode,a&&d&&ya(A,d,n)):g?A=ks(n,i(Ts),d?$t([d]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(A=h[0].codegenNode,a&&d&&ya(A,d,n),A.isBlock!==!_&&(A.isBlock?(r(Bi),r(Sr(n.inSSR,A.isComponent))):r(wr(n.inSSR,A.isComponent))),A.isBlock=!_,A.isBlock?(i(Bi),i(Sr(n.inSSR,A.isComponent))):i(wr(n.inSSR,A.isComponent))),l){const b=Tr(Eu(s.parseResult,[ye("_cached")]));b.body=US([fn(["const _memo = (",l.exp,")"]),fn(["if (_cached",...f?[" && _cached.key === ",f]:[],` && ${n.helperString(oA)}(_cached, _memo)) return _cached`]),fn(["const _item = ",A]),ye("_item.memo = _memo"),ye("return _item")]),o.arguments.push(b,ye("_cache"),ye(String(n.cached.length))),n.cached.push(null)}else o.arguments.push(Tr(Eu(s.parseResult),A,!0))}})});function YO(e,t,n,i){if(!t.exp){n.onError(Re(31,t.loc));return}const r=t.forParseResult;if(!r){n.onError(Re(32,t.loc));return}jA(r,n);const{addIdentifiers:s,removeIdentifiers:o,scopes:a}=n,{source:l,value:c,key:u,index:f}=r,d={type:11,loc:t.loc,source:l,valueAlias:c,keyAlias:u,objectIndexAlias:f,parseResult:r,children:ma(e)?e.children:[e]};n.replaceNode(d),a.vFor++;const _=i&&i(d);return()=>{a.vFor--,_&&_()}}function jA(e,t){e.finalized||(process.env.NODE_ENV!=="production"&&(Wi(e.source,t),e.key&&Wi(e.key,t,!0),e.index&&Wi(e.index,t,!0),e.value&&Wi(e.value,t,!0)),e.finalized=!0)}function Eu({value:e,key:t,index:n},i=[]){return GO([e,t,n,...i])}function GO(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((n,i)=>n||ye("_".repeat(i+1),!1))}const BA=ye("undefined",!1),JO=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){const n=Bt(e,"slot");if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},$O=(e,t,n,i)=>Tr(e,n,!1,!0,n.length?n[0].loc:i);function e2(e,t,n=$O){t.helper(lu);const{children:i,loc:r}=e,s=[],o=[];let a=t.scopes.vSlot>0||t.scopes.vFor>0;const l=Bt(e,"slot",!0);if(l){const{arg:h,exp:g}=l;h&&!jt(h)&&(a=!0),s.push(tt(h||ye("default",!0),n(g,void 0,i,r)))}let c=!1,u=!1;const f=[],d=new Set;let _=0;for(let h=0;h<i.length;h++){const g=i[h];let E;if(!ma(g)||!(E=Bt(g,"slot",!0))){g.type!==3&&f.push(g);continue}if(l){t.onError(Re(37,E.loc));break}c=!0;const{children:b,loc:I}=g,{arg:w=ye("default",!0),exp:C,loc:x}=E;let T;jt(w)?T=w?w.content:"default":a=!0;const N=Bt(g,"for"),p=n(C,N,b,I);let y,m;if(y=Bt(g,"if"))a=!0,o.push(uu(y.exp,Sa(w,p,_++),BA));else if(m=Bt(g,/^else(?:-if)?$/,!0)){let O=h,k;for(;O--&&(k=i[O],!(k.type!==3&&Iu(k))););if(k&&ma(k)&&Bt(k,/^(?:else-)?if$/)){let L=o[o.length-1];for(;L.alternate.type===19;)L=L.alternate;L.alternate=m.exp?uu(m.exp,Sa(w,p,_++),BA):Sa(w,p,_++)}else t.onError(Re(30,m.loc))}else if(N){a=!0;const O=N.forParseResult;O?(jA(O,t),o.push(lt(t.helper(nu),[O.source,Tr(Eu(O),Sa(w,p),!0)]))):t.onError(Re(32,N.loc))}else{if(T){if(d.has(T)){t.onError(Re(38,x));continue}d.add(T),T==="default"&&(u=!0)}s.push(tt(w,p))}}if(!l){const h=(g,E)=>{const b=n(g,void 0,E,r);return t.compatConfig&&(b.isNonScopedSlot=!0),tt("default",b)};c?f.length&&f.some(g=>Iu(g))&&(u?t.onError(Re(39,f[0].loc)):s.push(h(void 0,f))):s.push(h(void 0,i))}const v=a?2:Oa(e.children)?3:1;let A=$t(s.concat(tt("_",ye(v+(process.env.NODE_ENV!=="production"?` /* ${Nm[v]} */`:""),!1))),r);return o.length&&(A=lt(t.helper(sA),[A,zi(o)])),{slots:A,hasDynamicSlots:a}}function Sa(e,t,n){const i=[tt("name",e),tt("fn",t)];return n!=null&&i.push(tt("key",ye(String(n),!0))),$t(i)}function Oa(e){for(let t=0;t<e.length;t++){const n=e[t];switch(n.type){case 1:if(n.tagType===2||Oa(n.children))return!0;break;case 9:if(Oa(n.branches))return!0;break;case 10:case 11:if(Oa(n.children))return!0;break}}return!1}function Iu(e){return e.type!==2&&e.type!==12?!0:e.type===2?!!e.content.trim():Iu(e.content)}const zA=new WeakMap,t2=(e,t)=>function(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;const{tag:i,props:r}=e,s=e.tagType===1;let o=s?n2(e,t):`"${i}"`;const a=Ce(o)&&o.callee===Jc;let l,c,u=0,f,d,_,v=a||o===ws||o===Kc||!s&&(i==="svg"||i==="foreignObject"||i==="math");if(r.length>0){const A=QA(e,t,void 0,s,a);l=A.props,u=A.patchFlag,d=A.dynamicPropNames;const h=A.directives;_=h&&h.length?zi(h.map(g=>r2(g,t))):void 0,A.shouldUseBlock&&(v=!0)}if(e.children.length>0)if(o===pa&&(v=!0,u|=1024,process.env.NODE_ENV!=="production"&&e.children.length>1&&t.onError(Re(46,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:""}))),s&&o!==ws&&o!==pa){const{slots:h,hasDynamicSlots:g}=e2(e,t);c=h,g&&(u|=1024)}else if(e.children.length===1&&o!==ws){const h=e.children[0],g=h.type,E=g===5||g===8;E&&Xt(h,t)===0&&(u|=1),E||g===2?c=h:c=e.children}else c=e.children;d&&d.length&&(f=s2(d)),e.codegenNode=ks(t,o,l,c,u===0?void 0:u,f,_,!!v,!1,s,e.loc)};function n2(e,t,n=!1){let{tag:i}=e;const r=Nu(i),s=Ms(e,"is",!1,!0);if(s)if(r||fi("COMPILER_IS_ON_ELEMENT",t)){let a;if(s.type===6?a=s.value&&ye(s.value.content,!0):(a=s.exp,a||(a=ye("is",!1,s.arg.loc))),a)return lt(t.helper(Jc),[a])}else s.type===6&&s.value.content.startsWith("vue:")&&(i=s.value.content.slice(4));const o=fA(i)||t.isBuiltInComponent(i);return o?(n||t.helper(o),o):(t.helper(Gc),t.components.add(i),Ds(i,"component"))}function QA(e,t,n=e.props,i,r,s=!1){const{tag:o,loc:a,children:l}=e;let c=[];const u=[],f=[],d=l.length>0;let _=!1,v=0,A=!1,h=!1,g=!1,E=!1,b=!1,I=!1;const w=[],C=p=>{c.length&&(u.push($t(FA(c),a)),c=[]),p&&u.push(p)},x=()=>{t.scopes.vFor>0&&c.push(tt(ye("ref_for",!0),ye("true")))},T=({key:p,value:y})=>{if(jt(p)){const m=p.content,O=kn(m);if(O&&(!i||r)&&m.toLowerCase()!=="onclick"&&m!=="onUpdate:modelValue"&&!Xn(m)&&(E=!0),O&&Xn(m)&&(I=!0),O&&y.type===14&&(y=y.arguments[0]),y.type===20||(y.type===4||y.type===8)&&Xt(y,t)>0)return;m==="ref"?A=!0:m==="class"?h=!0:m==="style"?g=!0:m!=="key"&&!w.includes(m)&&w.push(m),i&&(m==="class"||m==="style")&&!w.includes(m)&&w.push(m)}else b=!0};for(let p=0;p<n.length;p++){const y=n[p];if(y.type===6){const{loc:m,name:O,nameLoc:k,value:L}=y;let R=!0;if(O==="ref"&&(A=!0,x()),O==="is"&&(Nu(o)||L&&L.content.startsWith("vue:")||fi("COMPILER_IS_ON_ELEMENT",t)))continue;c.push(tt(ye(O,!0,k),ye(L?L.content:"",R,L?L.loc:m)))}else{const{name:m,arg:O,exp:k,loc:L,modifiers:R}=y,V=m==="bind",j=m==="on";if(m==="slot"){i||t.onError(Re(40,L));continue}if(m==="once"||m==="memo"||m==="is"||V&&di(O,"is")&&(Nu(o)||fi("COMPILER_IS_ON_ELEMENT",t))||j&&s)continue;if((V&&di(O,"key")||j&&d&&di(O,"vue:before-update"))&&(_=!0),V&&di(O,"ref")&&x(),!O&&(V||j)){if(b=!0,k)if(V){if(C(),process.env.NODE_ENV!=="production"&&u.some(pe=>pe.type===15?pe.properties.some(({key:we})=>we.type!==4||!we.isStatic?!0:we.content!=="class"&&we.content!=="style"&&!kn(we.content)):!0)&&Or("COMPILER_V_BIND_OBJECT_ORDER",t,L),fi("COMPILER_V_BIND_OBJECT_ORDER",t)){u.unshift(k);continue}x(),C(),u.push(k)}else C({type:14,loc:L,callee:t.helper(su),arguments:i?[k]:[k,"true"]});else t.onError(Re(V?34:35,L));continue}V&&R.some(ce=>ce.content==="prop")&&(v|=32);const Q=t.directiveTransforms[m];if(Q){const{props:ce,needRuntime:pe}=Q(y,e,t);!s&&ce.forEach(T),j&&O&&!jt(O)?C($t(ce,a)):c.push(...ce),pe&&(f.push(y),kt(pe)&&zA.set(y,pe))}else Ef(m)||(f.push(y),d&&(_=!0))}}let N;if(u.length?(C(),u.length>1?N=lt(t.helper(ga),u,a):N=u[0]):c.length&&(N=$t(FA(c),a)),b?v|=16:(h&&!i&&(v|=2),g&&!i&&(v|=4),w.length&&(v|=8),E&&(v|=32)),!_&&(v===0||v===32)&&(A||I||f.length>0)&&(v|=512),!t.inSSR&&N)switch(N.type){case 15:let p=-1,y=-1,m=!1;for(let L=0;L<N.properties.length;L++){const R=N.properties[L].key;jt(R)?R.content==="class"?p=L:R.content==="style"&&(y=L):R.isHandlerKey||(m=!0)}const O=N.properties[p],k=N.properties[y];m?N=lt(t.helper(Os),[N]):(O&&!jt(O.value)&&(O.value=lt(t.helper(iu),[O.value])),k&&(g||k.value.type===4&&k.value.content.trim()[0]==="["||k.value.type===17)&&(k.value=lt(t.helper(ru),[k.value])));break;case 14:break;default:N=lt(t.helper(Os),[lt(t.helper(xs),[N])]);break}return{props:N,directives:f,patchFlag:v,dynamicPropNames:w,shouldUseBlock:_}}function FA(e){const t=new Map,n=[];for(let i=0;i<e.length;i++){const r=e[i];if(r.key.type===8||!r.key.isStatic){n.push(r);continue}const s=r.key.content,o=t.get(s);o?(s==="style"||s==="class"||kn(s))&&i2(o,r):(t.set(s,r),n.push(r))}return n}function i2(e,t){e.value.type===17?e.value.elements.push(t.value):e.value=zi([e.value,t.value],e.loc)}function r2(e,t){const n=[],i=zA.get(e);i?n.push(t.helperString(i)):(t.helper($c),t.directives.add(e.name),n.push(Ds(e.name,"directive")));const{loc:r}=e;if(e.exp&&n.push(e.exp),e.arg&&(e.exp||n.push("void 0"),n.push(e.arg)),Object.keys(e.modifiers).length){e.arg||(e.exp||n.push("void 0"),n.push("void 0"));const s=ye("true",!1,r);n.push($t(e.modifiers.map(o=>tt(o,s)),r))}return zi(n,e.loc)}function s2(e){let t="[";for(let n=0,i=e.length;n<i;n++)t+=JSON.stringify(e[n]),n<i-1&&(t+=", ");return t+"]"}function Nu(e){return e==="component"||e==="Component"}const o2=(e,t)=>{if(ba(e)){const{children:n,loc:i}=e,{slotName:r,slotProps:s}=a2(e,t),o=[t.prefixIdentifiers?"_ctx.$slots":"$slots",r,"{}","undefined","true"];let a=2;s&&(o[2]=s,a=3),n.length&&(o[3]=Tr([],n,!1,!1,i),a=4),t.scopeId&&!t.slotted&&(a=5),o.splice(a),e.codegenNode=lt(t.helper(rA),o,i)}};function a2(e,t){let n='"default"',i;const r=[];for(let s=0;s<e.props.length;s++){const o=e.props[s];if(o.type===6)o.value&&(o.name==="name"?n=JSON.stringify(o.value.content):(o.name=Be(o.name),r.push(o)));else if(o.name==="bind"&&di(o.arg,"name")){if(o.exp)n=o.exp;else if(o.arg&&o.arg.type===4){const a=Be(o.arg.content);n=o.exp=ye(a,!1,o.arg.loc)}}else o.name==="bind"&&o.arg&&jt(o.arg)&&(o.arg.content=Be(o.arg.content)),r.push(o)}if(r.length>0){const{props:s,directives:o}=QA(e,t,r,!1,!1);i=s,o.length&&t.onError(Re(36,o[0].loc))}return{slotName:n,slotProps:i}}const WA=(e,t,n,i)=>{const{loc:r,modifiers:s,arg:o}=e;!e.exp&&!s.length&&n.onError(Re(35,r));let a;if(o.type===4)if(o.isStatic){let f=o.content;process.env.NODE_ENV!=="production"&&f.startsWith("vnode")&&n.onError(Re(51,o.loc)),f.startsWith("vue:")&&(f=`vnode-${f.slice(4)}`);const d=t.tagType!==0||f.startsWith("vnode")||!/[A-Z]/.test(f)?_n(Be(f)):`on:${f}`;a=ye(d,!0,o.loc)}else a=fn([`${n.helperString(au)}(`,o,")"]);else a=o,a.children.unshift(`${n.helperString(au)}(`),a.children.push(")");let l=e.exp;l&&!l.content.trim()&&(l=void 0);let c=n.cacheHandlers&&!l&&!n.inVOnce;if(l){const f=pA(l),d=!(f||$S(l)),_=l.content.includes(";");process.env.NODE_ENV!=="production"&&Wi(l,n,!1,_),(d||c&&f)&&(l=fn([`${d?"$event":"(...args)"} => ${_?"{":"("}`,l,_?"}":")"]))}let u={props:[tt(a,l||ye("() => {}",!1,r))]};return i&&(u=i(u)),c&&(u.props[0].value=n.cache(u.props[0].value)),u.props.forEach(f=>f.key.isHandlerKey=!0),u},l2=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{const n=e.children;let i,r=!1;for(let s=0;s<n.length;s++){const o=n[s];if(gu(o)){r=!0;for(let a=s+1;a<n.length;a++){const l=n[a];if(gu(l))i||(i=n[s]=fn([o],o.loc)),i.children.push(" + ",l),n.splice(a,1),a--;else{i=void 0;break}}}}if(!(!r||n.length===1&&(e.type===0||e.type===1&&e.tagType===0&&!e.props.find(s=>s.type===7&&!t.directiveTransforms[s.name])&&e.tag!=="template")))for(let s=0;s<n.length;s++){const o=n[s];if(gu(o)||o.type===8){const a=[];(o.type!==2||o.content!==" ")&&a.push(o),!t.ssr&&Xt(o,t)===0&&a.push(1+(process.env.NODE_ENV!=="production"?` /* ${zr[1]} */`:"")),n[s]={type:12,content:o,loc:o.loc,codegenNode:lt(t.helper(Yc),a)}}}}},UA=new WeakSet,c2=(e,t)=>{if(e.type===1&&Bt(e,"once",!0))return UA.has(e)||t.inVOnce||t.inSSR?void 0:(UA.add(e),t.inVOnce=!0,t.helper(Aa),()=>{t.inVOnce=!1;const n=t.currentNode;n.codegenNode&&(n.codegenNode=t.cache(n.codegenNode,!0,!0))})},HA=(e,t,n)=>{const{exp:i,arg:r}=e;if(!i)return n.onError(Re(41,e.loc)),xa();const s=i.loc.source.trim(),o=i.type===4?i.content:s,a=n.bindingMetadata[s];if(a==="props"||a==="props-aliased")return n.onError(Re(44,i.loc)),xa();if(!o.trim()||!pA(i))return n.onError(Re(42,i.loc)),xa();const l=r||ye("modelValue",!0),c=r?jt(r)?`onUpdate:${Be(r.content)}`:fn(['"onUpdate:" + ',r]):"onUpdate:modelValue";let u;const f=n.isTS?"($event: any)":"$event";u=fn([`${f} => ((`,i,") = $event)"]);const d=[tt(l,e.exp),tt(c,u)];if(e.modifiers.length&&t.tagType===1){const _=e.modifiers.map(A=>A.content).map(A=>(hu(A)?A:JSON.stringify(A))+": true").join(", "),v=r?jt(r)?`${r.content}Modifiers`:fn([r,' + "Modifiers"']):"modelModifiers";d.push(tt(v,ye(`{ ${_} }`,!1,e.loc,2)))}return xa(d)};function xa(e=[]){return{props:e}}const u2=/[\w).+\-_$\]]/,f2=(e,t)=>{fi("COMPILER_FILTERS",t)&&(e.type===5?ka(e.content,t):e.type===1&&e.props.forEach(n=>{n.type===7&&n.name!=="for"&&n.exp&&ka(n.exp,t)}))};function ka(e,t){if(e.type===4)qA(e,t);else for(let n=0;n<e.children.length;n++){const i=e.children[n];typeof i=="object"&&(i.type===4?qA(i,t):i.type===8?ka(e,t):i.type===5&&ka(i.content,t))}}function qA(e,t){const n=e.content;let i=!1,r=!1,s=!1,o=!1,a=0,l=0,c=0,u=0,f,d,_,v,A=[];for(_=0;_<n.length;_++)if(d=f,f=n.charCodeAt(_),i)f===39&&d!==92&&(i=!1);else if(r)f===34&&d!==92&&(r=!1);else if(s)f===96&&d!==92&&(s=!1);else if(o)f===47&&d!==92&&(o=!1);else if(f===124&&n.charCodeAt(_+1)!==124&&n.charCodeAt(_-1)!==124&&!a&&!l&&!c)v===void 0?(u=_+1,v=n.slice(0,_).trim()):h();else{switch(f){case 34:r=!0;break;case 39:i=!0;break;case 96:s=!0;break;case 40:c++;break;case 41:c--;break;case 91:l++;break;case 93:l--;break;case 123:a++;break;case 125:a--;break}if(f===47){let g=_-1,E;for(;g>=0&&(E=n.charAt(g),E===" ");g--);(!E||!u2.test(E))&&(o=!0)}}v===void 0?v=n.slice(0,_).trim():u!==0&&h();function h(){A.push(n.slice(u,_).trim()),u=_+1}if(A.length){for(process.env.NODE_ENV!=="production"&&va("COMPILER_FILTERS",t,e.loc),_=0;_<A.length;_++)v=d2(v,A[_],t);e.content=v,e.ast=void 0}}function d2(e,t,n){n.helper(eu);const i=t.indexOf("(");if(i<0)return n.filters.add(t),`${Ds(t,"filter")}(${e})`;{const r=t.slice(0,i),s=t.slice(i+1);return n.filters.add(r),`${Ds(r,"filter")}(${e}${s!==")"?","+s:s}`}}const KA=new WeakSet,p2=(e,t)=>{if(e.type===1){const n=Bt(e,"memo");return!n||KA.has(e)||t.inSSR?void 0:(KA.add(e),()=>{const i=e.codegenNode||t.currentNode.codegenNode;i&&i.type===13&&(e.tagType!==1&&fu(i,t),e.codegenNode=lt(t.helper(cu),[n.exp,Tr(void 0,i),"_cache",String(t.cached.length)]),t.cached.push(null))})}};function h2(e){return[[c2,UO,p2,ZO,f2,...process.env.NODE_ENV!=="production"?[WO]:[],o2,t2,JO,l2],{on:WA,bind:XO,model:HA}]}function g2(e,t={}){const n=t.onError||pu,i=t.mode==="module";t.prefixIdentifiers===!0?n(Re(47)):i&&n(Re(48));const r=!1;t.cacheHandlers&&n(Re(49)),t.scopeId&&!i&&n(Re(50));const s=Ee({},t,{prefixIdentifiers:r}),o=fe(e)?_O(e,s):e,[a,l]=h2();return yO(o,Ee({},s,{nodeTransforms:[...a,...t.nodeTransforms||[]],directiveTransforms:Ee({},l,t.directiveTransforms||{})})),CO(o,s)}const A2=()=>({props:[]});/**
|
|
27
|
+
**/const Ft=Symbol(process.env.NODE_ENV!=="production"?"Fragment":""),Wt=Symbol(process.env.NODE_ENV!=="production"?"Teleport":""),Hi=Symbol(process.env.NODE_ENV!=="production"?"Suspense":""),wn=Symbol(process.env.NODE_ENV!=="production"?"KeepAlive":""),Ua=Symbol(process.env.NODE_ENV!=="production"?"BaseTransition":""),tt=Symbol(process.env.NODE_ENV!=="production"?"openBlock":""),qa=Symbol(process.env.NODE_ENV!=="production"?"createBlock":""),Xa=Symbol(process.env.NODE_ENV!=="production"?"createElementBlock":""),Ki=Symbol(process.env.NODE_ENV!=="production"?"createVNode":""),Zi=Symbol(process.env.NODE_ENV!=="production"?"createElementVNode":""),Ut=Symbol(process.env.NODE_ENV!=="production"?"createCommentVNode":""),Yi=Symbol(process.env.NODE_ENV!=="production"?"createTextVNode":""),Ha=Symbol(process.env.NODE_ENV!=="production"?"createStaticVNode":""),Gi=Symbol(process.env.NODE_ENV!=="production"?"resolveComponent":""),Ji=Symbol(process.env.NODE_ENV!=="production"?"resolveDynamicComponent":""),$i=Symbol(process.env.NODE_ENV!=="production"?"resolveDirective":""),Vi=Symbol(process.env.NODE_ENV!=="production"?"resolveFilter":""),er=Symbol(process.env.NODE_ENV!=="production"?"withDirectives":""),tr=Symbol(process.env.NODE_ENV!=="production"?"renderList":""),Ka=Symbol(process.env.NODE_ENV!=="production"?"renderSlot":""),Za=Symbol(process.env.NODE_ENV!=="production"?"createSlots":""),kn=Symbol(process.env.NODE_ENV!=="production"?"toDisplayString":""),On=Symbol(process.env.NODE_ENV!=="production"?"mergeProps":""),nr=Symbol(process.env.NODE_ENV!=="production"?"normalizeClass":""),ir=Symbol(process.env.NODE_ENV!=="production"?"normalizeStyle":""),qt=Symbol(process.env.NODE_ENV!=="production"?"normalizeProps":""),Xt=Symbol(process.env.NODE_ENV!=="production"?"guardReactiveProps":""),rr=Symbol(process.env.NODE_ENV!=="production"?"toHandlers":""),sr=Symbol(process.env.NODE_ENV!=="production"?"camelize":""),rg=Symbol(process.env.NODE_ENV!=="production"?"capitalize":""),ar=Symbol(process.env.NODE_ENV!=="production"?"toHandlerKey":""),Mn=Symbol(process.env.NODE_ENV!=="production"?"setBlockTracking":""),sg=Symbol(process.env.NODE_ENV!=="production"?"pushScopeId":""),ag=Symbol(process.env.NODE_ENV!=="production"?"popScopeId":""),or=Symbol(process.env.NODE_ENV!=="production"?"withCtx":""),og=Symbol(process.env.NODE_ENV!=="production"?"unref":""),lg=Symbol(process.env.NODE_ENV!=="production"?"isRef":""),lr=Symbol(process.env.NODE_ENV!=="production"?"withMemo":""),Ya=Symbol(process.env.NODE_ENV!=="production"?"isMemoSame":""),mt={[Ft]:"Fragment",[Wt]:"Teleport",[Hi]:"Suspense",[wn]:"KeepAlive",[Ua]:"BaseTransition",[tt]:"openBlock",[qa]:"createBlock",[Xa]:"createElementBlock",[Ki]:"createVNode",[Zi]:"createElementVNode",[Ut]:"createCommentVNode",[Yi]:"createTextVNode",[Ha]:"createStaticVNode",[Gi]:"resolveComponent",[Ji]:"resolveDynamicComponent",[$i]:"resolveDirective",[Vi]:"resolveFilter",[er]:"withDirectives",[tr]:"renderList",[Ka]:"renderSlot",[Za]:"createSlots",[kn]:"toDisplayString",[On]:"mergeProps",[nr]:"normalizeClass",[ir]:"normalizeStyle",[qt]:"normalizeProps",[Xt]:"guardReactiveProps",[rr]:"toHandlers",[sr]:"camelize",[rg]:"capitalize",[ar]:"toHandlerKey",[Mn]:"setBlockTracking",[sg]:"pushScopeId",[ag]:"popScopeId",[or]:"withCtx",[og]:"unref",[lg]:"isRef",[lr]:"withMemo",[Ya]:"isMemoSame"};function cg(e){Object.getOwnPropertySymbols(e).forEach(t=>{mt[t]=e[t]})}const _e={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function ug(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:_e}}function Ht(e,t,n,i,s,a,o,l=!1,c=!1,u=!1,f=_e){return e&&(l?(e.helper(tt),e.helper(_t(e.inSSR,u))):e.helper(gt(e.inSSR,u)),o&&e.helper(er)),{type:13,tag:t,props:n,children:i,patchFlag:s,dynamicProps:a,directives:o,isBlock:l,disableTracking:c,isComponent:u,loc:f}}function nt(e,t=_e){return{type:17,loc:t,elements:e}}function Ee(e,t=_e){return{type:15,loc:t,properties:e}}function re(e,t){return{type:16,loc:_e,key:ae(e)?F(e,!0):e,value:t}}function F(e,t=!1,n=_e,i=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:i}}function Ne(e,t=_e){return{type:8,loc:t,children:e}}function oe(e,t=[],n=_e){return{type:14,loc:n,callee:e,arguments:t}}function vt(e,t=void 0,n=!1,i=!1,s=_e){return{type:18,params:e,returns:t,newline:n,isSlot:i,loc:s}}function cr(e,t,n,i=!0){return{type:19,test:e,consequent:t,alternate:n,newline:i,loc:_e}}function fg(e,t,n=!1,i=!1){return{type:20,index:e,value:t,needPauseTracking:n,inVOnce:i,needArraySpread:!1,loc:_e}}function dg(e){return{type:21,body:e,loc:_e}}function gt(e,t){return e||t?Ki:Zi}function _t(e,t){return e||t?qa:Xa}function ur(e,{helper:t,removeHelper:n,inSSR:i}){e.isBlock||(e.isBlock=!0,n(gt(i,e.isComponent)),t(tt),t(_t(i,e.isComponent)))}const Ga=new Uint8Array([123,123]),Ja=new Uint8Array([125,125]);function $a(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e===32||e===10||e===9||e===12||e===13}function We(e){return e===47||e===62||be(e)}function xn(e){const t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n);return t}const ce={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};class pg{constructor(t,n){this.stack=t,this.cbs=n,this.state=1,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=1,this.inRCDATA=!1,this.inXML=!1,this.inVPre=!1,this.newlines=[],this.mode=0,this.delimiterOpen=Ga,this.delimiterClose=Ja,this.delimiterIndex=-1,this.currentSequence=void 0,this.sequenceIndex=0}get inSFCRoot(){return this.mode===2&&this.stack.length===0}reset(){this.state=1,this.mode=0,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=1,this.inRCDATA=!1,this.currentSequence=void 0,this.newlines.length=0,this.delimiterOpen=Ga,this.delimiterClose=Ja}getPos(t){let n=1,i=t+1;for(let s=this.newlines.length-1;s>=0;s--){const a=this.newlines[s];if(t>a){n=s+2,i=t-a;break}}return{column:i,line:n,offset:t}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(t){t===60?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t))}stateInterpolationOpen(t){if(t===this.delimiterOpen[this.delimiterIndex])if(this.delimiterIndex===this.delimiterOpen.length-1){const n=this.index+1-this.delimiterOpen.length;n>this.sectionStart&&this.cbs.ontext(this.sectionStart,n),this.state=3,this.sectionStart=n}else this.delimiterIndex++;else this.inRCDATA?(this.state=32,this.stateInRCDATA(t)):(this.state=1,this.stateText(t))}stateInterpolation(t){t===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(t))}stateInterpolationClose(t){t===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(t))}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?We(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.inRCDATA=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=6,this.stateInTagName(t)}stateInRCDATA(t){if(this.sequenceIndex===this.currentSequence.length){if(t===62||be(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart<n){const i=this.index;this.index=n,this.cbs.ontext(this.sectionStart,n),this.index=i}this.sectionStart=n+2,this.stateInClosingTagName(t),this.inRCDATA=!1;return}this.sequenceIndex=0}(t|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===ce.TitleEnd||this.currentSequence===ce.TextareaEnd&&!this.inSFCRoot?!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t)):this.fastForwardTo(60)&&(this.sequenceIndex=1):this.sequenceIndex=+(t===60)}stateCDATASequence(t){t===ce.Cdata[this.sequenceIndex]?++this.sequenceIndex===ce.Cdata.length&&(this.state=28,this.currentSequence=ce.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=23,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length;){const n=this.buffer.charCodeAt(this.index);if(n===10&&this.newlines.push(this.index),n===t)return!0}return this.index=this.buffer.length-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===ce.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index-2):this.cbs.oncomment(this.sectionStart,this.index-2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=1):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}startSpecial(t,n){this.enterRCDATA(t,n),this.state=31}enterRCDATA(t,n){this.inRCDATA=!0,this.currentSequence=t,this.sequenceIndex=n}stateBeforeTagName(t){t===33?(this.state=22,this.sectionStart=this.index+1):t===63?(this.state=24,this.sectionStart=this.index+1):$a(t)?(this.sectionStart=this.index,this.mode===0?this.state=6:this.inSFCRoot?this.state=34:this.inXML?this.state=6:t===116?this.state=30:this.state=t===115?29:6):t===47?this.state=8:(this.state=1,this.stateText(t))}stateInTagName(t){We(t)&&this.handleTagName(t)}stateInSFCRootTagName(t){if(We(t)){const n=this.buffer.slice(this.sectionStart,this.index);n!=="template"&&this.enterRCDATA(xn("</"+n),0),this.handleTagName(t)}}handleTagName(t){this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(t)}stateBeforeClosingTagName(t){be(t)||(t===62?(process.env.NODE_ENV!=="production"&&this.cbs.onerr(14,this.index),this.state=1,this.sectionStart=this.index+1):(this.state=$a(t)?9:27,this.sectionStart=this.index))}stateInClosingTagName(t){(t===62||be(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=10,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){t===62&&(this.state=1,this.sectionStart=this.index+1)}stateBeforeAttrName(t){t===62?(this.cbs.onopentagend(this.index),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):t===47?(this.state=7,process.env.NODE_ENV!=="production"&&this.peek()!==62&&this.cbs.onerr(22,this.index)):t===60&&this.peek()===47?(this.cbs.onopentagend(this.index),this.state=5,this.sectionStart=this.index):be(t)||(process.env.NODE_ENV!=="production"&&t===61&&this.cbs.onerr(19,this.index),this.handleAttrStart(t))}handleAttrStart(t){t===118&&this.peek()===45?(this.state=13,this.sectionStart=this.index):t===46||t===58||t===64||t===35?(this.cbs.ondirname(this.index,this.index+1),this.state=14,this.sectionStart=this.index+1):(this.state=12,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===62?(this.cbs.onselfclosingtag(this.index),this.state=1,this.sectionStart=this.index+1,this.inRCDATA=!1):be(t)||(this.state=11,this.stateBeforeAttrName(t))}stateInAttrName(t){t===61||We(t)?(this.cbs.onattribname(this.sectionStart,this.index),this.handleAttrNameEnd(t)):process.env.NODE_ENV!=="production"&&(t===34||t===39||t===60)&&this.cbs.onerr(17,this.index)}stateInDirName(t){t===61||We(t)?(this.cbs.ondirname(this.sectionStart,this.index),this.handleAttrNameEnd(t)):t===58?(this.cbs.ondirname(this.sectionStart,this.index),this.state=14,this.sectionStart=this.index+1):t===46&&(this.cbs.ondirname(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}stateInDirArg(t){t===61||We(t)?(this.cbs.ondirarg(this.sectionStart,this.index),this.handleAttrNameEnd(t)):t===91?this.state=15:t===46&&(this.cbs.ondirarg(this.sectionStart,this.index),this.state=16,this.sectionStart=this.index+1)}stateInDynamicDirArg(t){t===93?this.state=14:(t===61||We(t))&&(this.cbs.ondirarg(this.sectionStart,this.index+1),this.handleAttrNameEnd(t),process.env.NODE_ENV!=="production"&&this.cbs.onerr(27,this.index))}stateInDirModifier(t){t===61||We(t)?(this.cbs.ondirmodifier(this.sectionStart,this.index),this.handleAttrNameEnd(t)):t===46&&(this.cbs.ondirmodifier(this.sectionStart,this.index),this.sectionStart=this.index+1)}handleAttrNameEnd(t){this.sectionStart=this.index,this.state=17,this.cbs.onattribnameend(this.index),this.stateAfterAttrName(t)}stateAfterAttrName(t){t===61?this.state=18:t===47||t===62?(this.cbs.onattribend(0,this.sectionStart),this.sectionStart=-1,this.state=11,this.stateBeforeAttrName(t)):be(t)||(this.cbs.onattribend(0,this.sectionStart),this.handleAttrStart(t))}stateBeforeAttrValue(t){t===34?(this.state=19,this.sectionStart=this.index+1):t===39?(this.state=20,this.sectionStart=this.index+1):be(t)||(this.sectionStart=this.index,this.state=21,this.stateInAttrValueNoQuotes(t))}handleInAttrValue(t,n){(t===n||this.fastForwardTo(n))&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n===34?3:2,this.index+1),this.state=11)}stateInAttrValueDoubleQuotes(t){this.handleInAttrValue(t,34)}stateInAttrValueSingleQuotes(t){this.handleInAttrValue(t,39)}stateInAttrValueNoQuotes(t){be(t)||t===62?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(1,this.index),this.state=11,this.stateBeforeAttrName(t)):(process.env.NODE_ENV!=="production"&&t===34||t===39||t===60||t===61||t===96)&&this.cbs.onerr(18,this.index)}stateBeforeDeclaration(t){t===91?(this.state=26,this.sequenceIndex=0):this.state=t===45?25:23}stateInDeclaration(t){(t===62||this.fastForwardTo(62))&&(this.state=1,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===62||this.fastForwardTo(62))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}stateBeforeComment(t){t===45?(this.state=28,this.currentSequence=ce.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=23}stateInSpecialComment(t){(t===62||this.fastForwardTo(62))&&(this.cbs.oncomment(this.sectionStart,this.index),this.state=1,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){t===ce.ScriptEnd[3]?this.startSpecial(ce.ScriptEnd,4):t===ce.StyleEnd[3]?this.startSpecial(ce.StyleEnd,4):(this.state=6,this.stateInTagName(t))}stateBeforeSpecialT(t){t===ce.TitleEnd[3]?this.startSpecial(ce.TitleEnd,4):t===ce.TextareaEnd[3]?this.startSpecial(ce.TextareaEnd,4):(this.state=6,this.stateInTagName(t))}startEntity(){}stateInEntity(){}parse(t){for(this.buffer=t;this.index<this.buffer.length;){const n=this.buffer.charCodeAt(this.index);switch(n===10&&this.state!==33&&this.newlines.push(this.index),this.state){case 1:{this.stateText(n);break}case 2:{this.stateInterpolationOpen(n);break}case 3:{this.stateInterpolation(n);break}case 4:{this.stateInterpolationClose(n);break}case 31:{this.stateSpecialStartSequence(n);break}case 32:{this.stateInRCDATA(n);break}case 26:{this.stateCDATASequence(n);break}case 19:{this.stateInAttrValueDoubleQuotes(n);break}case 12:{this.stateInAttrName(n);break}case 13:{this.stateInDirName(n);break}case 14:{this.stateInDirArg(n);break}case 15:{this.stateInDynamicDirArg(n);break}case 16:{this.stateInDirModifier(n);break}case 28:{this.stateInCommentLike(n);break}case 27:{this.stateInSpecialComment(n);break}case 11:{this.stateBeforeAttrName(n);break}case 6:{this.stateInTagName(n);break}case 34:{this.stateInSFCRootTagName(n);break}case 9:{this.stateInClosingTagName(n);break}case 5:{this.stateBeforeTagName(n);break}case 17:{this.stateAfterAttrName(n);break}case 20:{this.stateInAttrValueSingleQuotes(n);break}case 18:{this.stateBeforeAttrValue(n);break}case 8:{this.stateBeforeClosingTagName(n);break}case 10:{this.stateAfterClosingTagName(n);break}case 29:{this.stateBeforeSpecialS(n);break}case 30:{this.stateBeforeSpecialT(n);break}case 21:{this.stateInAttrValueNoQuotes(n);break}case 7:{this.stateInSelfClosingTag(n);break}case 23:{this.stateInDeclaration(n);break}case 22:{this.stateBeforeDeclaration(n);break}case 25:{this.stateBeforeComment(n);break}case 24:{this.stateInProcessingInstruction(n);break}case 33:{this.stateInEntity();break}}this.index++}this.cleanup(),this.finish()}cleanup(){this.sectionStart!==this.index&&(this.state===1||this.state===32&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===19||this.state===20||this.state===21)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}finish(){this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const t=this.buffer.length;this.sectionStart>=t||(this.state===28?this.currentSequence===ce.CdataEnd?this.cbs.oncdata(this.sectionStart,t):this.cbs.oncomment(this.sectionStart,t):this.state===6||this.state===11||this.state===18||this.state===17||this.state===12||this.state===13||this.state===14||this.state===15||this.state===16||this.state===20||this.state===19||this.state===21||this.state===9||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){}}const hg={COMPILER_IS_ON_ELEMENT:{message:'Platform-native elements with "is" prop will no longer be treated as components in Vue 3 unless the "is" value is explicitly prefixed with "vue:".',link:"https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html"},COMPILER_V_BIND_SYNC:{message:e=>`.sync modifier for v-bind has been removed. Use v-model with argument instead. \`v-bind:${e}.sync\` should be changed to \`v-model:${e}\`.`,link:"https://v3-migration.vuejs.org/breaking-changes/v-model.html"},COMPILER_V_BIND_OBJECT_ORDER:{message:'v-bind="obj" usage is now order sensitive and behaves like JavaScript object spread: it will now overwrite an existing non-mergeable attribute that appears before v-bind in the case of conflict. To retain 2.x behavior, move v-bind to make it the first attribute. You can also suppress this warning if the usage is intended.',link:"https://v3-migration.vuejs.org/breaking-changes/v-bind.html"},COMPILER_V_ON_NATIVE:{message:".native modifier for v-on has been removed as is no longer necessary.",link:"https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html"},COMPILER_V_IF_V_FOR_PRECEDENCE:{message:"v-if / v-for precedence when used on the same element has changed in Vue 3: v-if now takes higher precedence and will no longer have access to v-for scope variables. It is best to avoid the ambiguity with <template> tags or use a computed property that filters v-for data source.",link:"https://v3-migration.vuejs.org/breaking-changes/v-if-v-for.html"},COMPILER_NATIVE_TEMPLATE:{message:"<template> with no special directives will render as a native template element instead of its inner content in Vue 3."},COMPILER_INLINE_TEMPLATE:{message:'"inline-template" has been removed in Vue 3.',link:"https://v3-migration.vuejs.org/breaking-changes/inline-template-attribute.html"},COMPILER_FILTERS:{message:'filters have been removed in Vue 3. The "|" symbol will be treated as native JavaScript bitwise OR operator. Use method calls or computed properties instead.',link:"https://v3-migration.vuejs.org/breaking-changes/filters.html"}};function fr(e,{compatConfig:t}){const n=t&&t[e];return e==="MODE"?n||3:n}function Ue(e,t){const n=fr("MODE",t),i=fr(e,t);return n===3?i===!0:i!==!1}function bt(e,t,n,...i){const s=Ue(e,t);return process.env.NODE_ENV!=="production"&&s&&Dn(e,t,n,...i),s}function Dn(e,t,n,...i){if(fr(e,t)==="suppress-warning")return;const{message:a,link:o}=hg[e],l=`(deprecation ${e}) ${typeof a=="function"?a(...i):a}${o?`
|
|
28
|
+
Details: ${o}`:""}`,c=new SyntaxError(l);c.code=e,n&&(c.loc=n),t.onWarn(c)}function dr(e){throw e}function Va(e){process.env.NODE_ENV!=="production"&&console.warn(`[Vue warn] ${e.message}`)}function Y(e,t,n,i){const s=process.env.NODE_ENV!=="production"?(n||Ag)[e]+(i||""):`https://vuejs.org/error-reference/#compiler-${e}`,a=new SyntaxError(String(s));return a.code=e,a.loc=t,a}const Ag={0:"Illegal comment.",1:"CDATA section is allowed only in XML context.",2:"Duplicate attribute.",3:"End tag cannot have attributes.",4:"Illegal '/' in tags.",5:"Unexpected EOF in tag.",6:"Unexpected EOF in CDATA section.",7:"Unexpected EOF in comment.",8:"Unexpected EOF in script.",9:"Unexpected EOF in tag.",10:"Incorrectly closed comment.",11:"Incorrectly opened comment.",12:"Illegal tag name. Use '<' to print '<'.",13:"Attribute value was expected.",14:"End tag name was expected.",15:"Whitespace was expected.",16:"Unexpected '<!--' in comment.",17:`Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<).`,18:"Unquoted attribute value cannot contain U+0022 (\"), U+0027 ('), U+003C (<), U+003D (=), and U+0060 (`).",19:"Attribute name cannot start with '='.",21:"'<?' is allowed only in XML context.",20:"Unexpected null character.",22:"Illegal '/' in tags.",23:"Invalid end tag.",24:"Element is missing end tag.",25:"Interpolation end sign was not found.",27:"End bracket for dynamic directive argument was not found. Note that dynamic directive argument cannot contain spaces.",26:"Legal directive name was expected.",28:"v-if/v-else-if is missing expression.",29:"v-if/else branches must use unique keys.",30:"v-else/v-else-if has no adjacent v-if or v-else-if.",31:"v-for is missing expression.",32:"v-for has invalid expression.",33:"<template v-for> key should be placed on the <template> tag.",34:"v-bind is missing expression.",52:"v-bind with same-name shorthand only allows static argument.",35:"v-on is missing expression.",36:"Unexpected custom directive on <slot> outlet.",37:"Mixed v-slot usage on both the component and nested <template>. When there are multiple named slots, all slots should use <template> syntax to avoid scope ambiguity.",38:"Duplicate slot names found. ",39:"Extraneous children found when component already has explicitly named default slot. These children will be ignored.",40:"v-slot can only be used on components or <template> tags.",41:"v-model is missing expression.",42:"v-model value must be a valid JavaScript member expression.",43:"v-model cannot be used on v-for or v-slot scope variables because they are not writable.",44:`v-model cannot be used on a prop, because local prop bindings are not writable.
|
|
29
|
+
Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,45:"Error parsing JavaScript expression: ",46:"<KeepAlive> expects exactly one child component.",51:"@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.",47:'"prefixIdentifiers" option is not supported in this build of compiler.',48:"ES module mode is not supported in this build of compiler.",49:'"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.',50:'"scopeId" option is only supported in module mode.',53:""},Ae=e=>e.type===4&&e.isStatic;function eo(e){switch(e){case"Teleport":case"teleport":return Wt;case"Suspense":case"suspense":return Hi;case"KeepAlive":case"keep-alive":return wn;case"BaseTransition":case"base-transition":return Ua}}const mg=/^$|^\d|[^\$\w\xA0-\uFFFF]/,pr=e=>!mg.test(e),vg=/[A-Za-z_$\xA0-\uFFFF]/,gg=/[\.\?\w$\xA0-\uFFFF]/,_g=/\s+[.[]\s*|\s*[.[]\s+/g,to=e=>e.type===4?e.content:e.loc.source,no=e=>{const t=to(e).trim().replace(_g,l=>l.trim());let n=0,i=[],s=0,a=0,o=null;for(let l=0;l<t.length;l++){const c=t.charAt(l);switch(n){case 0:if(c==="[")i.push(n),n=1,s++;else if(c==="(")i.push(n),n=2,a++;else if(!(l===0?vg:gg).test(c))return!1;break;case 1:c==="'"||c==='"'||c==="`"?(i.push(n),n=3,o=c):c==="["?s++:c==="]"&&(--s||(n=i.pop()));break;case 2:if(c==="'"||c==='"'||c==="`")i.push(n),n=3,o=c;else if(c==="(")a++;else if(c===")"){if(l===t.length-1)return!1;--a||(n=i.pop())}break;case 3:c===o&&(n=i.pop(),o=null);break}}return!s&&!a},bg=/^\s*(?:async\s*)?(?:\([^)]*?\)|[\w$_]+)\s*(?::[^=]+)?=>|^\s*(?:async\s+)?function(?:\s+[\w$]+)?\s*\(/,yg=e=>bg.test(to(e));function io(e,t){if(!e)throw new Error(t||"unexpected compiler condition")}function me(e,t,n=!1){for(let i=0;i<e.props.length;i++){const s=e.props[i];if(s.type===7&&(n||s.exp)&&(ae(t)?s.name===t:t.test(s.name)))return s}}function Kt(e,t,n=!1,i=!1){for(let s=0;s<e.props.length;s++){const a=e.props[s];if(a.type===6){if(n)continue;if(a.name===t&&(a.value||i))return a}else if(a.name==="bind"&&(a.exp||i)&&qe(a.arg,t))return a}}function qe(e,t){return!!(e&&Ae(e)&&e.content===t)}function Eg(e){return e.props.some(t=>t.type===7&&t.name==="bind"&&(!t.arg||t.arg.type!==4||!t.arg.isStatic))}function hr(e){return e.type===5||e.type===2}function ro(e){return e.type===7&&e.name==="pre"}function Ig(e){return e.type===7&&e.name==="slot"}function Bn(e){return e.type===1&&e.tagType===3}function Ln(e){return e.type===1&&e.tagType===2}const Cg=new Set([qt,Xt]);function so(e,t=[]){if(e&&!ae(e)&&e.type===14){const n=e.callee;if(!ae(n)&&Cg.has(n))return so(e.arguments[0],t.concat(e))}return[e,t]}function Pn(e,t,n){let i,s=e.type===13?e.props:e.arguments[2],a=[],o;if(s&&!ae(s)&&s.type===14){const l=so(s);s=l[0],a=l[1],o=a[a.length-1]}if(s==null||ae(s))i=Ee([t]);else if(s.type===14){const l=s.arguments[0];!ae(l)&&l.type===15?ao(t,l)||l.properties.unshift(t):s.callee===rr?i=oe(n.helper(On),[Ee([t]),s]):s.arguments.unshift(Ee([t])),!i&&(i=s)}else s.type===15?(ao(t,s)||s.properties.unshift(t),i=s):(i=oe(n.helper(On),[Ee([t]),s]),o&&o.callee===Xt&&(o=a[a.length-2]));e.type===13?o?o.arguments[0]=i:e.props=i:o?o.arguments[0]=i:e.arguments[2]=i}function ao(e,t){let n=!1;if(e.key.type===4){const i=e.key.content;n=t.properties.some(s=>s.key.type===4&&s.key.content===i)}return n}function Zt(e,t){return`_${t}_${e.replace(/[^\w]/g,(n,i)=>n==="-"?"_":e.charCodeAt(i).toString())}`}function Ng(e){return e.type===14&&e.callee===lr?e.arguments[1].returns:e}const Tg=/([\s\S]*?)\s+(?:in|of)\s+(\S[\s\S]*)/,oo={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:()=>0,isVoidTag:Sn,isPreTag:Sn,isIgnoreNewlineTag:Sn,isCustomElement:Sn,onError:dr,onWarn:Va,comments:process.env.NODE_ENV!=="production",prefixIdentifiers:!1};let q=oo,Yt=null,Le="",de=null,U=null,ve="",Pe=-1,it=-1,Ar=0,Xe=!1,mr=null;const te=[],V=new pg(te,{onerr:ge,ontext(e,t){Rn(ue(e,t),e,t)},ontextentity(e,t,n){Rn(e,t,n)},oninterpolation(e,t){if(Xe)return Rn(ue(e,t),e,t);let n=e+V.delimiterOpen.length,i=t-V.delimiterClose.length;for(;be(Le.charCodeAt(n));)n++;for(;be(Le.charCodeAt(i-1));)i--;let s=ue(n,i);s.includes("&")&&(s=q.decodeEntities(s,!1)),vr({type:5,content:jn(s,!1,se(n,i)),loc:se(e,t)})},onopentagname(e,t){const n=ue(e,t);de={type:1,tag:n,ns:q.getNamespace(n,te[0],q.ns),tagType:0,props:[],children:[],loc:se(e-1,t),codegenNode:void 0}},onopentagend(e){co(e)},onclosetag(e,t){const n=ue(e,t);if(!q.isVoidTag(n)){let i=!1;for(let s=0;s<te.length;s++)if(te[s].tag.toLowerCase()===n.toLowerCase()){i=!0,s>0&&ge(24,te[0].loc.start.offset);for(let o=0;o<=s;o++){const l=te.shift();zn(l,t,o<s)}break}i||ge(23,uo(e,60))}},onselfclosingtag(e){const t=de.tag;de.isSelfClosing=!0,co(e),te[0]&&te[0].tag===t&&zn(te.shift(),e)},onattribname(e,t){U={type:6,name:ue(e,t),nameLoc:se(e,t),value:void 0,loc:se(e)}},ondirname(e,t){const n=ue(e,t),i=n==="."||n===":"?"bind":n==="@"?"on":n==="#"?"slot":n.slice(2);if(!Xe&&i===""&&ge(26,e),Xe||i==="")U={type:6,name:n,nameLoc:se(e,t),value:void 0,loc:se(e)};else if(U={type:7,name:i,rawName:n,exp:void 0,arg:void 0,modifiers:n==="."?[F("prop")]:[],loc:se(e)},i==="pre"){Xe=V.inVPre=!0,mr=de;const s=de.props;for(let a=0;a<s.length;a++)s[a].type===7&&(s[a]=Rg(s[a]))}},ondirarg(e,t){if(e===t)return;const n=ue(e,t);if(Xe&&!ro(U))U.name+=n,rt(U.nameLoc,t);else{const i=n[0]!=="[";U.arg=jn(i?n:n.slice(1,-1),i,se(e,t),i?3:0)}},ondirmodifier(e,t){const n=ue(e,t);if(Xe&&!ro(U))U.name+="."+n,rt(U.nameLoc,t);else if(U.name==="slot"){const i=U.arg;i&&(i.content+="."+n,rt(i.loc,t))}else{const i=F(n,!0,se(e,t));U.modifiers.push(i)}},onattribdata(e,t){ve+=ue(e,t),Pe<0&&(Pe=e),it=t},onattribentity(e,t,n){ve+=e,Pe<0&&(Pe=t),it=n},onattribnameend(e){const t=U.loc.start.offset,n=ue(t,e);U.type===7&&(U.rawName=n),de.props.some(i=>(i.type===7?i.rawName:i.name)===n)&&ge(2,t)},onattribend(e,t){if(de&&U){if(rt(U.loc,t),e!==0)if(ve.includes("&")&&(ve=q.decodeEntities(ve,!0)),U.type===6)U.name==="class"&&(ve=ho(ve).trim()),e===1&&!ve&&ge(13,t),U.value={type:2,content:ve,loc:e===1?se(Pe,it):se(Pe-1,it+1)},V.inSFCRoot&&de.tag==="template"&&U.name==="lang"&&ve&&ve!=="html"&&V.enterRCDATA(xn("</template"),0);else{let n=0;U.exp=jn(ve,!1,se(Pe,it),0,n),U.name==="for"&&(U.forParseResult=wg(U.exp));let i=-1;U.name==="bind"&&(i=U.modifiers.findIndex(s=>s.content==="sync"))>-1&&bt("COMPILER_V_BIND_SYNC",q,U.loc,U.arg.loc.source)&&(U.name="model",U.modifiers.splice(i,1))}(U.type!==7||U.name!=="pre")&&de.props.push(U)}ve="",Pe=it=-1},oncomment(e,t){q.comments&&vr({type:3,content:ue(e,t),loc:se(e-4,t+3)})},onend(){const e=Le.length;if(process.env.NODE_ENV!=="production"&&V.state!==1)switch(V.state){case 5:case 8:ge(5,e);break;case 3:case 4:ge(25,V.sectionStart);break;case 28:V.currentSequence===ce.CdataEnd?ge(6,e):ge(7,e);break;case 6:case 7:case 9:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:ge(9,e);break}for(let t=0;t<te.length;t++)zn(te[t],e-1),ge(24,te[t].loc.start.offset)},oncdata(e,t){te[0].ns!==0?Rn(ue(e,t),e,t):ge(1,e-9)},onprocessinginstruction(e){(te[0]?te[0].ns:q.ns)===0&&ge(21,e-1)}}),lo=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Sg=/^\(|\)$/g;function wg(e){const t=e.loc,n=e.content,i=n.match(Tg);if(!i)return;const[,s,a]=i,o=(d,m,b=!1)=>{const y=t.start.offset+m,v=y+d.length;return jn(d,!1,se(y,v),0,b?1:0)},l={source:o(a.trim(),n.indexOf(a,s.length)),value:void 0,key:void 0,index:void 0,finalized:!1};let c=s.trim().replace(Sg,"").trim();const u=s.indexOf(c),f=c.match(lo);if(f){c=c.replace(lo,"").trim();const d=f[1].trim();let m;if(d&&(m=n.indexOf(d,u+c.length),l.key=o(d,m,!0)),f[2]){const b=f[2].trim();b&&(l.index=o(b,n.indexOf(b,l.key?m+d.length:u+c.length),!0))}}return c&&(l.value=o(c,u,!0)),l}function ue(e,t){return Le.slice(e,t)}function co(e){V.inSFCRoot&&(de.innerLoc=se(e+1,e+1)),vr(de);const{tag:t,ns:n}=de;n===0&&q.isPreTag(t)&&Ar++,q.isVoidTag(t)?zn(de,e):(te.unshift(de),(n===1||n===2)&&(V.inXML=!0)),de=null}function Rn(e,t,n){{const a=te[0]&&te[0].tag;a!=="script"&&a!=="style"&&e.includes("&")&&(e=q.decodeEntities(e,!1))}const i=te[0]||Yt,s=i.children[i.children.length-1];s&&s.type===2?(s.content+=e,rt(s.loc,n)):i.children.push({type:2,content:e,loc:se(t,n)})}function zn(e,t,n=!1){n?rt(e.loc,uo(t,60)):rt(e.loc,kg(t,62)+1),V.inSFCRoot&&(e.children.length?e.innerLoc.end=Qe({},e.children[e.children.length-1].loc.end):e.innerLoc.end=Qe({},e.innerLoc.start),e.innerLoc.source=ue(e.innerLoc.start.offset,e.innerLoc.end.offset));const{tag:i,ns:s,children:a}=e;if(Xe||(i==="slot"?e.tagType=2:fo(e)?e.tagType=3:Mg(e)&&(e.tagType=1)),V.inRCDATA||(e.children=po(a)),s===0&&q.isIgnoreNewlineTag(i)){const o=a[0];o&&o.type===2&&(o.content=o.content.replace(/^\r?\n/,""))}s===0&&q.isPreTag(i)&&Ar--,mr===e&&(Xe=V.inVPre=!1,mr=null),V.inXML&&(te[0]?te[0].ns:q.ns)===0&&(V.inXML=!1);{const o=e.props;if(process.env.NODE_ENV!=="production"&&Ue("COMPILER_V_IF_V_FOR_PRECEDENCE",q)){let c=!1,u=!1;for(let f=0;f<o.length;f++){const d=o[f];if(d.type===7&&(d.name==="if"?c=!0:d.name==="for"&&(u=!0)),c&&u){Dn("COMPILER_V_IF_V_FOR_PRECEDENCE",q,e.loc);break}}}if(!V.inSFCRoot&&Ue("COMPILER_NATIVE_TEMPLATE",q)&&e.tag==="template"&&!fo(e)){process.env.NODE_ENV!=="production"&&Dn("COMPILER_NATIVE_TEMPLATE",q,e.loc);const c=te[0]||Yt,u=c.children.indexOf(e);c.children.splice(u,1,...e.children)}const l=o.find(c=>c.type===6&&c.name==="inline-template");l&&bt("COMPILER_INLINE_TEMPLATE",q,l.loc)&&e.children.length&&(l.value={type:2,content:ue(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:l.loc})}}function kg(e,t){let n=e;for(;Le.charCodeAt(n)!==t&&n<Le.length-1;)n++;return n}function uo(e,t){let n=e;for(;Le.charCodeAt(n)!==t&&n>=0;)n--;return n}const Og=new Set(["if","else","else-if","for","slot"]);function fo({tag:e,props:t}){if(e==="template"){for(let n=0;n<t.length;n++)if(t[n].type===7&&Og.has(t[n].name))return!0}return!1}function Mg({tag:e,props:t}){if(q.isCustomElement(e))return!1;if(e==="component"||xg(e.charCodeAt(0))||eo(e)||q.isBuiltInComponent&&q.isBuiltInComponent(e)||q.isNativeTag&&!q.isNativeTag(e))return!0;for(let n=0;n<t.length;n++){const i=t[n];if(i.type===6){if(i.name==="is"&&i.value){if(i.value.content.startsWith("vue:"))return!0;if(bt("COMPILER_IS_ON_ELEMENT",q,i.loc))return!0}}else if(i.name==="bind"&&qe(i.arg,"is")&&bt("COMPILER_IS_ON_ELEMENT",q,i.loc))return!0}return!1}function xg(e){return e>64&&e<91}const Dg=/\r\n/g;function po(e){const t=q.whitespace!=="preserve";let n=!1;for(let i=0;i<e.length;i++){const s=e[i];if(s.type===2)if(Ar)s.content=s.content.replace(Dg,`
|
|
30
|
+
`);else if(Bg(s.content)){const a=e[i-1]&&e[i-1].type,o=e[i+1]&&e[i+1].type;!a||!o||t&&(a===3&&(o===3||o===1)||a===1&&(o===3||o===1&&Lg(s.content)))?(n=!0,e[i]=null):s.content=" "}else t&&(s.content=ho(s.content))}return n?e.filter(Boolean):e}function Bg(e){for(let t=0;t<e.length;t++)if(!be(e.charCodeAt(t)))return!1;return!0}function Lg(e){for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n===10||n===13)return!0}return!1}function ho(e){let t="",n=!1;for(let i=0;i<e.length;i++)be(e.charCodeAt(i))?n||(t+=" ",n=!0):(t+=e[i],n=!1);return t}function vr(e){(te[0]||Yt).children.push(e)}function se(e,t){return{start:V.getPos(e),end:t==null?t:V.getPos(t),source:t==null?t:ue(e,t)}}function Pg(e){return se(e.start.offset,e.end.offset)}function rt(e,t){e.end=V.getPos(t),e.source=ue(e.start.offset,t)}function Rg(e){const t={type:6,name:e.rawName,nameLoc:se(e.loc.start.offset,e.loc.start.offset+e.rawName.length),value:void 0,loc:e.loc};if(e.exp){const n=e.exp.loc;n.end.offset<e.loc.end.offset&&(n.start.offset--,n.start.column--,n.end.offset++,n.end.column++),t.value={type:2,content:e.exp.content,loc:n}}return t}function jn(e,t=!1,n,i=0,s=0){return F(e,t,n,i)}function ge(e,t,n){q.onError(Y(e,se(t,t),void 0,n))}function zg(){V.reset(),de=null,U=null,ve="",Pe=-1,it=-1,te.length=0}function jg(e,t){if(zg(),Le=e,q=Qe({},oo),t){let s;for(s in t)t[s]!=null&&(q[s]=t[s])}if(process.env.NODE_ENV!=="production"&&!q.decodeEntities)throw new Error("[@vue/compiler-core] decodeEntities option is required in browser builds.");V.mode=q.parseMode==="html"?1:q.parseMode==="sfc"?2:0,V.inXML=q.ns===1||q.ns===2;const n=t&&t.delimiters;n&&(V.delimiterOpen=xn(n[0]),V.delimiterClose=xn(n[1]));const i=Yt=ug([],e);return V.parse(Le),i.loc=se(0,e.length),i.children=po(i.children),Yt=null,i}function Qg(e,t){Qn(e,void 0,t,!!Ao(e))}function Ao(e){const t=e.children.filter(n=>n.type!==3);return t.length===1&&t[0].type===1&&!Ln(t[0])?t[0]:null}function Qn(e,t,n,i=!1,s=!1){const{children:a}=e,o=[];for(let f=0;f<a.length;f++){const d=a[f];if(d.type===1&&d.tagType===0){const m=i?0:ye(d,n);if(m>0){if(m>=2){d.codegenNode.patchFlag=-1,o.push(d);continue}}else{const b=d.codegenNode;if(b.type===13){const y=b.patchFlag;if((y===void 0||y===512||y===1)&&vo(d,n)>=2){const v=go(d);v&&(b.props=n.hoist(v))}b.dynamicProps&&(b.dynamicProps=n.hoist(b.dynamicProps))}}}else if(d.type===12&&(i?0:ye(d,n))>=2){d.codegenNode.type===14&&d.codegenNode.arguments.length>0&&d.codegenNode.arguments.push(-1+(process.env.NODE_ENV!=="production"?` /* ${Qt[-1]} */`:"")),o.push(d);continue}if(d.type===1){const m=d.tagType===1;m&&n.scopes.vSlot++,Qn(d,e,n,!1,s),m&&n.scopes.vSlot--}else if(d.type===11)Qn(d,e,n,d.children.length===1,!0);else if(d.type===9)for(let m=0;m<d.branches.length;m++)Qn(d.branches[m],e,n,d.branches[m].children.length===1,s)}let l=!1;if(o.length===a.length&&e.type===1){if(e.tagType===0&&e.codegenNode&&e.codegenNode.type===13&&Be(e.codegenNode.children))e.codegenNode.children=c(nt(e.codegenNode.children)),l=!0;else if(e.tagType===1&&e.codegenNode&&e.codegenNode.type===13&&e.codegenNode.children&&!Be(e.codegenNode.children)&&e.codegenNode.children.type===15){const f=u(e.codegenNode,"default");f&&(f.returns=c(nt(f.returns)),l=!0)}else if(e.tagType===3&&t&&t.type===1&&t.tagType===1&&t.codegenNode&&t.codegenNode.type===13&&t.codegenNode.children&&!Be(t.codegenNode.children)&&t.codegenNode.children.type===15){const f=me(e,"slot",!0),d=f&&f.arg&&u(t.codegenNode,f.arg);d&&(d.returns=c(nt(d.returns)),l=!0)}}if(!l)for(const f of o)f.codegenNode=n.cache(f.codegenNode);function c(f){const d=n.cache(f);return d.needArraySpread=!0,d}function u(f,d){if(f.children&&!Be(f.children)&&f.children.type===15){const m=f.children.properties.find(b=>b.key===d||b.key.content===d);return m&&m.value}}o.length&&n.transformHoist&&n.transformHoist(a,n,e)}function ye(e,t){const{constantCache:n}=t;switch(e.type){case 1:if(e.tagType!==0)return 0;const i=n.get(e);if(i!==void 0)return i;const s=e.codegenNode;if(s.type!==13||s.isBlock&&e.tag!=="svg"&&e.tag!=="foreignObject"&&e.tag!=="math")return 0;if(s.patchFlag===void 0){let o=3;const l=vo(e,t);if(l===0)return n.set(e,0),0;l<o&&(o=l);for(let c=0;c<e.children.length;c++){const u=ye(e.children[c],t);if(u===0)return n.set(e,0),0;u<o&&(o=u)}if(o>1)for(let c=0;c<e.props.length;c++){const u=e.props[c];if(u.type===7&&u.name==="bind"&&u.exp){const f=ye(u.exp,t);if(f===0)return n.set(e,0),0;f<o&&(o=f)}}if(s.isBlock){for(let c=0;c<e.props.length;c++)if(e.props[c].type===7)return n.set(e,0),0;t.removeHelper(tt),t.removeHelper(_t(t.inSSR,s.isComponent)),s.isBlock=!1,t.helper(gt(t.inSSR,s.isComponent))}return n.set(e,o),o}else return n.set(e,0),0;case 2:case 3:return 3;case 9:case 11:case 10:return 0;case 5:case 12:return ye(e.content,t);case 4:return e.constType;case 8:let a=3;for(let o=0;o<e.children.length;o++){const l=e.children[o];if(ae(l)||Ui(l))continue;const c=ye(l,t);if(c===0)return 0;c<a&&(a=c)}return a;case 20:return 2;default:return process.env.NODE_ENV,0}}const Fg=new Set([nr,ir,qt,Xt]);function mo(e,t){if(e.type===14&&!ae(e.callee)&&Fg.has(e.callee)){const n=e.arguments[0];if(n.type===4)return ye(n,t);if(n.type===14)return mo(n,t)}return 0}function vo(e,t){let n=3;const i=go(e);if(i&&i.type===15){const{properties:s}=i;for(let a=0;a<s.length;a++){const{key:o,value:l}=s[a],c=ye(o,t);if(c===0)return c;c<n&&(n=c);let u;if(l.type===4?u=ye(l,t):l.type===14?u=mo(l,t):u=0,u===0)return u;u<n&&(n=u)}}return n}function go(e){const t=e.codegenNode;if(t.type===13)return t.props}function Wg(e,{filename:t="",prefixIdentifiers:n=!1,hoistStatic:i=!1,hmr:s=!1,cacheHandlers:a=!1,nodeTransforms:o=[],directiveTransforms:l={},transformHoist:c=null,isBuiltInComponent:u=Tn,isCustomElement:f=Tn,expressionPlugins:d=[],scopeId:m=null,slotted:b=!0,ssr:y=!1,inSSR:v=!1,ssrCssVars:p="",bindingMetadata:h=ja,inline:E=!1,isTS:w=!1,onError:S=dr,onWarn:M=Va,compatConfig:N}){const k=t.replace(/\?.*$/,"").match(/([^/\\]+)\.\w+$/),C={filename:t,selfName:k&&Xi(Fe(k[1])),prefixIdentifiers:n,hoistStatic:i,hmr:s,cacheHandlers:a,nodeTransforms:o,directiveTransforms:l,transformHoist:c,isBuiltInComponent:u,isCustomElement:f,expressionPlugins:d,scopeId:m,slotted:b,ssr:y,inSSR:v,ssrCssVars:p,bindingMetadata:h,inline:E,isTS:w,onError:S,onWarn:M,compatConfig:N,root:e,helpers:new Map,components:new Set,directives:new Set,hoists:[],imports:[],cached:[],constantCache:new WeakMap,temps:0,identifiers:Object.create(null),scopes:{vFor:0,vSlot:0,vPre:0,vOnce:0},parent:null,grandParent:null,currentNode:e,childIndex:0,inVOnce:!1,helper(I){const A=C.helpers.get(I)||0;return C.helpers.set(I,A+1),I},removeHelper(I){const A=C.helpers.get(I);if(A){const g=A-1;g?C.helpers.set(I,g):C.helpers.delete(I)}},helperString(I){return`_${mt[C.helper(I)]}`},replaceNode(I){if(process.env.NODE_ENV!=="production"){if(!C.currentNode)throw new Error("Node being replaced is already removed.");if(!C.parent)throw new Error("Cannot replace root node.")}C.parent.children[C.childIndex]=C.currentNode=I},removeNode(I){if(process.env.NODE_ENV!=="production"&&!C.parent)throw new Error("Cannot remove root node.");const A=C.parent.children,g=I?A.indexOf(I):C.currentNode?C.childIndex:-1;if(process.env.NODE_ENV!=="production"&&g<0)throw new Error("node being removed is not a child of current parent");!I||I===C.currentNode?(C.currentNode=null,C.onNodeRemoved()):C.childIndex>g&&(C.childIndex--,C.onNodeRemoved()),C.parent.children.splice(g,1)},onNodeRemoved:Tn,addIdentifiers(I){},removeIdentifiers(I){},hoist(I){ae(I)&&(I=F(I)),C.hoists.push(I);const A=F(`_hoisted_${C.hoists.length}`,!1,I.loc,2);return A.hoisted=I,A},cache(I,A=!1,g=!1){const _=fg(C.cached.length,I,A,g);return C.cached.push(_),_}};return C.filters=new Set,C}function Ug(e,t){const n=Wg(e,t);Fn(e,n),t.hoistStatic&&Qg(e,n),t.ssr||qg(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.transformed=!0,e.filters=[...n.filters]}function qg(e,t){const{helper:n}=t,{children:i}=e;if(i.length===1){const s=Ao(e);if(s&&s.codegenNode){const a=s.codegenNode;a.type===13&&ur(a,t),e.codegenNode=a}else e.codegenNode=i[0]}else if(i.length>1){let s=64;process.env.NODE_ENV!=="production"&&i.filter(a=>a.type!==3).length===1&&(s|=2048),e.codegenNode=Ht(t,n(Ft),void 0,e.children,s,void 0,void 0,!0,void 0,!1)}}function Xg(e,t){let n=0;const i=()=>{n--};for(;n<e.children.length;n++){const s=e.children[n];ae(s)||(t.grandParent=t.parent,t.parent=e,t.childIndex=n,t.onNodeRemoved=i,Fn(s,t))}}function Fn(e,t){t.currentNode=e;const{nodeTransforms:n}=t,i=[];for(let a=0;a<n.length;a++){const o=n[a](e,t);if(o&&(Be(o)?i.push(...o):i.push(o)),t.currentNode)e=t.currentNode;else return}switch(e.type){case 3:t.ssr||t.helper(Ut);break;case 5:t.ssr||t.helper(kn);break;case 9:for(let a=0;a<e.branches.length;a++)Fn(e.branches[a],t);break;case 10:case 11:case 1:case 0:Xg(e,t);break}t.currentNode=e;let s=i.length;for(;s--;)i[s]()}function _o(e,t){const n=ae(e)?i=>i===e:i=>e.test(i);return(i,s)=>{if(i.type===1){const{props:a}=i;if(i.tagType===3&&a.some(Ig))return;const o=[];for(let l=0;l<a.length;l++){const c=a[l];if(c.type===7&&n(c.name)){a.splice(l,1),l--;const u=t(i,c,s);u&&o.push(u)}}return o}}}const Wn="/*@__PURE__*/",bo=e=>`${mt[e]}: _${mt[e]}`;function Hg(e,{mode:t="function",prefixIdentifiers:n=t==="module",sourceMap:i=!1,filename:s="template.vue.html",scopeId:a=null,optimizeImports:o=!1,runtimeGlobalName:l="Vue",runtimeModuleName:c="vue",ssrRuntimeModuleName:u="vue/server-renderer",ssr:f=!1,isTS:d=!1,inSSR:m=!1}){const b={mode:t,prefixIdentifiers:n,sourceMap:i,filename:s,scopeId:a,optimizeImports:o,runtimeGlobalName:l,runtimeModuleName:c,ssrRuntimeModuleName:u,ssr:f,isTS:d,inSSR:m,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(v){return`_${mt[v]}`},push(v,p=-2,h){b.code+=v},indent(){y(++b.indentLevel)},deindent(v=!1){v?--b.indentLevel:y(--b.indentLevel)},newline(){y(b.indentLevel)}};function y(v){b.push(`
|
|
31
|
+
`+" ".repeat(v),0)}return b}function Kg(e,t={}){const n=Hg(e,t);t.onContextCreated&&t.onContextCreated(n);const{mode:i,push:s,prefixIdentifiers:a,indent:o,deindent:l,newline:c,scopeId:u,ssr:f}=n,d=Array.from(e.helpers),m=d.length>0,b=!a&&i!=="module";Zg(e,n);const v=f?"ssrRender":"render",h=(f?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"]).join(", ");if(s(`function ${v}(${h}) {`),o(),b&&(s("with (_ctx) {"),o(),m&&(s(`const { ${d.map(bo).join(", ")} } = _Vue
|
|
32
|
+
`,-1),c())),e.components.length&&(gr(e.components,"component",n),(e.directives.length||e.temps>0)&&c()),e.directives.length&&(gr(e.directives,"directive",n),e.temps>0&&c()),e.filters&&e.filters.length&&(c(),gr(e.filters,"filter",n),c()),e.temps>0){s("let ");for(let E=0;E<e.temps;E++)s(`${E>0?", ":""}_temp${E}`)}return(e.components.length||e.directives.length||e.temps)&&(s(`
|
|
33
|
+
`,0),c()),f||s("return "),e.codegenNode?pe(e.codegenNode,n):s("null"),b&&(l(),s("}")),l(),s("}"),{ast:e,code:n.code,preamble:"",map:n.map?n.map.toJSON():void 0}}function Zg(e,t){const{ssr:n,prefixIdentifiers:i,push:s,newline:a,runtimeModuleName:o,runtimeGlobalName:l,ssrRuntimeModuleName:c}=t,u=l,f=Array.from(e.helpers);if(f.length>0&&(s(`const _Vue = ${u}
|
|
34
|
+
`,-1),e.hoists.length)){const d=[Ki,Zi,Ut,Yi,Ha].filter(m=>f.includes(m)).map(bo).join(", ");s(`const { ${d} } = _Vue
|
|
35
|
+
`,-1)}Yg(e.hoists,t),a(),s("return ")}function gr(e,t,{helper:n,push:i,newline:s,isTS:a}){const o=n(t==="filter"?Vi:t==="component"?Gi:$i);for(let l=0;l<e.length;l++){let c=e[l];const u=c.endsWith("__self");u&&(c=c.slice(0,-6)),i(`const ${Zt(c,t)} = ${o}(${JSON.stringify(c)}${u?", true":""})${a?"!":""}`),l<e.length-1&&s()}}function Yg(e,t){if(!e.length)return;t.pure=!0;const{push:n,newline:i}=t;i();for(let s=0;s<e.length;s++){const a=e[s];a&&(n(`const _hoisted_${s+1} = `),pe(a,t),i())}t.pure=!1}function Gg(e){return ae(e)||e.type===4||e.type===2||e.type===5||e.type===8}function _r(e,t){const n=e.length>3||process.env.NODE_ENV!=="production"&&e.some(i=>Be(i)||!Gg(i));t.push("["),n&&t.indent(),Gt(e,t,n),n&&t.deindent(),t.push("]")}function Gt(e,t,n=!1,i=!0){const{push:s,newline:a}=t;for(let o=0;o<e.length;o++){const l=e[o];ae(l)?s(l,-3):Be(l)?_r(l,t):pe(l,t),o<e.length-1&&(n?(i&&s(","),a()):i&&s(", "))}}function pe(e,t){if(ae(e)){t.push(e,-3);return}if(Ui(e)){t.push(t.helper(e));return}switch(e.type){case 1:case 9:case 11:process.env.NODE_ENV!=="production"&&io(e.codegenNode!=null,"Codegen node is missing for element/if/for node. Apply appropriate transforms first."),pe(e.codegenNode,t);break;case 2:Jg(e,t);break;case 4:yo(e,t);break;case 5:$g(e,t);break;case 12:pe(e.codegenNode,t);break;case 8:Eo(e,t);break;case 3:e_(e,t);break;case 13:t_(e,t);break;case 14:i_(e,t);break;case 15:r_(e,t);break;case 17:s_(e,t);break;case 18:a_(e,t);break;case 19:o_(e,t);break;case 20:l_(e,t);break;case 21:Gt(e.body,t,!0,!1);break;case 22:break;case 23:break;case 24:break;case 25:break;case 26:break;case 10:break;default:if(process.env.NODE_ENV!=="production")return io(!1,`unhandled codegen node type: ${e.type}`),e}}function Jg(e,t){t.push(JSON.stringify(e.content),-3,e)}function yo(e,t){const{content:n,isStatic:i}=e;t.push(i?JSON.stringify(n):n,-3,e)}function $g(e,t){const{push:n,helper:i,pure:s}=t;s&&n(Wn),n(`${i(kn)}(`),pe(e.content,t),n(")")}function Eo(e,t){for(let n=0;n<e.children.length;n++){const i=e.children[n];ae(i)?t.push(i,-3):pe(i,t)}}function Vg(e,t){const{push:n}=t;if(e.type===8)n("["),Eo(e,t),n("]");else if(e.isStatic){const i=pr(e.content)?e.content:JSON.stringify(e.content);n(i,-2,e)}else n(`[${e.content}]`,-3,e)}function e_(e,t){const{push:n,helper:i,pure:s}=t;s&&n(Wn),n(`${i(Ut)}(${JSON.stringify(e.content)})`,-3,e)}function t_(e,t){const{push:n,helper:i,pure:s}=t,{tag:a,props:o,children:l,patchFlag:c,dynamicProps:u,directives:f,isBlock:d,disableTracking:m,isComponent:b}=e;let y;if(c)if(process.env.NODE_ENV!=="production")if(c<0)y=c+` /* ${Qt[c]} */`;else{const p=Object.keys(Qt).map(Number).filter(h=>h>0&&c&h).map(h=>Qt[h]).join(", ");y=c+` /* ${p} */`}else y=String(c);f&&n(i(er)+"("),d&&n(`(${i(tt)}(${m?"true":""}), `),s&&n(Wn);const v=d?_t(t.inSSR,b):gt(t.inSSR,b);n(i(v)+"(",-2,e),Gt(n_([a,o,l,y,u]),t),n(")"),d&&n(")"),f&&(n(", "),pe(f,t),n(")"))}function n_(e){let t=e.length;for(;t--&&e[t]==null;);return e.slice(0,t+1).map(n=>n||"null")}function i_(e,t){const{push:n,helper:i,pure:s}=t,a=ae(e.callee)?e.callee:i(e.callee);s&&n(Wn),n(a+"(",-2,e),Gt(e.arguments,t),n(")")}function r_(e,t){const{push:n,indent:i,deindent:s,newline:a}=t,{properties:o}=e;if(!o.length){n("{}",-2,e);return}const l=o.length>1||process.env.NODE_ENV!=="production"&&o.some(c=>c.value.type!==4);n(l?"{":"{ "),l&&i();for(let c=0;c<o.length;c++){const{key:u,value:f}=o[c];Vg(u,t),n(": "),pe(f,t),c<o.length-1&&(n(","),a())}l&&s(),n(l?"}":" }")}function s_(e,t){_r(e.elements,t)}function a_(e,t){const{push:n,indent:i,deindent:s}=t,{params:a,returns:o,body:l,newline:c,isSlot:u}=e;u&&n(`_${mt[or]}(`),n("(",-2,e),Be(a)?Gt(a,t):a&&pe(a,t),n(") => "),(c||l)&&(n("{"),i()),o?(c&&n("return "),Be(o)?_r(o,t):pe(o,t)):l&&pe(l,t),(c||l)&&(s(),n("}")),u&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}function o_(e,t){const{test:n,consequent:i,alternate:s,newline:a}=e,{push:o,indent:l,deindent:c,newline:u}=t;if(n.type===4){const d=!pr(n.content);d&&o("("),yo(n,t),d&&o(")")}else o("("),pe(n,t),o(")");a&&l(),t.indentLevel++,a||o(" "),o("? "),pe(i,t),t.indentLevel--,a&&u(),a||o(" "),o(": ");const f=s.type===19;f||t.indentLevel++,pe(s,t),f||t.indentLevel--,a&&c(!0)}function l_(e,t){const{push:n,helper:i,indent:s,deindent:a,newline:o}=t,{needPauseTracking:l,needArraySpread:c}=e;c&&n("[...("),n(`_cache[${e.index}] || (`),l&&(s(),n(`${i(Mn)}(-1`),e.inVOnce&&n(", true"),n("),"),o(),n("(")),n(`_cache[${e.index}] = `),pe(e.value,t),l&&(n(`).cacheIndex = ${e.index},`),o(),n(`${i(Mn)}(1),`),o(),n(`_cache[${e.index}]`),a()),n(")"),c&&n(")]")}const c_=new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b"),u_=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g;function st(e,t,n=!1,i=!1){const s=e.content;if(s.trim())try{new Function(i?` ${s} `:`return ${n?`(${s}) => {}`:`(${s})`}`)}catch(a){let o=a.message;const l=s.replace(u_,"").match(c_);l&&(o=`avoid using JavaScript keyword as property name: "${l[0]}"`),t.onError(Y(45,e.loc,void 0,o))}}const f_=(e,t)=>{if(e.type===5)e.content=br(e.content,t);else if(e.type===1){const n=me(e,"memo");for(let i=0;i<e.props.length;i++){const s=e.props[i];if(s.type===7&&s.name!=="for"){const a=s.exp,o=s.arg;a&&a.type===4&&!(s.name==="on"&&o)&&!(n&&o&&o.type===4&&o.content==="key")&&(s.exp=br(a,t,s.name==="slot")),o&&o.type===4&&!o.isStatic&&(s.arg=br(o,t))}}}};function br(e,t,n=!1,i=!1,s=Object.create(t.identifiers)){return process.env.NODE_ENV!=="production"&&st(e,t,n,i),e}const d_=_o(/^(?:if|else|else-if)$/,(e,t,n)=>p_(e,t,n,(i,s,a)=>{const o=n.parent.children;let l=o.indexOf(i),c=0;for(;l-->=0;){const u=o[l];u&&u.type===9&&(c+=u.branches.length)}return()=>{if(a)i.codegenNode=Co(s,c,n);else{const u=A_(i.codegenNode);u.alternate=Co(s,c+i.branches.length-1,n)}}}));function p_(e,t,n,i){if(t.name!=="else"&&(!t.exp||!t.exp.content.trim())){const s=t.exp?t.exp.loc:e.loc;n.onError(Y(28,t.loc)),t.exp=F("true",!1,s)}if(process.env.NODE_ENV!=="production"&&t.exp&&st(t.exp,n),t.name==="if"){const s=Io(e,t),a={type:9,loc:Pg(e.loc),branches:[s]};if(n.replaceNode(a),i)return i(a,s,!0)}else{const s=n.parent.children,a=[];let o=s.indexOf(e);for(;o-->=-1;){const l=s[o];if(l&&l.type===3){n.removeNode(l),process.env.NODE_ENV!=="production"&&a.unshift(l);continue}if(l&&l.type===2&&!l.content.trim().length){n.removeNode(l);continue}if(l&&l.type===9){(t.name==="else-if"||t.name==="else")&&l.branches[l.branches.length-1].condition===void 0&&n.onError(Y(30,e.loc)),n.removeNode();const c=Io(e,t);if(process.env.NODE_ENV!=="production"&&a.length&&!(n.parent&&n.parent.type===1&&(n.parent.tag==="transition"||n.parent.tag==="Transition"))&&(c.children=[...a,...c.children]),process.env.NODE_ENV!=="production"){const f=c.userKey;f&&l.branches.forEach(({userKey:d})=>{h_(d,f)&&n.onError(Y(29,c.userKey.loc))})}l.branches.push(c);const u=i&&i(l,c,!1);Fn(c,n),u&&u(),n.currentNode=null}else n.onError(Y(30,e.loc));break}}}function Io(e,t){const n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name==="else"?void 0:t.exp,children:n&&!me(e,"for")?e.children:[e],userKey:Kt(e,"key"),isTemplateIf:n}}function Co(e,t,n){return e.condition?cr(e.condition,No(e,t,n),oe(n.helper(Ut),[process.env.NODE_ENV!=="production"?'"v-if"':'""',"true"])):No(e,t,n)}function No(e,t,n){const{helper:i}=n,s=re("key",F(`${t}`,!1,_e,2)),{children:a}=e,o=a[0];if(a.length!==1||o.type!==1)if(a.length===1&&o.type===11){const c=o.codegenNode;return Pn(c,s,n),c}else{let c=64;return process.env.NODE_ENV!=="production"&&!e.isTemplateIf&&a.filter(u=>u.type!==3).length===1&&(c|=2048),Ht(n,i(Ft),Ee([s]),a,c,void 0,void 0,!0,!1,!1,e.loc)}else{const c=o.codegenNode,u=Ng(c);return u.type===13&&ur(u,n),Pn(u,s,n),c}}function h_(e,t){if(!e||e.type!==t.type)return!1;if(e.type===6){if(e.value.content!==t.value.content)return!1}else{const n=e.exp,i=t.exp;if(n.type!==i.type||n.type!==4||n.isStatic!==i.isStatic||n.content!==i.content)return!1}return!0}function A_(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const m_=(e,t,n)=>{const{modifiers:i,loc:s}=e,a=e.arg;let{exp:o}=e;if(o&&o.type===4&&!o.content.trim()&&(o=void 0),!o){if(a.type!==4||!a.isStatic)return n.onError(Y(52,a.loc)),{props:[re(a,F("",!0,s))]};To(e),o=e.exp}return a.type!==4?(a.children.unshift("("),a.children.push(') || ""')):a.isStatic||(a.content=a.content?`${a.content} || ""`:'""'),i.some(l=>l.content==="camel")&&(a.type===4?a.isStatic?a.content=Fe(a.content):a.content=`${n.helperString(sr)}(${a.content})`:(a.children.unshift(`${n.helperString(sr)}(`),a.children.push(")"))),n.inSSR||(i.some(l=>l.content==="prop")&&So(a,"."),i.some(l=>l.content==="attr")&&So(a,"^")),{props:[re(a,o)]}},To=(e,t)=>{const n=e.arg,i=Fe(n.content);e.exp=F(i,!1,n.loc)},So=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},v_=_o("for",(e,t,n)=>{const{helper:i,removeHelper:s}=n;return g_(e,t,n,a=>{const o=oe(i(tr),[a.source]),l=Bn(e),c=me(e,"memo"),u=Kt(e,"key",!1,!0);u&&u.type===7&&!u.exp&&To(u);let d=u&&(u.type===6?u.value?F(u.value.content,!0):void 0:u.exp);const m=u&&d?re("key",d):null,b=a.source.type===4&&a.source.constType>0,y=b?64:u?128:256;return a.codegenNode=Ht(n,i(Ft),void 0,o,y,void 0,void 0,!0,!b,!1,e.loc),()=>{let v;const{children:p}=a;process.env.NODE_ENV!=="production"&&l&&e.children.some(w=>{if(w.type===1){const S=Kt(w,"key");if(S)return n.onError(Y(33,S.loc)),!0}});const h=p.length!==1||p[0].type!==1,E=Ln(e)?e:l&&e.children.length===1&&Ln(e.children[0])?e.children[0]:null;if(E?(v=E.codegenNode,l&&m&&Pn(v,m,n)):h?v=Ht(n,i(Ft),m?Ee([m]):void 0,e.children,64,void 0,void 0,!0,void 0,!1):(v=p[0].codegenNode,l&&m&&Pn(v,m,n),v.isBlock!==!b&&(v.isBlock?(s(tt),s(_t(n.inSSR,v.isComponent))):s(gt(n.inSSR,v.isComponent))),v.isBlock=!b,v.isBlock?(i(tt),i(_t(n.inSSR,v.isComponent))):i(gt(n.inSSR,v.isComponent))),c){const w=vt(yr(a.parseResult,[F("_cached")]));w.body=dg([Ne(["const _memo = (",c.exp,")"]),Ne(["if (_cached",...d?[" && _cached.key === ",d]:[],` && ${n.helperString(Ya)}(_cached, _memo)) return _cached`]),Ne(["const _item = ",v]),F("_item.memo = _memo"),F("return _item")]),o.arguments.push(w,F("_cache"),F(String(n.cached.length))),n.cached.push(null)}else o.arguments.push(vt(yr(a.parseResult),v,!0))}})});function g_(e,t,n,i){if(!t.exp){n.onError(Y(31,t.loc));return}const s=t.forParseResult;if(!s){n.onError(Y(32,t.loc));return}wo(s,n);const{addIdentifiers:a,removeIdentifiers:o,scopes:l}=n,{source:c,value:u,key:f,index:d}=s,m={type:11,loc:t.loc,source:c,valueAlias:u,keyAlias:f,objectIndexAlias:d,parseResult:s,children:Bn(e)?e.children:[e]};n.replaceNode(m),l.vFor++;const b=i&&i(m);return()=>{l.vFor--,b&&b()}}function wo(e,t){e.finalized||(process.env.NODE_ENV!=="production"&&(st(e.source,t),e.key&&st(e.key,t,!0),e.index&&st(e.index,t,!0),e.value&&st(e.value,t,!0)),e.finalized=!0)}function yr({value:e,key:t,index:n},i=[]){return __([e,t,n,...i])}function __(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((n,i)=>n||F("_".repeat(i+1),!1))}const ko=F("undefined",!1),b_=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){const n=me(e,"slot");if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},y_=(e,t,n,i)=>vt(e,n,!1,!0,n.length?n[0].loc:i);function E_(e,t,n=y_){t.helper(or);const{children:i,loc:s}=e,a=[],o=[];let l=t.scopes.vSlot>0||t.scopes.vFor>0;const c=me(e,"slot",!0);if(c){const{arg:p,exp:h}=c;p&&!Ae(p)&&(l=!0),a.push(re(p||F("default",!0),n(h,void 0,i,s)))}let u=!1,f=!1;const d=[],m=new Set;let b=0;for(let p=0;p<i.length;p++){const h=i[p];let E;if(!Bn(h)||!(E=me(h,"slot",!0))){h.type!==3&&d.push(h);continue}if(c){t.onError(Y(37,E.loc));break}u=!0;const{children:w,loc:S}=h,{arg:M=F("default",!0),exp:N,loc:k}=E;let C;Ae(M)?C=M?M.content:"default":l=!0;const I=me(h,"for"),A=n(N,I,w,S);let g,_;if(g=me(h,"if"))l=!0,o.push(cr(g.exp,Un(M,A,b++),ko));else if(_=me(h,/^else(?:-if)?$/,!0)){let T=p,O;for(;T--&&(O=i[T],!(O.type!==3&&Er(O))););if(O&&Bn(O)&&me(O,/^(?:else-)?if$/)){let x=o[o.length-1];for(;x.alternate.type===19;)x=x.alternate;x.alternate=_.exp?cr(_.exp,Un(M,A,b++),ko):Un(M,A,b++)}else t.onError(Y(30,_.loc))}else if(I){l=!0;const T=I.forParseResult;T?(wo(T,t),o.push(oe(t.helper(tr),[T.source,vt(yr(T),Un(M,A),!0)]))):t.onError(Y(32,I.loc))}else{if(C){if(m.has(C)){t.onError(Y(38,k));continue}m.add(C),C==="default"&&(f=!0)}a.push(re(M,A))}}if(!c){const p=(h,E)=>{const w=n(h,void 0,E,s);return t.compatConfig&&(w.isNonScopedSlot=!0),re("default",w)};u?d.length&&d.some(h=>Er(h))&&(f?t.onError(Y(39,d[0].loc)):a.push(p(void 0,d))):a.push(p(void 0,i))}const y=l?2:qn(e.children)?3:1;let v=Ee(a.concat(re("_",F(y+(process.env.NODE_ENV!=="production"?` /* ${Xv[y]} */`:""),!1))),s);return o.length&&(v=oe(t.helper(Za),[v,nt(o)])),{slots:v,hasDynamicSlots:l}}function Un(e,t,n){const i=[re("name",e),re("fn",t)];return n!=null&&i.push(re("key",F(String(n),!0))),Ee(i)}function qn(e){for(let t=0;t<e.length;t++){const n=e[t];switch(n.type){case 1:if(n.tagType===2||qn(n.children))return!0;break;case 9:if(qn(n.branches))return!0;break;case 10:case 11:if(qn(n.children))return!0;break}}return!1}function Er(e){return e.type!==2&&e.type!==12?!0:e.type===2?!!e.content.trim():Er(e.content)}const Oo=new WeakMap,I_=(e,t)=>function(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;const{tag:i,props:s}=e,a=e.tagType===1;let o=a?C_(e,t):`"${i}"`;const l=Qv(o)&&o.callee===Ji;let c,u,f=0,d,m,b,y=l||o===Wt||o===Hi||!a&&(i==="svg"||i==="foreignObject"||i==="math");if(s.length>0){const v=Mo(e,t,void 0,a,l);c=v.props,f=v.patchFlag,m=v.dynamicPropNames;const p=v.directives;b=p&&p.length?nt(p.map(h=>T_(h,t))):void 0,v.shouldUseBlock&&(y=!0)}if(e.children.length>0)if(o===wn&&(y=!0,f|=1024,process.env.NODE_ENV!=="production"&&e.children.length>1&&t.onError(Y(46,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:""}))),a&&o!==Wt&&o!==wn){const{slots:p,hasDynamicSlots:h}=E_(e,t);u=p,h&&(f|=1024)}else if(e.children.length===1&&o!==Wt){const p=e.children[0],h=p.type,E=h===5||h===8;E&&ye(p,t)===0&&(f|=1),E||h===2?u=p:u=e.children}else u=e.children;m&&m.length&&(d=S_(m)),e.codegenNode=Ht(t,o,c,u,f===0?void 0:f,d,b,!!y,!1,a,e.loc)};function C_(e,t,n=!1){let{tag:i}=e;const s=Ir(i),a=Kt(e,"is",!1,!0);if(a)if(s||Ue("COMPILER_IS_ON_ELEMENT",t)){let l;if(a.type===6?l=a.value&&F(a.value.content,!0):(l=a.exp,l||(l=F("is",!1,a.arg.loc))),l)return oe(t.helper(Ji),[l])}else a.type===6&&a.value.content.startsWith("vue:")&&(i=a.value.content.slice(4));const o=eo(i)||t.isBuiltInComponent(i);return o?(n||t.helper(o),o):(t.helper(Gi),t.components.add(i),Zt(i,"component"))}function Mo(e,t,n=e.props,i,s,a=!1){const{tag:o,loc:l,children:c}=e;let u=[];const f=[],d=[],m=c.length>0;let b=!1,y=0,v=!1,p=!1,h=!1,E=!1,w=!1,S=!1;const M=[],N=A=>{u.length&&(f.push(Ee(xo(u),l)),u=[]),A&&f.push(A)},k=()=>{t.scopes.vFor>0&&u.push(re(F("ref_for",!0),F("true")))},C=({key:A,value:g})=>{if(Ae(A)){const _=A.content,T=Wi(_);if(T&&(!i||s)&&_.toLowerCase()!=="onclick"&&_!=="onUpdate:modelValue"&&!Fa(_)&&(E=!0),T&&Fa(_)&&(S=!0),T&&g.type===14&&(g=g.arguments[0]),g.type===20||(g.type===4||g.type===8)&&ye(g,t)>0)return;_==="ref"?v=!0:_==="class"?p=!0:_==="style"?h=!0:_!=="key"&&!M.includes(_)&&M.push(_),i&&(_==="class"||_==="style")&&!M.includes(_)&&M.push(_)}else w=!0};for(let A=0;A<n.length;A++){const g=n[A];if(g.type===6){const{loc:_,name:T,nameLoc:O,value:x}=g;let D=!0;if(T==="ref"&&(v=!0,k()),T==="is"&&(Ir(o)||x&&x.content.startsWith("vue:")||Ue("COMPILER_IS_ON_ELEMENT",t)))continue;u.push(re(F(T,!0,O),F(x?x.content:"",D,x?x.loc:_)))}else{const{name:_,arg:T,exp:O,loc:x,modifiers:D}=g,B=_==="bind",P=_==="on";if(_==="slot"){i||t.onError(Y(40,x));continue}if(_==="once"||_==="memo"||_==="is"||B&&qe(T,"is")&&(Ir(o)||Ue("COMPILER_IS_ON_ELEMENT",t))||P&&a)continue;if((B&&qe(T,"key")||P&&m&&qe(T,"vue:before-update"))&&(b=!0),B&&qe(T,"ref")&&k(),!T&&(B||P)){if(w=!0,O)if(B){if(N(),process.env.NODE_ENV!=="production"&&f.some(W=>W.type===15?W.properties.some(({key:G})=>G.type!==4||!G.isStatic?!0:G.content!=="class"&&G.content!=="style"&&!Wi(G.content)):!0)&&bt("COMPILER_V_BIND_OBJECT_ORDER",t,x),Ue("COMPILER_V_BIND_OBJECT_ORDER",t)){f.unshift(O);continue}k(),N(),f.push(O)}else N({type:14,loc:x,callee:t.helper(rr),arguments:i?[O]:[O,"true"]});else t.onError(Y(B?34:35,x));continue}B&&D.some(Q=>Q.content==="prop")&&(y|=32);const L=t.directiveTransforms[_];if(L){const{props:Q,needRuntime:W}=L(g,e,t);!a&&Q.forEach(C),P&&T&&!Ae(T)?N(Ee(Q,l)):u.push(...Q),W&&(d.push(g),Ui(W)&&Oo.set(g,W))}else Fv(_)||(d.push(g),m&&(b=!0))}}let I;if(f.length?(N(),f.length>1?I=oe(t.helper(On),f,l):I=f[0]):u.length&&(I=Ee(xo(u),l)),w?y|=16:(p&&!i&&(y|=2),h&&!i&&(y|=4),M.length&&(y|=8),E&&(y|=32)),!b&&(y===0||y===32)&&(v||S||d.length>0)&&(y|=512),!t.inSSR&&I)switch(I.type){case 15:let A=-1,g=-1,_=!1;for(let x=0;x<I.properties.length;x++){const D=I.properties[x].key;Ae(D)?D.content==="class"?A=x:D.content==="style"&&(g=x):D.isHandlerKey||(_=!0)}const T=I.properties[A],O=I.properties[g];_?I=oe(t.helper(qt),[I]):(T&&!Ae(T.value)&&(T.value=oe(t.helper(nr),[T.value])),O&&(h||O.value.type===4&&O.value.content.trim()[0]==="["||O.value.type===17)&&(O.value=oe(t.helper(ir),[O.value])));break;case 14:break;default:I=oe(t.helper(qt),[oe(t.helper(Xt),[I])]);break}return{props:I,directives:d,patchFlag:y,dynamicPropNames:M,shouldUseBlock:b}}function xo(e){const t=new Map,n=[];for(let i=0;i<e.length;i++){const s=e[i];if(s.key.type===8||!s.key.isStatic){n.push(s);continue}const a=s.key.content,o=t.get(a);o?(a==="style"||a==="class"||Wi(a))&&N_(o,s):(t.set(a,s),n.push(s))}return n}function N_(e,t){e.value.type===17?e.value.elements.push(t.value):e.value=nt([e.value,t.value],e.loc)}function T_(e,t){const n=[],i=Oo.get(e);i?n.push(t.helperString(i)):(t.helper($i),t.directives.add(e.name),n.push(Zt(e.name,"directive")));const{loc:s}=e;if(e.exp&&n.push(e.exp),e.arg&&(e.exp||n.push("void 0"),n.push(e.arg)),Object.keys(e.modifiers).length){e.arg||(e.exp||n.push("void 0"),n.push("void 0"));const a=F("true",!1,s);n.push(Ee(e.modifiers.map(o=>re(o,a)),s))}return nt(n,e.loc)}function S_(e){let t="[";for(let n=0,i=e.length;n<i;n++)t+=JSON.stringify(e[n]),n<i-1&&(t+=", ");return t+"]"}function Ir(e){return e==="component"||e==="Component"}const w_=(e,t)=>{if(Ln(e)){const{children:n,loc:i}=e,{slotName:s,slotProps:a}=k_(e,t),o=[t.prefixIdentifiers?"_ctx.$slots":"$slots",s,"{}","undefined","true"];let l=2;a&&(o[2]=a,l=3),n.length&&(o[3]=vt([],n,!1,!1,i),l=4),t.scopeId&&!t.slotted&&(l=5),o.splice(l),e.codegenNode=oe(t.helper(Ka),o,i)}};function k_(e,t){let n='"default"',i;const s=[];for(let a=0;a<e.props.length;a++){const o=e.props[a];if(o.type===6)o.value&&(o.name==="name"?n=JSON.stringify(o.value.content):(o.name=Fe(o.name),s.push(o)));else if(o.name==="bind"&&qe(o.arg,"name")){if(o.exp)n=o.exp;else if(o.arg&&o.arg.type===4){const l=Fe(o.arg.content);n=o.exp=F(l,!1,o.arg.loc)}}else o.name==="bind"&&o.arg&&Ae(o.arg)&&(o.arg.content=Fe(o.arg.content)),s.push(o)}if(s.length>0){const{props:a,directives:o}=Mo(e,t,s,!1,!1);i=a,o.length&&t.onError(Y(36,o[0].loc))}return{slotName:n,slotProps:i}}const Do=(e,t,n,i)=>{const{loc:s,modifiers:a,arg:o}=e;!e.exp&&!a.length&&n.onError(Y(35,s));let l;if(o.type===4)if(o.isStatic){let d=o.content;process.env.NODE_ENV!=="production"&&d.startsWith("vnode")&&n.onError(Y(51,o.loc)),d.startsWith("vue:")&&(d=`vnode-${d.slice(4)}`);const m=t.tagType!==0||d.startsWith("vnode")||!/[A-Z]/.test(d)?Uv(Fe(d)):`on:${d}`;l=F(m,!0,o.loc)}else l=Ne([`${n.helperString(ar)}(`,o,")"]);else l=o,l.children.unshift(`${n.helperString(ar)}(`),l.children.push(")");let c=e.exp;c&&!c.content.trim()&&(c=void 0);let u=n.cacheHandlers&&!c&&!n.inVOnce;if(c){const d=no(c),m=!(d||yg(c)),b=c.content.includes(";");process.env.NODE_ENV!=="production"&&st(c,n,!1,b),(m||u&&d)&&(c=Ne([`${m?"$event":"(...args)"} => ${b?"{":"("}`,c,b?"}":")"]))}let f={props:[re(l,c||F("() => {}",!1,s))]};return i&&(f=i(f)),u&&(f.props[0].value=n.cache(f.props[0].value)),f.props.forEach(d=>d.key.isHandlerKey=!0),f},O_=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{const n=e.children;let i,s=!1;for(let a=0;a<n.length;a++){const o=n[a];if(hr(o)){s=!0;for(let l=a+1;l<n.length;l++){const c=n[l];if(hr(c))i||(i=n[a]=Ne([o],o.loc)),i.children.push(" + ",c),n.splice(l,1),l--;else{i=void 0;break}}}}if(!(!s||n.length===1&&(e.type===0||e.type===1&&e.tagType===0&&!e.props.find(a=>a.type===7&&!t.directiveTransforms[a.name])&&e.tag!=="template")))for(let a=0;a<n.length;a++){const o=n[a];if(hr(o)||o.type===8){const l=[];(o.type!==2||o.content!==" ")&&l.push(o),!t.ssr&&ye(o,t)===0&&l.push(1+(process.env.NODE_ENV!=="production"?` /* ${Qt[1]} */`:"")),n[a]={type:12,content:o,loc:o.loc,codegenNode:oe(t.helper(Yi),l)}}}}},Bo=new WeakSet,M_=(e,t)=>{if(e.type===1&&me(e,"once",!0))return Bo.has(e)||t.inVOnce||t.inSSR?void 0:(Bo.add(e),t.inVOnce=!0,t.helper(Mn),()=>{t.inVOnce=!1;const n=t.currentNode;n.codegenNode&&(n.codegenNode=t.cache(n.codegenNode,!0,!0))})},Lo=(e,t,n)=>{const{exp:i,arg:s}=e;if(!i)return n.onError(Y(41,e.loc)),Xn();const a=i.loc.source.trim(),o=i.type===4?i.content:a,l=n.bindingMetadata[a];if(l==="props"||l==="props-aliased")return n.onError(Y(44,i.loc)),Xn();if(!o.trim()||!no(i))return n.onError(Y(42,i.loc)),Xn();const c=s||F("modelValue",!0),u=s?Ae(s)?`onUpdate:${Fe(s.content)}`:Ne(['"onUpdate:" + ',s]):"onUpdate:modelValue";let f;const d=n.isTS?"($event: any)":"$event";f=Ne([`${d} => ((`,i,") = $event)"]);const m=[re(c,e.exp),re(u,f)];if(e.modifiers.length&&t.tagType===1){const b=e.modifiers.map(v=>v.content).map(v=>(pr(v)?v:JSON.stringify(v))+": true").join(", "),y=s?Ae(s)?`${s.content}Modifiers`:Ne([s,' + "Modifiers"']):"modelModifiers";m.push(re(y,F(`{ ${b} }`,!1,e.loc,2)))}return Xn(m)};function Xn(e=[]){return{props:e}}const x_=/[\w).+\-_$\]]/,D_=(e,t)=>{Ue("COMPILER_FILTERS",t)&&(e.type===5?Hn(e.content,t):e.type===1&&e.props.forEach(n=>{n.type===7&&n.name!=="for"&&n.exp&&Hn(n.exp,t)}))};function Hn(e,t){if(e.type===4)Po(e,t);else for(let n=0;n<e.children.length;n++){const i=e.children[n];typeof i=="object"&&(i.type===4?Po(i,t):i.type===8?Hn(e,t):i.type===5&&Hn(i.content,t))}}function Po(e,t){const n=e.content;let i=!1,s=!1,a=!1,o=!1,l=0,c=0,u=0,f=0,d,m,b,y,v=[];for(b=0;b<n.length;b++)if(m=d,d=n.charCodeAt(b),i)d===39&&m!==92&&(i=!1);else if(s)d===34&&m!==92&&(s=!1);else if(a)d===96&&m!==92&&(a=!1);else if(o)d===47&&m!==92&&(o=!1);else if(d===124&&n.charCodeAt(b+1)!==124&&n.charCodeAt(b-1)!==124&&!l&&!c&&!u)y===void 0?(f=b+1,y=n.slice(0,b).trim()):p();else{switch(d){case 34:s=!0;break;case 39:i=!0;break;case 96:a=!0;break;case 40:u++;break;case 41:u--;break;case 91:c++;break;case 93:c--;break;case 123:l++;break;case 125:l--;break}if(d===47){let h=b-1,E;for(;h>=0&&(E=n.charAt(h),E===" ");h--);(!E||!x_.test(E))&&(o=!0)}}y===void 0?y=n.slice(0,b).trim():f!==0&&p();function p(){v.push(n.slice(f,b).trim()),f=b+1}if(v.length){for(process.env.NODE_ENV!=="production"&&Dn("COMPILER_FILTERS",t,e.loc),b=0;b<v.length;b++)y=B_(y,v[b],t);e.content=y,e.ast=void 0}}function B_(e,t,n){n.helper(Vi);const i=t.indexOf("(");if(i<0)return n.filters.add(t),`${Zt(t,"filter")}(${e})`;{const s=t.slice(0,i),a=t.slice(i+1);return n.filters.add(s),`${Zt(s,"filter")}(${e}${a!==")"?","+a:a}`}}const Ro=new WeakSet,L_=(e,t)=>{if(e.type===1){const n=me(e,"memo");return!n||Ro.has(e)||t.inSSR?void 0:(Ro.add(e),()=>{const i=e.codegenNode||t.currentNode.codegenNode;i&&i.type===13&&(e.tagType!==1&&ur(i,t),e.codegenNode=oe(t.helper(lr),[n.exp,vt(void 0,i),"_cache",String(t.cached.length)]),t.cached.push(null))})}};function P_(e){return[[M_,d_,L_,v_,D_,...process.env.NODE_ENV!=="production"?[f_]:[],w_,I_,b_,O_],{on:Do,bind:m_,model:Lo}]}function R_(e,t={}){const n=t.onError||dr,i=t.mode==="module";t.prefixIdentifiers===!0?n(Y(47)):i&&n(Y(48));const s=!1;t.cacheHandlers&&n(Y(49)),t.scopeId&&!i&&n(Y(50));const a=Qe({},t,{prefixIdentifiers:s}),o=ae(e)?jg(e,a):e,[l,c]=P_();return Ug(o,Qe({},a,{nodeTransforms:[...l,...t.nodeTransforms||[]],directiveTransforms:Qe({},c,t.directiveTransforms||{})})),Kg(o,a)}const z_=()=>({props:[]});/**
|
|
73
36
|
* @vue/compiler-dom v3.5.21
|
|
74
37
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
75
38
|
* @license MIT
|
|
76
|
-
**/const
|
|
39
|
+
**/const zo=Symbol(process.env.NODE_ENV!=="production"?"vModelRadio":""),jo=Symbol(process.env.NODE_ENV!=="production"?"vModelCheckbox":""),Qo=Symbol(process.env.NODE_ENV!=="production"?"vModelText":""),Fo=Symbol(process.env.NODE_ENV!=="production"?"vModelSelect":""),Cr=Symbol(process.env.NODE_ENV!=="production"?"vModelDynamic":""),Wo=Symbol(process.env.NODE_ENV!=="production"?"vOnModifiersGuard":""),Uo=Symbol(process.env.NODE_ENV!=="production"?"vOnKeysGuard":""),qo=Symbol(process.env.NODE_ENV!=="production"?"vShow":""),Nr=Symbol(process.env.NODE_ENV!=="production"?"Transition":""),Xo=Symbol(process.env.NODE_ENV!=="production"?"TransitionGroup":"");cg({[zo]:"vModelRadio",[jo]:"vModelCheckbox",[Qo]:"vModelText",[Fo]:"vModelSelect",[Cr]:"vModelDynamic",[Wo]:"withModifiers",[Uo]:"withKeys",[qo]:"vShow",[Nr]:"Transition",[Xo]:"TransitionGroup"});let yt;function j_(e,t=!1){return yt||(yt=document.createElement("div")),t?(yt.innerHTML=`<div foo="${e.replace(/"/g,""")}">`,yt.children[0].getAttribute("foo")):(yt.innerHTML=e,yt.textContent)}const Q_={parseMode:"html",isVoidTag:ig,isNativeTag:e=>eg(e)||tg(e)||ng(e),isPreTag:e=>e==="pre",isIgnoreNewlineTag:e=>e==="pre"||e==="textarea",decodeEntities:j_,isBuiltInComponent:e=>{if(e==="Transition"||e==="transition")return Nr;if(e==="TransitionGroup"||e==="transition-group")return Xo},getNamespace(e,t,n){let i=t?t.ns:n;if(t&&i===2)if(t.tag==="annotation-xml"){if(e==="svg")return 1;t.props.some(s=>s.type===6&&s.name==="encoding"&&s.value!=null&&(s.value.content==="text/html"||s.value.content==="application/xhtml+xml"))&&(i=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&e!=="mglyph"&&e!=="malignmark"&&(i=0);else t&&i===1&&(t.tag==="foreignObject"||t.tag==="desc"||t.tag==="title")&&(i=0);if(i===0){if(e==="svg")return 1;if(e==="math")return 2}return i}},F_=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name==="style"&&t.value&&(e.props[n]={type:7,name:"bind",arg:F("style",!0,t.loc),exp:W_(t.value.content,t.loc),modifiers:[],loc:t.loc})})},W_=(e,t)=>{const n=Yv(e);return F(JSON.stringify(n),!1,t,3)};function Te(e,t){return Y(e,t,process.env.NODE_ENV!=="production"?U_:void 0)}const U_={53:"v-html is missing expression.",54:"v-html will override element children.",55:"v-text is missing expression.",56:"v-text will override element children.",57:"v-model can only be used on <input>, <textarea> and <select> elements.",58:"v-model argument is not supported on plain elements.",59:"v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.",60:"Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.",61:"v-show is missing expression.",62:"<Transition> expects exactly one child element or component.",63:"Tags with side effect (<script> and <style>) are ignored in client component templates."},q_=(e,t,n)=>{const{exp:i,loc:s}=e;return i||n.onError(Te(53,s)),t.children.length&&(n.onError(Te(54,s)),t.children.length=0),{props:[re(F("innerHTML",!0,s),i||F("",!0))]}},X_=(e,t,n)=>{const{exp:i,loc:s}=e;return i||n.onError(Te(55,s)),t.children.length&&(n.onError(Te(56,s)),t.children.length=0),{props:[re(F("textContent",!0),i?ye(i,n)>0?i:oe(n.helperString(kn),[i],s):F("",!0))]}},H_=(e,t,n)=>{const i=Lo(e,t,n);if(!i.props.length||t.tagType===1)return i;e.arg&&n.onError(Te(58,e.arg.loc));function s(){const l=me(t,"bind");l&&qe(l.arg,"value")&&n.onError(Te(60,l.loc))}const{tag:a}=t,o=n.isCustomElement(a);if(a==="input"||a==="textarea"||a==="select"||o){let l=Qo,c=!1;if(a==="input"||o){const u=Kt(t,"type");if(u){if(u.type===7)l=Cr;else if(u.value)switch(u.value.content){case"radio":l=zo;break;case"checkbox":l=jo;break;case"file":c=!0,n.onError(Te(59,e.loc));break;default:process.env.NODE_ENV!=="production"&&s();break}}else Eg(t)?l=Cr:process.env.NODE_ENV!=="production"&&s()}else a==="select"?l=Fo:process.env.NODE_ENV!=="production"&&s();c||(i.needRuntime=n.helper(l))}else n.onError(Te(57,e.loc));return i.props=i.props.filter(l=>!(l.key.type===4&&l.key.content==="modelValue")),i},K_=Oe("passive,once,capture"),Z_=Oe("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),Y_=Oe("left,right"),Ho=Oe("onkeyup,onkeydown,onkeypress"),G_=(e,t,n,i)=>{const s=[],a=[],o=[];for(let l=0;l<t.length;l++){const c=t[l].content;c==="native"&&bt("COMPILER_V_ON_NATIVE",n,i)||K_(c)?o.push(c):Y_(c)?Ae(e)?Ho(e.content.toLowerCase())?s.push(c):a.push(c):(s.push(c),a.push(c)):Z_(c)?a.push(c):s.push(c)}return{keyModifiers:s,nonKeyModifiers:a,eventOptionModifiers:o}},Ko=(e,t)=>Ae(e)&&e.content.toLowerCase()==="onclick"?F(t,!0):e.type!==4?Ne(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e,J_=(e,t,n)=>Do(e,t,n,i=>{const{modifiers:s}=e;if(!s.length)return i;let{key:a,value:o}=i.props[0];const{keyModifiers:l,nonKeyModifiers:c,eventOptionModifiers:u}=G_(a,s,n,e.loc);if(c.includes("right")&&(a=Ko(a,"onContextmenu")),c.includes("middle")&&(a=Ko(a,"onMouseup")),c.length&&(o=oe(n.helper(Wo),[o,JSON.stringify(c)])),l.length&&(!Ae(a)||Ho(a.content.toLowerCase()))&&(o=oe(n.helper(Uo),[o,JSON.stringify(l)])),u.length){const f=u.map(Xi).join("");a=Ae(a)?F(`${a.content}${f}`,!0):Ne(["(",a,`) + "${f}"`])}return{props:[re(a,o)]}}),$_=(e,t,n)=>{const{exp:i,loc:s}=e;return i||n.onError(Te(61,s)),{props:[],needRuntime:n.helper(qo)}},V_=(e,t)=>{if(e.type===1&&e.tagType===1&&t.isBuiltInComponent(e.tag)===Nr)return()=>{if(!e.children.length)return;Zo(e)&&t.onError(Te(62,{start:e.children[0].loc.start,end:e.children[e.children.length-1].loc.end,source:""}));const i=e.children[0];if(i.type===1)for(const s of i.props)s.type===7&&s.name==="show"&&e.props.push({type:6,name:"persisted",nameLoc:e.loc,value:void 0,loc:e.loc})}};function Zo(e){const t=e.children=e.children.filter(i=>i.type!==3&&!(i.type===2&&!i.content.trim())),n=t[0];return t.length!==1||n.type===11||n.type===9&&n.branches.some(Zo)}const eb=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag==="script"||e.tag==="style")&&(process.env.NODE_ENV!=="production"&&t.onError(Te(63,e.loc)),t.removeNode())};function tb(e,t){return e==="template"?!0:e in Yo?Yo[e].has(t):t in Go?Go[t].has(e):!(e in Jo&&Jo[e].has(t)||t in $o&&$o[t].has(e))}const Et=new Set(["h1","h2","h3","h4","h5","h6"]),at=new Set([]),Yo={head:new Set(["base","basefront","bgsound","link","meta","title","noscript","noframes","style","script","template"]),optgroup:new Set(["option"]),select:new Set(["optgroup","option","hr"]),table:new Set(["caption","colgroup","tbody","tfoot","thead"]),tr:new Set(["td","th"]),colgroup:new Set(["col"]),tbody:new Set(["tr"]),thead:new Set(["tr"]),tfoot:new Set(["tr"]),script:at,iframe:at,option:at,textarea:at,style:at,title:at},Go={html:at,body:new Set(["html"]),head:new Set(["html"]),td:new Set(["tr"]),colgroup:new Set(["table"]),caption:new Set(["table"]),tbody:new Set(["table"]),tfoot:new Set(["table"]),col:new Set(["colgroup"]),th:new Set(["tr"]),thead:new Set(["table"]),tr:new Set(["tbody","thead","tfoot"]),dd:new Set(["dl","div"]),dt:new Set(["dl","div"]),figcaption:new Set(["figure"]),summary:new Set(["details"]),area:new Set(["map"])},Jo={p:new Set(["address","article","aside","blockquote","center","details","dialog","dir","div","dl","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","menu","ol","p","pre","section","table","ul"]),svg:new Set(["b","blockquote","br","code","dd","div","dl","dt","em","embed","h1","h2","h3","h4","h5","h6","hr","i","img","li","menu","meta","ol","p","pre","ruby","s","small","span","strong","sub","sup","table","u","ul","var"])},$o={a:new Set(["a"]),button:new Set(["button"]),dd:new Set(["dd","dt"]),dt:new Set(["dd","dt"]),form:new Set(["form"]),li:new Set(["li"]),h1:Et,h2:Et,h3:Et,h4:Et,h5:Et,h6:Et},nb=(e,t)=>{if(e.type===1&&e.tagType===0&&t.parent&&t.parent.type===1&&t.parent.tagType===0&&!tb(t.parent.tag,e.tag)){const n=new SyntaxError(`<${e.tag}> cannot be child of <${t.parent.tag}>, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality.`);n.loc=e.loc,t.onWarn(n)}},ib=[F_,...process.env.NODE_ENV!=="production"?[V_,nb]:[]],rb={cloak:z_,html:q_,text:X_,model:H_,on:J_,show:$_};function sb(e,t={}){return R_(e,Qe({},Q_,t,{nodeTransforms:[eb,...ib,...t.nodeTransforms||[]],directiveTransforms:Qe({},rb,t.directiveTransforms||{}),transformHoist:null}))}/**
|
|
77
40
|
* @vue/server-renderer v3.5.21
|
|
78
41
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
79
42
|
* @license MIT
|
|
80
|
-
**/const{ensureValidVNode:
|
|
81
|
-
`),
|
|
82
|
-
`,...
|
|
83
|
-
`],...W2(n))}),t}function W2({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",i=e.component?e.component.parent==null:!1,r=` at <${h_(e.component,e.type,i)}`,s=">"+n;return e.props?[r,...U2(e.props),s]:[r+s]}function U2(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(i=>{t.push(...u_(i,e[i]))}),n.length>3&&t.push(" ..."),t}function u_(e,t,n){return fe(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:j2(t)?(t=u_(e,wu(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):ae(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=wu(t),n?t:[`${e}=`,t])}const f_={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function d_(e,t,n,i){try{return i?e(...i):e()}catch(r){H2(r,t,n)}}function H2(e,t,n,i=!0){const r=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Ae;if(t){let a=t.parent;const l=t.proxy,c=process.env.NODE_ENV!=="production"?f_[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const u=a.ec;if(u){for(let f=0;f<u.length;f++)if(u[f](e,l,c)===!1)return}a=a.parent}if(s){d_(s,null,10,[e,l,c]);return}}q2(e,n,r,i,o)}function q2(e,t,n,i=!0,r=!1){if(process.env.NODE_ENV!=="production"){const s=f_[t];if(n&&B2(n),c_(`Unhandled error${s?` during execution of ${s}`:""}`),n&&z2(),i)throw e;console.error(e)}else{if(r)throw e;console.error(e)}}let Mr,Ma=[];function p_(e,t){var n,i;Mr=e,Mr?(Mr.enabled=!0,Ma.forEach(({event:r,args:s})=>Mr.emit(r,...s)),Ma=[]):typeof window<"u"&&window.HTMLElement&&!((i=(n=window.navigator)==null?void 0:n.userAgent)!=null&&i.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(s=>{p_(s,t)}),setTimeout(()=>{Mr||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Ma=[])},3e3)):Ma=[]}{const e=$i(),t=(n,i)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(i),s=>{r.length>1?r.forEach(o=>o(s)):r[0](s)}};t("__VUE_INSTANCE_SETTERS__",n=>n),t("__VUE_SSR_SETTERS__",n=>n)}process.env.NODE_ENV;const K2=/(?:^|[-_])\w/g,X2=e=>e.replace(K2,t=>t.toUpperCase()).replace(/[-_]/g,"");function Z2(e,t=!0){return ae(e)?e.displayName||e.name:e.name||t&&e.__name}function h_(e,t,n=!1){let i=Z2(t);if(!i&&t.__file){const r=t.__file.match(/([^/\\]+)\.\w+$/);r&&(i=r[1])}if(!i&&e&&e.parent){const r=s=>{for(const o in s)if(s[o]===t)return o};i=r(e.components||e.parent.type.components)||r(e.appContext.components)}return i?X2(i):n?"App":"Anonymous"}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;const{createComponentInstance:FD,setCurrentRenderingInstance:WD,setupComponent:UD,renderComponentRoot:HD,normalizeVNode:qD,pushWarningContext:KD,popWarningContext:XD}=ds,{isVNode:ZD}=ds,{isVNode:YD}=ds;Lh();var Ou=function(e,t){return Ou=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])},Ou(e,t)};function g_(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ou(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var ge=function(){return ge=Object.assign||function(t){for(var n,i=1,r=arguments.length;i<r;i++){n=arguments[i];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},ge.apply(this,arguments)};function xu(e,t,n,i){function r(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function a(u){try{c(i.next(u))}catch(f){o(f)}}function l(u){try{c(i.throw(u))}catch(f){o(f)}}function c(u){u.done?s(u.value):r(u.value).then(a,l)}c((i=i.apply(e,t||[])).next())})}function ku(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},i,r,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(u){return l([c,u])}}function l(c){if(i)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(n=0)),n;)try{if(i=1,r&&(s=c[0]&2?r.return:c[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,c[1])).done)return s;switch(r=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return n.label++,{value:c[1],done:!1};case 5:n.label++,r=c[1],c=[0];continue;case 7:c=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){n=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){n.label=c[1];break}if(c[0]===6&&n.label<s[1]){n.label=s[1],s=c;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(c);break}s[2]&&n.ops.pop(),n.trys.pop();continue}c=t.call(e,n)}catch(u){c=[6,u],r=0}finally{i=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function en(e,t,n){if(n||arguments.length===2)for(var i=0,r=t.length,s;i<r;i++)(s||!(i in t))&&(s||(s=Array.prototype.slice.call(t,0,i)),s[i]=t[i]);return e.concat(s||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var A_=(function(){function e(){this.installedPlugins=[]}return e.prototype.install=function(t,n){typeof t!="function"&&(console.error("plugin.install must receive a function"),t=function(){return{}}),this.installedPlugins.push({handler:t,options:n})},e.prototype.extend=function(t){var n=function(s){var o=s.handler,a=s.options;return o(t,a)},i=function(s){var o=s[0],a=s[1];t[o]=typeof a=="function"?a.bind(t):a},r=function(s){s=typeof s=="object"?s:{},Object.entries(s).forEach(i)};this.installedPlugins.map(n).forEach(r)},e.prototype.reset=function(){this.installedPlugins=[]},e})(),Tn={global:{stubs:{transition:!0,"transition-group":!0},provide:{},components:{},config:{},directives:{},mixins:[],mocks:{},plugins:[],renderStubDefaultSlot:!1},plugins:{VueWrapper:new A_,DOMWrapper:new A_}};function __(e,t){if(t.stubs)if(Array.isArray(t.stubs))t.stubs.forEach(function(a){return e[a]=!0});else for(var n=0,i=Object.entries(t.stubs);n<i.length;n++){var r=i[n],s=r[0],o=r[1];e[s]=o}}function Y2(e,t){return ge(ge(ge({},e),t),{globalProperties:ge(ge({},e==null?void 0:e.globalProperties),t==null?void 0:t.globalProperties)})}function G2(e){var t,n,i;e===void 0&&(e={});var r={},s=(t=Tn==null?void 0:Tn.global)!==null&&t!==void 0?t:{};__(r,s),__(r,e);var o=(i=(n=e.renderStubDefaultSlot)!==null&&n!==void 0?n:s.renderStubDefaultSlot||(Tn==null?void 0:Tn.renderStubDefaultSlot))!==null&&i!==void 0?i:!1;return Tn.renderStubDefaultSlot===!0&&console.warn("config.renderStubDefaultSlot is deprecated, use config.global.renderStubDefaultSlot instead"),{mixins:en(en([],s.mixins||[],!0),e.mixins||[],!0),plugins:en(en([],s.plugins||[],!0),e.plugins||[],!0),stubs:r,components:ge(ge({},s.components),e.components),provide:ge(ge({},s.provide),e.provide),mocks:ge(ge({},s.mocks),e.mocks),config:Y2(s.config,e.config),directives:ge(ge({},s.directives),e.directives),renderStubDefaultSlot:o}}var Dr=function(e){return!!e&&typeof e=="object"};function J2(e){if(e instanceof Object){var t=e.constructor&&e.constructor.toString().substring(0,5)==="class";if(!("prototype"in e))return t;var n=e.prototype,i=n.constructor&&n.constructor.toString&&n.constructor.toString().substring(0,5)==="class";return t||i}}var v_=function(e,t){var n;return!Dr(e)||!Dr(t)?t:(Object.keys(t).concat(J2(t)?Object.getOwnPropertyNames((n=Object.getPrototypeOf(t))!==null&&n!==void 0?n:{}):Object.getOwnPropertyNames(t)).forEach(function(i){var r=e[i],s=t[i];Array.isArray(r)&&Array.isArray(s)||s instanceof Date?e[i]=s:Dr(r)&&Dr(s)?e[i]=v_(Object.assign({},r),s):e[i]=s}),e)};function $2(e){return typeof e=="function"&&"__vccOpts"in e}function Mu(e){return!!(e&&(typeof e=="object"||typeof e=="function"))}function Du(e){return typeof e=="function"&&!$2(e)}function Rs(e){return!!(e&&typeof e=="object")}function ex(e){var t,n;return e.nodeType!==Node.COMMENT_NODE&&(n=(t=e.textContent)===null||t===void 0?void 0:t.trim())!==null&&n!==void 0?n:""}function m_(e,t){return e.hasOwnProperty(t)}function tx(e){return!!e}function nx(e){return typeof e=="object"&&"ref"in e}function b_(e){return Array.isArray(e)?e.reduce(function(t,n){return t[n]=!0,t},{}):e}var y_=function(e){return e.match(/^v[A-Z].*/)};function E_(e){var t=b_(e);return Object.fromEntries(Object.entries(t).filter(function(n){var i=n[0];return!y_(i)}))}function ix(e){var t=b_(e);return Object.fromEntries(Object.entries(t).filter(function(n){var i=n[0],r=n[1];return y_(i)&&r!==!1}).map(function(n){var i=n[0],r=n[1];return[i.substring(1),r]}))}function rx(e){return e&&e.$.devtoolsRawSetupState}function sx(e){return e&&e.$.setupState.__isScriptSetup}var I_,ox=function(){return I_||(I_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{})},ax=["stop","prevent","self","exact","prevent","capture"],lx=["ctrl","shift","alt","meta"],cx=["left","middle","right"],ux={backspace:8,tab:9,enter:13,esc:27,space:32,pageup:33,pagedown:34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46},N_={abort:{eventInterface:"Event",bubbles:!1,cancelable:!1},afterprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},animationend:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationiteration:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationstart:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},appinstalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},audioprocess:{eventInterface:"AudioProcessingEvent",bubbles:!1,cancelable:!1},audioend:{eventInterface:"Event",bubbles:!1,cancelable:!1},audiostart:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeunload:{eventInterface:"BeforeUnloadEvent",bubbles:!1,cancelable:!0},beginEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},blur:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},boundary:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},cached:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplay:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplaythrough:{eventInterface:"Event",bubbles:!1,cancelable:!1},change:{eventInterface:"Event",bubbles:!0,cancelable:!1},chargingchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},chargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},checking:{eventInterface:"Event",bubbles:!1,cancelable:!1},click:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},close:{eventInterface:"Event",bubbles:!1,cancelable:!1},complete:{eventInterface:"OfflineAudioCompletionEvent",bubbles:!1,cancelable:!1},compositionend:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionstart:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionupdate:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!1},contextmenu:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},copy:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},cut:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},dblclick:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},devicechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},devicelight:{eventInterface:"DeviceLightEvent",bubbles:!1,cancelable:!1},devicemotion:{eventInterface:"DeviceMotionEvent",bubbles:!1,cancelable:!1},deviceorientation:{eventInterface:"DeviceOrientationEvent",bubbles:!1,cancelable:!1},deviceproximity:{eventInterface:"DeviceProximityEvent",bubbles:!1,cancelable:!1},dischargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},DOMActivate:{eventInterface:"UIEvent",bubbles:!0,cancelable:!0},DOMAttributeNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMAttrModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMCharacterDataModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMContentLoaded:{eventInterface:"Event",bubbles:!0,cancelable:!0},DOMElementNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMFocusIn:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMFocusOut:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMNodeInserted:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeInsertedIntoDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemoved:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemovedFromDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMSubtreeModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!1},downloading:{eventInterface:"Event",bubbles:!1,cancelable:!1},drag:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragend:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragenter:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragleave:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragover:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragstart:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},drop:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},durationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},emptied:{eventInterface:"Event",bubbles:!1,cancelable:!1},end:{eventInterface:"Event",bubbles:!1,cancelable:!1},ended:{eventInterface:"Event",bubbles:!1,cancelable:!1},endEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},error:{eventInterface:"Event",bubbles:!1,cancelable:!1},focus:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},focusin:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},focusout:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},fullscreenchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},fullscreenerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},gamepadconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gamepaddisconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gotpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},hashchange:{eventInterface:"HashChangeEvent",bubbles:!0,cancelable:!1},lostpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},input:{eventInterface:"Event",bubbles:!0,cancelable:!1},invalid:{eventInterface:"Event",cancelable:!0,bubbles:!1},keydown:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keypress:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keyup:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},languagechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},levelchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},load:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},loadeddata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadedmetadata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadend:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},loadstart:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},mark:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},message:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},messageerror:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},mousedown:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseenter:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mouseleave:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mousemove:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseout:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseover:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseup:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},nomatch:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},notificationclick:{eventInterface:"NotificationEvent",bubbles:!1,cancelable:!1},noupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},obsolete:{eventInterface:"Event",bubbles:!1,cancelable:!1},offline:{eventInterface:"Event",bubbles:!1,cancelable:!1},online:{eventInterface:"Event",bubbles:!1,cancelable:!1},open:{eventInterface:"Event",bubbles:!1,cancelable:!1},orientationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},pagehide:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},pageshow:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},paste:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},pause:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},pointercancel:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!1},pointerdown:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerenter:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerleave:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerlockchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointerlockerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointermove:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerout:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerover:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerup:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},play:{eventInterface:"Event",bubbles:!1,cancelable:!1},playing:{eventInterface:"Event",bubbles:!1,cancelable:!1},popstate:{eventInterface:"PopStateEvent",bubbles:!0,cancelable:!1},progress:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},push:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},pushsubscriptionchange:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},ratechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},readystatechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},repeatEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},reset:{eventInterface:"Event",bubbles:!0,cancelable:!0},resize:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},resourcetimingbufferfull:{eventInterface:"Performance",bubbles:!0,cancelable:!0},result:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},resume:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},scroll:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},seeked:{eventInterface:"Event",bubbles:!1,cancelable:!1},seeking:{eventInterface:"Event",bubbles:!1,cancelable:!1},select:{eventInterface:"UIEvent",bubbles:!0,cancelable:!1},selectstart:{eventInterface:"Event",bubbles:!0,cancelable:!0},selectionchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},show:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},slotchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},soundend:{eventInterface:"Event",bubbles:!1,cancelable:!1},soundstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechend:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},stalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},start:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},storage:{eventInterface:"StorageEvent",bubbles:!1,cancelable:!1},submit:{eventInterface:"Event",bubbles:!0,cancelable:!0},success:{eventInterface:"Event",bubbles:!1,cancelable:!1},suspend:{eventInterface:"Event",bubbles:!1,cancelable:!1},SVGAbort:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGError:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGLoad:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGResize:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGScroll:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGUnload:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGZoom:{eventInterface:"SVGZoomEvent",bubbles:!0,cancelable:!1},timeout:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},timeupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},touchcancel:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!1},touchend:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchmove:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchstart:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},transitionend:{eventInterface:"TransitionEvent",bubbles:!0,cancelable:!0},unload:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},updateready:{eventInterface:"Event",bubbles:!1,cancelable:!1},userproximity:{eventInterface:"UserProximityEvent",bubbles:!1,cancelable:!1},voiceschanged:{eventInterface:"Event",bubbles:!1,cancelable:!1},visibilitychange:{eventInterface:"Event",bubbles:!0,cancelable:!1},volumechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},waiting:{eventInterface:"Event",bubbles:!1,cancelable:!1},wheel:{eventInterface:"WheelEvent",bubbles:!0,cancelable:!0}};function fx(e,t){for(var n=[],i=[],r=0;r<e.length;r++){var s=e[r];ax.includes(s)||(lx.includes(s)||cx.includes(s)&&t?i.push(s):n.push(s))}return{keyModifiers:n,systemModifiers:i}}function dx(e){var t=e.modifiers,n=e.options,i=n===void 0?{}:n,r=e.eventType,s=r==="click",o=fx(t,s),a=o.keyModifiers,l=o.systemModifiers;s&&(l.includes("right")?(r="contextmenu",i.button=2):l.includes("middle")&&(r="mouseup",i.button=1));var c=N_[r]||{eventInterface:"Event",cancelable:!0,bubbles:!0},u=l.reduce(function(_,v){return _["".concat(v,"Key")]=!0,_},{}),f=ux[a[0]]||i&&(i.keyCode||i.code),d=ge(ge(ge(ge({},u),i),{bubbles:c.bubbles,cancelable:c.cancelable,keyCode:f,code:f}),a[0]?{key:a[0]}:{});return{eventProperties:d,meta:c,eventType:r}}function px(e){var t=dx(e),n=t.eventProperties,i=t.meta,r=t.eventType,s=i.eventInterface,o=window[s],a=typeof o=="function"?o:window.Event;return new a(r,n)}function hx(e,t){var n=e.split("."),i=n[0],r=n.slice(1),s={eventType:i,modifiers:r,options:t},o=px(s),a=Object.getPrototypeOf(o);return t&&Object.keys(t).forEach(function(l){var c=Object.getOwnPropertyDescriptor(a,l),u=!(c&&c.set===void 0);u&&(o[l]=t[l])}),o}var C_=new WeakMap;function Vs(e){var t=e.source,n=e.stub;C_.set(n,t)}function T_(e){return C_.get(e)}var Lu=function(e){var t=Object.create(null);return(function(n){var i=t[n];return i||(t[n]=e(n))})},gx=/-(\w)/g,w_=Lu(function(e){return e.replace(gx,function(t,n){return n?n.toUpperCase():""})}),S_=Lu(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Ax=/\B([A-Z])/g,_x=Lu(function(e){return e.replace(Ax,"-$1").toLowerCase()});function Pu(e,t){var n=w_(e),i=S_(n);return!!t&&(t===e||t===n||t===i||S_(w_(t))===i)}function vx(e){var t,n;return(n=(t=Qp)===null||t===void 0?void 0:t.isCompatEnabled(e))!==null&&n!==void 0?n:!1}function O_(e){return!vx("GLOBAL_EXTEND")||typeof e!="function"?!1:m_(e,"super")&&e.super.extend({}).super===e.super}function js(e){return O_(e)?e.options:e}function x_(e){return!!(e&&typeof e=="object"&&m_(e,"functional")&&e.functional)}var k_=function(e,t){return Object.keys((e==null?void 0:e.setupState)||{}).find(function(n){var i;return((i=Object.getOwnPropertyDescriptor(e.setupState,n))===null||i===void 0?void 0:i.value)===t})},M_=function(e,t){if(!e||!e.parent)return null;var n=e.type.components;for(var i in n)if(n[i]===t)return i;return k_(e.parent,t)||null},D_=function(e,t){return Rs(t)?k_(e,t)||t.name||t.__name||"":O_(t)?js(t).name||"":Du(t)?t.displayName||t.name:""};function L_(e,t){var n,i,r,s=js(t);if(!e.component)return!1;var o=e.type;if(!Mu(o))return!1;if(typeof s=="string")return(i=(n=e.el)===null||n===void 0?void 0:n.matches)===null||i===void 0?void 0:i.call(n,s);var a=[o,T_(o)].filter(Boolean),l=(r=T_(s))!==null&&r!==void 0?r:s;if(a.includes(l))return!0;var c;c=D_(e.component,o);var u=s.name;if(c&&u)return Pu(u,c);if(c=M_(e.component,o)||void 0,e.component.parent){var f=e.component.parent.type.components;for(var d in f)!u&&f[d]===s&&(u=d),!c&&f[d]===o&&(c=d)}return u&&c?Pu(u,c):!1}function mx(e){return!!e&&typeof e=="object"}function Da(e,t){if(t&&Array.isArray(t)){var n=en([],t,!0).reverse().filter(mx);n.forEach(function(i){Array.isArray(i)?Da(e,i):e.unshift(i)})}}function bx(e,t){for(var n=[],i=[e];i.length;){var r=i.shift();if(Da(i,r.children),r.component&&Da(i,[r.component.subTree]),r.suspense){var s=r.suspense.activeBranch;Da(i,[s])}L_(r,t)&&!n.includes(r)&&n.push(r)}return n}function yx(e,t){var n=bx(e,t);return typeof t=="string"&&(n=n.filter(function(i){var r;return((r=i.component.parent)===null||r===void 0?void 0:r.vnode.el)!==i.el})),n.map(function(i){return i.component})}function hi(e){return new Proxy(Object.create(null),{get:function(t,n){switch(n){case"then":return;case"exists":return function(){return!1};default:throw new Error("Cannot call ".concat(String(n)," on an empty ").concat(e,"."))}}})}/*!
|
|
43
|
+
**/const{ensureValidVNode:n1}=r.ssrUtils;function Tr(e){const t=e&&e.__v_raw;return t?Tr(t):e}function ab(e){return e?e.__v_isRef===!0:!1}const ot=[];function ob(e){ot.push(e)}function lb(){ot.pop()}let Sr=!1;function Vo(e,...t){if(Sr)return;Sr=!0;const n=ot.length?ot[ot.length-1].component:null,i=n&&n.appContext.config.warnHandler,s=cb();if(i)nl(i,n,11,[e+t.map(a=>{var o,l;return(l=(o=a.toString)==null?void 0:o.call(a))!=null?l:JSON.stringify(a)}).join(""),n&&n.proxy,s.map(({vnode:a})=>`at <${rl(n,a.type)}>`).join(`
|
|
44
|
+
`),s]);else{const a=[`[Vue warn]: ${e}`,...t];s.length&&a.push(`
|
|
45
|
+
`,...ub(s)),console.warn(...a)}Sr=!1}function cb(){let e=ot[ot.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const i=e.component&&e.component.parent;e=i&&i.vnode}return t}function ub(e){const t=[];return e.forEach((n,i)=>{t.push(...i===0?[]:[`
|
|
46
|
+
`],...fb(n))}),t}function fb({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",i=e.component?e.component.parent==null:!1,s=` at <${rl(e.component,e.type,i)}`,a=">"+n;return e.props?[s,...db(e.props),a]:[s+a]}function db(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(i=>{t.push(...el(i,e[i]))}),n.length>3&&t.push(" ..."),t}function el(e,t,n){return ae(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:ab(t)?(t=el(e,Tr(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):Qa(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=Tr(t),n?t:[`${e}=`,t])}const tl={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function nl(e,t,n,i){try{return i?e(...i):e()}catch(s){pb(s,t,n)}}function pb(e,t,n,i=!0){const s=t?t.vnode:null,{errorHandler:a,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||ja;if(t){let l=t.parent;const c=t.proxy,u=process.env.NODE_ENV!=="production"?tl[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const f=l.ec;if(f){for(let d=0;d<f.length;d++)if(f[d](e,c,u)===!1)return}l=l.parent}if(a){nl(a,null,10,[e,c,u]);return}}hb(e,n,s,i,o)}function hb(e,t,n,i=!0,s=!1){if(process.env.NODE_ENV!=="production"){const a=tl[t];if(n&&ob(n),Vo(`Unhandled error${a?` during execution of ${a}`:""}`),n&&lb(),i)throw e;console.error(e)}else{if(s)throw e;console.error(e)}}let It,Kn=[];function il(e,t){var n,i;It=e,It?(It.enabled=!0,Kn.forEach(({event:s,args:a})=>It.emit(s,...a)),Kn=[]):typeof window<"u"&&window.HTMLElement&&!((i=(n=window.navigator)==null?void 0:n.userAgent)!=null&&i.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(a=>{il(a,t)}),setTimeout(()=>{It||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Kn=[])},3e3)):Kn=[]}{const e=qv(),t=(n,i)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(i),a=>{s.length>1?s.forEach(o=>o(a)):s[0](a)}};t("__VUE_INSTANCE_SETTERS__",n=>n),t("__VUE_SSR_SETTERS__",n=>n)}process.env.NODE_ENV;const Ab=/(?:^|[-_])\w/g,mb=e=>e.replace(Ab,t=>t.toUpperCase()).replace(/[-_]/g,"");function vb(e,t=!0){return Qa(e)?e.displayName||e.name:e.name||t&&e.__name}function rl(e,t,n=!1){let i=vb(t);if(!i&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(i=s[1])}if(!i&&e&&e.parent){const s=a=>{for(const o in a)if(a[o]===t)return o};i=s(e.components||e.parent.type.components)||s(e.appContext.components)}return i?mb(i):n?"App":"Anonymous"}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;const{createComponentInstance:i1,setCurrentRenderingInstance:r1,setupComponent:s1,renderComponentRoot:a1,normalizeVNode:o1,pushWarningContext:l1,popWarningContext:c1}=r.ssrUtils,{isVNode:u1}=r.ssrUtils,{isVNode:f1}=r.ssrUtils;r.initDirectivesForSSR();var wr=function(e,t){return wr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])},wr(e,t)};function sl(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");wr(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var j=function(){return j=Object.assign||function(t){for(var n,i=1,s=arguments.length;i<s;i++){n=arguments[i];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a])}return t},j.apply(this,arguments)};function kr(e,t,n,i){function s(a){return a instanceof n?a:new n(function(o){o(a)})}return new(n||(n=Promise))(function(a,o){function l(f){try{u(i.next(f))}catch(d){o(d)}}function c(f){try{u(i.throw(f))}catch(d){o(d)}}function u(f){f.done?a(f.value):s(f.value).then(l,c)}u((i=i.apply(e,t||[])).next())})}function Or(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},i,s,a,o;return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(u){return function(f){return c([u,f])}}function c(u){if(i)throw new TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(n=0)),n;)try{if(i=1,s&&(a=u[0]&2?s.return:u[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,u[1])).done)return a;switch(s=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return n.label++,{value:u[1],done:!1};case 5:n.label++,s=u[1],u=[0];continue;case 7:u=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1],a=u;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(u);break}a[2]&&n.ops.pop(),n.trys.pop();continue}u=t.call(e,n)}catch(f){u=[6,f],s=0}finally{i=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function Ie(e,t,n){if(n||arguments.length===2)for(var i=0,s=t.length,a;i<s;i++)(a||!(i in t))&&(a||(a=Array.prototype.slice.call(t,0,i)),a[i]=t[i]);return e.concat(a||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var al=(function(){function e(){this.installedPlugins=[]}return e.prototype.install=function(t,n){typeof t!="function"&&(console.error("plugin.install must receive a function"),t=function(){return{}}),this.installedPlugins.push({handler:t,options:n})},e.prototype.extend=function(t){var n=function(a){var o=a.handler,l=a.options;return o(t,l)},i=function(a){var o=a[0],l=a[1];t[o]=typeof l=="function"?l.bind(t):l},s=function(a){a=typeof a=="object"?a:{},Object.entries(a).forEach(i)};this.installedPlugins.map(n).forEach(s)},e.prototype.reset=function(){this.installedPlugins=[]},e})(),Me={global:{stubs:{transition:!0,"transition-group":!0},provide:{},components:{},config:{},directives:{},mixins:[],mocks:{},plugins:[],renderStubDefaultSlot:!1},plugins:{VueWrapper:new al,DOMWrapper:new al}};function ol(e,t){if(t.stubs)if(Array.isArray(t.stubs))t.stubs.forEach(function(l){return e[l]=!0});else for(var n=0,i=Object.entries(t.stubs);n<i.length;n++){var s=i[n],a=s[0],o=s[1];e[a]=o}}function gb(e,t){return j(j(j({},e),t),{globalProperties:j(j({},e==null?void 0:e.globalProperties),t==null?void 0:t.globalProperties)})}function _b(e){var t,n,i;e===void 0&&(e={});var s={},a=(t=Me==null?void 0:Me.global)!==null&&t!==void 0?t:{};ol(s,a),ol(s,e);var o=(i=(n=e.renderStubDefaultSlot)!==null&&n!==void 0?n:a.renderStubDefaultSlot||(Me==null?void 0:Me.renderStubDefaultSlot))!==null&&i!==void 0?i:!1;return Me.renderStubDefaultSlot===!0&&console.warn("config.renderStubDefaultSlot is deprecated, use config.global.renderStubDefaultSlot instead"),{mixins:Ie(Ie([],a.mixins||[],!0),e.mixins||[],!0),plugins:Ie(Ie([],a.plugins||[],!0),e.plugins||[],!0),stubs:s,components:j(j({},a.components),e.components),provide:j(j({},a.provide),e.provide),mocks:j(j({},a.mocks),e.mocks),config:gb(a.config,e.config),directives:j(j({},a.directives),e.directives),renderStubDefaultSlot:o}}var Ct=function(e){return!!e&&typeof e=="object"};function bb(e){if(e instanceof Object){var t=e.constructor&&e.constructor.toString().substring(0,5)==="class";if(!("prototype"in e))return t;var n=e.prototype,i=n.constructor&&n.constructor.toString&&n.constructor.toString().substring(0,5)==="class";return t||i}}var ll=function(e,t){var n;return!Ct(e)||!Ct(t)?t:(Object.keys(t).concat(bb(t)?Object.getOwnPropertyNames((n=Object.getPrototypeOf(t))!==null&&n!==void 0?n:{}):Object.getOwnPropertyNames(t)).forEach(function(i){var s=e[i],a=t[i];Array.isArray(s)&&Array.isArray(a)||a instanceof Date?e[i]=a:Ct(s)&&Ct(a)?e[i]=ll(Object.assign({},s),a):e[i]=a}),e)};function yb(e){return typeof e=="function"&&"__vccOpts"in e}function Mr(e){return!!(e&&(typeof e=="object"||typeof e=="function"))}function xr(e){return typeof e=="function"&&!yb(e)}function Jt(e){return!!(e&&typeof e=="object")}function Eb(e){var t,n;return e.nodeType!==Node.COMMENT_NODE&&(n=(t=e.textContent)===null||t===void 0?void 0:t.trim())!==null&&n!==void 0?n:""}function cl(e,t){return e.hasOwnProperty(t)}function Ib(e){return!!e}function Cb(e){return typeof e=="object"&&"ref"in e}function ul(e){return Array.isArray(e)?e.reduce(function(t,n){return t[n]=!0,t},{}):e}var fl=function(e){return e.match(/^v[A-Z].*/)};function dl(e){var t=ul(e);return Object.fromEntries(Object.entries(t).filter(function(n){var i=n[0];return!fl(i)}))}function Nb(e){var t=ul(e);return Object.fromEntries(Object.entries(t).filter(function(n){var i=n[0],s=n[1];return fl(i)&&s!==!1}).map(function(n){var i=n[0],s=n[1];return[i.substring(1),s]}))}function Tb(e){return e&&e.$.devtoolsRawSetupState}function Sb(e){return e&&e.$.setupState.__isScriptSetup}var pl,wb=function(){return pl||(pl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{})},kb=["stop","prevent","self","exact","prevent","capture"],Ob=["ctrl","shift","alt","meta"],Mb=["left","middle","right"],xb={backspace:8,tab:9,enter:13,esc:27,space:32,pageup:33,pagedown:34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46},hl={abort:{eventInterface:"Event",bubbles:!1,cancelable:!1},afterprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},animationend:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationiteration:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationstart:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},appinstalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},audioprocess:{eventInterface:"AudioProcessingEvent",bubbles:!1,cancelable:!1},audioend:{eventInterface:"Event",bubbles:!1,cancelable:!1},audiostart:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeunload:{eventInterface:"BeforeUnloadEvent",bubbles:!1,cancelable:!0},beginEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},blur:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},boundary:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},cached:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplay:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplaythrough:{eventInterface:"Event",bubbles:!1,cancelable:!1},change:{eventInterface:"Event",bubbles:!0,cancelable:!1},chargingchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},chargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},checking:{eventInterface:"Event",bubbles:!1,cancelable:!1},click:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},close:{eventInterface:"Event",bubbles:!1,cancelable:!1},complete:{eventInterface:"OfflineAudioCompletionEvent",bubbles:!1,cancelable:!1},compositionend:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionstart:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionupdate:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!1},contextmenu:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},copy:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},cut:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},dblclick:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},devicechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},devicelight:{eventInterface:"DeviceLightEvent",bubbles:!1,cancelable:!1},devicemotion:{eventInterface:"DeviceMotionEvent",bubbles:!1,cancelable:!1},deviceorientation:{eventInterface:"DeviceOrientationEvent",bubbles:!1,cancelable:!1},deviceproximity:{eventInterface:"DeviceProximityEvent",bubbles:!1,cancelable:!1},dischargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},DOMActivate:{eventInterface:"UIEvent",bubbles:!0,cancelable:!0},DOMAttributeNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMAttrModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMCharacterDataModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMContentLoaded:{eventInterface:"Event",bubbles:!0,cancelable:!0},DOMElementNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMFocusIn:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMFocusOut:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMNodeInserted:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeInsertedIntoDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemoved:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemovedFromDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMSubtreeModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!1},downloading:{eventInterface:"Event",bubbles:!1,cancelable:!1},drag:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragend:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragenter:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragleave:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragover:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragstart:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},drop:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},durationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},emptied:{eventInterface:"Event",bubbles:!1,cancelable:!1},end:{eventInterface:"Event",bubbles:!1,cancelable:!1},ended:{eventInterface:"Event",bubbles:!1,cancelable:!1},endEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},error:{eventInterface:"Event",bubbles:!1,cancelable:!1},focus:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},focusin:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},focusout:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},fullscreenchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},fullscreenerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},gamepadconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gamepaddisconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gotpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},hashchange:{eventInterface:"HashChangeEvent",bubbles:!0,cancelable:!1},lostpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},input:{eventInterface:"Event",bubbles:!0,cancelable:!1},invalid:{eventInterface:"Event",cancelable:!0,bubbles:!1},keydown:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keypress:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keyup:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},languagechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},levelchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},load:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},loadeddata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadedmetadata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadend:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},loadstart:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},mark:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},message:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},messageerror:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},mousedown:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseenter:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mouseleave:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mousemove:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseout:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseover:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseup:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},nomatch:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},notificationclick:{eventInterface:"NotificationEvent",bubbles:!1,cancelable:!1},noupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},obsolete:{eventInterface:"Event",bubbles:!1,cancelable:!1},offline:{eventInterface:"Event",bubbles:!1,cancelable:!1},online:{eventInterface:"Event",bubbles:!1,cancelable:!1},open:{eventInterface:"Event",bubbles:!1,cancelable:!1},orientationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},pagehide:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},pageshow:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},paste:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},pause:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},pointercancel:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!1},pointerdown:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerenter:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerleave:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerlockchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointerlockerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointermove:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerout:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerover:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerup:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},play:{eventInterface:"Event",bubbles:!1,cancelable:!1},playing:{eventInterface:"Event",bubbles:!1,cancelable:!1},popstate:{eventInterface:"PopStateEvent",bubbles:!0,cancelable:!1},progress:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},push:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},pushsubscriptionchange:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},ratechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},readystatechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},repeatEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},reset:{eventInterface:"Event",bubbles:!0,cancelable:!0},resize:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},resourcetimingbufferfull:{eventInterface:"Performance",bubbles:!0,cancelable:!0},result:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},resume:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},scroll:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},seeked:{eventInterface:"Event",bubbles:!1,cancelable:!1},seeking:{eventInterface:"Event",bubbles:!1,cancelable:!1},select:{eventInterface:"UIEvent",bubbles:!0,cancelable:!1},selectstart:{eventInterface:"Event",bubbles:!0,cancelable:!0},selectionchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},show:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},slotchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},soundend:{eventInterface:"Event",bubbles:!1,cancelable:!1},soundstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechend:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},stalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},start:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},storage:{eventInterface:"StorageEvent",bubbles:!1,cancelable:!1},submit:{eventInterface:"Event",bubbles:!0,cancelable:!0},success:{eventInterface:"Event",bubbles:!1,cancelable:!1},suspend:{eventInterface:"Event",bubbles:!1,cancelable:!1},SVGAbort:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGError:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGLoad:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGResize:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGScroll:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGUnload:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGZoom:{eventInterface:"SVGZoomEvent",bubbles:!0,cancelable:!1},timeout:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},timeupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},touchcancel:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!1},touchend:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchmove:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchstart:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},transitionend:{eventInterface:"TransitionEvent",bubbles:!0,cancelable:!0},unload:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},updateready:{eventInterface:"Event",bubbles:!1,cancelable:!1},userproximity:{eventInterface:"UserProximityEvent",bubbles:!1,cancelable:!1},voiceschanged:{eventInterface:"Event",bubbles:!1,cancelable:!1},visibilitychange:{eventInterface:"Event",bubbles:!0,cancelable:!1},volumechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},waiting:{eventInterface:"Event",bubbles:!1,cancelable:!1},wheel:{eventInterface:"WheelEvent",bubbles:!0,cancelable:!0}};function Db(e,t){for(var n=[],i=[],s=0;s<e.length;s++){var a=e[s];kb.includes(a)||(Ob.includes(a)||Mb.includes(a)&&t?i.push(a):n.push(a))}return{keyModifiers:n,systemModifiers:i}}function Bb(e){var t=e.modifiers,n=e.options,i=n===void 0?{}:n,s=e.eventType,a=s==="click",o=Db(t,a),l=o.keyModifiers,c=o.systemModifiers;a&&(c.includes("right")?(s="contextmenu",i.button=2):c.includes("middle")&&(s="mouseup",i.button=1));var u=hl[s]||{eventInterface:"Event",cancelable:!0,bubbles:!0},f=c.reduce(function(b,y){return b["".concat(y,"Key")]=!0,b},{}),d=xb[l[0]]||i&&(i.keyCode||i.code),m=j(j(j(j({},f),i),{bubbles:u.bubbles,cancelable:u.cancelable,keyCode:d,code:d}),l[0]?{key:l[0]}:{});return{eventProperties:m,meta:u,eventType:s}}function Lb(e){var t=Bb(e),n=t.eventProperties,i=t.meta,s=t.eventType,a=i.eventInterface,o=window[a],l=typeof o=="function"?o:window.Event;return new l(s,n)}function Pb(e,t){var n=e.split("."),i=n[0],s=n.slice(1),a={eventType:i,modifiers:s,options:t},o=Lb(a),l=Object.getPrototypeOf(o);return t&&Object.keys(t).forEach(function(c){var u=Object.getOwnPropertyDescriptor(l,c),f=!(u&&u.set===void 0);f&&(o[c]=t[c])}),o}var Al=new WeakMap;function $t(e){var t=e.source,n=e.stub;Al.set(n,t)}function ml(e){return Al.get(e)}var Dr=function(e){var t=Object.create(null);return(function(n){var i=t[n];return i||(t[n]=e(n))})},Rb=/-(\w)/g,vl=Dr(function(e){return e.replace(Rb,function(t,n){return n?n.toUpperCase():""})}),gl=Dr(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),zb=/\B([A-Z])/g,jb=Dr(function(e){return e.replace(zb,"-$1").toLowerCase()});function Br(e,t){var n=vl(e),i=gl(n);return!!t&&(t===e||t===n||t===i||gl(vl(t))===i)}function Qb(e){var t,n;return(n=(t=_s.compatUtils)===null||t===void 0?void 0:t.isCompatEnabled(e))!==null&&n!==void 0?n:!1}function _l(e){return!Qb("GLOBAL_EXTEND")||typeof e!="function"?!1:cl(e,"super")&&e.super.extend({}).super===e.super}function Vt(e){return _l(e)?e.options:e}function bl(e){return!!(e&&typeof e=="object"&&cl(e,"functional")&&e.functional)}var yl=function(e,t){return Object.keys((e==null?void 0:e.setupState)||{}).find(function(n){var i;return((i=Object.getOwnPropertyDescriptor(e.setupState,n))===null||i===void 0?void 0:i.value)===t})},El=function(e,t){if(!e||!e.parent)return null;var n=e.type.components;for(var i in n)if(n[i]===t)return i;return yl(e.parent,t)||null},Il=function(e,t){return Jt(t)?yl(e,t)||t.name||t.__name||"":_l(t)?Vt(t).name||"":xr(t)?t.displayName||t.name:""};function Cl(e,t){var n,i,s,a=Vt(t);if(!e.component)return!1;var o=e.type;if(!Mr(o))return!1;if(typeof a=="string")return(i=(n=e.el)===null||n===void 0?void 0:n.matches)===null||i===void 0?void 0:i.call(n,a);var l=[o,ml(o)].filter(Boolean),c=(s=ml(a))!==null&&s!==void 0?s:a;if(l.includes(c))return!0;var u;u=Il(e.component,o);var f=a.name;if(u&&f)return Br(f,u);if(u=El(e.component,o)||void 0,e.component.parent){var d=e.component.parent.type.components;for(var m in d)!f&&d[m]===a&&(f=m),!u&&d[m]===o&&(u=m)}return f&&u?Br(f,u):!1}function Fb(e){return!!e&&typeof e=="object"}function Zn(e,t){if(t&&Array.isArray(t)){var n=Ie([],t,!0).reverse().filter(Fb);n.forEach(function(i){Array.isArray(i)?Zn(e,i):e.unshift(i)})}}function Wb(e,t){for(var n=[],i=[e];i.length;){var s=i.shift();if(Zn(i,s.children),s.component&&Zn(i,[s.component.subTree]),s.suspense){var a=s.suspense.activeBranch;Zn(i,[a])}Cl(s,t)&&!n.includes(s)&&n.push(s)}return n}function Ub(e,t){var n=Wb(e,t);return typeof t=="string"&&(n=n.filter(function(i){var s;return((s=i.component.parent)===null||s===void 0?void 0:s.vnode.el)!==i.el})),n.map(function(i){return i.component})}function He(e){return new Proxy(Object.create(null),{get:function(t,n){switch(n){case"then":return;case"exists":return function(){return!1};default:throw new Error("Cannot call ".concat(String(n)," on an empty ").concat(e,"."))}}})}/*!
|
|
84
47
|
* isElementVisible
|
|
85
48
|
* Adapted from https://github.com/testing-library/jest-dom
|
|
86
49
|
* Licensed under the MIT License.
|
|
87
|
-
*/function
|
|
88
|
-
`);
|
|
89
|
-
`&&(
|
|
50
|
+
*/function qb(e){if(!(e instanceof HTMLElement)&&!(e instanceof SVGElement))return!1;var t=getComputedStyle(e),n=t.display,i=t.visibility,s=t.opacity;return n!=="none"&&i!=="hidden"&&i!=="collapse"&&s!=="0"}function Xb(e){return!e.hasAttribute("hidden")&&(e.nodeName==="DETAILS"?e.hasAttribute("open"):!0)}function Nl(e){return e.nodeName!=="#comment"&&qb(e)&&Xb(e)&&(!e.parentElement||Nl(e.parentElement))}function en(e){return e instanceof Element}var Nt;(function(e){e[e.DOMWrapper=0]="DOMWrapper",e[e.VueWrapper=1]="VueWrapper"})(Nt||(Nt={}));var Lr={};function Tl(e,t){Lr[e]=t}var tn=function(e){return Lr[Nt.DOMWrapper](e)},Yn=function(e,t,n){return Lr[Nt.VueWrapper](e,t,n)};function Hb(e){return e instanceof Element?e.outerHTML:new XMLSerializer().serializeToString(e)}function Kb(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Sl={exports:{}},nn={},Gn={exports:{}},Pr={},Rr={},wl;function zr(){if(wl)return Rr;wl=1;function e(i){this.__parent=i,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}e.prototype.clone_empty=function(){var i=new e(this.__parent);return i.set_indent(this.__indent_count,this.__alignment_count),i},e.prototype.item=function(i){return i<0?this.__items[this.__items.length+i]:this.__items[i]},e.prototype.has_match=function(i){for(var s=this.__items.length-1;s>=0;s--)if(this.__items[s].match(i))return!0;return!1},e.prototype.set_indent=function(i,s){this.is_empty()&&(this.__indent_count=i||0,this.__alignment_count=s||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},e.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},e.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},e.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var i=this.__parent.current_line;return i.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),i.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),i.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,i.__items[0]===" "&&(i.__items.splice(0,1),i.__character_count-=1),!0}return!1},e.prototype.is_empty=function(){return this.__items.length===0},e.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},e.prototype.push=function(i){this.__items.push(i);var s=i.lastIndexOf(`
|
|
51
|
+
`);s!==-1?this.__character_count=i.length-s:this.__character_count+=i.length},e.prototype.pop=function(){var i=null;return this.is_empty()||(i=this.__items.pop(),this.__character_count-=i.length),i},e.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},e.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},e.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},e.prototype.toString=function(){var i="";return this.is_empty()?this.__parent.indent_empty_lines&&(i=this.__parent.get_indent_string(this.__indent_count)):(i=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),i+=this.__items.join("")),i};function t(i,s){this.__cache=[""],this.__indent_size=i.indent_size,this.__indent_string=i.indent_char,i.indent_with_tabs||(this.__indent_string=new Array(i.indent_size+1).join(i.indent_char)),s=s||"",i.indent_level>0&&(s=new Array(i.indent_level+1).join(this.__indent_string)),this.__base_string=s,this.__base_string_length=s.length}t.prototype.get_indent_size=function(i,s){var a=this.__base_string_length;return s=s||0,i<0&&(a=0),a+=i*this.__indent_size,a+=s,a},t.prototype.get_indent_string=function(i,s){var a=this.__base_string;return s=s||0,i<0&&(i=0,a=""),s+=i*this.__indent_size,this.__ensure_cache(s),a+=this.__cache[s],a},t.prototype.__ensure_cache=function(i){for(;i>=this.__cache.length;)this.__add_column()},t.prototype.__add_column=function(){var i=this.__cache.length,s=0,a="";this.__indent_size&&i>=this.__indent_size&&(s=Math.floor(i/this.__indent_size),i-=s*this.__indent_size,a=new Array(s+1).join(this.__indent_string)),i&&(a+=new Array(i+1).join(" ")),this.__cache.push(a)};function n(i,s){this.__indent_cache=new t(i,s),this.raw=!1,this._end_with_newline=i.end_with_newline,this.indent_size=i.indent_size,this.wrap_line_length=i.wrap_line_length,this.indent_empty_lines=i.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new e(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}return n.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},n.prototype.get_line_number=function(){return this.__lines.length},n.prototype.get_indent_string=function(i,s){return this.__indent_cache.get_indent_string(i,s)},n.prototype.get_indent_size=function(i,s){return this.__indent_cache.get_indent_size(i,s)},n.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},n.prototype.add_new_line=function(i){return this.is_empty()||!i&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},n.prototype.get_code=function(i){this.trim(!0);var s=this.current_line.pop();s&&(s[s.length-1]===`
|
|
52
|
+
`&&(s=s.replace(/\n+$/g,"")),this.current_line.push(s)),this._end_with_newline&&this.__add_outputline();var a=this.__lines.join(`
|
|
90
53
|
`);return i!==`
|
|
91
|
-
`&&(s=s.replace(/[\n]/g,i)),s},n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},n.prototype.set_indent=function(i,r){return i=i||0,r=r||0,this.next_line.set_indent(i,r),this.__lines.length>1?(this.current_line.set_indent(i,r),!0):(this.current_line.set_indent(),!1)},n.prototype.add_raw_token=function(i){for(var r=0;r<i.newlines;r++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(i.whitespace_before),this.current_line.push(i.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},n.prototype.add_token=function(i){this.__add_space_before_token(),this.current_line.push(i),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},n.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},n.prototype.remove_indent=function(i){for(var r=this.__lines.length;i<r;)this.__lines[i]._remove_indent(),i++;this.current_line._remove_wrap_indent()},n.prototype.trim=function(i){for(i=i===void 0?!1:i,this.current_line.trim();i&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},n.prototype.just_added_newline=function(){return this.current_line.is_empty()},n.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},n.prototype.ensure_empty_line_above=function(i,r){for(var s=this.__lines.length-2;s>=0;){var o=this.__lines[s];if(o.is_empty())break;if(o.item(0).indexOf(i)!==0&&o.item(-1)!==r){this.__lines.splice(s+1,0,new e(this)),this.previous_line=this.__lines[this.__lines.length-2];break}s--}},ju.Output=n,ju}var zu={},B_;function z_(){if(B_)return zu;B_=1;function e(t,n,i,r){this.type=t,this.text=n,this.comments_before=null,this.newlines=i||0,this.whitespace_before=r||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}return zu.Token=e,zu}var Qu={},Q_;function F_(){return Q_||(Q_=1,(function(e){var t="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",n="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",i="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",r="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",s="(?:\\\\u[0-9a-fA-F]{4}|["+t+i+"])",o="(?:\\\\u[0-9a-fA-F]{4}|["+n+i+r+"])*";e.identifier=new RegExp(s+o,"g"),e.identifierStart=new RegExp(s),e.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+n+i+r+"])+"),e.newline=/[\n\r\u2028\u2029]/,e.lineBreak=new RegExp(`\r
|
|
92
|
-
|`+e.newline.source),e.allLineBreaks=new RegExp(e.lineBreak.source,"g")})(
|
|
93
|
-
`).replace(/\\t/," ")),o},e.prototype._get_number=function(i,
|
|
94
|
-
`+
|
|
95
|
-
You passed in: '`+this.raw_options[i]+"'");return o[0]},e.prototype._get_selection_list=function(i,
|
|
96
|
-
`+
|
|
97
|
-
You passed in: '`+this.raw_options[i]+"'");return o},e.prototype._is_valid_selection=function(i,r){return i.length&&r.length&&!i.some(function(s){return r.indexOf(s)===-1})};function t(i,r){var s={};i=n(i);var o;for(o in i)o!==r&&(s[o]=i[o]);if(r&&i[r])for(o in i[r])s[o]=i[r][o];return s}function n(i){var r={},s;for(s in i){var o=s.replace(/-/g,"_");r[o]=i[s]}return r}return Fs.Options=e,Fs.normalizeOpts=n,Fs.mergeOpts=t,Fs}var U_;function H_(){if(U_)return Fu;U_=1;var e=Wu().Options,t=["before-newline","after-newline","preserve-newline"];function n(i){e.call(this,i,"js");var r=this.raw_options.brace_style||null;r==="expand-strict"?this.raw_options.brace_style="expand":r==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var s=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var o=0;o<s.length;o++)s[o]==="preserve-inline"?this.brace_preserve_inline=!0:this.brace_style=s[o];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",t),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}return n.prototype=new e,Fu.Options=n,Fu}var Pr={},Uu={},q_;function Hu(){if(q_)return Uu;q_=1;var e=RegExp.prototype.hasOwnProperty("sticky");function t(n){this.__input=n||"",this.__input_length=this.__input.length,this.__position=0}return t.prototype.restart=function(){this.__position=0},t.prototype.back=function(){this.__position>0&&(this.__position-=1)},t.prototype.hasNext=function(){return this.__position<this.__input_length},t.prototype.next=function(){var n=null;return this.hasNext()&&(n=this.__input.charAt(this.__position),this.__position+=1),n},t.prototype.peek=function(n){var i=null;return n=n||0,n+=this.__position,n>=0&&n<this.__input_length&&(i=this.__input.charAt(n)),i},t.prototype.__match=function(n,i){n.lastIndex=i;var r=n.exec(this.__input);return r&&!(e&&n.sticky)&&r.index!==i&&(r=null),r},t.prototype.test=function(n,i){return i=i||0,i+=this.__position,i>=0&&i<this.__input_length?!!this.__match(n,i):!1},t.prototype.testChar=function(n,i){var r=this.peek(i);return n.lastIndex=0,r!==null&&n.test(r)},t.prototype.match=function(n){var i=this.__match(n,this.__position);return i?this.__position+=i[0].length:i=null,i},t.prototype.read=function(n,i,r){var s="",o;return n&&(o=this.match(n),o&&(s+=o[0])),i&&(o||!n)&&(s+=this.readUntil(i,r)),s},t.prototype.readUntil=function(n,i){var r="",s=this.__position;n.lastIndex=this.__position;var o=n.exec(this.__input);return o?(s=o.index,i&&(s+=o[0].length)):s=this.__input_length,r=this.__input.substring(this.__position,s),this.__position=s,r},t.prototype.readUntilAfter=function(n){return this.readUntil(n,!0)},t.prototype.get_regexp=function(n,i){var r=null,s="g";return i&&e&&(s="y"),typeof n=="string"&&n!==""?r=new RegExp(n,s):n&&(r=new RegExp(n.source,s)),r},t.prototype.get_literal_regexp=function(n){return RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},t.prototype.peekUntilAfter=function(n){var i=this.__position,r=this.readUntilAfter(n);return this.__position=i,r},t.prototype.lookBack=function(n){var i=this.__position-1;return i>=n.length&&this.__input.substring(i-n.length,i).toLowerCase()===n},Uu.InputScanner=t,Uu}var Ra={},qu={},K_;function Tx(){if(K_)return qu;K_=1;function e(t){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=t}return e.prototype.restart=function(){this.__position=0},e.prototype.isEmpty=function(){return this.__tokens_length===0},e.prototype.hasNext=function(){return this.__position<this.__tokens_length},e.prototype.next=function(){var t=null;return this.hasNext()&&(t=this.__tokens[this.__position],this.__position+=1),t},e.prototype.peek=function(t){var n=null;return t=t||0,t+=this.__position,t>=0&&t<this.__tokens_length&&(n=this.__tokens[t]),n},e.prototype.add=function(t){this.__parent_token&&(t.parent=this.__parent_token),this.__tokens.push(t),this.__tokens_length+=1},qu.TokenStream=e,qu}var Ku={},Xu={},X_;function Va(){if(X_)return Xu;X_=1;function e(t,n){this._input=t,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,n&&(this._starting_pattern=this._input.get_regexp(n._starting_pattern,!0),this._match_pattern=this._input.get_regexp(n._match_pattern,!0),this._until_pattern=this._input.get_regexp(n._until_pattern),this._until_after=n._until_after)}return e.prototype.read=function(){var t=this._input.read(this._starting_pattern);return(!this._starting_pattern||t)&&(t+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),t},e.prototype.read_match=function(){return this._input.match(this._match_pattern)},e.prototype.until_after=function(t){var n=this._create();return n._until_after=!0,n._until_pattern=this._input.get_regexp(t),n._update(),n},e.prototype.until=function(t){var n=this._create();return n._until_after=!1,n._until_pattern=this._input.get_regexp(t),n._update(),n},e.prototype.starting_with=function(t){var n=this._create();return n._starting_pattern=this._input.get_regexp(t,!0),n._update(),n},e.prototype.matching=function(t){var n=this._create();return n._match_pattern=this._input.get_regexp(t,!0),n._update(),n},e.prototype._create=function(){return new e(this._input,this)},e.prototype._update=function(){},Xu.Pattern=e,Xu}var Z_;function wx(){if(Z_)return Ku;Z_=1;var e=Va().Pattern;function t(n,i){e.call(this,n,i),i?this._line_regexp=this._input.get_regexp(i._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}return t.prototype=new e,t.prototype.__set_whitespace_patterns=function(n,i){n+="\\t ",i+="\\n\\r",this._match_pattern=this._input.get_regexp("["+n+i+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+i+"]")},t.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var n=this._input.read(this._match_pattern);if(n===" ")this.whitespace_before_token=" ";else if(n){var i=this.__split(this._newline_regexp,n);this.newline_count=i.length-1,this.whitespace_before_token=i[this.newline_count]}return n},t.prototype.matching=function(n,i){var r=this._create();return r.__set_whitespace_patterns(n,i),r._update(),r},t.prototype._create=function(){return new t(this._input,this)},t.prototype.__split=function(n,i){n.lastIndex=0;for(var r=0,s=[],o=n.exec(i);o;)s.push(i.substring(r,o.index)),r=o.index+o[0].length,o=n.exec(i);return r<i.length?s.push(i.substring(r,i.length)):s.push(""),s},Ku.WhitespacePattern=t,Ku}var Y_;function ja(){if(Y_)return Ra;Y_=1;var e=Hu().InputScanner,t=z_().Token,n=Tx().TokenStream,i=wx().WhitespacePattern,r={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},s=function(o,a){this._input=new e(o),this._options=a||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new i(this._input)};return s.prototype.tokenize=function(){this._input.restart(),this.__tokens=new n,this._reset();for(var o,a=new t(r.START,""),l=null,c=[],u=new n;a.type!==r.EOF;){for(o=this._get_next_token(a,l);this._is_comment(o);)u.add(o),o=this._get_next_token(a,l);u.isEmpty()||(o.comments_before=u,u=new n),o.parent=l,this._is_opening(o)?(c.push(l),l=o):l&&this._is_closing(o,l)&&(o.opened=l,l.closed=o,l=c.pop(),o.parent=l),o.previous=a,a.next=o,this.__tokens.add(o),a=o}return this.__tokens},s.prototype._is_first_token=function(){return this.__tokens.isEmpty()},s.prototype._reset=function(){},s.prototype._get_next_token=function(o,a){this._readWhitespace();var l=this._input.read(/.+/g);return l?this._create_token(r.RAW,l):this._create_token(r.EOF,"")},s.prototype._is_comment=function(o){return!1},s.prototype._is_opening=function(o){return!1},s.prototype._is_closing=function(o,a){return!1},s.prototype._create_token=function(o,a){var l=new t(o,a,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return l},s.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},Ra.Tokenizer=s,Ra.TOKEN=r,Ra}var Zu={},G_;function Yu(){if(G_)return Zu;G_=1;function e(t,n){t=typeof t=="string"?t:t.source,n=typeof n=="string"?n:n.source,this.__directives_block_pattern=new RegExp(t+/ beautify( \w+[:]\w+)+ /.source+n,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(t+/\sbeautify\signore:end\s/.source+n,"g")}return e.prototype.get_directives=function(t){if(!t.match(this.__directives_block_pattern))return null;var n={};this.__directive_pattern.lastIndex=0;for(var i=this.__directive_pattern.exec(t);i;)n[i[1]]=i[2],i=this.__directive_pattern.exec(t);return n},e.prototype.readIgnored=function(t){return t.readUntilAfter(this.__directives_end_ignore_pattern)},Zu.Directives=e,Zu}var Gu={},J_;function $_(){if(J_)return Gu;J_=1;var e=Va().Pattern,t={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function n(i,r){e.call(this,i,r),this.__template_pattern=null,this._disabled=Object.assign({},t),this._excluded=Object.assign({},t),r&&(this.__template_pattern=this._input.get_regexp(r.__template_pattern),this._excluded=Object.assign(this._excluded,r._excluded),this._disabled=Object.assign(this._disabled,r._disabled));var s=new e(i);this.__patterns={handlebars_comment:s.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:s.starting_with(/{{{/).until_after(/}}}/),handlebars:s.starting_with(/{{/).until_after(/}}/),php:s.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:s.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:s.starting_with(/{%/).until_after(/%}/),django_value:s.starting_with(/{{/).until_after(/}}/),django_comment:s.starting_with(/{#/).until_after(/#}/),smarty:s.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:s.starting_with(/{\*/).until_after(/\*}/),smarty_literal:s.starting_with(/{literal}/).until_after(/{\/literal}/)}}return n.prototype=new e,n.prototype._create=function(){return new n(this._input,this)},n.prototype._update=function(){this.__set_templated_pattern()},n.prototype.disable=function(i){var r=this._create();return r._disabled[i]=!0,r._update(),r},n.prototype.read_options=function(i){var r=this._create();for(var s in t)r._disabled[s]=i.templating.indexOf(s)===-1;return r._update(),r},n.prototype.exclude=function(i){var r=this._create();return r._excluded[i]=!0,r._update(),r},n.prototype.read=function(){var i="";this._match_pattern?i=this._input.read(this._starting_pattern):i=this._input.read(this._starting_pattern,this.__template_pattern);for(var r=this._read_template();r;)this._match_pattern?r+=this._input.read(this._match_pattern):r+=this._input.readUntil(this.__template_pattern),i+=r,r=this._read_template();return this._until_after&&(i+=this._input.readUntilAfter(this._until_pattern)),i},n.prototype.__set_templated_pattern=function(){var i=[];this._disabled.php||i.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||i.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||i.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(i.push(this.__patterns.django._starting_pattern.source),i.push(this.__patterns.django_value._starting_pattern.source),i.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||i.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&i.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+i.join("|")+")")},n.prototype._read_template=function(){var i="",r=this._input.peek();if(r==="<"){var s=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&s==="?"&&(i=i||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&s==="%"&&(i=i||this.__patterns.erb.read())}else r==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(i=i||this.__patterns.handlebars_comment.read(),i=i||this.__patterns.handlebars_unescaped.read(),i=i||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(i=i||this.__patterns.django_value.read()),this._excluded.django||(i=i||this.__patterns.django_comment.read(),i=i||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(i=i||this.__patterns.smarty_comment.read(),i=i||this.__patterns.smarty_literal.read(),i=i||this.__patterns.smarty.read()));return i},Gu.TemplatablePattern=n,Gu}var ev;function Ba(){if(ev)return Pr;ev=1;var e=Hu().InputScanner,t=ja().Tokenizer,n=ja().TOKEN,i=Yu().Directives,r=F_(),s=Va().Pattern,o=$_().TemplatablePattern;function a(C,x){return x.indexOf(C)!==-1}var l={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:n.START,RAW:n.RAW,EOF:n.EOF},c=new i(/\/\*/,/\*\//),u=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,f=/[0-9]/,d=/[^\d\.]/,_=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),v=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";v=v.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),v="\\?\\.(?!\\d) "+v,v=v.replace(/ /g,"|");var A=new RegExp(v),h="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),g=h.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),E=new RegExp("^(?:"+g.join("|")+")$"),b,I=function(C,x){t.call(this,C,x),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var T=new s(this._input),N=new o(this._input).read_options(this._options);this.__patterns={template:N,identifier:N.starting_with(r.identifier).matching(r.identifierMatch),number:T.matching(u),punct:T.matching(A),comment:T.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:T.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:T.matching(/<!--/),html_comment_end:T.matching(/-->/),include:T.starting_with(/#include/).until_after(r.lineBreak),shebang:T.starting_with(/#!/).until_after(r.lineBreak),xml:T.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:N.until(/['\\\n\r\u2028\u2029]/),double_quote:N.until(/["\\\n\r\u2028\u2029]/),template_text:N.until(/[`\\$]/),template_expression:N.until(/[`}\\]/)}};I.prototype=new t,I.prototype._is_comment=function(C){return C.type===l.COMMENT||C.type===l.BLOCK_COMMENT||C.type===l.UNKNOWN},I.prototype._is_opening=function(C){return C.type===l.START_BLOCK||C.type===l.START_EXPR},I.prototype._is_closing=function(C,x){return(C.type===l.END_BLOCK||C.type===l.END_EXPR)&&x&&(C.text==="]"&&x.text==="["||C.text===")"&&x.text==="("||C.text==="}"&&x.text==="{")},I.prototype._reset=function(){b=!1},I.prototype._get_next_token=function(C,x){var T=null;this._readWhitespace();var N=this._input.peek();return N===null?this._create_token(l.EOF,""):(T=T||this._read_non_javascript(N),T=T||this._read_string(N),T=T||this._read_pair(N,this._input.peek(1)),T=T||this._read_word(C),T=T||this._read_singles(N),T=T||this._read_comment(N),T=T||this._read_regexp(N,C),T=T||this._read_xml(N,C),T=T||this._read_punctuation(),T=T||this._create_token(l.UNKNOWN,this._input.next()),T)},I.prototype._read_word=function(C){var x;if(x=this.__patterns.identifier.read(),x!=="")return x=x.replace(r.allLineBreaks,`
|
|
98
|
-
`),!(
|
|
99
|
-
`);if(
|
|
100
|
-
`);
|
|
101
|
-
`),
|
|
102
|
-
`),this._create_token(
|
|
103
|
-
`),this._create_token(
|
|
104
|
-
`&&this._input.next(),
|
|
105
|
-
`);for(var
|
|
106
|
-
`);
|
|
107
|
-
`);return
|
|
108
|
-
`,y&&n.lineBreak.test(y||"")&&(m=y.match(n.lineBreak)[0]));for(var O=this._tokens.next();O;)this.handle_token(O),this._last_last_text=this._flags.last_token.text,this._flags.last_token=O,O=this._tokens.next();return p=this._output.get_code(m),p},T.prototype.handle_token=function(p,y){p.type===a.START_EXPR?this.handle_start_expr(p):p.type===a.END_EXPR?this.handle_end_expr(p):p.type===a.START_BLOCK?this.handle_start_block(p):p.type===a.END_BLOCK?this.handle_end_block(p):p.type===a.WORD?this.handle_word(p):p.type===a.RESERVED?this.handle_word(p):p.type===a.SEMICOLON?this.handle_semicolon(p):p.type===a.STRING?this.handle_string(p):p.type===a.EQUALS?this.handle_equals(p):p.type===a.OPERATOR?this.handle_operator(p):p.type===a.COMMA?this.handle_comma(p):p.type===a.BLOCK_COMMENT?this.handle_block_comment(p,y):p.type===a.COMMENT?this.handle_comment(p,y):p.type===a.DOT?this.handle_dot(p):p.type===a.EOF?this.handle_eof(p):p.type===a.UNKNOWN?this.handle_unknown(p,y):this.handle_unknown(p,y)},T.prototype.handle_whitespace_and_comments=function(p,y){var m=p.newlines,O=this._options.keep_array_indentation&&I(this._flags.mode);if(p.comments_before)for(var k=p.comments_before.next();k;)this.handle_whitespace_and_comments(k,y),this.handle_token(k,y),k=p.comments_before.next();if(O)for(var L=0;L<m;L+=1)this.print_newline(L>0,y);else if(this._options.max_preserve_newlines&&m>this._options.max_preserve_newlines&&(m=this._options.max_preserve_newlines),this._options.preserve_newlines&&m>1){this.print_newline(!1,y);for(var R=1;R<m;R+=1)this.print_newline(!0,y)}};var N=["async","break","continue","return","throw","yield"];return T.prototype.allow_wrap_or_preserved_newline=function(p,y){if(y=y===void 0?!1:y,!this._output.just_added_newline()){var m=this._options.preserve_newlines&&p.newlines||y,O=l(this._flags.last_token.text,o)||l(p.text,o);if(O){var k=l(this._flags.last_token.text,o)&&l(this._options.operator_position,h)||l(p.text,o);m=m&&k}if(m)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(d(this._flags.last_token,N))return;this._output.set_wrap_point()}}},T.prototype.print_newline=function(p,y){if(!y&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==a.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))for(var m=this._tokens.peek();this._flags.mode===g.Statement&&!(this._flags.if_block&&f(m,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(p)&&(this._flags.multiline_frame=!0)},T.prototype.print_token_line_indentation=function(p){this._output.just_added_newline()&&(this._options.keep_array_indentation&&p.newlines&&(p.text==="["||I(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(p.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},T.prototype.print_token=function(p){if(this._output.raw){this._output.add_raw_token(p);return}if(this._options.comma_first&&p.previous&&p.previous.type===a.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var y=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(y),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(p),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(p),this._output.non_breaking_space=!0,this._output.add_token(p.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},T.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},T.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},T.prototype.set_mode=function(p){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,p),this._flags=this.create_flags(this._previous_flags,p),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},T.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===g.Statement&&E(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},T.prototype.start_of_object_property=function(){return this._flags.parent.mode===g.ObjectLiteral&&this._flags.mode===g.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||d(this._flags.last_token,["get","set"]))},T.prototype.start_of_statement=function(p){var y=!1;return y=y||d(this._flags.last_token,["var","let","const"])&&p.type===a.WORD,y=y||f(this._flags.last_token,"do"),y=y||!(this._flags.parent.mode===g.ObjectLiteral&&this._flags.mode===g.Statement)&&d(this._flags.last_token,N)&&!p.newlines,y=y||f(this._flags.last_token,"else")&&!(f(p,"if")&&!p.comments_before),y=y||this._flags.last_token.type===a.END_EXPR&&(this._previous_flags.mode===g.ForInitializer||this._previous_flags.mode===g.Conditional),y=y||this._flags.last_token.type===a.WORD&&this._flags.mode===g.BlockStatement&&!this._flags.in_case&&!(p.text==="--"||p.text==="++")&&this._last_last_text!=="function"&&p.type!==a.WORD&&p.type!==a.RESERVED,y=y||this._flags.mode===g.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||d(this._flags.last_token,["get","set"])),y?(this.set_mode(g.Statement),this.indent(),this.handle_whitespace_and_comments(p,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(p,d(p,["do","for","if","while"])),!0):!1},T.prototype.handle_start_expr=function(p){this.start_of_statement(p)||this.handle_whitespace_and_comments(p);var y=g.Expression;if(p.text==="["){if(this._flags.last_token.type===a.WORD||this._flags.last_token.text===")"){d(this._flags.last_token,s)&&(this._output.space_before_token=!0),this.print_token(p),this.set_mode(y),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}y=g.ArrayLiteral,I(this._flags.mode)&&(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline()),l(this._flags.last_token.type,[a.START_EXPR,a.END_EXPR,a.WORD,a.OPERATOR,a.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===a.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,y=g.ForInitializer):l(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,y=g.Conditional):l(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&p.whitespace_before===""?this._output.space_before_token=!1:(l(this._flags.last_token.text,s)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===a.EQUALS||this._flags.last_token.type===a.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(p);else if(this._flags.last_token.type===a.WORD){this._output.space_before_token=!1;var m=this._tokens.peek(-3);if(this._options.space_after_named_function&&m){var O=this._tokens.peek(-4);d(m,["async","function"])||m.text==="*"&&d(O,["async","function"])?this._output.space_before_token=!0:this._flags.mode===g.ObjectLiteral?(m.text==="{"||m.text===","||m.text==="*"&&(O.text==="{"||O.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(p);(this._flags.last_token.type===a.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(l(this._last_last_text,["function","yield"])||this._flags.mode===g.ObjectLiteral&&l(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===a.START_BLOCK?this.print_newline():(this._flags.last_token.type===a.END_EXPR||this._flags.last_token.type===a.START_EXPR||this._flags.last_token.type===a.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===a.COMMA)&&this.allow_wrap_or_preserved_newline(p,p.newlines),this.print_token(p),this.set_mode(y),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},T.prototype.handle_end_expr=function(p){for(;this._flags.mode===g.Statement;)this.restore_mode();this.handle_whitespace_and_comments(p),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(p,p.text==="]"&&I(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===a.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(p),this.restore_mode(),E(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===g.Conditional&&(this._previous_flags.mode=g.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},T.prototype.handle_start_block=function(p){this.handle_whitespace_and_comments(p);var y=this._tokens.peek(),m=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===a.END_EXPR?(this.set_mode(g.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(g.BlockStatement):m&&(l(m.text,[":",","])&&l(y.type,[a.STRING,a.WORD,a.RESERVED])||l(y.text,["get","set","..."])&&l(m.type,[a.WORD,a.RESERVED]))?l(this._last_last_text,["class","interface"])&&!l(m.text,[":",","])?this.set_mode(g.BlockStatement):this.set_mode(g.ObjectLiteral):this._flags.last_token.type===a.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(g.BlockStatement):l(this._flags.last_token.type,[a.EQUALS,a.START_EXPR,a.COMMA,a.OPERATOR])||d(this._flags.last_token,["return","throw","import","default"])?this.set_mode(g.ObjectLiteral):this.set_mode(g.BlockStatement),this._flags.last_token&&d(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var O=!y.comments_before&&y.text==="}",k=O&&this._flags.last_word==="function"&&this._flags.last_token.type===a.END_EXPR;if(this._options.brace_preserve_inline){var L=0,R=null;this._flags.inline_frame=!0;do if(L+=1,R=this._tokens.peek(L-1),R.newlines){this._flags.inline_frame=!1;break}while(R.type!==a.EOF&&!(R.type===a.END_BLOCK&&R.opened===p))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&p.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==a.OPERATOR&&(k||this._flags.last_token.type===a.EQUALS||d(this._flags.last_token,_)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(I(this._previous_flags.mode)&&(this._flags.last_token.type===a.START_EXPR||this._flags.last_token.type===a.COMMA)&&((this._flags.last_token.type===a.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===a.COMMA||this._flags.last_token.type===a.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(p),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==a.OPERATOR&&this._flags.last_token.type!==a.START_EXPR&&(l(this._flags.last_token.type,[a.START_BLOCK,a.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(p),this.indent(),!O&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},T.prototype.handle_end_block=function(p){for(this.handle_whitespace_and_comments(p);this._flags.mode===g.Statement;)this.restore_mode();var y=this._flags.last_token.type===a.START_BLOCK;this._flags.inline_frame&&!y?this._output.space_before_token=!0:this._options.brace_style==="expand"?y||this.print_newline():y||(I(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(p)},T.prototype.handle_word=function(p){if(p.type===a.RESERVED){if(l(p.text,["set","get"])&&this._flags.mode!==g.ObjectLiteral)p.type=a.WORD;else if(p.text==="import"&&l(this._tokens.peek().text,["(","."]))p.type=a.WORD;else if(l(p.text,["as","from"])&&!this._flags.import_block)p.type=a.WORD;else if(this._flags.mode===g.ObjectLiteral){var y=this._tokens.peek();y.text===":"&&(p.type=a.WORD)}}if(this.start_of_statement(p)?d(this._flags.last_token,["var","let","const"])&&p.type===a.WORD&&(this._flags.declaration_statement=!0):p.newlines&&!w(this._flags.mode)&&(this._flags.last_token.type!==a.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==a.EQUALS&&(this._options.preserve_newlines||!d(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(p),this.print_newline()):this.handle_whitespace_and_comments(p),this._flags.do_block&&!this._flags.do_while)if(f(p,"while")){this._output.space_before_token=!0,this.print_token(p),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&f(p,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===g.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&d(p,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(p),this._flags.in_case=!0;return}if((this._flags.last_token.type===a.COMMA||this._flags.last_token.type===a.START_EXPR||this._flags.last_token.type===a.EQUALS||this._flags.last_token.type===a.OPERATOR)&&(this.start_of_object_property()||this.allow_wrap_or_preserved_newline(p)),f(p,"function")){(l(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(l(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===a.OPERATOR))&&!this._output.just_added_blankline()&&!p.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===a.RESERVED||this._flags.last_token.type===a.WORD?d(this._flags.last_token,["get","set","new","export"])||d(this._flags.last_token,N)?this._output.space_before_token=!0:f(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===a.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(w(this._flags.mode)||I(this._flags.mode))||this.print_newline(),this.print_token(p),this._flags.last_word=p.text;return}var m="NONE";if(this._flags.last_token.type===a.END_BLOCK?this._previous_flags.inline_frame?m="SPACE":d(p,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&p.newlines?m="NEWLINE":(m="SPACE",this._output.space_before_token=!0):m="NEWLINE":this._flags.last_token.type===a.SEMICOLON&&this._flags.mode===g.BlockStatement?m="NEWLINE":this._flags.last_token.type===a.SEMICOLON&&w(this._flags.mode)?m="SPACE":this._flags.last_token.type===a.STRING?m="NEWLINE":this._flags.last_token.type===a.RESERVED||this._flags.last_token.type===a.WORD||this._flags.last_token.text==="*"&&(l(this._last_last_text,["function","yield"])||this._flags.mode===g.ObjectLiteral&&l(this._last_last_text,["{",","]))?m="SPACE":this._flags.last_token.type===a.START_BLOCK?this._flags.inline_frame?m="SPACE":m="NEWLINE":this._flags.last_token.type===a.END_EXPR&&(this._output.space_before_token=!0,m="NEWLINE"),d(p,s)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?m="SPACE":m="NEWLINE"),d(p,["else","catch","finally"]))if((!(this._flags.last_token.type===a.END_BLOCK&&this._previous_flags.mode===g.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&p.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var O=this._output.current_line;O.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else m==="NEWLINE"?d(this._flags.last_token,_)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&d(p,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==a.END_EXPR?(this._flags.last_token.type!==a.START_EXPR||!d(p,["var","let","const"]))&&this._flags.last_token.text!==":"&&(f(p,"if")&&f(p.previous,"else")?this._output.space_before_token=!0:this.print_newline()):d(p,s)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&I(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():m==="SPACE"&&(this._output.space_before_token=!0);p.previous&&(p.previous.type===a.WORD||p.previous.type===a.RESERVED)&&(this._output.space_before_token=!0),this.print_token(p),this._flags.last_word=p.text,p.type===a.RESERVED&&(p.text==="do"?this._flags.do_block=!0:p.text==="if"?this._flags.if_block=!0:p.text==="import"?this._flags.import_block=!0:this._flags.import_block&&f(p,"from")&&(this._flags.import_block=!1))},T.prototype.handle_semicolon=function(p){this.start_of_statement(p)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(p);for(var y=this._tokens.peek();this._flags.mode===g.Statement&&!(this._flags.if_block&&f(y,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(p)},T.prototype.handle_string=function(p){p.text.startsWith("`")&&p.newlines===0&&p.whitespace_before===""&&(p.previous.text===")"||this._flags.last_token.type===a.WORD)||(this.start_of_statement(p)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(p),this._flags.last_token.type===a.RESERVED||this._flags.last_token.type===a.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===a.COMMA||this._flags.last_token.type===a.START_EXPR||this._flags.last_token.type===a.EQUALS||this._flags.last_token.type===a.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(p):p.text.startsWith("`")&&this._flags.last_token.type===a.END_EXPR&&(p.previous.text==="]"||p.previous.text===")")&&p.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(p)},T.prototype.handle_equals=function(p){this.start_of_statement(p)||this.handle_whitespace_and_comments(p),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(p),this._output.space_before_token=!0},T.prototype.handle_comma=function(p){this.handle_whitespace_and_comments(p,!0),this.print_token(p),this._output.space_before_token=!0,this._flags.declaration_statement?(w(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(p)):this._flags.mode===g.ObjectLiteral||this._flags.mode===g.Statement&&this._flags.parent.mode===g.ObjectLiteral?(this._flags.mode===g.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(p)},T.prototype.handle_operator=function(p){var y=p.text==="*"&&(d(this._flags.last_token,["function","yield"])||l(this._flags.last_token.type,[a.START_BLOCK,a.COMMA,a.END_BLOCK,a.SEMICOLON])),m=l(p.text,["-","+"])&&(l(this._flags.last_token.type,[a.START_BLOCK,a.START_EXPR,a.EQUALS,a.OPERATOR])||l(this._flags.last_token.text,s)||this._flags.last_token.text===",");if(!this.start_of_statement(p)){var O=!y;this.handle_whitespace_and_comments(p,O)}if(p.text==="*"&&this._flags.last_token.type===a.DOT){this.print_token(p);return}if(p.text==="::"){this.print_token(p);return}if(this._flags.last_token.type===a.OPERATOR&&l(this._options.operator_position,h)&&this.allow_wrap_or_preserved_newline(p),p.text===":"&&this._flags.in_case){this.print_token(p),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==a.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var k=!0,L=!0,R=!1;if(p.text===":"?this._flags.ternary_depth===0?k=!1:(this._flags.ternary_depth-=1,R=!0):p.text==="?"&&(this._flags.ternary_depth+=1),!m&&!y&&this._options.preserve_newlines&&l(p.text,o)){var V=p.text===":",j=V&&R,Q=V&&!R;switch(this._options.operator_position){case A.before_newline:this._output.space_before_token=!Q,this.print_token(p),(!V||j)&&this.allow_wrap_or_preserved_newline(p),this._output.space_before_token=!0;return;case A.after_newline:this._output.space_before_token=!0,!V||j?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(p):this._output.space_before_token=!1,this.print_token(p),this._output.space_before_token=!0;return;case A.preserve_newline:Q||this.allow_wrap_or_preserved_newline(p),k=!(this._output.just_added_newline()||Q),this._output.space_before_token=k,this.print_token(p),this._output.space_before_token=!0;return}}if(y){this.allow_wrap_or_preserved_newline(p),k=!1;var ce=this._tokens.peek();L=ce&&l(ce.type,[a.WORD,a.RESERVED])}else if(p.text==="...")this.allow_wrap_or_preserved_newline(p),k=this._flags.last_token.type===a.START_BLOCK,L=!1;else if(l(p.text,["--","++","!","~"])||m){if((this._flags.last_token.type===a.COMMA||this._flags.last_token.type===a.START_EXPR)&&this.allow_wrap_or_preserved_newline(p),k=!1,L=!1,p.newlines&&(p.text==="--"||p.text==="++"||p.text==="~")){var pe=d(this._flags.last_token,_)&&p.newlines;pe&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(pe,!0)}this._flags.last_token.text===";"&&w(this._flags.mode)&&(k=!0),this._flags.last_token.type===a.RESERVED?k=!0:this._flags.last_token.type===a.END_EXPR?k=!(this._flags.last_token.text==="]"&&(p.text==="--"||p.text==="++")):this._flags.last_token.type===a.OPERATOR&&(k=l(p.text,["--","-","++","+"])&&l(this._flags.last_token.text,["--","-","++","+"]),l(p.text,["+","-"])&&l(this._flags.last_token.text,["--","++"])&&(L=!0)),(this._flags.mode===g.BlockStatement&&!this._flags.inline_frame||this._flags.mode===g.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||k,this.print_token(p),this._output.space_before_token=L},T.prototype.handle_block_comment=function(p,y){if(this._output.raw){this._output.add_raw_token(p),p.directives&&p.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(p.directives){this.print_newline(!1,y),this.print_token(p),p.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!n.newline.test(p.text)&&!p.newlines){this._output.space_before_token=!0,this.print_token(p),this._output.space_before_token=!0;return}else this.print_block_commment(p,y)},T.prototype.print_block_commment=function(p,y){var m=b(p.text),O,k=!1,L=!1,R=p.whitespace_before,V=R.length;if(this.print_newline(!1,y),this.print_token_line_indentation(p),this._output.add_token(m[0]),this.print_newline(!1,y),m.length>1){for(m=m.slice(1),k=C(m,"*"),L=x(m,R),k&&(this._flags.alignment=1),O=0;O<m.length;O++)k?(this.print_token_line_indentation(p),this._output.add_token(c(m[O]))):L&&m[O]?(this.print_token_line_indentation(p),this._output.add_token(m[O].substring(V))):(this._output.current_line.set_indent(-1),this._output.add_token(m[O])),this.print_newline(!1,y);this._flags.alignment=0}},T.prototype.handle_comment=function(p,y){p.newlines?this.print_newline(!1,y):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(p),this.print_newline(!1,y)},T.prototype.handle_dot=function(p){this.start_of_statement(p)||this.handle_whitespace_and_comments(p,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),d(this._flags.last_token,_)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(p,this._flags.last_token.text===")"&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(p)},T.prototype.handle_unknown=function(p,y){this.print_token(p),p.text[p.text.length-1]===`
|
|
109
|
-
`&&this.print_newline(!1,
|
|
110
|
-
`)break;this._ch=this._input.next()}return
|
|
111
|
-
`&&(
|
|
112
|
-
`,
|
|
113
|
-
`);var
|
|
114
|
-
`&&C&&this._output.add_new_line()}var j=this._output.get_code(_);return j},Ju.Beautifier=f,Ju}var ov;function kx(){if(ov)return za.exports;ov=1;var e=xx().Beautifier,t=rv().Options;function n(i,r){var s=new e(i,r);return s.beautify()}return za.exports=n,za.exports.defaultOptions=function(){return new t},za.exports}var Qa={exports:{}},ef={},tf={},av;function lv(){if(av)return tf;av=1;var e=Wu().Options;function t(n){e.call(this,n,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}return t.prototype=new e,tf.Options=t,tf}var Fa={},cv;function uv(){if(cv)return Fa;cv=1;var e=ja().Tokenizer,t=ja().TOKEN,n=Yu().Directives,i=$_().TemplatablePattern,r=Va().Pattern,s={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:t.START,RAW:t.RAW,EOF:t.EOF},o=new n(/<\!--/,/-->/),a=function(l,c){e.call(this,l,c),this._current_tag_name="";var u=new i(this._input).read_options(this._options),f=new r(this._input);if(this.__patterns={word:u.until(/[\n\r\t <]/),single_quote:u.until_after(/'/),double_quote:u.until_after(/"/),attribute:u.until(/[\n\r\t =>]|\/>/),element_name:u.until(/[\n\r\t >\/]/),handlebars_comment:f.starting_with(/{{!--/).until_after(/--}}/),handlebars:f.starting_with(/{{/).until_after(/}}/),handlebars_open:f.until(/[\n\r\t }]/),handlebars_raw_close:f.until(/}}/),comment:f.starting_with(/<!--/).until_after(/-->/),cdata:f.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:f.starting_with(/<!\[/).until_after(/]>/),processing:f.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var d=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=f.matching(d).until_after(d)}};return a.prototype=new e,a.prototype._is_comment=function(l){return!1},a.prototype._is_opening=function(l){return l.type===s.TAG_OPEN},a.prototype._is_closing=function(l,c){return l.type===s.TAG_CLOSE&&c&&((l.text===">"||l.text==="/>")&&c.text[0]==="<"||l.text==="}}"&&c.text[0]==="{"&&c.text[1]==="{")},a.prototype._reset=function(){this._current_tag_name=""},a.prototype._get_next_token=function(l,c){var u=null;this._readWhitespace();var f=this._input.peek();return f===null?this._create_token(s.EOF,""):(u=u||this._read_open_handlebars(f,c),u=u||this._read_attribute(f,l,c),u=u||this._read_close(f,c),u=u||this._read_raw_content(f,l,c),u=u||this._read_content_word(f),u=u||this._read_comment_or_cdata(f),u=u||this._read_processing(f),u=u||this._read_open(f,c),u=u||this._create_token(s.UNKNOWN,this._input.next()),u)},a.prototype._read_comment_or_cdata=function(l){var c=null,u=null,f=null;if(l==="<"){var d=this._input.peek(1);d==="!"&&(u=this.__patterns.comment.read(),u?(f=o.get_directives(u),f&&f.ignore==="start"&&(u+=o.readIgnored(this._input))):u=this.__patterns.cdata.read()),u&&(c=this._create_token(s.COMMENT,u),c.directives=f)}return c},a.prototype._read_processing=function(l){var c=null,u=null,f=null;if(l==="<"){var d=this._input.peek(1);(d==="!"||d==="?")&&(u=this.__patterns.conditional_comment.read(),u=u||this.__patterns.processing.read()),u&&(c=this._create_token(s.COMMENT,u),c.directives=f)}return c},a.prototype._read_open=function(l,c){var u=null,f=null;return c||l==="<"&&(u=this._input.next(),this._input.peek()==="/"&&(u+=this._input.next()),u+=this.__patterns.element_name.read(),f=this._create_token(s.TAG_OPEN,u)),f},a.prototype._read_open_handlebars=function(l,c){var u=null,f=null;return c||this._options.indent_handlebars&&l==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(u=this.__patterns.handlebars_comment.read(),u=u||this.__patterns.handlebars.read(),f=this._create_token(s.COMMENT,u)):(u=this.__patterns.handlebars_open.read(),f=this._create_token(s.TAG_OPEN,u))),f},a.prototype._read_close=function(l,c){var u=null,f=null;return c&&(c.text[0]==="<"&&(l===">"||l==="/"&&this._input.peek(1)===">")?(u=this._input.next(),l==="/"&&(u+=this._input.next()),f=this._create_token(s.TAG_CLOSE,u)):c.text[0]==="{"&&l==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),f=this._create_token(s.TAG_CLOSE,"}}"))),f},a.prototype._read_attribute=function(l,c,u){var f=null,d="";if(u&&u.text[0]==="<")if(l==="=")f=this._create_token(s.EQUALS,this._input.next());else if(l==='"'||l==="'"){var _=this._input.next();l==='"'?_+=this.__patterns.double_quote.read():_+=this.__patterns.single_quote.read(),f=this._create_token(s.VALUE,_)}else d=this.__patterns.attribute.read(),d&&(c.type===s.EQUALS?f=this._create_token(s.VALUE,d):f=this._create_token(s.ATTRIBUTE,d));return f},a.prototype._is_content_unformatted=function(l){return this._options.void_elements.indexOf(l)===-1&&(this._options.content_unformatted.indexOf(l)!==-1||this._options.unformatted.indexOf(l)!==-1)},a.prototype._read_raw_content=function(l,c,u){var f="";if(u&&u.text[0]==="{")f=this.__patterns.handlebars_raw_close.read();else if(c.type===s.TAG_CLOSE&&c.opened.text[0]==="<"&&c.text[0]!=="/"){var d=c.opened.text.substr(1).toLowerCase();if(d==="script"||d==="style"){var _=this._read_comment_or_cdata(l);if(_)return _.type=s.TEXT,_;f=this._input.readUntil(new RegExp("</"+d+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(d)&&(f=this._input.readUntil(new RegExp("</"+d+"[\\n\\r\\t ]*?>","ig")))}return f?this._create_token(s.TEXT,f):null},a.prototype._read_content_word=function(l){var c="";if(this._options.unformatted_content_delimiter&&l===this._options.unformatted_content_delimiter[0]&&(c=this.__patterns.unformatted_content_delimiter.read()),c||(c=this.__patterns.word.read()),c)return this._create_token(s.TEXT,c)},Fa.Tokenizer=a,Fa.TOKEN=s,Fa}var fv;function Mx(){if(fv)return ef;fv=1;var e=lv().Options,t=Bu().Output,n=uv().Tokenizer,i=uv().TOKEN,r=/\r\n|[\r\n]/,s=/\r\n|[\r\n]/g,o=function(h,g){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=h.max_preserve_newlines,this.preserve_newlines=h.preserve_newlines,this._output=new t(h,g)};o.prototype.current_line_has_match=function(h){return this._output.current_line.has_match(h)},o.prototype.set_space_before_token=function(h,g){this._output.space_before_token=h,this._output.non_breaking_space=g},o.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},o.prototype.add_raw_token=function(h){this._output.add_raw_token(h)},o.prototype.print_preserved_newlines=function(h){var g=0;h.type!==i.TEXT&&h.previous.type!==i.TEXT&&(g=h.newlines?1:0),this.preserve_newlines&&(g=h.newlines<this.max_preserve_newlines+1?h.newlines:this.max_preserve_newlines+1);for(var E=0;E<g;E++)this.print_newline(E>0);return g!==0},o.prototype.traverse_whitespace=function(h){return h.whitespace_before||h.newlines?(this.print_preserved_newlines(h)||(this._output.space_before_token=!0),!0):!1},o.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},o.prototype.print_newline=function(h){this._output.add_new_line(h)},o.prototype.print_token=function(h){h.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(h.text))},o.prototype.indent=function(){this.indent_level++},o.prototype.get_full_indent=function(h){return h=this.indent_level+(h||0),h<1?"":this._output.get_indent_string(h)};var a=function(h){for(var g=null,E=h.next;E.type!==i.EOF&&h.closed!==E;){if(E.type===i.ATTRIBUTE&&E.text==="type"){E.next&&E.next.type===i.EQUALS&&E.next.next&&E.next.next.type===i.VALUE&&(g=E.next.next.text);break}E=E.next}return g},l=function(h,g){var E=null,b=null;return g.closed?(h==="script"?E="text/javascript":h==="style"&&(E="text/css"),E=a(g)||E,E.search("text/css")>-1?b="css":E.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?b="javascript":E.search(/(text|application|dojo)\/(x-)?(html)/)>-1?b="html":E.search(/test\/null/)>-1&&(b="null"),b):null};function c(h,g){return g.indexOf(h)!==-1}function u(h,g,E){this.parent=h||null,this.tag=g?g.tag_name:"",this.indent_level=E||0,this.parser_token=g||null}function f(h){this._printer=h,this._current_frame=null}f.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},f.prototype.record_tag=function(h){var g=new u(this._current_frame,h,this._printer.indent_level);this._current_frame=g},f.prototype._try_pop_frame=function(h){var g=null;return h&&(g=h.parser_token,this._printer.indent_level=h.indent_level,this._current_frame=h.parent),g},f.prototype._get_frame=function(h,g){for(var E=this._current_frame;E&&h.indexOf(E.tag)===-1;){if(g&&g.indexOf(E.tag)!==-1){E=null;break}E=E.parent}return E},f.prototype.try_pop=function(h,g){var E=this._get_frame([h],g);return this._try_pop_frame(E)},f.prototype.indent_to_tag=function(h){var g=this._get_frame(h);g&&(this._printer.indent_level=g.indent_level)};function d(h,g,E,b){this._source_text=h||"",g=g||{},this._js_beautify=E,this._css_beautify=b,this._tag_stack=null;var I=new e(g,"html");this._options=I,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}d.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var h=this._source_text,g=this._options.eol;this._options.eol==="auto"&&(g=`
|
|
115
|
-
`,
|
|
116
|
-
`);var E=
|
|
117
|
-
`,
|
|
118
|
-
`)!==-1)&&(
|
|
119
|
-
`};
|
|
120
|
-
(`+
|
|
121
|
-
`)),I
|
|
122
|
-
`+
|
|
123
|
-
`+
|
|
124
|
-
`)===-1||(E.is_inline_element||E.is_unformatted||
|
|
125
|
-
`)},e.prototype.classes=function(t){var n=Bs(this.element)?Array.from(this.element.classList):[];return t?n.includes(t):n},e.prototype.attributes=function(t){var n={};if(Bs(this.element))for(var i=Array.from(this.element.attributes),r=0,s=i;r<s.length;r++){var o=s[r];n[o.localName]=o.value}return t?n[t]:n},e.prototype.text=function(){return this.getRootNodes().map(ex).join("")},e.prototype.exists=function(){return!0},e.prototype.get=function(t){var n=this.find(t);if(n.exists())return n;throw new Error("Unable to get ".concat(t," within: ").concat(this.html()))},e.prototype.getComponent=function(t){var n=this.findComponent(t);if(n.exists())return n;var i="Unable to get ";throw typeof t=="string"?i+="component with selector ".concat(t):"name"in t?i+="component with name ".concat(t.name):"ref"in t?i+="component with ref ".concat(t.ref):i+="specified component",i+=" within: ".concat(this.html()),new Error(i)},e.prototype.isVisible=function(){return Bs(this.element)&&P_(this.element)},e.prototype.trigger=function(t,n){return xu(this,void 0,void 0,function(){var i;return ku(this,function(r){if(n&&n.target)throw Error("[vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details—https://vue-test-utils.vuejs.org/api/wrapper/trigger.html");return this.element&&!this.isDisabled()&&(i=hx(t,n),i._vts=Date.now()+1,this.element.dispatchEvent(i)),[2,Ut()]})})},e})(),Vx=(function(e){g_(t,e);function t(n){var i=this;return n?(i=e.call(this,n)||this,Tn.plugins.DOMWrapper.extend(i),i):hi("DOMWrapper")}return t.prototype.getRootNodes=function(){return[this.wrapperElement]},t.prototype.getCurrentComponent=function(){for(var n,i=this.element.__vueParentComponent;((n=i==null?void 0:i.parent)===null||n===void 0?void 0:n.vnode.el)===this.element;)i=i.parent;return i},t.prototype.find=function(n){var i=e.prototype.find.call(this,n);return i.exists()&&nx(n)?this.element.contains(i.element)?i:hi("DOMWrapper"):i},t.prototype.findAll=function(n){return this.wrapperElement instanceof Element?Array.from(this.wrapperElement.querySelectorAll(n),zs):[]},t.prototype.findAllComponents=function(n){var i=this,r=e.prototype.findAllComponents.call(this,n);return r.filter(function(s){return i.element.contains(s.element)})},t.prototype.setChecked=function(){return xu(this,arguments,void 0,function(n){var i,r;return n===void 0&&(n=!0),ku(this,function(s){if(i=this.element,r=this.attributes().type,r==="radio"&&!n)throw Error(`wrapper.setChecked() cannot be called with parameter false on a '<input type="radio" /> element.`);return n===i.checked?[2]:(i.checked=n,this.trigger("input"),[2,this.trigger("change")])})})},t.prototype.setValue=function(n){var i=this.element,r=i.tagName,s=this.attributes().type;if(r==="OPTION")return this.setSelected(),Promise.resolve();if(r==="INPUT"&&s==="checkbox")return this.setChecked(n);if(r==="INPUT"&&s==="radio")return this.setChecked(n);if(r==="SELECT"){if(Array.isArray(n))for(var o=i,a=0;a<o.options.length;a++){var l=o.options[a];l.selected=n.includes(l.value)}else i.value=n;return this.trigger("input"),this.trigger("change")}else{if(r==="INPUT"||r==="TEXTAREA")return i.value=n,this.trigger("input"),this.trigger("change");throw Error("wrapper.setValue() cannot be called on ".concat(r))}},t.prototype.setSelected=function(){var n=this.element;if(!n.selected){n.selected=!0;var i=n.parentElement;i.tagName==="OPTGROUP"&&(i=i.parentElement);var r=new t(i);return r.trigger("input"),r.trigger("change")}},t})(hv);R_(Lr.DOMWrapper,function(e){return new Vx(e)});function Wa(e){if(e.shapeFlag&1)return[e.el];if(e.shapeFlag&6){var t=e.component.subTree;return Wa(t)}else{if(e.shapeFlag&128)return Wa(e.suspense.activeBranch);if(e.shapeFlag&72){var n=[e.el];if(e.anchor)for(var i=n[0].nextSibling;i&&i.previousSibling!==e.anchor;)n.push(i),i=i.nextSibling;return n}else if(e.shapeFlag&16){var r=e.children.flat();return r.flatMap(function(s){return Wa(s)}).filter(tx)}}return[]}var qi={};function jx(e,t){var n=e.$.uid,i=qi[n]||{};return t?i?i[t]:void 0:i}var Bx=function(){var e=ox();if(e.__VUE_DEVTOOLS_GLOBAL_HOOK__){var t=e.__VUE_DEVTOOLS_GLOBAL_HOOK__.emit;e.__VUE_DEVTOOLS_GLOBAL_HOOK__.emit=function(n){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];t.call.apply(t,en([e.__VUE_DEVTOOLS_GLOBAL_HOOK__,n],i,!1)),gv(n,i)}}else zp(zx(),{})};function gv(e,t){if(e==="component:emit"){t[0];var n=t[1],i=t[2],r=t[3];Av(n,i,r)}}function zx(){return{emit:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];gv(e,t)}}}var Av=function(e,t,n){for(var i=e;typeof(i==null?void 0:i.type)=="function";)i=i.parent;var r=i.uid;r in qi||(qi[r]={}),t in qi[r]||(qi[r][t]=[]),qi[r][t].push(n)},Qx=function(e){var t=e.$.uid;delete qi[t]};function Fx(e,t){return new Proxy(e,{get:function(n,i,r){return n.$.exposed&&n.$.exposeProxy&&i in n.$.exposeProxy?Reflect.get(n.$.exposeProxy,i,r):i in t?Reflect.get(t,i,r):i in n.$.appContext.config.globalProperties?Reflect.get(n.$.appContext.config.globalProperties,i,r):n.$.ctx[i]},set:function(n,i,r,s){return i in t?Reflect.set(t,i,r,s):Reflect.set(n,i,r,s)},has:function(n,i){return Reflect.has(t,i)||Reflect.has(n,i)},defineProperty:function(n,i,r){return i in t?Reflect.defineProperty(t,i,r):Reflect.defineProperty(n,i,r)},getOwnPropertyDescriptor:function(n,i){return i in t?Reflect.getOwnPropertyDescriptor(t,i):Reflect.getOwnPropertyDescriptor(n,i)},deleteProperty:function(n,i){return i in t?Reflect.deleteProperty(t,i):Reflect.deleteProperty(n,i)}})}var Wx=(function(e){g_(t,e);function t(n,i,r){var s=e.call(this,i==null?void 0:i.$el)||this;return s.cleanUpCallbacks=[],s.__app=n,s.rootVM=i==null?void 0:i.$root,rx(i)?s.componentVM=Fx(i,i.$.setupState):s.componentVM=i,s.__setProps=r,s.attachNativeEventListener(),Tn.plugins.VueWrapper.extend(s),s}return Object.defineProperty(t.prototype,"hasMultipleRoots",{get:function(){var n=function(i){var r;if(i.shapeFlag===16)return!0;if(i.shapeFlag&4||i.shapeFlag&2){if(!((r=i.component)===null||r===void 0)&&r.subTree)return n(i.component.subTree);if(i.shapeFlag&16)return!0}return!1};return n(this.vm.$.subTree)},enumerable:!1,configurable:!0}),t.prototype.getRootNodes=function(){return Wa(this.vm.$.vnode)},Object.defineProperty(t.prototype,"parentElement",{get:function(){return this.vm.$el.parentElement},enumerable:!1,configurable:!0}),t.prototype.getCurrentComponent=function(){return this.vm.$},t.prototype.exists=function(){return!this.getCurrentComponent().isUnmounted},t.prototype.findAll=function(n){return this.findAllDOMElements(n).map(zs)},t.prototype.attachNativeEventListener=function(){var n=this.vm;if(n){var i=n.$options.emits?Array.isArray(n.$options.emits)?n.$options.emits:Object.keys(n.$options.emits):[],r=this.getRootNodes().filter(function(f){return f instanceof Element});if(r.length===1)for(var s=r[0],o=function(f){if(i.includes(f))return"continue";var d=function(){for(var _=[],v=0;v<arguments.length;v++)_[v]=arguments[v];Av(n.$,f,_)};s.addEventListener(f,d),a.cleanUpCallbacks.push(function(){s.removeEventListener(f,d)})},a=this,l=0,c=Object.keys(N_);l<c.length;l++){var u=c[l];o(u)}}},Object.defineProperty(t.prototype,"element",{get:function(){return this.hasMultipleRoots?this.parentElement:this.vm.$el},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"vm",{get:function(){return this.componentVM},enumerable:!1,configurable:!0}),t.prototype.props=function(n){var i=this.componentVM.$props;return n?i[n]:i},t.prototype.emitted=function(n){return jx(this.vm,n)},t.prototype.isVisible=function(){var n=zs(this.element);return n.isVisible()},t.prototype.setData=function(n){return v_(this.componentVM.$data,n),Ut()},t.prototype.setProps=function(n){if(this.vm.$parent!==this.rootVM||!this.__setProps)throw Error("You can only use setProps on your mounted component");return this.__setProps(n),Ut()},t.prototype.setValue=function(n,i){var r=i||"modelValue";return this.vm.$emit("update:".concat(r),n),this.vm.$nextTick()},t.prototype.unmount=function(){if(!this.__app)throw new Error("wrapper.unmount() can only be called by the root wrapper");Qx(this.vm),this.cleanUpCallbacks.forEach(function(n){return n()}),this.cleanUpCallbacks=[],this.__app.unmount()},t})(hv);R_(Lr.VueWrapper,function(e,t,n){return new Wx(e,t,n)});function Ux(e,t){e===void 0&&(e=""),t===void 0&&(t=rE);var n=e.trim(),i=n&&n.startsWith("<template");i||(n='<template #default="params">'.concat(n,"</template>"));var r=V2("<transition>".concat(n,"</transition>"),{mode:"function",prefixIdentifiers:!1}).code,s=new Function("Vue",r),o=s(t);return function(a){a===void 0&&(a={});var l=o(a),c=Object.keys(l.children)[0];return l.children[c](a)}}var nf=function(e){return e.__isTeleport},rf=function(e){return e.__isKeepAlive},_v=function(e,t,n){return!!(!n||e.component===t&&!(n!=null&&n.parent)||e.functional&&e.functional===t)},Hx=function(e){var t=e.rootComponents,n=e.transformers,i=new WeakMap;return function(r,s){var o=r[0],a=r[1],l=r[2],c=r.slice(3);if(!Mu(o))return en([o,a,l],c,!0);var u=o,f=i.get(o);if(f&&!_v(t,u,s)&&!nf(o)&&!rf(o))return en([f,a,l],c,!0);var d=n.reduce(function(_,v){return v(_,s)},u);return o!==d&&(i.set(o,d),Vs({source:o,stub:d}),nf(o)||rf(o))?en([d,a,function(){return l}],c,!0):en([d,a,l],c,!0)}},qx=function(e){var t=e;return Object.keys(t).reduce(function(n,i){var r,s,o,a;return typeof t[i]=="symbol"?ge(ge({},n),(r={},r[i]=[(a=t[i])===null||a===void 0?void 0:a.toString()],r)):typeof t[i]=="function"?ge(ge({},n),(s={},s[i]=["[Function]"],s)):ge(ge({},n),(o={},o[i]=t[i],o))},{})},Kx=function(e){return e.replace(/-/,"").toUpperCase()},Xx=function(e){return e.replace(/(^\w|-\w)/g,Kx)},vv={teleport:nf,"keep-alive":rf,transition:function(e){return e===cc||e===Sl},"transition-group":function(e){return e===_c}},Zx=function(e,t,n,i){var r=Xx(e);if(t(n)&&(r in i||e in i)){if(e in i&&i[e]===!1||r in i&&i[r]===!1)return n;if(i[e]===!0||i[r]===!0)return mv({name:e,type:n,renderStubDefaultSlot:!0})}},mv=function(e){var t=e.name,n=e.type,i=e.renderStubDefaultSlot,r="anonymous-stub",s=t?"".concat(_x(t),"-stub"):r,o=n?js(n)||{}:{},a=te({name:t||r,props:o.props||{},model:o.model,setup:function(c,u){var f=u.slots;return function(){var d=qx(c);return i&&f.default?Nn(s,d,f.default({})):Nn(s,d)}}}),l=n.__asyncLoader;return l&&l().then(function(){Vs({source:n.__asyncResolved,stub:a})}),a},bv=function(e,t){for(var n=0,i=Object.entries(t);n<i.length;n++){var r=i[n],s=r[0],o=r[1];if(Pu(e,s))return o}};function Yx(e){var t=e.rootComponents,n=e.stubs,i=n===void 0?{}:n,r=e.shallow,s=r===void 0?!1:r,o=e.renderStubDefaultSlot,a=o===void 0?!1:o;return function(c,u){var f,d,_;for(var v in vv){var A=vv[v],h=Zx(v,A,c,i);if(h)return h}if(_v(t,c,u))return c;var g=M_(u,c),E=D_(u,c),b=null,I=null;if(g&&(b=bv(g,i),b&&(I=g)),!b&&E&&(b=bv(E,i),b&&(I=E)),Mu(b)){var w=js(b),C=Du(w)?w:null;Vs({source:c,stub:b});var x=C?function(){for(var N=[],p=0;p<arguments.length;p++)N[p]=arguments[p];return C.apply(void 0,N)}:ge({},w);return x.props=w.props,x}if(b===!1)return c;if(b===!0||s){var T=I||g||E;return(_=(d=(f=Tn.plugins).createStubs)===null||d===void 0?void 0:d.call(f,{name:T,component:c,registerStub:Vs}))!==null&&_!==void 0?_:mv({name:T,type:c,renderStubDefaultSlot:a})}return c}}var Gx=function(){};function Jx(e){var t=e.directives,n=t===void 0?{}:t;return Object.keys(n).length===0?function(i){return i}:function(r){if(Rs(r)&&r.directives){var s=Object.keys(r.directives).filter(function(a){return a in n});if(!s.length)return r;var o=Object.fromEntries(s.map(function(a){var l=n[a];return[a,typeof l=="boolean"?Gx:l]}));return ge(ge({},r),{directives:ge(ge({},r.directives),o)})}return r}}var yv=function(e,t){return Fe(e)?!0:!Dr(e)||t.has(e)?!1:(t.set(e,!0),Object.values(e).some(function(n){return yv(n,t)}))},$x=function(e){var t=new WeakMap;return yv(e,t)},ek=["attachTo","attrs","data","props","slots","global","shallow"];function tk(e){e.methods&&(console.warn("Passing a `methods` option to mount was deprecated on Vue Test Utils v1, and it won't have any effect on v2. For additional info: https://vue-test-utils.vuejs.org/upgrading-to-v1/#setmethods-and-mountingoptions-methods"),delete e.methods);for(var t=ge({},e),n=0,i=Object.keys(e);n<i.length;n++){var r=i[n];ek.includes(r)&&delete t[r]}return t}function nk(e,t){var n=js(e),i,r=tk(t??{}),s={};Du(n)||x_(n)?(i=te(ge({compatConfig:{MODE:3,INSTANCE_LISTENERS:!1,INSTANCE_ATTRS_CLASS_STYLE:!1,COMPONENT_FUNCTIONAL:x_(n)?"suppress-warning":!1},props:n.props||{},setup:function(be,Ve){var Ke=Ve.attrs,it=Ve.slots;return function(){return Nn(n,ge(ge({},be),Ke),it)}}},r)),s.functional=n):Rs(n)?i=ge(ge({},n),r):i=n,s.component=i,Vs({source:n,stub:i});function o(be){switch(typeof be){case"function":return be;case"object":return function(){return Nn(be)};case"string":return Ux(be);default:throw Error("Invalid slot received.")}}var a=(t==null?void 0:t.slots)&&Object.entries(t.slots).reduce(function(be,Ve){var Ke=Ve[0],it=Ve[1];if(Array.isArray(it)){var pt=it.map(o);return be[Ke]=function(Et){return pt.map(function(On){return On(Et)})},be}return be[Ke]=o(it),be},{});if(t!=null&&t.data){var l=t.data();if(Rs(n)){var c=i,u=n.data||(function(){return{}});c.data=function(be){return ge(ge({},u.call(be,be)),l)}}else throw new Error("data() option is not supported on functional and class components")}var f="VTU_COMPONENT",d=pl({}),_=Gn({});Object.entries(ge(ge(ge(ge({},t==null?void 0:t.attrs),t==null?void 0:t.propsData),t==null?void 0:t.props),{ref:f})).forEach(function(be){var Ve=be[0],Ke=be[1];$x(Ke)?d[Ve]=Ke:_[Ve]=Ke});var v=G2(t==null?void 0:t.global);Rs(i)&&(i.components=ge(ge({},i.components),v.components));var A=he(null),h=te({name:"VTU_ROOT",setup:function(){var be;return be={},be[f]=A,be},render:function(){return Nn(i,ge(ge({},_),d),a)}}),g=_s(h);if(Bx(),v!=null&&v.mocks){var E={beforeCreate:function(){if(sx(this)){for(var be=0,Ve=Object.entries(v.mocks);be<Ve.length;be++){var Ke=Ve[be],it=Ke[0],pt=Ke[1];try{this.$.setupState[it]=pt}catch{}}this.$.proxy=new Proxy(this.$.proxy,{get:function(hn,Kn){return Kn in v.mocks?v.mocks[Kn]:hn[Kn]}})}else for(var Et=0,On=Object.entries(v.mocks);Et<On.length;Et++){var Xi=On[Et],it=Xi[0],pt=Xi[1];this[it]=pt}}};g.mixin(E)}if(v.config)for(var b=0,I=Object.entries(v.config);b<I.length;b++){var w=I[b],C=w[0],x=w[1];g.config[C]=Dr(g.config[C])?Object.assign(g.config[C],x):x}if(v.provide)for(var T=0,N=Reflect.ownKeys(v.provide);T<N.length;T++){var p=N[T];g.provide(p,v.provide[p])}if(v.plugins)for(var y=0,m=v.plugins;y<m.length;y++){var O=m[y];if(Array.isArray(O)){g.use.apply(g,en([O[0]],O.slice(1),!1));continue}g.use(O)}if(v.mixins)for(var k=0,L=v.mixins;k<L.length;k++){var E=L[k];g.mixin(E)}if(v.components)for(var R=0,V=Object.keys(v.components);R<V.length;R++){var p=V[R];p in v.stubs||g.component(p,v.components[p])}if(v.directives)for(var j=0,Q=Object.keys(v.directives);j<Q.length;j++){var p=Q[j];g.directive(p,v.directives[p])}if(wp(Hx({rootComponents:s,transformers:[Yx({rootComponents:s,stubs:E_(v.stubs),shallow:t==null?void 0:t.shallow,renderStubDefaultSlot:v.renderStubDefaultSlot}),Jx({directives:ix(v.stubs)})]})),v!=null&&v.stubs)for(var ce=0,pe=Object.keys(E_(v.stubs));ce<pe.length;ce++){var we=pe[ce];g.component(we)||g.component(we,{name:we})}return{app:g,props:_,componentRef:A}}function ik(e,t){var n=nk(e,t),i=n.app,r=n.props,s=n.componentRef,o=function(v){for(var A=0,h=Object.entries(v);A<h.length;A++){var g=h[A],E=g[0],b=g[1];r[E]=b}return f.$nextTick()},a=i.config.errorHandler,l=[];i.config.errorHandler=function(v,A,h){return l.push(v),a==null?void 0:a(v,A,h)};var c=document.createElement("div");if(t!=null&&t.attachTo){var u=void 0;if(typeof t.attachTo=="string"){if(u=document.querySelector(t.attachTo),!u)throw new Error("Unable to find the element matching the selector ".concat(t.attachTo," given as the `attachTo` option"))}else u=t.attachTo;u.appendChild(c)}var f=i.mount(c);if(l.length)throw l[0];i.config.errorHandler=a;var d=s.value;i.hasOwnProperty||(d.hasOwnProperty=function(v){return Reflect.has(d,v)});var _=La(i,d,o);return _}var rk={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"},sk=te({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var e=this,t,n,i=U(function(){return rk}),r=(n=(t=this.$slots)===null||t===void 0?void 0:t.default)===null||n===void 0?void 0:n.call(t,{route:i,href:U(function(){return i.value.href}),isActive:U(function(){return!1}),isExactActive:U(function(){return!1}),navigate:function(){return xu(e,void 0,void 0,function(){return ku(this,function(s){return[2]})})}});return this.custom?r:Nn("a",void 0,r)}});typeof setImmediate=="function"&&setImmediate;var ok={reset:[0,0],bold:[1,22,"\x1B[22m\x1B[1m"],dim:[2,22,"\x1B[22m\x1B[2m"],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]},ak=Object.entries(ok);function sf(e){return String(e)}sf.open="",sf.close="";function lk(e=!1){let t=typeof process<"u"?process:void 0,n=(t==null?void 0:t.env)||{},i=(t==null?void 0:t.argv)||[];return!("NO_COLOR"in n||i.includes("--no-color"))&&("FORCE_COLOR"in n||i.includes("--color")||(t==null?void 0:t.platform)==="win32"||e&&n.TERM!=="dumb"||"CI"in n)||typeof window<"u"&&!!window.chrome}function ck(e=!1){let t=lk(e),n=(o,a,l,c)=>{let u="",f=0;do u+=o.substring(f,c)+l,f=c+a.length,c=o.indexOf(a,f);while(~c);return u+o.substring(f)},i=(o,a,l=o)=>{let c=u=>{let f=String(u),d=f.indexOf(a,o.length);return~d?o+n(f,a,l,d)+a:o+f+a};return c.open=o,c.close=a,c},r={isColorSupported:t},s=o=>`\x1B[${o}m`;for(let[o,a]of ak)r[o]=t?i(s(a[0]),s(a[1]),a[2]):sf;return r}ck();function Ev(e,t){return t.forEach(function(n){n&&typeof n!="string"&&!Array.isArray(n)&&Object.keys(n).forEach(function(i){if(i!=="default"&&!(i in e)){var r=Object.getOwnPropertyDescriptor(n,i);Object.defineProperty(e,i,r.get?r:{enumerable:!0,get:function(){return n[i]}})}})}),Object.freeze(e)}function Iv(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ua={exports:{}},ze={};/**
|
|
54
|
+
`&&(a=a.replace(/[\n]/g,i)),a},n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},n.prototype.set_indent=function(i,s){return i=i||0,s=s||0,this.next_line.set_indent(i,s),this.__lines.length>1?(this.current_line.set_indent(i,s),!0):(this.current_line.set_indent(),!1)},n.prototype.add_raw_token=function(i){for(var s=0;s<i.newlines;s++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(i.whitespace_before),this.current_line.push(i.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},n.prototype.add_token=function(i){this.__add_space_before_token(),this.current_line.push(i),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},n.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},n.prototype.remove_indent=function(i){for(var s=this.__lines.length;i<s;)this.__lines[i]._remove_indent(),i++;this.current_line._remove_wrap_indent()},n.prototype.trim=function(i){for(i=i===void 0?!1:i,this.current_line.trim();i&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},n.prototype.just_added_newline=function(){return this.current_line.is_empty()},n.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},n.prototype.ensure_empty_line_above=function(i,s){for(var a=this.__lines.length-2;a>=0;){var o=this.__lines[a];if(o.is_empty())break;if(o.item(0).indexOf(i)!==0&&o.item(-1)!==s){this.__lines.splice(a+1,0,new e(this)),this.previous_line=this.__lines[this.__lines.length-2];break}a--}},Rr.Output=n,Rr}var jr={},kl;function Ol(){if(kl)return jr;kl=1;function e(t,n,i,s){this.type=t,this.text=n,this.comments_before=null,this.newlines=i||0,this.whitespace_before=s||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}return jr.Token=e,jr}var Qr={},Ml;function xl(){return Ml||(Ml=1,(function(e){var t="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",n="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",i="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",s="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",a="(?:\\\\u[0-9a-fA-F]{4}|["+t+i+"])",o="(?:\\\\u[0-9a-fA-F]{4}|["+n+i+s+"])*";e.identifier=new RegExp(a+o,"g"),e.identifierStart=new RegExp(a),e.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+n+i+s+"])+"),e.newline=/[\n\r\u2028\u2029]/,e.lineBreak=new RegExp(`\r
|
|
55
|
+
|`+e.newline.source),e.allLineBreaks=new RegExp(e.lineBreak.source,"g")})(Qr)),Qr}var Fr={},rn={},Dl;function Wr(){if(Dl)return rn;Dl=1;function e(i,s){this.raw_options=t(i,s),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}e.prototype._get_array=function(i,s){var a=this.raw_options[i],o=s||[];return typeof a=="object"?a!==null&&typeof a.concat=="function"&&(o=a.concat()):typeof a=="string"&&(o=a.split(/[^a-zA-Z0-9_\/\-]+/)),o},e.prototype._get_boolean=function(i,s){var a=this.raw_options[i],o=a===void 0?!!s:!!a;return o},e.prototype._get_characters=function(i,s){var a=this.raw_options[i],o=s||"";return typeof a=="string"&&(o=a.replace(/\\r/,"\r").replace(/\\n/,`
|
|
56
|
+
`).replace(/\\t/," ")),o},e.prototype._get_number=function(i,s){var a=this.raw_options[i];s=parseInt(s,10),isNaN(s)&&(s=0);var o=parseInt(a,10);return isNaN(o)&&(o=s),o},e.prototype._get_selection=function(i,s,a){var o=this._get_selection_list(i,s,a);if(o.length!==1)throw new Error("Invalid Option Value: The option '"+i+`' can only be one of the following values:
|
|
57
|
+
`+s+`
|
|
58
|
+
You passed in: '`+this.raw_options[i]+"'");return o[0]},e.prototype._get_selection_list=function(i,s,a){if(!s||s.length===0)throw new Error("Selection list cannot be empty.");if(a=a||[s[0]],!this._is_valid_selection(a,s))throw new Error("Invalid Default Value!");var o=this._get_array(i,a);if(!this._is_valid_selection(o,s))throw new Error("Invalid Option Value: The option '"+i+`' can contain only the following values:
|
|
59
|
+
`+s+`
|
|
60
|
+
You passed in: '`+this.raw_options[i]+"'");return o},e.prototype._is_valid_selection=function(i,s){return i.length&&s.length&&!i.some(function(a){return s.indexOf(a)===-1})};function t(i,s){var a={};i=n(i);var o;for(o in i)o!==s&&(a[o]=i[o]);if(s&&i[s])for(o in i[s])a[o]=i[s][o];return a}function n(i){var s={},a;for(a in i){var o=a.replace(/-/g,"_");s[o]=i[a]}return s}return rn.Options=e,rn.normalizeOpts=n,rn.mergeOpts=t,rn}var Bl;function Ll(){if(Bl)return Fr;Bl=1;var e=Wr().Options,t=["before-newline","after-newline","preserve-newline"];function n(i){e.call(this,i,"js");var s=this.raw_options.brace_style||null;s==="expand-strict"?this.raw_options.brace_style="expand":s==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var a=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var o=0;o<a.length;o++)a[o]==="preserve-inline"?this.brace_preserve_inline=!0:this.brace_style=a[o];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",t),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}return n.prototype=new e,Fr.Options=n,Fr}var Tt={},Ur={},Pl;function qr(){if(Pl)return Ur;Pl=1;var e=RegExp.prototype.hasOwnProperty("sticky");function t(n){this.__input=n||"",this.__input_length=this.__input.length,this.__position=0}return t.prototype.restart=function(){this.__position=0},t.prototype.back=function(){this.__position>0&&(this.__position-=1)},t.prototype.hasNext=function(){return this.__position<this.__input_length},t.prototype.next=function(){var n=null;return this.hasNext()&&(n=this.__input.charAt(this.__position),this.__position+=1),n},t.prototype.peek=function(n){var i=null;return n=n||0,n+=this.__position,n>=0&&n<this.__input_length&&(i=this.__input.charAt(n)),i},t.prototype.__match=function(n,i){n.lastIndex=i;var s=n.exec(this.__input);return s&&!(e&&n.sticky)&&s.index!==i&&(s=null),s},t.prototype.test=function(n,i){return i=i||0,i+=this.__position,i>=0&&i<this.__input_length?!!this.__match(n,i):!1},t.prototype.testChar=function(n,i){var s=this.peek(i);return n.lastIndex=0,s!==null&&n.test(s)},t.prototype.match=function(n){var i=this.__match(n,this.__position);return i?this.__position+=i[0].length:i=null,i},t.prototype.read=function(n,i,s){var a="",o;return n&&(o=this.match(n),o&&(a+=o[0])),i&&(o||!n)&&(a+=this.readUntil(i,s)),a},t.prototype.readUntil=function(n,i){var s="",a=this.__position;n.lastIndex=this.__position;var o=n.exec(this.__input);return o?(a=o.index,i&&(a+=o[0].length)):a=this.__input_length,s=this.__input.substring(this.__position,a),this.__position=a,s},t.prototype.readUntilAfter=function(n){return this.readUntil(n,!0)},t.prototype.get_regexp=function(n,i){var s=null,a="g";return i&&e&&(a="y"),typeof n=="string"&&n!==""?s=new RegExp(n,a):n&&(s=new RegExp(n.source,a)),s},t.prototype.get_literal_regexp=function(n){return RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},t.prototype.peekUntilAfter=function(n){var i=this.__position,s=this.readUntilAfter(n);return this.__position=i,s},t.prototype.lookBack=function(n){var i=this.__position-1;return i>=n.length&&this.__input.substring(i-n.length,i).toLowerCase()===n},Ur.InputScanner=t,Ur}var Jn={},Xr={},Rl;function Zb(){if(Rl)return Xr;Rl=1;function e(t){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=t}return e.prototype.restart=function(){this.__position=0},e.prototype.isEmpty=function(){return this.__tokens_length===0},e.prototype.hasNext=function(){return this.__position<this.__tokens_length},e.prototype.next=function(){var t=null;return this.hasNext()&&(t=this.__tokens[this.__position],this.__position+=1),t},e.prototype.peek=function(t){var n=null;return t=t||0,t+=this.__position,t>=0&&t<this.__tokens_length&&(n=this.__tokens[t]),n},e.prototype.add=function(t){this.__parent_token&&(t.parent=this.__parent_token),this.__tokens.push(t),this.__tokens_length+=1},Xr.TokenStream=e,Xr}var Hr={},Kr={},zl;function $n(){if(zl)return Kr;zl=1;function e(t,n){this._input=t,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,n&&(this._starting_pattern=this._input.get_regexp(n._starting_pattern,!0),this._match_pattern=this._input.get_regexp(n._match_pattern,!0),this._until_pattern=this._input.get_regexp(n._until_pattern),this._until_after=n._until_after)}return e.prototype.read=function(){var t=this._input.read(this._starting_pattern);return(!this._starting_pattern||t)&&(t+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),t},e.prototype.read_match=function(){return this._input.match(this._match_pattern)},e.prototype.until_after=function(t){var n=this._create();return n._until_after=!0,n._until_pattern=this._input.get_regexp(t),n._update(),n},e.prototype.until=function(t){var n=this._create();return n._until_after=!1,n._until_pattern=this._input.get_regexp(t),n._update(),n},e.prototype.starting_with=function(t){var n=this._create();return n._starting_pattern=this._input.get_regexp(t,!0),n._update(),n},e.prototype.matching=function(t){var n=this._create();return n._match_pattern=this._input.get_regexp(t,!0),n._update(),n},e.prototype._create=function(){return new e(this._input,this)},e.prototype._update=function(){},Kr.Pattern=e,Kr}var jl;function Yb(){if(jl)return Hr;jl=1;var e=$n().Pattern;function t(n,i){e.call(this,n,i),i?this._line_regexp=this._input.get_regexp(i._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}return t.prototype=new e,t.prototype.__set_whitespace_patterns=function(n,i){n+="\\t ",i+="\\n\\r",this._match_pattern=this._input.get_regexp("["+n+i+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+i+"]")},t.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var n=this._input.read(this._match_pattern);if(n===" ")this.whitespace_before_token=" ";else if(n){var i=this.__split(this._newline_regexp,n);this.newline_count=i.length-1,this.whitespace_before_token=i[this.newline_count]}return n},t.prototype.matching=function(n,i){var s=this._create();return s.__set_whitespace_patterns(n,i),s._update(),s},t.prototype._create=function(){return new t(this._input,this)},t.prototype.__split=function(n,i){n.lastIndex=0;for(var s=0,a=[],o=n.exec(i);o;)a.push(i.substring(s,o.index)),s=o.index+o[0].length,o=n.exec(i);return s<i.length?a.push(i.substring(s,i.length)):a.push(""),a},Hr.WhitespacePattern=t,Hr}var Ql;function Vn(){if(Ql)return Jn;Ql=1;var e=qr().InputScanner,t=Ol().Token,n=Zb().TokenStream,i=Yb().WhitespacePattern,s={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},a=function(o,l){this._input=new e(o),this._options=l||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new i(this._input)};return a.prototype.tokenize=function(){this._input.restart(),this.__tokens=new n,this._reset();for(var o,l=new t(s.START,""),c=null,u=[],f=new n;l.type!==s.EOF;){for(o=this._get_next_token(l,c);this._is_comment(o);)f.add(o),o=this._get_next_token(l,c);f.isEmpty()||(o.comments_before=f,f=new n),o.parent=c,this._is_opening(o)?(u.push(c),c=o):c&&this._is_closing(o,c)&&(o.opened=c,c.closed=o,c=u.pop(),o.parent=c),o.previous=l,l.next=o,this.__tokens.add(o),l=o}return this.__tokens},a.prototype._is_first_token=function(){return this.__tokens.isEmpty()},a.prototype._reset=function(){},a.prototype._get_next_token=function(o,l){this._readWhitespace();var c=this._input.read(/.+/g);return c?this._create_token(s.RAW,c):this._create_token(s.EOF,"")},a.prototype._is_comment=function(o){return!1},a.prototype._is_opening=function(o){return!1},a.prototype._is_closing=function(o,l){return!1},a.prototype._create_token=function(o,l){var c=new t(o,l,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return c},a.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},Jn.Tokenizer=a,Jn.TOKEN=s,Jn}var Zr={},Fl;function Yr(){if(Fl)return Zr;Fl=1;function e(t,n){t=typeof t=="string"?t:t.source,n=typeof n=="string"?n:n.source,this.__directives_block_pattern=new RegExp(t+/ beautify( \w+[:]\w+)+ /.source+n,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(t+/\sbeautify\signore:end\s/.source+n,"g")}return e.prototype.get_directives=function(t){if(!t.match(this.__directives_block_pattern))return null;var n={};this.__directive_pattern.lastIndex=0;for(var i=this.__directive_pattern.exec(t);i;)n[i[1]]=i[2],i=this.__directive_pattern.exec(t);return n},e.prototype.readIgnored=function(t){return t.readUntilAfter(this.__directives_end_ignore_pattern)},Zr.Directives=e,Zr}var Gr={},Wl;function Ul(){if(Wl)return Gr;Wl=1;var e=$n().Pattern,t={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function n(i,s){e.call(this,i,s),this.__template_pattern=null,this._disabled=Object.assign({},t),this._excluded=Object.assign({},t),s&&(this.__template_pattern=this._input.get_regexp(s.__template_pattern),this._excluded=Object.assign(this._excluded,s._excluded),this._disabled=Object.assign(this._disabled,s._disabled));var a=new e(i);this.__patterns={handlebars_comment:a.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:a.starting_with(/{{{/).until_after(/}}}/),handlebars:a.starting_with(/{{/).until_after(/}}/),php:a.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:a.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:a.starting_with(/{%/).until_after(/%}/),django_value:a.starting_with(/{{/).until_after(/}}/),django_comment:a.starting_with(/{#/).until_after(/#}/),smarty:a.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:a.starting_with(/{\*/).until_after(/\*}/),smarty_literal:a.starting_with(/{literal}/).until_after(/{\/literal}/)}}return n.prototype=new e,n.prototype._create=function(){return new n(this._input,this)},n.prototype._update=function(){this.__set_templated_pattern()},n.prototype.disable=function(i){var s=this._create();return s._disabled[i]=!0,s._update(),s},n.prototype.read_options=function(i){var s=this._create();for(var a in t)s._disabled[a]=i.templating.indexOf(a)===-1;return s._update(),s},n.prototype.exclude=function(i){var s=this._create();return s._excluded[i]=!0,s._update(),s},n.prototype.read=function(){var i="";this._match_pattern?i=this._input.read(this._starting_pattern):i=this._input.read(this._starting_pattern,this.__template_pattern);for(var s=this._read_template();s;)this._match_pattern?s+=this._input.read(this._match_pattern):s+=this._input.readUntil(this.__template_pattern),i+=s,s=this._read_template();return this._until_after&&(i+=this._input.readUntilAfter(this._until_pattern)),i},n.prototype.__set_templated_pattern=function(){var i=[];this._disabled.php||i.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||i.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||i.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(i.push(this.__patterns.django._starting_pattern.source),i.push(this.__patterns.django_value._starting_pattern.source),i.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||i.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&i.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+i.join("|")+")")},n.prototype._read_template=function(){var i="",s=this._input.peek();if(s==="<"){var a=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&a==="?"&&(i=i||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&a==="%"&&(i=i||this.__patterns.erb.read())}else s==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(i=i||this.__patterns.handlebars_comment.read(),i=i||this.__patterns.handlebars_unescaped.read(),i=i||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(i=i||this.__patterns.django_value.read()),this._excluded.django||(i=i||this.__patterns.django_comment.read(),i=i||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(i=i||this.__patterns.smarty_comment.read(),i=i||this.__patterns.smarty_literal.read(),i=i||this.__patterns.smarty.read()));return i},Gr.TemplatablePattern=n,Gr}var ql;function ei(){if(ql)return Tt;ql=1;var e=qr().InputScanner,t=Vn().Tokenizer,n=Vn().TOKEN,i=Yr().Directives,s=xl(),a=$n().Pattern,o=Ul().TemplatablePattern;function l(N,k){return k.indexOf(N)!==-1}var c={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:n.START,RAW:n.RAW,EOF:n.EOF},u=new i(/\/\*/,/\*\//),f=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,d=/[0-9]/,m=/[^\d\.]/,b=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),y=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";y=y.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),y="\\?\\.(?!\\d) "+y,y=y.replace(/ /g,"|");var v=new RegExp(y),p="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),h=p.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),E=new RegExp("^(?:"+h.join("|")+")$"),w,S=function(N,k){t.call(this,N,k),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var C=new a(this._input),I=new o(this._input).read_options(this._options);this.__patterns={template:I,identifier:I.starting_with(s.identifier).matching(s.identifierMatch),number:C.matching(f),punct:C.matching(v),comment:C.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:C.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:C.matching(/<!--/),html_comment_end:C.matching(/-->/),include:C.starting_with(/#include/).until_after(s.lineBreak),shebang:C.starting_with(/#!/).until_after(s.lineBreak),xml:C.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:I.until(/['\\\n\r\u2028\u2029]/),double_quote:I.until(/["\\\n\r\u2028\u2029]/),template_text:I.until(/[`\\$]/),template_expression:I.until(/[`}\\]/)}};S.prototype=new t,S.prototype._is_comment=function(N){return N.type===c.COMMENT||N.type===c.BLOCK_COMMENT||N.type===c.UNKNOWN},S.prototype._is_opening=function(N){return N.type===c.START_BLOCK||N.type===c.START_EXPR},S.prototype._is_closing=function(N,k){return(N.type===c.END_BLOCK||N.type===c.END_EXPR)&&k&&(N.text==="]"&&k.text==="["||N.text===")"&&k.text==="("||N.text==="}"&&k.text==="{")},S.prototype._reset=function(){w=!1},S.prototype._get_next_token=function(N,k){var C=null;this._readWhitespace();var I=this._input.peek();return I===null?this._create_token(c.EOF,""):(C=C||this._read_non_javascript(I),C=C||this._read_string(I),C=C||this._read_pair(I,this._input.peek(1)),C=C||this._read_word(N),C=C||this._read_singles(I),C=C||this._read_comment(I),C=C||this._read_regexp(I,N),C=C||this._read_xml(I,N),C=C||this._read_punctuation(),C=C||this._create_token(c.UNKNOWN,this._input.next()),C)},S.prototype._read_word=function(N){var k;if(k=this.__patterns.identifier.read(),k!=="")return k=k.replace(s.allLineBreaks,`
|
|
61
|
+
`),!(N.type===c.DOT||N.type===c.RESERVED&&(N.text==="set"||N.text==="get"))&&E.test(k)?(k==="in"||k==="of")&&(N.type===c.WORD||N.type===c.STRING)?this._create_token(c.OPERATOR,k):this._create_token(c.RESERVED,k):this._create_token(c.WORD,k);if(k=this.__patterns.number.read(),k!=="")return this._create_token(c.WORD,k)},S.prototype._read_singles=function(N){var k=null;return N==="("||N==="["?k=this._create_token(c.START_EXPR,N):N===")"||N==="]"?k=this._create_token(c.END_EXPR,N):N==="{"?k=this._create_token(c.START_BLOCK,N):N==="}"?k=this._create_token(c.END_BLOCK,N):N===";"?k=this._create_token(c.SEMICOLON,N):N==="."&&m.test(this._input.peek(1))?k=this._create_token(c.DOT,N):N===","&&(k=this._create_token(c.COMMA,N)),k&&this._input.next(),k},S.prototype._read_pair=function(N,k){var C=null;return N==="#"&&k==="{"&&(C=this._create_token(c.START_BLOCK,N+k)),C&&(this._input.next(),this._input.next()),C},S.prototype._read_punctuation=function(){var N=this.__patterns.punct.read();if(N!=="")return N==="="?this._create_token(c.EQUALS,N):N==="?."?this._create_token(c.DOT,N):this._create_token(c.OPERATOR,N)},S.prototype._read_non_javascript=function(N){var k="";if(N==="#"){if(this._is_first_token()&&(k=this.__patterns.shebang.read(),k))return this._create_token(c.UNKNOWN,k.trim()+`
|
|
62
|
+
`);if(k=this.__patterns.include.read(),k)return this._create_token(c.UNKNOWN,k.trim()+`
|
|
63
|
+
`);N=this._input.next();var C="#";if(this._input.hasNext()&&this._input.testChar(d)){do N=this._input.next(),C+=N;while(this._input.hasNext()&&N!=="#"&&N!=="=");return N==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(C+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(C+="{}",this._input.next(),this._input.next())),this._create_token(c.WORD,C)}this._input.back()}else if(N==="<"&&this._is_first_token()){if(k=this.__patterns.html_comment_start.read(),k){for(;this._input.hasNext()&&!this._input.testChar(s.newline);)k+=this._input.next();return w=!0,this._create_token(c.COMMENT,k)}}else if(w&&N==="-"&&(k=this.__patterns.html_comment_end.read(),k))return w=!1,this._create_token(c.COMMENT,k);return null},S.prototype._read_comment=function(N){var k=null;if(N==="/"){var C="";if(this._input.peek(1)==="*"){C=this.__patterns.block_comment.read();var I=u.get_directives(C);I&&I.ignore==="start"&&(C+=u.readIgnored(this._input)),C=C.replace(s.allLineBreaks,`
|
|
64
|
+
`),k=this._create_token(c.BLOCK_COMMENT,C),k.directives=I}else this._input.peek(1)==="/"&&(C=this.__patterns.comment.read(),k=this._create_token(c.COMMENT,C))}return k},S.prototype._read_string=function(N){if(N==="`"||N==="'"||N==='"'){var k=this._input.next();return this.has_char_escapes=!1,N==="`"?k+=this._read_string_recursive("`",!0,"${"):k+=this._read_string_recursive(N),this.has_char_escapes&&this._options.unescape_strings&&(k=M(k)),this._input.peek()===N&&(k+=this._input.next()),k=k.replace(s.allLineBreaks,`
|
|
65
|
+
`),this._create_token(c.STRING,k)}return null},S.prototype._allow_regexp_or_xml=function(N){return N.type===c.RESERVED&&l(N.text,["return","case","throw","else","do","typeof","yield"])||N.type===c.END_EXPR&&N.text===")"&&N.opened.previous.type===c.RESERVED&&l(N.opened.previous.text,["if","while","for"])||l(N.type,[c.COMMENT,c.START_EXPR,c.START_BLOCK,c.START,c.END_BLOCK,c.OPERATOR,c.EQUALS,c.EOF,c.SEMICOLON,c.COMMA])},S.prototype._read_regexp=function(N,k){if(N==="/"&&this._allow_regexp_or_xml(k)){for(var C=this._input.next(),I=!1,A=!1;this._input.hasNext()&&(I||A||this._input.peek()!==N)&&!this._input.testChar(s.newline);)C+=this._input.peek(),I?I=!1:(I=this._input.peek()==="\\",this._input.peek()==="["?A=!0:this._input.peek()==="]"&&(A=!1)),this._input.next();return this._input.peek()===N&&(C+=this._input.next(),C+=this._input.read(s.identifier)),this._create_token(c.STRING,C)}return null},S.prototype._read_xml=function(N,k){if(this._options.e4x&&N==="<"&&this._allow_regexp_or_xml(k)){var C="",I=this.__patterns.xml.read_match();if(I){for(var A=I[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),g=A.indexOf("{")===0,_=0;I;){var T=!!I[1],O=I[2],x=!!I[I.length-1]||O.slice(0,8)==="![CDATA[";if(!x&&(O===A||g&&O.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(T?--_:++_),C+=I[0],_<=0)break;I=this.__patterns.xml.read_match()}return I||(C+=this._input.match(/[\s\S]*/g)[0]),C=C.replace(s.allLineBreaks,`
|
|
66
|
+
`),this._create_token(c.STRING,C)}}return null};function M(N){for(var k="",C=0,I=new e(N),A=null;I.hasNext();)if(A=I.match(/([\s]|[^\\]|\\\\)+/g),A&&(k+=A[0]),I.peek()==="\\"){if(I.next(),I.peek()==="x")A=I.match(/x([0-9A-Fa-f]{2})/g);else if(I.peek()==="u")A=I.match(/u([0-9A-Fa-f]{4})/g);else{k+="\\",I.hasNext()&&(k+=I.next());continue}if(!A||(C=parseInt(A[1],16),C>126&&C<=255&&A[0].indexOf("x")===0))return N;if(C>=0&&C<32){k+="\\"+A[0];continue}else C===34||C===39||C===92?k+="\\"+String.fromCharCode(C):k+=String.fromCharCode(C)}return k}return S.prototype._read_string_recursive=function(N,k,C){var I,A;N==="'"?A=this.__patterns.single_quote:N==='"'?A=this.__patterns.double_quote:N==="`"?A=this.__patterns.template_text:N==="}"&&(A=this.__patterns.template_expression);for(var g=A.read(),_="";this._input.hasNext();){if(_=this._input.next(),_===N||!k&&s.newline.test(_)){this._input.back();break}else _==="\\"&&this._input.hasNext()?(I=this._input.peek(),I==="x"||I==="u"?this.has_char_escapes=!0:I==="\r"&&this._input.peek(1)===`
|
|
67
|
+
`&&this._input.next(),_+=this._input.next()):C&&(C==="${"&&_==="$"&&this._input.peek()==="{"&&(_+=this._input.next()),C===_&&(N==="`"?_+=this._read_string_recursive("}",k,"`"):_+=this._read_string_recursive("`",k,"${"),this._input.hasNext()&&(_+=this._input.next())));_+=A.read(),g+=_}return g},Tt.Tokenizer=S,Tt.TOKEN=c,Tt.positionable_operators=b.slice(),Tt.line_starters=p.slice(),Tt}var Xl;function Gb(){if(Xl)return Pr;Xl=1;var e=zr().Output,t=Ol().Token,n=xl(),i=Ll().Options,s=ei().Tokenizer,a=ei().line_starters,o=ei().positionable_operators,l=ei().TOKEN;function c(A,g){return g.indexOf(A)!==-1}function u(A){return A.replace(/^\s+/g,"")}function f(A){for(var g={},_=0;_<A.length;_++)g[A[_].replace(/-/g,"_")]=A[_];return g}function d(A,g){return A&&A.type===l.RESERVED&&A.text===g}function m(A,g){return A&&A.type===l.RESERVED&&c(A.text,g)}var b=["case","return","do","if","throw","else","await","break","continue","async"],y=["before-newline","after-newline","preserve-newline"],v=f(y),p=[v.before_newline,v.preserve_newline],h={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function E(A,g){g.multiline_frame||g.mode===h.ForInitializer||g.mode===h.Conditional||A.remove_indent(g.start_line_index)}function w(A){A=A.replace(n.allLineBreaks,`
|
|
68
|
+
`);for(var g=[],_=A.indexOf(`
|
|
69
|
+
`);_!==-1;)g.push(A.substring(0,_)),A=A.substring(_+1),_=A.indexOf(`
|
|
70
|
+
`);return A.length&&g.push(A),g}function S(A){return A===h.ArrayLiteral}function M(A){return c(A,[h.Expression,h.ForInitializer,h.Conditional])}function N(A,g){for(var _=0;_<A.length;_++){var T=A[_].trim();if(T.charAt(0)!==g)return!1}return!0}function k(A,g){for(var _=0,T=A.length,O;_<T;_++)if(O=A[_],O&&O.indexOf(g)!==0)return!1;return!0}function C(A,g){g=g||{},this._source_text=A||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new i(g)}C.prototype.create_flags=function(A,g){var _=0;A&&(_=A.indentation_level,!this._output.just_added_newline()&&A.line_indent_level>_&&(_=A.line_indent_level));var T={mode:g,parent:A,last_token:A?A.last_token:new t(l.START_BLOCK,""),last_word:A?A.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:_,alignment:0,line_indent_level:A?A.line_indent_level:_,start_line_index:this._output.get_line_number(),ternary_depth:0};return T},C.prototype._reset=function(A){var g=A.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new e(this._options,g),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(h.BlockStatement);var _=new s(A,this._options);return this._tokens=_.tokenize(),A},C.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var A,g=this._reset(this._source_text),_=this._options.eol;this._options.eol==="auto"&&(_=`
|
|
71
|
+
`,g&&n.lineBreak.test(g||"")&&(_=g.match(n.lineBreak)[0]));for(var T=this._tokens.next();T;)this.handle_token(T),this._last_last_text=this._flags.last_token.text,this._flags.last_token=T,T=this._tokens.next();return A=this._output.get_code(_),A},C.prototype.handle_token=function(A,g){A.type===l.START_EXPR?this.handle_start_expr(A):A.type===l.END_EXPR?this.handle_end_expr(A):A.type===l.START_BLOCK?this.handle_start_block(A):A.type===l.END_BLOCK?this.handle_end_block(A):A.type===l.WORD?this.handle_word(A):A.type===l.RESERVED?this.handle_word(A):A.type===l.SEMICOLON?this.handle_semicolon(A):A.type===l.STRING?this.handle_string(A):A.type===l.EQUALS?this.handle_equals(A):A.type===l.OPERATOR?this.handle_operator(A):A.type===l.COMMA?this.handle_comma(A):A.type===l.BLOCK_COMMENT?this.handle_block_comment(A,g):A.type===l.COMMENT?this.handle_comment(A,g):A.type===l.DOT?this.handle_dot(A):A.type===l.EOF?this.handle_eof(A):A.type===l.UNKNOWN?this.handle_unknown(A,g):this.handle_unknown(A,g)},C.prototype.handle_whitespace_and_comments=function(A,g){var _=A.newlines,T=this._options.keep_array_indentation&&S(this._flags.mode);if(A.comments_before)for(var O=A.comments_before.next();O;)this.handle_whitespace_and_comments(O,g),this.handle_token(O,g),O=A.comments_before.next();if(T)for(var x=0;x<_;x+=1)this.print_newline(x>0,g);else if(this._options.max_preserve_newlines&&_>this._options.max_preserve_newlines&&(_=this._options.max_preserve_newlines),this._options.preserve_newlines&&_>1){this.print_newline(!1,g);for(var D=1;D<_;D+=1)this.print_newline(!0,g)}};var I=["async","break","continue","return","throw","yield"];return C.prototype.allow_wrap_or_preserved_newline=function(A,g){if(g=g===void 0?!1:g,!this._output.just_added_newline()){var _=this._options.preserve_newlines&&A.newlines||g,T=c(this._flags.last_token.text,o)||c(A.text,o);if(T){var O=c(this._flags.last_token.text,o)&&c(this._options.operator_position,p)||c(A.text,o);_=_&&O}if(_)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(m(this._flags.last_token,I))return;this._output.set_wrap_point()}}},C.prototype.print_newline=function(A,g){if(!g&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==l.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))for(var _=this._tokens.peek();this._flags.mode===h.Statement&&!(this._flags.if_block&&d(_,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(A)&&(this._flags.multiline_frame=!0)},C.prototype.print_token_line_indentation=function(A){this._output.just_added_newline()&&(this._options.keep_array_indentation&&A.newlines&&(A.text==="["||S(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(A.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},C.prototype.print_token=function(A){if(this._output.raw){this._output.add_raw_token(A);return}if(this._options.comma_first&&A.previous&&A.previous.type===l.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var g=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(g),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(A),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(A),this._output.non_breaking_space=!0,this._output.add_token(A.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},C.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},C.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},C.prototype.set_mode=function(A){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,A),this._flags=this.create_flags(this._previous_flags,A),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},C.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===h.Statement&&E(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},C.prototype.start_of_object_property=function(){return this._flags.parent.mode===h.ObjectLiteral&&this._flags.mode===h.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||m(this._flags.last_token,["get","set"]))},C.prototype.start_of_statement=function(A){var g=!1;return g=g||m(this._flags.last_token,["var","let","const"])&&A.type===l.WORD,g=g||d(this._flags.last_token,"do"),g=g||!(this._flags.parent.mode===h.ObjectLiteral&&this._flags.mode===h.Statement)&&m(this._flags.last_token,I)&&!A.newlines,g=g||d(this._flags.last_token,"else")&&!(d(A,"if")&&!A.comments_before),g=g||this._flags.last_token.type===l.END_EXPR&&(this._previous_flags.mode===h.ForInitializer||this._previous_flags.mode===h.Conditional),g=g||this._flags.last_token.type===l.WORD&&this._flags.mode===h.BlockStatement&&!this._flags.in_case&&!(A.text==="--"||A.text==="++")&&this._last_last_text!=="function"&&A.type!==l.WORD&&A.type!==l.RESERVED,g=g||this._flags.mode===h.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||m(this._flags.last_token,["get","set"])),g?(this.set_mode(h.Statement),this.indent(),this.handle_whitespace_and_comments(A,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(A,m(A,["do","for","if","while"])),!0):!1},C.prototype.handle_start_expr=function(A){this.start_of_statement(A)||this.handle_whitespace_and_comments(A);var g=h.Expression;if(A.text==="["){if(this._flags.last_token.type===l.WORD||this._flags.last_token.text===")"){m(this._flags.last_token,a)&&(this._output.space_before_token=!0),this.print_token(A),this.set_mode(g),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}g=h.ArrayLiteral,S(this._flags.mode)&&(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline()),c(this._flags.last_token.type,[l.START_EXPR,l.END_EXPR,l.WORD,l.OPERATOR,l.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===l.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,g=h.ForInitializer):c(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,g=h.Conditional):c(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&A.whitespace_before===""?this._output.space_before_token=!1:(c(this._flags.last_token.text,a)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===l.EQUALS||this._flags.last_token.type===l.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(A);else if(this._flags.last_token.type===l.WORD){this._output.space_before_token=!1;var _=this._tokens.peek(-3);if(this._options.space_after_named_function&&_){var T=this._tokens.peek(-4);m(_,["async","function"])||_.text==="*"&&m(T,["async","function"])?this._output.space_before_token=!0:this._flags.mode===h.ObjectLiteral?(_.text==="{"||_.text===","||_.text==="*"&&(T.text==="{"||T.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(A);(this._flags.last_token.type===l.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(c(this._last_last_text,["function","yield"])||this._flags.mode===h.ObjectLiteral&&c(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===l.START_BLOCK?this.print_newline():(this._flags.last_token.type===l.END_EXPR||this._flags.last_token.type===l.START_EXPR||this._flags.last_token.type===l.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===l.COMMA)&&this.allow_wrap_or_preserved_newline(A,A.newlines),this.print_token(A),this.set_mode(g),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},C.prototype.handle_end_expr=function(A){for(;this._flags.mode===h.Statement;)this.restore_mode();this.handle_whitespace_and_comments(A),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(A,A.text==="]"&&S(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===l.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(A),this.restore_mode(),E(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===h.Conditional&&(this._previous_flags.mode=h.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},C.prototype.handle_start_block=function(A){this.handle_whitespace_and_comments(A);var g=this._tokens.peek(),_=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===l.END_EXPR?(this.set_mode(h.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(h.BlockStatement):_&&(c(_.text,[":",","])&&c(g.type,[l.STRING,l.WORD,l.RESERVED])||c(g.text,["get","set","..."])&&c(_.type,[l.WORD,l.RESERVED]))?c(this._last_last_text,["class","interface"])&&!c(_.text,[":",","])?this.set_mode(h.BlockStatement):this.set_mode(h.ObjectLiteral):this._flags.last_token.type===l.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(h.BlockStatement):c(this._flags.last_token.type,[l.EQUALS,l.START_EXPR,l.COMMA,l.OPERATOR])||m(this._flags.last_token,["return","throw","import","default"])?this.set_mode(h.ObjectLiteral):this.set_mode(h.BlockStatement),this._flags.last_token&&m(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var T=!g.comments_before&&g.text==="}",O=T&&this._flags.last_word==="function"&&this._flags.last_token.type===l.END_EXPR;if(this._options.brace_preserve_inline){var x=0,D=null;this._flags.inline_frame=!0;do if(x+=1,D=this._tokens.peek(x-1),D.newlines){this._flags.inline_frame=!1;break}while(D.type!==l.EOF&&!(D.type===l.END_BLOCK&&D.opened===A))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&A.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==l.OPERATOR&&(O||this._flags.last_token.type===l.EQUALS||m(this._flags.last_token,b)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(S(this._previous_flags.mode)&&(this._flags.last_token.type===l.START_EXPR||this._flags.last_token.type===l.COMMA)&&((this._flags.last_token.type===l.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===l.COMMA||this._flags.last_token.type===l.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(A),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==l.OPERATOR&&this._flags.last_token.type!==l.START_EXPR&&(c(this._flags.last_token.type,[l.START_BLOCK,l.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(A),this.indent(),!T&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},C.prototype.handle_end_block=function(A){for(this.handle_whitespace_and_comments(A);this._flags.mode===h.Statement;)this.restore_mode();var g=this._flags.last_token.type===l.START_BLOCK;this._flags.inline_frame&&!g?this._output.space_before_token=!0:this._options.brace_style==="expand"?g||this.print_newline():g||(S(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(A)},C.prototype.handle_word=function(A){if(A.type===l.RESERVED){if(c(A.text,["set","get"])&&this._flags.mode!==h.ObjectLiteral)A.type=l.WORD;else if(A.text==="import"&&c(this._tokens.peek().text,["(","."]))A.type=l.WORD;else if(c(A.text,["as","from"])&&!this._flags.import_block)A.type=l.WORD;else if(this._flags.mode===h.ObjectLiteral){var g=this._tokens.peek();g.text===":"&&(A.type=l.WORD)}}if(this.start_of_statement(A)?m(this._flags.last_token,["var","let","const"])&&A.type===l.WORD&&(this._flags.declaration_statement=!0):A.newlines&&!M(this._flags.mode)&&(this._flags.last_token.type!==l.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==l.EQUALS&&(this._options.preserve_newlines||!m(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(A),this.print_newline()):this.handle_whitespace_and_comments(A),this._flags.do_block&&!this._flags.do_while)if(d(A,"while")){this._output.space_before_token=!0,this.print_token(A),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&d(A,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===h.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&m(A,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(A),this._flags.in_case=!0;return}if((this._flags.last_token.type===l.COMMA||this._flags.last_token.type===l.START_EXPR||this._flags.last_token.type===l.EQUALS||this._flags.last_token.type===l.OPERATOR)&&(this.start_of_object_property()||this.allow_wrap_or_preserved_newline(A)),d(A,"function")){(c(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(c(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===l.OPERATOR))&&!this._output.just_added_blankline()&&!A.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===l.RESERVED||this._flags.last_token.type===l.WORD?m(this._flags.last_token,["get","set","new","export"])||m(this._flags.last_token,I)?this._output.space_before_token=!0:d(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===l.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(M(this._flags.mode)||S(this._flags.mode))||this.print_newline(),this.print_token(A),this._flags.last_word=A.text;return}var _="NONE";if(this._flags.last_token.type===l.END_BLOCK?this._previous_flags.inline_frame?_="SPACE":m(A,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&A.newlines?_="NEWLINE":(_="SPACE",this._output.space_before_token=!0):_="NEWLINE":this._flags.last_token.type===l.SEMICOLON&&this._flags.mode===h.BlockStatement?_="NEWLINE":this._flags.last_token.type===l.SEMICOLON&&M(this._flags.mode)?_="SPACE":this._flags.last_token.type===l.STRING?_="NEWLINE":this._flags.last_token.type===l.RESERVED||this._flags.last_token.type===l.WORD||this._flags.last_token.text==="*"&&(c(this._last_last_text,["function","yield"])||this._flags.mode===h.ObjectLiteral&&c(this._last_last_text,["{",","]))?_="SPACE":this._flags.last_token.type===l.START_BLOCK?this._flags.inline_frame?_="SPACE":_="NEWLINE":this._flags.last_token.type===l.END_EXPR&&(this._output.space_before_token=!0,_="NEWLINE"),m(A,a)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?_="SPACE":_="NEWLINE"),m(A,["else","catch","finally"]))if((!(this._flags.last_token.type===l.END_BLOCK&&this._previous_flags.mode===h.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&A.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var T=this._output.current_line;T.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else _==="NEWLINE"?m(this._flags.last_token,b)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&m(A,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==l.END_EXPR?(this._flags.last_token.type!==l.START_EXPR||!m(A,["var","let","const"]))&&this._flags.last_token.text!==":"&&(d(A,"if")&&d(A.previous,"else")?this._output.space_before_token=!0:this.print_newline()):m(A,a)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&S(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():_==="SPACE"&&(this._output.space_before_token=!0);A.previous&&(A.previous.type===l.WORD||A.previous.type===l.RESERVED)&&(this._output.space_before_token=!0),this.print_token(A),this._flags.last_word=A.text,A.type===l.RESERVED&&(A.text==="do"?this._flags.do_block=!0:A.text==="if"?this._flags.if_block=!0:A.text==="import"?this._flags.import_block=!0:this._flags.import_block&&d(A,"from")&&(this._flags.import_block=!1))},C.prototype.handle_semicolon=function(A){this.start_of_statement(A)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(A);for(var g=this._tokens.peek();this._flags.mode===h.Statement&&!(this._flags.if_block&&d(g,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(A)},C.prototype.handle_string=function(A){A.text.startsWith("`")&&A.newlines===0&&A.whitespace_before===""&&(A.previous.text===")"||this._flags.last_token.type===l.WORD)||(this.start_of_statement(A)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(A),this._flags.last_token.type===l.RESERVED||this._flags.last_token.type===l.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===l.COMMA||this._flags.last_token.type===l.START_EXPR||this._flags.last_token.type===l.EQUALS||this._flags.last_token.type===l.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(A):A.text.startsWith("`")&&this._flags.last_token.type===l.END_EXPR&&(A.previous.text==="]"||A.previous.text===")")&&A.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(A)},C.prototype.handle_equals=function(A){this.start_of_statement(A)||this.handle_whitespace_and_comments(A),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(A),this._output.space_before_token=!0},C.prototype.handle_comma=function(A){this.handle_whitespace_and_comments(A,!0),this.print_token(A),this._output.space_before_token=!0,this._flags.declaration_statement?(M(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(A)):this._flags.mode===h.ObjectLiteral||this._flags.mode===h.Statement&&this._flags.parent.mode===h.ObjectLiteral?(this._flags.mode===h.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(A)},C.prototype.handle_operator=function(A){var g=A.text==="*"&&(m(this._flags.last_token,["function","yield"])||c(this._flags.last_token.type,[l.START_BLOCK,l.COMMA,l.END_BLOCK,l.SEMICOLON])),_=c(A.text,["-","+"])&&(c(this._flags.last_token.type,[l.START_BLOCK,l.START_EXPR,l.EQUALS,l.OPERATOR])||c(this._flags.last_token.text,a)||this._flags.last_token.text===",");if(!this.start_of_statement(A)){var T=!g;this.handle_whitespace_and_comments(A,T)}if(A.text==="*"&&this._flags.last_token.type===l.DOT){this.print_token(A);return}if(A.text==="::"){this.print_token(A);return}if(this._flags.last_token.type===l.OPERATOR&&c(this._options.operator_position,p)&&this.allow_wrap_or_preserved_newline(A),A.text===":"&&this._flags.in_case){this.print_token(A),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==l.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var O=!0,x=!0,D=!1;if(A.text===":"?this._flags.ternary_depth===0?O=!1:(this._flags.ternary_depth-=1,D=!0):A.text==="?"&&(this._flags.ternary_depth+=1),!_&&!g&&this._options.preserve_newlines&&c(A.text,o)){var B=A.text===":",P=B&&D,L=B&&!D;switch(this._options.operator_position){case v.before_newline:this._output.space_before_token=!L,this.print_token(A),(!B||P)&&this.allow_wrap_or_preserved_newline(A),this._output.space_before_token=!0;return;case v.after_newline:this._output.space_before_token=!0,!B||P?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(A):this._output.space_before_token=!1,this.print_token(A),this._output.space_before_token=!0;return;case v.preserve_newline:L||this.allow_wrap_or_preserved_newline(A),O=!(this._output.just_added_newline()||L),this._output.space_before_token=O,this.print_token(A),this._output.space_before_token=!0;return}}if(g){this.allow_wrap_or_preserved_newline(A),O=!1;var Q=this._tokens.peek();x=Q&&c(Q.type,[l.WORD,l.RESERVED])}else if(A.text==="...")this.allow_wrap_or_preserved_newline(A),O=this._flags.last_token.type===l.START_BLOCK,x=!1;else if(c(A.text,["--","++","!","~"])||_){if((this._flags.last_token.type===l.COMMA||this._flags.last_token.type===l.START_EXPR)&&this.allow_wrap_or_preserved_newline(A),O=!1,x=!1,A.newlines&&(A.text==="--"||A.text==="++"||A.text==="~")){var W=m(this._flags.last_token,b)&&A.newlines;W&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(W,!0)}this._flags.last_token.text===";"&&M(this._flags.mode)&&(O=!0),this._flags.last_token.type===l.RESERVED?O=!0:this._flags.last_token.type===l.END_EXPR?O=!(this._flags.last_token.text==="]"&&(A.text==="--"||A.text==="++")):this._flags.last_token.type===l.OPERATOR&&(O=c(A.text,["--","-","++","+"])&&c(this._flags.last_token.text,["--","-","++","+"]),c(A.text,["+","-"])&&c(this._flags.last_token.text,["--","++"])&&(x=!0)),(this._flags.mode===h.BlockStatement&&!this._flags.inline_frame||this._flags.mode===h.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||O,this.print_token(A),this._output.space_before_token=x},C.prototype.handle_block_comment=function(A,g){if(this._output.raw){this._output.add_raw_token(A),A.directives&&A.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(A.directives){this.print_newline(!1,g),this.print_token(A),A.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!n.newline.test(A.text)&&!A.newlines){this._output.space_before_token=!0,this.print_token(A),this._output.space_before_token=!0;return}else this.print_block_commment(A,g)},C.prototype.print_block_commment=function(A,g){var _=w(A.text),T,O=!1,x=!1,D=A.whitespace_before,B=D.length;if(this.print_newline(!1,g),this.print_token_line_indentation(A),this._output.add_token(_[0]),this.print_newline(!1,g),_.length>1){for(_=_.slice(1),O=N(_,"*"),x=k(_,D),O&&(this._flags.alignment=1),T=0;T<_.length;T++)O?(this.print_token_line_indentation(A),this._output.add_token(u(_[T]))):x&&_[T]?(this.print_token_line_indentation(A),this._output.add_token(_[T].substring(B))):(this._output.current_line.set_indent(-1),this._output.add_token(_[T])),this.print_newline(!1,g);this._flags.alignment=0}},C.prototype.handle_comment=function(A,g){A.newlines?this.print_newline(!1,g):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(A),this.print_newline(!1,g)},C.prototype.handle_dot=function(A){this.start_of_statement(A)||this.handle_whitespace_and_comments(A,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),m(this._flags.last_token,b)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(A,this._flags.last_token.text===")"&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(A)},C.prototype.handle_unknown=function(A,g){this.print_token(A),A.text[A.text.length-1]===`
|
|
72
|
+
`&&this.print_newline(!1,g)},C.prototype.handle_eof=function(A){for(;this._flags.mode===h.Statement;)this.restore_mode();this.handle_whitespace_and_comments(A)},Pr.Beautifier=C,Pr}var Hl;function Jb(){if(Hl)return Gn.exports;Hl=1;var e=Gb().Beautifier,t=Ll().Options;function n(i,s){var a=new e(i,s);return a.beautify()}return Gn.exports=n,Gn.exports.defaultOptions=function(){return new t},Gn.exports}var ti={exports:{}},Jr={},$r={},Kl;function Zl(){if(Kl)return $r;Kl=1;var e=Wr().Options;function t(n){e.call(this,n,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var i=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||i;var s=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var a=0;a<s.length;a++)s[a]!=="expand"?this.brace_style="collapse":this.brace_style=s[a]}return t.prototype=new e,$r.Options=t,$r}var Yl;function $b(){if(Yl)return Jr;Yl=1;var e=Zl().Options,t=zr().Output,n=qr().InputScanner,i=Yr().Directives,s=new i(/\/\*/,/\*\//),a=/\r\n|[\r\n]/,o=/\r\n|[\r\n]/g,l=/\s/,c=/(?:\s|\n)+/g,u=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,f=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function d(m,b){this._source_text=m||"",this._options=new e(b),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]}return d.prototype.eatString=function(m){var b="";for(this._ch=this._input.next();this._ch;){if(b+=this._ch,this._ch==="\\")b+=this._input.next();else if(m.indexOf(this._ch)!==-1||this._ch===`
|
|
73
|
+
`)break;this._ch=this._input.next()}return b},d.prototype.eatWhitespace=function(m){for(var b=l.test(this._input.peek()),y=0;l.test(this._input.peek());)this._ch=this._input.next(),m&&this._ch===`
|
|
74
|
+
`&&(y===0||y<this._options.max_preserve_newlines)&&(y++,this._output.add_new_line(!0));return b},d.prototype.foundNestedPseudoClass=function(){for(var m=0,b=1,y=this._input.peek(b);y;){if(y==="{")return!0;if(y==="(")m+=1;else if(y===")"){if(m===0)return!1;m-=1}else if(y===";"||y==="}")return!1;b++,y=this._input.peek(b)}return!1},d.prototype.print_string=function(m){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(m)},d.prototype.preserveSingleSpace=function(m){m&&(this._output.space_before_token=!0)},d.prototype.indent=function(){this._indentLevel++},d.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},d.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var m=this._source_text,b=this._options.eol;b==="auto"&&(b=`
|
|
75
|
+
`,m&&a.test(m||"")&&(b=m.match(a)[0])),m=m.replace(o,`
|
|
76
|
+
`);var y=m.match(/^[\t ]*/)[0];this._output=new t(this._options,y),this._input=new n(m),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var v=0,p=!1,h=!1,E=!1,w=!1,S=!1,M=this._ch,N=!1,k,C,I;k=this._input.read(c),C=k!=="",I=M,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),M=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var A=this._input.read(u),g=s.get_directives(A);g&&g.ignore==="start"&&(A+=s.readIgnored(this._input)),this.print_string(A),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(f)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(C),this.print_string(this._ch);var _=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);_.match(/[ :]$/)&&(_=this.eatString(": ").replace(/\s$/,""),this.print_string(_),this._output.space_before_token=!0),_=_.replace(/\s$/,""),v===0&&_.indexOf(":")!==-1&&(h=!0,this.indent())}else if(this._ch==="@")if(this.preserveSingleSpace(C),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var T=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);T.match(/[ :]$/)&&(T=this.eatString(": ").replace(/\s$/,""),this.print_string(T),this._output.space_before_token=!0),T=T.replace(/\s$/,""),v===0&&T.indexOf(":")!==-1?(h=!0,this.indent()):T in this.NESTED_AT_RULE?(this._nestedLevel+=1,T in this.CONDITIONAL_GROUP_RULE&&(E=!0)):v===0&&!h&&(w=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(C),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")h&&(h=!1,this.outdent()),w=!1,E?(E=!1,p=this._indentLevel>=this._nestedLevel):p=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&p&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(I==="("?this._output.space_before_token=!1:I!==","&&this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line();else if(this._ch==="}")this.outdent(),this._output.add_new_line(),I==="{"&&this._output.trim(!0),h&&(this.outdent(),h=!1),this.print_string(this._ch),p=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var O=0;O<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;O++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[O])){N=!0;break}(p||E)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!w&&v===0?(this.print_string(":"),h||(h=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent())):(this._input.lookBack(" ")&&(this._output.space_before_token=!0),this._input.peek()===":"?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":"))}else if(this._ch==='"'||this._ch==="'"){var x=I==='"'||I==="'";this.preserveSingleSpace(x||C),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")N=!1,v===0?(h&&(this.outdent(),h=!1),w=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),v++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),v&&(v--,this.outdent()));else{var D=!1;this._input.lookBack("with")&&(D=!0),this.preserveSingleSpace(C||D),this.print_string(this._ch),h&&I==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),S=!0):(this.eatWhitespace(),v++,this.indent())}else if(this._ch===")")v&&(v--,this.outdent()),S&&this._input.peek()===";"&&this._options.selector_separator_newline&&(S=!1,this.outdent(),this._output.add_new_line()),this.print_string(this._ch);else if(this._ch===",")this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!h||S)&&v===0&&!w?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!h&&v===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&l.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(C),this.print_string(this._ch);else if(this._ch==="=")this.eatWhitespace(),this.print_string("="),l.test(this._ch)&&(this._ch="");else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var B=I==='"'||I==="'";this.preserveSingleSpace(B||C),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
|
|
77
|
+
`&&N&&this._output.add_new_line()}var P=this._output.get_code(b);return P},Jr.Beautifier=d,Jr}var Gl;function Vb(){if(Gl)return ti.exports;Gl=1;var e=$b().Beautifier,t=Zl().Options;function n(i,s){var a=new e(i,s);return a.beautify()}return ti.exports=n,ti.exports.defaultOptions=function(){return new t},ti.exports}var ni={exports:{}},Vr={},es={},Jl;function $l(){if(Jl)return es;Jl=1;var e=Wr().Options;function t(n){e.call(this,n,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}return t.prototype=new e,es.Options=t,es}var ii={},Vl;function ec(){if(Vl)return ii;Vl=1;var e=Vn().Tokenizer,t=Vn().TOKEN,n=Yr().Directives,i=Ul().TemplatablePattern,s=$n().Pattern,a={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:t.START,RAW:t.RAW,EOF:t.EOF},o=new n(/<\!--/,/-->/),l=function(c,u){e.call(this,c,u),this._current_tag_name="";var f=new i(this._input).read_options(this._options),d=new s(this._input);if(this.__patterns={word:f.until(/[\n\r\t <]/),single_quote:f.until_after(/'/),double_quote:f.until_after(/"/),attribute:f.until(/[\n\r\t =>]|\/>/),element_name:f.until(/[\n\r\t >\/]/),handlebars_comment:d.starting_with(/{{!--/).until_after(/--}}/),handlebars:d.starting_with(/{{/).until_after(/}}/),handlebars_open:d.until(/[\n\r\t }]/),handlebars_raw_close:d.until(/}}/),comment:d.starting_with(/<!--/).until_after(/-->/),cdata:d.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:d.starting_with(/<!\[/).until_after(/]>/),processing:d.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var m=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=d.matching(m).until_after(m)}};return l.prototype=new e,l.prototype._is_comment=function(c){return!1},l.prototype._is_opening=function(c){return c.type===a.TAG_OPEN},l.prototype._is_closing=function(c,u){return c.type===a.TAG_CLOSE&&u&&((c.text===">"||c.text==="/>")&&u.text[0]==="<"||c.text==="}}"&&u.text[0]==="{"&&u.text[1]==="{")},l.prototype._reset=function(){this._current_tag_name=""},l.prototype._get_next_token=function(c,u){var f=null;this._readWhitespace();var d=this._input.peek();return d===null?this._create_token(a.EOF,""):(f=f||this._read_open_handlebars(d,u),f=f||this._read_attribute(d,c,u),f=f||this._read_close(d,u),f=f||this._read_raw_content(d,c,u),f=f||this._read_content_word(d),f=f||this._read_comment_or_cdata(d),f=f||this._read_processing(d),f=f||this._read_open(d,u),f=f||this._create_token(a.UNKNOWN,this._input.next()),f)},l.prototype._read_comment_or_cdata=function(c){var u=null,f=null,d=null;if(c==="<"){var m=this._input.peek(1);m==="!"&&(f=this.__patterns.comment.read(),f?(d=o.get_directives(f),d&&d.ignore==="start"&&(f+=o.readIgnored(this._input))):f=this.__patterns.cdata.read()),f&&(u=this._create_token(a.COMMENT,f),u.directives=d)}return u},l.prototype._read_processing=function(c){var u=null,f=null,d=null;if(c==="<"){var m=this._input.peek(1);(m==="!"||m==="?")&&(f=this.__patterns.conditional_comment.read(),f=f||this.__patterns.processing.read()),f&&(u=this._create_token(a.COMMENT,f),u.directives=d)}return u},l.prototype._read_open=function(c,u){var f=null,d=null;return u||c==="<"&&(f=this._input.next(),this._input.peek()==="/"&&(f+=this._input.next()),f+=this.__patterns.element_name.read(),d=this._create_token(a.TAG_OPEN,f)),d},l.prototype._read_open_handlebars=function(c,u){var f=null,d=null;return u||this._options.indent_handlebars&&c==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(f=this.__patterns.handlebars_comment.read(),f=f||this.__patterns.handlebars.read(),d=this._create_token(a.COMMENT,f)):(f=this.__patterns.handlebars_open.read(),d=this._create_token(a.TAG_OPEN,f))),d},l.prototype._read_close=function(c,u){var f=null,d=null;return u&&(u.text[0]==="<"&&(c===">"||c==="/"&&this._input.peek(1)===">")?(f=this._input.next(),c==="/"&&(f+=this._input.next()),d=this._create_token(a.TAG_CLOSE,f)):u.text[0]==="{"&&c==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),d=this._create_token(a.TAG_CLOSE,"}}"))),d},l.prototype._read_attribute=function(c,u,f){var d=null,m="";if(f&&f.text[0]==="<")if(c==="=")d=this._create_token(a.EQUALS,this._input.next());else if(c==='"'||c==="'"){var b=this._input.next();c==='"'?b+=this.__patterns.double_quote.read():b+=this.__patterns.single_quote.read(),d=this._create_token(a.VALUE,b)}else m=this.__patterns.attribute.read(),m&&(u.type===a.EQUALS?d=this._create_token(a.VALUE,m):d=this._create_token(a.ATTRIBUTE,m));return d},l.prototype._is_content_unformatted=function(c){return this._options.void_elements.indexOf(c)===-1&&(this._options.content_unformatted.indexOf(c)!==-1||this._options.unformatted.indexOf(c)!==-1)},l.prototype._read_raw_content=function(c,u,f){var d="";if(f&&f.text[0]==="{")d=this.__patterns.handlebars_raw_close.read();else if(u.type===a.TAG_CLOSE&&u.opened.text[0]==="<"&&u.text[0]!=="/"){var m=u.opened.text.substr(1).toLowerCase();if(m==="script"||m==="style"){var b=this._read_comment_or_cdata(c);if(b)return b.type=a.TEXT,b;d=this._input.readUntil(new RegExp("</"+m+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(m)&&(d=this._input.readUntil(new RegExp("</"+m+"[\\n\\r\\t ]*?>","ig")))}return d?this._create_token(a.TEXT,d):null},l.prototype._read_content_word=function(c){var u="";if(this._options.unformatted_content_delimiter&&c===this._options.unformatted_content_delimiter[0]&&(u=this.__patterns.unformatted_content_delimiter.read()),u||(u=this.__patterns.word.read()),u)return this._create_token(a.TEXT,u)},ii.Tokenizer=l,ii.TOKEN=a,ii}var tc;function e0(){if(tc)return Vr;tc=1;var e=$l().Options,t=zr().Output,n=ec().Tokenizer,i=ec().TOKEN,s=/\r\n|[\r\n]/,a=/\r\n|[\r\n]/g,o=function(p,h){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=p.max_preserve_newlines,this.preserve_newlines=p.preserve_newlines,this._output=new t(p,h)};o.prototype.current_line_has_match=function(p){return this._output.current_line.has_match(p)},o.prototype.set_space_before_token=function(p,h){this._output.space_before_token=p,this._output.non_breaking_space=h},o.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},o.prototype.add_raw_token=function(p){this._output.add_raw_token(p)},o.prototype.print_preserved_newlines=function(p){var h=0;p.type!==i.TEXT&&p.previous.type!==i.TEXT&&(h=p.newlines?1:0),this.preserve_newlines&&(h=p.newlines<this.max_preserve_newlines+1?p.newlines:this.max_preserve_newlines+1);for(var E=0;E<h;E++)this.print_newline(E>0);return h!==0},o.prototype.traverse_whitespace=function(p){return p.whitespace_before||p.newlines?(this.print_preserved_newlines(p)||(this._output.space_before_token=!0),!0):!1},o.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},o.prototype.print_newline=function(p){this._output.add_new_line(p)},o.prototype.print_token=function(p){p.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(p.text))},o.prototype.indent=function(){this.indent_level++},o.prototype.get_full_indent=function(p){return p=this.indent_level+(p||0),p<1?"":this._output.get_indent_string(p)};var l=function(p){for(var h=null,E=p.next;E.type!==i.EOF&&p.closed!==E;){if(E.type===i.ATTRIBUTE&&E.text==="type"){E.next&&E.next.type===i.EQUALS&&E.next.next&&E.next.next.type===i.VALUE&&(h=E.next.next.text);break}E=E.next}return h},c=function(p,h){var E=null,w=null;return h.closed?(p==="script"?E="text/javascript":p==="style"&&(E="text/css"),E=l(h)||E,E.search("text/css")>-1?w="css":E.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?w="javascript":E.search(/(text|application|dojo)\/(x-)?(html)/)>-1?w="html":E.search(/test\/null/)>-1&&(w="null"),w):null};function u(p,h){return h.indexOf(p)!==-1}function f(p,h,E){this.parent=p||null,this.tag=h?h.tag_name:"",this.indent_level=E||0,this.parser_token=h||null}function d(p){this._printer=p,this._current_frame=null}d.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},d.prototype.record_tag=function(p){var h=new f(this._current_frame,p,this._printer.indent_level);this._current_frame=h},d.prototype._try_pop_frame=function(p){var h=null;return p&&(h=p.parser_token,this._printer.indent_level=p.indent_level,this._current_frame=p.parent),h},d.prototype._get_frame=function(p,h){for(var E=this._current_frame;E&&p.indexOf(E.tag)===-1;){if(h&&h.indexOf(E.tag)!==-1){E=null;break}E=E.parent}return E},d.prototype.try_pop=function(p,h){var E=this._get_frame([p],h);return this._try_pop_frame(E)},d.prototype.indent_to_tag=function(p){var h=this._get_frame(p);h&&(this._printer.indent_level=h.indent_level)};function m(p,h,E,w){this._source_text=p||"",h=h||{},this._js_beautify=E,this._css_beautify=w,this._tag_stack=null;var S=new e(h,"html");this._options=S,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}m.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var p=this._source_text,h=this._options.eol;this._options.eol==="auto"&&(h=`
|
|
78
|
+
`,p&&s.test(p)&&(h=p.match(s)[0])),p=p.replace(a,`
|
|
79
|
+
`);var E=p.match(/^[\t ]*/)[0],w={text:"",type:""},S=new b,M=new o(this._options,E),N=new n(p,this._options).tokenize();this._tag_stack=new d(M);for(var k=null,C=N.next();C.type!==i.EOF;)C.type===i.TAG_OPEN||C.type===i.COMMENT?(k=this._handle_tag_open(M,C,S,w,N),S=k):C.type===i.ATTRIBUTE||C.type===i.EQUALS||C.type===i.VALUE||C.type===i.TEXT&&!S.tag_complete?k=this._handle_inside_tag(M,C,S,w):C.type===i.TAG_CLOSE?k=this._handle_tag_close(M,C,S):C.type===i.TEXT?k=this._handle_text(M,C,S):M.add_raw_token(C),w=k,C=N.next();var I=M._output.get_code(h);return I},m.prototype._handle_tag_close=function(p,h,E){var w={text:h.text,type:h.type};return p.alignment_size=0,E.tag_complete=!0,p.set_space_before_token(h.newlines||h.whitespace_before!=="",!0),E.is_unformatted?p.add_raw_token(h):(E.tag_start_char==="<"&&(p.set_space_before_token(h.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&E.has_wrapped_attrs&&p.print_newline(!1)),p.print_token(h)),E.indent_content&&!(E.is_unformatted||E.is_content_unformatted)&&(p.indent(),E.indent_content=!1),!E.is_inline_element&&!(E.is_unformatted||E.is_content_unformatted)&&p.set_wrap_point(),w},m.prototype._handle_inside_tag=function(p,h,E,w){var S=E.has_wrapped_attrs,M={text:h.text,type:h.type};return p.set_space_before_token(h.newlines||h.whitespace_before!=="",!0),E.is_unformatted?p.add_raw_token(h):E.tag_start_char==="{"&&h.type===i.TEXT?p.print_preserved_newlines(h)?(h.newlines=0,p.add_raw_token(h)):p.print_token(h):(h.type===i.ATTRIBUTE?p.set_space_before_token(!0):(h.type===i.EQUALS||h.type===i.VALUE&&h.previous.type===i.EQUALS)&&p.set_space_before_token(!1),h.type===i.ATTRIBUTE&&E.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(p.traverse_whitespace(h),S=S||h.newlines!==0),this._is_wrap_attributes_force&&E.attr_count>=this._options.wrap_attributes_min_attrs&&(w.type!==i.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(p.print_newline(!1),S=!0)),p.print_token(h),S=S||p.previous_token_wrapped(),E.has_wrapped_attrs=S),M},m.prototype._handle_text=function(p,h,E){var w={text:h.text,type:"TK_CONTENT"};return E.custom_beautifier_name?this._print_custom_beatifier_text(p,h,E):E.is_unformatted||E.is_content_unformatted?p.add_raw_token(h):(p.traverse_whitespace(h),p.print_token(h)),w},m.prototype._print_custom_beatifier_text=function(p,h,E){var w=this;if(h.text!==""){var S=h.text,M,N=1,k="",C="";E.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?M=this._js_beautify:E.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?M=this._css_beautify:E.custom_beautifier_name==="html"&&(M=function(O,x){var D=new m(O,x,w._js_beautify,w._css_beautify);return D.beautify()}),this._options.indent_scripts==="keep"?N=0:this._options.indent_scripts==="separate"&&(N=-p.indent_level);var I=p.get_full_indent(N);if(S=S.replace(/\n[ \t]*$/,""),E.custom_beautifier_name!=="html"&&S[0]==="<"&&S.match(/^(<!--|<!\[CDATA\[)/)){var A=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(S);if(!A){p.add_raw_token(h);return}k=I+A[1]+`
|
|
80
|
+
`,S=A[4],A[5]&&(C=I+A[5]),S=S.replace(/\n[ \t]*$/,""),(A[2]||A[3].indexOf(`
|
|
81
|
+
`)!==-1)&&(A=A[3].match(/[ \t]+$/),A&&(h.whitespace_before=A[0]))}if(S)if(M){var g=function(){this.eol=`
|
|
82
|
+
`};g.prototype=this._options.raw_options;var _=new g;S=M(I+S,_)}else{var T=h.whitespace_before;T&&(S=S.replace(new RegExp(`
|
|
83
|
+
(`+T+")?","g"),`
|
|
84
|
+
`)),S=I+S.replace(/\n/g,`
|
|
85
|
+
`+I)}k&&(S?S=k+S+`
|
|
86
|
+
`+C:S=k+C),p.print_newline(!1),S&&(h.text=S,h.whitespace_before="",h.newlines=0,p.add_raw_token(h),p.print_newline(!0))}},m.prototype._handle_tag_open=function(p,h,E,w,S){var M=this._get_tag_open_token(h);if((E.is_unformatted||E.is_content_unformatted)&&!E.is_empty_element&&h.type===i.TAG_OPEN&&!M.is_start_tag?(p.add_raw_token(h),M.start_tag_token=this._tag_stack.try_pop(M.tag_name)):(p.traverse_whitespace(h),this._set_tag_position(p,h,M,E,w),M.is_inline_element||p.set_wrap_point(),p.print_token(h)),M.is_start_tag&&this._is_wrap_attributes_force){var N=0,k;do k=S.peek(N),k.type===i.ATTRIBUTE&&(M.attr_count+=1),N+=1;while(k.type!==i.EOF&&k.type!==i.TAG_CLOSE)}return(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(M.alignment_size=h.text.length+1),!M.tag_complete&&!M.is_unformatted&&(p.alignment_size=M.alignment_size),M};var b=function(p,h){if(this.parent=p||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!h)this.tag_complete=!0;else{var E;this.tag_start_char=h.text[0],this.text=h.text,this.tag_start_char==="<"?(E=h.text.match(/^<([^\s>]*)/),this.tag_check=E?E[1]:""):(E=h.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=E?E[1]:"",(h.text.startsWith("{{#>")||h.text.startsWith("{{~#>"))&&this.tag_check[0]===">"&&(this.tag_check===">"&&h.next!==null?this.tag_check=h.next.text.split(" ")[0]:this.tag_check=h.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),h.type===i.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||h.closed&&h.closed.text==="/>";var w=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(w=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(w)))}};m.prototype._get_tag_open_token=function(p){var h=new b(this._tag_stack.get_parser_token(),p);return h.alignment_size=this._options.wrap_attributes_indent_size,h.is_end_tag=h.is_end_tag||u(h.tag_check,this._options.void_elements),h.is_empty_element=h.tag_complete||h.is_start_tag&&h.is_end_tag,h.is_unformatted=!h.tag_complete&&u(h.tag_check,this._options.unformatted),h.is_content_unformatted=!h.is_empty_element&&u(h.tag_check,this._options.content_unformatted),h.is_inline_element=u(h.tag_name,this._options.inline)||this._options.inline_custom_elements&&h.tag_name.includes("-")||h.tag_start_char==="{",h},m.prototype._set_tag_position=function(p,h,E,w,S){if(E.is_empty_element||(E.is_end_tag?E.start_tag_token=this._tag_stack.try_pop(E.tag_name):(this._do_optional_end_element(E)&&(E.is_inline_element||p.print_newline(!1)),this._tag_stack.record_tag(E),(E.tag_name==="script"||E.tag_name==="style")&&!(E.is_unformatted||E.is_content_unformatted)&&(E.custom_beautifier_name=c(E.tag_check,h)))),u(E.tag_check,this._options.extra_liners)&&(p.print_newline(!1),p._output.just_added_blankline()||p.print_newline(!0)),E.is_empty_element){if(E.tag_start_char==="{"&&E.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),E.indent_content=!0;var M=p.current_line_has_match(/{{#if/);M||p.print_newline(!1)}E.tag_name==="!--"&&S.type===i.TAG_CLOSE&&w.is_end_tag&&E.text.indexOf(`
|
|
87
|
+
`)===-1||(E.is_inline_element||E.is_unformatted||p.print_newline(!1),this._calcluate_parent_multiline(p,E))}else if(E.is_end_tag){var N=!1;N=E.start_tag_token&&E.start_tag_token.multiline_content,N=N||!E.is_inline_element&&!(w.is_inline_element||w.is_unformatted)&&!(S.type===i.TAG_CLOSE&&E.start_tag_token===w)&&S.type!=="TK_CONTENT",(E.is_content_unformatted||E.is_unformatted)&&(N=!1),N&&p.print_newline(!1)}else E.indent_content=!E.custom_beautifier_name,E.tag_start_char==="<"&&(E.tag_name==="html"?E.indent_content=this._options.indent_inner_html:E.tag_name==="head"?E.indent_content=this._options.indent_head_inner_html:E.tag_name==="body"&&(E.indent_content=this._options.indent_body_inner_html)),!(E.is_inline_element||E.is_unformatted)&&(S.type!=="TK_CONTENT"||E.is_content_unformatted)&&p.print_newline(!1),this._calcluate_parent_multiline(p,E)},m.prototype._calcluate_parent_multiline=function(p,h){h.parent&&p._output.just_added_newline()&&!((h.is_inline_element||h.is_unformatted)&&h.parent.is_inline_element)&&(h.parent.multiline_content=!0)};var y=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],v=["a","audio","del","ins","map","noscript","video"];return m.prototype._do_optional_end_element=function(p){var h=null;if(!(p.is_empty_element||!p.is_start_tag||!p.parent)){if(p.tag_name==="body")h=h||this._tag_stack.try_pop("head");else if(p.tag_name==="li")h=h||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(p.tag_name==="dd"||p.tag_name==="dt")h=h||this._tag_stack.try_pop("dt",["dl"]),h=h||this._tag_stack.try_pop("dd",["dl"]);else if(p.parent.tag_name==="p"&&y.indexOf(p.tag_name)!==-1){var E=p.parent.parent;(!E||v.indexOf(E.tag_name)===-1)&&(h=h||this._tag_stack.try_pop("p"))}else p.tag_name==="rp"||p.tag_name==="rt"?(h=h||this._tag_stack.try_pop("rt",["ruby","rtc"]),h=h||this._tag_stack.try_pop("rp",["ruby","rtc"])):p.tag_name==="optgroup"?h=h||this._tag_stack.try_pop("optgroup",["select"]):p.tag_name==="option"?h=h||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):p.tag_name==="colgroup"?h=h||this._tag_stack.try_pop("caption",["table"]):p.tag_name==="thead"?(h=h||this._tag_stack.try_pop("caption",["table"]),h=h||this._tag_stack.try_pop("colgroup",["table"])):p.tag_name==="tbody"||p.tag_name==="tfoot"?(h=h||this._tag_stack.try_pop("caption",["table"]),h=h||this._tag_stack.try_pop("colgroup",["table"]),h=h||this._tag_stack.try_pop("thead",["table"]),h=h||this._tag_stack.try_pop("tbody",["table"])):p.tag_name==="tr"?(h=h||this._tag_stack.try_pop("caption",["table"]),h=h||this._tag_stack.try_pop("colgroup",["table"]),h=h||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(p.tag_name==="th"||p.tag_name==="td")&&(h=h||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),h=h||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return p.parent=this._tag_stack.get_parser_token(),h}},Vr.Beautifier=m,Vr}var nc;function t0(){if(nc)return ni.exports;nc=1;var e=e0().Beautifier,t=$l().Options;function n(i,s,a,o){var l=new e(i,s,a,o);return l.beautify()}return ni.exports=n,ni.exports.defaultOptions=function(){return new t},ni.exports}var ic;function n0(){if(ic)return nn;ic=1;var e=Jb(),t=Vb(),n=t0();function i(s,a,o,l){return o=o||e,l=l||t,n(s,a,o,l)}return i.defaultOptions=n.defaultOptions,nn.js=e,nn.css=t,nn.html=i,nn}(function(e){function t(n,i,s){var a=function(o,l){return n.js_beautify(o,l)};return a.js=n.js_beautify,a.css=i.css_beautify,a.html=s.html_beautify,a.js_beautify=n.js_beautify,a.css_beautify=i.css_beautify,a.html_beautify=s.html_beautify,a}(function(n){var i=n0();i.js_beautify=i.js,i.css_beautify=i.css,i.html_beautify=i.html,n.exports=t(i,i,i)})(e)})(Sl);var i0=Sl.exports,r0=Kb(i0),rc=(function(){function e(t){var n=this;this.isDisabled=function(){var i=["BUTTON","COMMAND","FIELDSET","KEYGEN","OPTGROUP","OPTION","SELECT","TEXTAREA","INPUT"],s=n.attributes().disabled!==void 0,a=en(n.element)&&i.includes(n.element.tagName);return s&&a},this.wrapperElement=t}return Object.defineProperty(e.prototype,"element",{get:function(){return this.wrapperElement},enumerable:!1,configurable:!0}),e.prototype.findAllDOMElements=function(t){var n=this.getRootNodes().filter(en);if(n.length===0)return[];var i=Ie([],n.filter(function(s){return s.matches(t)}),!0);return n.forEach(function(s){i.push.apply(i,Array.from(s.querySelectorAll(t)))}),i},e.prototype.find=function(t){if(typeof t=="object"&&"ref"in t){var n=this.getCurrentComponent();if(!n)return He("DOMWrapper");var i=n.refs[t.ref];return Array.isArray(i)&&(i=i.length?i[0]:void 0),i instanceof Node?tn(i):He("DOMWrapper")}var s=this.findAll(t);return s.length>0?s[0]:He("DOMWrapper")},e.prototype.findComponent=function(t){var n=this.getCurrentComponent();if(!n)return He("VueWrapper");if(typeof t=="object"&&"ref"in t){var i=n.refs[t.ref];return Array.isArray(i)&&(i=i.length?i[0]:void 0),i&&!(i instanceof HTMLElement)?Yn(null,i):He("VueWrapper")}if(Cl(n.vnode,t)&&this.element.contains(n.vnode.el))return Yn(null,n.subTree.component?n.subTree.component.proxy:n.proxy);var s=this.findAllComponents(t)[0];return s??He("VueWrapper")},e.prototype.findAllComponents=function(t){var n=this.getCurrentComponent();if(!n)return[];var i=Ub(n.subTree,t);return i.map(function(s){return s.proxy?Yn(null,s.proxy):tn(s.vnode.el)})},e.prototype.html=function(t){var n=this.getRootNodes().map(function(i){return Hb(i)});return t!=null&&t.raw?n.join(""):n.map(function(i){return r0.html(i,{unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_size:2,inline_custom_elements:!1})}).join(`
|
|
88
|
+
`)},e.prototype.classes=function(t){var n=en(this.element)?Array.from(this.element.classList):[];return t?n.includes(t):n},e.prototype.attributes=function(t){var n={};if(en(this.element))for(var i=Array.from(this.element.attributes),s=0,a=i;s<a.length;s++){var o=a[s];n[o.localName]=o.value}return t?n[t]:n},e.prototype.text=function(){return this.getRootNodes().map(Eb).join("")},e.prototype.exists=function(){return!0},e.prototype.get=function(t){var n=this.find(t);if(n.exists())return n;throw new Error("Unable to get ".concat(t," within: ").concat(this.html()))},e.prototype.getComponent=function(t){var n=this.findComponent(t);if(n.exists())return n;var i="Unable to get ";throw typeof t=="string"?i+="component with selector ".concat(t):"name"in t?i+="component with name ".concat(t.name):"ref"in t?i+="component with ref ".concat(t.ref):i+="specified component",i+=" within: ".concat(this.html()),new Error(i)},e.prototype.isVisible=function(){return en(this.element)&&Nl(this.element)},e.prototype.trigger=function(t,n){return kr(this,void 0,void 0,function(){var i;return Or(this,function(s){if(n&&n.target)throw Error("[vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details—https://vue-test-utils.vuejs.org/api/wrapper/trigger.html");return this.element&&!this.isDisabled()&&(i=Pb(t,n),i._vts=Date.now()+1,this.element.dispatchEvent(i)),[2,r.nextTick()]})})},e})(),s0=(function(e){sl(t,e);function t(n){var i=this;return n?(i=e.call(this,n)||this,Me.plugins.DOMWrapper.extend(i),i):He("DOMWrapper")}return t.prototype.getRootNodes=function(){return[this.wrapperElement]},t.prototype.getCurrentComponent=function(){for(var n,i=this.element.__vueParentComponent;((n=i==null?void 0:i.parent)===null||n===void 0?void 0:n.vnode.el)===this.element;)i=i.parent;return i},t.prototype.find=function(n){var i=e.prototype.find.call(this,n);return i.exists()&&Cb(n)?this.element.contains(i.element)?i:He("DOMWrapper"):i},t.prototype.findAll=function(n){return this.wrapperElement instanceof Element?Array.from(this.wrapperElement.querySelectorAll(n),tn):[]},t.prototype.findAllComponents=function(n){var i=this,s=e.prototype.findAllComponents.call(this,n);return s.filter(function(a){return i.element.contains(a.element)})},t.prototype.setChecked=function(){return kr(this,arguments,void 0,function(n){var i,s;return n===void 0&&(n=!0),Or(this,function(a){if(i=this.element,s=this.attributes().type,s==="radio"&&!n)throw Error(`wrapper.setChecked() cannot be called with parameter false on a '<input type="radio" /> element.`);return n===i.checked?[2]:(i.checked=n,this.trigger("input"),[2,this.trigger("change")])})})},t.prototype.setValue=function(n){var i=this.element,s=i.tagName,a=this.attributes().type;if(s==="OPTION")return this.setSelected(),Promise.resolve();if(s==="INPUT"&&a==="checkbox")return this.setChecked(n);if(s==="INPUT"&&a==="radio")return this.setChecked(n);if(s==="SELECT"){if(Array.isArray(n))for(var o=i,l=0;l<o.options.length;l++){var c=o.options[l];c.selected=n.includes(c.value)}else i.value=n;return this.trigger("input"),this.trigger("change")}else{if(s==="INPUT"||s==="TEXTAREA")return i.value=n,this.trigger("input"),this.trigger("change");throw Error("wrapper.setValue() cannot be called on ".concat(s))}},t.prototype.setSelected=function(){var n=this.element;if(!n.selected){n.selected=!0;var i=n.parentElement;i.tagName==="OPTGROUP"&&(i=i.parentElement);var s=new t(i);return s.trigger("input"),s.trigger("change")}},t})(rc);Tl(Nt.DOMWrapper,function(e){return new s0(e)});function ri(e){if(e.shapeFlag&1)return[e.el];if(e.shapeFlag&6){var t=e.component.subTree;return ri(t)}else{if(e.shapeFlag&128)return ri(e.suspense.activeBranch);if(e.shapeFlag&72){var n=[e.el];if(e.anchor)for(var i=n[0].nextSibling;i&&i.previousSibling!==e.anchor;)n.push(i),i=i.nextSibling;return n}else if(e.shapeFlag&16){var s=e.children.flat();return s.flatMap(function(a){return ri(a)}).filter(Ib)}}return[]}var lt={};function a0(e,t){var n=e.$.uid,i=lt[n]||{};return t?i?i[t]:void 0:i}var o0=function(){var e=wb();if(e.__VUE_DEVTOOLS_GLOBAL_HOOK__){var t=e.__VUE_DEVTOOLS_GLOBAL_HOOK__.emit;e.__VUE_DEVTOOLS_GLOBAL_HOOK__.emit=function(n){for(var i=[],s=1;s<arguments.length;s++)i[s-1]=arguments[s];t.call.apply(t,Ie([e.__VUE_DEVTOOLS_GLOBAL_HOOK__,n],i,!1)),sc(n,i)}}else r.setDevtoolsHook(l0(),{})};function sc(e,t){if(e==="component:emit"){t[0];var n=t[1],i=t[2],s=t[3];ac(n,i,s)}}function l0(){return{emit:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];sc(e,t)}}}var ac=function(e,t,n){for(var i=e;typeof(i==null?void 0:i.type)=="function";)i=i.parent;var s=i.uid;s in lt||(lt[s]={}),t in lt[s]||(lt[s][t]=[]),lt[s][t].push(n)},c0=function(e){var t=e.$.uid;delete lt[t]};function u0(e,t){return new Proxy(e,{get:function(n,i,s){return n.$.exposed&&n.$.exposeProxy&&i in n.$.exposeProxy?Reflect.get(n.$.exposeProxy,i,s):i in t?Reflect.get(t,i,s):i in n.$.appContext.config.globalProperties?Reflect.get(n.$.appContext.config.globalProperties,i,s):n.$.ctx[i]},set:function(n,i,s,a){return i in t?Reflect.set(t,i,s,a):Reflect.set(n,i,s,a)},has:function(n,i){return Reflect.has(t,i)||Reflect.has(n,i)},defineProperty:function(n,i,s){return i in t?Reflect.defineProperty(t,i,s):Reflect.defineProperty(n,i,s)},getOwnPropertyDescriptor:function(n,i){return i in t?Reflect.getOwnPropertyDescriptor(t,i):Reflect.getOwnPropertyDescriptor(n,i)},deleteProperty:function(n,i){return i in t?Reflect.deleteProperty(t,i):Reflect.deleteProperty(n,i)}})}var f0=(function(e){sl(t,e);function t(n,i,s){var a=e.call(this,i==null?void 0:i.$el)||this;return a.cleanUpCallbacks=[],a.__app=n,a.rootVM=i==null?void 0:i.$root,Tb(i)?a.componentVM=u0(i,i.$.setupState):a.componentVM=i,a.__setProps=s,a.attachNativeEventListener(),Me.plugins.VueWrapper.extend(a),a}return Object.defineProperty(t.prototype,"hasMultipleRoots",{get:function(){var n=function(i){var s;if(i.shapeFlag===16)return!0;if(i.shapeFlag&4||i.shapeFlag&2){if(!((s=i.component)===null||s===void 0)&&s.subTree)return n(i.component.subTree);if(i.shapeFlag&16)return!0}return!1};return n(this.vm.$.subTree)},enumerable:!1,configurable:!0}),t.prototype.getRootNodes=function(){return ri(this.vm.$.vnode)},Object.defineProperty(t.prototype,"parentElement",{get:function(){return this.vm.$el.parentElement},enumerable:!1,configurable:!0}),t.prototype.getCurrentComponent=function(){return this.vm.$},t.prototype.exists=function(){return!this.getCurrentComponent().isUnmounted},t.prototype.findAll=function(n){return this.findAllDOMElements(n).map(tn)},t.prototype.attachNativeEventListener=function(){var n=this.vm;if(n){var i=n.$options.emits?Array.isArray(n.$options.emits)?n.$options.emits:Object.keys(n.$options.emits):[],s=this.getRootNodes().filter(function(d){return d instanceof Element});if(s.length===1)for(var a=s[0],o=function(d){if(i.includes(d))return"continue";var m=function(){for(var b=[],y=0;y<arguments.length;y++)b[y]=arguments[y];ac(n.$,d,b)};a.addEventListener(d,m),l.cleanUpCallbacks.push(function(){a.removeEventListener(d,m)})},l=this,c=0,u=Object.keys(hl);c<u.length;c++){var f=u[c];o(f)}}},Object.defineProperty(t.prototype,"element",{get:function(){return this.hasMultipleRoots?this.parentElement:this.vm.$el},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"vm",{get:function(){return this.componentVM},enumerable:!1,configurable:!0}),t.prototype.props=function(n){var i=this.componentVM.$props;return n?i[n]:i},t.prototype.emitted=function(n){return a0(this.vm,n)},t.prototype.isVisible=function(){var n=tn(this.element);return n.isVisible()},t.prototype.setData=function(n){return ll(this.componentVM.$data,n),r.nextTick()},t.prototype.setProps=function(n){if(this.vm.$parent!==this.rootVM||!this.__setProps)throw Error("You can only use setProps on your mounted component");return this.__setProps(n),r.nextTick()},t.prototype.setValue=function(n,i){var s=i||"modelValue";return this.vm.$emit("update:".concat(s),n),this.vm.$nextTick()},t.prototype.unmount=function(){if(!this.__app)throw new Error("wrapper.unmount() can only be called by the root wrapper");c0(this.vm),this.cleanUpCallbacks.forEach(function(n){return n()}),this.cleanUpCallbacks=[],this.__app.unmount()},t})(rc);Tl(Nt.VueWrapper,function(e,t,n){return new f0(e,t,n)});function d0(e,t){e===void 0&&(e=""),t===void 0&&(t=_s);var n=e.trim(),i=n&&n.startsWith("<template");i||(n='<template #default="params">'.concat(n,"</template>"));var s=sb("<transition>".concat(n,"</transition>"),{mode:"function",prefixIdentifiers:!1}).code,a=new Function("Vue",s),o=a(t);return function(l){l===void 0&&(l={});var c=o(l),u=Object.keys(c.children)[0];return c.children[u](l)}}var ts=function(e){return e.__isTeleport},ns=function(e){return e.__isKeepAlive},oc=function(e,t,n){return!!(!n||e.component===t&&!(n!=null&&n.parent)||e.functional&&e.functional===t)},p0=function(e){var t=e.rootComponents,n=e.transformers,i=new WeakMap;return function(s,a){var o=s[0],l=s[1],c=s[2],u=s.slice(3);if(!Mr(o))return Ie([o,l,c],u,!0);var f=o,d=i.get(o);if(d&&!oc(t,f,a)&&!ts(o)&&!ns(o))return Ie([d,l,c],u,!0);var m=n.reduce(function(b,y){return y(b,a)},f);return o!==m&&(i.set(o,m),$t({source:o,stub:m}),ts(o)||ns(o))?Ie([m,l,function(){return c}],u,!0):Ie([m,l,c],u,!0)}},h0=function(e){var t=e;return Object.keys(t).reduce(function(n,i){var s,a,o,l;return typeof t[i]=="symbol"?j(j({},n),(s={},s[i]=[(l=t[i])===null||l===void 0?void 0:l.toString()],s)):typeof t[i]=="function"?j(j({},n),(a={},a[i]=["[Function]"],a)):j(j({},n),(o={},o[i]=t[i],o))},{})},A0=function(e){return e.replace(/-/,"").toUpperCase()},m0=function(e){return e.replace(/(^\w|-\w)/g,A0)},lc={teleport:ts,"keep-alive":ns,transition:function(e){return e===r.Transition||e===r.BaseTransition},"transition-group":function(e){return e===r.TransitionGroup}},v0=function(e,t,n,i){var s=m0(e);if(t(n)&&(s in i||e in i)){if(e in i&&i[e]===!1||s in i&&i[s]===!1)return n;if(i[e]===!0||i[s]===!0)return cc({name:e,type:n,renderStubDefaultSlot:!0})}},cc=function(e){var t=e.name,n=e.type,i=e.renderStubDefaultSlot,s="anonymous-stub",a=t?"".concat(jb(t),"-stub"):s,o=n?Vt(n)||{}:{},l=r.defineComponent({name:t||s,props:o.props||{},model:o.model,setup:function(u,f){var d=f.slots;return function(){var m=h0(u);return i&&d.default?r.h(a,m,d.default({})):r.h(a,m)}}}),c=n.__asyncLoader;return c&&c().then(function(){$t({source:n.__asyncResolved,stub:l})}),l},uc=function(e,t){for(var n=0,i=Object.entries(t);n<i.length;n++){var s=i[n],a=s[0],o=s[1];if(Br(e,a))return o}};function g0(e){var t=e.rootComponents,n=e.stubs,i=n===void 0?{}:n,s=e.shallow,a=s===void 0?!1:s,o=e.renderStubDefaultSlot,l=o===void 0?!1:o;return function(u,f){var d,m,b;for(var y in lc){var v=lc[y],p=v0(y,v,u,i);if(p)return p}if(oc(t,u,f))return u;var h=El(f,u),E=Il(f,u),w=null,S=null;if(h&&(w=uc(h,i),w&&(S=h)),!w&&E&&(w=uc(E,i),w&&(S=E)),Mr(w)){var M=Vt(w),N=xr(M)?M:null;$t({source:u,stub:w});var k=N?function(){for(var I=[],A=0;A<arguments.length;A++)I[A]=arguments[A];return N.apply(void 0,I)}:j({},M);return k.props=M.props,k}if(w===!1)return u;if(w===!0||a){var C=S||h||E;return(b=(m=(d=Me.plugins).createStubs)===null||m===void 0?void 0:m.call(d,{name:C,component:u,registerStub:$t}))!==null&&b!==void 0?b:cc({name:C,type:u,renderStubDefaultSlot:l})}return u}}var _0=function(){};function b0(e){var t=e.directives,n=t===void 0?{}:t;return Object.keys(n).length===0?function(i){return i}:function(s){if(Jt(s)&&s.directives){var a=Object.keys(s.directives).filter(function(l){return l in n});if(!a.length)return s;var o=Object.fromEntries(a.map(function(l){var c=n[l];return[l,typeof c=="boolean"?_0:c]}));return j(j({},s),{directives:j(j({},s.directives),o)})}return s}}var fc=function(e,t){return r.isRef(e)?!0:!Ct(e)||t.has(e)?!1:(t.set(e,!0),Object.values(e).some(function(n){return fc(n,t)}))},y0=function(e){var t=new WeakMap;return fc(e,t)},E0=["attachTo","attrs","data","props","slots","global","shallow"];function I0(e){e.methods&&(console.warn("Passing a `methods` option to mount was deprecated on Vue Test Utils v1, and it won't have any effect on v2. For additional info: https://vue-test-utils.vuejs.org/upgrading-to-v1/#setmethods-and-mountingoptions-methods"),delete e.methods);for(var t=j({},e),n=0,i=Object.keys(e);n<i.length;n++){var s=i[n];E0.includes(s)&&delete t[s]}return t}function C0(e,t){var n=Vt(e),i,s=I0(t??{}),a={};xr(n)||bl(n)?(i=r.defineComponent(j({compatConfig:{MODE:3,INSTANCE_LISTENERS:!1,INSTANCE_ATTRS_CLASS_STYLE:!1,COMPONENT_FUNCTIONAL:bl(n)?"suppress-warning":!1},props:n.props||{},setup:function(X,ee){var ie=ee.attrs,le=ee.slots;return function(){return r.h(n,j(j({},X),ie),le)}}},s)),a.functional=n):Jt(n)?i=j(j({},n),s):i=n,a.component=i,$t({source:n,stub:i});function o(X){switch(typeof X){case"function":return X;case"object":return function(){return r.h(X)};case"string":return d0(X);default:throw Error("Invalid slot received.")}}var l=(t==null?void 0:t.slots)&&Object.entries(t.slots).reduce(function(X,ee){var ie=ee[0],le=ee[1];if(Array.isArray(le)){var we=le.map(o);return X[ie]=function(ke){return we.map(function(Mt){return Mt(ke)})},X}return X[ie]=o(le),X},{});if(t!=null&&t.data){var c=t.data();if(Jt(n)){var u=i,f=n.data||(function(){return{}});u.data=function(X){return j(j({},f.call(X,X)),c)}}else throw new Error("data() option is not supported on functional and class components")}var d="VTU_COMPONENT",m=r.shallowReactive({}),b=r.reactive({});Object.entries(j(j(j(j({},t==null?void 0:t.attrs),t==null?void 0:t.propsData),t==null?void 0:t.props),{ref:d})).forEach(function(X){var ee=X[0],ie=X[1];y0(ie)?m[ee]=ie:b[ee]=ie});var y=_b(t==null?void 0:t.global);Jt(i)&&(i.components=j(j({},i.components),y.components));var v=r.ref(null),p=r.defineComponent({name:"VTU_ROOT",setup:function(){var X;return X={},X[d]=v,X},render:function(){return r.h(i,j(j({},b),m),l)}}),h=r.createApp(p);if(o0(),y!=null&&y.mocks){var E={beforeCreate:function(){if(Sb(this)){for(var X=0,ee=Object.entries(y.mocks);X<ee.length;X++){var ie=ee[X],le=ie[0],we=ie[1];try{this.$.setupState[le]=we}catch{}}this.$.proxy=new Proxy(this.$.proxy,{get:function(pi,an){return an in y.mocks?y.mocks[an]:pi[an]}})}else for(var ke=0,Mt=Object.entries(y.mocks);ke<Mt.length;ke++){var di=Mt[ke],le=di[0],we=di[1];this[le]=we}}};h.mixin(E)}if(y.config)for(var w=0,S=Object.entries(y.config);w<S.length;w++){var M=S[w],N=M[0],k=M[1];h.config[N]=Ct(h.config[N])?Object.assign(h.config[N],k):k}if(y.provide)for(var C=0,I=Reflect.ownKeys(y.provide);C<I.length;C++){var A=I[C];h.provide(A,y.provide[A])}if(y.plugins)for(var g=0,_=y.plugins;g<_.length;g++){var T=_[g];if(Array.isArray(T)){h.use.apply(h,Ie([T[0]],T.slice(1),!1));continue}h.use(T)}if(y.mixins)for(var O=0,x=y.mixins;O<x.length;O++){var E=x[O];h.mixin(E)}if(y.components)for(var D=0,B=Object.keys(y.components);D<B.length;D++){var A=B[D];A in y.stubs||h.component(A,y.components[A])}if(y.directives)for(var P=0,L=Object.keys(y.directives);P<L.length;P++){var A=L[P];h.directive(A,y.directives[A])}if(r.transformVNodeArgs(p0({rootComponents:a,transformers:[g0({rootComponents:a,stubs:dl(y.stubs),shallow:t==null?void 0:t.shallow,renderStubDefaultSlot:y.renderStubDefaultSlot}),b0({directives:Nb(y.stubs)})]})),y!=null&&y.stubs)for(var Q=0,W=Object.keys(dl(y.stubs));Q<W.length;Q++){var G=W[Q];h.component(G)||h.component(G,{name:G})}return{app:h,props:b,componentRef:v}}function N0(e,t){var n=C0(e,t),i=n.app,s=n.props,a=n.componentRef,o=function(y){for(var v=0,p=Object.entries(y);v<p.length;v++){var h=p[v],E=h[0],w=h[1];s[E]=w}return d.$nextTick()},l=i.config.errorHandler,c=[];i.config.errorHandler=function(y,v,p){return c.push(y),l==null?void 0:l(y,v,p)};var u=document.createElement("div");if(t!=null&&t.attachTo){var f=void 0;if(typeof t.attachTo=="string"){if(f=document.querySelector(t.attachTo),!f)throw new Error("Unable to find the element matching the selector ".concat(t.attachTo," given as the `attachTo` option"))}else f=t.attachTo;f.appendChild(u)}var d=i.mount(u);if(c.length)throw c[0];i.config.errorHandler=l;var m=a.value;i.hasOwnProperty||(m.hasOwnProperty=function(y){return Reflect.has(m,y)});var b=Yn(i,m,o);return b}var T0={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"},S0=r.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var e=this,t,n,i=r.computed(function(){return T0}),s=(n=(t=this.$slots)===null||t===void 0?void 0:t.default)===null||n===void 0?void 0:n.call(t,{route:i,href:r.computed(function(){return i.value.href}),isActive:r.computed(function(){return!1}),isExactActive:r.computed(function(){return!1}),navigate:function(){return kr(e,void 0,void 0,function(){return Or(this,function(a){return[2]})})}});return this.custom?s:r.h("a",void 0,s)}});typeof setImmediate=="function"&&setImmediate;var w0={reset:[0,0],bold:[1,22,"\x1B[22m\x1B[1m"],dim:[2,22,"\x1B[22m\x1B[2m"],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]},k0=Object.entries(w0);function is(e){return String(e)}is.open="",is.close="";function O0(e=!1){let t=typeof process<"u"?process:void 0,n=(t==null?void 0:t.env)||{},i=(t==null?void 0:t.argv)||[];return!("NO_COLOR"in n||i.includes("--no-color"))&&("FORCE_COLOR"in n||i.includes("--color")||(t==null?void 0:t.platform)==="win32"||e&&n.TERM!=="dumb"||"CI"in n)||typeof window<"u"&&!!window.chrome}function M0(e=!1){let t=O0(e),n=(o,l,c,u)=>{let f="",d=0;do f+=o.substring(d,u)+c,d=u+l.length,u=o.indexOf(l,d);while(~u);return f+o.substring(d)},i=(o,l,c=o)=>{let u=f=>{let d=String(f),m=d.indexOf(l,o.length);return~m?o+n(d,l,c,m)+l:o+d+l};return u.open=o,u.close=l,u},s={isColorSupported:t},a=o=>`\x1B[${o}m`;for(let[o,l]of k0)s[o]=t?i(a(l[0]),a(l[1]),l[2]):is;return s}M0();function dc(e,t){return t.forEach(function(n){n&&typeof n!="string"&&!Array.isArray(n)&&Object.keys(n).forEach(function(i){if(i!=="default"&&!(i in e)){var s=Object.getOwnPropertyDescriptor(n,i);Object.defineProperty(e,i,s.get?s:{enumerable:!0,get:function(){return n[i]}})}})}),Object.freeze(e)}function pc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var si={exports:{}},J={};/**
|
|
126
89
|
* @license React
|
|
127
90
|
* react-is.production.js
|
|
128
91
|
*
|
|
@@ -130,7 +93,7 @@ You passed in: '`+this.raw_options[i]+"'");return o},e.prototype._is_valid_selec
|
|
|
130
93
|
*
|
|
131
94
|
* This source code is licensed under the MIT license found in the
|
|
132
95
|
* LICENSE file in the root directory of this source tree.
|
|
133
|
-
*/var
|
|
96
|
+
*/var hc;function x0(){if(hc)return J;hc=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),o=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),m=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");function y(v){if(typeof v=="object"&&v!==null){var p=v.$$typeof;switch(p){case e:switch(v=v.type,v){case n:case s:case i:case c:case u:case m:return v;default:switch(v=v&&v.$$typeof,v){case o:case l:case d:case f:return v;case a:return v;default:return p}}case t:return p}}}return J.ContextConsumer=a,J.ContextProvider=o,J.Element=e,J.ForwardRef=l,J.Fragment=n,J.Lazy=d,J.Memo=f,J.Portal=t,J.Profiler=s,J.StrictMode=i,J.Suspense=c,J.SuspenseList=u,J.isContextConsumer=function(v){return y(v)===a},J.isContextProvider=function(v){return y(v)===o},J.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===e},J.isForwardRef=function(v){return y(v)===l},J.isFragment=function(v){return y(v)===n},J.isLazy=function(v){return y(v)===d},J.isMemo=function(v){return y(v)===f},J.isPortal=function(v){return y(v)===t},J.isProfiler=function(v){return y(v)===s},J.isStrictMode=function(v){return y(v)===i},J.isSuspense=function(v){return y(v)===c},J.isSuspenseList=function(v){return y(v)===u},J.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===n||v===s||v===i||v===c||v===u||typeof v=="object"&&v!==null&&(v.$$typeof===d||v.$$typeof===f||v.$$typeof===o||v.$$typeof===a||v.$$typeof===l||v.$$typeof===b||v.getModuleId!==void 0)},J.typeOf=y,J}var $={};/**
|
|
134
97
|
* @license React
|
|
135
98
|
* react-is.development.js
|
|
136
99
|
*
|
|
@@ -138,7 +101,7 @@ You passed in: '`+this.raw_options[i]+"'");return o},e.prototype._is_valid_selec
|
|
|
138
101
|
*
|
|
139
102
|
* This source code is licensed under the MIT license found in the
|
|
140
103
|
* LICENSE file in the root directory of this source tree.
|
|
141
|
-
*/var
|
|
104
|
+
*/var Ac;function D0(){return Ac||(Ac=1,process.env.NODE_ENV!=="production"&&(function(){function e(v){if(typeof v=="object"&&v!==null){var p=v.$$typeof;switch(p){case t:switch(v=v.type,v){case i:case a:case s:case u:case f:case b:return v;default:switch(v=v&&v.$$typeof,v){case l:case c:case m:case d:return v;case o:return v;default:return p}}case n:return p}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),o=Symbol.for("react.consumer"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),b=Symbol.for("react.view_transition"),y=Symbol.for("react.client.reference");$.ContextConsumer=o,$.ContextProvider=l,$.Element=t,$.ForwardRef=c,$.Fragment=i,$.Lazy=m,$.Memo=d,$.Portal=n,$.Profiler=a,$.StrictMode=s,$.Suspense=u,$.SuspenseList=f,$.isContextConsumer=function(v){return e(v)===o},$.isContextProvider=function(v){return e(v)===l},$.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===t},$.isForwardRef=function(v){return e(v)===c},$.isFragment=function(v){return e(v)===i},$.isLazy=function(v){return e(v)===m},$.isMemo=function(v){return e(v)===d},$.isPortal=function(v){return e(v)===n},$.isProfiler=function(v){return e(v)===a},$.isStrictMode=function(v){return e(v)===s},$.isSuspense=function(v){return e(v)===u},$.isSuspenseList=function(v){return e(v)===f},$.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===i||v===a||v===s||v===u||v===f||typeof v=="object"&&v!==null&&(v.$$typeof===m||v.$$typeof===d||v.$$typeof===l||v.$$typeof===o||v.$$typeof===c||v.$$typeof===y||v.getModuleId!==void 0)},$.typeOf=e})()),$}var mc;function B0(){return mc||(mc=1,process.env.NODE_ENV==="production"?si.exports=x0():si.exports=D0()),si.exports}var vc=B0(),L0=pc(vc),P0=dc({__proto__:null,default:L0},[vc]),ai={exports:{}},K={};/**
|
|
142
105
|
* @license React
|
|
143
106
|
* react-is.production.min.js
|
|
144
107
|
*
|
|
@@ -146,7 +109,7 @@ You passed in: '`+this.raw_options[i]+"'");return o},e.prototype._is_valid_selec
|
|
|
146
109
|
*
|
|
147
110
|
* This source code is licensed under the MIT license found in the
|
|
148
111
|
* LICENSE file in the root directory of this source tree.
|
|
149
|
-
*/var
|
|
112
|
+
*/var gc;function R0(){if(gc)return K;gc=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),l=Symbol.for("react.server_context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),b=Symbol.for("react.offscreen"),y;y=Symbol.for("react.module.reference");function v(p){if(typeof p=="object"&&p!==null){var h=p.$$typeof;switch(h){case e:switch(p=p.type,p){case n:case s:case i:case u:case f:return p;default:switch(p=p&&p.$$typeof,p){case l:case o:case c:case m:case d:case a:return p;default:return h}}case t:return h}}}return K.ContextConsumer=o,K.ContextProvider=a,K.Element=e,K.ForwardRef=c,K.Fragment=n,K.Lazy=m,K.Memo=d,K.Portal=t,K.Profiler=s,K.StrictMode=i,K.Suspense=u,K.SuspenseList=f,K.isAsyncMode=function(){return!1},K.isConcurrentMode=function(){return!1},K.isContextConsumer=function(p){return v(p)===o},K.isContextProvider=function(p){return v(p)===a},K.isElement=function(p){return typeof p=="object"&&p!==null&&p.$$typeof===e},K.isForwardRef=function(p){return v(p)===c},K.isFragment=function(p){return v(p)===n},K.isLazy=function(p){return v(p)===m},K.isMemo=function(p){return v(p)===d},K.isPortal=function(p){return v(p)===t},K.isProfiler=function(p){return v(p)===s},K.isStrictMode=function(p){return v(p)===i},K.isSuspense=function(p){return v(p)===u},K.isSuspenseList=function(p){return v(p)===f},K.isValidElementType=function(p){return typeof p=="string"||typeof p=="function"||p===n||p===s||p===i||p===u||p===f||p===b||typeof p=="object"&&p!==null&&(p.$$typeof===m||p.$$typeof===d||p.$$typeof===a||p.$$typeof===o||p.$$typeof===c||p.$$typeof===y||p.getModuleId!==void 0)},K.typeOf=v,K}var Z={};/**
|
|
150
113
|
* @license React
|
|
151
114
|
* react-is.development.js
|
|
152
115
|
*
|
|
@@ -154,9 +117,9 @@ You passed in: '`+this.raw_options[i]+"'");return o},e.prototype._is_valid_selec
|
|
|
154
117
|
*
|
|
155
118
|
* This source code is licensed under the MIT license found in the
|
|
156
119
|
* LICENSE file in the root directory of this source tree.
|
|
157
|
-
*/var
|
|
158
|
-
`)}function Uk(e,t){switch(e.nodeType){case 1:return Bv(e,t);case 3:return t.inspect(e.data,t);default:return t.inspect(e,t)}}function Bv(e,t){const n=e.getAttributeNames(),i=e.tagName.toLowerCase(),r=t.stylize(`<${i}`,"special"),s=t.stylize(">","special"),o=t.stylize(`</${i}>`,"special");t.truncate-=i.length*2+5;let a="";n.length>0&&(a+=" ",a+=pn(n.map(u=>[u,e.getAttribute(u)]),t,Wk," ")),t.truncate-=a.length;const l=t.truncate;let c=af(e.children,t);return c&&c.length>l&&(c=`${Rr}(${e.children.length})`),`${r}${a}${s}${c}${o}`}const lf=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("chai/inspect"):"@@chai/inspect",cf=Symbol.for("nodejs.util.inspect.custom"),zv=new WeakMap,Qv={},Fv={undefined:(e,t)=>t.stylize("undefined","undefined"),null:(e,t)=>t.stylize("null","null"),boolean:(e,t)=>t.stylize(String(e),"boolean"),Boolean:(e,t)=>t.stylize(String(e),"boolean"),number:Lv,Number:Lv,bigint:Pv,BigInt:Pv,string:Vv,String:Vv,function:Dv,Function:Dv,symbol:jv,Symbol:jv,Array:Ck,Date:wk,Map:xk,Set:Lk,RegExp:Mk,Promise:jk,WeakSet:(e,t)=>t.stylize("WeakSet{…}","special"),WeakMap:(e,t)=>t.stylize("WeakMap{…}","special"),Arguments:zk,Int8Array:qn,Uint8Array:qn,Uint8ClampedArray:qn,Int16Array:qn,Uint16Array:qn,Int32Array:qn,Uint32Array:qn,Float32Array:qn,Float64Array:qn,Generator:()=>"",DataView:()=>"",ArrayBuffer:()=>"",Error:Fk,HTMLCollection:af,NodeList:af},Hk=(e,t,n,i)=>lf in e&&typeof e[lf]=="function"?e[lf](t):cf in e&&typeof e[cf]=="function"?e[cf](t.depth,t,i):"inspect"in e&&typeof e.inspect=="function"?e.inspect(t.depth,t):"constructor"in e&&zv.has(e.constructor)?zv.get(e.constructor)(e,t):Qv[n]?Qv[n](e,t):"",qk=Object.prototype.toString;function Ka(e,t={}){const n=Ek(t,Ka),{customInspect:i}=n;let r=e===null?"null":typeof e;if(r==="object"&&(r=qk.call(e).slice(8,-1)),r in Fv)return Fv[r](e,n);if(i&&e){const o=Hk(e,n,r,Ka);if(o)return typeof o=="string"?o:Ka(o,n)}const s=e?Object.getPrototypeOf(e):!1;return s===Object.prototype||s===null?qa(e,n):e&&typeof HTMLElement=="function"&&e instanceof HTMLElement?Bv(e,n):"constructor"in e?e.constructor!==Object?Bk(e,n):qa(e,n):e===Object(e)?qa(e,n):n.stylize(String(e),r)}const Kk=/%[sdjifoOc%]/g;function Xk(...e){if(typeof e[0]!="string"){const s=[];for(let o=0;o<e.length;o++)s.push(Vr(e[o],{depth:0,colors:!1}));return s.join(" ")}const t=e.length;let n=1;const i=e[0];let r=String(i).replace(Kk,s=>{if(s==="%%")return"%";if(n>=t)return s;switch(s){case"%s":{const o=e[n++];return typeof o=="bigint"?`${o.toString()}n`:typeof o=="number"&&o===0&&1/o<0?"-0":typeof o=="object"&&o!==null?typeof o.toString=="function"&&o.toString!==Object.prototype.toString?o.toString():Vr(o,{depth:0,colors:!1}):String(o)}case"%d":{const o=e[n++];return typeof o=="bigint"?`${o.toString()}n`:Number(o).toString()}case"%i":{const o=e[n++];return typeof o=="bigint"?`${o.toString()}n`:Number.parseInt(String(o)).toString()}case"%f":return Number.parseFloat(String(e[n++])).toString();case"%o":return Vr(e[n++],{showHidden:!0,showProxy:!0});case"%O":return Vr(e[n++]);case"%c":return n++,"";case"%j":try{return JSON.stringify(e[n++])}catch(o){const a=o.message;if(a.includes("circular structure")||a.includes("cyclic structures")||a.includes("cyclic object"))return"[Circular]";throw o}default:return s}});for(let s=e[n];n<t;s=e[++n])s===null||typeof s!="object"?r+=` ${s}`:r+=` ${Vr(s)}`;return r}function Vr(e,t={}){return t.truncate===0&&(t.truncate=Number.POSITIVE_INFINITY),Ka(e,t)}function Zk(e,t={}){typeof t.truncate>"u"&&(t.truncate=40);const n=Vr(e,t),i=Object.prototype.toString.call(e);if(t.truncate&&n.length>=t.truncate)if(i==="[object Function]"){const r=e;return r.name?`[Function: ${r.name}]`:"[Function]"}else{if(i==="[object Array]")return`[ Array(${e.length}) ]`;if(i==="[object Object]"){const r=Object.keys(e);return`{ Object (${r.length>2?`${r.splice(0,2).join(", ")}, ...`:r.join(", ")}) }`}else return n}return n}function Wv(e){return e==null&&(e=[]),Array.isArray(e)?e:[e]}function Uv(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)}function Hv(e,t,n=void 0){const i=t.replace(/\[(\d+)\]/g,".$1").split(".");let r=e;for(const s of i)if(r=new Object(r)[s],r===void 0)return n;return r}function qv(){let e=null,t=null;const n=new Promise((i,r)=>{e=i,t=r});return n.resolve=e,n.reject=t,n}function Yk(e){if(!Number.isNaN(e))return!1;const t=new Float64Array(1);return t[0]=e,new Uint32Array(t.buffer)[1]>>>31===1}var uf,Kv;function Gk(){if(Kv)return uf;Kv=1;var e,t,n,i,r,s,o,a,l,c,u,f,d,_,v,A,h,g,E;return d=/\/(?![*\/])(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\\]).|\\.)*(\/[$_\u200C\u200D\p{ID_Continue}]*|\\)?/yu,f=/--|\+\+|=>|\.{3}|\??\.(?!\d)|(?:&&|\|\||\?\?|[+\-%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2}|\/(?![\/*]))=?|[?~,:;[\](){}]/y,e=/(\x23?)(?=[$_\p{ID_Start}\\])(?:[$_\u200C\u200D\p{ID_Continue}]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+/yu,v=/(['"])(?:(?!\1)[^\\\n\r]|\\(?:\r\n|[^]))*(\1)?/y,u=/(?:0[xX][\da-fA-F](?:_?[\da-fA-F])*|0[oO][0-7](?:_?[0-7])*|0[bB][01](?:_?[01])*)n?|0n|[1-9](?:_?\d)*n|(?:(?:0(?!\d)|0\d*[89]\d*|[1-9](?:_?\d)*)(?:\.(?:\d(?:_?\d)*)?)?|\.\d(?:_?\d)*)(?:[eE][+-]?\d(?:_?\d)*)?|0[0-7]+/y,A=/[`}](?:[^`\\$]|\\[^]|\$(?!\{))*(`|\$\{)?/y,E=/[\t\v\f\ufeff\p{Zs}]+/yu,a=/\r?\n|[\r\u2028\u2029]/y,l=/\/\*(?:[^*]|\*(?!\/))*(\*\/)?/y,_=/\/\/.*/y,n=/[<>.:={}]|\/(?![\/*])/y,t=/[$_\p{ID_Start}][$_\u200C\u200D\p{ID_Continue}-]*/yu,i=/(['"])(?:(?!\1)[^])*(\1)?/y,r=/[^<>{}]+/y,g=/^(?:[\/+-]|\.{3}|\?(?:InterpolationIn(?:JSX|Template)|NoLineTerminatorHere|NonExpressionParenEnd|UnaryIncDec))?$|[{}([,;<>=*%&|^!~?:]$/,h=/^(?:=>|[;\]){}]|else|\?(?:NoLineTerminatorHere|NonExpressionParenEnd))?$/,s=/^(?:await|case|default|delete|do|else|instanceof|new|return|throw|typeof|void|yield)$/,o=/^(?:return|throw|yield)$/,c=RegExp(a.source),uf=function*(b,{jsx:I=!1}={}){var w,C,x,T,N,p,y,m,O,k,L,R,V,j;for({length:p}=b,T=0,N="",j=[{tag:"JS"}],w=[],L=0,R=!1;T<p;){switch(m=j[j.length-1],m.tag){case"JS":case"JSNonExpressionParen":case"InterpolationInTemplate":case"InterpolationInJSX":if(b[T]==="/"&&(g.test(N)||s.test(N))&&(d.lastIndex=T,y=d.exec(b))){T=d.lastIndex,N=y[0],R=!0,yield{type:"RegularExpressionLiteral",value:y[0],closed:y[1]!==void 0&&y[1]!=="\\"};continue}if(f.lastIndex=T,y=f.exec(b)){switch(V=y[0],O=f.lastIndex,k=V,V){case"(":N==="?NonExpressionParenKeyword"&&j.push({tag:"JSNonExpressionParen",nesting:L}),L++,R=!1;break;case")":L--,R=!0,m.tag==="JSNonExpressionParen"&&L===m.nesting&&(j.pop(),k="?NonExpressionParenEnd",R=!1);break;case"{":f.lastIndex=0,x=!h.test(N)&&(g.test(N)||s.test(N)),w.push(x),R=!1;break;case"}":switch(m.tag){case"InterpolationInTemplate":if(w.length===m.nesting){A.lastIndex=T,y=A.exec(b),T=A.lastIndex,N=y[0],y[1]==="${"?(N="?InterpolationInTemplate",R=!1,yield{type:"TemplateMiddle",value:y[0]}):(j.pop(),R=!0,yield{type:"TemplateTail",value:y[0],closed:y[1]==="`"});continue}break;case"InterpolationInJSX":if(w.length===m.nesting){j.pop(),T+=1,N="}",yield{type:"JSXPunctuator",value:"}"};continue}}R=w.pop(),k=R?"?ExpressionBraceEnd":"}";break;case"]":R=!0;break;case"++":case"--":k=R?"?PostfixIncDec":"?UnaryIncDec";break;case"<":if(I&&(g.test(N)||s.test(N))){j.push({tag:"JSXTag"}),T+=1,N="<",yield{type:"JSXPunctuator",value:V};continue}R=!1;break;default:R=!1}T=O,N=k,yield{type:"Punctuator",value:V};continue}if(e.lastIndex=T,y=e.exec(b)){switch(T=e.lastIndex,k=y[0],y[0]){case"for":case"if":case"while":case"with":N!=="."&&N!=="?."&&(k="?NonExpressionParenKeyword")}N=k,R=!s.test(y[0]),yield{type:y[1]==="#"?"PrivateIdentifier":"IdentifierName",value:y[0]};continue}if(v.lastIndex=T,y=v.exec(b)){T=v.lastIndex,N=y[0],R=!0,yield{type:"StringLiteral",value:y[0],closed:y[2]!==void 0};continue}if(u.lastIndex=T,y=u.exec(b)){T=u.lastIndex,N=y[0],R=!0,yield{type:"NumericLiteral",value:y[0]};continue}if(A.lastIndex=T,y=A.exec(b)){T=A.lastIndex,N=y[0],y[1]==="${"?(N="?InterpolationInTemplate",j.push({tag:"InterpolationInTemplate",nesting:w.length}),R=!1,yield{type:"TemplateHead",value:y[0]}):(R=!0,yield{type:"NoSubstitutionTemplate",value:y[0],closed:y[1]==="`"});continue}break;case"JSXTag":case"JSXTagEnd":if(n.lastIndex=T,y=n.exec(b)){switch(T=n.lastIndex,k=y[0],y[0]){case"<":j.push({tag:"JSXTag"});break;case">":j.pop(),N==="/"||m.tag==="JSXTagEnd"?(k="?JSX",R=!0):j.push({tag:"JSXChildren"});break;case"{":j.push({tag:"InterpolationInJSX",nesting:w.length}),k="?InterpolationInJSX",R=!1;break;case"/":N==="<"&&(j.pop(),j[j.length-1].tag==="JSXChildren"&&j.pop(),j.push({tag:"JSXTagEnd"}))}N=k,yield{type:"JSXPunctuator",value:y[0]};continue}if(t.lastIndex=T,y=t.exec(b)){T=t.lastIndex,N=y[0],yield{type:"JSXIdentifier",value:y[0]};continue}if(i.lastIndex=T,y=i.exec(b)){T=i.lastIndex,N=y[0],yield{type:"JSXString",value:y[0],closed:y[2]!==void 0};continue}break;case"JSXChildren":if(r.lastIndex=T,y=r.exec(b)){T=r.lastIndex,N=y[0],yield{type:"JSXText",value:y[0]};continue}switch(b[T]){case"<":j.push({tag:"JSXTag"}),T++,N="<",yield{type:"JSXPunctuator",value:"<"};continue;case"{":j.push({tag:"InterpolationInJSX",nesting:w.length}),T++,N="?InterpolationInJSX",R=!1,yield{type:"JSXPunctuator",value:"{"};continue}}if(E.lastIndex=T,y=E.exec(b)){T=E.lastIndex,yield{type:"WhiteSpace",value:y[0]};continue}if(a.lastIndex=T,y=a.exec(b)){T=a.lastIndex,R=!1,o.test(N)&&(N="?NoLineTerminatorHere"),yield{type:"LineTerminatorSequence",value:y[0]};continue}if(l.lastIndex=T,y=l.exec(b)){T=l.lastIndex,c.test(y[0])&&(R=!1,o.test(N)&&(N="?NoLineTerminatorHere")),yield{type:"MultiLineComment",value:y[0],closed:y[1]!==void 0};continue}if(_.lastIndex=T,y=_.exec(b)){T=_.lastIndex,R=!1,yield{type:"SingleLineComment",value:y[0]};continue}C=String.fromCodePoint(b.codePointAt(T)),T+=C.length,N=C,R=!1,yield{type:m.tag.startsWith("JSX")?"JSXInvalid":"Invalid",value:C}}},uf}Gk();var Xv={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"]};new Set(Xv.keyword),new Set(Xv.strict);const Zv=Symbol("vitest:SAFE_TIMERS");function Yv(){const{setTimeout:e,setInterval:t,clearInterval:n,clearTimeout:i,setImmediate:r,clearImmediate:s,queueMicrotask:o}=globalThis[Zv]||globalThis,{nextTick:a}=globalThis[Zv]||globalThis.process||{nextTick:l=>l()};return{nextTick:a,setTimeout:e,setInterval:t,clearInterval:n,clearTimeout:i,setImmediate:r,clearImmediate:s,queueMicrotask:o}}const Gv="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Jk=new Uint8Array(64),$k=new Uint8Array(128);for(let e=0;e<Gv.length;e++){const t=Gv.charCodeAt(e);Jk[e]=t,$k[t]=e}var Jv;(function(e){e[e.Empty=1]="Empty",e[e.Hash=2]="Hash",e[e.Query=3]="Query",e[e.RelativePath=4]="RelativePath",e[e.AbsolutePath=5]="AbsolutePath",e[e.SchemeRelative=6]="SchemeRelative",e[e.Absolute=7]="Absolute"})(Jv||(Jv={}));const eM=/^[A-Za-z]:\//;function tM(e=""){return e&&e.replace(/\\/g,"/").replace(eM,t=>t.toUpperCase())}const nM=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;function iM(){return typeof process<"u"&&typeof process.cwd=="function"?process.cwd().replace(/\\/g,"/"):"/"}const rM=function(...e){e=e.map(i=>tM(i));let t="",n=!1;for(let i=e.length-1;i>=-1&&!n;i--){const r=i>=0?e[i]:iM();!r||r.length===0||(t=`${r}/${t}`,n=$v(r))}return t=sM(t,!n),n&&!$v(t)?`/${t}`:t.length>0?t:"."};function sM(e,t){let n="",i=0,r=-1,s=0,o=null;for(let a=0;a<=e.length;++a){if(a<e.length)o=e[a];else{if(o==="/")break;o="/"}if(o==="/"){if(!(r===a-1||s===1))if(s===2){if(n.length<2||i!==2||n[n.length-1]!=="."||n[n.length-2]!=="."){if(n.length>2){const l=n.lastIndexOf("/");l===-1?(n="",i=0):(n=n.slice(0,l),i=n.length-1-n.lastIndexOf("/")),r=a,s=0;continue}else if(n.length>0){n="",i=0,r=a,s=0;continue}}t&&(n+=n.length>0?"/..":"..",i=2)}else n.length>0?n+=`/${e.slice(r+1,a)}`:n=e.slice(r+1,a),i=a-r-1;r=a,s=0}else o==="."&&s!==-1?++s:s=-1}return n}const $v=function(e){return nM.test(e)},em=/^\s*at .*(?:\S:\d+|\(native\))/m,oM=/^(?:eval@)?(?:\[native code\])?$/;function tm(e){if(!e.includes(":"))return[e];const n=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(e.replace(/^\(|\)$/g,""));if(!n)return[e];let i=n[1];if(i.startsWith("async ")&&(i=i.slice(6)),i.startsWith("http:")||i.startsWith("https:")){const r=new URL(i);r.searchParams.delete("import"),r.searchParams.delete("browserv"),i=r.pathname+r.hash+r.search}if(i.startsWith("/@fs/")){const r=/^\/@fs\/[a-zA-Z]:\//.test(i);i=i.slice(r?5:4)}return[i,n[2]||void 0,n[3]||void 0]}function aM(e){let t=e.trim();if(oM.test(t)||(t.includes(" > eval")&&(t=t.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!t.includes("@")&&!t.includes(":")))return null;const n=/((.*".+"[^@]*)?[^@]*)(@)/,i=t.match(n),r=i&&i[1]?i[1]:void 0,[s,o,a]=tm(t.replace(n,""));return!s||!o||!a?null:{file:s,method:r||"",line:Number.parseInt(o),column:Number.parseInt(a)}}function nm(e){const t=e.trim();return em.test(t)?lM(t):aM(t)}function lM(e){let t=e.trim();if(!em.test(t))return null;t.includes("(eval ")&&(t=t.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let n=t.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,"");const i=n.match(/ (\(.+\)$)/);n=i?n.replace(i[0],""):n;const[r,s,o]=tm(i?i[1]:n);let a=i&&n||"",l=r&&["eval","<anonymous>"].includes(r)?void 0:r;return!l||!s||!o?null:(a.startsWith("async ")&&(a=a.slice(6)),l.startsWith("file://")&&(l=l.slice(7)),l=l.startsWith("node:")||l.startsWith("internal:")?l:rM(l),a&&(a=a.replace(/__vite_ssr_import_\d+__\./g,"")),{method:a,file:l,line:Number.parseInt(s),column:Number.parseInt(o)})}function cM(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ff,im;function uM(){if(im)return ff;im=1;var e,t,n,i,r,s,o,a,l,c,u,f,d,_,v,A,h,g,E,b;return _=/\/(?![*\/])(?:\[(?:[^\]\\\n\r\u2028\u2029]+|\\.)*\]?|[^\/[\\\n\r\u2028\u2029]+|\\.)*(\/[$_\u200C\u200D\p{ID_Continue}]*|\\)?/yu,d=/--|\+\+|=>|\.{3}|\??\.(?!\d)|(?:&&|\|\||\?\?|[+\-%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2}|\/(?![\/*]))=?|[?~,:;[\](){}]/y,t=/(\x23?)(?=[$_\p{ID_Start}\\])(?:[$_\u200C\u200D\p{ID_Continue}]+|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+/yu,A=/(['"])(?:[^'"\\\n\r]+|(?!\1)['"]|\\(?:\r\n|[^]))*(\1)?/y,f=/(?:0[xX][\da-fA-F](?:_?[\da-fA-F])*|0[oO][0-7](?:_?[0-7])*|0[bB][01](?:_?[01])*)n?|0n|[1-9](?:_?\d)*n|(?:(?:0(?!\d)|0\d*[89]\d*|[1-9](?:_?\d)*)(?:\.(?:\d(?:_?\d)*)?)?|\.\d(?:_?\d)*)(?:[eE][+-]?\d(?:_?\d)*)?|0[0-7]+/y,h=/[`}](?:[^`\\$]+|\\[^]|\$(?!\{))*(`|\$\{)?/y,b=/[\t\v\f\ufeff\p{Zs}]+/yu,l=/\r?\n|[\r\u2028\u2029]/y,c=/\/\*(?:[^*]+|\*(?!\/))*(\*\/)?/y,v=/\/\/.*/y,e=/^#!.*/,i=/[<>.:={}]|\/(?![\/*])/y,n=/[$_\p{ID_Start}][$_\u200C\u200D\p{ID_Continue}-]*/yu,r=/(['"])(?:[^'"]+|(?!\1)['"])*(\1)?/y,s=/[^<>{}]+/y,E=/^(?:[\/+-]|\.{3}|\?(?:InterpolationIn(?:JSX|Template)|NoLineTerminatorHere|NonExpressionParenEnd|UnaryIncDec))?$|[{}([,;<>=*%&|^!~?:]$/,g=/^(?:=>|[;\]){}]|else|\?(?:NoLineTerminatorHere|NonExpressionParenEnd))?$/,o=/^(?:await|case|default|delete|do|else|instanceof|new|return|throw|typeof|void|yield)$/,a=/^(?:return|throw|yield)$/,u=RegExp(l.source),ff=function*(I,{jsx:w=!1}={}){var C,x,T,N,p,y,m,O,k,L,R,V,j,Q;for({length:y}=I,N=0,p="",Q=[{tag:"JS"}],C=[],R=0,V=!1,(m=e.exec(I))&&(yield{type:"HashbangComment",value:m[0]},N=m[0].length);N<y;){switch(O=Q[Q.length-1],O.tag){case"JS":case"JSNonExpressionParen":case"InterpolationInTemplate":case"InterpolationInJSX":if(I[N]==="/"&&(E.test(p)||o.test(p))&&(_.lastIndex=N,m=_.exec(I))){N=_.lastIndex,p=m[0],V=!0,yield{type:"RegularExpressionLiteral",value:m[0],closed:m[1]!==void 0&&m[1]!=="\\"};continue}if(d.lastIndex=N,m=d.exec(I)){switch(j=m[0],k=d.lastIndex,L=j,j){case"(":p==="?NonExpressionParenKeyword"&&Q.push({tag:"JSNonExpressionParen",nesting:R}),R++,V=!1;break;case")":R--,V=!0,O.tag==="JSNonExpressionParen"&&R===O.nesting&&(Q.pop(),L="?NonExpressionParenEnd",V=!1);break;case"{":d.lastIndex=0,T=!g.test(p)&&(E.test(p)||o.test(p)),C.push(T),V=!1;break;case"}":switch(O.tag){case"InterpolationInTemplate":if(C.length===O.nesting){h.lastIndex=N,m=h.exec(I),N=h.lastIndex,p=m[0],m[1]==="${"?(p="?InterpolationInTemplate",V=!1,yield{type:"TemplateMiddle",value:m[0]}):(Q.pop(),V=!0,yield{type:"TemplateTail",value:m[0],closed:m[1]==="`"});continue}break;case"InterpolationInJSX":if(C.length===O.nesting){Q.pop(),N+=1,p="}",yield{type:"JSXPunctuator",value:"}"};continue}}V=C.pop(),L=V?"?ExpressionBraceEnd":"}";break;case"]":V=!0;break;case"++":case"--":L=V?"?PostfixIncDec":"?UnaryIncDec";break;case"<":if(w&&(E.test(p)||o.test(p))){Q.push({tag:"JSXTag"}),N+=1,p="<",yield{type:"JSXPunctuator",value:j};continue}V=!1;break;default:V=!1}N=k,p=L,yield{type:"Punctuator",value:j};continue}if(t.lastIndex=N,m=t.exec(I)){switch(N=t.lastIndex,L=m[0],m[0]){case"for":case"if":case"while":case"with":p!=="."&&p!=="?."&&(L="?NonExpressionParenKeyword")}p=L,V=!o.test(m[0]),yield{type:m[1]==="#"?"PrivateIdentifier":"IdentifierName",value:m[0]};continue}if(A.lastIndex=N,m=A.exec(I)){N=A.lastIndex,p=m[0],V=!0,yield{type:"StringLiteral",value:m[0],closed:m[2]!==void 0};continue}if(f.lastIndex=N,m=f.exec(I)){N=f.lastIndex,p=m[0],V=!0,yield{type:"NumericLiteral",value:m[0]};continue}if(h.lastIndex=N,m=h.exec(I)){N=h.lastIndex,p=m[0],m[1]==="${"?(p="?InterpolationInTemplate",Q.push({tag:"InterpolationInTemplate",nesting:C.length}),V=!1,yield{type:"TemplateHead",value:m[0]}):(V=!0,yield{type:"NoSubstitutionTemplate",value:m[0],closed:m[1]==="`"});continue}break;case"JSXTag":case"JSXTagEnd":if(i.lastIndex=N,m=i.exec(I)){switch(N=i.lastIndex,L=m[0],m[0]){case"<":Q.push({tag:"JSXTag"});break;case">":Q.pop(),p==="/"||O.tag==="JSXTagEnd"?(L="?JSX",V=!0):Q.push({tag:"JSXChildren"});break;case"{":Q.push({tag:"InterpolationInJSX",nesting:C.length}),L="?InterpolationInJSX",V=!1;break;case"/":p==="<"&&(Q.pop(),Q[Q.length-1].tag==="JSXChildren"&&Q.pop(),Q.push({tag:"JSXTagEnd"}))}p=L,yield{type:"JSXPunctuator",value:m[0]};continue}if(n.lastIndex=N,m=n.exec(I)){N=n.lastIndex,p=m[0],yield{type:"JSXIdentifier",value:m[0]};continue}if(r.lastIndex=N,m=r.exec(I)){N=r.lastIndex,p=m[0],yield{type:"JSXString",value:m[0],closed:m[2]!==void 0};continue}break;case"JSXChildren":if(s.lastIndex=N,m=s.exec(I)){N=s.lastIndex,p=m[0],yield{type:"JSXText",value:m[0]};continue}switch(I[N]){case"<":Q.push({tag:"JSXTag"}),N++,p="<",yield{type:"JSXPunctuator",value:"<"};continue;case"{":Q.push({tag:"InterpolationInJSX",nesting:C.length}),N++,p="?InterpolationInJSX",V=!1,yield{type:"JSXPunctuator",value:"{"};continue}}if(b.lastIndex=N,m=b.exec(I)){N=b.lastIndex,yield{type:"WhiteSpace",value:m[0]};continue}if(l.lastIndex=N,m=l.exec(I)){N=l.lastIndex,V=!1,a.test(p)&&(p="?NoLineTerminatorHere"),yield{type:"LineTerminatorSequence",value:m[0]};continue}if(c.lastIndex=N,m=c.exec(I)){N=c.lastIndex,u.test(m[0])&&(V=!1,a.test(p)&&(p="?NoLineTerminatorHere")),yield{type:"MultiLineComment",value:m[0],closed:m[1]!==void 0};continue}if(v.lastIndex=N,m=v.exec(I)){N=v.lastIndex,V=!1,yield{type:"SingleLineComment",value:m[0]};continue}x=String.fromCodePoint(I.codePointAt(N)),N+=x.length,p=x,V=!1,yield{type:O.tag.startsWith("JSX")?"JSXInvalid":"Invalid",value:x}}},ff}var fM=uM();const dM=cM(fM);function pM(e,t){let r="";const s=[];for(const o of dM(e,{jsx:!1})){if(s.push(o),o.type==="SingleLineComment"){r+=" ".repeat(o.value.length);continue}if(o.type==="MultiLineComment"){r+=o.value.replace(/[^\n]/g," ");continue}if(o.type==="StringLiteral"){if(!o.closed){r+=o.value;continue}const a=o.value.slice(1,-1);{r+=o.value[0]+" ".repeat(a.length)+o.value[o.value.length-1];continue}}if(o.type==="NoSubstitutionTemplate"){const a=o.value.slice(1,-1);{r+=`\`${a.replace(/[^\n]/g," ")}\``;continue}}if(o.type==="RegularExpressionLiteral"){const a=o.value;{r+=a.replace(/\/(.*)\/(\w?)$/g,(l,c,u)=>`/${" ".repeat(c.length)}/${u}`);continue}}if(o.type==="TemplateHead"){const a=o.value.slice(1,-2);{r+=`\`${a.replace(/[^\n]/g," ")}\${`;continue}}if(o.type==="TemplateTail"){const a=o.value.slice(0,-2);{r+=`}${a.replace(/[^\n]/g," ")}\``;continue}}if(o.type==="TemplateMiddle"){const a=o.value.slice(1,-2);{r+=`}${a.replace(/[^\n]/g," ")}\${`;continue}}r+=o.value}return{result:r,tokens:s}}function hM(e,t){return gM(e).result}function gM(e,t){return pM(e)}class AM extends Error{constructor(n,i,r){super(n);mf(this,"code","VITEST_PENDING");mf(this,"taskId");this.message=n,this.note=r,this.taskId=i.id}}const _M=new WeakMap,rm=new WeakMap,sm=new WeakMap;function vM(e,t){_M.set(e,t)}function mM(e,t){rm.set(e,t)}function bM(e){return rm.get(e)}function yM(e,t){sm.set(e,t)}function EM(e){return sm.get(e)}function IM(e,t){const n=t.reduce((s,o)=>(s[o.prop]=o,s),{}),i={};e.forEach(s=>{const o=n[s.prop]||{...s};i[o.prop]=o});for(const s in i){var r;const o=i[s];o.deps=(r=o.deps)===null||r===void 0?void 0:r.map(a=>i[a.prop])}return Object.values(i)}function om(e,t,n){const i=["auto","injected","scope"],r=Object.entries(e).map(([s,o])=>{const a={value:o};if(Array.isArray(o)&&o.length>=2&&Uv(o[1])&&Object.keys(o[1]).some(c=>i.includes(c))){var l;Object.assign(a,o[1]);const c=o[0];a.value=a.injected?((l=n.injectValue)===null||l===void 0?void 0:l.call(n,s))??c:c}return a.scope=a.scope||"test",a.scope==="worker"&&!n.getWorkerContext&&(a.scope="file"),a.prop=s,a.isFn=typeof a.value=="function",a});return Array.isArray(t.fixtures)?t.fixtures=t.fixtures.concat(r):t.fixtures=r,r.forEach(s=>{if(s.isFn){const a=cm(s.value);if(a.length&&(s.deps=t.fixtures.filter(({prop:l})=>l!==s.prop&&a.includes(l))),s.scope!=="test"){var o;(o=s.deps)===null||o===void 0||o.forEach(l=>{if(l.isFn&&!(s.scope==="worker"&&l.scope==="worker")&&!(s.scope==="file"&&l.scope!=="test"))throw new SyntaxError(`cannot use the ${l.scope} fixture "${l.prop}" inside the ${s.scope} fixture "${s.prop}"`)})}}}),t}const df=new Map,jr=new Map;function NM(e,t,n){return i=>{const r=i||n;if(!r)return t({});const s=bM(r);if(!(s!=null&&s.length))return t(r);const o=cm(t),a=s.some(({auto:_})=>_);if(!o.length&&!a)return t(r);df.get(r)||df.set(r,new Map);const l=df.get(r);jr.has(r)||jr.set(r,[]);const c=jr.get(r),u=s.filter(({prop:_,auto:v})=>v||o.includes(_)),f=lm(u);if(!f.length)return t(r);async function d(){for(const _ of f){if(l.has(_))continue;const v=await CM(e,_,r,c);r[_.prop]=v,l.set(_,v),_.scope==="test"&&c.unshift(()=>{l.delete(_)})}}return d().then(()=>t(r))}}const Xa=new WeakMap;function CM(e,t,n,i){var r;const s=qM(n.task.file),o=(r=e.getWorkerContext)===null||r===void 0?void 0:r.call(e);if(!t.isFn){var a;if(s[a=t.prop]??(s[a]=t.value),o){var l;o[l=t.prop]??(o[l]=t.value)}return t.value}if(t.scope==="test")return am(t.value,n,i);if(Xa.has(t))return Xa.get(t);let c;if(t.scope==="worker"){if(!o)throw new TypeError("[@vitest/runner] The worker context is not available in the current test runner. Please, provide the `getWorkerContext` method when initiating the runner.");c=o}else c=s;if(t.prop in c)return c[t.prop];jr.has(c)||jr.set(c,[]);const u=jr.get(c),f=am(t.value,c,u).then(d=>(c[t.prop]=d,Xa.delete(t),d));return Xa.set(t,f),f}async function am(e,t,n){const i=qv();let r=!1;const s=e(t,async o=>{r=!0,i.resolve(o);const a=qv();n.push(async()=>{a.resolve(),await s}),await a}).catch(o=>{if(!r){i.reject(o);return}throw o});return i}function lm(e,t=new Set,n=[]){return e.forEach(i=>{if(!n.includes(i)){if(!i.isFn||!i.deps){n.push(i);return}if(t.has(i))throw new Error(`Circular fixture dependency detected: ${i.prop} <- ${[...t].reverse().map(r=>r.prop).join(" <- ")}`);t.add(i),lm(i.deps,t,n),n.push(i),t.clear()}}),n}function cm(e){let t=hM(e.toString());/__async\((?:this|null), (?:null|arguments|\[[_0-9, ]*\]), function\*/.test(t)&&(t=t.split(/__async\((?:this|null),/)[1]);const n=t.match(/[^(]*\(([^)]*)/);if(!n)return[];const i=um(n[1]);if(!i.length)return[];let r=i[0];if("__VITEST_FIXTURE_INDEX__"in e&&(r=i[e.__VITEST_FIXTURE_INDEX__],!r))return[];if(!(r.startsWith("{")&&r.endsWith("}")))throw new Error(`The first argument inside a fixture must use object destructuring pattern, e.g. ({ test } => {}). Instead, received "${r}".`);const s=r.slice(1,-1).replace(/\s/g,""),o=um(s).map(l=>l.replace(/:.*|=.*/g,"")),a=o.at(-1);if(a&&a.startsWith("..."))throw new Error(`Rest parameters are not supported in fixtures, received "${a}".`);return o}function um(e){const t=[],n=[];let i=0;for(let s=0;s<e.length;s++)if(e[s]==="{"||e[s]==="[")n.push(e[s]==="{"?"}":"]");else if(e[s]===n[n.length-1])n.pop();else if(!n.length&&e[s]===","){const o=e.substring(i,s).trim();o&&t.push(o),i=s+1}const r=e.substring(i).trim();return r&&t.push(r),t}function fm(e,t){function n(r){const s=function(...o){return t.apply(r,o)};Object.assign(s,t),s.withContext=()=>s.bind(r),s.setContext=(o,a)=>{r[o]=a},s.mergeContext=o=>{Object.assign(r,o)};for(const o of e)Object.defineProperty(s,o,{get(){return n({...r,[o]:!0})}});return s}const i=n({});return i.fn=t,i}const Br=LM(),TM=gf(function(e,t,n){hf().test.fn.call(this,Ai(e),t,n)}),pf=Br,wM=TM;let wn,dm,SM;function pm(e,t){if(!e)throw new Error(`Vitest failed to find ${t}. This is a bug in Vitest. Please, open an issue with reproduction.`)}function OM(){return SM}function xM(){return pm(wn,"the runner"),wn}function hf(){const e=_i.currentSuite||dm;return pm(e,"the current suite"),e}function kM(){return{beforeAll:[],afterAll:[],beforeEach:[],afterEach:[]}}function Ki(e,t){let n={},i=()=>{};if(typeof t=="object"){if(typeof e=="object")throw new TypeError("Cannot use two objects as arguments. Please provide options and a function callback in that order.");console.warn("Using an object as a third argument is deprecated. Vitest 4 will throw an error if the third argument is not a timeout number. Please use the second argument for options. See more at https://vitest.dev/guide/migration"),n=t}else typeof t=="number"?n={timeout:t}:typeof e=="object"&&(n=e);if(typeof e=="function"){if(typeof t=="function")throw new TypeError("Cannot use two functions as arguments. Please use the second argument for options.");i=e}else typeof t=="function"&&(i=t);return{options:n,handler:i}}function MM(e,t=()=>{},n,i,r,s){const o=[];let a;_();const l=function(h="",g={}){var E;const b=(g==null?void 0:g.timeout)??wn.config.testTimeout,I={id:"",name:h,suite:(E=_i.currentSuite)===null||E===void 0?void 0:E.suite,each:g.each,fails:g.fails,context:void 0,type:"test",file:void 0,timeout:b,retry:g.retry??wn.config.retry,repeats:g.repeats,mode:g.only?"only":g.skip?"skip":g.todo?"todo":"run",meta:g.meta??Object.create(null),annotations:[]},w=g.handler;(g.concurrent||!g.sequential&&wn.config.sequence.concurrent)&&(I.concurrent=!0),I.shuffle=r==null?void 0:r.shuffle;const C=WM(I,wn);Object.defineProperty(I,"context",{value:C,enumerable:!1}),mM(C,g.fixtures);const x=Error.stackTraceLimit;Error.stackTraceLimit=15;const T=new Error("STACK_TRACE_ERROR");if(Error.stackTraceLimit=x,w&&vM(I,_f(DM(NM(wn,w,C),I),b,!1,T,(N,p)=>QM([C],p))),wn.config.includeTaskLocation){const N=T.stack,p=RM(N);p&&(I.location=p)}return o.push(I),I},c=gf(function(h,g,E){let{options:b,handler:I}=Ki(g,E);typeof r=="object"&&(b=Object.assign({},r,b)),b.concurrent=this.concurrent||!this.sequential&&(b==null?void 0:b.concurrent),b.sequential=this.sequential||!this.concurrent&&(b==null?void 0:b.sequential);const w=l(Ai(h),{...this,...b,handler:I});w.type="test"});let u=s;const f={type:"collector",name:e,mode:n,suite:a,options:r,test:c,tasks:o,collect:A,task:l,clear:v,on:d,fixtures(){return u},scoped(h){const g=om(h,{fixtures:u},wn);g.fixtures&&(u=g.fixtures)}};function d(h,...g){EM(a)[h].push(...g)}function _(h){var g;typeof r=="number"&&(r={timeout:r}),a={id:"",type:"suite",name:e,suite:(g=_i.currentSuite)===null||g===void 0?void 0:g.suite,mode:n,each:i,file:void 0,shuffle:r==null?void 0:r.shuffle,tasks:[],meta:Object.create(null),concurrent:r==null?void 0:r.concurrent},yM(a,kM())}function v(){o.length=0,_()}async function A(h){if(!h)throw new TypeError("File is required to collect tasks.");t&&await zM(f,()=>t(c));const g=[];for(const E of o)g.push(E.type==="collector"?await E.collect(h):E);return a.file=h,a.tasks=g,g.forEach(E=>{E.file=h}),a}return BM(f),f}function DM(e,t){return async(...n)=>{const i=await e(...n);if(t.promises){const s=(await Promise.allSettled(t.promises)).map(o=>o.status==="rejected"?o.reason:void 0).filter(Boolean);if(s.length)throw s}return i}}function LM(){function e(t,n,i){var r;const s=this.only?"only":this.skip?"skip":this.todo?"todo":"run",o=_i.currentSuite||dm;let{options:a,handler:l}=Ki(n,i);const c=a.concurrent||this.concurrent||a.sequential===!1,u=a.sequential||this.sequential||a.concurrent===!1;a={...o==null?void 0:o.options,...a,shuffle:this.shuffle??a.shuffle??(o==null||(r=o.options)===null||r===void 0?void 0:r.shuffle)??void 0};const f=c||a.concurrent&&!u,d=u||a.sequential&&!c;return a.concurrent=f&&!d,a.sequential=d&&!f,MM(Ai(t),l,s,this.each,a,o==null?void 0:o.fixtures())}return e.each=function(t,...n){const i=this.withContext();return this.setContext("each",!0),Array.isArray(t)&&n.length&&(t=Za(t,n)),(r,s,o)=>{const a=Ai(r),l=t.every(Array.isArray),{options:c,handler:u}=Ki(s,o),f=typeof s=="function"&&typeof o=="object";t.forEach((d,_)=>{const v=Array.isArray(d)?d:[d];f?l?i(Sn(a,v,_),()=>u(...v),c):i(Sn(a,v,_),()=>u(d),c):l?i(Sn(a,v,_),c,()=>u(...v)):i(Sn(a,v,_),c,()=>u(d))}),this.setContext("each",void 0)}},e.for=function(t,...n){return Array.isArray(t)&&n.length&&(t=Za(t,n)),(i,r,s)=>{const o=Ai(i),{options:a,handler:l}=Ki(r,s);t.forEach((c,u)=>{Br(Sn(o,Wv(c),u),a,()=>l(c))})}},e.skipIf=t=>t?Br.skip:Br,e.runIf=t=>t?Br:Br.skip,fm(["concurrent","sequential","shuffle","skip","only","todo"],e)}function PM(e,t){const n=e;n.each=function(r,...s){const o=this.withContext();return this.setContext("each",!0),Array.isArray(r)&&s.length&&(r=Za(r,s)),(a,l,c)=>{const u=Ai(a),f=r.every(Array.isArray),{options:d,handler:_}=Ki(l,c),v=typeof l=="function"&&typeof c=="object";r.forEach((A,h)=>{const g=Array.isArray(A)?A:[A];v?f?o(Sn(u,g,h),()=>_(...g),d):o(Sn(u,g,h),()=>_(A),d):f?o(Sn(u,g,h),d,()=>_(...g)):o(Sn(u,g,h),d,()=>_(A))}),this.setContext("each",void 0)}},n.for=function(r,...s){const o=this.withContext();return Array.isArray(r)&&s.length&&(r=Za(r,s)),(a,l,c)=>{const u=Ai(a),{options:f,handler:d}=Ki(l,c);r.forEach((_,v)=>{const A=h=>d(_,h);A.__VITEST_FIXTURE_INDEX__=1,A.toString=()=>d.toString(),o(Sn(u,Wv(_),v),f,A)})}},n.skipIf=function(r){return r?this.skip:this},n.runIf=function(r){return r?this:this.skip},n.scoped=function(r){hf().scoped(r)},n.extend=function(r){const s=om(r,t||{},wn),o=e;return gf(function(a,l,c){const f=hf().fixtures(),d={...this};f&&(d.fixtures=IM(d.fixtures||[],f));const{handler:_,options:v}=Ki(l,c),A=v.timeout??void 0;o.call(d,Ai(a),_,A)},s)};const i=fm(["concurrent","sequential","skip","only","todo","fails"],n);return t&&i.mergeContext(t),i}function gf(e,t){return PM(e,t)}function Ai(e){return typeof e=="string"?e:typeof e=="function"?e.name||"<anonymous>":String(e)}function Sn(e,t,n){(e.includes("%#")||e.includes("%$"))&&(e=e.replace(/%%/g,"__vitest_escaped_%__").replace(/%#/g,`${n}`).replace(/%\$/g,`${n+1}`).replace(/__vitest_escaped_%__/g,"%%"));const i=e.split("%").length-1;e.includes("%f")&&(e.match(/%f/g)||[]).forEach((a,l)=>{if(Yk(t[l])||Object.is(t[l],-0)){let c=0;e=e.replace(/%f/g,u=>(c++,c===l+1?"-%f":u))}});let r=Xk(e,...t.slice(0,i));const s=Uv(t[0]);return r=r.replace(/\$([$\w.]+)/g,(o,a)=>{const l=/^\d+$/.test(a);if(!s&&!l)return`$${a}`;const c=l?Hv(t,a):void 0,u=s?Hv(t[0],a,c):c;return Zk(u,{truncate:void 0})}),r}function Za(e,t){const n=e.join("").trim().replace(/ /g,"").split(`
|
|
159
|
-
`).map(
|
|
160
|
-
`).slice(1);for(const i of n){const
|
|
161
|
-
`)[
|
|
162
|
-
If this is a long-running ${e?"hook":"test"}, pass a timeout value as the last argument or configure it globally with "${e?"hookTimeout":"testTimeout"}".`,
|
|
120
|
+
*/var _c;function z0(){return _c||(_c=1,process.env.NODE_ENV!=="production"&&(function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),o=Symbol.for("react.context"),l=Symbol.for("react.server_context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),b=Symbol.for("react.offscreen"),y=!1,v=!1,p=!1,h=!1,E=!1,w;w=Symbol.for("react.module.reference");function S(z){return!!(typeof z=="string"||typeof z=="function"||z===n||z===s||E||z===i||z===u||z===f||h||z===b||y||v||p||typeof z=="object"&&z!==null&&(z.$$typeof===m||z.$$typeof===d||z.$$typeof===a||z.$$typeof===o||z.$$typeof===c||z.$$typeof===w||z.getModuleId!==void 0))}function M(z){if(typeof z=="object"&&z!==null){var vs=z.$$typeof;switch(vs){case e:var hi=z.type;switch(hi){case n:case s:case i:case u:case f:return hi;default:var ou=hi&&hi.$$typeof;switch(ou){case l:case o:case c:case m:case d:case a:return ou;default:return vs}}case t:return vs}}}var N=o,k=a,C=e,I=c,A=n,g=m,_=d,T=t,O=s,x=i,D=u,B=f,P=!1,L=!1;function Q(z){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function W(z){return L||(L=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function G(z){return M(z)===o}function X(z){return M(z)===a}function ee(z){return typeof z=="object"&&z!==null&&z.$$typeof===e}function ie(z){return M(z)===c}function le(z){return M(z)===n}function we(z){return M(z)===m}function ke(z){return M(z)===d}function Mt(z){return M(z)===t}function di(z){return M(z)===s}function pi(z){return M(z)===i}function an(z){return M(z)===u}function _E(z){return M(z)===f}Z.ContextConsumer=N,Z.ContextProvider=k,Z.Element=C,Z.ForwardRef=I,Z.Fragment=A,Z.Lazy=g,Z.Memo=_,Z.Portal=T,Z.Profiler=O,Z.StrictMode=x,Z.Suspense=D,Z.SuspenseList=B,Z.isAsyncMode=Q,Z.isConcurrentMode=W,Z.isContextConsumer=G,Z.isContextProvider=X,Z.isElement=ee,Z.isForwardRef=ie,Z.isFragment=le,Z.isLazy=we,Z.isMemo=ke,Z.isPortal=Mt,Z.isProfiler=di,Z.isStrictMode=pi,Z.isSuspense=an,Z.isSuspenseList=_E,Z.isValidElementType=S,Z.typeOf=M})()),Z}var bc;function j0(){return bc||(bc=1,process.env.NODE_ENV==="production"?ai.exports=R0():ai.exports=z0()),ai.exports}var yc=j0(),Q0=pc(yc),F0=dc({__proto__:null,default:Q0},[yc]);Object.fromEntries(["isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","isSuspenseList","isValidElementType"].map(e=>[e,t=>F0[e](t)||P0[e](t)]));const Ec={bold:["1","22"],dim:["2","22"],italic:["3","23"],underline:["4","24"],inverse:["7","27"],hidden:["8","28"],strike:["9","29"],black:["30","39"],red:["31","39"],green:["32","39"],yellow:["33","39"],blue:["34","39"],magenta:["35","39"],cyan:["36","39"],white:["37","39"],brightblack:["30;1","39"],brightred:["31;1","39"],brightgreen:["32;1","39"],brightyellow:["33;1","39"],brightblue:["34;1","39"],brightmagenta:["35;1","39"],brightcyan:["36;1","39"],brightwhite:["37;1","39"],grey:["90","39"]},W0={special:"cyan",number:"yellow",bigint:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",symbol:"green",date:"magenta",regexp:"red"},St="…";function U0(e,t){const n=Ec[W0[t]]||Ec[t]||"";return n?`\x1B[${n[0]}m${String(e)}\x1B[${n[1]}m`:String(e)}function q0({showHidden:e=!1,depth:t=2,colors:n=!1,customInspect:i=!0,showProxy:s=!1,maxArrayLength:a=1/0,breakLength:o=1/0,seen:l=[],truncate:c=1/0,stylize:u=String}={},f){const d={showHidden:!!e,depth:Number(t),colors:!!n,customInspect:!!i,showProxy:!!s,maxArrayLength:Number(a),breakLength:Number(o),truncate:Number(c),seen:l,inspect:f,stylize:u};return d.colors&&(d.stylize=U0),d}function X0(e){return e>="\uD800"&&e<="\uDBFF"}function Ke(e,t,n=St){e=String(e);const i=n.length,s=e.length;if(i>t&&s>i)return n;if(s>t&&s>i){let a=t-i;return a>0&&X0(e[a-1])&&(a=a-1),`${e.slice(0,a)}${n}`}return e}function Se(e,t,n,i=", "){n=n||t.inspect;const s=e.length;if(s===0)return"";const a=t.truncate;let o="",l="",c="";for(let u=0;u<s;u+=1){const f=u+1===e.length,d=u+2===e.length;c=`${St}(${e.length-u})`;const m=e[u];t.truncate=a-o.length-(f?0:i.length);const b=l||n(m,t)+(f?"":i),y=o.length+b.length,v=y+c.length;if(f&&y>a&&o.length+c.length<=a||!f&&!d&&v>a||(l=f?"":n(e[u+1],t)+(d?"":i),!f&&d&&v>a&&y+l.length>a))break;if(o+=b,!f&&!d&&y+l.length>=a){c=`${St}(${e.length-u-1})`;break}c=""}return`${o}${c}`}function H0(e){return e.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?e:JSON.stringify(e).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}function sn([e,t],n){return n.truncate-=2,typeof e=="string"?e=H0(e):typeof e!="number"&&(e=`[${n.inspect(e,n)}]`),n.truncate-=e.length,t=n.inspect(t,n),`${e}: ${t}`}function K0(e,t){const n=Object.keys(e).slice(e.length);if(!e.length&&!n.length)return"[]";t.truncate-=4;const i=Se(e,t);t.truncate-=i.length;let s="";return n.length&&(s=Se(n.map(a=>[a,e[a]]),t,sn)),`[ ${i}${s?`, ${s}`:""} ]`}const Z0=e=>typeof Buffer=="function"&&e instanceof Buffer?"Buffer":e[Symbol.toStringTag]?e[Symbol.toStringTag]:e.constructor.name;function Re(e,t){const n=Z0(e);t.truncate-=n.length+4;const i=Object.keys(e).slice(e.length);if(!e.length&&!i.length)return`${n}[]`;let s="";for(let o=0;o<e.length;o++){const l=`${t.stylize(Ke(e[o],t.truncate),"number")}${o===e.length-1?"":", "}`;if(t.truncate-=l.length,e[o]!==e.length&&t.truncate<=3){s+=`${St}(${e.length-e[o]+1})`;break}s+=l}let a="";return i.length&&(a=Se(i.map(o=>[o,e[o]]),t,sn)),`${n}[ ${s}${a?`, ${a}`:""} ]`}function Y0(e,t){const n=e.toJSON();if(n===null)return"Invalid Date";const i=n.split("T"),s=i[0];return t.stylize(`${s}T${Ke(i[1],t.truncate-s.length-1)}`,"date")}function Ic(e,t){const n=e[Symbol.toStringTag]||"Function",i=e.name;return i?t.stylize(`[${n} ${Ke(i,t.truncate-11)}]`,"special"):t.stylize(`[${n}]`,"special")}function G0([e,t],n){return n.truncate-=4,e=n.inspect(e,n),n.truncate-=e.length,t=n.inspect(t,n),`${e} => ${t}`}function J0(e){const t=[];return e.forEach((n,i)=>{t.push([i,n])}),t}function $0(e,t){return e.size===0?"Map{}":(t.truncate-=7,`Map{ ${Se(J0(e),t,G0)} }`)}const V0=Number.isNaN||(e=>e!==e);function Cc(e,t){return V0(e)?t.stylize("NaN","number"):e===1/0?t.stylize("Infinity","number"):e===-1/0?t.stylize("-Infinity","number"):e===0?t.stylize(1/e===1/0?"+0":"-0","number"):t.stylize(Ke(String(e),t.truncate),"number")}function Nc(e,t){let n=Ke(e.toString(),t.truncate-1);return n!==St&&(n+="n"),t.stylize(n,"bigint")}function ey(e,t){const n=e.toString().split("/")[2],i=t.truncate-(2+n.length),s=e.source;return t.stylize(`/${Ke(s,i)}/${n}`,"regexp")}function ty(e){const t=[];return e.forEach(n=>{t.push(n)}),t}function ny(e,t){return e.size===0?"Set{}":(t.truncate-=7,`Set{ ${Se(ty(e),t)} }`)}const Tc=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),iy={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},ry=16;function sy(e){return iy[e]||`\\u${`0000${e.charCodeAt(0).toString(ry)}`.slice(-4)}`}function Sc(e,t){return Tc.test(e)&&(e=e.replace(Tc,sy)),t.stylize(`'${Ke(e,t.truncate-2)}'`,"string")}function wc(e){return"description"in Symbol.prototype?e.description?`Symbol(${e.description})`:"Symbol()":e.toString()}const ay=()=>"Promise{…}";function oi(e,t){const n=Object.getOwnPropertyNames(e),i=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[];if(n.length===0&&i.length===0)return"{}";if(t.truncate-=4,t.seen=t.seen||[],t.seen.includes(e))return"[Circular]";t.seen.push(e);const s=Se(n.map(l=>[l,e[l]]),t,sn),a=Se(i.map(l=>[l,e[l]]),t,sn);t.seen.pop();let o="";return s&&a&&(o=", "),`{ ${s}${o}${a} }`}const rs=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function oy(e,t){let n="";return rs&&rs in e&&(n=e[rs]),n=n||e.constructor.name,(!n||n==="_class")&&(n="<Anonymous Class>"),t.truncate-=n.length,`${n}${oi(e,t)}`}function ly(e,t){return e.length===0?"Arguments[]":(t.truncate-=13,`Arguments[ ${Se(e,t)} ]`)}const cy=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description","cause"];function uy(e,t){const n=Object.getOwnPropertyNames(e).filter(o=>cy.indexOf(o)===-1),i=e.name;t.truncate-=i.length;let s="";if(typeof e.message=="string"?s=Ke(e.message,t.truncate):n.unshift("message"),s=s?`: ${s}`:"",t.truncate-=s.length+5,t.seen=t.seen||[],t.seen.includes(e))return"[Circular]";t.seen.push(e);const a=Se(n.map(o=>[o,e[o]]),t,sn);return`${i}${s}${a?` { ${a} }`:""}`}function fy([e,t],n){return n.truncate-=3,t?`${n.stylize(String(e),"yellow")}=${n.stylize(`"${t}"`,"string")}`:`${n.stylize(String(e),"yellow")}`}function ss(e,t){return Se(e,t,dy,`
|
|
121
|
+
`)}function dy(e,t){switch(e.nodeType){case 1:return kc(e,t);case 3:return t.inspect(e.data,t);default:return t.inspect(e,t)}}function kc(e,t){const n=e.getAttributeNames(),i=e.tagName.toLowerCase(),s=t.stylize(`<${i}`,"special"),a=t.stylize(">","special"),o=t.stylize(`</${i}>`,"special");t.truncate-=i.length*2+5;let l="";n.length>0&&(l+=" ",l+=Se(n.map(f=>[f,e.getAttribute(f)]),t,fy," ")),t.truncate-=l.length;const c=t.truncate;let u=ss(e.children,t);return u&&u.length>c&&(u=`${St}(${e.children.length})`),`${s}${l}${a}${u}${o}`}const as=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("chai/inspect"):"@@chai/inspect",os=Symbol.for("nodejs.util.inspect.custom"),Oc=new WeakMap,Mc={},xc={undefined:(e,t)=>t.stylize("undefined","undefined"),null:(e,t)=>t.stylize("null","null"),boolean:(e,t)=>t.stylize(String(e),"boolean"),Boolean:(e,t)=>t.stylize(String(e),"boolean"),number:Cc,Number:Cc,bigint:Nc,BigInt:Nc,string:Sc,String:Sc,function:Ic,Function:Ic,symbol:wc,Symbol:wc,Array:K0,Date:Y0,Map:$0,Set:ny,RegExp:ey,Promise:ay,WeakSet:(e,t)=>t.stylize("WeakSet{…}","special"),WeakMap:(e,t)=>t.stylize("WeakMap{…}","special"),Arguments:ly,Int8Array:Re,Uint8Array:Re,Uint8ClampedArray:Re,Int16Array:Re,Uint16Array:Re,Int32Array:Re,Uint32Array:Re,Float32Array:Re,Float64Array:Re,Generator:()=>"",DataView:()=>"",ArrayBuffer:()=>"",Error:uy,HTMLCollection:ss,NodeList:ss},py=(e,t,n,i)=>as in e&&typeof e[as]=="function"?e[as](t):os in e&&typeof e[os]=="function"?e[os](t.depth,t,i):"inspect"in e&&typeof e.inspect=="function"?e.inspect(t.depth,t):"constructor"in e&&Oc.has(e.constructor)?Oc.get(e.constructor)(e,t):Mc[n]?Mc[n](e,t):"",hy=Object.prototype.toString;function li(e,t={}){const n=q0(t,li),{customInspect:i}=n;let s=e===null?"null":typeof e;if(s==="object"&&(s=hy.call(e).slice(8,-1)),s in xc)return xc[s](e,n);if(i&&e){const o=py(e,n,s,li);if(o)return typeof o=="string"?o:li(o,n)}const a=e?Object.getPrototypeOf(e):!1;return a===Object.prototype||a===null?oi(e,n):e&&typeof HTMLElement=="function"&&e instanceof HTMLElement?kc(e,n):"constructor"in e?e.constructor!==Object?oy(e,n):oi(e,n):e===Object(e)?oi(e,n):n.stylize(String(e),s)}const Ay=/%[sdjifoOc%]/g;function my(...e){if(typeof e[0]!="string"){const a=[];for(let o=0;o<e.length;o++)a.push(wt(e[o],{depth:0,colors:!1}));return a.join(" ")}const t=e.length;let n=1;const i=e[0];let s=String(i).replace(Ay,a=>{if(a==="%%")return"%";if(n>=t)return a;switch(a){case"%s":{const o=e[n++];return typeof o=="bigint"?`${o.toString()}n`:typeof o=="number"&&o===0&&1/o<0?"-0":typeof o=="object"&&o!==null?typeof o.toString=="function"&&o.toString!==Object.prototype.toString?o.toString():wt(o,{depth:0,colors:!1}):String(o)}case"%d":{const o=e[n++];return typeof o=="bigint"?`${o.toString()}n`:Number(o).toString()}case"%i":{const o=e[n++];return typeof o=="bigint"?`${o.toString()}n`:Number.parseInt(String(o)).toString()}case"%f":return Number.parseFloat(String(e[n++])).toString();case"%o":return wt(e[n++],{showHidden:!0,showProxy:!0});case"%O":return wt(e[n++]);case"%c":return n++,"";case"%j":try{return JSON.stringify(e[n++])}catch(o){const l=o.message;if(l.includes("circular structure")||l.includes("cyclic structures")||l.includes("cyclic object"))return"[Circular]";throw o}default:return a}});for(let a=e[n];n<t;a=e[++n])a===null||typeof a!="object"?s+=` ${a}`:s+=` ${wt(a)}`;return s}function wt(e,t={}){return t.truncate===0&&(t.truncate=Number.POSITIVE_INFINITY),li(e,t)}function vy(e,t={}){typeof t.truncate>"u"&&(t.truncate=40);const n=wt(e,t),i=Object.prototype.toString.call(e);if(t.truncate&&n.length>=t.truncate)if(i==="[object Function]"){const s=e;return s.name?`[Function: ${s.name}]`:"[Function]"}else{if(i==="[object Array]")return`[ Array(${e.length}) ]`;if(i==="[object Object]"){const s=Object.keys(e);return`{ Object (${s.length>2?`${s.splice(0,2).join(", ")}, ...`:s.join(", ")}) }`}else return n}return n}function Dc(e){return e==null&&(e=[]),Array.isArray(e)?e:[e]}function Bc(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)}function Lc(e,t,n=void 0){const i=t.replace(/\[(\d+)\]/g,".$1").split(".");let s=e;for(const a of i)if(s=new Object(s)[a],s===void 0)return n;return s}function Pc(){let e=null,t=null;const n=new Promise((i,s)=>{e=i,t=s});return n.resolve=e,n.reject=t,n}function gy(e){if(!Number.isNaN(e))return!1;const t=new Float64Array(1);return t[0]=e,new Uint32Array(t.buffer)[1]>>>31===1}var ls,Rc;function _y(){if(Rc)return ls;Rc=1;var e,t,n,i,s,a,o,l,c,u,f,d,m,b,y,v,p,h,E;return m=/\/(?![*\/])(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\\]).|\\.)*(\/[$_\u200C\u200D\p{ID_Continue}]*|\\)?/yu,d=/--|\+\+|=>|\.{3}|\??\.(?!\d)|(?:&&|\|\||\?\?|[+\-%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2}|\/(?![\/*]))=?|[?~,:;[\](){}]/y,e=/(\x23?)(?=[$_\p{ID_Start}\\])(?:[$_\u200C\u200D\p{ID_Continue}]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+/yu,y=/(['"])(?:(?!\1)[^\\\n\r]|\\(?:\r\n|[^]))*(\1)?/y,f=/(?:0[xX][\da-fA-F](?:_?[\da-fA-F])*|0[oO][0-7](?:_?[0-7])*|0[bB][01](?:_?[01])*)n?|0n|[1-9](?:_?\d)*n|(?:(?:0(?!\d)|0\d*[89]\d*|[1-9](?:_?\d)*)(?:\.(?:\d(?:_?\d)*)?)?|\.\d(?:_?\d)*)(?:[eE][+-]?\d(?:_?\d)*)?|0[0-7]+/y,v=/[`}](?:[^`\\$]|\\[^]|\$(?!\{))*(`|\$\{)?/y,E=/[\t\v\f\ufeff\p{Zs}]+/yu,l=/\r?\n|[\r\u2028\u2029]/y,c=/\/\*(?:[^*]|\*(?!\/))*(\*\/)?/y,b=/\/\/.*/y,n=/[<>.:={}]|\/(?![\/*])/y,t=/[$_\p{ID_Start}][$_\u200C\u200D\p{ID_Continue}-]*/yu,i=/(['"])(?:(?!\1)[^])*(\1)?/y,s=/[^<>{}]+/y,h=/^(?:[\/+-]|\.{3}|\?(?:InterpolationIn(?:JSX|Template)|NoLineTerminatorHere|NonExpressionParenEnd|UnaryIncDec))?$|[{}([,;<>=*%&|^!~?:]$/,p=/^(?:=>|[;\]){}]|else|\?(?:NoLineTerminatorHere|NonExpressionParenEnd))?$/,a=/^(?:await|case|default|delete|do|else|instanceof|new|return|throw|typeof|void|yield)$/,o=/^(?:return|throw|yield)$/,u=RegExp(l.source),ls=function*(w,{jsx:S=!1}={}){var M,N,k,C,I,A,g,_,T,O,x,D,B,P;for({length:A}=w,C=0,I="",P=[{tag:"JS"}],M=[],x=0,D=!1;C<A;){switch(_=P[P.length-1],_.tag){case"JS":case"JSNonExpressionParen":case"InterpolationInTemplate":case"InterpolationInJSX":if(w[C]==="/"&&(h.test(I)||a.test(I))&&(m.lastIndex=C,g=m.exec(w))){C=m.lastIndex,I=g[0],D=!0,yield{type:"RegularExpressionLiteral",value:g[0],closed:g[1]!==void 0&&g[1]!=="\\"};continue}if(d.lastIndex=C,g=d.exec(w)){switch(B=g[0],T=d.lastIndex,O=B,B){case"(":I==="?NonExpressionParenKeyword"&&P.push({tag:"JSNonExpressionParen",nesting:x}),x++,D=!1;break;case")":x--,D=!0,_.tag==="JSNonExpressionParen"&&x===_.nesting&&(P.pop(),O="?NonExpressionParenEnd",D=!1);break;case"{":d.lastIndex=0,k=!p.test(I)&&(h.test(I)||a.test(I)),M.push(k),D=!1;break;case"}":switch(_.tag){case"InterpolationInTemplate":if(M.length===_.nesting){v.lastIndex=C,g=v.exec(w),C=v.lastIndex,I=g[0],g[1]==="${"?(I="?InterpolationInTemplate",D=!1,yield{type:"TemplateMiddle",value:g[0]}):(P.pop(),D=!0,yield{type:"TemplateTail",value:g[0],closed:g[1]==="`"});continue}break;case"InterpolationInJSX":if(M.length===_.nesting){P.pop(),C+=1,I="}",yield{type:"JSXPunctuator",value:"}"};continue}}D=M.pop(),O=D?"?ExpressionBraceEnd":"}";break;case"]":D=!0;break;case"++":case"--":O=D?"?PostfixIncDec":"?UnaryIncDec";break;case"<":if(S&&(h.test(I)||a.test(I))){P.push({tag:"JSXTag"}),C+=1,I="<",yield{type:"JSXPunctuator",value:B};continue}D=!1;break;default:D=!1}C=T,I=O,yield{type:"Punctuator",value:B};continue}if(e.lastIndex=C,g=e.exec(w)){switch(C=e.lastIndex,O=g[0],g[0]){case"for":case"if":case"while":case"with":I!=="."&&I!=="?."&&(O="?NonExpressionParenKeyword")}I=O,D=!a.test(g[0]),yield{type:g[1]==="#"?"PrivateIdentifier":"IdentifierName",value:g[0]};continue}if(y.lastIndex=C,g=y.exec(w)){C=y.lastIndex,I=g[0],D=!0,yield{type:"StringLiteral",value:g[0],closed:g[2]!==void 0};continue}if(f.lastIndex=C,g=f.exec(w)){C=f.lastIndex,I=g[0],D=!0,yield{type:"NumericLiteral",value:g[0]};continue}if(v.lastIndex=C,g=v.exec(w)){C=v.lastIndex,I=g[0],g[1]==="${"?(I="?InterpolationInTemplate",P.push({tag:"InterpolationInTemplate",nesting:M.length}),D=!1,yield{type:"TemplateHead",value:g[0]}):(D=!0,yield{type:"NoSubstitutionTemplate",value:g[0],closed:g[1]==="`"});continue}break;case"JSXTag":case"JSXTagEnd":if(n.lastIndex=C,g=n.exec(w)){switch(C=n.lastIndex,O=g[0],g[0]){case"<":P.push({tag:"JSXTag"});break;case">":P.pop(),I==="/"||_.tag==="JSXTagEnd"?(O="?JSX",D=!0):P.push({tag:"JSXChildren"});break;case"{":P.push({tag:"InterpolationInJSX",nesting:M.length}),O="?InterpolationInJSX",D=!1;break;case"/":I==="<"&&(P.pop(),P[P.length-1].tag==="JSXChildren"&&P.pop(),P.push({tag:"JSXTagEnd"}))}I=O,yield{type:"JSXPunctuator",value:g[0]};continue}if(t.lastIndex=C,g=t.exec(w)){C=t.lastIndex,I=g[0],yield{type:"JSXIdentifier",value:g[0]};continue}if(i.lastIndex=C,g=i.exec(w)){C=i.lastIndex,I=g[0],yield{type:"JSXString",value:g[0],closed:g[2]!==void 0};continue}break;case"JSXChildren":if(s.lastIndex=C,g=s.exec(w)){C=s.lastIndex,I=g[0],yield{type:"JSXText",value:g[0]};continue}switch(w[C]){case"<":P.push({tag:"JSXTag"}),C++,I="<",yield{type:"JSXPunctuator",value:"<"};continue;case"{":P.push({tag:"InterpolationInJSX",nesting:M.length}),C++,I="?InterpolationInJSX",D=!1,yield{type:"JSXPunctuator",value:"{"};continue}}if(E.lastIndex=C,g=E.exec(w)){C=E.lastIndex,yield{type:"WhiteSpace",value:g[0]};continue}if(l.lastIndex=C,g=l.exec(w)){C=l.lastIndex,D=!1,o.test(I)&&(I="?NoLineTerminatorHere"),yield{type:"LineTerminatorSequence",value:g[0]};continue}if(c.lastIndex=C,g=c.exec(w)){C=c.lastIndex,u.test(g[0])&&(D=!1,o.test(I)&&(I="?NoLineTerminatorHere")),yield{type:"MultiLineComment",value:g[0],closed:g[1]!==void 0};continue}if(b.lastIndex=C,g=b.exec(w)){C=b.lastIndex,D=!1,yield{type:"SingleLineComment",value:g[0]};continue}N=String.fromCodePoint(w.codePointAt(C)),C+=N.length,I=N,D=!1,yield{type:_.tag.startsWith("JSX")?"JSXInvalid":"Invalid",value:N}}},ls}_y();var zc={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"]};new Set(zc.keyword),new Set(zc.strict);const jc=Symbol("vitest:SAFE_TIMERS");function Qc(){const{setTimeout:e,setInterval:t,clearInterval:n,clearTimeout:i,setImmediate:s,clearImmediate:a,queueMicrotask:o}=globalThis[jc]||globalThis,{nextTick:l}=globalThis[jc]||globalThis.process||{nextTick:c=>c()};return{nextTick:l,setTimeout:e,setInterval:t,clearInterval:n,clearTimeout:i,setImmediate:s,clearImmediate:a,queueMicrotask:o}}const Fc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",by=new Uint8Array(64),yy=new Uint8Array(128);for(let e=0;e<Fc.length;e++){const t=Fc.charCodeAt(e);by[e]=t,yy[t]=e}var Wc;(function(e){e[e.Empty=1]="Empty",e[e.Hash=2]="Hash",e[e.Query=3]="Query",e[e.RelativePath=4]="RelativePath",e[e.AbsolutePath=5]="AbsolutePath",e[e.SchemeRelative=6]="SchemeRelative",e[e.Absolute=7]="Absolute"})(Wc||(Wc={}));const Ey=/^[A-Za-z]:\//;function Iy(e=""){return e&&e.replace(/\\/g,"/").replace(Ey,t=>t.toUpperCase())}const Cy=/^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;function Ny(){return typeof process<"u"&&typeof process.cwd=="function"?process.cwd().replace(/\\/g,"/"):"/"}const Ty=function(...e){e=e.map(i=>Iy(i));let t="",n=!1;for(let i=e.length-1;i>=-1&&!n;i--){const s=i>=0?e[i]:Ny();!s||s.length===0||(t=`${s}/${t}`,n=Uc(s))}return t=Sy(t,!n),n&&!Uc(t)?`/${t}`:t.length>0?t:"."};function Sy(e,t){let n="",i=0,s=-1,a=0,o=null;for(let l=0;l<=e.length;++l){if(l<e.length)o=e[l];else{if(o==="/")break;o="/"}if(o==="/"){if(!(s===l-1||a===1))if(a===2){if(n.length<2||i!==2||n[n.length-1]!=="."||n[n.length-2]!=="."){if(n.length>2){const c=n.lastIndexOf("/");c===-1?(n="",i=0):(n=n.slice(0,c),i=n.length-1-n.lastIndexOf("/")),s=l,a=0;continue}else if(n.length>0){n="",i=0,s=l,a=0;continue}}t&&(n+=n.length>0?"/..":"..",i=2)}else n.length>0?n+=`/${e.slice(s+1,l)}`:n=e.slice(s+1,l),i=l-s-1;s=l,a=0}else o==="."&&a!==-1?++a:a=-1}return n}const Uc=function(e){return Cy.test(e)},qc=/^\s*at .*(?:\S:\d+|\(native\))/m,wy=/^(?:eval@)?(?:\[native code\])?$/;function Xc(e){if(!e.includes(":"))return[e];const n=/(.+?)(?::(\d+))?(?::(\d+))?$/.exec(e.replace(/^\(|\)$/g,""));if(!n)return[e];let i=n[1];if(i.startsWith("async ")&&(i=i.slice(6)),i.startsWith("http:")||i.startsWith("https:")){const s=new URL(i);s.searchParams.delete("import"),s.searchParams.delete("browserv"),i=s.pathname+s.hash+s.search}if(i.startsWith("/@fs/")){const s=/^\/@fs\/[a-zA-Z]:\//.test(i);i=i.slice(s?5:4)}return[i,n[2]||void 0,n[3]||void 0]}function ky(e){let t=e.trim();if(wy.test(t)||(t.includes(" > eval")&&(t=t.replace(/ line (\d+)(?: > eval line \d+)* > eval:\d+:\d+/g,":$1")),!t.includes("@")&&!t.includes(":")))return null;const n=/((.*".+"[^@]*)?[^@]*)(@)/,i=t.match(n),s=i&&i[1]?i[1]:void 0,[a,o,l]=Xc(t.replace(n,""));return!a||!o||!l?null:{file:a,method:s||"",line:Number.parseInt(o),column:Number.parseInt(l)}}function Hc(e){const t=e.trim();return qc.test(t)?Oy(t):ky(t)}function Oy(e){let t=e.trim();if(!qc.test(t))return null;t.includes("(eval ")&&(t=t.replace(/eval code/g,"eval").replace(/(\(eval at [^()]*)|(,.*$)/g,""));let n=t.replace(/^\s+/,"").replace(/\(eval code/g,"(").replace(/^.*?\s+/,"");const i=n.match(/ (\(.+\)$)/);n=i?n.replace(i[0],""):n;const[s,a,o]=Xc(i?i[1]:n);let l=i&&n||"",c=s&&["eval","<anonymous>"].includes(s)?void 0:s;return!c||!a||!o?null:(l.startsWith("async ")&&(l=l.slice(6)),c.startsWith("file://")&&(c=c.slice(7)),c=c.startsWith("node:")||c.startsWith("internal:")?c:Ty(c),l&&(l=l.replace(/__vite_ssr_import_\d+__\./g,"")),{method:l,file:c,line:Number.parseInt(a),column:Number.parseInt(o)})}function My(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var cs,Kc;function xy(){if(Kc)return cs;Kc=1;var e,t,n,i,s,a,o,l,c,u,f,d,m,b,y,v,p,h,E,w;return b=/\/(?![*\/])(?:\[(?:[^\]\\\n\r\u2028\u2029]+|\\.)*\]?|[^\/[\\\n\r\u2028\u2029]+|\\.)*(\/[$_\u200C\u200D\p{ID_Continue}]*|\\)?/yu,m=/--|\+\+|=>|\.{3}|\??\.(?!\d)|(?:&&|\|\||\?\?|[+\-%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2}|\/(?![\/*]))=?|[?~,:;[\](){}]/y,t=/(\x23?)(?=[$_\p{ID_Start}\\])(?:[$_\u200C\u200D\p{ID_Continue}]+|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+/yu,v=/(['"])(?:[^'"\\\n\r]+|(?!\1)['"]|\\(?:\r\n|[^]))*(\1)?/y,d=/(?:0[xX][\da-fA-F](?:_?[\da-fA-F])*|0[oO][0-7](?:_?[0-7])*|0[bB][01](?:_?[01])*)n?|0n|[1-9](?:_?\d)*n|(?:(?:0(?!\d)|0\d*[89]\d*|[1-9](?:_?\d)*)(?:\.(?:\d(?:_?\d)*)?)?|\.\d(?:_?\d)*)(?:[eE][+-]?\d(?:_?\d)*)?|0[0-7]+/y,p=/[`}](?:[^`\\$]+|\\[^]|\$(?!\{))*(`|\$\{)?/y,w=/[\t\v\f\ufeff\p{Zs}]+/yu,c=/\r?\n|[\r\u2028\u2029]/y,u=/\/\*(?:[^*]+|\*(?!\/))*(\*\/)?/y,y=/\/\/.*/y,e=/^#!.*/,i=/[<>.:={}]|\/(?![\/*])/y,n=/[$_\p{ID_Start}][$_\u200C\u200D\p{ID_Continue}-]*/yu,s=/(['"])(?:[^'"]+|(?!\1)['"])*(\1)?/y,a=/[^<>{}]+/y,E=/^(?:[\/+-]|\.{3}|\?(?:InterpolationIn(?:JSX|Template)|NoLineTerminatorHere|NonExpressionParenEnd|UnaryIncDec))?$|[{}([,;<>=*%&|^!~?:]$/,h=/^(?:=>|[;\]){}]|else|\?(?:NoLineTerminatorHere|NonExpressionParenEnd))?$/,o=/^(?:await|case|default|delete|do|else|instanceof|new|return|throw|typeof|void|yield)$/,l=/^(?:return|throw|yield)$/,f=RegExp(c.source),cs=function*(S,{jsx:M=!1}={}){var N,k,C,I,A,g,_,T,O,x,D,B,P,L;for({length:g}=S,I=0,A="",L=[{tag:"JS"}],N=[],D=0,B=!1,(_=e.exec(S))&&(yield{type:"HashbangComment",value:_[0]},I=_[0].length);I<g;){switch(T=L[L.length-1],T.tag){case"JS":case"JSNonExpressionParen":case"InterpolationInTemplate":case"InterpolationInJSX":if(S[I]==="/"&&(E.test(A)||o.test(A))&&(b.lastIndex=I,_=b.exec(S))){I=b.lastIndex,A=_[0],B=!0,yield{type:"RegularExpressionLiteral",value:_[0],closed:_[1]!==void 0&&_[1]!=="\\"};continue}if(m.lastIndex=I,_=m.exec(S)){switch(P=_[0],O=m.lastIndex,x=P,P){case"(":A==="?NonExpressionParenKeyword"&&L.push({tag:"JSNonExpressionParen",nesting:D}),D++,B=!1;break;case")":D--,B=!0,T.tag==="JSNonExpressionParen"&&D===T.nesting&&(L.pop(),x="?NonExpressionParenEnd",B=!1);break;case"{":m.lastIndex=0,C=!h.test(A)&&(E.test(A)||o.test(A)),N.push(C),B=!1;break;case"}":switch(T.tag){case"InterpolationInTemplate":if(N.length===T.nesting){p.lastIndex=I,_=p.exec(S),I=p.lastIndex,A=_[0],_[1]==="${"?(A="?InterpolationInTemplate",B=!1,yield{type:"TemplateMiddle",value:_[0]}):(L.pop(),B=!0,yield{type:"TemplateTail",value:_[0],closed:_[1]==="`"});continue}break;case"InterpolationInJSX":if(N.length===T.nesting){L.pop(),I+=1,A="}",yield{type:"JSXPunctuator",value:"}"};continue}}B=N.pop(),x=B?"?ExpressionBraceEnd":"}";break;case"]":B=!0;break;case"++":case"--":x=B?"?PostfixIncDec":"?UnaryIncDec";break;case"<":if(M&&(E.test(A)||o.test(A))){L.push({tag:"JSXTag"}),I+=1,A="<",yield{type:"JSXPunctuator",value:P};continue}B=!1;break;default:B=!1}I=O,A=x,yield{type:"Punctuator",value:P};continue}if(t.lastIndex=I,_=t.exec(S)){switch(I=t.lastIndex,x=_[0],_[0]){case"for":case"if":case"while":case"with":A!=="."&&A!=="?."&&(x="?NonExpressionParenKeyword")}A=x,B=!o.test(_[0]),yield{type:_[1]==="#"?"PrivateIdentifier":"IdentifierName",value:_[0]};continue}if(v.lastIndex=I,_=v.exec(S)){I=v.lastIndex,A=_[0],B=!0,yield{type:"StringLiteral",value:_[0],closed:_[2]!==void 0};continue}if(d.lastIndex=I,_=d.exec(S)){I=d.lastIndex,A=_[0],B=!0,yield{type:"NumericLiteral",value:_[0]};continue}if(p.lastIndex=I,_=p.exec(S)){I=p.lastIndex,A=_[0],_[1]==="${"?(A="?InterpolationInTemplate",L.push({tag:"InterpolationInTemplate",nesting:N.length}),B=!1,yield{type:"TemplateHead",value:_[0]}):(B=!0,yield{type:"NoSubstitutionTemplate",value:_[0],closed:_[1]==="`"});continue}break;case"JSXTag":case"JSXTagEnd":if(i.lastIndex=I,_=i.exec(S)){switch(I=i.lastIndex,x=_[0],_[0]){case"<":L.push({tag:"JSXTag"});break;case">":L.pop(),A==="/"||T.tag==="JSXTagEnd"?(x="?JSX",B=!0):L.push({tag:"JSXChildren"});break;case"{":L.push({tag:"InterpolationInJSX",nesting:N.length}),x="?InterpolationInJSX",B=!1;break;case"/":A==="<"&&(L.pop(),L[L.length-1].tag==="JSXChildren"&&L.pop(),L.push({tag:"JSXTagEnd"}))}A=x,yield{type:"JSXPunctuator",value:_[0]};continue}if(n.lastIndex=I,_=n.exec(S)){I=n.lastIndex,A=_[0],yield{type:"JSXIdentifier",value:_[0]};continue}if(s.lastIndex=I,_=s.exec(S)){I=s.lastIndex,A=_[0],yield{type:"JSXString",value:_[0],closed:_[2]!==void 0};continue}break;case"JSXChildren":if(a.lastIndex=I,_=a.exec(S)){I=a.lastIndex,A=_[0],yield{type:"JSXText",value:_[0]};continue}switch(S[I]){case"<":L.push({tag:"JSXTag"}),I++,A="<",yield{type:"JSXPunctuator",value:"<"};continue;case"{":L.push({tag:"InterpolationInJSX",nesting:N.length}),I++,A="?InterpolationInJSX",B=!1,yield{type:"JSXPunctuator",value:"{"};continue}}if(w.lastIndex=I,_=w.exec(S)){I=w.lastIndex,yield{type:"WhiteSpace",value:_[0]};continue}if(c.lastIndex=I,_=c.exec(S)){I=c.lastIndex,B=!1,l.test(A)&&(A="?NoLineTerminatorHere"),yield{type:"LineTerminatorSequence",value:_[0]};continue}if(u.lastIndex=I,_=u.exec(S)){I=u.lastIndex,f.test(_[0])&&(B=!1,l.test(A)&&(A="?NoLineTerminatorHere")),yield{type:"MultiLineComment",value:_[0],closed:_[1]!==void 0};continue}if(y.lastIndex=I,_=y.exec(S)){I=y.lastIndex,B=!1,yield{type:"SingleLineComment",value:_[0]};continue}k=String.fromCodePoint(S.codePointAt(I)),I+=k.length,A=k,B=!1,yield{type:T.tag.startsWith("JSX")?"JSXInvalid":"Invalid",value:k}}},cs}var Dy=xy();const By=My(Dy);function Ly(e,t){let s="";const a=[];for(const o of By(e,{jsx:!1})){if(a.push(o),o.type==="SingleLineComment"){s+=" ".repeat(o.value.length);continue}if(o.type==="MultiLineComment"){s+=o.value.replace(/[^\n]/g," ");continue}if(o.type==="StringLiteral"){if(!o.closed){s+=o.value;continue}const l=o.value.slice(1,-1);{s+=o.value[0]+" ".repeat(l.length)+o.value[o.value.length-1];continue}}if(o.type==="NoSubstitutionTemplate"){const l=o.value.slice(1,-1);{s+=`\`${l.replace(/[^\n]/g," ")}\``;continue}}if(o.type==="RegularExpressionLiteral"){const l=o.value;{s+=l.replace(/\/(.*)\/(\w?)$/g,(c,u,f)=>`/${" ".repeat(u.length)}/${f}`);continue}}if(o.type==="TemplateHead"){const l=o.value.slice(1,-2);{s+=`\`${l.replace(/[^\n]/g," ")}\${`;continue}}if(o.type==="TemplateTail"){const l=o.value.slice(0,-2);{s+=`}${l.replace(/[^\n]/g," ")}\``;continue}}if(o.type==="TemplateMiddle"){const l=o.value.slice(1,-2);{s+=`}${l.replace(/[^\n]/g," ")}\${`;continue}}s+=o.value}return{result:s,tokens:a}}function Py(e,t){return Ry(e).result}function Ry(e,t){return Ly(e)}class zy extends Error{constructor(n,i,s){super(n);gs(this,"code","VITEST_PENDING");gs(this,"taskId");this.message=n,this.note=s,this.taskId=i.id}}const jy=new WeakMap,Zc=new WeakMap,Yc=new WeakMap;function Qy(e,t){jy.set(e,t)}function Fy(e,t){Zc.set(e,t)}function Wy(e){return Zc.get(e)}function Uy(e,t){Yc.set(e,t)}function qy(e){return Yc.get(e)}function Xy(e,t){const n=t.reduce((a,o)=>(a[o.prop]=o,a),{}),i={};e.forEach(a=>{const o=n[a.prop]||{...a};i[o.prop]=o});for(const a in i){var s;const o=i[a];o.deps=(s=o.deps)===null||s===void 0?void 0:s.map(l=>i[l.prop])}return Object.values(i)}function Gc(e,t,n){const i=["auto","injected","scope"],s=Object.entries(e).map(([a,o])=>{const l={value:o};if(Array.isArray(o)&&o.length>=2&&Bc(o[1])&&Object.keys(o[1]).some(u=>i.includes(u))){var c;Object.assign(l,o[1]);const u=o[0];l.value=l.injected?((c=n.injectValue)===null||c===void 0?void 0:c.call(n,a))??u:u}return l.scope=l.scope||"test",l.scope==="worker"&&!n.getWorkerContext&&(l.scope="file"),l.prop=a,l.isFn=typeof l.value=="function",l});return Array.isArray(t.fixtures)?t.fixtures=t.fixtures.concat(s):t.fixtures=s,s.forEach(a=>{if(a.isFn){const l=Vc(a.value);if(l.length&&(a.deps=t.fixtures.filter(({prop:c})=>c!==a.prop&&l.includes(c))),a.scope!=="test"){var o;(o=a.deps)===null||o===void 0||o.forEach(c=>{if(c.isFn&&!(a.scope==="worker"&&c.scope==="worker")&&!(a.scope==="file"&&c.scope!=="test"))throw new SyntaxError(`cannot use the ${c.scope} fixture "${c.prop}" inside the ${a.scope} fixture "${a.prop}"`)})}}}),t}const us=new Map,kt=new Map;function Hy(e,t,n){return i=>{const s=i||n;if(!s)return t({});const a=Wy(s);if(!(a!=null&&a.length))return t(s);const o=Vc(t),l=a.some(({auto:b})=>b);if(!o.length&&!l)return t(s);us.get(s)||us.set(s,new Map);const c=us.get(s);kt.has(s)||kt.set(s,[]);const u=kt.get(s),f=a.filter(({prop:b,auto:y})=>y||o.includes(b)),d=$c(f);if(!d.length)return t(s);async function m(){for(const b of d){if(c.has(b))continue;const y=await Ky(e,b,s,u);s[b.prop]=y,c.set(b,y),b.scope==="test"&&u.unshift(()=>{c.delete(b)})}}return m().then(()=>t(s))}}const ci=new WeakMap;function Ky(e,t,n,i){var s;const a=hE(n.task.file),o=(s=e.getWorkerContext)===null||s===void 0?void 0:s.call(e);if(!t.isFn){var l;if(a[l=t.prop]??(a[l]=t.value),o){var c;o[c=t.prop]??(o[c]=t.value)}return t.value}if(t.scope==="test")return Jc(t.value,n,i);if(ci.has(t))return ci.get(t);let u;if(t.scope==="worker"){if(!o)throw new TypeError("[@vitest/runner] The worker context is not available in the current test runner. Please, provide the `getWorkerContext` method when initiating the runner.");u=o}else u=a;if(t.prop in u)return u[t.prop];kt.has(u)||kt.set(u,[]);const f=kt.get(u),d=Jc(t.value,u,f).then(m=>(u[t.prop]=m,ci.delete(t),m));return ci.set(t,d),d}async function Jc(e,t,n){const i=Pc();let s=!1;const a=e(t,async o=>{s=!0,i.resolve(o);const l=Pc();n.push(async()=>{l.resolve(),await a}),await l}).catch(o=>{if(!s){i.reject(o);return}throw o});return i}function $c(e,t=new Set,n=[]){return e.forEach(i=>{if(!n.includes(i)){if(!i.isFn||!i.deps){n.push(i);return}if(t.has(i))throw new Error(`Circular fixture dependency detected: ${i.prop} <- ${[...t].reverse().map(s=>s.prop).join(" <- ")}`);t.add(i),$c(i.deps,t,n),n.push(i),t.clear()}}),n}function Vc(e){let t=Py(e.toString());/__async\((?:this|null), (?:null|arguments|\[[_0-9, ]*\]), function\*/.test(t)&&(t=t.split(/__async\((?:this|null),/)[1]);const n=t.match(/[^(]*\(([^)]*)/);if(!n)return[];const i=eu(n[1]);if(!i.length)return[];let s=i[0];if("__VITEST_FIXTURE_INDEX__"in e&&(s=i[e.__VITEST_FIXTURE_INDEX__],!s))return[];if(!(s.startsWith("{")&&s.endsWith("}")))throw new Error(`The first argument inside a fixture must use object destructuring pattern, e.g. ({ test } => {}). Instead, received "${s}".`);const a=s.slice(1,-1).replace(/\s/g,""),o=eu(a).map(c=>c.replace(/:.*|=.*/g,"")),l=o.at(-1);if(l&&l.startsWith("..."))throw new Error(`Rest parameters are not supported in fixtures, received "${l}".`);return o}function eu(e){const t=[],n=[];let i=0;for(let a=0;a<e.length;a++)if(e[a]==="{"||e[a]==="[")n.push(e[a]==="{"?"}":"]");else if(e[a]===n[n.length-1])n.pop();else if(!n.length&&e[a]===","){const o=e.substring(i,a).trim();o&&t.push(o),i=a+1}const s=e.substring(i).trim();return s&&t.push(s),t}function tu(e,t){function n(s){const a=function(...o){return t.apply(s,o)};Object.assign(a,t),a.withContext=()=>a.bind(s),a.setContext=(o,l)=>{s[o]=l},a.mergeContext=o=>{Object.assign(s,o)};for(const o of e)Object.defineProperty(a,o,{get(){return n({...s,[o]:!0})}});return a}const i=n({});return i.fn=t,i}const Ot=nE(),Zy=ps(function(e,t,n){ds().test.fn.call(this,Ze(e),t,n)}),fs=Ot,Yy=Zy;let xe,nu,Gy;function iu(e,t){if(!e)throw new Error(`Vitest failed to find ${t}. This is a bug in Vitest. Please, open an issue with reproduction.`)}function Jy(){return Gy}function $y(){return iu(xe,"the runner"),xe}function ds(){const e=Ye.currentSuite||nu;return iu(e,"the current suite"),e}function Vy(){return{beforeAll:[],afterAll:[],beforeEach:[],afterEach:[]}}function ct(e,t){let n={},i=()=>{};if(typeof t=="object"){if(typeof e=="object")throw new TypeError("Cannot use two objects as arguments. Please provide options and a function callback in that order.");console.warn("Using an object as a third argument is deprecated. Vitest 4 will throw an error if the third argument is not a timeout number. Please use the second argument for options. See more at https://vitest.dev/guide/migration"),n=t}else typeof t=="number"?n={timeout:t}:typeof e=="object"&&(n=e);if(typeof e=="function"){if(typeof t=="function")throw new TypeError("Cannot use two functions as arguments. Please use the second argument for options.");i=e}else typeof t=="function"&&(i=t);return{options:n,handler:i}}function eE(e,t=()=>{},n,i,s,a){const o=[];let l;b();const c=function(p="",h={}){var E;const w=(h==null?void 0:h.timeout)??xe.config.testTimeout,S={id:"",name:p,suite:(E=Ye.currentSuite)===null||E===void 0?void 0:E.suite,each:h.each,fails:h.fails,context:void 0,type:"test",file:void 0,timeout:w,retry:h.retry??xe.config.retry,repeats:h.repeats,mode:h.only?"only":h.skip?"skip":h.todo?"todo":"run",meta:h.meta??Object.create(null),annotations:[]},M=h.handler;(h.concurrent||!h.sequential&&xe.config.sequence.concurrent)&&(S.concurrent=!0),S.shuffle=s==null?void 0:s.shuffle;const N=fE(S,xe);Object.defineProperty(S,"context",{value:N,enumerable:!1}),Fy(N,h.fixtures);const k=Error.stackTraceLimit;Error.stackTraceLimit=15;const C=new Error("STACK_TRACE_ERROR");if(Error.stackTraceLimit=k,M&&Qy(S,As(tE(Hy(xe,M,N),S),w,!1,C,(I,A)=>cE([N],A))),xe.config.includeTaskLocation){const I=C.stack,A=rE(I);A&&(S.location=A)}return o.push(S),S},u=ps(function(p,h,E){let{options:w,handler:S}=ct(h,E);typeof s=="object"&&(w=Object.assign({},s,w)),w.concurrent=this.concurrent||!this.sequential&&(w==null?void 0:w.concurrent),w.sequential=this.sequential||!this.concurrent&&(w==null?void 0:w.sequential);const M=c(Ze(p),{...this,...w,handler:S});M.type="test"});let f=a;const d={type:"collector",name:e,mode:n,suite:l,options:s,test:u,tasks:o,collect:v,task:c,clear:y,on:m,fixtures(){return f},scoped(p){const h=Gc(p,{fixtures:f},xe);h.fixtures&&(f=h.fixtures)}};function m(p,...h){qy(l)[p].push(...h)}function b(p){var h;typeof s=="number"&&(s={timeout:s}),l={id:"",type:"suite",name:e,suite:(h=Ye.currentSuite)===null||h===void 0?void 0:h.suite,mode:n,each:i,file:void 0,shuffle:s==null?void 0:s.shuffle,tasks:[],meta:Object.create(null),concurrent:s==null?void 0:s.concurrent},Uy(l,Vy())}function y(){o.length=0,b()}async function v(p){if(!p)throw new TypeError("File is required to collect tasks.");t&&await lE(d,()=>t(u));const h=[];for(const E of o)h.push(E.type==="collector"?await E.collect(p):E);return l.file=p,l.tasks=h,h.forEach(E=>{E.file=p}),l}return oE(d),d}function tE(e,t){return async(...n)=>{const i=await e(...n);if(t.promises){const a=(await Promise.allSettled(t.promises)).map(o=>o.status==="rejected"?o.reason:void 0).filter(Boolean);if(a.length)throw a}return i}}function nE(){function e(t,n,i){var s;const a=this.only?"only":this.skip?"skip":this.todo?"todo":"run",o=Ye.currentSuite||nu;let{options:l,handler:c}=ct(n,i);const u=l.concurrent||this.concurrent||l.sequential===!1,f=l.sequential||this.sequential||l.concurrent===!1;l={...o==null?void 0:o.options,...l,shuffle:this.shuffle??l.shuffle??(o==null||(s=o.options)===null||s===void 0?void 0:s.shuffle)??void 0};const d=u||l.concurrent&&!f,m=f||l.sequential&&!u;return l.concurrent=d&&!m,l.sequential=m&&!d,eE(Ze(t),c,a,this.each,l,o==null?void 0:o.fixtures())}return e.each=function(t,...n){const i=this.withContext();return this.setContext("each",!0),Array.isArray(t)&&n.length&&(t=ui(t,n)),(s,a,o)=>{const l=Ze(s),c=t.every(Array.isArray),{options:u,handler:f}=ct(a,o),d=typeof a=="function"&&typeof o=="object";t.forEach((m,b)=>{const y=Array.isArray(m)?m:[m];d?c?i(De(l,y,b),()=>f(...y),u):i(De(l,y,b),()=>f(m),u):c?i(De(l,y,b),u,()=>f(...y)):i(De(l,y,b),u,()=>f(m))}),this.setContext("each",void 0)}},e.for=function(t,...n){return Array.isArray(t)&&n.length&&(t=ui(t,n)),(i,s,a)=>{const o=Ze(i),{options:l,handler:c}=ct(s,a);t.forEach((u,f)=>{Ot(De(o,Dc(u),f),l,()=>c(u))})}},e.skipIf=t=>t?Ot.skip:Ot,e.runIf=t=>t?Ot:Ot.skip,tu(["concurrent","sequential","shuffle","skip","only","todo"],e)}function iE(e,t){const n=e;n.each=function(s,...a){const o=this.withContext();return this.setContext("each",!0),Array.isArray(s)&&a.length&&(s=ui(s,a)),(l,c,u)=>{const f=Ze(l),d=s.every(Array.isArray),{options:m,handler:b}=ct(c,u),y=typeof c=="function"&&typeof u=="object";s.forEach((v,p)=>{const h=Array.isArray(v)?v:[v];y?d?o(De(f,h,p),()=>b(...h),m):o(De(f,h,p),()=>b(v),m):d?o(De(f,h,p),m,()=>b(...h)):o(De(f,h,p),m,()=>b(v))}),this.setContext("each",void 0)}},n.for=function(s,...a){const o=this.withContext();return Array.isArray(s)&&a.length&&(s=ui(s,a)),(l,c,u)=>{const f=Ze(l),{options:d,handler:m}=ct(c,u);s.forEach((b,y)=>{const v=p=>m(b,p);v.__VITEST_FIXTURE_INDEX__=1,v.toString=()=>m.toString(),o(De(f,Dc(b),y),d,v)})}},n.skipIf=function(s){return s?this.skip:this},n.runIf=function(s){return s?this:this.skip},n.scoped=function(s){ds().scoped(s)},n.extend=function(s){const a=Gc(s,t||{},xe),o=e;return ps(function(l,c,u){const d=ds().fixtures(),m={...this};d&&(m.fixtures=Xy(m.fixtures||[],d));const{handler:b,options:y}=ct(c,u),v=y.timeout??void 0;o.call(m,Ze(l),b,v)},a)};const i=tu(["concurrent","sequential","skip","only","todo","fails"],n);return t&&i.mergeContext(t),i}function ps(e,t){return iE(e,t)}function Ze(e){return typeof e=="string"?e:typeof e=="function"?e.name||"<anonymous>":String(e)}function De(e,t,n){(e.includes("%#")||e.includes("%$"))&&(e=e.replace(/%%/g,"__vitest_escaped_%__").replace(/%#/g,`${n}`).replace(/%\$/g,`${n+1}`).replace(/__vitest_escaped_%__/g,"%%"));const i=e.split("%").length-1;e.includes("%f")&&(e.match(/%f/g)||[]).forEach((l,c)=>{if(gy(t[c])||Object.is(t[c],-0)){let u=0;e=e.replace(/%f/g,f=>(u++,u===c+1?"-%f":f))}});let s=my(e,...t.slice(0,i));const a=Bc(t[0]);return s=s.replace(/\$([$\w.]+)/g,(o,l)=>{const c=/^\d+$/.test(l);if(!a&&!c)return`$${l}`;const u=c?Lc(t,l):void 0,f=a?Lc(t[0],l,u):u;return vy(f,{truncate:void 0})}),s}function ui(e,t){const n=e.join("").trim().replace(/ /g,"").split(`
|
|
122
|
+
`).map(s=>s.split("|"))[0],i=[];for(let s=0;s<Math.floor(t.length/n.length);s++){const a={};for(let o=0;o<n.length;o++)a[n[o]]=t[s*n.length+o];i.push(a)}return i}function rE(e){const t=Jy(),n=e.split(`
|
|
123
|
+
`).slice(1);for(const i of n){const s=Hc(i);if(s&&s.file===t)return{line:s.line,column:s.column}}}globalThis.performance?globalThis.performance.now.bind(globalThis.performance):Date.now,globalThis.performance?globalThis.performance.now.bind(globalThis.performance):Date.now,Qc();const hs=new Map,ru=[],fi=[];function sE(e){if(hs.size){var t;const n=Array.from(hs).map(([s,a])=>[s,a[0],a[1]]),i=(t=e.onTaskUpdate)===null||t===void 0?void 0:t.call(e,n,ru);i&&(fi.push(i),i.then(()=>fi.splice(fi.indexOf(i),1),()=>{})),ru.length=0,hs.clear()}}async function aE(e){sE(e),await Promise.all(fi)}const su=Date.now,Ye={currentSuite:null};function oE(e){var t;(t=Ye.currentSuite)===null||t===void 0||t.tasks.push(e)}async function lE(e,t){const n=Ye.currentSuite;Ye.currentSuite=e,await t(),Ye.currentSuite=n}function As(e,t,n=!1,i,s){if(t<=0||t===Number.POSITIVE_INFINITY)return e;const{setTimeout:a,clearTimeout:o}=Qc();return function(...c){const u=su(),f=$y();return f._currentTaskStartTime=u,f._currentTaskTimeout=t,new Promise((d,m)=>{var b;const y=a(()=>{o(y),v()},t);(b=y.unref)===null||b===void 0||b.call(y);function v(){const E=dE(n,t,i);s==null||s(c,E),m(E)}function p(E){if(f._currentTaskStartTime=void 0,f._currentTaskTimeout=void 0,o(y),su()-u>=t){v();return}d(E)}function h(E){f._currentTaskStartTime=void 0,f._currentTaskTimeout=void 0,o(y),m(E)}try{const E=e(...c);typeof E=="object"&&E!=null&&typeof E.then=="function"?E.then(p,h):p(E)}catch(E){h(E)}})}}const ms=new WeakMap;function cE([e],t){e&&uE(e,t)}function uE(e,t){const n=ms.get(e);n==null||n.abort(t)}function fE(e,t){var n;const i=function(){throw new Error("done() callback is deprecated, use promise instead")};let s=ms.get(i);s||(s=new AbortController,ms.set(i,s)),i.signal=s.signal,i.task=e,i.skip=(o,l)=>{if(o!==!1)throw e.result??(e.result={state:"skip"}),e.result.pending=!0,new zy("test is skipped; abort execution",e,typeof o=="string"?o:l)};async function a(o,l,c,u){const f={message:o,type:c||"notice"};if(u){if(!u.body&&!u.path)throw new TypeError("Test attachment requires body or path to be set. Both are missing.");if(u.body&&u.path)throw new TypeError('Test attachment requires only one of "body" or "path" to be set. Both are specified.');f.attachment=u,u.body instanceof Uint8Array&&(u.body=AE(u.body))}if(l&&(f.location=l),!t.onTestAnnotate)throw new Error("Test runner doesn't support test annotations.");await aE(t);const d=await t.onTestAnnotate(e,f);return e.annotations.push(d),d}return i.annotate=(o,l,c)=>{if(e.result&&e.result.state!=="run")throw new Error(`Cannot annotate tests outside of the test run. The test "${e.name}" finished running with the "${e.result.state}" state already.`);let u;const f=new Error("STACK_TRACE").stack,d=f.includes("STACK_TRACE")?2:1,m=f.split(`
|
|
124
|
+
`)[d],b=Hc(m);return b&&(u={file:b.file,line:b.line,column:b.column}),typeof l=="object"?au(e,a(o,u,void 0,l)):au(e,a(o,u,l,c))},i.onTestFailed=(o,l)=>{e.onFailed||(e.onFailed=[]),e.onFailed.push(As(o,l??t.config.hookTimeout,!0,new Error("STACK_TRACE_ERROR"),(c,u)=>s.abort(u)))},i.onTestFinished=(o,l)=>{e.onFinished||(e.onFinished=[]),e.onFinished.push(As(o,l??t.config.hookTimeout,!0,new Error("STACK_TRACE_ERROR"),(c,u)=>s.abort(u)))},((n=t.extendTaskContext)===null||n===void 0?void 0:n.call(t,i))||i}function dE(e,t,n){const i=`${e?"Hook":"Test"} timed out in ${t}ms.
|
|
125
|
+
If this is a long-running ${e?"hook":"test"}, pass a timeout value as the last argument or configure it globally with "${e?"hookTimeout":"testTimeout"}".`,s=new Error(i);return n!=null&&n.stack&&(s.stack=n.stack.replace(s.message,n.message)),s}const pE=new WeakMap;function hE(e){const t=pE.get(e);if(!t)throw new Error(`Cannot find file context for ${e.name}`);return t}const Ce=[];for(let e=65;e<91;e++)Ce.push(String.fromCharCode(e));for(let e=97;e<123;e++)Ce.push(String.fromCharCode(e));for(let e=0;e<10;e++)Ce.push(e.toString(10));function AE(e){let t="";const n=e.byteLength;for(let i=0;i<n;i+=3)if(n===i+1){const s=(e[i]&252)>>2,a=(e[i]&3)<<4;t+=Ce[s],t+=Ce[a],t+="=="}else if(n===i+2){const s=(e[i]&252)>>2,a=(e[i]&3)<<4|(e[i+1]&240)>>4,o=(e[i+1]&15)<<2;t+=Ce[s],t+=Ce[a],t+=Ce[o],t+="="}else{const s=(e[i]&252)>>2,a=(e[i]&3)<<4|(e[i+1]&240)>>4,o=(e[i+1]&15)<<2|(e[i+2]&192)>>6,l=e[i+2]&63;t+=Ce[s],t+=Ce[a],t+=Ce[o],t+=Ce[l]}return t}function au(e,t){return t=t.finally(()=>{if(!e.promises)return;const n=e.promises.indexOf(t);n!==-1&&e.promises.splice(n,1)}),e.promises||(e.promises=[]),e.promises.push(t),t}function mE(){return{given(e,t){return fs(`🔵 GIVEN ${e}`,t),this},when(e,t){return fs(`🔶 WHEN ${e}`,t),this},and(e,t){return fs(`➕ AND ${e}`,t),this},then(e,t){return Yy(`🟩 THEN ${e}`,t),this}}}function vE(e){let t;const n=r.createApp({setup(){return t=e(),()=>null}});return n.mount(document.createElement("div")),{result:t,unmount:()=>n.unmount()}}async function gE(e,t){var i;const n=N0(e,{...t,global:{...(t==null?void 0:t.global)??{},stubs:{RouterLink:S0,RouterView:{name:"RouterView",template:'<div class="router-view-stub"><slot /></div>'},...((i=t==null?void 0:t.global)==null?void 0:i.stubs)??{}}}});return await n.vm.$nextTick(),n}R.AvAccordion=Nh,R.AvAccordionsGroup=kh,R.AvAlert=la,R.AvAutocomplete=cm,R.AvBadge=xp,R.AvButton=je,R.AvCard=Rp,R.AvDrawer=$m,R.AvFileUpload=Kh,R.AvHeader=_h,R.AvHeaderMenuLinks=Mi,R.AvIconText=oa,R.AvInput=ua,R.AvList=xi,R.AvListItem=Di,R.AvLogo=ca,R.AvModal=tv,R.AvNavigation=Cm,R.AvPageSizePicker=fA,R.AvPagination=Qm,R.AvPopover=Lv,R.AvRadioButton=ha,R.AvRadioButtonSet=dA,R.AvRichButton=Dh,R.AvSelect=um,R.AvSideMenu=Ta,R.AvSideNavigation=Xm,R.AvTab=fm,R.AvTabs=dm,R.AvTagPicker=da,R.AvToaster=Hp,R.AvToggle=Em,R.AvVIcon=he,R.BddTest=mE,R.DropdownState=$e,R.DsfrBadgeStub=Pv,R.DsfrModalStub=Rv,R.DsfrNavigationStub=zv,R.EsupLogo=Ch,R.ICONS_DATA_URL=jp,R.MDI_ICONS=ne,R.RI_ICONS=zp,R.VIconStub=jv,R.formatTextToHtml=lA,R.getPaginationPages=Fm,R.isValidEmail=oA,R.mountComposable=vE,R.mountWithRouter=gE,R.registerNavigationLinkKey=Ci,R.removeDuplicates=fa,R.useFocusTrap=za,Object.defineProperty(R,Symbol.toStringTag,{value:"Module"})}));
|