const scriptRel="modulepreload",assetsURL=function(r4){return"/admin/"+r4},seen$2={},__vitePreload=function(x_,$P,zP){let z9=Promise.resolve();if($P&&$P.length>0){let tAe=function(nAe){return Promise.all(nAe.map(oAe=>Promise.resolve(oAe).then(aAe=>({status:"fulfilled",value:aAe}),aAe=>({status:"rejected",reason:aAe}))))};document.getElementsByTagName("link");const AAe=document.querySelector("meta[property=csp-nonce]"),iAe=(AAe==null?void 0:AAe.nonce)||(AAe==null?void 0:AAe.getAttribute("nonce"));z9=tAe($P.map(nAe=>{if(nAe=assetsURL(nAe),nAe in seen$2)return;seen$2[nAe]=!0;const oAe=nAe.endsWith(".css"),aAe=oAe?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${nAe}"]${aAe}`))return;const cAe=document.createElement("link");if(cAe.rel=oAe?"stylesheet":scriptRel,oAe||(cAe.as="script"),cAe.crossOrigin="",cAe.href=nAe,iAe&&cAe.setAttribute("nonce",iAe),document.head.appendChild(cAe),oAe)return new Promise((uAe,dAe)=>{cAe.addEventListener("load",uAe),cAe.addEventListener("error",()=>dAe(new Error(`Unable to preload CSS for ${nAe}`)))})}))}function eAe(tAe){const AAe=new Event("vite:preloadError",{cancelable:!0});if(AAe.payload=tAe,window.dispatchEvent(AAe),!AAe.defaultPrevented)throw tAe}return z9.then(tAe=>{for(const AAe of tAe||[])AAe.status==="rejected"&&eAe(AAe.reason);return x_().catch(eAe)})};/** * @vue/shared v3.5.33 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/function makeMap(r4){const x_=Object.create(null);for(const $P of r4.split(","))x_[$P]=1;return $P=>$P in x_}const EMPTY_OBJ$1={},EMPTY_ARR=[],NOOP=()=>{},NO$1=()=>!1,isOn=r4=>r4.charCodeAt(0)===111&&r4.charCodeAt(1)===110&&(r4.charCodeAt(2)>122||r4.charCodeAt(2)<97),isModelListener=r4=>r4.startsWith("onUpdate:"),extend$3=Object.assign,remove=(r4,x_)=>{const $P=r4.indexOf(x_);$P>-1&&r4.splice($P,1)},hasOwnProperty$i=Object.prototype.hasOwnProperty,hasOwn$1=(r4,x_)=>hasOwnProperty$i.call(r4,x_),isArray$6=Array.isArray,isMap$1=r4=>toTypeString(r4)==="[object Map]",isSet$1=r4=>toTypeString(r4)==="[object Set]",isDate$1=r4=>toTypeString(r4)==="[object Date]",isRegExp$2=r4=>toTypeString(r4)==="[object RegExp]",isFunction$4=r4=>typeof r4=="function",isString$2=r4=>typeof r4=="string",isSymbol$2=r4=>typeof r4=="symbol",isObject$9=r4=>r4!==null&&typeof r4=="object",isPromise$1=r4=>(isObject$9(r4)||isFunction$4(r4))&&isFunction$4(r4.then)&&isFunction$4(r4.catch),objectToString$1=Object.prototype.toString,toTypeString=r4=>objectToString$1.call(r4),toRawType=r4=>toTypeString(r4).slice(8,-1),isPlainObject$3=r4=>toTypeString(r4)==="[object Object]",isIntegerKey=r4=>isString$2(r4)&&r4!=="NaN"&&r4[0]!=="-"&&""+parseInt(r4,10)===r4,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),isBuiltInDirective=makeMap("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),cacheStringFunction=r4=>{const x_=Object.create(null);return $P=>x_[$P]||(x_[$P]=r4($P))},camelizeRE=/-\w/g,camelize=cacheStringFunction(r4=>r4.replace(camelizeRE,x_=>x_.slice(1).toUpperCase())),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(r4=>r4.replace(hyphenateRE,"-$1").toLowerCase()),capitalize$3=cacheStringFunction(r4=>r4.charAt(0).toUpperCase()+r4.slice(1)),toHandlerKey=cacheStringFunction(r4=>r4?`on${capitalize$3(r4)}`:""),hasChanged=(r4,x_)=>!Object.is(r4,x_),invokeArrayFns=(r4,...x_)=>{for(let $P=0;$P{Object.defineProperty(r4,x_,{configurable:!0,enumerable:!1,writable:zP,value:$P})},looseToNumber$1=r4=>{const x_=parseFloat(r4);return isNaN(x_)?r4:x_},toNumber$1=r4=>{const x_=isString$2(r4)?Number(r4):NaN;return isNaN(x_)?r4:x_};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),identRE=/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/;function genPropsAccessExp(r4){return identRE.test(r4)?`__props.${r4}`:`__props[${JSON.stringify(r4)}]`}function genCacheKey(r4,x_){return r4+JSON.stringify(x_,($P,zP)=>typeof zP=="function"?zP.toString():zP)}const PatchFlags$1={TEXT:1,1:"TEXT",CLASS:2,2:"CLASS",STYLE:4,4:"STYLE",PROPS:8,8:"PROPS",FULL_PROPS:16,16:"FULL_PROPS",NEED_HYDRATION:32,32:"NEED_HYDRATION",STABLE_FRAGMENT:64,64:"STABLE_FRAGMENT",KEYED_FRAGMENT:128,128:"KEYED_FRAGMENT",UNKEYED_FRAGMENT:256,256:"UNKEYED_FRAGMENT",NEED_PATCH:512,512:"NEED_PATCH",DYNAMIC_SLOTS:1024,1024:"DYNAMIC_SLOTS",DEV_ROOT_FRAGMENT:2048,2048:"DEV_ROOT_FRAGMENT",CACHED:-1,"-1":"CACHED",BAIL:-2,"-2":"BAIL"},PatchFlagNames={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"},ShapeFlags={ELEMENT:1,1:"ELEMENT",FUNCTIONAL_COMPONENT:2,2:"FUNCTIONAL_COMPONENT",STATEFUL_COMPONENT:4,4:"STATEFUL_COMPONENT",TEXT_CHILDREN:8,8:"TEXT_CHILDREN",ARRAY_CHILDREN:16,16:"ARRAY_CHILDREN",SLOTS_CHILDREN:32,32:"SLOTS_CHILDREN",TELEPORT:64,64:"TELEPORT",SUSPENSE:128,128:"SUSPENSE",COMPONENT_SHOULD_KEEP_ALIVE:256,256:"COMPONENT_SHOULD_KEEP_ALIVE",COMPONENT_KEPT_ALIVE:512,512:"COMPONENT_KEPT_ALIVE",COMPONENT:6,6:"COMPONENT"},SlotFlags={STABLE:1,1:"STABLE",DYNAMIC:2,2:"DYNAMIC",FORWARDED:3,3:"FORWARDED"},slotFlagsText={1:"STABLE",2:"DYNAMIC",3:"FORWARDED"},GLOBALS_ALLOWED="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",isGloballyAllowed=makeMap(GLOBALS_ALLOWED),isGloballyWhitelisted=isGloballyAllowed,range$1=2;function generateCodeFrame(r4,x_=0,$P=r4.length){if(x_=Math.max(0,Math.min(x_,r4.length)),$P=Math.max(0,Math.min($P,r4.length)),x_>$P)return"";let zP=r4.split(/(\r?\n)/);const z9=zP.filter((AAe,iAe)=>iAe%2===1);zP=zP.filter((AAe,iAe)=>iAe%2===0);let eAe=0;const tAe=[];for(let AAe=0;AAe=x_){for(let iAe=AAe-range$1;iAe<=AAe+range$1||$P>eAe;iAe++){if(iAe<0||iAe>=zP.length)continue;const nAe=iAe+1;tAe.push(`${nAe}${" ".repeat(Math.max(3-String(nAe).length,0))}| ${zP[iAe]}`);const oAe=zP[iAe].length,aAe=z9[iAe]&&z9[iAe].length||0;if(iAe===AAe){const cAe=x_-(eAe-(oAe+aAe)),uAe=Math.max(1,$P>eAe?oAe-cAe:$P-x_);tAe.push(" | "+" ".repeat(cAe)+"^".repeat(uAe))}else if(iAe>AAe){if($P>eAe){const cAe=Math.max(Math.min($P-eAe,oAe),1);tAe.push(" | "+"^".repeat(cAe))}eAe+=oAe+aAe}}break}return tAe.join(` `)}function normalizeStyle$1(r4){if(isArray$6(r4)){const x_={};for(let $P=0;$P{if($P){const zP=$P.split(propertyDelimiterRE);zP.length>1&&(x_[zP[0].trim()]=zP[1].trim())}}),x_}function stringifyStyle(r4){if(!r4)return"";if(isString$2(r4))return r4;let x_="";for(const $P in r4){const zP=r4[$P];if(isString$2(zP)||typeof zP=="number"){const z9=$P.startsWith("--")?$P:hyphenate($P);x_+=`${z9}:${zP};`}}return x_}function normalizeClass(r4){let x_="";if(isString$2(r4))x_=r4;else if(isArray$6(r4))for(let $P=0;$P/="'\u0009\u000a\u000c\u0020]/,attrValidationCache={};function isSSRSafeAttrName(r4){if(attrValidationCache.hasOwnProperty(r4))return attrValidationCache[r4];const x_=unsafeAttrCharRE.test(r4);return x_&&console.error(`unsafe attribute name: ${r4}`),attrValidationCache[r4]=!x_}const propsToAttrMap={acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},isKnownHtmlAttr=makeMap("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"),isKnownSvgAttr=makeMap("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"),isKnownMathMLAttr=makeMap("accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,altimg-valign,altimg-width,alttext,bevelled,close,columnsalign,columnlines,columnspan,denomalign,depth,dir,display,displaystyle,encoding,equalcolumns,equalrows,fence,fontstyle,fontweight,form,frame,framespacing,groupalign,height,href,id,indentalign,indentalignfirst,indentalignlast,indentshift,indentshiftfirst,indentshiftlast,indextype,justify,largetop,largeop,lquote,lspace,mathbackground,mathcolor,mathsize,mathvariant,maxsize,minlabelspacing,mode,other,overflow,position,rowalign,rowlines,rowspan,rquote,rspace,scriptlevel,scriptminsize,scriptsizemultiplier,selection,separator,separators,shift,side,src,stackalign,stretchy,subscriptshift,superscriptshift,symmetric,voffset,width,widths,xlink:href,xlink:show,xlink:type,xmlns");function isRenderableAttrValue(r4){if(r4==null)return!1;const x_=typeof r4;return x_==="string"||x_==="number"||x_==="boolean"}const escapeRE=/["'&<>]/;function escapeHtml(r4){const x_=""+r4,$P=escapeRE.exec(x_);if(!$P)return x_;let zP="",z9,eAe,tAe=0;for(eAe=$P.index;eAe||--!>|?@[\\\]^`{|}~]/g;function getEscapedCssVarName(r4,x_){return r4.replace(cssVarNameEscapeSymbolsRE,$P=>x_?$P==='"'?'\\\\\\"':`\\\\${$P}`:`\\${$P}`)}function looseCompareArrays(r4,x_){if(r4.length!==x_.length)return!1;let $P=!0;for(let zP=0;$P&&zPlooseEqual($P,x_))}const isRef$1=r4=>!!(r4&&r4.__v_isRef===!0),toDisplayString=r4=>isString$2(r4)?r4:r4==null?"":isArray$6(r4)||isObject$9(r4)&&(r4.toString===objectToString$1||!isFunction$4(r4.toString))?isRef$1(r4)?toDisplayString(r4.value):JSON.stringify(r4,replacer,2):String(r4),replacer=(r4,x_)=>isRef$1(x_)?replacer(r4,x_.value):isMap$1(x_)?{[`Map(${x_.size})`]:[...x_.entries()].reduce(($P,[zP,z9],eAe)=>($P[stringifySymbol(zP,eAe)+" =>"]=z9,$P),{})}:isSet$1(x_)?{[`Set(${x_.size})`]:[...x_.values()].map($P=>stringifySymbol($P))}:isSymbol$2(x_)?stringifySymbol(x_):isObject$9(x_)&&!isArray$6(x_)&&!isPlainObject$3(x_)?String(x_):x_,stringifySymbol=(r4,x_="")=>{var $P;return isSymbol$2(r4)?`Symbol(${($P=r4.description)!=null?$P:x_})`:r4};function normalizeCssVarValue(r4){return r4==null?"initial":typeof r4=="string"?r4===""?" ":r4:String(r4)}const shared_esmBundler=Object.freeze(Object.defineProperty({__proto__:null,EMPTY_ARR,EMPTY_OBJ:EMPTY_OBJ$1,NO:NO$1,NOOP,PatchFlagNames,PatchFlags:PatchFlags$1,ShapeFlags,SlotFlags,camelize,capitalize:capitalize$3,cssVarNameEscapeSymbolsRE,def,escapeHtml,escapeHtmlComment,extend:extend$3,genCacheKey,genPropsAccessExp,generateCodeFrame,getEscapedCssVarName,getGlobalThis,hasChanged,hasOwn:hasOwn$1,hyphenate,includeBooleanAttr,invokeArrayFns,isArray:isArray$6,isBooleanAttr,isBuiltInDirective,isDate:isDate$1,isFunction:isFunction$4,isGloballyAllowed,isGloballyWhitelisted,isHTMLTag,isIntegerKey,isKnownHtmlAttr,isKnownMathMLAttr,isKnownSvgAttr,isMap:isMap$1,isMathMLTag,isModelListener,isObject:isObject$9,isOn,isPlainObject:isPlainObject$3,isPromise:isPromise$1,isRegExp:isRegExp$2,isRenderableAttrValue,isReservedProp,isSSRSafeAttrName,isSVGTag,isSet:isSet$1,isSpecialBooleanAttr,isString:isString$2,isSymbol:isSymbol$2,isVoidTag,looseEqual,looseIndexOf,looseToNumber:looseToNumber$1,makeMap,normalizeClass,normalizeCssVarValue,normalizeProps,normalizeStyle:normalizeStyle$1,objectToString:objectToString$1,parseStringStyle,propsToAttrMap,remove,slotFlagsText,stringifyStyle,toDisplayString,toHandlerKey,toNumber:toNumber$1,toRawType,toTypeString},Symbol.toStringTag,{value:"Module"}));/** * @vue/reactivity v3.5.33 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/let activeEffectScope;class EffectScope{constructor(x_=!1){this.detached=x_,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.__v_skip=!0,this.parent=activeEffectScope,!x_&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let x_,$P;if(this.scopes)for(x_=0,$P=this.scopes.length;x_<$P;x_++)this.scopes[x_].pause();for(x_=0,$P=this.effects.length;x_<$P;x_++)this.effects[x_].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let x_,$P;if(this.scopes)for(x_=0,$P=this.scopes.length;x_<$P;x_++)this.scopes[x_].resume();for(x_=0,$P=this.effects.length;x_<$P;x_++)this.effects[x_].resume()}}run(x_){if(this._active){const $P=activeEffectScope;try{return activeEffectScope=this,x_()}finally{activeEffectScope=$P}}}on(){++this._on===1&&(this.prevScope=activeEffectScope,activeEffectScope=this)}off(){if(this._on>0&&--this._on===0){if(activeEffectScope===this)activeEffectScope=this.prevScope;else{let x_=activeEffectScope;for(;x_;){if(x_.prevScope===this){x_.prevScope=this.prevScope;break}x_=x_.prevScope}}this.prevScope=void 0}}stop(x_){if(this._active){this._active=!1;let $P,zP;for($P=0,zP=this.effects.length;$P0)return;if(batchedComputed){let x_=batchedComputed;for(batchedComputed=void 0;x_;){const $P=x_.next;x_.next=void 0,x_.flags&=-9,x_=$P}}let r4;for(;batchedSub;){let x_=batchedSub;for(batchedSub=void 0;x_;){const $P=x_.next;if(x_.next=void 0,x_.flags&=-9,x_.flags&1)try{x_.trigger()}catch(zP){r4||(r4=zP)}x_=$P}}if(r4)throw r4}function prepareDeps(r4){for(let x_=r4.deps;x_;x_=x_.nextDep)x_.version=-1,x_.prevActiveLink=x_.dep.activeLink,x_.dep.activeLink=x_}function cleanupDeps(r4){let x_,$P=r4.depsTail,zP=$P;for(;zP;){const z9=zP.prevDep;zP.version===-1?(zP===$P&&($P=z9),removeSub(zP),removeDep(zP)):x_=zP,zP.dep.activeLink=zP.prevActiveLink,zP.prevActiveLink=void 0,zP=z9}r4.deps=x_,r4.depsTail=$P}function isDirty(r4){for(let x_=r4.deps;x_;x_=x_.nextDep)if(x_.dep.version!==x_.version||x_.dep.computed&&(refreshComputed(x_.dep.computed)||x_.dep.version!==x_.version))return!0;return!!r4._dirty}function refreshComputed(r4){if(r4.flags&4&&!(r4.flags&16)||(r4.flags&=-17,r4.globalVersion===globalVersion)||(r4.globalVersion=globalVersion,!r4.isSSR&&r4.flags&128&&(!r4.deps&&!r4._dirty||!isDirty(r4))))return;r4.flags|=2;const x_=r4.dep,$P=activeSub,zP=shouldTrack;activeSub=r4,shouldTrack=!0;try{prepareDeps(r4);const z9=r4.fn(r4._value);(x_.version===0||hasChanged(z9,r4._value))&&(r4.flags|=128,r4._value=z9,x_.version++)}catch(z9){throw x_.version++,z9}finally{activeSub=$P,shouldTrack=zP,cleanupDeps(r4),r4.flags&=-3}}function removeSub(r4,x_=!1){const{dep:$P,prevSub:zP,nextSub:z9}=r4;if(zP&&(zP.nextSub=z9,r4.prevSub=void 0),z9&&(z9.prevSub=zP,r4.nextSub=void 0),$P.subs===r4&&($P.subs=zP,!zP&&$P.computed)){$P.computed.flags&=-5;for(let eAe=$P.computed.deps;eAe;eAe=eAe.nextDep)removeSub(eAe,!0)}!x_&&!--$P.sc&&$P.map&&$P.map.delete($P.key)}function removeDep(r4){const{prevDep:x_,nextDep:$P}=r4;x_&&(x_.nextDep=$P,r4.prevDep=void 0),$P&&($P.prevDep=x_,r4.nextDep=void 0)}function effect(r4,x_){r4.effect instanceof ReactiveEffect&&(r4=r4.effect.fn);const $P=new ReactiveEffect(r4);x_&&extend$3($P,x_);try{$P.run()}catch(z9){throw $P.stop(),z9}const zP=$P.run.bind($P);return zP.effect=$P,zP}function stop$1(r4){r4.effect.stop()}let shouldTrack=!0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const r4=trackStack.pop();shouldTrack=r4===void 0?!0:r4}function cleanupEffect(r4){const{cleanup:x_}=r4;if(r4.cleanup=void 0,x_){const $P=activeSub;activeSub=void 0;try{x_()}finally{activeSub=$P}}}let globalVersion=0;class Link{constructor(x_,$P){this.sub=x_,this.dep=$P,this.version=$P.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Dep{constructor(x_){this.computed=x_,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}track(x_){if(!activeSub||!shouldTrack||activeSub===this.computed)return;let $P=this.activeLink;if($P===void 0||$P.sub!==activeSub)$P=this.activeLink=new Link(activeSub,this),activeSub.deps?($P.prevDep=activeSub.depsTail,activeSub.depsTail.nextDep=$P,activeSub.depsTail=$P):activeSub.deps=activeSub.depsTail=$P,addSub($P);else if($P.version===-1&&($P.version=this.version,$P.nextDep)){const zP=$P.nextDep;zP.prevDep=$P.prevDep,$P.prevDep&&($P.prevDep.nextDep=zP),$P.prevDep=activeSub.depsTail,$P.nextDep=void 0,activeSub.depsTail.nextDep=$P,activeSub.depsTail=$P,activeSub.deps===$P&&(activeSub.deps=zP)}return $P}trigger(x_){this.version++,globalVersion++,this.notify(x_)}notify(x_){startBatch();try{for(let $P=this.subs;$P;$P=$P.prevSub)$P.sub.notify()&&$P.sub.dep.notify()}finally{endBatch()}}}function addSub(r4){if(r4.dep.sc++,r4.sub.flags&4){const x_=r4.dep.computed;if(x_&&!r4.dep.subs){x_.flags|=20;for(let zP=x_.deps;zP;zP=zP.nextDep)addSub(zP)}const $P=r4.dep.subs;$P!==r4&&(r4.prevSub=$P,$P&&($P.nextSub=r4)),r4.dep.subs=r4}}const targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol(""),ARRAY_ITERATE_KEY=Symbol("");function track(r4,x_,$P){if(shouldTrack&&activeSub){let zP=targetMap.get(r4);zP||targetMap.set(r4,zP=new Map);let z9=zP.get($P);z9||(zP.set($P,z9=new Dep),z9.map=zP,z9.key=$P),z9.track()}}function trigger$2(r4,x_,$P,zP,z9,eAe){const tAe=targetMap.get(r4);if(!tAe){globalVersion++;return}const AAe=iAe=>{iAe&&iAe.trigger()};if(startBatch(),x_==="clear")tAe.forEach(AAe);else{const iAe=isArray$6(r4),nAe=iAe&&isIntegerKey($P);if(iAe&&$P==="length"){const oAe=Number(zP);tAe.forEach((aAe,cAe)=>{(cAe==="length"||cAe===ARRAY_ITERATE_KEY||!isSymbol$2(cAe)&&cAe>=oAe)&&AAe(aAe)})}else switch(($P!==void 0||tAe.has(void 0))&&AAe(tAe.get($P)),nAe&&AAe(tAe.get(ARRAY_ITERATE_KEY)),x_){case"add":iAe?nAe&&AAe(tAe.get("length")):(AAe(tAe.get(ITERATE_KEY)),isMap$1(r4)&&AAe(tAe.get(MAP_KEY_ITERATE_KEY)));break;case"delete":iAe||(AAe(tAe.get(ITERATE_KEY)),isMap$1(r4)&&AAe(tAe.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap$1(r4)&&AAe(tAe.get(ITERATE_KEY));break}}endBatch()}function getDepFromReactive(r4,x_){const $P=targetMap.get(r4);return $P&&$P.get(x_)}function reactiveReadArray(r4){const x_=toRaw(r4);return x_===r4?x_:(track(x_,"iterate",ARRAY_ITERATE_KEY),isShallow(r4)?x_:x_.map(toReactive$1))}function shallowReadArray(r4){return track(r4=toRaw(r4),"iterate",ARRAY_ITERATE_KEY),r4}function toWrapped(r4,x_){return isReadonly(r4)?toReadonly(isReactive(r4)?toReactive$1(x_):x_):toReactive$1(x_)}const arrayInstrumentations={__proto__:null,[Symbol.iterator](){return iterator$2(this,Symbol.iterator,r4=>toWrapped(this,r4))},concat(...r4){return reactiveReadArray(this).concat(...r4.map(x_=>isArray$6(x_)?reactiveReadArray(x_):x_))},entries(){return iterator$2(this,"entries",r4=>(r4[1]=toWrapped(this,r4[1]),r4))},every(r4,x_){return apply$2(this,"every",r4,x_,void 0,arguments)},filter(r4,x_){return apply$2(this,"filter",r4,x_,$P=>$P.map(zP=>toWrapped(this,zP)),arguments)},find(r4,x_){return apply$2(this,"find",r4,x_,$P=>toWrapped(this,$P),arguments)},findIndex(r4,x_){return apply$2(this,"findIndex",r4,x_,void 0,arguments)},findLast(r4,x_){return apply$2(this,"findLast",r4,x_,$P=>toWrapped(this,$P),arguments)},findLastIndex(r4,x_){return apply$2(this,"findLastIndex",r4,x_,void 0,arguments)},forEach(r4,x_){return apply$2(this,"forEach",r4,x_,void 0,arguments)},includes(...r4){return searchProxy(this,"includes",r4)},indexOf(...r4){return searchProxy(this,"indexOf",r4)},join(r4){return reactiveReadArray(this).join(r4)},lastIndexOf(...r4){return searchProxy(this,"lastIndexOf",r4)},map(r4,x_){return apply$2(this,"map",r4,x_,void 0,arguments)},pop(){return noTracking(this,"pop")},push(...r4){return noTracking(this,"push",r4)},reduce(r4,...x_){return reduce$1(this,"reduce",r4,x_)},reduceRight(r4,...x_){return reduce$1(this,"reduceRight",r4,x_)},shift(){return noTracking(this,"shift")},some(r4,x_){return apply$2(this,"some",r4,x_,void 0,arguments)},splice(...r4){return noTracking(this,"splice",r4)},toReversed(){return reactiveReadArray(this).toReversed()},toSorted(r4){return reactiveReadArray(this).toSorted(r4)},toSpliced(...r4){return reactiveReadArray(this).toSpliced(...r4)},unshift(...r4){return noTracking(this,"unshift",r4)},values(){return iterator$2(this,"values",r4=>toWrapped(this,r4))}};function iterator$2(r4,x_,$P){const zP=shallowReadArray(r4),z9=zP[x_]();return zP!==r4&&!isShallow(r4)&&(z9._next=z9.next,z9.next=()=>{const eAe=z9._next();return eAe.done||(eAe.value=$P(eAe.value)),eAe}),z9}const arrayProto$2=Array.prototype;function apply$2(r4,x_,$P,zP,z9,eAe){const tAe=shallowReadArray(r4),AAe=tAe!==r4&&!isShallow(r4),iAe=tAe[x_];if(iAe!==arrayProto$2[x_]){const aAe=iAe.apply(r4,eAe);return AAe?toReactive$1(aAe):aAe}let nAe=$P;tAe!==r4&&(AAe?nAe=function(aAe,cAe){return $P.call(this,toWrapped(r4,aAe),cAe,r4)}:$P.length>2&&(nAe=function(aAe,cAe){return $P.call(this,aAe,cAe,r4)}));const oAe=iAe.call(tAe,nAe,zP);return AAe&&z9?z9(oAe):oAe}function reduce$1(r4,x_,$P,zP){const z9=shallowReadArray(r4),eAe=z9!==r4&&!isShallow(r4);let tAe=$P,AAe=!1;z9!==r4&&(eAe?(AAe=zP.length===0,tAe=function(nAe,oAe,aAe){return AAe&&(AAe=!1,nAe=toWrapped(r4,nAe)),$P.call(this,nAe,toWrapped(r4,oAe),aAe,r4)}):$P.length>3&&(tAe=function(nAe,oAe,aAe){return $P.call(this,nAe,oAe,aAe,r4)}));const iAe=z9[x_](tAe,...zP);return AAe?toWrapped(r4,iAe):iAe}function searchProxy(r4,x_,$P){const zP=toRaw(r4);track(zP,"iterate",ARRAY_ITERATE_KEY);const z9=zP[x_](...$P);return(z9===-1||z9===!1)&&isProxy($P[0])?($P[0]=toRaw($P[0]),zP[x_](...$P)):z9}function noTracking(r4,x_,$P=[]){pauseTracking(),startBatch();const zP=toRaw(r4)[x_].apply(r4,$P);return endBatch(),resetTracking(),zP}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(r4=>r4!=="arguments"&&r4!=="caller").map(r4=>Symbol[r4]).filter(isSymbol$2));function hasOwnProperty$h(r4){isSymbol$2(r4)||(r4=String(r4));const x_=toRaw(this);return track(x_,"has",r4),x_.hasOwnProperty(r4)}class BaseReactiveHandler{constructor(x_=!1,$P=!1){this._isReadonly=x_,this._isShallow=$P}get(x_,$P,zP){if($P==="__v_skip")return x_.__v_skip;const z9=this._isReadonly,eAe=this._isShallow;if($P==="__v_isReactive")return!z9;if($P==="__v_isReadonly")return z9;if($P==="__v_isShallow")return eAe;if($P==="__v_raw")return zP===(z9?eAe?shallowReadonlyMap:readonlyMap:eAe?shallowReactiveMap:reactiveMap).get(x_)||Object.getPrototypeOf(x_)===Object.getPrototypeOf(zP)?x_:void 0;const tAe=isArray$6(x_);if(!z9){let iAe;if(tAe&&(iAe=arrayInstrumentations[$P]))return iAe;if($P==="hasOwnProperty")return hasOwnProperty$h}const AAe=Reflect.get(x_,$P,isRef(x_)?x_:zP);if((isSymbol$2($P)?builtInSymbols.has($P):isNonTrackableKeys($P))||(z9||track(x_,"get",$P),eAe))return AAe;if(isRef(AAe)){const iAe=tAe&&isIntegerKey($P)?AAe:AAe.value;return z9&&isObject$9(iAe)?readonly(iAe):iAe}return isObject$9(AAe)?z9?readonly(AAe):reactive(AAe):AAe}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(x_=!1){super(!1,x_)}set(x_,$P,zP,z9){let eAe=x_[$P];const tAe=isArray$6(x_)&&isIntegerKey($P);if(!this._isShallow){const nAe=isReadonly(eAe);if(!isShallow(zP)&&!isReadonly(zP)&&(eAe=toRaw(eAe),zP=toRaw(zP)),!tAe&&isRef(eAe)&&!isRef(zP))return nAe||(eAe.value=zP),!0}const AAe=tAe?Number($P)r4,getProto=r4=>Reflect.getPrototypeOf(r4);function createIterableMethod(r4,x_,$P){return function(...zP){const z9=this.__v_raw,eAe=toRaw(z9),tAe=isMap$1(eAe),AAe=r4==="entries"||r4===Symbol.iterator&&tAe,iAe=r4==="keys"&&tAe,nAe=z9[r4](...zP),oAe=$P?toShallow:x_?toReadonly:toReactive$1;return!x_&&track(eAe,"iterate",iAe?MAP_KEY_ITERATE_KEY:ITERATE_KEY),extend$3(Object.create(nAe),{next(){const{value:aAe,done:cAe}=nAe.next();return cAe?{value:aAe,done:cAe}:{value:AAe?[oAe(aAe[0]),oAe(aAe[1])]:oAe(aAe),done:cAe}}})}}function createReadonlyMethod(r4){return function(...x_){return r4==="delete"?!1:r4==="clear"?void 0:this}}function createInstrumentations(r4,x_){const $P={get(z9){const eAe=this.__v_raw,tAe=toRaw(eAe),AAe=toRaw(z9);r4||(hasChanged(z9,AAe)&&track(tAe,"get",z9),track(tAe,"get",AAe));const{has:iAe}=getProto(tAe),nAe=x_?toShallow:r4?toReadonly:toReactive$1;if(iAe.call(tAe,z9))return nAe(eAe.get(z9));if(iAe.call(tAe,AAe))return nAe(eAe.get(AAe));eAe!==tAe&&eAe.get(z9)},get size(){const z9=this.__v_raw;return!r4&&track(toRaw(z9),"iterate",ITERATE_KEY),z9.size},has(z9){const eAe=this.__v_raw,tAe=toRaw(eAe),AAe=toRaw(z9);return r4||(hasChanged(z9,AAe)&&track(tAe,"has",z9),track(tAe,"has",AAe)),z9===AAe?eAe.has(z9):eAe.has(z9)||eAe.has(AAe)},forEach(z9,eAe){const tAe=this,AAe=tAe.__v_raw,iAe=toRaw(AAe),nAe=x_?toShallow:r4?toReadonly:toReactive$1;return!r4&&track(iAe,"iterate",ITERATE_KEY),AAe.forEach((oAe,aAe)=>z9.call(eAe,nAe(oAe),nAe(aAe),tAe))}};return extend$3($P,r4?{add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear")}:{add(z9){const eAe=toRaw(this),tAe=getProto(eAe),AAe=toRaw(z9),iAe=!x_&&!isShallow(z9)&&!isReadonly(z9)?AAe:z9;return tAe.has.call(eAe,iAe)||hasChanged(z9,iAe)&&tAe.has.call(eAe,z9)||hasChanged(AAe,iAe)&&tAe.has.call(eAe,AAe)||(eAe.add(iAe),trigger$2(eAe,"add",iAe,iAe)),this},set(z9,eAe){!x_&&!isShallow(eAe)&&!isReadonly(eAe)&&(eAe=toRaw(eAe));const tAe=toRaw(this),{has:AAe,get:iAe}=getProto(tAe);let nAe=AAe.call(tAe,z9);nAe||(z9=toRaw(z9),nAe=AAe.call(tAe,z9));const oAe=iAe.call(tAe,z9);return tAe.set(z9,eAe),nAe?hasChanged(eAe,oAe)&&trigger$2(tAe,"set",z9,eAe):trigger$2(tAe,"add",z9,eAe),this},delete(z9){const eAe=toRaw(this),{has:tAe,get:AAe}=getProto(eAe);let iAe=tAe.call(eAe,z9);iAe||(z9=toRaw(z9),iAe=tAe.call(eAe,z9)),AAe&&AAe.call(eAe,z9);const nAe=eAe.delete(z9);return iAe&&trigger$2(eAe,"delete",z9,void 0),nAe},clear(){const z9=toRaw(this),eAe=z9.size!==0,tAe=z9.clear();return eAe&&trigger$2(z9,"clear",void 0,void 0),tAe}}),["keys","values","entries",Symbol.iterator].forEach(z9=>{$P[z9]=createIterableMethod(z9,r4,x_)}),$P}function createInstrumentationGetter(r4,x_){const $P=createInstrumentations(r4,x_);return(zP,z9,eAe)=>z9==="__v_isReactive"?!r4:z9==="__v_isReadonly"?r4:z9==="__v_raw"?zP:Reflect.get(hasOwn$1($P,z9)&&z9 in zP?$P:zP,z9,eAe)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},shallowReadonlyCollectionHandlers={get:createInstrumentationGetter(!0,!0)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(r4){switch(r4){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(r4){return r4.__v_skip||!Object.isExtensible(r4)?0:targetTypeMap(toRawType(r4))}function reactive(r4){return isReadonly(r4)?r4:createReactiveObject(r4,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(r4){return createReactiveObject(r4,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(r4){return createReactiveObject(r4,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(r4){return createReactiveObject(r4,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(r4,x_,$P,zP,z9){if(!isObject$9(r4)||r4.__v_raw&&!(x_&&r4.__v_isReactive))return r4;const eAe=getTargetType(r4);if(eAe===0)return r4;const tAe=z9.get(r4);if(tAe)return tAe;const AAe=new Proxy(r4,eAe===2?zP:$P);return z9.set(r4,AAe),AAe}function isReactive(r4){return isReadonly(r4)?isReactive(r4.__v_raw):!!(r4&&r4.__v_isReactive)}function isReadonly(r4){return!!(r4&&r4.__v_isReadonly)}function isShallow(r4){return!!(r4&&r4.__v_isShallow)}function isProxy(r4){return r4?!!r4.__v_raw:!1}function toRaw(r4){const x_=r4&&r4.__v_raw;return x_?toRaw(x_):r4}function markRaw(r4){return!hasOwn$1(r4,"__v_skip")&&Object.isExtensible(r4)&&def(r4,"__v_skip",!0),r4}const toReactive$1=r4=>isObject$9(r4)?reactive(r4):r4,toReadonly=r4=>isObject$9(r4)?readonly(r4):r4;function isRef(r4){return r4?r4.__v_isRef===!0:!1}function ref(r4){return createRef(r4,!1)}function shallowRef(r4){return createRef(r4,!0)}function createRef(r4,x_){return isRef(r4)?r4:new RefImpl(r4,x_)}class RefImpl{constructor(x_,$P){this.dep=new Dep,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=$P?x_:toRaw(x_),this._value=$P?x_:toReactive$1(x_),this.__v_isShallow=$P}get value(){return this.dep.track(),this._value}set value(x_){const $P=this._rawValue,zP=this.__v_isShallow||isShallow(x_)||isReadonly(x_);x_=zP?x_:toRaw(x_),hasChanged(x_,$P)&&(this._rawValue=x_,this._value=zP?x_:toReactive$1(x_),this.dep.trigger())}}function triggerRef(r4){r4.dep&&r4.dep.trigger()}function unref(r4){return isRef(r4)?r4.value:r4}function toValue$1(r4){return isFunction$4(r4)?r4():unref(r4)}const shallowUnwrapHandlers={get:(r4,x_,$P)=>x_==="__v_raw"?r4:unref(Reflect.get(r4,x_,$P)),set:(r4,x_,$P,zP)=>{const z9=r4[x_];return isRef(z9)&&!isRef($P)?(z9.value=$P,!0):Reflect.set(r4,x_,$P,zP)}};function proxyRefs(r4){return isReactive(r4)?r4:new Proxy(r4,shallowUnwrapHandlers)}class CustomRefImpl{constructor(x_){this.__v_isRef=!0,this._value=void 0;const $P=this.dep=new Dep,{get:zP,set:z9}=x_($P.track.bind($P),$P.trigger.bind($P));this._get=zP,this._set=z9}get value(){return this._value=this._get()}set value(x_){this._set(x_)}}function customRef(r4){return new CustomRefImpl(r4)}function toRefs(r4){const x_=isArray$6(r4)?new Array(r4.length):{};for(const $P in r4)x_[$P]=propertyToRef(r4,$P);return x_}class ObjectRefImpl{constructor(x_,$P,zP){this._object=x_,this._defaultValue=zP,this.__v_isRef=!0,this._value=void 0,this._key=isSymbol$2($P)?$P:String($P),this._raw=toRaw(x_);let z9=!0,eAe=x_;if(!isArray$6(x_)||isSymbol$2(this._key)||!isIntegerKey(this._key))do z9=!isProxy(eAe)||isShallow(eAe);while(z9&&(eAe=eAe.__v_raw));this._shallow=z9}get value(){let x_=this._object[this._key];return this._shallow&&(x_=unref(x_)),this._value=x_===void 0?this._defaultValue:x_}set value(x_){if(this._shallow&&isRef(this._raw[this._key])){const $P=this._object[this._key];if(isRef($P)){$P.value=x_;return}}this._object[this._key]=x_}get dep(){return getDepFromReactive(this._raw,this._key)}}class GetterRefImpl{constructor(x_){this._getter=x_,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function toRef$1(r4,x_,$P){return isRef(r4)?r4:isFunction$4(r4)?new GetterRefImpl(r4):isObject$9(r4)&&arguments.length>1?propertyToRef(r4,x_,$P):ref(r4)}function propertyToRef(r4,x_,$P){return new ObjectRefImpl(r4,x_,$P)}class ComputedRefImpl{constructor(x_,$P,zP){this.fn=x_,this.setter=$P,this._value=void 0,this.dep=new Dep(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=globalVersion-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!$P,this.isSSR=zP}notify(){if(this.flags|=16,!(this.flags&8)&&activeSub!==this)return batch(this,!0),!0}get value(){const x_=this.dep.track();return refreshComputed(this),x_&&(x_.version=this.dep.version),this._value}set value(x_){this.setter&&this.setter(x_)}}function computed$1(r4,x_,$P=!1){let zP,z9;return isFunction$4(r4)?zP=r4:(zP=r4.get,z9=r4.set),new ComputedRefImpl(zP,z9,$P)}const TrackOpTypes={GET:"get",HAS:"has",ITERATE:"iterate"},TriggerOpTypes={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},INITIAL_WATCHER_VALUE={},cleanupMap=new WeakMap;let activeWatcher;function getCurrentWatcher(){return activeWatcher}function onWatcherCleanup(r4,x_=!1,$P=activeWatcher){if($P){let zP=cleanupMap.get($P);zP||cleanupMap.set($P,zP=[]),zP.push(r4)}}function watch$1(r4,x_,$P=EMPTY_OBJ$1){const{immediate:zP,deep:z9,once:eAe,scheduler:tAe,augmentJob:AAe,call:iAe}=$P,nAe=DAe=>z9?DAe:isShallow(DAe)||z9===!1||z9===0?traverse(DAe,1):traverse(DAe);let oAe,aAe,cAe,uAe,dAe=!1,EAe=!1;if(isRef(r4)?(aAe=()=>r4.value,dAe=isShallow(r4)):isReactive(r4)?(aAe=()=>nAe(r4),dAe=!0):isArray$6(r4)?(EAe=!0,dAe=r4.some(DAe=>isReactive(DAe)||isShallow(DAe)),aAe=()=>r4.map(DAe=>{if(isRef(DAe))return DAe.value;if(isReactive(DAe))return nAe(DAe);if(isFunction$4(DAe))return iAe?iAe(DAe,2):DAe()})):isFunction$4(r4)?x_?aAe=iAe?()=>iAe(r4,2):r4:aAe=()=>{if(cAe){pauseTracking();try{cAe()}finally{resetTracking()}}const DAe=activeWatcher;activeWatcher=oAe;try{return iAe?iAe(r4,3,[uAe]):r4(uAe)}finally{activeWatcher=DAe}}:aAe=NOOP,x_&&z9){const DAe=aAe,NAe=z9===!0?1/0:z9;aAe=()=>traverse(DAe(),NAe)}const gAe=getCurrentScope(),pAe=()=>{oAe.stop(),gAe&&gAe.active&&remove(gAe.effects,oAe)};if(eAe&&x_){const DAe=x_;x_=(...NAe)=>{DAe(...NAe),pAe()}}let mAe=EAe?new Array(r4.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const SAe=DAe=>{if(!(!(oAe.flags&1)||!oAe.dirty&&!DAe))if(x_){const NAe=oAe.run();if(z9||dAe||(EAe?NAe.some((TAe,bAe)=>hasChanged(TAe,mAe[bAe])):hasChanged(NAe,mAe))){cAe&&cAe();const TAe=activeWatcher;activeWatcher=oAe;try{const bAe=[NAe,mAe===INITIAL_WATCHER_VALUE?void 0:EAe&&mAe[0]===INITIAL_WATCHER_VALUE?[]:mAe,uAe];mAe=NAe,iAe?iAe(x_,3,bAe):x_(...bAe)}finally{activeWatcher=TAe}}}else oAe.run()};return AAe&&AAe(SAe),oAe=new ReactiveEffect(aAe),oAe.scheduler=tAe?()=>tAe(SAe,!1):SAe,uAe=DAe=>onWatcherCleanup(DAe,!1,oAe),cAe=oAe.onStop=()=>{const DAe=cleanupMap.get(oAe);if(DAe){if(iAe)iAe(DAe,4);else for(const NAe of DAe)NAe();cleanupMap.delete(oAe)}},x_?zP?SAe(!0):mAe=oAe.run():tAe?tAe(SAe.bind(null,!0),!0):oAe.run(),pAe.pause=oAe.pause.bind(oAe),pAe.resume=oAe.resume.bind(oAe),pAe.stop=pAe,pAe}function traverse(r4,x_=1/0,$P){if(x_<=0||!isObject$9(r4)||r4.__v_skip||($P=$P||new Map,($P.get(r4)||0)>=x_))return r4;if($P.set(r4,x_),x_--,isRef(r4))traverse(r4.value,x_,$P);else if(isArray$6(r4))for(let zP=0;zP{traverse(zP,x_,$P)});else if(isPlainObject$3(r4)){for(const zP in r4)traverse(r4[zP],x_,$P);for(const zP of Object.getOwnPropertySymbols(r4))Object.prototype.propertyIsEnumerable.call(r4,zP)&&traverse(r4[zP],x_,$P)}return r4}/** * @vue/runtime-core v3.5.33 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/const stack$1=[];function pushWarningContext(r4){stack$1.push(r4)}function popWarningContext(){stack$1.pop()}let isWarning=!1;function warn$1(r4,...x_){if(isWarning)return;isWarning=!0,pauseTracking();const $P=stack$1.length?stack$1[stack$1.length-1].component:null,zP=$P&&$P.appContext.config.warnHandler,z9=getComponentTrace();if(zP)callWithErrorHandling(zP,$P,11,[r4+x_.map(eAe=>{var tAe,AAe;return(AAe=(tAe=eAe.toString)==null?void 0:tAe.call(eAe))!=null?AAe:JSON.stringify(eAe)}).join(""),$P&&$P.proxy,z9.map(({vnode:eAe})=>`at <${formatComponentName($P,eAe.type)}>`).join(` `),z9]);else{const eAe=[`[Vue warn]: ${r4}`,...x_];z9.length&&eAe.push(` `,...formatTrace(z9)),console.warn(...eAe)}resetTracking(),isWarning=!1}function getComponentTrace(){let r4=stack$1[stack$1.length-1];if(!r4)return[];const x_=[];for(;r4;){const $P=x_[0];$P&&$P.vnode===r4?$P.recurseCount++:x_.push({vnode:r4,recurseCount:0});const zP=r4.component&&r4.component.parent;r4=zP&&zP.vnode}return x_}function formatTrace(r4){const x_=[];return r4.forEach(($P,zP)=>{x_.push(...zP===0?[]:[` `],...formatTraceEntry($P))}),x_}function formatTraceEntry({vnode:r4,recurseCount:x_}){const $P=x_>0?`... (${x_} recursive calls)`:"",zP=r4.component?r4.component.parent==null:!1,z9=` at <${formatComponentName(r4.component,r4.type,zP)}`,eAe=">"+$P;return r4.props?[z9,...formatProps(r4.props),eAe]:[z9+eAe]}function formatProps(r4){const x_=[],$P=Object.keys(r4);return $P.slice(0,3).forEach(zP=>{x_.push(...formatProp(zP,r4[zP]))}),$P.length>3&&x_.push(" ..."),x_}function formatProp(r4,x_,$P){return isString$2(x_)?(x_=JSON.stringify(x_),$P?x_:[`${r4}=${x_}`]):typeof x_=="number"||typeof x_=="boolean"||x_==null?$P?x_:[`${r4}=${x_}`]:isRef(x_)?(x_=formatProp(r4,toRaw(x_.value),!0),$P?x_:[`${r4}=Ref<`,x_,">"]):isFunction$4(x_)?[`${r4}=fn${x_.name?`<${x_.name}>`:""}`]:(x_=toRaw(x_),$P?x_:[`${r4}=`,x_])}function assertNumber(r4,x_){}const ErrorCodes$1={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"},ErrorTypeStrings$1={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 callWithErrorHandling(r4,x_,$P,zP){try{return zP?r4(...zP):r4()}catch(z9){handleError(z9,x_,$P)}}function callWithAsyncErrorHandling(r4,x_,$P,zP){if(isFunction$4(r4)){const z9=callWithErrorHandling(r4,x_,$P,zP);return z9&&isPromise$1(z9)&&z9.catch(eAe=>{handleError(eAe,x_,$P)}),z9}if(isArray$6(r4)){const z9=[];for(let eAe=0;eAe>>1,z9=queue$1[zP],eAe=getId$1(z9);eAe=getId$1($P)?queue$1.push(r4):queue$1.splice(findInsertionIndex$1(x_),0,r4),r4.flags|=1,queueFlush()}}function queueFlush(){currentFlushPromise||(currentFlushPromise=resolvedPromise.then(flushJobs))}function queuePostFlushCb(r4){isArray$6(r4)?pendingPostFlushCbs.push(...r4):activePostFlushCbs&&r4.id===-1?activePostFlushCbs.splice(postFlushIndex+1,0,r4):r4.flags&1||(pendingPostFlushCbs.push(r4),r4.flags|=1),queueFlush()}function flushPreFlushCbs(r4,x_,$P=flushIndex+1){for(;$PgetId$1($P)-getId$1(zP));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...x_);return}for(activePostFlushCbs=x_,postFlushIndex=0;postFlushIndexr4.id==null?r4.flags&2?-1:1/0:r4.id;function flushJobs(r4){try{for(flushIndex=0;flushIndexdevtools$1.emit(z9,...eAe)),buffer=[]):typeof window<"u"&&window.HTMLElement&&!((zP=($P=window.navigator)==null?void 0:$P.userAgent)!=null&&zP.includes("jsdom"))?((x_.__VUE_DEVTOOLS_HOOK_REPLAY__=x_.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(eAe=>{setDevtoolsHook$1(eAe,x_)}),setTimeout(()=>{devtools$1||(x_.__VUE_DEVTOOLS_HOOK_REPLAY__=null,buffer=[])},3e3)):buffer=[]}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(r4){const x_=currentRenderingInstance;return currentRenderingInstance=r4,currentScopeId=r4&&r4.type.__scopeId||null,x_}function pushScopeId(r4){currentScopeId=r4}function popScopeId(){currentScopeId=null}const withScopeId=r4=>withCtx;function withCtx(r4,x_=currentRenderingInstance,$P){if(!x_||r4._n)return r4;const zP=(...z9)=>{zP._d&&setBlockTracking(-1);const eAe=setCurrentRenderingInstance(x_);let tAe;try{tAe=r4(...z9)}finally{setCurrentRenderingInstance(eAe),zP._d&&setBlockTracking(1)}return tAe};return zP._n=!0,zP._c=!0,zP._d=!0,zP}function withDirectives(r4,x_){if(currentRenderingInstance===null)return r4;const $P=getComponentPublicInstance(currentRenderingInstance),zP=r4.dirs||(r4.dirs=[]);for(let z9=0;z91)return $P&&isFunction$4(x_)?x_.call(zP&&zP.proxy):x_}}function hasInjectionContext(){return!!(getCurrentInstance()||currentApp)}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>inject(ssrContextKey);function watchEffect(r4,x_){return doWatch(r4,null,x_)}function watchPostEffect(r4,x_){return doWatch(r4,null,{flush:"post"})}function watchSyncEffect(r4,x_){return doWatch(r4,null,{flush:"sync"})}function watch(r4,x_,$P){return doWatch(r4,x_,$P)}function doWatch(r4,x_,$P=EMPTY_OBJ$1){const{immediate:zP,deep:z9,flush:eAe,once:tAe}=$P,AAe=extend$3({},$P),iAe=x_&&zP||!x_&&eAe!=="post";let nAe;if(isInSSRComponentSetup){if(eAe==="sync"){const uAe=useSSRContext();nAe=uAe.__watcherHandles||(uAe.__watcherHandles=[])}else if(!iAe){const uAe=()=>{};return uAe.stop=NOOP,uAe.resume=NOOP,uAe.pause=NOOP,uAe}}const oAe=currentInstance;AAe.call=(uAe,dAe,EAe)=>callWithAsyncErrorHandling(uAe,oAe,dAe,EAe);let aAe=!1;eAe==="post"?AAe.scheduler=uAe=>{queuePostRenderEffect(uAe,oAe&&oAe.suspense)}:eAe!=="sync"&&(aAe=!0,AAe.scheduler=(uAe,dAe)=>{dAe?uAe():queueJob(uAe)}),AAe.augmentJob=uAe=>{x_&&(uAe.flags|=4),aAe&&(uAe.flags|=2,oAe&&(uAe.id=oAe.uid,uAe.i=oAe))};const cAe=watch$1(r4,x_,AAe);return isInSSRComponentSetup&&(nAe?nAe.push(cAe):iAe&&cAe()),cAe}function instanceWatch(r4,x_,$P){const zP=this.proxy,z9=isString$2(r4)?r4.includes(".")?createPathGetter(zP,r4):()=>zP[r4]:r4.bind(zP,zP);let eAe;isFunction$4(x_)?eAe=x_:(eAe=x_.handler,$P=x_);const tAe=setCurrentInstance(this),AAe=doWatch(z9,eAe.bind(zP),$P);return tAe(),AAe}function createPathGetter(r4,x_){const $P=x_.split(".");return()=>{let zP=r4;for(let z9=0;z9<$P.length&&zP;z9++)zP=zP[$P[z9]];return zP}}const pendingMounts=new WeakMap,TeleportEndKey=Symbol("_vte"),isTeleport=r4=>r4.__isTeleport,isTeleportDisabled=r4=>r4&&(r4.disabled||r4.disabled===""),isTeleportDeferred=r4=>r4&&(r4.defer||r4.defer===""),isTargetSVG=r4=>typeof SVGElement<"u"&&r4 instanceof SVGElement,isTargetMathML=r4=>typeof MathMLElement=="function"&&r4 instanceof MathMLElement,resolveTarget=(r4,x_)=>{const $P=r4&&r4.to;return isString$2($P)?x_?x_($P):null:$P},TeleportImpl={name:"Teleport",__isTeleport:!0,process(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){const{mc:oAe,pc:aAe,pbc:cAe,o:{insert:uAe,querySelector:dAe,createText:EAe,createComment:gAe,parentNode:pAe}}=nAe,mAe=isTeleportDisabled(x_.props);let{dynamicChildren:SAe}=x_;const DAe=(bAe,GAe,LAe)=>{bAe.shapeFlag&16&&oAe(bAe.children,GAe,LAe,z9,eAe,tAe,AAe,iAe)},NAe=(bAe=x_)=>{const GAe=isTeleportDisabled(bAe.props),LAe=bAe.target=resolveTarget(bAe.props,dAe),wAe=prepareAnchor(LAe,bAe,EAe,uAe);LAe&&(tAe!=="svg"&&isTargetSVG(LAe)?tAe="svg":tAe!=="mathml"&&isTargetMathML(LAe)&&(tAe="mathml"),z9&&z9.isCE&&(z9.ce._teleportTargets||(z9.ce._teleportTargets=new Set)).add(LAe),GAe||(DAe(bAe,LAe,wAe),updateCssVars(bAe,!1)))},TAe=bAe=>{const GAe=()=>{if(pendingMounts.get(bAe)===GAe){if(pendingMounts.delete(bAe),isTeleportDisabled(bAe.props)){const LAe=pAe(bAe.el)||$P;DAe(bAe,LAe,bAe.anchor),updateCssVars(bAe,!0)}NAe(bAe)}};pendingMounts.set(bAe,GAe),queuePostRenderEffect(GAe,eAe)};if(r4==null){const bAe=x_.el=EAe(""),GAe=x_.anchor=EAe("");if(uAe(bAe,$P,zP),uAe(GAe,$P,zP),isTeleportDeferred(x_.props)||eAe&&eAe.pendingBranch){TAe(x_);return}mAe&&(DAe(x_,$P,GAe),updateCssVars(x_,!0)),NAe()}else{x_.el=r4.el;const bAe=x_.anchor=r4.anchor,GAe=pendingMounts.get(r4);if(GAe){GAe.flags|=8,pendingMounts.delete(r4),TAe(x_);return}x_.targetStart=r4.targetStart;const LAe=x_.target=r4.target,wAe=x_.targetAnchor=r4.targetAnchor,OAe=isTeleportDisabled(r4.props),PAe=OAe?$P:LAe,HAe=OAe?bAe:wAe;if(tAe==="svg"||isTargetSVG(LAe)?tAe="svg":(tAe==="mathml"||isTargetMathML(LAe))&&(tAe="mathml"),SAe?(cAe(r4.dynamicChildren,SAe,PAe,z9,eAe,tAe,AAe),traverseStaticChildren(r4,x_,!0)):iAe||aAe(r4,x_,PAe,HAe,z9,eAe,tAe,AAe,!1),mAe)OAe?x_.props&&r4.props&&x_.props.to!==r4.props.to&&(x_.props.to=r4.props.to):moveTeleport(x_,$P,bAe,nAe,1);else if((x_.props&&x_.props.to)!==(r4.props&&r4.props.to)){const zAe=x_.target=resolveTarget(x_.props,dAe);zAe&&moveTeleport(x_,zAe,null,nAe,0)}else OAe&&moveTeleport(x_,LAe,wAe,nAe,1);updateCssVars(x_,mAe)}},remove(r4,x_,$P,{um:zP,o:{remove:z9}},eAe){const{shapeFlag:tAe,children:AAe,anchor:iAe,targetStart:nAe,targetAnchor:oAe,target:aAe,props:cAe}=r4;let uAe=eAe||!isTeleportDisabled(cAe);const dAe=pendingMounts.get(r4);if(dAe&&(dAe.flags|=8,pendingMounts.delete(r4),uAe=!1),aAe&&(z9(nAe),z9(oAe)),eAe&&z9(iAe),tAe&16)for(let EAe=0;EAe{r4.isMounted=!0}),onBeforeUnmount(()=>{r4.isUnmounting=!0}),r4}const TransitionHookValidator=[Function,Array],BaseTransitionPropsValidators={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:TransitionHookValidator,onEnter:TransitionHookValidator,onAfterEnter:TransitionHookValidator,onEnterCancelled:TransitionHookValidator,onBeforeLeave:TransitionHookValidator,onLeave:TransitionHookValidator,onAfterLeave:TransitionHookValidator,onLeaveCancelled:TransitionHookValidator,onBeforeAppear:TransitionHookValidator,onAppear:TransitionHookValidator,onAfterAppear:TransitionHookValidator,onAppearCancelled:TransitionHookValidator},recursiveGetSubtree=r4=>{const x_=r4.subTree;return x_.component?recursiveGetSubtree(x_.component):x_},BaseTransitionImpl={name:"BaseTransition",props:BaseTransitionPropsValidators,setup(r4,{slots:x_}){const $P=getCurrentInstance(),zP=useTransitionState();return()=>{const z9=x_.default&&getTransitionRawChildren(x_.default(),!0),eAe=z9&&z9.length?findNonCommentChild(z9):$P.subTree?createCommentVNode():void 0;if(!eAe)return;const tAe=toRaw(r4),{mode:AAe}=tAe;if(zP.isLeaving)return emptyPlaceholder(eAe);const iAe=getInnerChild$1(eAe);if(!iAe)return emptyPlaceholder(eAe);let nAe=resolveTransitionHooks(iAe,tAe,zP,$P,aAe=>nAe=aAe);iAe.type!==Comment&&setTransitionHooks(iAe,nAe);let oAe=$P.subTree&&getInnerChild$1($P.subTree);if(oAe&&oAe.type!==Comment&&!isSameVNodeType(oAe,iAe)&&recursiveGetSubtree($P).type!==Comment){let aAe=resolveTransitionHooks(oAe,tAe,zP,$P);if(setTransitionHooks(oAe,aAe),AAe==="out-in"&&iAe.type!==Comment)return zP.isLeaving=!0,aAe.afterLeave=()=>{zP.isLeaving=!1,$P.job.flags&8||$P.update(),delete aAe.afterLeave,oAe=void 0},emptyPlaceholder(eAe);AAe==="in-out"&&iAe.type!==Comment?aAe.delayLeave=(cAe,uAe,dAe)=>{const EAe=getLeavingNodesForType(zP,oAe);EAe[String(oAe.key)]=oAe,cAe[leaveCbKey]=()=>{uAe(),cAe[leaveCbKey]=void 0,delete nAe.delayedLeave,oAe=void 0},nAe.delayedLeave=()=>{dAe(),delete nAe.delayedLeave,oAe=void 0}}:oAe=void 0}else oAe&&(oAe=void 0);return eAe}}};function findNonCommentChild(r4){let x_=r4[0];if(r4.length>1){for(const $P of r4)if($P.type!==Comment){x_=$P;break}}return x_}const BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(r4,x_){const{leavingVNodes:$P}=r4;let zP=$P.get(x_.type);return zP||(zP=Object.create(null),$P.set(x_.type,zP)),zP}function resolveTransitionHooks(r4,x_,$P,zP,z9){const{appear:eAe,mode:tAe,persisted:AAe=!1,onBeforeEnter:iAe,onEnter:nAe,onAfterEnter:oAe,onEnterCancelled:aAe,onBeforeLeave:cAe,onLeave:uAe,onAfterLeave:dAe,onLeaveCancelled:EAe,onBeforeAppear:gAe,onAppear:pAe,onAfterAppear:mAe,onAppearCancelled:SAe}=x_,DAe=String(r4.key),NAe=getLeavingNodesForType($P,r4),TAe=(LAe,wAe)=>{LAe&&callWithAsyncErrorHandling(LAe,zP,9,wAe)},bAe=(LAe,wAe)=>{const OAe=wAe[1];TAe(LAe,wAe),isArray$6(LAe)?LAe.every(PAe=>PAe.length<=1)&&OAe():LAe.length<=1&&OAe()},GAe={mode:tAe,persisted:AAe,beforeEnter(LAe){let wAe=iAe;if(!$P.isMounted)if(eAe)wAe=gAe||iAe;else return;LAe[leaveCbKey]&&LAe[leaveCbKey](!0);const OAe=NAe[DAe];OAe&&isSameVNodeType(r4,OAe)&&OAe.el[leaveCbKey]&&OAe.el[leaveCbKey](),TAe(wAe,[LAe])},enter(LAe){if(NAe[DAe]===r4)return;let wAe=nAe,OAe=oAe,PAe=aAe;if(!$P.isMounted)if(eAe)wAe=pAe||nAe,OAe=mAe||oAe,PAe=SAe||aAe;else return;let HAe=!1;LAe[enterCbKey$1]=eIe=>{HAe||(HAe=!0,eIe?TAe(PAe,[LAe]):TAe(OAe,[LAe]),GAe.delayedLeave&&GAe.delayedLeave(),LAe[enterCbKey$1]=void 0)};const zAe=LAe[enterCbKey$1].bind(null,!1);wAe?bAe(wAe,[LAe,zAe]):zAe()},leave(LAe,wAe){const OAe=String(r4.key);if(LAe[enterCbKey$1]&&LAe[enterCbKey$1](!0),$P.isUnmounting)return wAe();TAe(cAe,[LAe]);let PAe=!1;LAe[leaveCbKey]=zAe=>{PAe||(PAe=!0,wAe(),zAe?TAe(EAe,[LAe]):TAe(dAe,[LAe]),LAe[leaveCbKey]=void 0,NAe[OAe]===r4&&delete NAe[OAe])};const HAe=LAe[leaveCbKey].bind(null,!1);NAe[OAe]=r4,uAe?bAe(uAe,[LAe,HAe]):HAe()},clone(LAe){const wAe=resolveTransitionHooks(LAe,x_,$P,zP,z9);return z9&&z9(wAe),wAe}};return GAe}function emptyPlaceholder(r4){if(isKeepAlive(r4))return r4=cloneVNode(r4),r4.children=null,r4}function getInnerChild$1(r4){if(!isKeepAlive(r4))return isTeleport(r4.type)&&r4.children?findNonCommentChild(r4.children):r4;if(r4.component)return r4.component.subTree;const{shapeFlag:x_,children:$P}=r4;if($P){if(x_&16)return $P[0];if(x_&32&&isFunction$4($P.default))return $P.default()}}function setTransitionHooks(r4,x_){r4.shapeFlag&6&&r4.component?(r4.transition=x_,setTransitionHooks(r4.component.subTree,x_)):r4.shapeFlag&128?(r4.ssContent.transition=x_.clone(r4.ssContent),r4.ssFallback.transition=x_.clone(r4.ssFallback)):r4.transition=x_}function getTransitionRawChildren(r4,x_=!1,$P){let zP=[],z9=0;for(let eAe=0;eAe1)for(let eAe=0;eAe$P.value,set:eAe=>$P.value=eAe})}return $P}function isTemplateRefKey(r4,x_){let $P;return!!(($P=Object.getOwnPropertyDescriptor(r4,x_))&&!$P.configurable)}const pendingSetRefMap=new WeakMap;function setRef(r4,x_,$P,zP,z9=!1){if(isArray$6(r4)){r4.forEach((EAe,gAe)=>setRef(EAe,x_&&(isArray$6(x_)?x_[gAe]:x_),$P,zP,z9));return}if(isAsyncWrapper(zP)&&!z9){zP.shapeFlag&512&&zP.type.__asyncResolved&&zP.component.subTree.component&&setRef(r4,x_,$P,zP.component.subTree);return}const eAe=zP.shapeFlag&4?getComponentPublicInstance(zP.component):zP.el,tAe=z9?null:eAe,{i:AAe,r:iAe}=r4,nAe=x_&&x_.r,oAe=AAe.refs===EMPTY_OBJ$1?AAe.refs={}:AAe.refs,aAe=AAe.setupState,cAe=toRaw(aAe),uAe=aAe===EMPTY_OBJ$1?NO$1:EAe=>isTemplateRefKey(oAe,EAe)?!1:hasOwn$1(cAe,EAe),dAe=(EAe,gAe)=>!(gAe&&isTemplateRefKey(oAe,gAe));if(nAe!=null&&nAe!==iAe){if(invalidatePendingSetRef(x_),isString$2(nAe))oAe[nAe]=null,uAe(nAe)&&(aAe[nAe]=null);else if(isRef(nAe)){const EAe=x_;dAe(nAe,EAe.k)&&(nAe.value=null),EAe.k&&(oAe[EAe.k]=null)}}if(isFunction$4(iAe))callWithErrorHandling(iAe,AAe,12,[tAe,oAe]);else{const EAe=isString$2(iAe),gAe=isRef(iAe);if(EAe||gAe){const pAe=()=>{if(r4.f){const mAe=EAe?uAe(iAe)?aAe[iAe]:oAe[iAe]:dAe()||!r4.k?iAe.value:oAe[r4.k];if(z9)isArray$6(mAe)&&remove(mAe,eAe);else if(isArray$6(mAe))mAe.includes(eAe)||mAe.push(eAe);else if(EAe)oAe[iAe]=[eAe],uAe(iAe)&&(aAe[iAe]=oAe[iAe]);else{const SAe=[eAe];dAe(iAe,r4.k)&&(iAe.value=SAe),r4.k&&(oAe[r4.k]=SAe)}}else EAe?(oAe[iAe]=tAe,uAe(iAe)&&(aAe[iAe]=tAe)):gAe&&(dAe(iAe,r4.k)&&(iAe.value=tAe),r4.k&&(oAe[r4.k]=tAe))};if(tAe){const mAe=()=>{pAe(),pendingSetRefMap.delete(r4)};mAe.id=-1,pendingSetRefMap.set(r4,mAe),queuePostRenderEffect(mAe,$P)}else invalidatePendingSetRef(r4),pAe()}}}function invalidatePendingSetRef(r4){const x_=pendingSetRefMap.get(r4);x_&&(x_.flags|=8,pendingSetRefMap.delete(r4))}let hasLoggedMismatchError=!1;const logMismatchError=()=>{hasLoggedMismatchError||(console.error("Hydration completed but contains mismatches."),hasLoggedMismatchError=!0)},isSVGContainer=r4=>r4.namespaceURI.includes("svg")&&r4.tagName!=="foreignObject",isMathMLContainer=r4=>r4.namespaceURI.includes("MathML"),getContainerType=r4=>{if(r4.nodeType===1){if(isSVGContainer(r4))return"svg";if(isMathMLContainer(r4))return"mathml"}},isComment$1=r4=>r4.nodeType===8;function createHydrationFunctions(r4){const{mt:x_,p:$P,o:{patchProp:zP,createText:z9,nextSibling:eAe,parentNode:tAe,remove:AAe,insert:iAe,createComment:nAe}}=r4,oAe=(SAe,DAe)=>{if(!DAe.hasChildNodes()){$P(null,SAe,DAe),flushPostFlushCbs(),DAe._vnode=SAe;return}aAe(DAe.firstChild,SAe,null,null,null),flushPostFlushCbs(),DAe._vnode=SAe},aAe=(SAe,DAe,NAe,TAe,bAe,GAe=!1)=>{GAe=GAe||!!DAe.dynamicChildren;const LAe=isComment$1(SAe)&&SAe.data==="[",wAe=()=>EAe(SAe,DAe,NAe,TAe,bAe,LAe),{type:OAe,ref:PAe,shapeFlag:HAe,patchFlag:zAe}=DAe;let eIe=SAe.nodeType;DAe.el=SAe,zAe===-2&&(GAe=!1,DAe.dynamicChildren=null);let iIe=null;switch(OAe){case Text:eIe!==3?DAe.children===""?(iAe(DAe.el=z9(""),tAe(SAe),SAe),iIe=SAe):iIe=wAe():(SAe.data!==DAe.children&&(logMismatchError(),SAe.data=DAe.children),iIe=eAe(SAe));break;case Comment:mAe(SAe)?(iIe=eAe(SAe),pAe(DAe.el=SAe.content.firstChild,SAe,NAe)):eIe!==8||LAe?iIe=wAe():iIe=eAe(SAe);break;case Static:if(LAe&&(SAe=eAe(SAe),eIe=SAe.nodeType),eIe===1||eIe===3){iIe=SAe;const rIe=!DAe.children.length;for(let AIe=0;AIe{GAe=GAe||!!DAe.dynamicChildren;const{type:LAe,props:wAe,patchFlag:OAe,shapeFlag:PAe,dirs:HAe,transition:zAe}=DAe,eIe=LAe==="input"||LAe==="option";if(eIe||OAe!==-1){HAe&&invokeDirectiveHook(DAe,null,NAe,"created");let iIe=!1;if(mAe(SAe)){iIe=needTransition(null,zAe)&&NAe&&NAe.vnode.props&&NAe.vnode.props.appear;const AIe=SAe.content.firstChild;if(iIe){const XAe=AIe.getAttribute("class");XAe&&(AIe.$cls=XAe),zAe.beforeEnter(AIe)}pAe(AIe,SAe,NAe),DAe.el=SAe=AIe}if(PAe&16&&!(wAe&&(wAe.innerHTML||wAe.textContent))){let AIe=uAe(SAe.firstChild,DAe,SAe,NAe,TAe,bAe,GAe);for(;AIe;){isMismatchAllowed(SAe,1)||logMismatchError();const XAe=AIe;AIe=AIe.nextSibling,AAe(XAe)}}else if(PAe&8){let AIe=DAe.children;AIe[0]===` `&&(SAe.tagName==="PRE"||SAe.tagName==="TEXTAREA")&&(AIe=AIe.slice(1));const{textContent:XAe}=SAe;XAe!==AIe&&XAe!==AIe.replace(/\r\n|\r/g,` `)&&(isMismatchAllowed(SAe,0)||logMismatchError(),SAe.textContent=DAe.children)}if(wAe){if(eIe||!GAe||OAe&48){const AIe=SAe.tagName.includes("-");for(const XAe in wAe)(eIe&&(XAe.endsWith("value")||XAe==="indeterminate")||isOn(XAe)&&!isReservedProp(XAe)||XAe[0]==="."||AIe&&!isReservedProp(XAe))&&zP(SAe,XAe,null,wAe[XAe],void 0,NAe)}else if(wAe.onClick)zP(SAe,"onClick",null,wAe.onClick,void 0,NAe);else if(OAe&4&&isReactive(wAe.style))for(const AIe in wAe.style)wAe.style[AIe]}let rIe;(rIe=wAe&&wAe.onVnodeBeforeMount)&&invokeVNodeHook(rIe,NAe,DAe),HAe&&invokeDirectiveHook(DAe,null,NAe,"beforeMount"),((rIe=wAe&&wAe.onVnodeMounted)||HAe||iIe)&&queueEffectWithSuspense(()=>{rIe&&invokeVNodeHook(rIe,NAe,DAe),iIe&&zAe.enter(SAe),HAe&&invokeDirectiveHook(DAe,null,NAe,"mounted")},TAe)}return SAe.nextSibling},uAe=(SAe,DAe,NAe,TAe,bAe,GAe,LAe)=>{LAe=LAe||!!DAe.dynamicChildren;const wAe=DAe.children,OAe=wAe.length;for(let PAe=0;PAe{const{slotScopeIds:LAe}=DAe;LAe&&(bAe=bAe?bAe.concat(LAe):LAe);const wAe=tAe(SAe),OAe=uAe(eAe(SAe),DAe,wAe,NAe,TAe,bAe,GAe);return OAe&&isComment$1(OAe)&&OAe.data==="]"?eAe(DAe.anchor=OAe):(logMismatchError(),iAe(DAe.anchor=nAe("]"),wAe,OAe),OAe)},EAe=(SAe,DAe,NAe,TAe,bAe,GAe)=>{if(isMismatchAllowed(SAe.parentElement,1)||logMismatchError(),DAe.el=null,GAe){const OAe=gAe(SAe);for(;;){const PAe=eAe(SAe);if(PAe&&PAe!==OAe)AAe(PAe);else break}}const LAe=eAe(SAe),wAe=tAe(SAe);return AAe(SAe),$P(null,DAe,wAe,LAe,NAe,TAe,getContainerType(wAe),bAe),NAe&&(NAe.vnode.el=DAe.el,updateHOCHostEl(NAe,DAe.el)),LAe},gAe=(SAe,DAe="[",NAe="]")=>{let TAe=0;for(;SAe;)if(SAe=eAe(SAe),SAe&&isComment$1(SAe)&&(SAe.data===DAe&&TAe++,SAe.data===NAe)){if(TAe===0)return eAe(SAe);TAe--}return SAe},pAe=(SAe,DAe,NAe)=>{const TAe=DAe.parentNode;TAe&&TAe.replaceChild(SAe,DAe);let bAe=NAe;for(;bAe;)bAe.vnode.el===DAe&&(bAe.vnode.el=bAe.subTree.el=SAe),bAe=bAe.parent},mAe=SAe=>SAe.nodeType===1&&SAe.tagName==="TEMPLATE";return[oAe,aAe]}const allowMismatchAttr="data-allow-mismatch",MismatchTypeString={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function isMismatchAllowed(r4,x_){if(x_===0||x_===1)for(;r4&&!r4.hasAttribute(allowMismatchAttr);)r4=r4.parentElement;const $P=r4&&r4.getAttribute(allowMismatchAttr);if($P==null)return!1;if($P==="")return!0;{const zP=$P.split(",");return x_===0&&zP.includes("children")?!0:zP.includes(MismatchTypeString[x_])}}const requestIdleCallback=getGlobalThis().requestIdleCallback||(r4=>setTimeout(r4,1)),cancelIdleCallback=getGlobalThis().cancelIdleCallback||(r4=>clearTimeout(r4)),hydrateOnIdle=(r4=1e4)=>x_=>{const $P=requestIdleCallback(x_,{timeout:r4});return()=>cancelIdleCallback($P)};function elementIsVisibleInViewport(r4){const{top:x_,left:$P,bottom:zP,right:z9}=r4.getBoundingClientRect(),{innerHeight:eAe,innerWidth:tAe}=window;return(x_>0&&x_0&&zP0&&$P0&&z9(x_,$P)=>{const zP=new IntersectionObserver(z9=>{for(const eAe of z9)if(eAe.isIntersecting){zP.disconnect(),x_();break}},r4);return $P(z9=>{if(z9 instanceof Element){if(elementIsVisibleInViewport(z9))return x_(),zP.disconnect(),!1;zP.observe(z9)}}),()=>zP.disconnect()},hydrateOnMediaQuery=r4=>x_=>{if(r4){const $P=matchMedia(r4);if($P.matches)x_();else return $P.addEventListener("change",x_,{once:!0}),()=>$P.removeEventListener("change",x_)}},hydrateOnInteraction=(r4=[])=>(x_,$P)=>{isString$2(r4)&&(r4=[r4]);let zP=!1;const z9=tAe=>{zP||(zP=!0,eAe(),x_(),tAe.target.dispatchEvent(new tAe.constructor(tAe.type,tAe)))},eAe=()=>{$P(tAe=>{for(const AAe of r4)tAe.removeEventListener(AAe,z9)})};return $P(tAe=>{for(const AAe of r4)tAe.addEventListener(AAe,z9,{once:!0})}),eAe};function forEachElement(r4,x_){if(isComment$1(r4)&&r4.data==="["){let $P=1,zP=r4.nextSibling;for(;zP;){if(zP.nodeType===1){if(x_(zP)===!1)break}else if(isComment$1(zP))if(zP.data==="]"){if(--$P===0)break}else zP.data==="["&&$P++;zP=zP.nextSibling}}else x_(r4)}const isAsyncWrapper=r4=>!!r4.type.__asyncLoader;function defineAsyncComponent(r4){isFunction$4(r4)&&(r4={loader:r4});const{loader:x_,loadingComponent:$P,errorComponent:zP,delay:z9=200,hydrate:eAe,timeout:tAe,suspensible:AAe=!0,onError:iAe}=r4;let nAe=null,oAe,aAe=0;const cAe=()=>(aAe++,nAe=null,uAe()),uAe=()=>{let dAe;return nAe||(dAe=nAe=x_().catch(EAe=>{if(EAe=EAe instanceof Error?EAe:new Error(String(EAe)),iAe)return new Promise((gAe,pAe)=>{iAe(EAe,()=>gAe(cAe()),()=>pAe(EAe),aAe+1)});throw EAe}).then(EAe=>dAe!==nAe&&nAe?nAe:(EAe&&(EAe.__esModule||EAe[Symbol.toStringTag]==="Module")&&(EAe=EAe.default),oAe=EAe,EAe)))};return defineComponent({name:"AsyncComponentWrapper",__asyncLoader:uAe,__asyncHydrate(dAe,EAe,gAe){let pAe=!1;(EAe.bu||(EAe.bu=[])).push(()=>pAe=!0);const mAe=()=>{pAe||gAe()},SAe=eAe?()=>{const DAe=eAe(mAe,NAe=>forEachElement(dAe,NAe));DAe&&(EAe.bum||(EAe.bum=[])).push(DAe)}:mAe;oAe?SAe():uAe().then(()=>!EAe.isUnmounted&&SAe())},get __asyncResolved(){return oAe},setup(){const dAe=currentInstance;if(markAsyncBoundary(dAe),oAe)return()=>createInnerComp(oAe,dAe);const EAe=SAe=>{nAe=null,handleError(SAe,dAe,13,!zP)};if(AAe&&dAe.suspense||isInSSRComponentSetup)return uAe().then(SAe=>()=>createInnerComp(SAe,dAe)).catch(SAe=>(EAe(SAe),()=>zP?createVNode$1(zP,{error:SAe}):null));const gAe=ref(!1),pAe=ref(),mAe=ref(!!z9);return z9&&setTimeout(()=>{mAe.value=!1},z9),tAe!=null&&setTimeout(()=>{if(!gAe.value&&!pAe.value){const SAe=new Error(`Async component timed out after ${tAe}ms.`);EAe(SAe),pAe.value=SAe}},tAe),uAe().then(()=>{gAe.value=!0,dAe.parent&&isKeepAlive(dAe.parent.vnode)&&dAe.parent.update()}).catch(SAe=>{EAe(SAe),pAe.value=SAe}),()=>{if(gAe.value&&oAe)return createInnerComp(oAe,dAe);if(pAe.value&&zP)return createVNode$1(zP,{error:pAe.value});if($P&&!mAe.value)return createInnerComp($P,dAe)}}})}function createInnerComp(r4,x_){const{ref:$P,props:zP,children:z9,ce:eAe}=x_.vnode,tAe=createVNode$1(r4,zP,z9);return tAe.ref=$P,tAe.ce=eAe,delete x_.vnode.ce,tAe}const isKeepAlive=r4=>r4.type.__isKeepAlive,KeepAliveImpl={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(r4,{slots:x_}){const $P=getCurrentInstance(),zP=$P.ctx;if(!zP.renderer)return()=>{const mAe=x_.default&&x_.default();return mAe&&mAe.length===1?mAe[0]:mAe};const z9=new Map,eAe=new Set;let tAe=null;const AAe=$P.suspense,{renderer:{p:iAe,m:nAe,um:oAe,o:{createElement:aAe}}}=zP,cAe=aAe("div");zP.activate=(mAe,SAe,DAe,NAe,TAe)=>{const bAe=mAe.component;nAe(mAe,SAe,DAe,0,AAe),iAe(bAe.vnode,mAe,SAe,DAe,bAe,AAe,NAe,mAe.slotScopeIds,TAe),queuePostRenderEffect(()=>{bAe.isDeactivated=!1,bAe.a&&invokeArrayFns(bAe.a);const GAe=mAe.props&&mAe.props.onVnodeMounted;GAe&&invokeVNodeHook(GAe,bAe.parent,mAe)},AAe)},zP.deactivate=mAe=>{const SAe=mAe.component;invalidateMount(SAe.m),invalidateMount(SAe.a),nAe(mAe,cAe,null,1,AAe),queuePostRenderEffect(()=>{SAe.da&&invokeArrayFns(SAe.da);const DAe=mAe.props&&mAe.props.onVnodeUnmounted;DAe&&invokeVNodeHook(DAe,SAe.parent,mAe),SAe.isDeactivated=!0},AAe)};function uAe(mAe){resetShapeFlag(mAe),oAe(mAe,$P,AAe,!0)}function dAe(mAe){z9.forEach((SAe,DAe)=>{const NAe=getComponentName(isAsyncWrapper(SAe)?SAe.type.__asyncResolved||{}:SAe.type);NAe&&!mAe(NAe)&&EAe(DAe)})}function EAe(mAe){const SAe=z9.get(mAe);SAe&&(!tAe||!isSameVNodeType(SAe,tAe))?uAe(SAe):tAe&&resetShapeFlag(tAe),z9.delete(mAe),eAe.delete(mAe)}watch(()=>[r4.include,r4.exclude],([mAe,SAe])=>{mAe&&dAe(DAe=>matches$1(mAe,DAe)),SAe&&dAe(DAe=>!matches$1(SAe,DAe))},{flush:"post",deep:!0});let gAe=null;const pAe=()=>{gAe!=null&&(isSuspense($P.subTree.type)?queuePostRenderEffect(()=>{z9.set(gAe,getInnerChild($P.subTree))},$P.subTree.suspense):z9.set(gAe,getInnerChild($P.subTree)))};return onMounted(pAe),onUpdated(pAe),onBeforeUnmount(()=>{z9.forEach(mAe=>{const{subTree:SAe,suspense:DAe}=$P,NAe=getInnerChild(SAe);if(mAe.type===NAe.type&&mAe.key===NAe.key){resetShapeFlag(NAe);const TAe=NAe.component.da;TAe&&queuePostRenderEffect(TAe,DAe);return}uAe(mAe)})}),()=>{if(gAe=null,!x_.default)return tAe=null;const mAe=x_.default(),SAe=mAe[0];if(mAe.length>1)return tAe=null,mAe;if(!isVNode(SAe)||!(SAe.shapeFlag&4)&&!(SAe.shapeFlag&128))return tAe=null,SAe;let DAe=getInnerChild(SAe);if(DAe.type===Comment)return tAe=null,DAe;const NAe=DAe.type,TAe=getComponentName(isAsyncWrapper(DAe)?DAe.type.__asyncResolved||{}:NAe),{include:bAe,exclude:GAe,max:LAe}=r4;if(bAe&&(!TAe||!matches$1(bAe,TAe))||GAe&&TAe&&matches$1(GAe,TAe))return DAe.shapeFlag&=-257,tAe=DAe,SAe;const wAe=DAe.key==null?NAe:DAe.key,OAe=z9.get(wAe);return DAe.el&&(DAe=cloneVNode(DAe),SAe.shapeFlag&128&&(SAe.ssContent=DAe)),gAe=wAe,OAe?(DAe.el=OAe.el,DAe.component=OAe.component,DAe.transition&&setTransitionHooks(DAe,DAe.transition),DAe.shapeFlag|=512,eAe.delete(wAe),eAe.add(wAe)):(eAe.add(wAe),LAe&&eAe.size>parseInt(LAe,10)&&EAe(eAe.values().next().value)),DAe.shapeFlag|=256,tAe=DAe,isSuspense(SAe.type)?SAe:DAe}}},KeepAlive=KeepAliveImpl;function matches$1(r4,x_){return isArray$6(r4)?r4.some($P=>matches$1($P,x_)):isString$2(r4)?r4.split(",").includes(x_):isRegExp$2(r4)?(r4.lastIndex=0,r4.test(x_)):!1}function onActivated(r4,x_){registerKeepAliveHook(r4,"a",x_)}function onDeactivated(r4,x_){registerKeepAliveHook(r4,"da",x_)}function registerKeepAliveHook(r4,x_,$P=currentInstance){const zP=r4.__wdc||(r4.__wdc=()=>{let z9=$P;for(;z9;){if(z9.isDeactivated)return;z9=z9.parent}return r4()});if(injectHook(x_,zP,$P),$P){let z9=$P.parent;for(;z9&&z9.parent;)isKeepAlive(z9.parent.vnode)&&injectToKeepAliveRoot(zP,x_,$P,z9),z9=z9.parent}}function injectToKeepAliveRoot(r4,x_,$P,zP){const z9=injectHook(x_,r4,zP,!0);onUnmounted(()=>{remove(zP[x_],z9)},$P)}function resetShapeFlag(r4){r4.shapeFlag&=-257,r4.shapeFlag&=-513}function getInnerChild(r4){return r4.shapeFlag&128?r4.ssContent:r4}function injectHook(r4,x_,$P=currentInstance,zP=!1){if($P){const z9=$P[r4]||($P[r4]=[]),eAe=x_.__weh||(x_.__weh=(...tAe)=>{pauseTracking();const AAe=setCurrentInstance($P),iAe=callWithAsyncErrorHandling(x_,$P,r4,tAe);return AAe(),resetTracking(),iAe});return zP?z9.unshift(eAe):z9.push(eAe),eAe}}const createHook=r4=>(x_,$P=currentInstance)=>{(!isInSSRComponentSetup||r4==="sp")&&injectHook(r4,(...zP)=>x_(...zP),$P)},onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(r4,x_=currentInstance){injectHook("ec",r4,x_)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(r4,x_){return resolveAsset(COMPONENTS,r4,!0,x_)||r4}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDynamicComponent(r4){return isString$2(r4)?resolveAsset(COMPONENTS,r4,!1)||r4:r4||NULL_DYNAMIC_COMPONENT}function resolveDirective(r4){return resolveAsset(DIRECTIVES,r4)}function resolveAsset(r4,x_,$P=!0,zP=!1){const z9=currentRenderingInstance||currentInstance;if(z9){const eAe=z9.type;if(r4===COMPONENTS){const AAe=getComponentName(eAe,!1);if(AAe&&(AAe===x_||AAe===camelize(x_)||AAe===capitalize$3(camelize(x_))))return eAe}const tAe=resolve(z9[r4]||eAe[r4],x_)||resolve(z9.appContext[r4],x_);return!tAe&&zP?eAe:tAe}}function resolve(r4,x_){return r4&&(r4[x_]||r4[camelize(x_)]||r4[capitalize$3(camelize(x_))])}function renderList(r4,x_,$P,zP){let z9;const eAe=$P&&$P[zP],tAe=isArray$6(r4);if(tAe||isString$2(r4)){const AAe=tAe&&isReactive(r4);let iAe=!1,nAe=!1;AAe&&(iAe=!isShallow(r4),nAe=isReadonly(r4),r4=shallowReadArray(r4)),z9=new Array(r4.length);for(let oAe=0,aAe=r4.length;oAex_(AAe,iAe,void 0,eAe&&eAe[iAe]));else{const AAe=Object.keys(r4);z9=new Array(AAe.length);for(let iAe=0,nAe=AAe.length;iAe{const eAe=zP.fn(...z9);return eAe&&(eAe.key=zP.key),eAe}:zP.fn)}return r4}function renderSlot(r4,x_,$P={},zP,z9){if(currentRenderingInstance.ce||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&¤tRenderingInstance.parent.ce){const nAe=Object.keys($P).length>0;return x_!=="default"&&($P.name=x_),openBlock(),createBlock(Fragment$1,null,[createVNode$1("slot",$P,zP&&zP())],nAe?-2:64)}let eAe=r4[x_];eAe&&eAe._c&&(eAe._d=!1),openBlock();const tAe=eAe&&ensureValidVNode$1(eAe($P)),AAe=$P.key||tAe&&tAe.key,iAe=createBlock(Fragment$1,{key:(AAe&&!isSymbol$2(AAe)?AAe:`_${x_}`)+(!tAe&&zP?"_fb":"")},tAe||(zP?zP():[]),tAe&&r4._===1?64:-2);return!z9&&iAe.scopeId&&(iAe.slotScopeIds=[iAe.scopeId+"-s"]),eAe&&eAe._c&&(eAe._d=!0),iAe}function ensureValidVNode$1(r4){return r4.some(x_=>isVNode(x_)?!(x_.type===Comment||x_.type===Fragment$1&&!ensureValidVNode$1(x_.children)):!0)?r4:null}function toHandlers(r4,x_){const $P={};for(const zP in r4)$P[x_&&/[A-Z]/.test(zP)?`on:${zP}`:toHandlerKey(zP)]=r4[zP];return $P}const getPublicInstance=r4=>r4?isStatefulComponent(r4)?getComponentPublicInstance(r4):getPublicInstance(r4.parent):null,publicPropertiesMap=extend$3(Object.create(null),{$:r4=>r4,$el:r4=>r4.vnode.el,$data:r4=>r4.data,$props:r4=>r4.props,$attrs:r4=>r4.attrs,$slots:r4=>r4.slots,$refs:r4=>r4.refs,$parent:r4=>getPublicInstance(r4.parent),$root:r4=>getPublicInstance(r4.root),$host:r4=>r4.ce,$emit:r4=>r4.emit,$options:r4=>resolveMergedOptions(r4),$forceUpdate:r4=>r4.f||(r4.f=()=>{queueJob(r4.update)}),$nextTick:r4=>r4.n||(r4.n=nextTick.bind(r4.proxy)),$watch:r4=>instanceWatch.bind(r4)}),hasSetupBinding=(r4,x_)=>r4!==EMPTY_OBJ$1&&!r4.__isScriptSetup&&hasOwn$1(r4,x_),PublicInstanceProxyHandlers={get({_:r4},x_){if(x_==="__v_skip")return!0;const{ctx:$P,setupState:zP,data:z9,props:eAe,accessCache:tAe,type:AAe,appContext:iAe}=r4;if(x_[0]!=="$"){const cAe=tAe[x_];if(cAe!==void 0)switch(cAe){case 1:return zP[x_];case 2:return z9[x_];case 4:return $P[x_];case 3:return eAe[x_]}else{if(hasSetupBinding(zP,x_))return tAe[x_]=1,zP[x_];if(z9!==EMPTY_OBJ$1&&hasOwn$1(z9,x_))return tAe[x_]=2,z9[x_];if(hasOwn$1(eAe,x_))return tAe[x_]=3,eAe[x_];if($P!==EMPTY_OBJ$1&&hasOwn$1($P,x_))return tAe[x_]=4,$P[x_];shouldCacheAccess&&(tAe[x_]=0)}}const nAe=publicPropertiesMap[x_];let oAe,aAe;if(nAe)return x_==="$attrs"&&track(r4.attrs,"get",""),nAe(r4);if((oAe=AAe.__cssModules)&&(oAe=oAe[x_]))return oAe;if($P!==EMPTY_OBJ$1&&hasOwn$1($P,x_))return tAe[x_]=4,$P[x_];if(aAe=iAe.config.globalProperties,hasOwn$1(aAe,x_))return aAe[x_]},set({_:r4},x_,$P){const{data:zP,setupState:z9,ctx:eAe}=r4;return hasSetupBinding(z9,x_)?(z9[x_]=$P,!0):zP!==EMPTY_OBJ$1&&hasOwn$1(zP,x_)?(zP[x_]=$P,!0):hasOwn$1(r4.props,x_)||x_[0]==="$"&&x_.slice(1)in r4?!1:(eAe[x_]=$P,!0)},has({_:{data:r4,setupState:x_,accessCache:$P,ctx:zP,appContext:z9,props:eAe,type:tAe}},AAe){let iAe;return!!($P[AAe]||r4!==EMPTY_OBJ$1&&AAe[0]!=="$"&&hasOwn$1(r4,AAe)||hasSetupBinding(x_,AAe)||hasOwn$1(eAe,AAe)||hasOwn$1(zP,AAe)||hasOwn$1(publicPropertiesMap,AAe)||hasOwn$1(z9.config.globalProperties,AAe)||(iAe=tAe.__cssModules)&&iAe[AAe])},defineProperty(r4,x_,$P){return $P.get!=null?r4._.accessCache[x_]=0:hasOwn$1($P,"value")&&this.set(r4,x_,$P.value,null),Reflect.defineProperty(r4,x_,$P)}},RuntimeCompiledPublicInstanceProxyHandlers=extend$3({},PublicInstanceProxyHandlers,{get(r4,x_){if(x_!==Symbol.unscopables)return PublicInstanceProxyHandlers.get(r4,x_,r4)},has(r4,x_){return x_[0]!=="_"&&!isGloballyAllowed(x_)}});function defineProps(){return null}function defineEmits(){return null}function defineExpose(r4){}function defineOptions(r4){}function defineSlots(){return null}function defineModel(){}function withDefaults(r4,x_){return null}function useSlots(){return getContext().slots}function useAttrs$1(){return getContext().attrs}function getContext(r4){const x_=getCurrentInstance();return x_.setupContext||(x_.setupContext=createSetupContext(x_))}function normalizePropsOrEmits(r4){return isArray$6(r4)?r4.reduce((x_,$P)=>(x_[$P]=null,x_),{}):r4}function mergeDefaults(r4,x_){const $P=normalizePropsOrEmits(r4);for(const zP in x_){if(zP.startsWith("__skip"))continue;let z9=$P[zP];z9?isArray$6(z9)||isFunction$4(z9)?z9=$P[zP]={type:z9,default:x_[zP]}:z9.default=x_[zP]:z9===null&&(z9=$P[zP]={default:x_[zP]}),z9&&x_[`__skip_${zP}`]&&(z9.skipFactory=!0)}return $P}function mergeModels(r4,x_){return!r4||!x_?r4||x_:isArray$6(r4)&&isArray$6(x_)?r4.concat(x_):extend$3({},normalizePropsOrEmits(r4),normalizePropsOrEmits(x_))}function createPropsRestProxy(r4,x_){const $P={};for(const zP in r4)x_.includes(zP)||Object.defineProperty($P,zP,{enumerable:!0,get:()=>r4[zP]});return $P}function withAsyncContext(r4){const x_=getCurrentInstance(),$P=isInSSRComponentSetup;let zP=r4();unsetCurrentInstance(),$P&&setInSSRSetupState(!1);const z9=()=>{setCurrentInstance(x_),$P&&setInSSRSetupState(!0)},eAe=()=>{getCurrentInstance()!==x_&&x_.scope.off(),unsetCurrentInstance(),$P&&setInSSRSetupState(!1)};return isPromise$1(zP)&&(zP=zP.catch(tAe=>{throw z9(),Promise.resolve().then(()=>Promise.resolve().then(eAe)),tAe})),[zP,()=>{z9(),Promise.resolve().then(eAe)}]}let shouldCacheAccess=!0;function applyOptions(r4){const x_=resolveMergedOptions(r4),$P=r4.proxy,zP=r4.ctx;shouldCacheAccess=!1,x_.beforeCreate&&callHook$1(x_.beforeCreate,r4,"bc");const{data:z9,computed:eAe,methods:tAe,watch:AAe,provide:iAe,inject:nAe,created:oAe,beforeMount:aAe,mounted:cAe,beforeUpdate:uAe,updated:dAe,activated:EAe,deactivated:gAe,beforeDestroy:pAe,beforeUnmount:mAe,destroyed:SAe,unmounted:DAe,render:NAe,renderTracked:TAe,renderTriggered:bAe,errorCaptured:GAe,serverPrefetch:LAe,expose:wAe,inheritAttrs:OAe,components:PAe,directives:HAe,filters:zAe}=x_;if(nAe&&resolveInjections(nAe,zP,null),tAe)for(const rIe in tAe){const AIe=tAe[rIe];isFunction$4(AIe)&&(zP[rIe]=AIe.bind($P))}if(z9){const rIe=z9.call($P,$P);isObject$9(rIe)&&(r4.data=reactive(rIe))}if(shouldCacheAccess=!0,eAe)for(const rIe in eAe){const AIe=eAe[rIe],XAe=isFunction$4(AIe)?AIe.bind($P,$P):isFunction$4(AIe.get)?AIe.get.bind($P,$P):NOOP,EIe=!isFunction$4(AIe)&&isFunction$4(AIe.set)?AIe.set.bind($P):NOOP,hIe=computed({get:XAe,set:EIe});Object.defineProperty(zP,rIe,{enumerable:!0,configurable:!0,get:()=>hIe.value,set:tIe=>hIe.value=tIe})}if(AAe)for(const rIe in AAe)createWatcher(AAe[rIe],zP,$P,rIe);if(iAe){const rIe=isFunction$4(iAe)?iAe.call($P):iAe;Reflect.ownKeys(rIe).forEach(AIe=>{provide(AIe,rIe[AIe])})}oAe&&callHook$1(oAe,r4,"c");function iIe(rIe,AIe){isArray$6(AIe)?AIe.forEach(XAe=>rIe(XAe.bind($P))):AIe&&rIe(AIe.bind($P))}if(iIe(onBeforeMount,aAe),iIe(onMounted,cAe),iIe(onBeforeUpdate,uAe),iIe(onUpdated,dAe),iIe(onActivated,EAe),iIe(onDeactivated,gAe),iIe(onErrorCaptured,GAe),iIe(onRenderTracked,TAe),iIe(onRenderTriggered,bAe),iIe(onBeforeUnmount,mAe),iIe(onUnmounted,DAe),iIe(onServerPrefetch,LAe),isArray$6(wAe))if(wAe.length){const rIe=r4.exposed||(r4.exposed={});wAe.forEach(AIe=>{Object.defineProperty(rIe,AIe,{get:()=>$P[AIe],set:XAe=>$P[AIe]=XAe,enumerable:!0})})}else r4.exposed||(r4.exposed={});NAe&&r4.render===NOOP&&(r4.render=NAe),OAe!=null&&(r4.inheritAttrs=OAe),PAe&&(r4.components=PAe),HAe&&(r4.directives=HAe),LAe&&markAsyncBoundary(r4)}function resolveInjections(r4,x_,$P=NOOP){isArray$6(r4)&&(r4=normalizeInject(r4));for(const zP in r4){const z9=r4[zP];let eAe;isObject$9(z9)?"default"in z9?eAe=inject(z9.from||zP,z9.default,!0):eAe=inject(z9.from||zP):eAe=inject(z9),isRef(eAe)?Object.defineProperty(x_,zP,{enumerable:!0,configurable:!0,get:()=>eAe.value,set:tAe=>eAe.value=tAe}):x_[zP]=eAe}}function callHook$1(r4,x_,$P){callWithAsyncErrorHandling(isArray$6(r4)?r4.map(zP=>zP.bind(x_.proxy)):r4.bind(x_.proxy),x_,$P)}function createWatcher(r4,x_,$P,zP){let z9=zP.includes(".")?createPathGetter($P,zP):()=>$P[zP];if(isString$2(r4)){const eAe=x_[r4];isFunction$4(eAe)&&watch(z9,eAe)}else if(isFunction$4(r4))watch(z9,r4.bind($P));else if(isObject$9(r4))if(isArray$6(r4))r4.forEach(eAe=>createWatcher(eAe,x_,$P,zP));else{const eAe=isFunction$4(r4.handler)?r4.handler.bind($P):x_[r4.handler];isFunction$4(eAe)&&watch(z9,eAe,r4)}}function resolveMergedOptions(r4){const x_=r4.type,{mixins:$P,extends:zP}=x_,{mixins:z9,optionsCache:eAe,config:{optionMergeStrategies:tAe}}=r4.appContext,AAe=eAe.get(x_);let iAe;return AAe?iAe=AAe:!z9.length&&!$P&&!zP?iAe=x_:(iAe={},z9.length&&z9.forEach(nAe=>mergeOptions$2(iAe,nAe,tAe,!0)),mergeOptions$2(iAe,x_,tAe)),isObject$9(x_)&&eAe.set(x_,iAe),iAe}function mergeOptions$2(r4,x_,$P,zP=!1){const{mixins:z9,extends:eAe}=x_;eAe&&mergeOptions$2(r4,eAe,$P,!0),z9&&z9.forEach(tAe=>mergeOptions$2(r4,tAe,$P,!0));for(const tAe in x_)if(!(zP&&tAe==="expose")){const AAe=internalOptionMergeStrats[tAe]||$P&&$P[tAe];r4[tAe]=AAe?AAe(r4[tAe],x_[tAe]):x_[tAe]}return r4}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray$1,created:mergeAsArray$1,beforeMount:mergeAsArray$1,mounted:mergeAsArray$1,beforeUpdate:mergeAsArray$1,updated:mergeAsArray$1,beforeDestroy:mergeAsArray$1,beforeUnmount:mergeAsArray$1,destroyed:mergeAsArray$1,unmounted:mergeAsArray$1,activated:mergeAsArray$1,deactivated:mergeAsArray$1,errorCaptured:mergeAsArray$1,serverPrefetch:mergeAsArray$1,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(r4,x_){return x_?r4?function(){return extend$3(isFunction$4(r4)?r4.call(this,this):r4,isFunction$4(x_)?x_.call(this,this):x_)}:x_:r4}function mergeInject(r4,x_){return mergeObjectOptions(normalizeInject(r4),normalizeInject(x_))}function normalizeInject(r4){if(isArray$6(r4)){const x_={};for(let $P=0;$P{let oAe,aAe=EMPTY_OBJ$1,cAe;return watchSyncEffect(()=>{const uAe=r4[z9];hasChanged(oAe,uAe)&&(oAe=uAe,nAe())}),{get(){return iAe(),$P.get?$P.get(oAe):oAe},set(uAe){const dAe=$P.set?$P.set(uAe):uAe;if(!hasChanged(dAe,oAe)&&!(aAe!==EMPTY_OBJ$1&&hasChanged(uAe,aAe)))return;const EAe=zP.vnode.props;EAe&&(x_ in EAe||z9 in EAe||eAe in EAe)&&(`onUpdate:${x_}`in EAe||`onUpdate:${z9}`in EAe||`onUpdate:${eAe}`in EAe)||(oAe=uAe,nAe()),zP.emit(`update:${x_}`,dAe),hasChanged(uAe,dAe)&&hasChanged(uAe,aAe)&&!hasChanged(dAe,cAe)&&nAe(),aAe=uAe,cAe=dAe}}});return AAe[Symbol.iterator]=()=>{let iAe=0;return{next(){return iAe<2?{value:iAe++?tAe||EMPTY_OBJ$1:AAe,done:!1}:{done:!0}}}},AAe}const getModelModifiers=(r4,x_)=>x_==="modelValue"||x_==="model-value"?r4.modelModifiers:r4[`${x_}Modifiers`]||r4[`${camelize(x_)}Modifiers`]||r4[`${hyphenate(x_)}Modifiers`];function emit(r4,x_,...$P){if(r4.isUnmounted)return;const zP=r4.vnode.props||EMPTY_OBJ$1;let z9=$P;const eAe=x_.startsWith("update:"),tAe=eAe&&getModelModifiers(zP,x_.slice(7));tAe&&(tAe.trim&&(z9=$P.map(oAe=>isString$2(oAe)?oAe.trim():oAe)),tAe.number&&(z9=$P.map(looseToNumber$1)));let AAe,iAe=zP[AAe=toHandlerKey(x_)]||zP[AAe=toHandlerKey(camelize(x_))];!iAe&&eAe&&(iAe=zP[AAe=toHandlerKey(hyphenate(x_))]),iAe&&callWithAsyncErrorHandling(iAe,r4,6,z9);const nAe=zP[AAe+"Once"];if(nAe){if(!r4.emitted)r4.emitted={};else if(r4.emitted[AAe])return;r4.emitted[AAe]=!0,callWithAsyncErrorHandling(nAe,r4,6,z9)}}const mixinEmitsCache=new WeakMap;function normalizeEmitsOptions(r4,x_,$P=!1){const zP=$P?mixinEmitsCache:x_.emitsCache,z9=zP.get(r4);if(z9!==void 0)return z9;const eAe=r4.emits;let tAe={},AAe=!1;if(!isFunction$4(r4)){const iAe=nAe=>{const oAe=normalizeEmitsOptions(nAe,x_,!0);oAe&&(AAe=!0,extend$3(tAe,oAe))};!$P&&x_.mixins.length&&x_.mixins.forEach(iAe),r4.extends&&iAe(r4.extends),r4.mixins&&r4.mixins.forEach(iAe)}return!eAe&&!AAe?(isObject$9(r4)&&zP.set(r4,null),null):(isArray$6(eAe)?eAe.forEach(iAe=>tAe[iAe]=null):extend$3(tAe,eAe),isObject$9(r4)&&zP.set(r4,tAe),tAe)}function isEmitListener(r4,x_){return!r4||!isOn(x_)?!1:(x_=x_.slice(2).replace(/Once$/,""),hasOwn$1(r4,x_[0].toLowerCase()+x_.slice(1))||hasOwn$1(r4,hyphenate(x_))||hasOwn$1(r4,x_))}function markAttrsAccessed(){}function renderComponentRoot(r4){const{type:x_,vnode:$P,proxy:zP,withProxy:z9,propsOptions:[eAe],slots:tAe,attrs:AAe,emit:iAe,render:nAe,renderCache:oAe,props:aAe,data:cAe,setupState:uAe,ctx:dAe,inheritAttrs:EAe}=r4,gAe=setCurrentRenderingInstance(r4);let pAe,mAe;try{if($P.shapeFlag&4){const DAe=z9||zP,NAe=DAe;pAe=normalizeVNode(nAe.call(NAe,DAe,oAe,aAe,uAe,cAe,dAe)),mAe=AAe}else{const DAe=x_;pAe=normalizeVNode(DAe.length>1?DAe(aAe,{attrs:AAe,slots:tAe,emit:iAe}):DAe(aAe,null)),mAe=x_.props?AAe:getFunctionalFallthrough(AAe)}}catch(DAe){blockStack.length=0,handleError(DAe,r4,1),pAe=createVNode$1(Comment)}let SAe=pAe;if(mAe&&EAe!==!1){const DAe=Object.keys(mAe),{shapeFlag:NAe}=SAe;DAe.length&&NAe&7&&(eAe&&DAe.some(isModelListener)&&(mAe=filterModelListeners(mAe,eAe)),SAe=cloneVNode(SAe,mAe,!1,!0))}return $P.dirs&&(SAe=cloneVNode(SAe,null,!1,!0),SAe.dirs=SAe.dirs?SAe.dirs.concat($P.dirs):$P.dirs),$P.transition&&setTransitionHooks(SAe,$P.transition),pAe=SAe,setCurrentRenderingInstance(gAe),pAe}function filterSingleRoot(r4,x_=!0){let $P;for(let zP=0;zP{let x_;for(const $P in r4)($P==="class"||$P==="style"||isOn($P))&&((x_||(x_={}))[$P]=r4[$P]);return x_},filterModelListeners=(r4,x_)=>{const $P={};for(const zP in r4)(!isModelListener(zP)||!(zP.slice(9)in x_))&&($P[zP]=r4[zP]);return $P};function shouldUpdateComponent(r4,x_,$P){const{props:zP,children:z9,component:eAe}=r4,{props:tAe,children:AAe,patchFlag:iAe}=x_,nAe=eAe.emitsOptions;if(x_.dirs||x_.transition)return!0;if($P&&iAe>=0){if(iAe&1024)return!0;if(iAe&16)return zP?hasPropsChanged(zP,tAe,nAe):!!tAe;if(iAe&8){const oAe=x_.dynamicProps;for(let aAe=0;aAeObject.create(internalObjectProto),isInternalObject=r4=>Object.getPrototypeOf(r4)===internalObjectProto;function initProps$1(r4,x_,$P,zP=!1){const z9={},eAe=createInternalObject();r4.propsDefaults=Object.create(null),setFullProps(r4,x_,z9,eAe);for(const tAe in r4.propsOptions[0])tAe in z9||(z9[tAe]=void 0);$P?r4.props=zP?z9:shallowReactive(z9):r4.type.props?r4.props=z9:r4.props=eAe,r4.attrs=eAe}function updateProps$2(r4,x_,$P,zP){const{props:z9,attrs:eAe,vnode:{patchFlag:tAe}}=r4,AAe=toRaw(z9),[iAe]=r4.propsOptions;let nAe=!1;if((zP||tAe>0)&&!(tAe&16)){if(tAe&8){const oAe=r4.vnode.dynamicProps;for(let aAe=0;aAe{iAe=!0;const[cAe,uAe]=normalizePropsOptions(aAe,x_,!0);extend$3(tAe,cAe),uAe&&AAe.push(...uAe)};!$P&&x_.mixins.length&&x_.mixins.forEach(oAe),r4.extends&&oAe(r4.extends),r4.mixins&&r4.mixins.forEach(oAe)}if(!eAe&&!iAe)return isObject$9(r4)&&zP.set(r4,EMPTY_ARR),EMPTY_ARR;if(isArray$6(eAe))for(let oAe=0;oAer4==="_"||r4==="_ctx"||r4==="$stable",normalizeSlotValue=r4=>isArray$6(r4)?r4.map(normalizeVNode):[normalizeVNode(r4)],normalizeSlot$1=(r4,x_,$P)=>{if(x_._n)return x_;const zP=withCtx((...z9)=>normalizeSlotValue(x_(...z9)),$P);return zP._c=!1,zP},normalizeObjectSlots=(r4,x_,$P)=>{const zP=r4._ctx;for(const z9 in r4){if(isInternalKey(z9))continue;const eAe=r4[z9];if(isFunction$4(eAe))x_[z9]=normalizeSlot$1(z9,eAe,zP);else if(eAe!=null){const tAe=normalizeSlotValue(eAe);x_[z9]=()=>tAe}}},normalizeVNodeSlots=(r4,x_)=>{const $P=normalizeSlotValue(x_);r4.slots.default=()=>$P},assignSlots=(r4,x_,$P)=>{for(const zP in x_)($P||!isInternalKey(zP))&&(r4[zP]=x_[zP])},initSlots=(r4,x_,$P)=>{const zP=r4.slots=createInternalObject();if(r4.vnode.shapeFlag&32){const z9=x_._;z9?(assignSlots(zP,x_,$P),$P&&def(zP,"_",z9,!0)):normalizeObjectSlots(x_,zP)}else x_&&normalizeVNodeSlots(r4,x_)},updateSlots=(r4,x_,$P)=>{const{vnode:zP,slots:z9}=r4;let eAe=!0,tAe=EMPTY_OBJ$1;if(zP.shapeFlag&32){const AAe=x_._;AAe?$P&&AAe===1?eAe=!1:assignSlots(z9,x_,$P):(eAe=!x_.$stable,normalizeObjectSlots(x_,z9)),tAe=x_}else x_&&(normalizeVNodeSlots(r4,x_),tAe={default:1});if(eAe)for(const AAe in z9)!isInternalKey(AAe)&&tAe[AAe]==null&&delete z9[AAe]},queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(r4){return baseCreateRenderer(r4)}function createHydrationRenderer(r4){return baseCreateRenderer(r4,createHydrationFunctions)}function baseCreateRenderer(r4,x_){const $P=getGlobalThis();$P.__VUE__=!0;const{insert:zP,remove:z9,patchProp:eAe,createElement:tAe,createText:AAe,createComment:iAe,setText:nAe,setElementText:oAe,parentNode:aAe,nextSibling:cAe,setScopeId:uAe=NOOP,insertStaticContent:dAe}=r4,EAe=(JIe,XIe,zIe,YIe=null,uEe=null,NEe=null,MEe=void 0,FEe=null,vEe=!!XIe.dynamicChildren)=>{if(JIe===XIe)return;JIe&&!isSameVNodeType(JIe,XIe)&&(YIe=yIe(JIe),tIe(JIe,uEe,NEe,!0),JIe=null),XIe.patchFlag===-2&&(vEe=!1,XIe.dynamicChildren=null);const{type:yEe,ref:VEe,shapeFlag:UEe}=XIe;switch(yEe){case Text:gAe(JIe,XIe,zIe,YIe);break;case Comment:pAe(JIe,XIe,zIe,YIe);break;case Static:JIe==null&&mAe(XIe,zIe,YIe,MEe);break;case Fragment$1:PAe(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe);break;default:UEe&1?NAe(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe):UEe&6?HAe(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe):(UEe&64||UEe&128)&&yEe.process(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe,PIe)}VEe!=null&&uEe?setRef(VEe,JIe&&JIe.ref,NEe,XIe||JIe,!XIe):VEe==null&&JIe&&JIe.ref!=null&&setRef(JIe.ref,null,NEe,JIe,!0)},gAe=(JIe,XIe,zIe,YIe)=>{if(JIe==null)zP(XIe.el=AAe(XIe.children),zIe,YIe);else{const uEe=XIe.el=JIe.el;XIe.children!==JIe.children&&nAe(uEe,XIe.children)}},pAe=(JIe,XIe,zIe,YIe)=>{JIe==null?zP(XIe.el=iAe(XIe.children||""),zIe,YIe):XIe.el=JIe.el},mAe=(JIe,XIe,zIe,YIe)=>{[JIe.el,JIe.anchor]=dAe(JIe.children,XIe,zIe,YIe,JIe.el,JIe.anchor)},SAe=({el:JIe,anchor:XIe},zIe,YIe)=>{let uEe;for(;JIe&&JIe!==XIe;)uEe=cAe(JIe),zP(JIe,zIe,YIe),JIe=uEe;zP(XIe,zIe,YIe)},DAe=({el:JIe,anchor:XIe})=>{let zIe;for(;JIe&&JIe!==XIe;)zIe=cAe(JIe),z9(JIe),JIe=zIe;z9(XIe)},NAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe)=>{if(XIe.type==="svg"?MEe="svg":XIe.type==="math"&&(MEe="mathml"),JIe==null)TAe(XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe);else{const yEe=JIe.el&&JIe.el._isVueCE?JIe.el:null;try{yEe&&yEe._beginPatch(),LAe(JIe,XIe,uEe,NEe,MEe,FEe,vEe)}finally{yEe&&yEe._endPatch()}}},TAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe)=>{let vEe,yEe;const{props:VEe,shapeFlag:UEe,transition:UCe,dirs:CCe}=JIe;if(vEe=JIe.el=tAe(JIe.type,NEe,VEe&&VEe.is,VEe),UEe&8?oAe(vEe,JIe.children):UEe&16&&GAe(JIe.children,vEe,null,YIe,uEe,resolveChildrenNamespace(JIe,NEe),MEe,FEe),CCe&&invokeDirectiveHook(JIe,null,YIe,"created"),bAe(vEe,JIe,JIe.scopeId,MEe,YIe),VEe){for(const VCe in VEe)VCe!=="value"&&!isReservedProp(VCe)&&eAe(vEe,VCe,null,VEe[VCe],NEe,YIe);"value"in VEe&&eAe(vEe,"value",null,VEe.value,NEe),(yEe=VEe.onVnodeBeforeMount)&&invokeVNodeHook(yEe,YIe,JIe)}CCe&&invokeDirectiveHook(JIe,null,YIe,"beforeMount");const fCe=needTransition(uEe,UCe);fCe&&UCe.beforeEnter(vEe),zP(vEe,XIe,zIe),((yEe=VEe&&VEe.onVnodeMounted)||fCe||CCe)&&queuePostRenderEffect(()=>{try{yEe&&invokeVNodeHook(yEe,YIe,JIe),fCe&&UCe.enter(vEe),CCe&&invokeDirectiveHook(JIe,null,YIe,"mounted")}finally{}},uEe)},bAe=(JIe,XIe,zIe,YIe,uEe)=>{if(zIe&&uAe(JIe,zIe),YIe)for(let NEe=0;NEe{for(let yEe=vEe;yEe{const FEe=XIe.el=JIe.el;let{patchFlag:vEe,dynamicChildren:yEe,dirs:VEe}=XIe;vEe|=JIe.patchFlag&16;const UEe=JIe.props||EMPTY_OBJ$1,UCe=XIe.props||EMPTY_OBJ$1;let CCe;if(zIe&&toggleRecurse(zIe,!1),(CCe=UCe.onVnodeBeforeUpdate)&&invokeVNodeHook(CCe,zIe,XIe,JIe),VEe&&invokeDirectiveHook(XIe,JIe,zIe,"beforeUpdate"),zIe&&toggleRecurse(zIe,!0),(UEe.innerHTML&&UCe.innerHTML==null||UEe.textContent&&UCe.textContent==null)&&oAe(FEe,""),yEe?wAe(JIe.dynamicChildren,yEe,FEe,zIe,YIe,resolveChildrenNamespace(XIe,uEe),NEe):MEe||AIe(JIe,XIe,FEe,null,zIe,YIe,resolveChildrenNamespace(XIe,uEe),NEe,!1),vEe>0){if(vEe&16)OAe(FEe,UEe,UCe,zIe,uEe);else if(vEe&2&&UEe.class!==UCe.class&&eAe(FEe,"class",null,UCe.class,uEe),vEe&4&&eAe(FEe,"style",UEe.style,UCe.style,uEe),vEe&8){const fCe=XIe.dynamicProps;for(let VCe=0;VCe{CCe&&invokeVNodeHook(CCe,zIe,XIe,JIe),VEe&&invokeDirectiveHook(XIe,JIe,zIe,"updated")},YIe)},wAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe)=>{for(let FEe=0;FEe{if(XIe!==zIe){if(XIe!==EMPTY_OBJ$1)for(const NEe in XIe)!isReservedProp(NEe)&&!(NEe in zIe)&&eAe(JIe,NEe,XIe[NEe],null,uEe,YIe);for(const NEe in zIe){if(isReservedProp(NEe))continue;const MEe=zIe[NEe],FEe=XIe[NEe];MEe!==FEe&&NEe!=="value"&&eAe(JIe,NEe,FEe,MEe,uEe,YIe)}"value"in zIe&&eAe(JIe,"value",XIe.value,zIe.value,uEe)}},PAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe)=>{const yEe=XIe.el=JIe?JIe.el:AAe(""),VEe=XIe.anchor=JIe?JIe.anchor:AAe("");let{patchFlag:UEe,dynamicChildren:UCe,slotScopeIds:CCe}=XIe;CCe&&(FEe=FEe?FEe.concat(CCe):CCe),JIe==null?(zP(yEe,zIe,YIe),zP(VEe,zIe,YIe),GAe(XIe.children||[],zIe,VEe,uEe,NEe,MEe,FEe,vEe)):UEe>0&&UEe&64&&UCe&&JIe.dynamicChildren&&JIe.dynamicChildren.length===UCe.length?(wAe(JIe.dynamicChildren,UCe,zIe,uEe,NEe,MEe,FEe),(XIe.key!=null||uEe&&XIe===uEe.subTree)&&traverseStaticChildren(JIe,XIe,!0)):AIe(JIe,XIe,zIe,VEe,uEe,NEe,MEe,FEe,vEe)},HAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe)=>{XIe.slotScopeIds=FEe,JIe==null?XIe.shapeFlag&512?uEe.ctx.activate(XIe,zIe,YIe,MEe,vEe):zAe(XIe,zIe,YIe,uEe,NEe,MEe,vEe):eIe(JIe,XIe,vEe)},zAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe)=>{const FEe=JIe.component=createComponentInstance(JIe,YIe,uEe);if(isKeepAlive(JIe)&&(FEe.ctx.renderer=PIe),setupComponent(FEe,!1,MEe),FEe.asyncDep){if(uEe&&uEe.registerDep(FEe,iIe,MEe),!JIe.el){const vEe=FEe.subTree=createVNode$1(Comment);pAe(null,vEe,XIe,zIe),JIe.placeholder=vEe.el}}else iIe(FEe,JIe,XIe,zIe,uEe,NEe,MEe)},eIe=(JIe,XIe,zIe)=>{const YIe=XIe.component=JIe.component;if(shouldUpdateComponent(JIe,XIe,zIe))if(YIe.asyncDep&&!YIe.asyncResolved){rIe(YIe,XIe,zIe);return}else YIe.next=XIe,YIe.update();else XIe.el=JIe.el,YIe.vnode=XIe},iIe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe)=>{const FEe=()=>{if(JIe.isMounted){let{next:UEe,bu:UCe,u:CCe,parent:fCe,vnode:VCe}=JIe;{const TCe=locateNonHydratedAsyncRoot(JIe);if(TCe){UEe&&(UEe.el=VCe.el,rIe(JIe,UEe,MEe)),TCe.asyncDep.then(()=>{queuePostRenderEffect(()=>{JIe.isUnmounted||yEe()},uEe)});return}}let $Ee=UEe,tCe;toggleRecurse(JIe,!1),UEe?(UEe.el=VCe.el,rIe(JIe,UEe,MEe)):UEe=VCe,UCe&&invokeArrayFns(UCe),(tCe=UEe.props&&UEe.props.onVnodeBeforeUpdate)&&invokeVNodeHook(tCe,fCe,UEe,VCe),toggleRecurse(JIe,!0);const iCe=renderComponentRoot(JIe),gCe=JIe.subTree;JIe.subTree=iCe,EAe(gCe,iCe,aAe(gCe.el),yIe(gCe),JIe,uEe,NEe),UEe.el=iCe.el,$Ee===null&&updateHOCHostEl(JIe,iCe.el),CCe&&queuePostRenderEffect(CCe,uEe),(tCe=UEe.props&&UEe.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(tCe,fCe,UEe,VCe),uEe)}else{let UEe;const{el:UCe,props:CCe}=XIe,{bm:fCe,m:VCe,parent:$Ee,root:tCe,type:iCe}=JIe,gCe=isAsyncWrapper(XIe);if(toggleRecurse(JIe,!1),fCe&&invokeArrayFns(fCe),!gCe&&(UEe=CCe&&CCe.onVnodeBeforeMount)&&invokeVNodeHook(UEe,$Ee,XIe),toggleRecurse(JIe,!0),UCe&&oEe){const TCe=()=>{JIe.subTree=renderComponentRoot(JIe),oEe(UCe,JIe.subTree,JIe,uEe,null)};gCe&&iCe.__asyncHydrate?iCe.__asyncHydrate(UCe,JIe,TCe):TCe()}else{tCe.ce&&tCe.ce._hasShadowRoot()&&tCe.ce._injectChildStyle(iCe,JIe.parent?JIe.parent.type:void 0);const TCe=JIe.subTree=renderComponentRoot(JIe);EAe(null,TCe,zIe,YIe,JIe,uEe,NEe),XIe.el=TCe.el}if(VCe&&queuePostRenderEffect(VCe,uEe),!gCe&&(UEe=CCe&&CCe.onVnodeMounted)){const TCe=XIe;queuePostRenderEffect(()=>invokeVNodeHook(UEe,$Ee,TCe),uEe)}(XIe.shapeFlag&256||$Ee&&isAsyncWrapper($Ee.vnode)&&$Ee.vnode.shapeFlag&256)&&JIe.a&&queuePostRenderEffect(JIe.a,uEe),JIe.isMounted=!0,XIe=zIe=YIe=null}};JIe.scope.on();const vEe=JIe.effect=new ReactiveEffect(FEe);JIe.scope.off();const yEe=JIe.update=vEe.run.bind(vEe),VEe=JIe.job=vEe.runIfDirty.bind(vEe);VEe.i=JIe,VEe.id=JIe.uid,vEe.scheduler=()=>queueJob(VEe),toggleRecurse(JIe,!0),yEe()},rIe=(JIe,XIe,zIe)=>{XIe.component=JIe;const YIe=JIe.vnode.props;JIe.vnode=XIe,JIe.next=null,updateProps$2(JIe,XIe.props,YIe,zIe),updateSlots(JIe,XIe.children,zIe),pauseTracking(),flushPreFlushCbs(JIe),resetTracking()},AIe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe=!1)=>{const yEe=JIe&&JIe.children,VEe=JIe?JIe.shapeFlag:0,UEe=XIe.children,{patchFlag:UCe,shapeFlag:CCe}=XIe;if(UCe>0){if(UCe&128){EIe(yEe,UEe,zIe,YIe,uEe,NEe,MEe,FEe,vEe);return}else if(UCe&256){XAe(yEe,UEe,zIe,YIe,uEe,NEe,MEe,FEe,vEe);return}}CCe&8?(VEe&16&&SIe(yEe,uEe,NEe),UEe!==yEe&&oAe(zIe,UEe)):VEe&16?CCe&16?EIe(yEe,UEe,zIe,YIe,uEe,NEe,MEe,FEe,vEe):SIe(yEe,uEe,NEe,!0):(VEe&8&&oAe(zIe,""),CCe&16&&GAe(UEe,zIe,YIe,uEe,NEe,MEe,FEe,vEe))},XAe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe)=>{JIe=JIe||EMPTY_ARR,XIe=XIe||EMPTY_ARR;const yEe=JIe.length,VEe=XIe.length,UEe=Math.min(yEe,VEe);let UCe;for(UCe=0;UCeVEe?SIe(JIe,uEe,NEe,!0,!1,UEe):GAe(XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe,UEe)},EIe=(JIe,XIe,zIe,YIe,uEe,NEe,MEe,FEe,vEe)=>{let yEe=0;const VEe=XIe.length;let UEe=JIe.length-1,UCe=VEe-1;for(;yEe<=UEe&&yEe<=UCe;){const CCe=JIe[yEe],fCe=XIe[yEe]=vEe?cloneIfMounted(XIe[yEe]):normalizeVNode(XIe[yEe]);if(isSameVNodeType(CCe,fCe))EAe(CCe,fCe,zIe,null,uEe,NEe,MEe,FEe,vEe);else break;yEe++}for(;yEe<=UEe&&yEe<=UCe;){const CCe=JIe[UEe],fCe=XIe[UCe]=vEe?cloneIfMounted(XIe[UCe]):normalizeVNode(XIe[UCe]);if(isSameVNodeType(CCe,fCe))EAe(CCe,fCe,zIe,null,uEe,NEe,MEe,FEe,vEe);else break;UEe--,UCe--}if(yEe>UEe){if(yEe<=UCe){const CCe=UCe+1,fCe=CCeUCe)for(;yEe<=UEe;)tIe(JIe[yEe],uEe,NEe,!0),yEe++;else{const CCe=yEe,fCe=yEe,VCe=new Map;for(yEe=fCe;yEe<=UCe;yEe++){const OEe=XIe[yEe]=vEe?cloneIfMounted(XIe[yEe]):normalizeVNode(XIe[yEe]);OEe.key!=null&&VCe.set(OEe.key,yEe)}let $Ee,tCe=0;const iCe=UCe-fCe+1;let gCe=!1,TCe=0;const YEe=new Array(iCe);for(yEe=0;yEe=iCe){tIe(OEe,uEe,NEe,!0);continue}let REe;if(OEe.key!=null)REe=VCe.get(OEe.key);else for($Ee=fCe;$Ee<=UCe;$Ee++)if(YEe[$Ee-fCe]===0&&isSameVNodeType(OEe,XIe[$Ee])){REe=$Ee;break}REe===void 0?tIe(OEe,uEe,NEe,!0):(YEe[REe-fCe]=yEe+1,REe>=TCe?TCe=REe:gCe=!0,EAe(OEe,XIe[REe],zIe,null,uEe,NEe,MEe,FEe,vEe),tCe++)}const cEe=gCe?getSequence(YEe):EMPTY_ARR;for($Ee=cEe.length-1,yEe=iCe-1;yEe>=0;yEe--){const OEe=fCe+yEe,REe=XIe[OEe],ZEe=XIe[OEe+1],uCe=OEe+1{const{el:NEe,type:MEe,transition:FEe,children:vEe,shapeFlag:yEe}=JIe;if(yEe&6){hIe(JIe.component.subTree,XIe,zIe,YIe);return}if(yEe&128){JIe.suspense.move(XIe,zIe,YIe);return}if(yEe&64){MEe.move(JIe,XIe,zIe,PIe);return}if(MEe===Fragment$1){zP(NEe,XIe,zIe);for(let UEe=0;UEeFEe.enter(NEe),uEe);else{const{leave:UEe,delayLeave:UCe,afterLeave:CCe}=FEe,fCe=()=>{JIe.ctx.isUnmounted?z9(NEe):zP(NEe,XIe,zIe)},VCe=()=>{NEe._isLeaving&&NEe[leaveCbKey](!0),UEe(NEe,()=>{fCe(),CCe&&CCe()})};UCe?UCe(NEe,fCe,VCe):VCe()}else zP(NEe,XIe,zIe)},tIe=(JIe,XIe,zIe,YIe=!1,uEe=!1)=>{const{type:NEe,props:MEe,ref:FEe,children:vEe,dynamicChildren:yEe,shapeFlag:VEe,patchFlag:UEe,dirs:UCe,cacheIndex:CCe,memo:fCe}=JIe;if(UEe===-2&&(uEe=!1),FEe!=null&&(pauseTracking(),setRef(FEe,null,zIe,JIe,!0),resetTracking()),CCe!=null&&(XIe.renderCache[CCe]=void 0),VEe&256){XIe.ctx.deactivate(JIe);return}const VCe=VEe&1&&UCe,$Ee=!isAsyncWrapper(JIe);let tCe;if($Ee&&(tCe=MEe&&MEe.onVnodeBeforeUnmount)&&invokeVNodeHook(tCe,XIe,JIe),VEe&6)_Ie(JIe.component,zIe,YIe);else{if(VEe&128){JIe.suspense.unmount(zIe,YIe);return}VCe&&invokeDirectiveHook(JIe,null,XIe,"beforeUnmount"),VEe&64?JIe.type.remove(JIe,XIe,zIe,PIe,YIe):yEe&&!yEe.hasOnce&&(NEe!==Fragment$1||UEe>0&&UEe&64)?SIe(yEe,XIe,zIe,!1,!0):(NEe===Fragment$1&&UEe&384||!uEe&&VEe&16)&&SIe(vEe,XIe,zIe),YIe&&gIe(JIe)}const iCe=fCe!=null&&CCe==null;($Ee&&(tCe=MEe&&MEe.onVnodeUnmounted)||VCe||iCe)&&queuePostRenderEffect(()=>{tCe&&invokeVNodeHook(tCe,XIe,JIe),VCe&&invokeDirectiveHook(JIe,null,XIe,"unmounted"),iCe&&(JIe.el=null)},zIe)},gIe=JIe=>{const{type:XIe,el:zIe,anchor:YIe,transition:uEe}=JIe;if(XIe===Fragment$1){pIe(zIe,YIe);return}if(XIe===Static){DAe(JIe);return}const NEe=()=>{z9(zIe),uEe&&!uEe.persisted&&uEe.afterLeave&&uEe.afterLeave()};if(JIe.shapeFlag&1&&uEe&&!uEe.persisted){const{leave:MEe,delayLeave:FEe}=uEe,vEe=()=>MEe(zIe,NEe);FEe?FEe(JIe.el,NEe,vEe):vEe()}else NEe()},pIe=(JIe,XIe)=>{let zIe;for(;JIe!==XIe;)zIe=cAe(JIe),z9(JIe),JIe=zIe;z9(XIe)},_Ie=(JIe,XIe,zIe)=>{const{bum:YIe,scope:uEe,job:NEe,subTree:MEe,um:FEe,m:vEe,a:yEe}=JIe;invalidateMount(vEe),invalidateMount(yEe),YIe&&invokeArrayFns(YIe),uEe.stop(),NEe&&(NEe.flags|=8,tIe(MEe,JIe,XIe,zIe)),FEe&&queuePostRenderEffect(FEe,XIe),queuePostRenderEffect(()=>{JIe.isUnmounted=!0},XIe)},SIe=(JIe,XIe,zIe,YIe=!1,uEe=!1,NEe=0)=>{for(let MEe=NEe;MEe{if(JIe.shapeFlag&6)return yIe(JIe.component.subTree);if(JIe.shapeFlag&128)return JIe.suspense.next();const XIe=cAe(JIe.anchor||JIe.el),zIe=XIe&&XIe[TeleportEndKey];return zIe?cAe(zIe):XIe};let OIe=!1;const HIe=(JIe,XIe,zIe)=>{let YIe;JIe==null?XIe._vnode&&(tIe(XIe._vnode,null,null,!0),YIe=XIe._vnode.component):EAe(XIe._vnode||null,JIe,XIe,null,null,null,zIe),XIe._vnode=JIe,OIe||(OIe=!0,flushPreFlushCbs(YIe),flushPostFlushCbs(),OIe=!1)},PIe={p:EAe,um:tIe,m:hIe,r:gIe,mt:zAe,mc:GAe,pc:AIe,pbc:wAe,n:yIe,o:r4};let LIe,oEe;return x_&&([LIe,oEe]=x_(PIe)),{render:HIe,hydrate:LIe,createApp:createAppAPI(HIe,LIe)}}function resolveChildrenNamespace({type:r4,props:x_},$P){return $P==="svg"&&r4==="foreignObject"||$P==="mathml"&&r4==="annotation-xml"&&x_&&x_.encoding&&x_.encoding.includes("html")?void 0:$P}function toggleRecurse({effect:r4,job:x_},$P){$P?(r4.flags|=32,x_.flags|=4):(r4.flags&=-33,x_.flags&=-5)}function needTransition(r4,x_){return(!r4||r4&&!r4.pendingBranch)&&x_&&!x_.persisted}function traverseStaticChildren(r4,x_,$P=!1){const zP=r4.children,z9=x_.children;if(isArray$6(zP)&&isArray$6(z9))for(let eAe=0;eAe>1,r4[$P[AAe]]0&&(x_[zP]=$P[eAe-1]),$P[eAe]=zP)}}for(eAe=$P.length,tAe=$P[eAe-1];eAe-- >0;)$P[eAe]=tAe,tAe=x_[tAe];return $P}function locateNonHydratedAsyncRoot(r4){const x_=r4.subTree.component;if(x_)return x_.asyncDep&&!x_.asyncResolved?x_:locateNonHydratedAsyncRoot(x_)}function invalidateMount(r4){if(r4)for(let x_=0;x_r4.__isSuspense;let suspenseId=0;const SuspenseImpl={name:"Suspense",__isSuspense:!0,process(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){if(r4==null)mountSuspense(x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe);else{if(eAe&&eAe.deps>0&&!r4.suspense.isInFallback){x_.suspense=r4.suspense,x_.suspense.vnode=x_,x_.el=r4.el;return}patchSuspense(r4,x_,$P,zP,z9,tAe,AAe,iAe,nAe)}},hydrate:hydrateSuspense,normalize:normalizeSuspenseChildren},Suspense=SuspenseImpl;function triggerEvent$1(r4,x_){const $P=r4.props&&r4.props[x_];isFunction$4($P)&&$P()}function mountSuspense(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe){const{p:nAe,o:{createElement:oAe}}=iAe,aAe=oAe("div"),cAe=r4.suspense=createSuspenseBoundary(r4,z9,zP,x_,aAe,$P,eAe,tAe,AAe,iAe);nAe(null,cAe.pendingBranch=r4.ssContent,aAe,null,zP,cAe,eAe,tAe),cAe.deps>0?(triggerEvent$1(r4,"onPending"),triggerEvent$1(r4,"onFallback"),nAe(null,r4.ssFallback,x_,$P,zP,null,eAe,tAe),setActiveBranch(cAe,r4.ssFallback)):cAe.resolve(!1,!0)}function patchSuspense(r4,x_,$P,zP,z9,eAe,tAe,AAe,{p:iAe,um:nAe,o:{createElement:oAe}}){const aAe=x_.suspense=r4.suspense;aAe.vnode=x_,x_.el=r4.el;const cAe=x_.ssContent,uAe=x_.ssFallback,{activeBranch:dAe,pendingBranch:EAe,isInFallback:gAe,isHydrating:pAe}=aAe;if(EAe)aAe.pendingBranch=cAe,isSameVNodeType(EAe,cAe)?(iAe(EAe,cAe,aAe.hiddenContainer,null,z9,aAe,eAe,tAe,AAe),aAe.deps<=0?aAe.resolve():gAe&&(pAe||(iAe(dAe,uAe,$P,zP,z9,null,eAe,tAe,AAe),setActiveBranch(aAe,uAe)))):(aAe.pendingId=suspenseId++,pAe?(aAe.isHydrating=!1,aAe.activeBranch=EAe):nAe(EAe,z9,aAe),aAe.deps=0,aAe.effects.length=0,aAe.hiddenContainer=oAe("div"),gAe?(iAe(null,cAe,aAe.hiddenContainer,null,z9,aAe,eAe,tAe,AAe),aAe.deps<=0?aAe.resolve():(iAe(dAe,uAe,$P,zP,z9,null,eAe,tAe,AAe),setActiveBranch(aAe,uAe))):dAe&&isSameVNodeType(dAe,cAe)?(iAe(dAe,cAe,$P,zP,z9,aAe,eAe,tAe,AAe),aAe.resolve(!0)):(iAe(null,cAe,aAe.hiddenContainer,null,z9,aAe,eAe,tAe,AAe),aAe.deps<=0&&aAe.resolve()));else if(dAe&&isSameVNodeType(dAe,cAe))iAe(dAe,cAe,$P,zP,z9,aAe,eAe,tAe,AAe),setActiveBranch(aAe,cAe);else if(triggerEvent$1(x_,"onPending"),aAe.pendingBranch=cAe,cAe.shapeFlag&512?aAe.pendingId=cAe.component.suspenseId:aAe.pendingId=suspenseId++,iAe(null,cAe,aAe.hiddenContainer,null,z9,aAe,eAe,tAe,AAe),aAe.deps<=0)aAe.resolve();else{const{timeout:mAe,pendingId:SAe}=aAe;mAe>0?setTimeout(()=>{aAe.pendingId===SAe&&aAe.fallback(uAe)},mAe):mAe===0&&aAe.fallback(uAe)}}function createSuspenseBoundary(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe,oAe=!1){const{p:aAe,m:cAe,um:uAe,n:dAe,o:{parentNode:EAe,remove:gAe}}=nAe;let pAe;const mAe=isVNodeSuspensible(r4);mAe&&x_&&x_.pendingBranch&&(pAe=x_.pendingId,x_.deps++);const SAe=r4.props?toNumber$1(r4.props.timeout):void 0,DAe=eAe,NAe={vnode:r4,parent:x_,parentComponent:$P,namespace:tAe,container:zP,hiddenContainer:z9,deps:0,pendingId:suspenseId++,timeout:typeof SAe=="number"?SAe:-1,activeBranch:null,isFallbackMountPending:!1,pendingBranch:null,isInFallback:!oAe,isHydrating:oAe,isUnmounted:!1,effects:[],resolve(TAe=!1,bAe=!1){const{vnode:GAe,activeBranch:LAe,pendingBranch:wAe,pendingId:OAe,effects:PAe,parentComponent:HAe,container:zAe,isInFallback:eIe}=NAe;let iIe=!1;NAe.isHydrating?NAe.isHydrating=!1:TAe||(iIe=LAe&&wAe.transition&&wAe.transition.mode==="out-in",iIe&&(LAe.transition.afterLeave=()=>{OAe===NAe.pendingId&&(cAe(wAe,zAe,eAe===DAe?dAe(LAe):eAe,0),queuePostFlushCb(PAe),eIe&&GAe.ssFallback&&(GAe.ssFallback.el=null))}),LAe&&!NAe.isFallbackMountPending&&(EAe(LAe.el)===zAe&&(eAe=dAe(LAe)),uAe(LAe,HAe,NAe,!0),!iIe&&eIe&&GAe.ssFallback&&queuePostRenderEffect(()=>GAe.ssFallback.el=null,NAe)),iIe||cAe(wAe,zAe,eAe,0)),NAe.isFallbackMountPending=!1,setActiveBranch(NAe,wAe),NAe.pendingBranch=null,NAe.isInFallback=!1;let rIe=NAe.parent,AIe=!1;for(;rIe;){if(rIe.pendingBranch){rIe.effects.push(...PAe),AIe=!0;break}rIe=rIe.parent}!AIe&&!iIe&&queuePostFlushCb(PAe),NAe.effects=[],mAe&&x_&&x_.pendingBranch&&pAe===x_.pendingId&&(x_.deps--,x_.deps===0&&!bAe&&x_.resolve()),triggerEvent$1(GAe,"onResolve")},fallback(TAe){if(!NAe.pendingBranch)return;const{vnode:bAe,activeBranch:GAe,parentComponent:LAe,container:wAe,namespace:OAe}=NAe;triggerEvent$1(bAe,"onFallback");const PAe=dAe(GAe),HAe=()=>{NAe.isFallbackMountPending=!1,NAe.isInFallback&&(aAe(null,TAe,wAe,PAe,LAe,null,OAe,AAe,iAe),setActiveBranch(NAe,TAe))},zAe=TAe.transition&&TAe.transition.mode==="out-in";zAe&&(NAe.isFallbackMountPending=!0,GAe.transition.afterLeave=HAe),NAe.isInFallback=!0,uAe(GAe,LAe,null,!0),zAe||HAe()},move(TAe,bAe,GAe){NAe.activeBranch&&cAe(NAe.activeBranch,TAe,bAe,GAe),NAe.container=TAe},next(){return NAe.activeBranch&&dAe(NAe.activeBranch)},registerDep(TAe,bAe,GAe){const LAe=!!NAe.pendingBranch;LAe&&NAe.deps++;const wAe=TAe.vnode.el;TAe.asyncDep.catch(OAe=>{handleError(OAe,TAe,0)}).then(OAe=>{if(TAe.isUnmounted||NAe.isUnmounted||NAe.pendingId!==TAe.suspenseId)return;unsetCurrentInstance(),TAe.asyncResolved=!0;const{vnode:PAe}=TAe;handleSetupResult(TAe,OAe,!1),wAe&&(PAe.el=wAe);const HAe=!wAe&&TAe.subTree.el;bAe(TAe,PAe,EAe(wAe||TAe.subTree.el),wAe?null:dAe(TAe.subTree),NAe,tAe,GAe),HAe&&(PAe.placeholder=null,gAe(HAe)),updateHOCHostEl(TAe,PAe.el),LAe&&--NAe.deps===0&&NAe.resolve()})},unmount(TAe,bAe){NAe.isUnmounted=!0,NAe.activeBranch&&uAe(NAe.activeBranch,$P,TAe,bAe),NAe.pendingBranch&&uAe(NAe.pendingBranch,$P,TAe,bAe)}};return NAe}function hydrateSuspense(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe){const nAe=x_.suspense=createSuspenseBoundary(x_,zP,$P,r4.parentNode,document.createElement("div"),null,z9,eAe,tAe,AAe,!0),oAe=iAe(r4,nAe.pendingBranch=x_.ssContent,$P,nAe,eAe,tAe);return nAe.deps===0&&nAe.resolve(!1,!0),oAe}function normalizeSuspenseChildren(r4){const{shapeFlag:x_,children:$P}=r4,zP=x_&32;r4.ssContent=normalizeSuspenseSlot(zP?$P.default:$P),r4.ssFallback=zP?normalizeSuspenseSlot($P.fallback):createVNode$1(Comment)}function normalizeSuspenseSlot(r4){let x_;if(isFunction$4(r4)){const $P=isBlockTreeEnabled&&r4._c;$P&&(r4._d=!1,openBlock()),r4=r4(),$P&&(r4._d=!0,x_=currentBlock,closeBlock())}return isArray$6(r4)&&(r4=filterSingleRoot(r4)),r4=normalizeVNode(r4),x_&&!r4.dynamicChildren&&(r4.dynamicChildren=x_.filter($P=>$P!==r4)),r4}function queueEffectWithSuspense(r4,x_){x_&&x_.pendingBranch?isArray$6(r4)?x_.effects.push(...r4):x_.effects.push(r4):queuePostFlushCb(r4)}function setActiveBranch(r4,x_){r4.activeBranch=x_;const{vnode:$P,parentComponent:zP}=r4;let z9=x_.el;for(;!z9&&x_.component;)x_=x_.component.subTree,z9=x_.el;$P.el=z9,zP&&zP.subTree===$P&&(zP.vnode.el=z9,updateHOCHostEl(zP,z9))}function isVNodeSuspensible(r4){const x_=r4.props&&r4.props.suspensible;return x_!=null&&x_!==!1}const Fragment$1=Symbol.for("v-fgt"),Text=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(r4=!1){blockStack.push(currentBlock=r4?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(r4,x_=!1){isBlockTreeEnabled+=r4,r4<0&¤tBlock&&x_&&(currentBlock.hasOnce=!0)}function setupBlock(r4){return r4.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(r4),r4}function createElementBlock(r4,x_,$P,zP,z9,eAe){return setupBlock(createBaseVNode(r4,x_,$P,zP,z9,eAe,!0))}function createBlock(r4,x_,$P,zP,z9){return setupBlock(createVNode$1(r4,x_,$P,zP,z9,!0))}function isVNode(r4){return r4?r4.__v_isVNode===!0:!1}function isSameVNodeType(r4,x_){return r4.type===x_.type&&r4.key===x_.key}function transformVNodeArgs(r4){}const normalizeKey=({key:r4})=>r4??null,normalizeRef=({ref:r4,ref_key:x_,ref_for:$P})=>(typeof r4=="number"&&(r4=""+r4),r4!=null?isString$2(r4)||isRef(r4)||isFunction$4(r4)?{i:currentRenderingInstance,r:r4,k:x_,f:!!$P}:r4:null);function createBaseVNode(r4,x_=null,$P=null,zP=0,z9=null,eAe=r4===Fragment$1?0:1,tAe=!1,AAe=!1){const iAe={__v_isVNode:!0,__v_skip:!0,type:r4,props:x_,key:x_&&normalizeKey(x_),ref:x_&&normalizeRef(x_),scopeId:currentScopeId,slotScopeIds:null,children:$P,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:eAe,patchFlag:zP,dynamicProps:z9,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return AAe?(normalizeChildren(iAe,$P),eAe&128&&r4.normalize(iAe)):$P&&(iAe.shapeFlag|=isString$2($P)?8:16),isBlockTreeEnabled>0&&!tAe&¤tBlock&&(iAe.patchFlag>0||eAe&6)&&iAe.patchFlag!==32&¤tBlock.push(iAe),iAe}const createVNode$1=_createVNode;function _createVNode(r4,x_=null,$P=null,zP=0,z9=null,eAe=!1){if((!r4||r4===NULL_DYNAMIC_COMPONENT)&&(r4=Comment),isVNode(r4)){const AAe=cloneVNode(r4,x_,!0);return $P&&normalizeChildren(AAe,$P),isBlockTreeEnabled>0&&!eAe&¤tBlock&&(AAe.shapeFlag&6?currentBlock[currentBlock.indexOf(r4)]=AAe:currentBlock.push(AAe)),AAe.patchFlag=-2,AAe}if(isClassComponent(r4)&&(r4=r4.__vccOpts),x_){x_=guardReactiveProps(x_);let{class:AAe,style:iAe}=x_;AAe&&!isString$2(AAe)&&(x_.class=normalizeClass(AAe)),isObject$9(iAe)&&(isProxy(iAe)&&!isArray$6(iAe)&&(iAe=extend$3({},iAe)),x_.style=normalizeStyle$1(iAe))}const tAe=isString$2(r4)?1:isSuspense(r4)?128:isTeleport(r4)?64:isObject$9(r4)?4:isFunction$4(r4)?2:0;return createBaseVNode(r4,x_,$P,zP,z9,tAe,eAe,!0)}function guardReactiveProps(r4){return r4?isProxy(r4)||isInternalObject(r4)?extend$3({},r4):r4:null}function cloneVNode(r4,x_,$P=!1,zP=!1){const{props:z9,ref:eAe,patchFlag:tAe,children:AAe,transition:iAe}=r4,nAe=x_?mergeProps(z9||{},x_):z9,oAe={__v_isVNode:!0,__v_skip:!0,type:r4.type,props:nAe,key:nAe&&normalizeKey(nAe),ref:x_&&x_.ref?$P&&eAe?isArray$6(eAe)?eAe.concat(normalizeRef(x_)):[eAe,normalizeRef(x_)]:normalizeRef(x_):eAe,scopeId:r4.scopeId,slotScopeIds:r4.slotScopeIds,children:AAe,target:r4.target,targetStart:r4.targetStart,targetAnchor:r4.targetAnchor,staticCount:r4.staticCount,shapeFlag:r4.shapeFlag,patchFlag:x_&&r4.type!==Fragment$1?tAe===-1?16:tAe|16:tAe,dynamicProps:r4.dynamicProps,dynamicChildren:r4.dynamicChildren,appContext:r4.appContext,dirs:r4.dirs,transition:iAe,component:r4.component,suspense:r4.suspense,ssContent:r4.ssContent&&cloneVNode(r4.ssContent),ssFallback:r4.ssFallback&&cloneVNode(r4.ssFallback),placeholder:r4.placeholder,el:r4.el,anchor:r4.anchor,ctx:r4.ctx,ce:r4.ce};return iAe&&zP&&setTransitionHooks(oAe,iAe.clone(oAe)),oAe}function createTextVNode(r4=" ",x_=0){return createVNode$1(Text,null,r4,x_)}function createStaticVNode(r4,x_){const $P=createVNode$1(Static,null,r4);return $P.staticCount=x_,$P}function createCommentVNode(r4="",x_=!1){return x_?(openBlock(),createBlock(Comment,null,r4)):createVNode$1(Comment,null,r4)}function normalizeVNode(r4){return r4==null||typeof r4=="boolean"?createVNode$1(Comment):isArray$6(r4)?createVNode$1(Fragment$1,null,r4.slice()):isVNode(r4)?cloneIfMounted(r4):createVNode$1(Text,null,String(r4))}function cloneIfMounted(r4){return r4.el===null&&r4.patchFlag!==-1||r4.memo?r4:cloneVNode(r4)}function normalizeChildren(r4,x_){let $P=0;const{shapeFlag:zP}=r4;if(x_==null)x_=null;else if(isArray$6(x_))$P=16;else if(typeof x_=="object")if(zP&65){const z9=x_.default;z9&&(z9._c&&(z9._d=!1),normalizeChildren(r4,z9()),z9._c&&(z9._d=!0));return}else{$P=32;const z9=x_._;!z9&&!isInternalObject(x_)?x_._ctx=currentRenderingInstance:z9===3&¤tRenderingInstance&&(currentRenderingInstance.slots._===1?x_._=1:(x_._=2,r4.patchFlag|=1024))}else isFunction$4(x_)?(x_={default:x_,_ctx:currentRenderingInstance},$P=32):(x_=String(x_),zP&64?($P=16,x_=[createTextVNode(x_)]):$P=8);r4.children=x_,r4.shapeFlag|=$P}function mergeProps(...r4){const x_={};for(let $P=0;$PcurrentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const r4=getGlobalThis(),x_=($P,zP)=>{let z9;return(z9=r4[$P])||(z9=r4[$P]=[]),z9.push(zP),eAe=>{z9.length>1?z9.forEach(tAe=>tAe(eAe)):z9[0](eAe)}};internalSetCurrentInstance=x_("__VUE_INSTANCE_SETTERS__",$P=>currentInstance=$P),setInSSRSetupState=x_("__VUE_SSR_SETTERS__",$P=>isInSSRComponentSetup=$P)}const setCurrentInstance=r4=>{const x_=currentInstance;return internalSetCurrentInstance(r4),r4.scope.on(),()=>{r4.scope.off(),internalSetCurrentInstance(x_)}},unsetCurrentInstance=()=>{currentInstance&¤tInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(r4){return r4.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(r4,x_=!1,$P=!1){x_&&setInSSRSetupState(x_);const{props:zP,children:z9}=r4.vnode,eAe=isStatefulComponent(r4);initProps$1(r4,zP,eAe,x_),initSlots(r4,z9,$P||x_);const tAe=eAe?setupStatefulComponent(r4,x_):void 0;return x_&&setInSSRSetupState(!1),tAe}function setupStatefulComponent(r4,x_){const $P=r4.type;r4.accessCache=Object.create(null),r4.proxy=new Proxy(r4.ctx,PublicInstanceProxyHandlers);const{setup:zP}=$P;if(zP){pauseTracking();const z9=r4.setupContext=zP.length>1?createSetupContext(r4):null,eAe=setCurrentInstance(r4),tAe=callWithErrorHandling(zP,r4,0,[r4.props,z9]),AAe=isPromise$1(tAe);if(resetTracking(),eAe(),(AAe||r4.sp)&&!isAsyncWrapper(r4)&&markAsyncBoundary(r4),AAe){if(tAe.then(unsetCurrentInstance,unsetCurrentInstance),x_)return tAe.then(iAe=>{handleSetupResult(r4,iAe,x_)}).catch(iAe=>{handleError(iAe,r4,0)});r4.asyncDep=tAe}else handleSetupResult(r4,tAe,x_)}else finishComponentSetup(r4,x_)}function handleSetupResult(r4,x_,$P){isFunction$4(x_)?r4.type.__ssrInlineRender?r4.ssrRender=x_:r4.render=x_:isObject$9(x_)&&(r4.setupState=proxyRefs(x_)),finishComponentSetup(r4,$P)}let compile$2,installWithProxy;function registerRuntimeCompiler(r4){compile$2=r4,installWithProxy=x_=>{x_.render._rc&&(x_.withProxy=new Proxy(x_.ctx,RuntimeCompiledPublicInstanceProxyHandlers))}}const isRuntimeOnly=()=>!compile$2;function finishComponentSetup(r4,x_,$P){const zP=r4.type;if(!r4.render){if(!x_&&compile$2&&!zP.render){const z9=zP.template||resolveMergedOptions(r4).template;if(z9){const{isCustomElement:eAe,compilerOptions:tAe}=r4.appContext.config,{delimiters:AAe,compilerOptions:iAe}=zP,nAe=extend$3(extend$3({isCustomElement:eAe,delimiters:AAe},tAe),iAe);zP.render=compile$2(z9,nAe)}}r4.render=zP.render||NOOP,installWithProxy&&installWithProxy(r4)}{const z9=setCurrentInstance(r4);pauseTracking();try{applyOptions(r4)}finally{resetTracking(),z9()}}}const attrsProxyHandlers={get(r4,x_){return track(r4,"get",""),r4[x_]}};function createSetupContext(r4){const x_=$P=>{r4.exposed=$P||{}};return{attrs:new Proxy(r4.attrs,attrsProxyHandlers),slots:r4.slots,emit:r4.emit,expose:x_}}function getComponentPublicInstance(r4){return r4.exposed?r4.exposeProxy||(r4.exposeProxy=new Proxy(proxyRefs(markRaw(r4.exposed)),{get(x_,$P){if($P in x_)return x_[$P];if($P in publicPropertiesMap)return publicPropertiesMap[$P](r4)},has(x_,$P){return $P in x_||$P in publicPropertiesMap}})):r4.proxy}const classifyRE=/(?:^|[-_])\w/g,classify=r4=>r4.replace(classifyRE,x_=>x_.toUpperCase()).replace(/[-_]/g,"");function getComponentName(r4,x_=!0){return isFunction$4(r4)?r4.displayName||r4.name:r4.name||x_&&r4.__name}function formatComponentName(r4,x_,$P=!1){let zP=getComponentName(x_);if(!zP&&x_.__file){const z9=x_.__file.match(/([^/\\]+)\.\w+$/);z9&&(zP=z9[1])}if(!zP&&r4){const z9=eAe=>{for(const tAe in eAe)if(eAe[tAe]===x_)return tAe};zP=z9(r4.components)||r4.parent&&z9(r4.parent.type.components)||z9(r4.appContext.components)}return zP?classify(zP):$P?"App":"Anonymous"}function isClassComponent(r4){return isFunction$4(r4)&&"__vccOpts"in r4}const computed=(r4,x_)=>computed$1(r4,x_,isInSSRComponentSetup);function h$d(r4,x_,$P){try{setBlockTracking(-1);const zP=arguments.length;return zP===2?isObject$9(x_)&&!isArray$6(x_)?isVNode(x_)?createVNode$1(r4,null,[x_]):createVNode$1(r4,x_):createVNode$1(r4,null,x_):(zP>3?$P=Array.prototype.slice.call(arguments,2):zP===3&&isVNode($P)&&($P=[$P]),createVNode$1(r4,x_,$P))}finally{setBlockTracking(1)}}function initCustomFormatter(){}function withMemo(r4,x_,$P,zP){const z9=$P[zP];if(z9&&isMemoSame(z9,r4))return z9;const eAe=x_();return eAe.memo=r4.slice(),eAe.cacheIndex=zP,$P[zP]=eAe}function isMemoSame(r4,x_){const $P=r4.memo;if($P.length!=x_.length)return!1;for(let zP=0;zP<$P.length;zP++)if(hasChanged($P[zP],x_[zP]))return!1;return isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(r4),!0}const version$2="3.5.33",warn=NOOP,ErrorTypeStrings=ErrorTypeStrings$1,devtools=devtools$1,setDevtoolsHook=setDevtoolsHook$1,_ssrUtils={createComponentInstance,setupComponent,renderComponentRoot,setCurrentRenderingInstance,isVNode,normalizeVNode,getComponentPublicInstance,ensureValidVNode:ensureValidVNode$1,pushWarningContext,popWarningContext},ssrUtils=_ssrUtils,resolveFilter=null,compatUtils=null,DeprecationTypes=null;/** * @vue/runtime-dom v3.5.33 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/let policy;const tt$c=typeof window<"u"&&window.trustedTypes;if(tt$c)try{policy=tt$c.createPolicy("vue",{createHTML:r4=>r4})}catch{}const unsafeToTrustedHTML=policy?r4=>policy.createHTML(r4):r4=>r4,svgNS="http://www.w3.org/2000/svg",mathmlNS="http://www.w3.org/1998/Math/MathML",doc=typeof document<"u"?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(r4,x_,$P)=>{x_.insertBefore(r4,$P||null)},remove:r4=>{const x_=r4.parentNode;x_&&x_.removeChild(r4)},createElement:(r4,x_,$P,zP)=>{const z9=x_==="svg"?doc.createElementNS(svgNS,r4):x_==="mathml"?doc.createElementNS(mathmlNS,r4):$P?doc.createElement(r4,{is:$P}):doc.createElement(r4);return r4==="select"&&zP&&zP.multiple!=null&&z9.setAttribute("multiple",zP.multiple),z9},createText:r4=>doc.createTextNode(r4),createComment:r4=>doc.createComment(r4),setText:(r4,x_)=>{r4.nodeValue=x_},setElementText:(r4,x_)=>{r4.textContent=x_},parentNode:r4=>r4.parentNode,nextSibling:r4=>r4.nextSibling,querySelector:r4=>doc.querySelector(r4),setScopeId(r4,x_){r4.setAttribute(x_,"")},insertStaticContent(r4,x_,$P,zP,z9,eAe){const tAe=$P?$P.previousSibling:x_.lastChild;if(z9&&(z9===eAe||z9.nextSibling))for(;x_.insertBefore(z9.cloneNode(!0),$P),!(z9===eAe||!(z9=z9.nextSibling)););else{templateContainer.innerHTML=unsafeToTrustedHTML(zP==="svg"?`${r4}`:zP==="mathml"?`${r4}`:r4);const AAe=templateContainer.content;if(zP==="svg"||zP==="mathml"){const iAe=AAe.firstChild;for(;iAe.firstChild;)AAe.appendChild(iAe.firstChild);AAe.removeChild(iAe)}x_.insertBefore(AAe,$P)}return[tAe?tAe.nextSibling:x_.firstChild,$P?$P.previousSibling:x_.lastChild]}},TRANSITION$1="transition",ANIMATION="animation",vtcKey=Symbol("_vtc"),DOMTransitionPropsValidators={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},TransitionPropsValidators=extend$3({},BaseTransitionPropsValidators,DOMTransitionPropsValidators),decorate$1=r4=>(r4.displayName="Transition",r4.props=TransitionPropsValidators,r4),Transition=decorate$1((r4,{slots:x_})=>h$d(BaseTransition,resolveTransitionProps(r4),x_)),callHook=(r4,x_=[])=>{isArray$6(r4)?r4.forEach($P=>$P(...x_)):r4&&r4(...x_)},hasExplicitCallback=r4=>r4?isArray$6(r4)?r4.some(x_=>x_.length>1):r4.length>1:!1;function resolveTransitionProps(r4){const x_={};for(const PAe in r4)PAe in DOMTransitionPropsValidators||(x_[PAe]=r4[PAe]);if(r4.css===!1)return x_;const{name:$P="v",type:zP,duration:z9,enterFromClass:eAe=`${$P}-enter-from`,enterActiveClass:tAe=`${$P}-enter-active`,enterToClass:AAe=`${$P}-enter-to`,appearFromClass:iAe=eAe,appearActiveClass:nAe=tAe,appearToClass:oAe=AAe,leaveFromClass:aAe=`${$P}-leave-from`,leaveActiveClass:cAe=`${$P}-leave-active`,leaveToClass:uAe=`${$P}-leave-to`}=r4,dAe=normalizeDuration(z9),EAe=dAe&&dAe[0],gAe=dAe&&dAe[1],{onBeforeEnter:pAe,onEnter:mAe,onEnterCancelled:SAe,onLeave:DAe,onLeaveCancelled:NAe,onBeforeAppear:TAe=pAe,onAppear:bAe=mAe,onAppearCancelled:GAe=SAe}=x_,LAe=(PAe,HAe,zAe,eIe)=>{PAe._enterCancelled=eIe,removeTransitionClass(PAe,HAe?oAe:AAe),removeTransitionClass(PAe,HAe?nAe:tAe),zAe&&zAe()},wAe=(PAe,HAe)=>{PAe._isLeaving=!1,removeTransitionClass(PAe,aAe),removeTransitionClass(PAe,uAe),removeTransitionClass(PAe,cAe),HAe&&HAe()},OAe=PAe=>(HAe,zAe)=>{const eIe=PAe?bAe:mAe,iIe=()=>LAe(HAe,PAe,zAe);callHook(eIe,[HAe,iIe]),nextFrame(()=>{removeTransitionClass(HAe,PAe?iAe:eAe),addTransitionClass(HAe,PAe?oAe:AAe),hasExplicitCallback(eIe)||whenTransitionEnds(HAe,zP,EAe,iIe)})};return extend$3(x_,{onBeforeEnter(PAe){callHook(pAe,[PAe]),addTransitionClass(PAe,eAe),addTransitionClass(PAe,tAe)},onBeforeAppear(PAe){callHook(TAe,[PAe]),addTransitionClass(PAe,iAe),addTransitionClass(PAe,nAe)},onEnter:OAe(!1),onAppear:OAe(!0),onLeave(PAe,HAe){PAe._isLeaving=!0;const zAe=()=>wAe(PAe,HAe);addTransitionClass(PAe,aAe),PAe._enterCancelled?(addTransitionClass(PAe,cAe),forceReflow(PAe)):(forceReflow(PAe),addTransitionClass(PAe,cAe)),nextFrame(()=>{PAe._isLeaving&&(removeTransitionClass(PAe,aAe),addTransitionClass(PAe,uAe),hasExplicitCallback(DAe)||whenTransitionEnds(PAe,zP,gAe,zAe))}),callHook(DAe,[PAe,zAe])},onEnterCancelled(PAe){LAe(PAe,!1,void 0,!0),callHook(SAe,[PAe])},onAppearCancelled(PAe){LAe(PAe,!0,void 0,!0),callHook(GAe,[PAe])},onLeaveCancelled(PAe){wAe(PAe),callHook(NAe,[PAe])}})}function normalizeDuration(r4){if(r4==null)return null;if(isObject$9(r4))return[NumberOf(r4.enter),NumberOf(r4.leave)];{const x_=NumberOf(r4);return[x_,x_]}}function NumberOf(r4){return toNumber$1(r4)}function addTransitionClass(r4,x_){x_.split(/\s+/).forEach($P=>$P&&r4.classList.add($P)),(r4[vtcKey]||(r4[vtcKey]=new Set)).add(x_)}function removeTransitionClass(r4,x_){x_.split(/\s+/).forEach(zP=>zP&&r4.classList.remove(zP));const $P=r4[vtcKey];$P&&($P.delete(x_),$P.size||(r4[vtcKey]=void 0))}function nextFrame(r4){requestAnimationFrame(()=>{requestAnimationFrame(r4)})}let endId=0;function whenTransitionEnds(r4,x_,$P,zP){const z9=r4._endId=++endId,eAe=()=>{z9===r4._endId&&zP()};if($P!=null)return setTimeout(eAe,$P);const{type:tAe,timeout:AAe,propCount:iAe}=getTransitionInfo(r4,x_);if(!tAe)return zP();const nAe=tAe+"end";let oAe=0;const aAe=()=>{r4.removeEventListener(nAe,cAe),eAe()},cAe=uAe=>{uAe.target===r4&&++oAe>=iAe&&aAe()};setTimeout(()=>{oAe($P[dAe]||"").split(", "),z9=zP(`${TRANSITION$1}Delay`),eAe=zP(`${TRANSITION$1}Duration`),tAe=getTimeout(z9,eAe),AAe=zP(`${ANIMATION}Delay`),iAe=zP(`${ANIMATION}Duration`),nAe=getTimeout(AAe,iAe);let oAe=null,aAe=0,cAe=0;x_===TRANSITION$1?tAe>0&&(oAe=TRANSITION$1,aAe=tAe,cAe=eAe.length):x_===ANIMATION?nAe>0&&(oAe=ANIMATION,aAe=nAe,cAe=iAe.length):(aAe=Math.max(tAe,nAe),oAe=aAe>0?tAe>nAe?TRANSITION$1:ANIMATION:null,cAe=oAe?oAe===TRANSITION$1?eAe.length:iAe.length:0);const uAe=oAe===TRANSITION$1&&/\b(?:transform|all)(?:,|$)/.test(zP(`${TRANSITION$1}Property`).toString());return{type:oAe,timeout:aAe,propCount:cAe,hasTransform:uAe}}function getTimeout(r4,x_){for(;r4.lengthtoMs($P)+toMs(r4[zP])))}function toMs(r4){return r4==="auto"?0:Number(r4.slice(0,-1).replace(",","."))*1e3}function forceReflow(r4){return(r4?r4.ownerDocument:document).body.offsetHeight}function patchClass(r4,x_,$P){const zP=r4[vtcKey];zP&&(x_=(x_?[x_,...zP]:[...zP]).join(" ")),x_==null?r4.removeAttribute("class"):$P?r4.setAttribute("class",x_):r4.className=x_}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={name:"show",beforeMount(r4,{value:x_},{transition:$P}){r4[vShowOriginalDisplay]=r4.style.display==="none"?"":r4.style.display,$P&&x_?$P.beforeEnter(r4):setDisplay(r4,x_)},mounted(r4,{value:x_},{transition:$P}){$P&&x_&&$P.enter(r4)},updated(r4,{value:x_,oldValue:$P},{transition:zP}){!x_!=!$P&&(zP?x_?(zP.beforeEnter(r4),setDisplay(r4,!0),zP.enter(r4)):zP.leave(r4,()=>{setDisplay(r4,!1)}):setDisplay(r4,x_))},beforeUnmount(r4,{value:x_}){setDisplay(r4,x_)}};function setDisplay(r4,x_){r4.style.display=x_?r4[vShowOriginalDisplay]:"none",r4[vShowHidden]=!x_}function initVShowForSSR(){vShow.getSSRProps=({value:r4})=>{if(!r4)return{style:{display:"none"}}}}const CSS_VAR_TEXT=Symbol("");function useCssVars(r4){const x_=getCurrentInstance();if(!x_)return;const $P=x_.ut=(z9=r4(x_.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${x_.uid}"]`)).forEach(eAe=>setVarsOnNode(eAe,z9))},zP=()=>{const z9=r4(x_.proxy);x_.ce?setVarsOnNode(x_.ce,z9):setVarsOnVNode(x_.subTree,z9),$P(z9)};onBeforeUpdate(()=>{queuePostFlushCb(zP)}),onMounted(()=>{watch(zP,NOOP,{flush:"post"});const z9=new MutationObserver(zP);z9.observe(x_.subTree.el.parentNode,{childList:!0}),onUnmounted(()=>z9.disconnect())})}function setVarsOnVNode(r4,x_){if(r4.shapeFlag&128){const $P=r4.suspense;r4=$P.activeBranch,$P.pendingBranch&&!$P.isHydrating&&$P.effects.push(()=>{setVarsOnVNode($P.activeBranch,x_)})}for(;r4.component;)r4=r4.component.subTree;if(r4.shapeFlag&1&&r4.el)setVarsOnNode(r4.el,x_);else if(r4.type===Fragment$1)r4.children.forEach($P=>setVarsOnVNode($P,x_));else if(r4.type===Static){let{el:$P,anchor:zP}=r4;for(;$P&&(setVarsOnNode($P,x_),$P!==zP);)$P=$P.nextSibling}}function setVarsOnNode(r4,x_){if(r4.nodeType===1){const $P=r4.style;let zP="";for(const z9 in x_){const eAe=normalizeCssVarValue(x_[z9]);$P.setProperty(`--${z9}`,eAe),zP+=`--${z9}: ${eAe};`}$P[CSS_VAR_TEXT]=zP}}const displayRE=/(?:^|;)\s*display\s*:/;function patchStyle(r4,x_,$P){const zP=r4.style,z9=isString$2($P);let eAe=!1;if($P&&!z9){if(x_)if(isString$2(x_))for(const tAe of x_.split(";")){const AAe=tAe.slice(0,tAe.indexOf(":")).trim();$P[AAe]==null&&setStyle$1(zP,AAe,"")}else for(const tAe in x_)$P[tAe]==null&&setStyle$1(zP,tAe,"");for(const tAe in $P){tAe==="display"&&(eAe=!0);const AAe=$P[tAe];AAe!=null?shouldPreserveTextareaResizeStyle(r4,tAe,!isString$2(x_)&&x_?x_[tAe]:void 0,AAe)||setStyle$1(zP,tAe,AAe):setStyle$1(zP,tAe,"")}}else if(z9){if(x_!==$P){const tAe=zP[CSS_VAR_TEXT];tAe&&($P+=";"+tAe),zP.cssText=$P,eAe=displayRE.test($P)}}else x_&&r4.removeAttribute("style");vShowOriginalDisplay in r4&&(r4[vShowOriginalDisplay]=eAe?zP.display:"",r4[vShowHidden]&&(zP.display="none"))}const importantRE=/\s*!important$/;function setStyle$1(r4,x_,$P){if(isArray$6($P))$P.forEach(zP=>setStyle$1(r4,x_,zP));else if($P==null&&($P=""),x_.startsWith("--"))r4.setProperty(x_,$P);else{const zP=autoPrefix(r4,x_);importantRE.test($P)?r4.setProperty(hyphenate(zP),$P.replace(importantRE,""),"important"):r4[zP]=$P}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(r4,x_){const $P=prefixCache[x_];if($P)return $P;let zP=camelize(x_);if(zP!=="filter"&&zP in r4)return prefixCache[x_]=zP;zP=capitalize$3(zP);for(let z9=0;z9cachedNow||(p$k.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(r4,x_){const $P=zP=>{if(!zP._vts)zP._vts=Date.now();else if(zP._vts<=$P.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(zP,$P.value),x_,5,[zP])};return $P.value=r4,$P.attached=getNow(),$P}function patchStopImmediatePropagation(r4,x_){if(isArray$6(x_)){const $P=r4.stopImmediatePropagation;return r4.stopImmediatePropagation=()=>{$P.call(r4),r4._stopped=!0},x_.map(zP=>z9=>!z9._stopped&&zP&&zP(z9))}else return x_}const isNativeOn=r4=>r4.charCodeAt(0)===111&&r4.charCodeAt(1)===110&&r4.charCodeAt(2)>96&&r4.charCodeAt(2)<123,patchProp=(r4,x_,$P,zP,z9,eAe)=>{const tAe=z9==="svg";x_==="class"?patchClass(r4,zP,tAe):x_==="style"?patchStyle(r4,$P,zP):isOn(x_)?isModelListener(x_)||patchEvent(r4,x_,$P,zP,eAe):(x_[0]==="."?(x_=x_.slice(1),!0):x_[0]==="^"?(x_=x_.slice(1),!1):shouldSetAsProp(r4,x_,zP,tAe))?(patchDOMProp(r4,x_,zP),!r4.tagName.includes("-")&&(x_==="value"||x_==="checked"||x_==="selected")&&patchAttr(r4,x_,zP,tAe,eAe,x_!=="value")):r4._isVueCE&&(shouldSetAsPropForVueCE(r4,x_)||r4._def.__asyncLoader&&(/[A-Z]/.test(x_)||!isString$2(zP)))?patchDOMProp(r4,camelize(x_),zP,eAe,x_):(x_==="true-value"?r4._trueValue=zP:x_==="false-value"&&(r4._falseValue=zP),patchAttr(r4,x_,zP,tAe))};function shouldSetAsProp(r4,x_,$P,zP){if(zP)return!!(x_==="innerHTML"||x_==="textContent"||x_ in r4&&isNativeOn(x_)&&isFunction$4($P));if(x_==="spellcheck"||x_==="draggable"||x_==="translate"||x_==="autocorrect"||x_==="sandbox"&&r4.tagName==="IFRAME"||x_==="form"||x_==="list"&&r4.tagName==="INPUT"||x_==="type"&&r4.tagName==="TEXTAREA")return!1;if(x_==="width"||x_==="height"){const z9=r4.tagName;if(z9==="IMG"||z9==="VIDEO"||z9==="CANVAS"||z9==="SOURCE")return!1}return isNativeOn(x_)&&isString$2($P)?!1:x_ in r4}function shouldSetAsPropForVueCE(r4,x_){const $P=r4._def.props;if(!$P)return!1;const zP=camelize(x_);return Array.isArray($P)?$P.some(z9=>camelize(z9)===zP):Object.keys($P).some(z9=>camelize(z9)===zP)}const REMOVAL={};function defineCustomElement(r4,x_,$P){let zP=defineComponent(r4,x_);isPlainObject$3(zP)&&(zP=extend$3({},zP,x_));class z9 extends VueElement{constructor(tAe){super(zP,tAe,$P)}}return z9.def=zP,z9}const defineSSRCustomElement=(r4,x_)=>defineCustomElement(r4,x_,createSSRApp),BaseClass=typeof HTMLElement<"u"?HTMLElement:class{};class VueElement extends BaseClass{constructor(x_,$P={},zP=createApp){super(),this._def=x_,this._props=$P,this._createApp=zP,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._patching=!1,this._dirty=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._styleAnchors=new WeakMap,this._ob=null,this.shadowRoot&&zP!==createApp?this._root=this.shadowRoot:x_.shadowRoot!==!1?(this.attachShadow(extend$3({},x_.shadowRootOptions,{mode:"open"})),this._root=this.shadowRoot):this._root=this}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let x_=this;for(;x_=x_&&(x_.assignedSlot||x_.parentNode||x_.host);)if(x_ instanceof VueElement){this._parent=x_;break}this._instance||(this._resolved?this._mount(this._def):x_&&x_._pendingResolve?this._pendingResolve=x_._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(x_=this._parent){x_&&(this._instance.parent=x_._instance,this._inheritParentContext(x_))}_inheritParentContext(x_=this._parent){x_&&this._app&&Object.setPrototypeOf(this._app._context.provides,x_._instance.provides)}disconnectedCallback(){this._connected=!1,nextTick(()=>{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,this._teleportTargets&&(this._teleportTargets.clear(),this._teleportTargets=void 0))})}_processMutations(x_){for(const $P of x_)this._setAttr($P.attributeName)}_resolveDef(){if(this._pendingResolve)return;for(let zP=0;zP{this._resolved=!0,this._pendingResolve=void 0;const{props:eAe,styles:tAe}=zP;let AAe;if(eAe&&!isArray$6(eAe))for(const iAe in eAe){const nAe=eAe[iAe];(nAe===Number||nAe&&nAe.type===Number)&&(iAe in this._props&&(this._props[iAe]=toNumber$1(this._props[iAe])),(AAe||(AAe=Object.create(null)))[camelize(iAe)]=!0)}this._numberProps=AAe,this._resolveProps(zP),this.shadowRoot&&this._applyStyles(tAe),this._mount(zP)},$P=this._def.__asyncLoader;$P?this._pendingResolve=$P().then(zP=>{zP.configureApp=this._def.configureApp,x_(this._def=zP,!0)}):x_(this._def)}_mount(x_){this._app=this._createApp(x_),this._inheritParentContext(),x_.configureApp&&x_.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const $P=this._instance&&this._instance.exposed;if($P)for(const zP in $P)hasOwn$1(this,zP)||Object.defineProperty(this,zP,{get:()=>unref($P[zP])})}_resolveProps(x_){const{props:$P}=x_,zP=isArray$6($P)?$P:Object.keys($P||{});for(const z9 of Object.keys(this))z9[0]!=="_"&&zP.includes(z9)&&this._setProp(z9,this[z9]);for(const z9 of zP.map(camelize))Object.defineProperty(this,z9,{get(){return this._getProp(z9)},set(eAe){this._setProp(z9,eAe,!0,!this._patching)}})}_setAttr(x_){if(x_.startsWith("data-v-"))return;const $P=this.hasAttribute(x_);let zP=$P?this.getAttribute(x_):REMOVAL;const z9=camelize(x_);$P&&this._numberProps&&this._numberProps[z9]&&(zP=toNumber$1(zP)),this._setProp(z9,zP,!1,!0)}_getProp(x_){return this._props[x_]}_setProp(x_,$P,zP=!0,z9=!1){if($P!==this._props[x_]&&(this._dirty=!0,$P===REMOVAL?delete this._props[x_]:(this._props[x_]=$P,x_==="key"&&this._app&&(this._app._ceVNode.key=$P)),z9&&this._instance&&this._update(),zP)){const eAe=this._ob;eAe&&(this._processMutations(eAe.takeRecords()),eAe.disconnect()),$P===!0?this.setAttribute(hyphenate(x_),""):typeof $P=="string"||typeof $P=="number"?this.setAttribute(hyphenate(x_),$P+""):$P||this.removeAttribute(hyphenate(x_)),eAe&&eAe.observe(this,{attributes:!0})}}_update(){const x_=this._createVNode();this._app&&(x_.appContext=this._app._context),render$1(x_,this._root)}_createVNode(){const x_={};this.shadowRoot||(x_.onVnodeMounted=x_.onVnodeUpdated=this._renderSlots.bind(this));const $P=createVNode$1(this._def,extend$3(x_,this._props));return this._instance||($P.ce=zP=>{this._instance=zP,zP.ce=this,zP.isCE=!0;const z9=(eAe,tAe)=>{this.dispatchEvent(new CustomEvent(eAe,isPlainObject$3(tAe[0])?extend$3({detail:tAe},tAe[0]):{detail:tAe}))};zP.emit=(eAe,...tAe)=>{z9(eAe,tAe),hyphenate(eAe)!==eAe&&z9(hyphenate(eAe),tAe)},this._setParent()}),$P}_applyStyles(x_,$P,zP){if(!x_)return;if($P){if($P===this._def||this._styleChildren.has($P))return;this._styleChildren.add($P)}const z9=this._nonce,eAe=this.shadowRoot,tAe=zP?this._getStyleAnchor(zP)||this._getStyleAnchor(this._def):this._getRootStyleInsertionAnchor(eAe);let AAe=null;for(let iAe=x_.length-1;iAe>=0;iAe--){const nAe=document.createElement("style");z9&&nAe.setAttribute("nonce",z9),nAe.textContent=x_[iAe],eAe.insertBefore(nAe,AAe||tAe),AAe=nAe,iAe===0&&(zP||this._styleAnchors.set(this._def,nAe),$P&&this._styleAnchors.set($P,nAe))}}_getStyleAnchor(x_){if(!x_)return null;const $P=this._styleAnchors.get(x_);return $P&&$P.parentNode===this.shadowRoot?$P:($P&&this._styleAnchors.delete(x_),null)}_getRootStyleInsertionAnchor(x_){for(let $P=0;$P(delete r4.props.mode,r4),TransitionGroupImpl=decorate({name:"TransitionGroup",props:extend$3({},TransitionPropsValidators,{tag:String,moveClass:String}),setup(r4,{slots:x_}){const $P=getCurrentInstance(),zP=useTransitionState();let z9,eAe;return onUpdated(()=>{if(!z9.length)return;const tAe=r4.moveClass||`${r4.name||"v"}-move`;if(!hasCSSTransform(z9[0].el,$P.vnode.el,tAe)){z9=[];return}z9.forEach(callPendingCbs),z9.forEach(recordPosition);const AAe=z9.filter(applyTranslation);forceReflow($P.vnode.el),AAe.forEach(iAe=>{const nAe=iAe.el,oAe=nAe.style;addTransitionClass(nAe,tAe),oAe.transform=oAe.webkitTransform=oAe.transitionDuration="";const aAe=nAe[moveCbKey]=cAe=>{cAe&&cAe.target!==nAe||(!cAe||cAe.propertyName.endsWith("transform"))&&(nAe.removeEventListener("transitionend",aAe),nAe[moveCbKey]=null,removeTransitionClass(nAe,tAe))};nAe.addEventListener("transitionend",aAe)}),z9=[]}),()=>{const tAe=toRaw(r4),AAe=resolveTransitionProps(tAe);let iAe=tAe.tag||Fragment$1;if(z9=[],eAe)for(let nAe=0;nAe{AAe.split(/\s+/).forEach(iAe=>iAe&&zP.classList.remove(iAe))}),$P.split(/\s+/).forEach(AAe=>AAe&&zP.classList.add(AAe)),zP.style.display="none";const eAe=x_.nodeType===1?x_:x_.parentNode;eAe.appendChild(zP);const{hasTransform:tAe}=getTransitionInfo(zP);return eAe.removeChild(zP),tAe}const getModelAssigner=r4=>{const x_=r4.props["onUpdate:modelValue"]||!1;return isArray$6(x_)?$P=>invokeArrayFns(x_,$P):x_};function onCompositionStart(r4){r4.target.composing=!0}function onCompositionEnd(r4){const x_=r4.target;x_.composing&&(x_.composing=!1,x_.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign");function castValue(r4,x_,$P){return x_&&(r4=r4.trim()),$P&&(r4=looseToNumber$1(r4)),r4}const vModelText={created(r4,{modifiers:{lazy:x_,trim:$P,number:zP}},z9){r4[assignKey]=getModelAssigner(z9);const eAe=zP||z9.props&&z9.props.type==="number";addEventListener$2(r4,x_?"change":"input",tAe=>{tAe.target.composing||r4[assignKey](castValue(r4.value,$P,eAe))}),($P||eAe)&&addEventListener$2(r4,"change",()=>{r4.value=castValue(r4.value,$P,eAe)}),x_||(addEventListener$2(r4,"compositionstart",onCompositionStart),addEventListener$2(r4,"compositionend",onCompositionEnd),addEventListener$2(r4,"change",onCompositionEnd))},mounted(r4,{value:x_}){r4.value=x_??""},beforeUpdate(r4,{value:x_,oldValue:$P,modifiers:{lazy:zP,trim:z9,number:eAe}},tAe){if(r4[assignKey]=getModelAssigner(tAe),r4.composing)return;const AAe=(eAe||r4.type==="number")&&!/^0\d/.test(r4.value)?looseToNumber$1(r4.value):r4.value,iAe=x_??"";if(AAe===iAe)return;const nAe=r4.getRootNode();(nAe instanceof Document||nAe instanceof ShadowRoot)&&nAe.activeElement===r4&&r4.type!=="range"&&(zP&&x_===$P||z9&&r4.value.trim()===iAe)||(r4.value=iAe)}},vModelCheckbox={deep:!0,created(r4,x_,$P){r4[assignKey]=getModelAssigner($P),addEventListener$2(r4,"change",()=>{const zP=r4._modelValue,z9=getValue$2(r4),eAe=r4.checked,tAe=r4[assignKey];if(isArray$6(zP)){const AAe=looseIndexOf(zP,z9),iAe=AAe!==-1;if(eAe&&!iAe)tAe(zP.concat(z9));else if(!eAe&&iAe){const nAe=[...zP];nAe.splice(AAe,1),tAe(nAe)}}else if(isSet$1(zP)){const AAe=new Set(zP);eAe?AAe.add(z9):AAe.delete(z9),tAe(AAe)}else tAe(getCheckboxValue(r4,eAe))})},mounted:setChecked,beforeUpdate(r4,x_,$P){r4[assignKey]=getModelAssigner($P),setChecked(r4,x_,$P)}};function setChecked(r4,{value:x_,oldValue:$P},zP){r4._modelValue=x_;let z9;if(isArray$6(x_))z9=looseIndexOf(x_,zP.props.value)>-1;else if(isSet$1(x_))z9=x_.has(zP.props.value);else{if(x_===$P)return;z9=looseEqual(x_,getCheckboxValue(r4,!0))}r4.checked!==z9&&(r4.checked=z9)}const vModelRadio={created(r4,{value:x_},$P){r4.checked=looseEqual(x_,$P.props.value),r4[assignKey]=getModelAssigner($P),addEventListener$2(r4,"change",()=>{r4[assignKey](getValue$2(r4))})},beforeUpdate(r4,{value:x_,oldValue:$P},zP){r4[assignKey]=getModelAssigner(zP),x_!==$P&&(r4.checked=looseEqual(x_,zP.props.value))}},vModelSelect={deep:!0,created(r4,{value:x_,modifiers:{number:$P}},zP){const z9=isSet$1(x_);addEventListener$2(r4,"change",()=>{const eAe=Array.prototype.filter.call(r4.options,tAe=>tAe.selected).map(tAe=>$P?looseToNumber$1(getValue$2(tAe)):getValue$2(tAe));r4[assignKey](r4.multiple?z9?new Set(eAe):eAe:eAe[0]),r4._assigning=!0,nextTick(()=>{r4._assigning=!1})}),r4[assignKey]=getModelAssigner(zP)},mounted(r4,{value:x_}){setSelected(r4,x_)},beforeUpdate(r4,x_,$P){r4[assignKey]=getModelAssigner($P)},updated(r4,{value:x_}){r4._assigning||setSelected(r4,x_)}};function setSelected(r4,x_){const $P=r4.multiple,zP=isArray$6(x_);if(!($P&&!zP&&!isSet$1(x_))){for(let z9=0,eAe=r4.options.length;z9String(nAe)===String(AAe)):tAe.selected=looseIndexOf(x_,AAe)>-1}else tAe.selected=x_.has(AAe);else if(looseEqual(getValue$2(tAe),x_)){r4.selectedIndex!==z9&&(r4.selectedIndex=z9);return}}!$P&&r4.selectedIndex!==-1&&(r4.selectedIndex=-1)}}function getValue$2(r4){return"_value"in r4?r4._value:r4.value}function getCheckboxValue(r4,x_){const $P=x_?"_trueValue":"_falseValue";return $P in r4?r4[$P]:x_}const vModelDynamic={created(r4,x_,$P){callModelHook(r4,x_,$P,null,"created")},mounted(r4,x_,$P){callModelHook(r4,x_,$P,null,"mounted")},beforeUpdate(r4,x_,$P,zP){callModelHook(r4,x_,$P,zP,"beforeUpdate")},updated(r4,x_,$P,zP){callModelHook(r4,x_,$P,zP,"updated")}};function resolveDynamicModel(r4,x_){switch(r4){case"SELECT":return vModelSelect;case"TEXTAREA":return vModelText;default:switch(x_){case"checkbox":return vModelCheckbox;case"radio":return vModelRadio;default:return vModelText}}}function callModelHook(r4,x_,$P,zP,z9){const tAe=resolveDynamicModel(r4.tagName,$P.props&&$P.props.type)[z9];tAe&&tAe(r4,x_,$P,zP)}function initVModelForSSR(){vModelText.getSSRProps=({value:r4})=>({value:r4}),vModelRadio.getSSRProps=({value:r4},x_)=>{if(x_.props&&looseEqual(x_.props.value,r4))return{checked:!0}},vModelCheckbox.getSSRProps=({value:r4},x_)=>{if(isArray$6(r4)){if(x_.props&&looseIndexOf(r4,x_.props.value)>-1)return{checked:!0}}else if(isSet$1(r4)){if(x_.props&&r4.has(x_.props.value))return{checked:!0}}else if(r4)return{checked:!0}},vModelDynamic.getSSRProps=(r4,x_)=>{if(typeof x_.type!="string")return;const $P=resolveDynamicModel(x_.type.toUpperCase(),x_.props&&x_.props.type);if($P.getSSRProps)return $P.getSSRProps(r4,x_)}}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:r4=>r4.stopPropagation(),prevent:r4=>r4.preventDefault(),self:r4=>r4.target!==r4.currentTarget,ctrl:r4=>!r4.ctrlKey,shift:r4=>!r4.shiftKey,alt:r4=>!r4.altKey,meta:r4=>!r4.metaKey,left:r4=>"button"in r4&&r4.button!==0,middle:r4=>"button"in r4&&r4.button!==1,right:r4=>"button"in r4&&r4.button!==2,exact:(r4,x_)=>systemModifiers.some($P=>r4[`${$P}Key`]&&!x_.includes($P))},withModifiers=(r4,x_)=>{if(!r4)return r4;const $P=r4._withMods||(r4._withMods={}),zP=x_.join(".");return $P[zP]||($P[zP]=(z9,...eAe)=>{for(let tAe=0;tAe{const $P=r4._withKeys||(r4._withKeys={}),zP=x_.join(".");return $P[zP]||($P[zP]=z9=>{if(!("key"in z9))return;const eAe=hyphenate(z9.key);if(x_.some(tAe=>tAe===eAe||keyNames[tAe]===eAe))return r4(z9)})},rendererOptions=extend$3({patchProp},nodeOps);let renderer,enabledHydration=!1;function ensureRenderer(){return renderer||(renderer=createRenderer(rendererOptions))}function ensureHydrationRenderer(){return renderer=enabledHydration?renderer:createHydrationRenderer(rendererOptions),enabledHydration=!0,renderer}const render$1=(...r4)=>{ensureRenderer().render(...r4)},hydrate=(...r4)=>{ensureHydrationRenderer().hydrate(...r4)},createApp=(...r4)=>{const x_=ensureRenderer().createApp(...r4),{mount:$P}=x_;return x_.mount=zP=>{const z9=normalizeContainer(zP);if(!z9)return;const eAe=x_._component;!isFunction$4(eAe)&&!eAe.render&&!eAe.template&&(eAe.template=z9.innerHTML),z9.nodeType===1&&(z9.textContent="");const tAe=$P(z9,!1,resolveRootNamespace(z9));return z9 instanceof Element&&(z9.removeAttribute("v-cloak"),z9.setAttribute("data-v-app","")),tAe},x_},createSSRApp=(...r4)=>{const x_=ensureHydrationRenderer().createApp(...r4),{mount:$P}=x_;return x_.mount=zP=>{const z9=normalizeContainer(zP);if(z9)return $P(z9,!0,resolveRootNamespace(z9))},x_};function resolveRootNamespace(r4){if(r4 instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&r4 instanceof MathMLElement)return"mathml"}function normalizeContainer(r4){return isString$2(r4)?document.querySelector(r4):r4}let ssrDirectiveInitialized=!1;const initDirectivesForSSR=()=>{ssrDirectiveInitialized||(ssrDirectiveInitialized=!0,initVModelForSSR(),initVShowForSSR())},runtimeDom_esmBundler=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition,BaseTransitionPropsValidators,Comment,DeprecationTypes,EffectScope,ErrorCodes:ErrorCodes$1,ErrorTypeStrings,Fragment:Fragment$1,KeepAlive,ReactiveEffect,Static,Suspense,Teleport,Text,TrackOpTypes,Transition,TransitionGroup,TriggerOpTypes,VueElement,assertNumber,callWithAsyncErrorHandling,callWithErrorHandling,camelize,capitalize:capitalize$3,cloneVNode,compatUtils,computed,createApp,createBlock,createCommentVNode,createElementBlock,createElementVNode:createBaseVNode,createHydrationRenderer,createPropsRestProxy,createRenderer,createSSRApp,createSlots,createStaticVNode,createTextVNode,createVNode:createVNode$1,customRef,defineAsyncComponent,defineComponent,defineCustomElement,defineEmits,defineExpose,defineModel,defineOptions,defineProps,defineSSRCustomElement,defineSlots,devtools,effect,effectScope,getCurrentInstance,getCurrentScope,getCurrentWatcher,getTransitionRawChildren,guardReactiveProps,h:h$d,handleError,hasInjectionContext,hydrate,hydrateOnIdle,hydrateOnInteraction,hydrateOnMediaQuery,hydrateOnVisible,initCustomFormatter,initDirectivesForSSR,inject,isMemoSame,isProxy,isReactive,isReadonly,isRef,isRuntimeOnly,isShallow,isVNode,markRaw,mergeDefaults,mergeModels,mergeProps,nextTick,nodeOps,normalizeClass,normalizeProps,normalizeStyle:normalizeStyle$1,onActivated,onBeforeMount,onBeforeUnmount,onBeforeUpdate,onDeactivated,onErrorCaptured,onMounted,onRenderTracked,onRenderTriggered,onScopeDispose,onServerPrefetch,onUnmounted,onUpdated,onWatcherCleanup,openBlock,patchProp,popScopeId,provide,proxyRefs,pushScopeId,queuePostFlushCb,reactive,readonly,ref,registerRuntimeCompiler,render:render$1,renderList,renderSlot,resolveComponent,resolveDirective,resolveDynamicComponent,resolveFilter,resolveTransitionHooks,setBlockTracking,setDevtoolsHook,setTransitionHooks,shallowReactive,shallowReadonly,shallowRef,ssrContextKey,ssrUtils,stop:stop$1,toDisplayString,toHandlerKey,toHandlers,toRaw,toRef:toRef$1,toRefs,toValue:toValue$1,transformVNodeArgs,triggerRef,unref,useAttrs:useAttrs$1,useCssModule,useCssVars,useHost,useId:useId$1,useModel,useSSRContext,useShadowRoot,useSlots,useTemplateRef,useTransitionState,vModelCheckbox,vModelDynamic,vModelRadio,vModelSelect,vModelText,vShow,version:version$2,warn,watch,watchEffect,watchPostEffect,watchSyncEffect,withAsyncContext,withCtx,withDefaults,withDirectives,withKeys,withMemo,withModifiers,withScopeId},Symbol.toStringTag,{value:"Module"}));/** * vue v3.5.33 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/const compile$1=()=>{},t$9=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition,BaseTransitionPropsValidators,Comment,DeprecationTypes,EffectScope,ErrorCodes:ErrorCodes$1,ErrorTypeStrings,Fragment:Fragment$1,KeepAlive,ReactiveEffect,Static,Suspense,Teleport,Text,TrackOpTypes,Transition,TransitionGroup,TriggerOpTypes,VueElement,assertNumber,callWithAsyncErrorHandling,callWithErrorHandling,camelize,capitalize:capitalize$3,cloneVNode,compatUtils,compile:compile$1,computed,createApp,createBlock,createCommentVNode,createElementBlock,createElementVNode:createBaseVNode,createHydrationRenderer,createPropsRestProxy,createRenderer,createSSRApp,createSlots,createStaticVNode,createTextVNode,createVNode:createVNode$1,customRef,defineAsyncComponent,defineComponent,defineCustomElement,defineEmits,defineExpose,defineModel,defineOptions,defineProps,defineSSRCustomElement,defineSlots,devtools,effect,effectScope,getCurrentInstance,getCurrentScope,getCurrentWatcher,getTransitionRawChildren,guardReactiveProps,h:h$d,handleError,hasInjectionContext,hydrate,hydrateOnIdle,hydrateOnInteraction,hydrateOnMediaQuery,hydrateOnVisible,initCustomFormatter,initDirectivesForSSR,inject,isMemoSame,isProxy,isReactive,isReadonly,isRef,isRuntimeOnly,isShallow,isVNode,markRaw,mergeDefaults,mergeModels,mergeProps,nextTick,nodeOps,normalizeClass,normalizeProps,normalizeStyle:normalizeStyle$1,onActivated,onBeforeMount,onBeforeUnmount,onBeforeUpdate,onDeactivated,onErrorCaptured,onMounted,onRenderTracked,onRenderTriggered,onScopeDispose,onServerPrefetch,onUnmounted,onUpdated,onWatcherCleanup,openBlock,patchProp,popScopeId,provide,proxyRefs,pushScopeId,queuePostFlushCb,reactive,readonly,ref,registerRuntimeCompiler,render:render$1,renderList,renderSlot,resolveComponent,resolveDirective,resolveDynamicComponent,resolveFilter,resolveTransitionHooks,setBlockTracking,setDevtoolsHook,setTransitionHooks,shallowReactive,shallowReadonly,shallowRef,ssrContextKey,ssrUtils,stop:stop$1,toDisplayString,toHandlerKey,toHandlers,toRaw,toRef:toRef$1,toRefs,toValue:toValue$1,transformVNodeArgs,triggerRef,unref,useAttrs:useAttrs$1,useCssModule,useCssVars,useHost,useId:useId$1,useModel,useSSRContext,useShadowRoot,useSlots,useTemplateRef,useTransitionState,vModelCheckbox,vModelDynamic,vModelRadio,vModelSelect,vModelText,vShow,version:version$2,warn,watch,watchEffect,watchPostEffect,watchSyncEffect,withAsyncContext,withCtx,withDefaults,withDirectives,withKeys,withMemo,withModifiers,withScopeId},Symbol.toStringTag,{value:"Module"}));/*! * vue-router v4.6.4 * (c) 2025 Eduardo San Martin Morote * @license MIT */const isBrowser=typeof document<"u";function isRouteComponent(r4){return typeof r4=="object"||"displayName"in r4||"props"in r4||"__vccOpts"in r4}function isESModule(r4){return r4.__esModule||r4[Symbol.toStringTag]==="Module"||r4.default&&isRouteComponent(r4.default)}const assign$1=Object.assign;function applyToParams(r4,x_){const $P={};for(const zP in x_){const z9=x_[zP];$P[zP]=isArray$5(z9)?z9.map(r4):r4(z9)}return $P}const noop$9=()=>{},isArray$5=Array.isArray;function mergeOptions$1(r4,x_){const $P={};for(const zP in r4)$P[zP]=zP in x_?x_[zP]:r4[zP];return $P}const HASH_RE=/#/g,AMPERSAND_RE=/&/g,SLASH_RE=/\//g,EQUAL_RE=/=/g,IM_RE=/\?/g,PLUS_RE=/\+/g,ENC_BRACKET_OPEN_RE=/%5B/g,ENC_BRACKET_CLOSE_RE=/%5D/g,ENC_CARET_RE=/%5E/g,ENC_BACKTICK_RE=/%60/g,ENC_CURLY_OPEN_RE=/%7B/g,ENC_PIPE_RE=/%7C/g,ENC_CURLY_CLOSE_RE=/%7D/g,ENC_SPACE_RE=/%20/g;function commonEncode(r4){return r4==null?"":encodeURI(""+r4).replace(ENC_PIPE_RE,"|").replace(ENC_BRACKET_OPEN_RE,"[").replace(ENC_BRACKET_CLOSE_RE,"]")}function encodeHash(r4){return commonEncode(r4).replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryValue(r4){return commonEncode(r4).replace(PLUS_RE,"%2B").replace(ENC_SPACE_RE,"+").replace(HASH_RE,"%23").replace(AMPERSAND_RE,"%26").replace(ENC_BACKTICK_RE,"`").replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryKey(r4){return encodeQueryValue(r4).replace(EQUAL_RE,"%3D")}function encodePath(r4){return commonEncode(r4).replace(HASH_RE,"%23").replace(IM_RE,"%3F")}function encodeParam(r4){return encodePath(r4).replace(SLASH_RE,"%2F")}function decode$3(r4){if(r4==null)return null;try{return decodeURIComponent(""+r4)}catch{}return""+r4}const TRAILING_SLASH_RE=/\/$/,removeTrailingSlash=r4=>r4.replace(TRAILING_SLASH_RE,"");function parseURL(r4,x_,$P="/"){let zP,z9={},eAe="",tAe="";const AAe=x_.indexOf("#");let iAe=x_.indexOf("?");return iAe=AAe>=0&&iAe>AAe?-1:iAe,iAe>=0&&(zP=x_.slice(0,iAe),eAe=x_.slice(iAe,AAe>0?AAe:x_.length),z9=r4(eAe.slice(1))),AAe>=0&&(zP=zP||x_.slice(0,AAe),tAe=x_.slice(AAe,x_.length)),zP=resolveRelativePath(zP??x_,$P),{fullPath:zP+eAe+tAe,path:zP,query:z9,hash:decode$3(tAe)}}function stringifyURL(r4,x_){const $P=x_.query?r4(x_.query):"";return x_.path+($P&&"?")+$P+(x_.hash||"")}function stripBase(r4,x_){return!x_||!r4.toLowerCase().startsWith(x_.toLowerCase())?r4:r4.slice(x_.length)||"/"}function isSameRouteLocation(r4,x_,$P){const zP=x_.matched.length-1,z9=$P.matched.length-1;return zP>-1&&zP===z9&&isSameRouteRecord(x_.matched[zP],$P.matched[z9])&&isSameRouteLocationParams(x_.params,$P.params)&&r4(x_.query)===r4($P.query)&&x_.hash===$P.hash}function isSameRouteRecord(r4,x_){return(r4.aliasOf||r4)===(x_.aliasOf||x_)}function isSameRouteLocationParams(r4,x_){if(Object.keys(r4).length!==Object.keys(x_).length)return!1;for(var $P in r4)if(!isSameRouteLocationParamsValue(r4[$P],x_[$P]))return!1;return!0}function isSameRouteLocationParamsValue(r4,x_){return isArray$5(r4)?isEquivalentArray(r4,x_):isArray$5(x_)?isEquivalentArray(x_,r4):(r4==null?void 0:r4.valueOf())===(x_==null?void 0:x_.valueOf())}function isEquivalentArray(r4,x_){return isArray$5(x_)?r4.length===x_.length&&r4.every(($P,zP)=>$P===x_[zP]):r4.length===1&&r4[0]===x_}function resolveRelativePath(r4,x_){if(r4.startsWith("/"))return r4;if(!r4)return x_;const $P=x_.split("/"),zP=r4.split("/"),z9=zP[zP.length-1];(z9===".."||z9===".")&&zP.push("");let eAe=$P.length-1,tAe,AAe;for(tAe=0;tAe1&&eAe--;else break;return $P.slice(0,eAe).join("/")+"/"+zP.slice(tAe).join("/")}const START_LOCATION_NORMALIZED={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let NavigationType=function(r4){return r4.pop="pop",r4.push="push",r4}({}),NavigationDirection=function(r4){return r4.back="back",r4.forward="forward",r4.unknown="",r4}({});function normalizeBase(r4){if(!r4)if(isBrowser){const x_=document.querySelector("base");r4=x_&&x_.getAttribute("href")||"/",r4=r4.replace(/^\w+:\/\/[^\/]+/,"")}else r4="/";return r4[0]!=="/"&&r4[0]!=="#"&&(r4="/"+r4),removeTrailingSlash(r4)}const BEFORE_HASH_RE=/^[^#]+#/;function createHref(r4,x_){return r4.replace(BEFORE_HASH_RE,"#")+x_}function getElementPosition(r4,x_){const $P=document.documentElement.getBoundingClientRect(),zP=r4.getBoundingClientRect();return{behavior:x_.behavior,left:zP.left-$P.left-(x_.left||0),top:zP.top-$P.top-(x_.top||0)}}const computeScrollPosition=()=>({left:window.scrollX,top:window.scrollY});function scrollToPosition(r4){let x_;if("el"in r4){const $P=r4.el,zP=typeof $P=="string"&&$P.startsWith("#"),z9=typeof $P=="string"?zP?document.getElementById($P.slice(1)):document.querySelector($P):$P;if(!z9)return;x_=getElementPosition(z9,r4)}else x_=r4;"scrollBehavior"in document.documentElement.style?window.scrollTo(x_):window.scrollTo(x_.left!=null?x_.left:window.scrollX,x_.top!=null?x_.top:window.scrollY)}function getScrollKey(r4,x_){return(history.state?history.state.position-x_:-1)+r4}const scrollPositions=new Map;function saveScrollPosition(r4,x_){scrollPositions.set(r4,x_)}function getSavedScrollPosition(r4){const x_=scrollPositions.get(r4);return scrollPositions.delete(r4),x_}function isRouteLocation(r4){return typeof r4=="string"||r4&&typeof r4=="object"}function isRouteName(r4){return typeof r4=="string"||typeof r4=="symbol"}let ErrorTypes$1=function(r4){return r4[r4.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",r4[r4.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",r4[r4.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",r4[r4.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",r4[r4.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",r4}({});const NavigationFailureSymbol=Symbol("");ErrorTypes$1.MATCHER_NOT_FOUND+"",ErrorTypes$1.NAVIGATION_GUARD_REDIRECT+"",ErrorTypes$1.NAVIGATION_ABORTED+"",ErrorTypes$1.NAVIGATION_CANCELLED+"",ErrorTypes$1.NAVIGATION_DUPLICATED+"";function createRouterError(r4,x_){return assign$1(new Error,{type:r4,[NavigationFailureSymbol]:!0},x_)}function isNavigationFailure(r4,x_){return r4 instanceof Error&&NavigationFailureSymbol in r4&&(x_==null||!!(r4.type&x_))}const propertiesToLog=["params","query","hash"];function stringifyRoute(r4){if(typeof r4=="string")return r4;if(r4.path!=null)return r4.path;const x_={};for(const $P of propertiesToLog)$P in r4&&(x_[$P]=r4[$P]);return JSON.stringify(x_,null,2)}function parseQuery(r4){const x_={};if(r4===""||r4==="?")return x_;const $P=(r4[0]==="?"?r4.slice(1):r4).split("&");for(let zP=0;zP<$P.length;++zP){const z9=$P[zP].replace(PLUS_RE," "),eAe=z9.indexOf("="),tAe=decode$3(eAe<0?z9:z9.slice(0,eAe)),AAe=eAe<0?null:decode$3(z9.slice(eAe+1));if(tAe in x_){let iAe=x_[tAe];isArray$5(iAe)||(iAe=x_[tAe]=[iAe]),iAe.push(AAe)}else x_[tAe]=AAe}return x_}function stringifyQuery(r4){let x_="";for(let $P in r4){const zP=r4[$P];if($P=encodeQueryKey($P),zP==null){zP!==void 0&&(x_+=(x_.length?"&":"")+$P);continue}(isArray$5(zP)?zP.map(z9=>z9&&encodeQueryValue(z9)):[zP&&encodeQueryValue(zP)]).forEach(z9=>{z9!==void 0&&(x_+=(x_.length?"&":"")+$P,z9!=null&&(x_+="="+z9))})}return x_}function normalizeQuery(r4){const x_={};for(const $P in r4){const zP=r4[$P];zP!==void 0&&(x_[$P]=isArray$5(zP)?zP.map(z9=>z9==null?null:""+z9):zP==null?zP:""+zP)}return x_}const matchedRouteKey=Symbol(""),viewDepthKey=Symbol(""),routerKey=Symbol(""),routeLocationKey=Symbol(""),routerViewLocationKey=Symbol("");function useCallbacks(){let r4=[];function x_(zP){return r4.push(zP),()=>{const z9=r4.indexOf(zP);z9>-1&&r4.splice(z9,1)}}function $P(){r4=[]}return{add:x_,list:()=>r4.slice(),reset:$P}}function guardToPromiseFn(r4,x_,$P,zP,z9,eAe=tAe=>tAe()){const tAe=zP&&(zP.enterCallbacks[z9]=zP.enterCallbacks[z9]||[]);return()=>new Promise((AAe,iAe)=>{const nAe=cAe=>{cAe===!1?iAe(createRouterError(ErrorTypes$1.NAVIGATION_ABORTED,{from:$P,to:x_})):cAe instanceof Error?iAe(cAe):isRouteLocation(cAe)?iAe(createRouterError(ErrorTypes$1.NAVIGATION_GUARD_REDIRECT,{from:x_,to:cAe})):(tAe&&zP.enterCallbacks[z9]===tAe&&typeof cAe=="function"&&tAe.push(cAe),AAe())},oAe=eAe(()=>r4.call(zP&&zP.instances[z9],x_,$P,nAe));let aAe=Promise.resolve(oAe);r4.length<3&&(aAe=aAe.then(nAe)),aAe.catch(cAe=>iAe(cAe))})}function extractComponentsGuards(r4,x_,$P,zP,z9=eAe=>eAe()){const eAe=[];for(const tAe of r4)for(const AAe in tAe.components){let iAe=tAe.components[AAe];if(!(x_!=="beforeRouteEnter"&&!tAe.instances[AAe]))if(isRouteComponent(iAe)){const nAe=(iAe.__vccOpts||iAe)[x_];nAe&&eAe.push(guardToPromiseFn(nAe,$P,zP,tAe,AAe,z9))}else{let nAe=iAe();eAe.push(()=>nAe.then(oAe=>{if(!oAe)throw new Error(`Couldn't resolve component "${AAe}" at "${tAe.path}"`);const aAe=isESModule(oAe)?oAe.default:oAe;tAe.mods[AAe]=oAe,tAe.components[AAe]=aAe;const cAe=(aAe.__vccOpts||aAe)[x_];return cAe&&guardToPromiseFn(cAe,$P,zP,tAe,AAe,z9)()}))}}return eAe}function extractChangingRecords(r4,x_){const $P=[],zP=[],z9=[],eAe=Math.max(x_.matched.length,r4.matched.length);for(let tAe=0;tAeisSameRouteRecord(nAe,AAe))?zP.push(AAe):$P.push(AAe));const iAe=r4.matched[tAe];iAe&&(x_.matched.find(nAe=>isSameRouteRecord(nAe,iAe))||z9.push(iAe))}return[$P,zP,z9]}/*! * vue-router v4.6.4 * (c) 2025 Eduardo San Martin Morote * @license MIT */let createBaseLocation=()=>location.protocol+"//"+location.host;function createCurrentLocation(r4,x_){const{pathname:$P,search:zP,hash:z9}=x_,eAe=r4.indexOf("#");if(eAe>-1){let tAe=z9.includes(r4.slice(eAe))?r4.slice(eAe).length:1,AAe=z9.slice(tAe);return AAe[0]!=="/"&&(AAe="/"+AAe),stripBase(AAe,"")}return stripBase($P,r4)+zP+z9}function useHistoryListeners(r4,x_,$P,zP){let z9=[],eAe=[],tAe=null;const AAe=({state:cAe})=>{const uAe=createCurrentLocation(r4,location),dAe=$P.value,EAe=x_.value;let gAe=0;if(cAe){if($P.value=uAe,x_.value=cAe,tAe&&tAe===dAe){tAe=null;return}gAe=EAe?cAe.position-EAe.position:0}else zP(uAe);z9.forEach(pAe=>{pAe($P.value,dAe,{delta:gAe,type:NavigationType.pop,direction:gAe?gAe>0?NavigationDirection.forward:NavigationDirection.back:NavigationDirection.unknown})})};function iAe(){tAe=$P.value}function nAe(cAe){z9.push(cAe);const uAe=()=>{const dAe=z9.indexOf(cAe);dAe>-1&&z9.splice(dAe,1)};return eAe.push(uAe),uAe}function oAe(){if(document.visibilityState==="hidden"){const{history:cAe}=window;if(!cAe.state)return;cAe.replaceState(assign$1({},cAe.state,{scroll:computeScrollPosition()}),"")}}function aAe(){for(const cAe of eAe)cAe();eAe=[],window.removeEventListener("popstate",AAe),window.removeEventListener("pagehide",oAe),document.removeEventListener("visibilitychange",oAe)}return window.addEventListener("popstate",AAe),window.addEventListener("pagehide",oAe),document.addEventListener("visibilitychange",oAe),{pauseListeners:iAe,listen:nAe,destroy:aAe}}function buildState(r4,x_,$P,zP=!1,z9=!1){return{back:r4,current:x_,forward:$P,replaced:zP,position:window.history.length,scroll:z9?computeScrollPosition():null}}function useHistoryStateNavigation(r4){const{history:x_,location:$P}=window,zP={value:createCurrentLocation(r4,$P)},z9={value:x_.state};z9.value||eAe(zP.value,{back:null,current:zP.value,forward:null,position:x_.length-1,replaced:!0,scroll:null},!0);function eAe(iAe,nAe,oAe){const aAe=r4.indexOf("#"),cAe=aAe>-1?($P.host&&document.querySelector("base")?r4:r4.slice(aAe))+iAe:createBaseLocation()+r4+iAe;try{x_[oAe?"replaceState":"pushState"](nAe,"",cAe),z9.value=nAe}catch(uAe){console.error(uAe),$P[oAe?"replace":"assign"](cAe)}}function tAe(iAe,nAe){eAe(iAe,assign$1({},x_.state,buildState(z9.value.back,iAe,z9.value.forward,!0),nAe,{position:z9.value.position}),!0),zP.value=iAe}function AAe(iAe,nAe){const oAe=assign$1({},z9.value,x_.state,{forward:iAe,scroll:computeScrollPosition()});eAe(oAe.current,oAe,!0),eAe(iAe,assign$1({},buildState(zP.value,iAe,null),{position:oAe.position+1},nAe),!1),zP.value=iAe}return{location:zP,state:z9,push:AAe,replace:tAe}}function createWebHistory(r4){r4=normalizeBase(r4);const x_=useHistoryStateNavigation(r4),$P=useHistoryListeners(r4,x_.state,x_.location,x_.replace);function zP(eAe,tAe=!0){tAe||$P.pauseListeners(),history.go(eAe)}const z9=assign$1({location:"",base:r4,go:zP,createHref:createHref.bind(null,r4)},x_,$P);return Object.defineProperty(z9,"location",{enumerable:!0,get:()=>x_.location.value}),Object.defineProperty(z9,"state",{enumerable:!0,get:()=>x_.state.value}),z9}let TokenType=function(r4){return r4[r4.Static=0]="Static",r4[r4.Param=1]="Param",r4[r4.Group=2]="Group",r4}({});var TokenizerState=function(r4){return r4[r4.Static=0]="Static",r4[r4.Param=1]="Param",r4[r4.ParamRegExp=2]="ParamRegExp",r4[r4.ParamRegExpEnd=3]="ParamRegExpEnd",r4[r4.EscapeNext=4]="EscapeNext",r4}(TokenizerState||{});const ROOT_TOKEN={type:TokenType.Static,value:""},VALID_PARAM_RE=/[a-zA-Z0-9_]/;function tokenizePath(r4){if(!r4)return[[]];if(r4==="/")return[[ROOT_TOKEN]];if(!r4.startsWith("/"))throw new Error(`Invalid path "${r4}"`);function x_(uAe){throw new Error(`ERR (${$P})/"${nAe}": ${uAe}`)}let $P=TokenizerState.Static,zP=$P;const z9=[];let eAe;function tAe(){eAe&&z9.push(eAe),eAe=[]}let AAe=0,iAe,nAe="",oAe="";function aAe(){nAe&&($P===TokenizerState.Static?eAe.push({type:TokenType.Static,value:nAe}):$P===TokenizerState.Param||$P===TokenizerState.ParamRegExp||$P===TokenizerState.ParamRegExpEnd?(eAe.length>1&&(iAe==="*"||iAe==="+")&&x_(`A repeatable param (${nAe}) must be alone in its segment. eg: '/:ids+.`),eAe.push({type:TokenType.Param,value:nAe,regexp:oAe,repeatable:iAe==="*"||iAe==="+",optional:iAe==="*"||iAe==="?"})):x_("Invalid state to consume buffer"),nAe="")}function cAe(){nAe+=iAe}for(;AAex_.length?x_.length===1&&x_[0]===PathScore.Static+PathScore.Segment?1:-1:0}function comparePathParserScore(r4,x_){let $P=0;const zP=r4.score,z9=x_.score;for(;$P0&&x_[x_.length-1]<0}const PATH_PARSER_OPTIONS_DEFAULTS={strict:!1,end:!0,sensitive:!1};function createRouteRecordMatcher(r4,x_,$P){const zP=tokensToParser(tokenizePath(r4.path),$P),z9=assign$1(zP,{record:r4,parent:x_,children:[],alias:[]});return x_&&!z9.record.aliasOf==!x_.record.aliasOf&&x_.children.push(z9),z9}function createRouterMatcher(r4,x_){const $P=[],zP=new Map;x_=mergeOptions$1(PATH_PARSER_OPTIONS_DEFAULTS,x_);function z9(aAe){return zP.get(aAe)}function eAe(aAe,cAe,uAe){const dAe=!uAe,EAe=normalizeRouteRecord(aAe);EAe.aliasOf=uAe&&uAe.record;const gAe=mergeOptions$1(x_,aAe),pAe=[EAe];if("alias"in aAe){const DAe=typeof aAe.alias=="string"?[aAe.alias]:aAe.alias;for(const NAe of DAe)pAe.push(normalizeRouteRecord(assign$1({},EAe,{components:uAe?uAe.record.components:EAe.components,path:NAe,aliasOf:uAe?uAe.record:EAe})))}let mAe,SAe;for(const DAe of pAe){const{path:NAe}=DAe;if(cAe&&NAe[0]!=="/"){const TAe=cAe.record.path,bAe=TAe[TAe.length-1]==="/"?"":"/";DAe.path=cAe.record.path+(NAe&&bAe+NAe)}if(mAe=createRouteRecordMatcher(DAe,cAe,gAe),uAe?uAe.alias.push(mAe):(SAe=SAe||mAe,SAe!==mAe&&SAe.alias.push(mAe),dAe&&aAe.name&&!isAliasRecord(mAe)&&tAe(aAe.name)),isMatchable(mAe)&&iAe(mAe),EAe.children){const TAe=EAe.children;for(let bAe=0;bAe{tAe(SAe)}:noop$9}function tAe(aAe){if(isRouteName(aAe)){const cAe=zP.get(aAe);cAe&&(zP.delete(aAe),$P.splice($P.indexOf(cAe),1),cAe.children.forEach(tAe),cAe.alias.forEach(tAe))}else{const cAe=$P.indexOf(aAe);cAe>-1&&($P.splice(cAe,1),aAe.record.name&&zP.delete(aAe.record.name),aAe.children.forEach(tAe),aAe.alias.forEach(tAe))}}function AAe(){return $P}function iAe(aAe){const cAe=findInsertionIndex(aAe,$P);$P.splice(cAe,0,aAe),aAe.record.name&&!isAliasRecord(aAe)&&zP.set(aAe.record.name,aAe)}function nAe(aAe,cAe){let uAe,dAe={},EAe,gAe;if("name"in aAe&&aAe.name){if(uAe=zP.get(aAe.name),!uAe)throw createRouterError(ErrorTypes$1.MATCHER_NOT_FOUND,{location:aAe});gAe=uAe.record.name,dAe=assign$1(pickParams(cAe.params,uAe.keys.filter(SAe=>!SAe.optional).concat(uAe.parent?uAe.parent.keys.filter(SAe=>SAe.optional):[]).map(SAe=>SAe.name)),aAe.params&&pickParams(aAe.params,uAe.keys.map(SAe=>SAe.name))),EAe=uAe.stringify(dAe)}else if(aAe.path!=null)EAe=aAe.path,uAe=$P.find(SAe=>SAe.re.test(EAe)),uAe&&(dAe=uAe.parse(EAe),gAe=uAe.record.name);else{if(uAe=cAe.name?zP.get(cAe.name):$P.find(SAe=>SAe.re.test(cAe.path)),!uAe)throw createRouterError(ErrorTypes$1.MATCHER_NOT_FOUND,{location:aAe,currentLocation:cAe});gAe=uAe.record.name,dAe=assign$1({},cAe.params,aAe.params),EAe=uAe.stringify(dAe)}const pAe=[];let mAe=uAe;for(;mAe;)pAe.unshift(mAe.record),mAe=mAe.parent;return{name:gAe,path:EAe,params:dAe,matched:pAe,meta:mergeMetaFields(pAe)}}r4.forEach(aAe=>eAe(aAe));function oAe(){$P.length=0,zP.clear()}return{addRoute:eAe,resolve:nAe,removeRoute:tAe,clearRoutes:oAe,getRoutes:AAe,getRecordMatcher:z9}}function pickParams(r4,x_){const $P={};for(const zP of x_)zP in r4&&($P[zP]=r4[zP]);return $P}function normalizeRouteRecord(r4){const x_={path:r4.path,redirect:r4.redirect,name:r4.name,meta:r4.meta||{},aliasOf:r4.aliasOf,beforeEnter:r4.beforeEnter,props:normalizeRecordProps(r4),children:r4.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in r4?r4.components||null:r4.component&&{default:r4.component}};return Object.defineProperty(x_,"mods",{value:{}}),x_}function normalizeRecordProps(r4){const x_={},$P=r4.props||!1;if("component"in r4)x_.default=$P;else for(const zP in r4.components)x_[zP]=typeof $P=="object"?$P[zP]:$P;return x_}function isAliasRecord(r4){for(;r4;){if(r4.record.aliasOf)return!0;r4=r4.parent}return!1}function mergeMetaFields(r4){return r4.reduce((x_,$P)=>assign$1(x_,$P.meta),{})}function findInsertionIndex(r4,x_){let $P=0,zP=x_.length;for(;$P!==zP;){const eAe=$P+zP>>1;comparePathParserScore(r4,x_[eAe])<0?zP=eAe:$P=eAe+1}const z9=getInsertionAncestor(r4);return z9&&(zP=x_.lastIndexOf(z9,zP-1)),zP}function getInsertionAncestor(r4){let x_=r4;for(;x_=x_.parent;)if(isMatchable(x_)&&comparePathParserScore(r4,x_)===0)return x_}function isMatchable({record:r4}){return!!(r4.name||r4.components&&Object.keys(r4.components).length||r4.redirect)}function useLink(r4){const x_=inject(routerKey),$P=inject(routeLocationKey),zP=computed(()=>{const iAe=unref(r4.to);return x_.resolve(iAe)}),z9=computed(()=>{const{matched:iAe}=zP.value,{length:nAe}=iAe,oAe=iAe[nAe-1],aAe=$P.matched;if(!oAe||!aAe.length)return-1;const cAe=aAe.findIndex(isSameRouteRecord.bind(null,oAe));if(cAe>-1)return cAe;const uAe=getOriginalPath(iAe[nAe-2]);return nAe>1&&getOriginalPath(oAe)===uAe&&aAe[aAe.length-1].path!==uAe?aAe.findIndex(isSameRouteRecord.bind(null,iAe[nAe-2])):cAe}),eAe=computed(()=>z9.value>-1&&includesParams($P.params,zP.value.params)),tAe=computed(()=>z9.value>-1&&z9.value===$P.matched.length-1&&isSameRouteLocationParams($P.params,zP.value.params));function AAe(iAe={}){if(guardEvent(iAe)){const nAe=x_[unref(r4.replace)?"replace":"push"](unref(r4.to)).catch(noop$9);return r4.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>nAe),nAe}return Promise.resolve()}return{route:zP,href:computed(()=>zP.value.href),isActive:eAe,isExactActive:tAe,navigate:AAe}}function preferSingleVNode(r4){return r4.length===1?r4[0]:r4}const RouterLinkImpl=defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink,setup(r4,{slots:x_}){const $P=reactive(useLink(r4)),{options:zP}=inject(routerKey),z9=computed(()=>({[getLinkClass(r4.activeClass,zP.linkActiveClass,"router-link-active")]:$P.isActive,[getLinkClass(r4.exactActiveClass,zP.linkExactActiveClass,"router-link-exact-active")]:$P.isExactActive}));return()=>{const eAe=x_.default&&preferSingleVNode(x_.default($P));return r4.custom?eAe:h$d("a",{"aria-current":$P.isExactActive?r4.ariaCurrentValue:null,href:$P.href,onClick:$P.navigate,class:z9.value},eAe)}}}),RouterLink=RouterLinkImpl;function guardEvent(r4){if(!(r4.metaKey||r4.altKey||r4.ctrlKey||r4.shiftKey)&&!r4.defaultPrevented&&!(r4.button!==void 0&&r4.button!==0)){if(r4.currentTarget&&r4.currentTarget.getAttribute){const x_=r4.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(x_))return}return r4.preventDefault&&r4.preventDefault(),!0}}function includesParams(r4,x_){for(const $P in x_){const zP=x_[$P],z9=r4[$P];if(typeof zP=="string"){if(zP!==z9)return!1}else if(!isArray$5(z9)||z9.length!==zP.length||zP.some((eAe,tAe)=>eAe.valueOf()!==z9[tAe].valueOf()))return!1}return!0}function getOriginalPath(r4){return r4?r4.aliasOf?r4.aliasOf.path:r4.path:""}const getLinkClass=(r4,x_,$P)=>r4??x_??$P,RouterViewImpl=defineComponent({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(r4,{attrs:x_,slots:$P}){const zP=inject(routerViewLocationKey),z9=computed(()=>r4.route||zP.value),eAe=inject(viewDepthKey,0),tAe=computed(()=>{let nAe=unref(eAe);const{matched:oAe}=z9.value;let aAe;for(;(aAe=oAe[nAe])&&!aAe.components;)nAe++;return nAe}),AAe=computed(()=>z9.value.matched[tAe.value]);provide(viewDepthKey,computed(()=>tAe.value+1)),provide(matchedRouteKey,AAe),provide(routerViewLocationKey,z9);const iAe=ref();return watch(()=>[iAe.value,AAe.value,r4.name],([nAe,oAe,aAe],[cAe,uAe,dAe])=>{oAe&&(oAe.instances[aAe]=nAe,uAe&&uAe!==oAe&&nAe&&nAe===cAe&&(oAe.leaveGuards.size||(oAe.leaveGuards=uAe.leaveGuards),oAe.updateGuards.size||(oAe.updateGuards=uAe.updateGuards))),nAe&&oAe&&(!uAe||!isSameRouteRecord(oAe,uAe)||!cAe)&&(oAe.enterCallbacks[aAe]||[]).forEach(EAe=>EAe(nAe))},{flush:"post"}),()=>{const nAe=z9.value,oAe=r4.name,aAe=AAe.value,cAe=aAe&&aAe.components[oAe];if(!cAe)return normalizeSlot($P.default,{Component:cAe,route:nAe});const uAe=aAe.props[oAe],dAe=uAe?uAe===!0?nAe.params:typeof uAe=="function"?uAe(nAe):uAe:null,gAe=h$d(cAe,assign$1({},dAe,x_,{onVnodeUnmounted:pAe=>{pAe.component.isUnmounted&&(aAe.instances[oAe]=null)},ref:iAe}));return normalizeSlot($P.default,{Component:gAe,route:nAe})||gAe}}});function normalizeSlot(r4,x_){if(!r4)return null;const $P=r4(x_);return $P.length===1?$P[0]:$P}const RouterView=RouterViewImpl;function createRouter(r4){const x_=createRouterMatcher(r4.routes,r4),$P=r4.parseQuery||parseQuery,zP=r4.stringifyQuery||stringifyQuery,z9=r4.history,eAe=useCallbacks(),tAe=useCallbacks(),AAe=useCallbacks(),iAe=shallowRef(START_LOCATION_NORMALIZED);let nAe=START_LOCATION_NORMALIZED;isBrowser&&r4.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const oAe=applyToParams.bind(null,yIe=>""+yIe),aAe=applyToParams.bind(null,encodeParam),cAe=applyToParams.bind(null,decode$3);function uAe(yIe,OIe){let HIe,PIe;return isRouteName(yIe)?(HIe=x_.getRecordMatcher(yIe),PIe=OIe):PIe=yIe,x_.addRoute(PIe,HIe)}function dAe(yIe){const OIe=x_.getRecordMatcher(yIe);OIe&&x_.removeRoute(OIe)}function EAe(){return x_.getRoutes().map(yIe=>yIe.record)}function gAe(yIe){return!!x_.getRecordMatcher(yIe)}function pAe(yIe,OIe){if(OIe=assign$1({},OIe||iAe.value),typeof yIe=="string"){const XIe=parseURL($P,yIe,OIe.path),zIe=x_.resolve({path:XIe.path},OIe),YIe=z9.createHref(XIe.fullPath);return assign$1(XIe,zIe,{params:cAe(zIe.params),hash:decode$3(XIe.hash),redirectedFrom:void 0,href:YIe})}let HIe;if(yIe.path!=null)HIe=assign$1({},yIe,{path:parseURL($P,yIe.path,OIe.path).path});else{const XIe=assign$1({},yIe.params);for(const zIe in XIe)XIe[zIe]==null&&delete XIe[zIe];HIe=assign$1({},yIe,{params:aAe(XIe)}),OIe.params=aAe(OIe.params)}const PIe=x_.resolve(HIe,OIe),LIe=yIe.hash||"";PIe.params=oAe(cAe(PIe.params));const oEe=stringifyURL(zP,assign$1({},yIe,{hash:encodeHash(LIe),path:PIe.path})),JIe=z9.createHref(oEe);return assign$1({fullPath:oEe,hash:LIe,query:zP===stringifyQuery?normalizeQuery(yIe.query):yIe.query||{}},PIe,{redirectedFrom:void 0,href:JIe})}function mAe(yIe){return typeof yIe=="string"?parseURL($P,yIe,iAe.value.path):assign$1({},yIe)}function SAe(yIe,OIe){if(nAe!==yIe)return createRouterError(ErrorTypes$1.NAVIGATION_CANCELLED,{from:OIe,to:yIe})}function DAe(yIe){return bAe(yIe)}function NAe(yIe){return DAe(assign$1(mAe(yIe),{replace:!0}))}function TAe(yIe,OIe){const HIe=yIe.matched[yIe.matched.length-1];if(HIe&&HIe.redirect){const{redirect:PIe}=HIe;let LIe=typeof PIe=="function"?PIe(yIe,OIe):PIe;return typeof LIe=="string"&&(LIe=LIe.includes("?")||LIe.includes("#")?LIe=mAe(LIe):{path:LIe},LIe.params={}),assign$1({query:yIe.query,hash:yIe.hash,params:LIe.path!=null?{}:yIe.params},LIe)}}function bAe(yIe,OIe){const HIe=nAe=pAe(yIe),PIe=iAe.value,LIe=yIe.state,oEe=yIe.force,JIe=yIe.replace===!0,XIe=TAe(HIe,PIe);if(XIe)return bAe(assign$1(mAe(XIe),{state:typeof XIe=="object"?assign$1({},LIe,XIe.state):LIe,force:oEe,replace:JIe}),OIe||HIe);const zIe=HIe;zIe.redirectedFrom=OIe;let YIe;return!oEe&&isSameRouteLocation(zP,PIe,HIe)&&(YIe=createRouterError(ErrorTypes$1.NAVIGATION_DUPLICATED,{to:zIe,from:PIe}),hIe(PIe,PIe,!0,!1)),(YIe?Promise.resolve(YIe):wAe(zIe,PIe)).catch(uEe=>isNavigationFailure(uEe)?isNavigationFailure(uEe,ErrorTypes$1.NAVIGATION_GUARD_REDIRECT)?uEe:EIe(uEe):AIe(uEe,zIe,PIe)).then(uEe=>{if(uEe){if(isNavigationFailure(uEe,ErrorTypes$1.NAVIGATION_GUARD_REDIRECT))return bAe(assign$1({replace:JIe},mAe(uEe.to),{state:typeof uEe.to=="object"?assign$1({},LIe,uEe.to.state):LIe,force:oEe}),OIe||zIe)}else uEe=PAe(zIe,PIe,!0,JIe,LIe);return OAe(zIe,PIe,uEe),uEe})}function GAe(yIe,OIe){const HIe=SAe(yIe,OIe);return HIe?Promise.reject(HIe):Promise.resolve()}function LAe(yIe){const OIe=pIe.values().next().value;return OIe&&typeof OIe.runWithContext=="function"?OIe.runWithContext(yIe):yIe()}function wAe(yIe,OIe){let HIe;const[PIe,LIe,oEe]=extractChangingRecords(yIe,OIe);HIe=extractComponentsGuards(PIe.reverse(),"beforeRouteLeave",yIe,OIe);for(const XIe of PIe)XIe.leaveGuards.forEach(zIe=>{HIe.push(guardToPromiseFn(zIe,yIe,OIe))});const JIe=GAe.bind(null,yIe,OIe);return HIe.push(JIe),SIe(HIe).then(()=>{HIe=[];for(const XIe of eAe.list())HIe.push(guardToPromiseFn(XIe,yIe,OIe));return HIe.push(JIe),SIe(HIe)}).then(()=>{HIe=extractComponentsGuards(LIe,"beforeRouteUpdate",yIe,OIe);for(const XIe of LIe)XIe.updateGuards.forEach(zIe=>{HIe.push(guardToPromiseFn(zIe,yIe,OIe))});return HIe.push(JIe),SIe(HIe)}).then(()=>{HIe=[];for(const XIe of oEe)if(XIe.beforeEnter)if(isArray$5(XIe.beforeEnter))for(const zIe of XIe.beforeEnter)HIe.push(guardToPromiseFn(zIe,yIe,OIe));else HIe.push(guardToPromiseFn(XIe.beforeEnter,yIe,OIe));return HIe.push(JIe),SIe(HIe)}).then(()=>(yIe.matched.forEach(XIe=>XIe.enterCallbacks={}),HIe=extractComponentsGuards(oEe,"beforeRouteEnter",yIe,OIe,LAe),HIe.push(JIe),SIe(HIe))).then(()=>{HIe=[];for(const XIe of tAe.list())HIe.push(guardToPromiseFn(XIe,yIe,OIe));return HIe.push(JIe),SIe(HIe)}).catch(XIe=>isNavigationFailure(XIe,ErrorTypes$1.NAVIGATION_CANCELLED)?XIe:Promise.reject(XIe))}function OAe(yIe,OIe,HIe){AAe.list().forEach(PIe=>LAe(()=>PIe(yIe,OIe,HIe)))}function PAe(yIe,OIe,HIe,PIe,LIe){const oEe=SAe(yIe,OIe);if(oEe)return oEe;const JIe=OIe===START_LOCATION_NORMALIZED,XIe=isBrowser?history.state:{};HIe&&(PIe||JIe?z9.replace(yIe.fullPath,assign$1({scroll:JIe&&XIe&&XIe.scroll},LIe)):z9.push(yIe.fullPath,LIe)),iAe.value=yIe,hIe(yIe,OIe,HIe,JIe),EIe()}let HAe;function zAe(){HAe||(HAe=z9.listen((yIe,OIe,HIe)=>{if(!_Ie.listening)return;const PIe=pAe(yIe),LIe=TAe(PIe,_Ie.currentRoute.value);if(LIe){bAe(assign$1(LIe,{replace:!0,force:!0}),PIe).catch(noop$9);return}nAe=PIe;const oEe=iAe.value;isBrowser&&saveScrollPosition(getScrollKey(oEe.fullPath,HIe.delta),computeScrollPosition()),wAe(PIe,oEe).catch(JIe=>isNavigationFailure(JIe,ErrorTypes$1.NAVIGATION_ABORTED|ErrorTypes$1.NAVIGATION_CANCELLED)?JIe:isNavigationFailure(JIe,ErrorTypes$1.NAVIGATION_GUARD_REDIRECT)?(bAe(assign$1(mAe(JIe.to),{force:!0}),PIe).then(XIe=>{isNavigationFailure(XIe,ErrorTypes$1.NAVIGATION_ABORTED|ErrorTypes$1.NAVIGATION_DUPLICATED)&&!HIe.delta&&HIe.type===NavigationType.pop&&z9.go(-1,!1)}).catch(noop$9),Promise.reject()):(HIe.delta&&z9.go(-HIe.delta,!1),AIe(JIe,PIe,oEe))).then(JIe=>{JIe=JIe||PAe(PIe,oEe,!1),JIe&&(HIe.delta&&!isNavigationFailure(JIe,ErrorTypes$1.NAVIGATION_CANCELLED)?z9.go(-HIe.delta,!1):HIe.type===NavigationType.pop&&isNavigationFailure(JIe,ErrorTypes$1.NAVIGATION_ABORTED|ErrorTypes$1.NAVIGATION_DUPLICATED)&&z9.go(-1,!1)),OAe(PIe,oEe,JIe)}).catch(noop$9)}))}let eIe=useCallbacks(),iIe=useCallbacks(),rIe;function AIe(yIe,OIe,HIe){EIe(yIe);const PIe=iIe.list();return PIe.length?PIe.forEach(LIe=>LIe(yIe,OIe,HIe)):console.error(yIe),Promise.reject(yIe)}function XAe(){return rIe&&iAe.value!==START_LOCATION_NORMALIZED?Promise.resolve():new Promise((yIe,OIe)=>{eIe.add([yIe,OIe])})}function EIe(yIe){return rIe||(rIe=!yIe,zAe(),eIe.list().forEach(([OIe,HIe])=>yIe?HIe(yIe):OIe()),eIe.reset()),yIe}function hIe(yIe,OIe,HIe,PIe){const{scrollBehavior:LIe}=r4;if(!isBrowser||!LIe)return Promise.resolve();const oEe=!HIe&&getSavedScrollPosition(getScrollKey(yIe.fullPath,0))||(PIe||!HIe)&&history.state&&history.state.scroll||null;return nextTick().then(()=>LIe(yIe,OIe,oEe)).then(JIe=>JIe&&scrollToPosition(JIe)).catch(JIe=>AIe(JIe,yIe,OIe))}const tIe=yIe=>z9.go(yIe);let gIe;const pIe=new Set,_Ie={currentRoute:iAe,listening:!0,addRoute:uAe,removeRoute:dAe,clearRoutes:x_.clearRoutes,hasRoute:gAe,getRoutes:EAe,resolve:pAe,options:r4,push:DAe,replace:NAe,go:tIe,back:()=>tIe(-1),forward:()=>tIe(1),beforeEach:eAe.add,beforeResolve:tAe.add,afterEach:AAe.add,onError:iIe.add,isReady:XAe,install(yIe){yIe.component("RouterLink",RouterLink),yIe.component("RouterView",RouterView),yIe.config.globalProperties.$router=_Ie,Object.defineProperty(yIe.config.globalProperties,"$route",{enumerable:!0,get:()=>unref(iAe)}),isBrowser&&!gIe&&iAe.value===START_LOCATION_NORMALIZED&&(gIe=!0,DAe(z9.location).catch(PIe=>{}));const OIe={};for(const PIe in START_LOCATION_NORMALIZED)Object.defineProperty(OIe,PIe,{get:()=>iAe.value[PIe],enumerable:!0});yIe.provide(routerKey,_Ie),yIe.provide(routeLocationKey,shallowReactive(OIe)),yIe.provide(routerViewLocationKey,iAe);const HIe=yIe.unmount;pIe.add(yIe),yIe.unmount=function(){pIe.delete(yIe),pIe.size<1&&(nAe=START_LOCATION_NORMALIZED,HAe&&HAe(),HAe=null,iAe.value=START_LOCATION_NORMALIZED,gIe=!1,rIe=!1),HIe()}}};function SIe(yIe){return yIe.reduce((OIe,HIe)=>OIe.then(()=>LAe(HIe)),Promise.resolve())}return _Ie}function useRouter(){return inject(routerKey)}function useRoute(r4){return inject(routeLocationKey)}/*! * pinia v2.3.1 * (c) 2025 Eduardo San Martin Morote * @license MIT */let activePinia;const setActivePinia=r4=>activePinia=r4,piniaSymbol=Symbol();function isPlainObject$2(r4){return r4&&typeof r4=="object"&&Object.prototype.toString.call(r4)==="[object Object]"&&typeof r4.toJSON!="function"}var MutationType;(function(r4){r4.direct="direct",r4.patchObject="patch object",r4.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const r4=effectScope(!0),x_=r4.run(()=>ref({}));let $P=[],zP=[];const z9=markRaw({install(eAe){setActivePinia(z9),z9._a=eAe,eAe.provide(piniaSymbol,z9),eAe.config.globalProperties.$pinia=z9,zP.forEach(tAe=>$P.push(tAe)),zP=[]},use(eAe){return this._a?$P.push(eAe):zP.push(eAe),this},_p:$P,_a:null,_e:r4,_s:new Map,state:x_});return z9}const noop$8=()=>{};function addSubscription(r4,x_,$P,zP=noop$8){r4.push(x_);const z9=()=>{const eAe=r4.indexOf(x_);eAe>-1&&(r4.splice(eAe,1),zP())};return!$P&&getCurrentScope()&&onScopeDispose(z9),z9}function triggerSubscriptions(r4,...x_){r4.slice().forEach($P=>{$P(...x_)})}const fallbackRunWithContext=r4=>r4(),ACTION_MARKER=Symbol(),ACTION_NAME=Symbol();function mergeReactiveObjects(r4,x_){r4 instanceof Map&&x_ instanceof Map?x_.forEach(($P,zP)=>r4.set(zP,$P)):r4 instanceof Set&&x_ instanceof Set&&x_.forEach(r4.add,r4);for(const $P in x_){if(!x_.hasOwnProperty($P))continue;const zP=x_[$P],z9=r4[$P];isPlainObject$2(z9)&&isPlainObject$2(zP)&&r4.hasOwnProperty($P)&&!isRef(zP)&&!isReactive(zP)?r4[$P]=mergeReactiveObjects(z9,zP):r4[$P]=zP}return r4}const{assign}=Object;function isComputed(r4){return!!(isRef(r4)&&r4.effect)}function createOptionsStore(r4,x_,$P,zP){const{state:z9,actions:eAe,getters:tAe}=x_,AAe=$P.state.value[r4];let iAe;function nAe(){AAe||($P.state.value[r4]=z9?z9():{});const oAe=toRefs($P.state.value[r4]);return assign(oAe,eAe,Object.keys(tAe||{}).reduce((aAe,cAe)=>(aAe[cAe]=markRaw(computed(()=>{setActivePinia($P);const uAe=$P._s.get(r4);return tAe[cAe].call(uAe,uAe)})),aAe),{}))}return iAe=createSetupStore(r4,nAe,x_,$P,zP,!0),iAe}function createSetupStore(r4,x_,$P={},zP,z9,eAe){let tAe;const AAe=assign({actions:{}},$P),iAe={deep:!0};let nAe,oAe,aAe=[],cAe=[],uAe;const dAe=zP.state.value[r4];let EAe;function gAe(GAe){let LAe;nAe=oAe=!1,typeof GAe=="function"?(GAe(zP.state.value[r4]),LAe={type:MutationType.patchFunction,storeId:r4,events:uAe}):(mergeReactiveObjects(zP.state.value[r4],GAe),LAe={type:MutationType.patchObject,payload:GAe,storeId:r4,events:uAe});const wAe=EAe=Symbol();nextTick().then(()=>{EAe===wAe&&(nAe=!0)}),oAe=!0,triggerSubscriptions(aAe,LAe,zP.state.value[r4])}const pAe=function(){const{state:LAe}=$P,wAe=LAe?LAe():{};this.$patch(OAe=>{assign(OAe,wAe)})};function mAe(){tAe.stop(),aAe=[],cAe=[],zP._s.delete(r4)}const SAe=(GAe,LAe="")=>{if(ACTION_MARKER in GAe)return GAe[ACTION_NAME]=LAe,GAe;const wAe=function(){setActivePinia(zP);const OAe=Array.from(arguments),PAe=[],HAe=[];function zAe(rIe){PAe.push(rIe)}function eIe(rIe){HAe.push(rIe)}triggerSubscriptions(cAe,{args:OAe,name:wAe[ACTION_NAME],store:NAe,after:zAe,onError:eIe});let iIe;try{iIe=GAe.apply(this&&this.$id===r4?this:NAe,OAe)}catch(rIe){throw triggerSubscriptions(HAe,rIe),rIe}return iIe instanceof Promise?iIe.then(rIe=>(triggerSubscriptions(PAe,rIe),rIe)).catch(rIe=>(triggerSubscriptions(HAe,rIe),Promise.reject(rIe))):(triggerSubscriptions(PAe,iIe),iIe)};return wAe[ACTION_MARKER]=!0,wAe[ACTION_NAME]=LAe,wAe},DAe={_p:zP,$id:r4,$onAction:addSubscription.bind(null,cAe),$patch:gAe,$reset:pAe,$subscribe(GAe,LAe={}){const wAe=addSubscription(aAe,GAe,LAe.detached,()=>OAe()),OAe=tAe.run(()=>watch(()=>zP.state.value[r4],PAe=>{(LAe.flush==="sync"?oAe:nAe)&&GAe({storeId:r4,type:MutationType.direct,events:uAe},PAe)},assign({},iAe,LAe)));return wAe},$dispose:mAe},NAe=reactive(DAe);zP._s.set(r4,NAe);const bAe=(zP._a&&zP._a.runWithContext||fallbackRunWithContext)(()=>zP._e.run(()=>(tAe=effectScope()).run(()=>x_({action:SAe}))));for(const GAe in bAe){const LAe=bAe[GAe];if(!(isRef(LAe)&&!isComputed(LAe)||isReactive(LAe))){if(typeof LAe=="function"){const wAe=SAe(LAe,GAe);bAe[GAe]=wAe,AAe.actions[GAe]=LAe}}}return assign(NAe,bAe),assign(toRaw(NAe),bAe),Object.defineProperty(NAe,"$state",{get:()=>zP.state.value[r4],set:GAe=>{gAe(LAe=>{assign(LAe,GAe)})}}),zP._p.forEach(GAe=>{assign(NAe,tAe.run(()=>GAe({store:NAe,app:zP._a,pinia:zP,options:AAe})))}),dAe&&eAe&&$P.hydrate&&$P.hydrate(NAe.$state,dAe),nAe=!0,oAe=!0,NAe}/*! #__NO_SIDE_EFFECTS__ */function defineStore(r4,x_,$P){let zP,z9;typeof r4=="string"?(zP=r4,z9=x_):(z9=r4,zP=r4.id);function eAe(tAe,AAe){const iAe=hasInjectionContext();return tAe=tAe||(iAe?inject(piniaSymbol,null):null),tAe&&setActivePinia(tAe),tAe=activePinia,tAe._s.has(zP)||createOptionsStore(zP,z9,tAe),tAe._s.get(zP)}return eAe.$id=zP,eAe}function bind$2(r4,x_){return function(){return r4.apply(x_,arguments)}}const{toString:toString$4}=Object.prototype,{getPrototypeOf:getPrototypeOf$1}=Object,{iterator:iterator$1,toStringTag}=Symbol,kindOf=(r4=>x_=>{const $P=toString$4.call(x_);return r4[$P]||(r4[$P]=$P.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=r4=>(r4=r4.toLowerCase(),x_=>kindOf(x_)===r4),typeOfTest=r4=>x_=>typeof x_===r4,{isArray:isArray$4}=Array,isUndefined$2=typeOfTest("undefined");function isBuffer$1(r4){return r4!==null&&!isUndefined$2(r4)&&r4.constructor!==null&&!isUndefined$2(r4.constructor)&&isFunction$3(r4.constructor.isBuffer)&&r4.constructor.isBuffer(r4)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView$1(r4){let x_;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?x_=ArrayBuffer.isView(r4):x_=r4&&r4.buffer&&isArrayBuffer(r4.buffer),x_}const isString$1=typeOfTest("string"),isFunction$3=typeOfTest("function"),isNumber$3=typeOfTest("number"),isObject$8=r4=>r4!==null&&typeof r4=="object",isBoolean$1=r4=>r4===!0||r4===!1,isPlainObject$1=r4=>{if(kindOf(r4)!=="object")return!1;const x_=getPrototypeOf$1(r4);return(x_===null||x_===Object.prototype||Object.getPrototypeOf(x_)===null)&&!(toStringTag in r4)&&!(iterator$1 in r4)},isEmptyObject=r4=>{if(!isObject$8(r4)||isBuffer$1(r4))return!1;try{return Object.keys(r4).length===0&&Object.getPrototypeOf(r4)===Object.prototype}catch{return!1}},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isReactNativeBlob=r4=>!!(r4&&typeof r4.uri<"u"),isReactNative=r4=>r4&&typeof r4.getParts<"u",isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=r4=>isObject$8(r4)&&isFunction$3(r4.pipe);function getGlobal$1(){return typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}}const G$g=getGlobal$1(),FormDataCtor=typeof G$g.FormData<"u"?G$g.FormData:void 0,isFormData=r4=>{if(!r4)return!1;if(FormDataCtor&&r4 instanceof FormDataCtor)return!0;const x_=getPrototypeOf$1(r4);if(!x_||x_===Object.prototype||!isFunction$3(r4.append))return!1;const $P=kindOf(r4);return $P==="formdata"||$P==="object"&&isFunction$3(r4.toString)&&r4.toString()==="[object FormData]"},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim$2=r4=>r4.trim?r4.trim():r4.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(r4,x_,{allOwnKeys:$P=!1}={}){if(r4===null||typeof r4>"u")return;let zP,z9;if(typeof r4!="object"&&(r4=[r4]),isArray$4(r4))for(zP=0,z9=r4.length;zP0;)if(z9=$P[zP],x_===z9.toLowerCase())return z9;return null}const _global$1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,isContextDefined=r4=>!isUndefined$2(r4)&&r4!==_global$1;function merge$2(...r4){const{caseless:x_,skipUndefined:$P}=isContextDefined(this)&&this||{},zP={},z9=(eAe,tAe)=>{if(tAe==="__proto__"||tAe==="constructor"||tAe==="prototype")return;const AAe=x_&&findKey(zP,tAe)||tAe,iAe=hasOwnProperty$g(zP,AAe)?zP[AAe]:void 0;isPlainObject$1(iAe)&&isPlainObject$1(eAe)?zP[AAe]=merge$2(iAe,eAe):isPlainObject$1(eAe)?zP[AAe]=merge$2({},eAe):isArray$4(eAe)?zP[AAe]=eAe.slice():(!$P||!isUndefined$2(eAe))&&(zP[AAe]=eAe)};for(let eAe=0,tAe=r4.length;eAe(forEach(x_,(z9,eAe)=>{$P&&isFunction$3(z9)?Object.defineProperty(r4,eAe,{__proto__:null,value:bind$2(z9,$P),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(r4,eAe,{__proto__:null,value:z9,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:zP}),r4),stripBOM=r4=>(r4.charCodeAt(0)===65279&&(r4=r4.slice(1)),r4),inherits$1=(r4,x_,$P,zP)=>{r4.prototype=Object.create(x_.prototype,zP),Object.defineProperty(r4.prototype,"constructor",{__proto__:null,value:r4,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(r4,"super",{__proto__:null,value:x_.prototype}),$P&&Object.assign(r4.prototype,$P)},toFlatObject=(r4,x_,$P,zP)=>{let z9,eAe,tAe;const AAe={};if(x_=x_||{},r4==null)return x_;do{for(z9=Object.getOwnPropertyNames(r4),eAe=z9.length;eAe-- >0;)tAe=z9[eAe],(!zP||zP(tAe,r4,x_))&&!AAe[tAe]&&(x_[tAe]=r4[tAe],AAe[tAe]=!0);r4=$P!==!1&&getPrototypeOf$1(r4)}while(r4&&(!$P||$P(r4,x_))&&r4!==Object.prototype);return x_},endsWith=(r4,x_,$P)=>{r4=String(r4),($P===void 0||$P>r4.length)&&($P=r4.length),$P-=x_.length;const zP=r4.indexOf(x_,$P);return zP!==-1&&zP===$P},toArray$1=r4=>{if(!r4)return null;if(isArray$4(r4))return r4;let x_=r4.length;if(!isNumber$3(x_))return null;const $P=new Array(x_);for(;x_-- >0;)$P[x_]=r4[x_];return $P},isTypedArray$2=(r4=>x_=>r4&&x_ instanceof r4)(typeof Uint8Array<"u"&&getPrototypeOf$1(Uint8Array)),forEachEntry=(r4,x_)=>{const zP=(r4&&r4[iterator$1]).call(r4);let z9;for(;(z9=zP.next())&&!z9.done;){const eAe=z9.value;x_.call(r4,eAe[0],eAe[1])}},matchAll=(r4,x_)=>{let $P;const zP=[];for(;($P=r4.exec(x_))!==null;)zP.push($P);return zP},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase$1=r4=>r4.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function($P,zP,z9){return zP.toUpperCase()+z9}),hasOwnProperty$g=(({hasOwnProperty:r4})=>(x_,$P)=>r4.call(x_,$P))(Object.prototype),isRegExp$1=kindOfTest("RegExp"),reduceDescriptors=(r4,x_)=>{const $P=Object.getOwnPropertyDescriptors(r4),zP={};forEach($P,(z9,eAe)=>{let tAe;(tAe=x_(z9,eAe,r4))!==!1&&(zP[eAe]=tAe||z9)}),Object.defineProperties(r4,zP)},freezeMethods=r4=>{reduceDescriptors(r4,(x_,$P)=>{if(isFunction$3(r4)&&["arguments","caller","callee"].includes($P))return!1;const zP=r4[$P];if(isFunction$3(zP)){if(x_.enumerable=!1,"writable"in x_){x_.writable=!1;return}x_.set||(x_.set=()=>{throw Error("Can not rewrite read-only method '"+$P+"'")})}})},toObjectSet=(r4,x_)=>{const $P={},zP=z9=>{z9.forEach(eAe=>{$P[eAe]=!0})};return isArray$4(r4)?zP(r4):zP(String(r4).split(x_)),$P},noop$7=()=>{},toFiniteNumber=(r4,x_)=>r4!=null&&Number.isFinite(r4=+r4)?r4:x_;function isSpecCompliantForm(r4){return!!(r4&&isFunction$3(r4.append)&&r4[toStringTag]==="FormData"&&r4[iterator$1])}const toJSONObject=r4=>{const x_=new Array(10),$P=(zP,z9)=>{if(isObject$8(zP)){if(x_.indexOf(zP)>=0)return;if(isBuffer$1(zP))return zP;if(!("toJSON"in zP)){x_[z9]=zP;const eAe=isArray$4(zP)?[]:{};return forEach(zP,(tAe,AAe)=>{const iAe=$P(tAe,z9+1);!isUndefined$2(iAe)&&(eAe[AAe]=iAe)}),x_[z9]=void 0,eAe}}return zP};return $P(r4,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=r4=>r4&&(isObject$8(r4)||isFunction$3(r4))&&isFunction$3(r4.then)&&isFunction$3(r4.catch),_setImmediate=((r4,x_)=>r4?setImmediate:x_?(($P,zP)=>(_global$1.addEventListener("message",({source:z9,data:eAe})=>{z9===_global$1&&eAe===$P&&zP.length&&zP.shift()()},!1),z9=>{zP.push(z9),_global$1.postMessage($P,"*")}))(`axios@${Math.random()}`,[]):$P=>setTimeout($P))(typeof setImmediate=="function",isFunction$3(_global$1.postMessage)),asap=typeof queueMicrotask<"u"?queueMicrotask.bind(_global$1):typeof process<"u"&&process.nextTick||_setImmediate,isIterable=r4=>r4!=null&&isFunction$3(r4[iterator$1]),utils$1={isArray:isArray$4,isArrayBuffer,isBuffer:isBuffer$1,isFormData,isArrayBufferView:isArrayBufferView$1,isString:isString$1,isNumber:isNumber$3,isBoolean:isBoolean$1,isObject:isObject$8,isPlainObject:isPlainObject$1,isEmptyObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined:isUndefined$2,isDate,isFile,isReactNativeBlob,isReactNative,isBlob,isRegExp:isRegExp$1,isFunction:isFunction$3,isStream,isURLSearchParams,isTypedArray:isTypedArray$2,isFileList,forEach,merge:merge$2,extend:extend$2,trim:trim$2,stripBOM,inherits:inherits$1,toFlatObject,kindOf,kindOfTest,endsWith,toArray:toArray$1,forEachEntry,matchAll,isHTMLForm,hasOwnProperty:hasOwnProperty$g,hasOwnProp:hasOwnProperty$g,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase:toCamelCase$1,noop:noop$7,toFiniteNumber,findKey,global:_global$1,isContextDefined,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap,isIterable},ignoreDuplicateOf=utils$1.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),parseHeaders=r4=>{const x_={};let $P,zP,z9;return r4&&r4.split(` `).forEach(function(tAe){z9=tAe.indexOf(":"),$P=tAe.substring(0,z9).trim().toLowerCase(),zP=tAe.substring(z9+1).trim(),!(!$P||x_[$P]&&ignoreDuplicateOf[$P])&&($P==="set-cookie"?x_[$P]?x_[$P].push(zP):x_[$P]=[zP]:x_[$P]=x_[$P]?x_[$P]+", "+zP:zP)}),x_},$internals=Symbol("internals"),INVALID_HEADER_VALUE_CHARS_RE=/[^\x09\x20-\x7E\x80-\xFF]/g;function trimSPorHTAB(r4){let x_=0,$P=r4.length;for(;x_<$P;){const zP=r4.charCodeAt(x_);if(zP!==9&&zP!==32)break;x_+=1}for(;$P>x_;){const zP=r4.charCodeAt($P-1);if(zP!==9&&zP!==32)break;$P-=1}return x_===0&&$P===r4.length?r4:r4.slice(x_,$P)}function normalizeHeader(r4){return r4&&String(r4).trim().toLowerCase()}function sanitizeHeaderValue(r4){return trimSPorHTAB(r4.replace(INVALID_HEADER_VALUE_CHARS_RE,""))}function normalizeValue(r4){return r4===!1||r4==null?r4:utils$1.isArray(r4)?r4.map(normalizeValue):sanitizeHeaderValue(String(r4))}function parseTokens(r4){const x_=Object.create(null),$P=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let zP;for(;zP=$P.exec(r4);)x_[zP[1]]=zP[2];return x_}const isValidHeaderName=r4=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(r4.trim());function matchHeaderValue(r4,x_,$P,zP,z9){if(utils$1.isFunction(zP))return zP.call(this,x_,$P);if(z9&&(x_=$P),!!utils$1.isString(x_)){if(utils$1.isString(zP))return x_.indexOf(zP)!==-1;if(utils$1.isRegExp(zP))return zP.test(x_)}}function formatHeader(r4){return r4.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(x_,$P,zP)=>$P.toUpperCase()+zP)}function buildAccessors(r4,x_){const $P=utils$1.toCamelCase(" "+x_);["get","set","has"].forEach(zP=>{Object.defineProperty(r4,zP+$P,{__proto__:null,value:function(z9,eAe,tAe){return this[zP].call(this,x_,z9,eAe,tAe)},configurable:!0})})}let AxiosHeaders$1=class{constructor(x_){x_&&this.set(x_)}set(x_,$P,zP){const z9=this;function eAe(AAe,iAe,nAe){const oAe=normalizeHeader(iAe);if(!oAe)throw new Error("header name must be a non-empty string");const aAe=utils$1.findKey(z9,oAe);(!aAe||z9[aAe]===void 0||nAe===!0||nAe===void 0&&z9[aAe]!==!1)&&(z9[aAe||iAe]=normalizeValue(AAe))}const tAe=(AAe,iAe)=>utils$1.forEach(AAe,(nAe,oAe)=>eAe(nAe,oAe,iAe));if(utils$1.isPlainObject(x_)||x_ instanceof this.constructor)tAe(x_,$P);else if(utils$1.isString(x_)&&(x_=x_.trim())&&!isValidHeaderName(x_))tAe(parseHeaders(x_),$P);else if(utils$1.isObject(x_)&&utils$1.isIterable(x_)){let AAe={},iAe,nAe;for(const oAe of x_){if(!utils$1.isArray(oAe))throw TypeError("Object iterator must return a key-value pair");AAe[nAe=oAe[0]]=(iAe=AAe[nAe])?utils$1.isArray(iAe)?[...iAe,oAe[1]]:[iAe,oAe[1]]:oAe[1]}tAe(AAe,$P)}else x_!=null&&eAe($P,x_,zP);return this}get(x_,$P){if(x_=normalizeHeader(x_),x_){const zP=utils$1.findKey(this,x_);if(zP){const z9=this[zP];if(!$P)return z9;if($P===!0)return parseTokens(z9);if(utils$1.isFunction($P))return $P.call(this,z9,zP);if(utils$1.isRegExp($P))return $P.exec(z9);throw new TypeError("parser must be boolean|regexp|function")}}}has(x_,$P){if(x_=normalizeHeader(x_),x_){const zP=utils$1.findKey(this,x_);return!!(zP&&this[zP]!==void 0&&(!$P||matchHeaderValue(this,this[zP],zP,$P)))}return!1}delete(x_,$P){const zP=this;let z9=!1;function eAe(tAe){if(tAe=normalizeHeader(tAe),tAe){const AAe=utils$1.findKey(zP,tAe);AAe&&(!$P||matchHeaderValue(zP,zP[AAe],AAe,$P))&&(delete zP[AAe],z9=!0)}}return utils$1.isArray(x_)?x_.forEach(eAe):eAe(x_),z9}clear(x_){const $P=Object.keys(this);let zP=$P.length,z9=!1;for(;zP--;){const eAe=$P[zP];(!x_||matchHeaderValue(this,this[eAe],eAe,x_,!0))&&(delete this[eAe],z9=!0)}return z9}normalize(x_){const $P=this,zP={};return utils$1.forEach(this,(z9,eAe)=>{const tAe=utils$1.findKey(zP,eAe);if(tAe){$P[tAe]=normalizeValue(z9),delete $P[eAe];return}const AAe=x_?formatHeader(eAe):String(eAe).trim();AAe!==eAe&&delete $P[eAe],$P[AAe]=normalizeValue(z9),zP[AAe]=!0}),this}concat(...x_){return this.constructor.concat(this,...x_)}toJSON(x_){const $P=Object.create(null);return utils$1.forEach(this,(zP,z9)=>{zP!=null&&zP!==!1&&($P[z9]=x_&&utils$1.isArray(zP)?zP.join(", "):zP)}),$P}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([x_,$P])=>x_+": "+$P).join(` `)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(x_){return x_ instanceof this?x_:new this(x_)}static concat(x_,...$P){const zP=new this(x_);return $P.forEach(z9=>zP.set(z9)),zP}static accessor(x_){const zP=(this[$internals]=this[$internals]={accessors:{}}).accessors,z9=this.prototype;function eAe(tAe){const AAe=normalizeHeader(tAe);zP[AAe]||(buildAccessors(z9,tAe),zP[AAe]=!0)}return utils$1.isArray(x_)?x_.forEach(eAe):eAe(x_),this}};AxiosHeaders$1.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$1.reduceDescriptors(AxiosHeaders$1.prototype,({value:r4},x_)=>{let $P=x_[0].toUpperCase()+x_.slice(1);return{get:()=>r4,set(zP){this[$P]=zP}}});utils$1.freezeMethods(AxiosHeaders$1);const REDACTED="[REDACTED ****]";function hasOwnOrPrototypeToJSON(r4){if(utils$1.hasOwnProp(r4,"toJSON"))return!0;let x_=Object.getPrototypeOf(r4);for(;x_&&x_!==Object.prototype;){if(utils$1.hasOwnProp(x_,"toJSON"))return!0;x_=Object.getPrototypeOf(x_)}return!1}function redactConfig(r4,x_){const $P=new Set(x_.map(eAe=>String(eAe).toLowerCase())),zP=[],z9=eAe=>{if(eAe===null||typeof eAe!="object"||utils$1.isBuffer(eAe))return eAe;if(zP.indexOf(eAe)!==-1)return;eAe instanceof AxiosHeaders$1&&(eAe=eAe.toJSON()),zP.push(eAe);let tAe;if(utils$1.isArray(eAe))tAe=[],eAe.forEach((AAe,iAe)=>{const nAe=z9(AAe);utils$1.isUndefined(nAe)||(tAe[iAe]=nAe)});else{if(!utils$1.isPlainObject(eAe)&&hasOwnOrPrototypeToJSON(eAe))return zP.pop(),eAe;tAe=Object.create(null);for(const[AAe,iAe]of Object.entries(eAe)){const nAe=$P.has(AAe.toLowerCase())?REDACTED:z9(iAe);utils$1.isUndefined(nAe)||(tAe[AAe]=nAe)}}return zP.pop(),tAe};return z9(r4)}let AxiosError$1=class Vrt extends Error{static from(x_,$P,zP,z9,eAe,tAe){const AAe=new Vrt(x_.message,$P||x_.code,zP,z9,eAe);return AAe.cause=x_,AAe.name=x_.name,x_.status!=null&&AAe.status==null&&(AAe.status=x_.status),tAe&&Object.assign(AAe,tAe),AAe}constructor(x_,$P,zP,z9,eAe){super(x_),Object.defineProperty(this,"message",{__proto__:null,value:x_,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,$P&&(this.code=$P),zP&&(this.config=zP),z9&&(this.request=z9),eAe&&(this.response=eAe,this.status=eAe.status)}toJSON(){const x_=this.config,$P=x_&&utils$1.hasOwnProp(x_,"redact")?x_.redact:void 0,zP=utils$1.isArray($P)&&$P.length>0?redactConfig(x_,$P):utils$1.toJSONObject(x_);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:zP,code:this.code,status:this.status}}};AxiosError$1.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";AxiosError$1.ERR_BAD_OPTION="ERR_BAD_OPTION";AxiosError$1.ECONNABORTED="ECONNABORTED";AxiosError$1.ETIMEDOUT="ETIMEDOUT";AxiosError$1.ECONNREFUSED="ECONNREFUSED";AxiosError$1.ERR_NETWORK="ERR_NETWORK";AxiosError$1.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";AxiosError$1.ERR_DEPRECATED="ERR_DEPRECATED";AxiosError$1.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";AxiosError$1.ERR_BAD_REQUEST="ERR_BAD_REQUEST";AxiosError$1.ERR_CANCELED="ERR_CANCELED";AxiosError$1.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";AxiosError$1.ERR_INVALID_URL="ERR_INVALID_URL";AxiosError$1.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";const httpAdapter=null;function isVisitable(r4){return utils$1.isPlainObject(r4)||utils$1.isArray(r4)}function removeBrackets(r4){return utils$1.endsWith(r4,"[]")?r4.slice(0,-2):r4}function renderKey(r4,x_,$P){return r4?r4.concat(x_).map(function(z9,eAe){return z9=removeBrackets(z9),!$P&&eAe?"["+z9+"]":z9}).join($P?".":""):x_}function isFlatArray(r4){return utils$1.isArray(r4)&&!r4.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function(x_){return/^is[A-Z]/.test(x_)});function toFormData$1(r4,x_,$P){if(!utils$1.isObject(r4))throw new TypeError("target must be an object");x_=x_||new FormData,$P=utils$1.toFlatObject($P,{metaTokens:!0,dots:!1,indexes:!1},!1,function(gAe,pAe){return!utils$1.isUndefined(pAe[gAe])});const zP=$P.metaTokens,z9=$P.visitor||aAe,eAe=$P.dots,tAe=$P.indexes,AAe=$P.Blob||typeof Blob<"u"&&Blob,iAe=$P.maxDepth===void 0?100:$P.maxDepth,nAe=AAe&&utils$1.isSpecCompliantForm(x_);if(!utils$1.isFunction(z9))throw new TypeError("visitor must be a function");function oAe(EAe){if(EAe===null)return"";if(utils$1.isDate(EAe))return EAe.toISOString();if(utils$1.isBoolean(EAe))return EAe.toString();if(!nAe&&utils$1.isBlob(EAe))throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(EAe)||utils$1.isTypedArray(EAe)?nAe&&typeof Blob=="function"?new Blob([EAe]):Buffer.from(EAe):EAe}function aAe(EAe,gAe,pAe){let mAe=EAe;if(utils$1.isReactNative(x_)&&utils$1.isReactNativeBlob(EAe))return x_.append(renderKey(pAe,gAe,eAe),oAe(EAe)),!1;if(EAe&&!pAe&&typeof EAe=="object"){if(utils$1.endsWith(gAe,"{}"))gAe=zP?gAe:gAe.slice(0,-2),EAe=JSON.stringify(EAe);else if(utils$1.isArray(EAe)&&isFlatArray(EAe)||(utils$1.isFileList(EAe)||utils$1.endsWith(gAe,"[]"))&&(mAe=utils$1.toArray(EAe)))return gAe=removeBrackets(gAe),mAe.forEach(function(DAe,NAe){!(utils$1.isUndefined(DAe)||DAe===null)&&x_.append(tAe===!0?renderKey([gAe],NAe,eAe):tAe===null?gAe:gAe+"[]",oAe(DAe))}),!1}return isVisitable(EAe)?!0:(x_.append(renderKey(pAe,gAe,eAe),oAe(EAe)),!1)}const cAe=[],uAe=Object.assign(predicates,{defaultVisitor:aAe,convertValue:oAe,isVisitable});function dAe(EAe,gAe,pAe=0){if(!utils$1.isUndefined(EAe)){if(pAe>iAe)throw new AxiosError$1("Object is too deeply nested ("+pAe+" levels). Max depth: "+iAe,AxiosError$1.ERR_FORM_DATA_DEPTH_EXCEEDED);if(cAe.indexOf(EAe)!==-1)throw Error("Circular reference detected in "+gAe.join("."));cAe.push(EAe),utils$1.forEach(EAe,function(SAe,DAe){(!(utils$1.isUndefined(SAe)||SAe===null)&&z9.call(x_,SAe,utils$1.isString(DAe)?DAe.trim():DAe,gAe,uAe))===!0&&dAe(SAe,gAe?gAe.concat(DAe):[DAe],pAe+1)}),cAe.pop()}}if(!utils$1.isObject(r4))throw new TypeError("data must be an object");return dAe(r4),x_}function encode$1(r4){const x_={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(r4).replace(/[!'()~]|%20/g,function(zP){return x_[zP]})}function AxiosURLSearchParams(r4,x_){this._pairs=[],r4&&toFormData$1(r4,this,x_)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(x_,$P){this._pairs.push([x_,$P])};prototype.toString=function(x_){const $P=x_?function(zP){return x_.call(this,zP,encode$1)}:encode$1;return this._pairs.map(function(z9){return $P(z9[0])+"="+$P(z9[1])},"").join("&")};function encode(r4){return encodeURIComponent(r4).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function buildURL(r4,x_,$P){if(!x_)return r4;const zP=$P&&$P.encode||encode,z9=utils$1.isFunction($P)?{serialize:$P}:$P,eAe=z9&&z9.serialize;let tAe;if(eAe?tAe=eAe(x_,z9):tAe=utils$1.isURLSearchParams(x_)?x_.toString():new AxiosURLSearchParams(x_,z9).toString(zP),tAe){const AAe=r4.indexOf("#");AAe!==-1&&(r4=r4.slice(0,AAe)),r4+=(r4.indexOf("?")===-1?"?":"&")+tAe}return r4}class InterceptorManager{constructor(){this.handlers=[]}use(x_,$P,zP){return this.handlers.push({fulfilled:x_,rejected:$P,synchronous:zP?zP.synchronous:!1,runWhen:zP?zP.runWhen:null}),this.handlers.length-1}eject(x_){this.handlers[x_]&&(this.handlers[x_]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(x_){utils$1.forEach(this.handlers,function(zP){zP!==null&&x_(zP)})}}const transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$3={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",_navigator=typeof navigator=="object"&&navigator||void 0,hasStandardBrowserEnv=hasBrowserEnv&&(!_navigator||["ReactNative","NativeScript","NS"].indexOf(_navigator.product)<0),hasStandardBrowserWebWorkerEnv=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",origin=hasBrowserEnv&&window.location.href||"http://localhost",utils=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,navigator:_navigator,origin},Symbol.toStringTag,{value:"Module"})),platform$2={...utils,...platform$3};function toURLEncodedForm(r4,x_){return toFormData$1(r4,new platform$2.classes.URLSearchParams,{visitor:function($P,zP,z9,eAe){return platform$2.isNode&&utils$1.isBuffer($P)?(this.append(zP,$P.toString("base64")),!1):eAe.defaultVisitor.apply(this,arguments)},...x_})}function parsePropPath(r4){return utils$1.matchAll(/\w+|\[(\w*)]/g,r4).map(x_=>x_[0]==="[]"?"":x_[1]||x_[0])}function arrayToObject(r4){const x_={},$P=Object.keys(r4);let zP;const z9=$P.length;let eAe;for(zP=0;zP=$P.length;return tAe=!tAe&&utils$1.isArray(z9)?z9.length:tAe,iAe?(utils$1.hasOwnProp(z9,tAe)?z9[tAe]=utils$1.isArray(z9[tAe])?z9[tAe].concat(zP):[z9[tAe],zP]:z9[tAe]=zP,!AAe):((!z9[tAe]||!utils$1.isObject(z9[tAe]))&&(z9[tAe]=[]),x_($P,zP,z9[tAe],eAe)&&utils$1.isArray(z9[tAe])&&(z9[tAe]=arrayToObject(z9[tAe])),!AAe)}if(utils$1.isFormData(r4)&&utils$1.isFunction(r4.entries)){const $P={};return utils$1.forEachEntry(r4,(zP,z9)=>{x_(parsePropPath(zP),z9,$P,0)}),$P}return null}const own=(r4,x_)=>r4!=null&&utils$1.hasOwnProp(r4,x_)?r4[x_]:void 0;function stringifySafely(r4,x_,$P){if(utils$1.isString(r4))try{return(x_||JSON.parse)(r4),utils$1.trim(r4)}catch(zP){if(zP.name!=="SyntaxError")throw zP}return($P||JSON.stringify)(r4)}const defaults$3={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(x_,$P){const zP=$P.getContentType()||"",z9=zP.indexOf("application/json")>-1,eAe=utils$1.isObject(x_);if(eAe&&utils$1.isHTMLForm(x_)&&(x_=new FormData(x_)),utils$1.isFormData(x_))return z9?JSON.stringify(formDataToJSON(x_)):x_;if(utils$1.isArrayBuffer(x_)||utils$1.isBuffer(x_)||utils$1.isStream(x_)||utils$1.isFile(x_)||utils$1.isBlob(x_)||utils$1.isReadableStream(x_))return x_;if(utils$1.isArrayBufferView(x_))return x_.buffer;if(utils$1.isURLSearchParams(x_))return $P.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),x_.toString();let AAe;if(eAe){const iAe=own(this,"formSerializer");if(zP.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(x_,iAe).toString();if((AAe=utils$1.isFileList(x_))||zP.indexOf("multipart/form-data")>-1){const nAe=own(this,"env"),oAe=nAe&&nAe.FormData;return toFormData$1(AAe?{"files[]":x_}:x_,oAe&&new oAe,iAe)}}return eAe||z9?($P.setContentType("application/json",!1),stringifySafely(x_)):x_}],transformResponse:[function(x_){const $P=own(this,"transitional")||defaults$3.transitional,zP=$P&&$P.forcedJSONParsing,z9=own(this,"responseType"),eAe=z9==="json";if(utils$1.isResponse(x_)||utils$1.isReadableStream(x_))return x_;if(x_&&utils$1.isString(x_)&&(zP&&!z9||eAe)){const AAe=!($P&&$P.silentJSONParsing)&&eAe;try{return JSON.parse(x_,own(this,"parseReviver"))}catch(iAe){if(AAe)throw iAe.name==="SyntaxError"?AxiosError$1.from(iAe,AxiosError$1.ERR_BAD_RESPONSE,this,null,own(this,"response")):iAe}}return x_}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform$2.classes.FormData,Blob:platform$2.classes.Blob},validateStatus:function(x_){return x_>=200&&x_<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch","query"],r4=>{defaults$3.headers[r4]={}});function transformData(r4,x_){const $P=this||defaults$3,zP=x_||$P,z9=AxiosHeaders$1.from(zP.headers);let eAe=zP.data;return utils$1.forEach(r4,function(AAe){eAe=AAe.call($P,eAe,z9.normalize(),x_?x_.status:void 0)}),z9.normalize(),eAe}function isCancel$1(r4){return!!(r4&&r4.__CANCEL__)}let CanceledError$1=class extends AxiosError$1{constructor(x_,$P,zP){super(x_??"canceled",AxiosError$1.ERR_CANCELED,$P,zP),this.name="CanceledError",this.__CANCEL__=!0}};function settle(r4,x_,$P){const zP=$P.config.validateStatus;!$P.status||!zP||zP($P.status)?r4($P):x_(new AxiosError$1("Request failed with status code "+$P.status,$P.status>=400&&$P.status<500?AxiosError$1.ERR_BAD_REQUEST:AxiosError$1.ERR_BAD_RESPONSE,$P.config,$P.request,$P))}function parseProtocol(r4){const x_=/^([-+\w]{1,25}):(?:\/\/)?/.exec(r4);return x_&&x_[1]||""}function speedometer(r4,x_){r4=r4||10;const $P=new Array(r4),zP=new Array(r4);let z9=0,eAe=0,tAe;return x_=x_!==void 0?x_:1e3,function(iAe){const nAe=Date.now(),oAe=zP[eAe];tAe||(tAe=nAe),$P[z9]=iAe,zP[z9]=nAe;let aAe=eAe,cAe=0;for(;aAe!==z9;)cAe+=$P[aAe++],aAe=aAe%r4;if(z9=(z9+1)%r4,z9===eAe&&(eAe=(eAe+1)%r4),nAe-tAe{$P=oAe,z9=null,eAe&&(clearTimeout(eAe),eAe=null),r4(...nAe)};return[(...nAe)=>{const oAe=Date.now(),aAe=oAe-$P;aAe>=zP?tAe(nAe,oAe):(z9=nAe,eAe||(eAe=setTimeout(()=>{eAe=null,tAe(z9)},zP-aAe)))},()=>z9&&tAe(z9)]}const progressEventReducer=(r4,x_,$P=3)=>{let zP=0;const z9=speedometer(50,250);return throttle$3(eAe=>{const tAe=eAe.loaded,AAe=eAe.lengthComputable?eAe.total:void 0,iAe=AAe!=null?Math.min(tAe,AAe):tAe,nAe=Math.max(0,iAe-zP),oAe=z9(nAe);zP=Math.max(zP,iAe);const aAe={loaded:iAe,total:AAe,progress:AAe?iAe/AAe:void 0,bytes:nAe,rate:oAe||void 0,estimated:oAe&&AAe?(AAe-iAe)/oAe:void 0,event:eAe,lengthComputable:AAe!=null,[x_?"download":"upload"]:!0};r4(aAe)},$P)},progressEventDecorator=(r4,x_)=>{const $P=r4!=null;return[zP=>x_[0]({lengthComputable:$P,total:r4,loaded:zP}),x_[1]]},asyncDecorator=r4=>(...x_)=>utils$1.asap(()=>r4(...x_)),isURLSameOrigin=platform$2.hasStandardBrowserEnv?((r4,x_)=>$P=>($P=new URL($P,platform$2.origin),r4.protocol===$P.protocol&&r4.host===$P.host&&(x_||r4.port===$P.port)))(new URL(platform$2.origin),platform$2.navigator&&/(msie|trident)/i.test(platform$2.navigator.userAgent)):()=>!0,cookies=platform$2.hasStandardBrowserEnv?{write(r4,x_,$P,zP,z9,eAe,tAe){if(typeof document>"u")return;const AAe=[`${r4}=${encodeURIComponent(x_)}`];utils$1.isNumber($P)&&AAe.push(`expires=${new Date($P).toUTCString()}`),utils$1.isString(zP)&&AAe.push(`path=${zP}`),utils$1.isString(z9)&&AAe.push(`domain=${z9}`),eAe===!0&&AAe.push("secure"),utils$1.isString(tAe)&&AAe.push(`SameSite=${tAe}`),document.cookie=AAe.join("; ")},read(r4){if(typeof document>"u")return null;const x_=document.cookie.split(";");for(let $P=0;$Pr4 instanceof AxiosHeaders$1?{...r4}:r4;function mergeConfig$3(r4,x_){x_=x_||{};const $P=Object.create(null);Object.defineProperty($P,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});function zP(nAe,oAe,aAe,cAe){return utils$1.isPlainObject(nAe)&&utils$1.isPlainObject(oAe)?utils$1.merge.call({caseless:cAe},nAe,oAe):utils$1.isPlainObject(oAe)?utils$1.merge({},oAe):utils$1.isArray(oAe)?oAe.slice():oAe}function z9(nAe,oAe,aAe,cAe){if(utils$1.isUndefined(oAe)){if(!utils$1.isUndefined(nAe))return zP(void 0,nAe,aAe,cAe)}else return zP(nAe,oAe,aAe,cAe)}function eAe(nAe,oAe){if(!utils$1.isUndefined(oAe))return zP(void 0,oAe)}function tAe(nAe,oAe){if(utils$1.isUndefined(oAe)){if(!utils$1.isUndefined(nAe))return zP(void 0,nAe)}else return zP(void 0,oAe)}function AAe(nAe,oAe,aAe){if(utils$1.hasOwnProp(x_,aAe))return zP(nAe,oAe);if(utils$1.hasOwnProp(r4,aAe))return zP(void 0,nAe)}const iAe={url:eAe,method:eAe,data:eAe,baseURL:tAe,transformRequest:tAe,transformResponse:tAe,paramsSerializer:tAe,timeout:tAe,timeoutMessage:tAe,withCredentials:tAe,withXSRFToken:tAe,adapter:tAe,responseType:tAe,xsrfCookieName:tAe,xsrfHeaderName:tAe,onUploadProgress:tAe,onDownloadProgress:tAe,decompress:tAe,maxContentLength:tAe,maxBodyLength:tAe,beforeRedirect:tAe,transport:tAe,httpAgent:tAe,httpsAgent:tAe,cancelToken:tAe,socketPath:tAe,allowedSocketPaths:tAe,responseEncoding:tAe,validateStatus:AAe,headers:(nAe,oAe,aAe)=>z9(headersToObject(nAe),headersToObject(oAe),aAe,!0)};return utils$1.forEach(Object.keys({...r4,...x_}),function(oAe){if(oAe==="__proto__"||oAe==="constructor"||oAe==="prototype")return;const aAe=utils$1.hasOwnProp(iAe,oAe)?iAe[oAe]:z9,cAe=utils$1.hasOwnProp(r4,oAe)?r4[oAe]:void 0,uAe=utils$1.hasOwnProp(x_,oAe)?x_[oAe]:void 0,dAe=aAe(cAe,uAe,oAe);utils$1.isUndefined(dAe)&&aAe!==AAe||($P[oAe]=dAe)}),$P}const FORM_DATA_CONTENT_HEADERS=["content-type","content-length"];function setFormDataHeaders(r4,x_,$P){if($P!=="content-only"){r4.set(x_);return}Object.entries(x_).forEach(([zP,z9])=>{FORM_DATA_CONTENT_HEADERS.includes(zP.toLowerCase())&&r4.set(zP,z9)})}const encodeUTF8=r4=>encodeURIComponent(r4).replace(/%([0-9A-F]{2})/gi,(x_,$P)=>String.fromCharCode(parseInt($P,16))),resolveConfig=r4=>{const x_=mergeConfig$3({},r4),$P=cAe=>utils$1.hasOwnProp(x_,cAe)?x_[cAe]:void 0,zP=$P("data");let z9=$P("withXSRFToken");const eAe=$P("xsrfHeaderName"),tAe=$P("xsrfCookieName");let AAe=$P("headers");const iAe=$P("auth"),nAe=$P("baseURL"),oAe=$P("allowAbsoluteUrls"),aAe=$P("url");if(x_.headers=AAe=AxiosHeaders$1.from(AAe),x_.url=buildURL(buildFullPath(nAe,aAe,oAe),r4.params,r4.paramsSerializer),iAe&&AAe.set("Authorization","Basic "+btoa((iAe.username||"")+":"+(iAe.password?encodeUTF8(iAe.password):""))),utils$1.isFormData(zP)&&(platform$2.hasStandardBrowserEnv||platform$2.hasStandardBrowserWebWorkerEnv?AAe.setContentType(void 0):utils$1.isFunction(zP.getHeaders)&&setFormDataHeaders(AAe,zP.getHeaders(),$P("formDataHeaderPolicy"))),platform$2.hasStandardBrowserEnv&&(utils$1.isFunction(z9)&&(z9=z9(x_)),z9===!0||z9==null&&isURLSameOrigin(x_.url))){const uAe=eAe&&tAe&&cookies.read(tAe);uAe&&AAe.set(eAe,uAe)}return x_},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(r4){return new Promise(function($P,zP){const z9=resolveConfig(r4);let eAe=z9.data;const tAe=AxiosHeaders$1.from(z9.headers).normalize();let{responseType:AAe,onUploadProgress:iAe,onDownloadProgress:nAe}=z9,oAe,aAe,cAe,uAe,dAe;function EAe(){uAe&&uAe(),dAe&&dAe(),z9.cancelToken&&z9.cancelToken.unsubscribe(oAe),z9.signal&&z9.signal.removeEventListener("abort",oAe)}let gAe=new XMLHttpRequest;gAe.open(z9.method.toUpperCase(),z9.url,!0),gAe.timeout=z9.timeout;function pAe(){if(!gAe)return;const SAe=AxiosHeaders$1.from("getAllResponseHeaders"in gAe&&gAe.getAllResponseHeaders()),NAe={data:!AAe||AAe==="text"||AAe==="json"?gAe.responseText:gAe.response,status:gAe.status,statusText:gAe.statusText,headers:SAe,config:r4,request:gAe};settle(function(bAe){$P(bAe),EAe()},function(bAe){zP(bAe),EAe()},NAe),gAe=null}"onloadend"in gAe?gAe.onloadend=pAe:gAe.onreadystatechange=function(){!gAe||gAe.readyState!==4||gAe.status===0&&!(gAe.responseURL&&gAe.responseURL.startsWith("file:"))||setTimeout(pAe)},gAe.onabort=function(){gAe&&(zP(new AxiosError$1("Request aborted",AxiosError$1.ECONNABORTED,r4,gAe)),EAe(),gAe=null)},gAe.onerror=function(DAe){const NAe=DAe&&DAe.message?DAe.message:"Network Error",TAe=new AxiosError$1(NAe,AxiosError$1.ERR_NETWORK,r4,gAe);TAe.event=DAe||null,zP(TAe),EAe(),gAe=null},gAe.ontimeout=function(){let DAe=z9.timeout?"timeout of "+z9.timeout+"ms exceeded":"timeout exceeded";const NAe=z9.transitional||transitionalDefaults;z9.timeoutErrorMessage&&(DAe=z9.timeoutErrorMessage),zP(new AxiosError$1(DAe,NAe.clarifyTimeoutError?AxiosError$1.ETIMEDOUT:AxiosError$1.ECONNABORTED,r4,gAe)),EAe(),gAe=null},eAe===void 0&&tAe.setContentType(null),"setRequestHeader"in gAe&&utils$1.forEach(tAe.toJSON(),function(DAe,NAe){gAe.setRequestHeader(NAe,DAe)}),utils$1.isUndefined(z9.withCredentials)||(gAe.withCredentials=!!z9.withCredentials),AAe&&AAe!=="json"&&(gAe.responseType=z9.responseType),nAe&&([cAe,dAe]=progressEventReducer(nAe,!0),gAe.addEventListener("progress",cAe)),iAe&&gAe.upload&&([aAe,uAe]=progressEventReducer(iAe),gAe.upload.addEventListener("progress",aAe),gAe.upload.addEventListener("loadend",uAe)),(z9.cancelToken||z9.signal)&&(oAe=SAe=>{gAe&&(zP(!SAe||SAe.type?new CanceledError$1(null,r4,gAe):SAe),gAe.abort(),EAe(),gAe=null)},z9.cancelToken&&z9.cancelToken.subscribe(oAe),z9.signal&&(z9.signal.aborted?oAe():z9.signal.addEventListener("abort",oAe)));const mAe=parseProtocol(z9.url);if(mAe&&!platform$2.protocols.includes(mAe)){zP(new AxiosError$1("Unsupported protocol "+mAe+":",AxiosError$1.ERR_BAD_REQUEST,r4));return}gAe.send(eAe||null)})},composeSignals=(r4,x_)=>{const{length:$P}=r4=r4?r4.filter(Boolean):[];if(x_||$P){let zP=new AbortController,z9;const eAe=function(nAe){if(!z9){z9=!0,AAe();const oAe=nAe instanceof Error?nAe:this.reason;zP.abort(oAe instanceof AxiosError$1?oAe:new CanceledError$1(oAe instanceof Error?oAe.message:oAe))}};let tAe=x_&&setTimeout(()=>{tAe=null,eAe(new AxiosError$1(`timeout of ${x_}ms exceeded`,AxiosError$1.ETIMEDOUT))},x_);const AAe=()=>{r4&&(tAe&&clearTimeout(tAe),tAe=null,r4.forEach(nAe=>{nAe.unsubscribe?nAe.unsubscribe(eAe):nAe.removeEventListener("abort",eAe)}),r4=null)};r4.forEach(nAe=>nAe.addEventListener("abort",eAe));const{signal:iAe}=zP;return iAe.unsubscribe=()=>utils$1.asap(AAe),iAe}},streamChunk=function*(r4,x_){let $P=r4.byteLength;if($P{const z9=readBytes(r4,x_);let eAe=0,tAe,AAe=iAe=>{tAe||(tAe=!0,zP&&zP(iAe))};return new ReadableStream({async pull(iAe){try{const{done:nAe,value:oAe}=await z9.next();if(nAe){AAe(),iAe.close();return}let aAe=oAe.byteLength;if($P){let cAe=eAe+=aAe;$P(cAe)}iAe.enqueue(new Uint8Array(oAe))}catch(nAe){throw AAe(nAe),nAe}},cancel(iAe){return AAe(iAe),z9.return()}},{highWaterMark:2})};function estimateDataURLDecodedBytes(r4){if(!r4||typeof r4!="string"||!r4.startsWith("data:"))return 0;const x_=r4.indexOf(",");if(x_<0)return 0;const $P=r4.slice(5,x_),zP=r4.slice(x_+1);if(/;base64/i.test($P)){let tAe=zP.length;const AAe=zP.length;for(let uAe=0;uAe=48&&dAe<=57||dAe>=65&&dAe<=70||dAe>=97&&dAe<=102)&&(EAe>=48&&EAe<=57||EAe>=65&&EAe<=70||EAe>=97&&EAe<=102)&&(tAe-=2,uAe+=2)}let iAe=0,nAe=AAe-1;const oAe=uAe=>uAe>=2&&zP.charCodeAt(uAe-2)===37&&zP.charCodeAt(uAe-1)===51&&(zP.charCodeAt(uAe)===68||zP.charCodeAt(uAe)===100);nAe>=0&&(zP.charCodeAt(nAe)===61?(iAe++,nAe--):oAe(nAe)&&(iAe++,nAe-=3)),iAe===1&&nAe>=0&&(zP.charCodeAt(nAe)===61||oAe(nAe))&&iAe++;const cAe=Math.floor(tAe/4)*3-(iAe||0);return cAe>0?cAe:0}if(typeof Buffer<"u"&&typeof Buffer.byteLength=="function")return Buffer.byteLength(zP,"utf8");let eAe=0;for(let tAe=0,AAe=zP.length;tAe=55296&&iAe<=56319&&tAe+1=56320&&nAe<=57343?(eAe+=4,tAe++):eAe+=3}else eAe+=3}return eAe}const VERSION$1="1.16.0",DEFAULT_CHUNK_SIZE=64*1024,{isFunction:isFunction$2}=utils$1,test=(r4,...x_)=>{try{return!!r4(...x_)}catch{return!1}},factory=r4=>{const x_=utils$1.global??globalThis,{ReadableStream:$P,TextEncoder:zP}=x_;r4=utils$1.merge.call({skipUndefined:!0},{Request:x_.Request,Response:x_.Response},r4);const{fetch:z9,Request:eAe,Response:tAe}=r4,AAe=z9?isFunction$2(z9):typeof fetch=="function",iAe=isFunction$2(eAe),nAe=isFunction$2(tAe);if(!AAe)return!1;const oAe=AAe&&isFunction$2($P),aAe=AAe&&(typeof zP=="function"?(pAe=>mAe=>pAe.encode(mAe))(new zP):async pAe=>new Uint8Array(await new eAe(pAe).arrayBuffer())),cAe=iAe&&oAe&&test(()=>{let pAe=!1;const mAe=new eAe(platform$2.origin,{body:new $P,method:"POST",get duplex(){return pAe=!0,"half"}}),SAe=mAe.headers.has("Content-Type");return mAe.body!=null&&mAe.body.cancel(),pAe&&!SAe}),uAe=nAe&&oAe&&test(()=>utils$1.isReadableStream(new tAe("").body)),dAe={stream:uAe&&(pAe=>pAe.body)};AAe&&["text","arrayBuffer","blob","formData","stream"].forEach(pAe=>{!dAe[pAe]&&(dAe[pAe]=(mAe,SAe)=>{let DAe=mAe&&mAe[pAe];if(DAe)return DAe.call(mAe);throw new AxiosError$1(`Response type '${pAe}' is not supported`,AxiosError$1.ERR_NOT_SUPPORT,SAe)})});const EAe=async pAe=>{if(pAe==null)return 0;if(utils$1.isBlob(pAe))return pAe.size;if(utils$1.isSpecCompliantForm(pAe))return(await new eAe(platform$2.origin,{method:"POST",body:pAe}).arrayBuffer()).byteLength;if(utils$1.isArrayBufferView(pAe)||utils$1.isArrayBuffer(pAe))return pAe.byteLength;if(utils$1.isURLSearchParams(pAe)&&(pAe=pAe+""),utils$1.isString(pAe))return(await aAe(pAe)).byteLength},gAe=async(pAe,mAe)=>{const SAe=utils$1.toFiniteNumber(pAe.getContentLength());return SAe??EAe(mAe)};return async pAe=>{let{url:mAe,method:SAe,data:DAe,signal:NAe,cancelToken:TAe,timeout:bAe,onDownloadProgress:GAe,onUploadProgress:LAe,responseType:wAe,headers:OAe,withCredentials:PAe="same-origin",fetchOptions:HAe,maxContentLength:zAe,maxBodyLength:eIe}=resolveConfig(pAe);const iIe=utils$1.isNumber(zAe)&&zAe>-1,rIe=utils$1.isNumber(eIe)&&eIe>-1;let AIe=z9||fetch;wAe=wAe?(wAe+"").toLowerCase():"text";let XAe=composeSignals([NAe,TAe&&TAe.toAbortSignal()],bAe),EIe=null;const hIe=XAe&&XAe.unsubscribe&&(()=>{XAe.unsubscribe()});let tIe;try{if(iIe&&typeof mAe=="string"&&mAe.startsWith("data:")&&estimateDataURLDecodedBytes(mAe)>zAe)throw new AxiosError$1("maxContentLength size of "+zAe+" exceeded",AxiosError$1.ERR_BAD_RESPONSE,pAe,EIe);if(rIe&&SAe!=="get"&&SAe!=="head"){const OIe=await gAe(OAe,DAe);if(typeof OIe=="number"&&isFinite(OIe)&&OIe>eIe)throw new AxiosError$1("Request body larger than maxBodyLength limit",AxiosError$1.ERR_BAD_REQUEST,pAe,EIe)}if(LAe&&cAe&&SAe!=="get"&&SAe!=="head"&&(tIe=await gAe(OAe,DAe))!==0){let OIe=new eAe(mAe,{method:"POST",body:DAe,duplex:"half"}),HIe;if(utils$1.isFormData(DAe)&&(HIe=OIe.headers.get("content-type"))&&OAe.setContentType(HIe),OIe.body){const[PIe,LIe]=progressEventDecorator(tIe,progressEventReducer(asyncDecorator(LAe)));DAe=trackStream(OIe.body,DEFAULT_CHUNK_SIZE,PIe,LIe)}}utils$1.isString(PAe)||(PAe=PAe?"include":"omit");const gIe=iAe&&"credentials"in eAe.prototype;if(utils$1.isFormData(DAe)){const OIe=OAe.getContentType();OIe&&/^multipart\/form-data/i.test(OIe)&&!/boundary=/i.test(OIe)&&OAe.delete("content-type")}OAe.set("User-Agent","axios/"+VERSION$1,!1);const pIe={...HAe,signal:XAe,method:SAe.toUpperCase(),headers:OAe.normalize().toJSON(),body:DAe,duplex:"half",credentials:gIe?PAe:void 0};EIe=iAe&&new eAe(mAe,pIe);let _Ie=await(iAe?AIe(EIe,HAe):AIe(mAe,pIe));if(iIe){const OIe=utils$1.toFiniteNumber(_Ie.headers.get("content-length"));if(OIe!=null&&OIe>zAe)throw new AxiosError$1("maxContentLength size of "+zAe+" exceeded",AxiosError$1.ERR_BAD_RESPONSE,pAe,EIe)}const SIe=uAe&&(wAe==="stream"||wAe==="response");if(uAe&&_Ie.body&&(GAe||iIe||SIe&&hIe)){const OIe={};["status","statusText","headers"].forEach(XIe=>{OIe[XIe]=_Ie[XIe]});const HIe=utils$1.toFiniteNumber(_Ie.headers.get("content-length")),[PIe,LIe]=GAe&&progressEventDecorator(HIe,progressEventReducer(asyncDecorator(GAe),!0))||[];let oEe=0;const JIe=XIe=>{if(iIe&&(oEe=XIe,oEe>zAe))throw new AxiosError$1("maxContentLength size of "+zAe+" exceeded",AxiosError$1.ERR_BAD_RESPONSE,pAe,EIe);PIe&&PIe(XIe)};_Ie=new tAe(trackStream(_Ie.body,DEFAULT_CHUNK_SIZE,JIe,()=>{LIe&&LIe(),hIe&&hIe()}),OIe)}wAe=wAe||"text";let yIe=await dAe[utils$1.findKey(dAe,wAe)||"text"](_Ie,pAe);if(iIe&&!uAe&&!SIe){let OIe;if(yIe!=null&&(typeof yIe.byteLength=="number"?OIe=yIe.byteLength:typeof yIe.size=="number"?OIe=yIe.size:typeof yIe=="string"&&(OIe=typeof zP=="function"?new zP().encode(yIe).byteLength:yIe.length)),typeof OIe=="number"&&OIe>zAe)throw new AxiosError$1("maxContentLength size of "+zAe+" exceeded",AxiosError$1.ERR_BAD_RESPONSE,pAe,EIe)}return!SIe&&hIe&&hIe(),await new Promise((OIe,HIe)=>{settle(OIe,HIe,{data:yIe,headers:AxiosHeaders$1.from(_Ie.headers),status:_Ie.status,statusText:_Ie.statusText,config:pAe,request:EIe})})}catch(gIe){if(hIe&&hIe(),XAe&&XAe.aborted&&XAe.reason instanceof AxiosError$1){const pIe=XAe.reason;throw pIe.config=pAe,EIe&&(pIe.request=EIe),gIe!==pIe&&(pIe.cause=gIe),pIe}throw gIe&&gIe.name==="TypeError"&&/Load failed|fetch/i.test(gIe.message)?Object.assign(new AxiosError$1("Network Error",AxiosError$1.ERR_NETWORK,pAe,EIe,gIe&&gIe.response),{cause:gIe.cause||gIe}):AxiosError$1.from(gIe,gIe&&gIe.code,pAe,EIe,gIe&&gIe.response)}}},seedCache=new Map,getFetch=r4=>{let x_=r4&&r4.env||{};const{fetch:$P,Request:zP,Response:z9}=x_,eAe=[zP,z9,$P];let tAe=eAe.length,AAe=tAe,iAe,nAe,oAe=seedCache;for(;AAe--;)iAe=eAe[AAe],nAe=oAe.get(iAe),nAe===void 0&&oAe.set(iAe,nAe=AAe?new Map:factory(x_)),oAe=nAe;return nAe};getFetch();const knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:{get:getFetch}};utils$1.forEach(knownAdapters,(r4,x_)=>{if(r4){try{Object.defineProperty(r4,"name",{__proto__:null,value:x_})}catch{}Object.defineProperty(r4,"adapterName",{__proto__:null,value:x_})}});const renderReason=r4=>`- ${r4}`,isResolvedHandle=r4=>utils$1.isFunction(r4)||r4===null||r4===!1;function getAdapter$1(r4,x_){r4=utils$1.isArray(r4)?r4:[r4];const{length:$P}=r4;let zP,z9;const eAe={};for(let tAe=0;tAe<$P;tAe++){zP=r4[tAe];let AAe;if(z9=zP,!isResolvedHandle(zP)&&(z9=knownAdapters[(AAe=String(zP)).toLowerCase()],z9===void 0))throw new AxiosError$1(`Unknown adapter '${AAe}'`);if(z9&&(utils$1.isFunction(z9)||(z9=z9.get(x_))))break;eAe[AAe||"#"+tAe]=z9}if(!z9){const tAe=Object.entries(eAe).map(([iAe,nAe])=>`adapter ${iAe} `+(nAe===!1?"is not supported by the environment":"is not available in the build"));let AAe=$P?tAe.length>1?`since : `+tAe.map(renderReason).join(` `):" "+renderReason(tAe[0]):"as no adapter specified";throw new AxiosError$1("There is no suitable adapter to dispatch the request "+AAe,"ERR_NOT_SUPPORT")}return z9}const adapters={getAdapter:getAdapter$1,adapters:knownAdapters};function throwIfCancellationRequested(r4){if(r4.cancelToken&&r4.cancelToken.throwIfRequested(),r4.signal&&r4.signal.aborted)throw new CanceledError$1(null,r4)}function dispatchRequest(r4){return throwIfCancellationRequested(r4),r4.headers=AxiosHeaders$1.from(r4.headers),r4.data=transformData.call(r4,r4.transformRequest),["post","put","patch"].indexOf(r4.method)!==-1&&r4.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(r4.adapter||defaults$3.adapter,r4)(r4).then(function(zP){throwIfCancellationRequested(r4),r4.response=zP;try{zP.data=transformData.call(r4,r4.transformResponse,zP)}finally{delete r4.response}return zP.headers=AxiosHeaders$1.from(zP.headers),zP},function(zP){if(!isCancel$1(zP)&&(throwIfCancellationRequested(r4),zP&&zP.response)){r4.response=zP.response;try{zP.response.data=transformData.call(r4,r4.transformResponse,zP.response)}finally{delete r4.response}zP.response.headers=AxiosHeaders$1.from(zP.response.headers)}return Promise.reject(zP)})}const validators$2={};["object","boolean","number","function","string","symbol"].forEach((r4,x_)=>{validators$2[r4]=function(zP){return typeof zP===r4||"a"+(x_<1?"n ":" ")+r4}});const deprecatedWarnings={};validators$2.transitional=function(x_,$P,zP){function z9(eAe,tAe){return"[Axios v"+VERSION$1+"] Transitional option '"+eAe+"'"+tAe+(zP?". "+zP:"")}return(eAe,tAe,AAe)=>{if(x_===!1)throw new AxiosError$1(z9(tAe," has been removed"+($P?" in "+$P:"")),AxiosError$1.ERR_DEPRECATED);return $P&&!deprecatedWarnings[tAe]&&(deprecatedWarnings[tAe]=!0,console.warn(z9(tAe," has been deprecated since v"+$P+" and will be removed in the near future"))),x_?x_(eAe,tAe,AAe):!0}};validators$2.spelling=function(x_){return($P,zP)=>(console.warn(`${zP} is likely a misspelling of ${x_}`),!0)};function assertOptions(r4,x_,$P){if(typeof r4!="object")throw new AxiosError$1("options must be an object",AxiosError$1.ERR_BAD_OPTION_VALUE);const zP=Object.keys(r4);let z9=zP.length;for(;z9-- >0;){const eAe=zP[z9],tAe=Object.prototype.hasOwnProperty.call(x_,eAe)?x_[eAe]:void 0;if(tAe){const AAe=r4[eAe],iAe=AAe===void 0||tAe(AAe,eAe,r4);if(iAe!==!0)throw new AxiosError$1("option "+eAe+" must be "+iAe,AxiosError$1.ERR_BAD_OPTION_VALUE);continue}if($P!==!0)throw new AxiosError$1("Unknown option "+eAe,AxiosError$1.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$2},validators$1=validator.validators;let Axios$1=class{constructor(x_){this.defaults=x_||{},this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(x_,$P){try{return await this._request(x_,$P)}catch(zP){if(zP instanceof Error){let z9={};Error.captureStackTrace?Error.captureStackTrace(z9):z9=new Error;const eAe=(()=>{if(!z9.stack)return"";const tAe=z9.stack.indexOf(` `);return tAe===-1?"":z9.stack.slice(tAe+1)})();try{if(!zP.stack)zP.stack=eAe;else if(eAe){const tAe=eAe.indexOf(` `),AAe=tAe===-1?-1:eAe.indexOf(` `,tAe+1),iAe=AAe===-1?"":eAe.slice(AAe+1);String(zP.stack).endsWith(iAe)||(zP.stack+=` `+eAe)}}catch{}}throw zP}}_request(x_,$P){typeof x_=="string"?($P=$P||{},$P.url=x_):$P=x_||{},$P=mergeConfig$3(this.defaults,$P);const{transitional:zP,paramsSerializer:z9,headers:eAe}=$P;zP!==void 0&&validator.assertOptions(zP,{silentJSONParsing:validators$1.transitional(validators$1.boolean),forcedJSONParsing:validators$1.transitional(validators$1.boolean),clarifyTimeoutError:validators$1.transitional(validators$1.boolean),legacyInterceptorReqResOrdering:validators$1.transitional(validators$1.boolean)},!1),z9!=null&&(utils$1.isFunction(z9)?$P.paramsSerializer={serialize:z9}:validator.assertOptions(z9,{encode:validators$1.function,serialize:validators$1.function},!0)),$P.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?$P.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:$P.allowAbsoluteUrls=!0),validator.assertOptions($P,{baseUrl:validators$1.spelling("baseURL"),withXsrfToken:validators$1.spelling("withXSRFToken")},!0),$P.method=($P.method||this.defaults.method||"get").toLowerCase();let tAe=eAe&&utils$1.merge(eAe.common,eAe[$P.method]);eAe&&utils$1.forEach(["delete","get","head","post","put","patch","query","common"],dAe=>{delete eAe[dAe]}),$P.headers=AxiosHeaders$1.concat(tAe,eAe);const AAe=[];let iAe=!0;this.interceptors.request.forEach(function(EAe){if(typeof EAe.runWhen=="function"&&EAe.runWhen($P)===!1)return;iAe=iAe&&EAe.synchronous;const gAe=$P.transitional||transitionalDefaults;gAe&&gAe.legacyInterceptorReqResOrdering?AAe.unshift(EAe.fulfilled,EAe.rejected):AAe.push(EAe.fulfilled,EAe.rejected)});const nAe=[];this.interceptors.response.forEach(function(EAe){nAe.push(EAe.fulfilled,EAe.rejected)});let oAe,aAe=0,cAe;if(!iAe){const dAe=[dispatchRequest.bind(this),void 0];for(dAe.unshift(...AAe),dAe.push(...nAe),cAe=dAe.length,oAe=Promise.resolve($P);aAe{if(!zP._listeners)return;let eAe=zP._listeners.length;for(;eAe-- >0;)zP._listeners[eAe](z9);zP._listeners=null}),this.promise.then=z9=>{let eAe;const tAe=new Promise(AAe=>{zP.subscribe(AAe),eAe=AAe}).then(z9);return tAe.cancel=function(){zP.unsubscribe(eAe)},tAe},x_(function(eAe,tAe,AAe){zP.reason||(zP.reason=new CanceledError$1(eAe,tAe,AAe),$P(zP.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(x_){if(this.reason){x_(this.reason);return}this._listeners?this._listeners.push(x_):this._listeners=[x_]}unsubscribe(x_){if(!this._listeners)return;const $P=this._listeners.indexOf(x_);$P!==-1&&this._listeners.splice($P,1)}toAbortSignal(){const x_=new AbortController,$P=zP=>{x_.abort(zP)};return this.subscribe($P),x_.signal.unsubscribe=()=>this.unsubscribe($P),x_.signal}static source(){let x_;return{token:new Yrt(function(z9){x_=z9}),cancel:x_}}};function spread$1(r4){return function($P){return r4.apply(null,$P)}}function isAxiosError$1(r4){return utils$1.isObject(r4)&&r4.isAxiosError===!0}const HttpStatusCode$1={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(HttpStatusCode$1).forEach(([r4,x_])=>{HttpStatusCode$1[x_]=r4});function createInstance$1(r4){const x_=new Axios$1(r4),$P=bind$2(Axios$1.prototype.request,x_);return utils$1.extend($P,Axios$1.prototype,x_,{allOwnKeys:!0}),utils$1.extend($P,x_,null,{allOwnKeys:!0}),$P.create=function(z9){return createInstance$1(mergeConfig$3(r4,z9))},$P}const axios=createInstance$1(defaults$3);axios.Axios=Axios$1;axios.CanceledError=CanceledError$1;axios.CancelToken=CancelToken$1;axios.isCancel=isCancel$1;axios.VERSION=VERSION$1;axios.toFormData=toFormData$1;axios.AxiosError=AxiosError$1;axios.Cancel=axios.CanceledError;axios.all=function(x_){return Promise.all(x_)};axios.spread=spread$1;axios.isAxiosError=isAxiosError$1;axios.mergeConfig=mergeConfig$3;axios.AxiosHeaders=AxiosHeaders$1;axios.formToJSON=r4=>formDataToJSON(utils$1.isHTMLForm(r4)?new FormData(r4):r4);axios.getAdapter=adapters.getAdapter;axios.HttpStatusCode=HttpStatusCode$1;axios.default=axios;const{Axios,AxiosError,CanceledError,isCancel,CancelToken,VERSION,all,Cancel,isAxiosError,spread,toFormData,AxiosHeaders,HttpStatusCode,formToJSON,getAdapter,mergeConfig:mergeConfig$2,create:create$5}=axios;var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs$1(r4){return r4&&r4.__esModule&&Object.prototype.hasOwnProperty.call(r4,"default")?r4.default:r4}function getAugmentedNamespace(r4){if(Object.prototype.hasOwnProperty.call(r4,"__esModule"))return r4;var x_=r4.default;if(typeof x_=="function"){var $P=function zP(){return this instanceof zP?Reflect.construct(x_,arguments,this.constructor):x_.apply(this,arguments)};$P.prototype=x_.prototype}else $P={};return Object.defineProperty($P,"__esModule",{value:!0}),Object.keys(r4).forEach(function(zP){var z9=Object.getOwnPropertyDescriptor(r4,zP);Object.defineProperty($P,zP,z9.get?z9:{enumerable:!0,get:function(){return r4[zP]}})}),$P}var lodash$1={exports:{}};/** * @license * Lodash * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors */var lodash=lodash$1.exports,hasRequiredLodash;function requireLodash(){return hasRequiredLodash||(hasRequiredLodash=1,function(r4,x_){(function(){var $P,zP="4.18.1",z9=200,eAe="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",tAe="Expected a function",AAe="Invalid `variable` option passed into `_.template`",iAe="Invalid `imports` option passed into `_.template`",nAe="__lodash_hash_undefined__",oAe=500,aAe="__lodash_placeholder__",cAe=1,uAe=2,dAe=4,EAe=1,gAe=2,pAe=1,mAe=2,SAe=4,DAe=8,NAe=16,TAe=32,bAe=64,GAe=128,LAe=256,wAe=512,OAe=30,PAe="...",HAe=800,zAe=16,eIe=1,iIe=2,rIe=3,AIe=1/0,XAe=9007199254740991,EIe=17976931348623157e292,hIe=NaN,tIe=4294967295,gIe=tIe-1,pIe=tIe>>>1,_Ie=[["ary",GAe],["bind",pAe],["bindKey",mAe],["curry",DAe],["curryRight",NAe],["flip",wAe],["partial",TAe],["partialRight",bAe],["rearg",LAe]],SIe="[object Arguments]",yIe="[object Array]",OIe="[object AsyncFunction]",HIe="[object Boolean]",PIe="[object Date]",LIe="[object DOMException]",oEe="[object Error]",JIe="[object Function]",XIe="[object GeneratorFunction]",zIe="[object Map]",YIe="[object Number]",uEe="[object Null]",NEe="[object Object]",MEe="[object Promise]",FEe="[object Proxy]",vEe="[object RegExp]",yEe="[object Set]",VEe="[object String]",UEe="[object Symbol]",UCe="[object Undefined]",CCe="[object WeakMap]",fCe="[object WeakSet]",VCe="[object ArrayBuffer]",$Ee="[object DataView]",tCe="[object Float32Array]",iCe="[object Float64Array]",gCe="[object Int8Array]",TCe="[object Int16Array]",YEe="[object Int32Array]",cEe="[object Uint8Array]",OEe="[object Uint8ClampedArray]",REe="[object Uint16Array]",ZEe="[object Uint32Array]",uCe=/\b__p \+= '';/g,YCe=/\b(__p \+=) '' \+/g,MBe=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_Ce=/&(?:amp|lt|gt|quot|#39);/g,FCe=/[&<>"']/g,kEe=RegExp(_Ce.source),WCe=RegExp(FCe.source),EBe=/<%-([\s\S]+?)%>/g,bIe=/<%([\s\S]+?)%>/g,TIe=/<%=([\s\S]+?)%>/g,rBe=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,RCe=/^\w*$/,bBe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,FQe=/[\\^$.*+?()[\]{}|]/g,mme=RegExp(FQe.source),Dme=/^\s+/,wQe=/\s/,Wme=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,IQe=/\{\n\/\* \[wrapped with (.+)\] \*/,NBe=/,? & /,uBe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,UBe=/[()=,{}\[\]\/\s]/,kIe=/\\(\\)?/g,BEe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,iEe=/\w*$/,aEe=/^[-+]0x[0-9a-f]+$/i,pEe=/^0b[01]+$/i,TEe=/^\[object .+?Constructor\]$/,mEe=/^0o[0-7]+$/i,dEe=/^(?:0|[1-9]\d*)$/,ICe=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,eBe=/($^)/,OBe=/['\n\r\u2028\u2029\\]/g,CQe="\\ud800-\\udfff",FBe="\\u0300-\\u036f",BQe="\\ufe20-\\ufe2f",oBe="\\u20d0-\\u20ff",XCe=FBe+BQe+oBe,IBe="\\u2700-\\u27bf",yBe="a-z\\xdf-\\xf6\\xf8-\\xff",dCe="\\xac\\xb1\\xd7\\xf7",QCe="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",WQe="\\u2000-\\u206f",ime=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",kQe="A-Z\\xc0-\\xd6\\xd8-\\xde",Ome="\\ufe0e\\ufe0f",sCe=dCe+QCe+WQe+ime,nCe="['’]",ABe="["+CQe+"]",LBe="["+sCe+"]",YBe="["+XCe+"]",WBe="\\d+",hQe="["+IBe+"]",nQe="["+yBe+"]",aQe="[^"+CQe+sCe+WBe+IBe+yBe+kQe+"]",QQe="\\ud83c[\\udffb-\\udfff]",sme="(?:"+YBe+"|"+QQe+")",Nme="[^"+CQe+"]",vme="(?:\\ud83c[\\udde6-\\uddff]){2}",cQe="[\\ud800-\\udbff][\\udc00-\\udfff]",$me="["+kQe+"]",v0e="\\u200d",Bme="(?:"+nQe+"|"+aQe+")",wEe="(?:"+$me+"|"+aQe+")",lCe="(?:"+nCe+"(?:d|ll|m|re|s|t|ve))?",pCe="(?:"+nCe+"(?:D|LL|M|RE|S|T|VE))?",sBe=sme+"?",KCe="["+Ome+"]?",qCe="(?:"+v0e+"(?:"+[Nme,vme,cQe].join("|")+")"+KCe+sBe+")*",SBe="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",nBe="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",rme=KCe+sBe+qCe,ZQe="(?:"+[hQe,vme,cQe].join("|")+")"+rme,r0e="(?:"+[Nme+YBe+"?",YBe,vme,cQe,ABe].join("|")+")",Kme=RegExp(nCe,"g"),r1e=RegExp(YBe,"g"),H0e=RegExp(QQe+"(?="+QQe+")|"+r0e+rme,"g"),Vme=RegExp([$me+"?"+nQe+"+"+lCe+"(?="+[LBe,$me,"$"].join("|")+")",wEe+"+"+pCe+"(?="+[LBe,$me+Bme,"$"].join("|")+")",$me+"?"+Bme+"+"+lCe,$me+"+"+pCe,nBe,SBe,WBe,ZQe].join("|"),"g"),mye=RegExp("["+v0e+CQe+XCe+Ome+"]"),d0e=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,qBe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],_Be=-1,k0e={};k0e[tCe]=k0e[iCe]=k0e[gCe]=k0e[TCe]=k0e[YEe]=k0e[cEe]=k0e[OEe]=k0e[REe]=k0e[ZEe]=!0,k0e[SIe]=k0e[yIe]=k0e[VCe]=k0e[HIe]=k0e[$Ee]=k0e[PIe]=k0e[oEe]=k0e[JIe]=k0e[zIe]=k0e[YIe]=k0e[NEe]=k0e[vEe]=k0e[yEe]=k0e[VEe]=k0e[CCe]=!1;var O0e={};O0e[SIe]=O0e[yIe]=O0e[VCe]=O0e[$Ee]=O0e[HIe]=O0e[PIe]=O0e[tCe]=O0e[iCe]=O0e[gCe]=O0e[TCe]=O0e[YEe]=O0e[zIe]=O0e[YIe]=O0e[NEe]=O0e[vEe]=O0e[yEe]=O0e[VEe]=O0e[UEe]=O0e[cEe]=O0e[OEe]=O0e[REe]=O0e[ZEe]=!0,O0e[oEe]=O0e[JIe]=O0e[CCe]=!1;var P1e={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},J1e={"&":"&","<":"<",">":">",'"':""","'":"'"},l_e={"&":"&","<":"<",">":">",""":'"',"'":"'"},Zye={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},I0e=parseFloat,j_e=parseInt,hSe=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,k_e=typeof self=="object"&&self&&self.Object===Object&&self,kye=hSe||k_e||Function("return this")(),H_e=x_&&!x_.nodeType&&x_,iDe=H_e&&!0&&r4&&!r4.nodeType&&r4,p1e=iDe&&iDe.exports===H_e,Z0e=p1e&&hSe.process,Yye=function(){try{var DBe=iDe&&iDe.require&&iDe.require("util").types;return DBe||Z0e&&Z0e.binding&&Z0e.binding("util")}catch{}}(),i_e=Yye&&Yye.isArrayBuffer,ESe=Yye&&Yye.isDate,S_e=Yye&&Yye.isMap,tSe=Yye&&Yye.isRegExp,$Se=Yye&&Yye.isSet,C_e=Yye&&Yye.isTypedArray;function qye(DBe,dQe,EQe){switch(EQe.length){case 0:return DBe.call(dQe);case 1:return DBe.call(dQe,EQe[0]);case 2:return DBe.call(dQe,EQe[0],EQe[1]);case 3:return DBe.call(dQe,EQe[0],EQe[1],EQe[2])}return DBe.apply(dQe,EQe)}function MQe(DBe,dQe,EQe,kme){for(var f0e=-1,Y0e=DBe==null?0:DBe.length;++f0e-1}function Z1e(DBe,dQe,EQe){for(var kme=-1,f0e=DBe==null?0:DBe.length;++kme-1;);return EQe}function c_e(DBe,dQe){for(var EQe=DBe.length;EQe--&&_Ee(dQe,DBe[EQe],0)>-1;);return EQe}function D_e(DBe,dQe){for(var EQe=DBe.length,kme=0;EQe--;)DBe[EQe]===dQe&&++kme;return kme}var BBe=wme(P1e),fBe=wme(J1e);function y0e(DBe){return"\\"+Zye[DBe]}function N_e(DBe,dQe){return DBe==null?$P:DBe[dQe]}function U0e(DBe){return mye.test(DBe)}function yye(DBe){return d0e.test(DBe)}function ASe(DBe){for(var dQe,EQe=[];!(dQe=DBe.next()).done;)EQe.push(dQe.value);return EQe}function s1e(DBe){var dQe=-1,EQe=Array(DBe.size);return DBe.forEach(function(kme,f0e){EQe[++dQe]=[f0e,kme]}),EQe}function r_e(DBe,dQe){return function(EQe){return DBe(dQe(EQe))}}function G1e(DBe,dQe){for(var EQe=-1,kme=DBe.length,f0e=0,Y0e=[];++EQe-1}function MDe(Rge,dIe){var xIe=this.__data__,IEe=OQe(xIe,Rge);return IEe<0?(++this.size,xIe.push([Rge,dIe])):xIe[IEe][1]=dIe,this}mSe.prototype.clear=RDe,mSe.prototype.delete=r2e,mSe.prototype.get=F2e,mSe.prototype.has=n2e,mSe.prototype.set=MDe;function t0e(Rge){var dIe=-1,xIe=Rge==null?0:Rge.length;for(this.clear();++dIe=dIe?Rge:dIe)),Rge}function z0e(Rge,dIe,xIe,IEe,ACe,OCe){var aBe,RBe=dIe&cAe,XBe=dIe&uAe,Eme=dIe&dAe;if(xIe&&(aBe=ACe?xIe(Rge,IEe,ACe,OCe):xIe(Rge)),aBe!==$P)return aBe;if(!jDe(Rge))return Rge;var Cme=Hye(Rge);if(Cme){if(aBe=IRe(Rge),!RBe)return $Ae(Rge,aBe)}else{var Rme=n0e(Rge),c0e=Rme==JIe||Rme==XIe;if(lke(Rge))return s2e(Rge,RBe);if(Rme==NEe||Rme==SIe||c0e&&!ACe){if(aBe=XBe||c0e?{}:dwe(Rge),!RBe)return XBe?IIe(Rge,Lme(aBe,Rge)):lIe(Rge,PQe(aBe,Rge))}else{if(!O0e[Rme])return ACe?Rge:{};aBe=RMe(Rge,Rme,RBe)}}OCe||(OCe=new oCe);var cye=OCe.get(Rge);if(cye)return cye;OCe.set(Rge,aBe),MOe(Rge)?Rge.forEach(function($ye){aBe.add(z0e($ye,dIe,xIe,$ye,Rge,OCe))}):oNe(Rge)&&Rge.forEach(function($ye,m_e){aBe.set(m_e,z0e($ye,dIe,xIe,m_e,Rge,OCe))});var Wye=Eme?XBe?ome:xQe:XBe?eRe:S2e,x1e=Cme?$P:Wye(Rge);return gBe(x1e||Rge,function($ye,m_e){x1e&&(m_e=$ye,$ye=Rge[m_e]),wBe(aBe,m_e,z0e($ye,dIe,xIe,m_e,Rge,OCe))}),aBe}function m1e(Rge){var dIe=S2e(Rge);return function(xIe){return hye(xIe,Rge,dIe)}}function hye(Rge,dIe,xIe){var IEe=xIe.length;if(Rge==null)return!IEe;for(Rge=eme(Rge);IEe--;){var ACe=xIe[IEe],OCe=dIe[ACe],aBe=Rge[ACe];if(aBe===$P&&!(ACe in Rge)||!OCe(aBe))return!1}return!0}function ume(Rge,dIe,xIe){if(typeof Rge!="function")throw new G_e(tAe);return gMe(function(){Rge.apply($P,xIe)},dIe)}function w1e(Rge,dIe,xIe,IEe){var ACe=-1,OCe=Uye,aBe=!0,RBe=Rge.length,XBe=[],Eme=dIe.length;if(!RBe)return XBe;xIe&&(dIe=vye(dIe,$0e(xIe))),IEe?(OCe=Z1e,aBe=!1):dIe.length>=z9&&(OCe=zQe,aBe=!1,dIe=new QEe(dIe));e:for(;++ACeACe?0:ACe+xIe),IEe=IEe===$P||IEe>ACe?ACe:k1e(IEe),IEe<0&&(IEe+=ACe),IEe=xIe>IEe?0:mbe(IEe);xIe0&&xIe(RBe)?dIe>1?sye(RBe,dIe-1,xIe,IEe,ACe):jIe(ACe,RBe):IEe||(ACe[ACe.length]=RBe)}return ACe}var y1e=IAe(),f_e=IAe(!0);function Kye(Rge,dIe){return Rge&&y1e(Rge,dIe,S2e)}function _1e(Rge,dIe){return Rge&&f_e(Rge,dIe,S2e)}function s_e(Rge,dIe){return Mye(dIe,function(xIe){return _Te(Rge[xIe])})}function X1e(Rge,dIe){dIe=e_e(dIe,Rge);for(var xIe=0,IEe=dIe.length;Rge!=null&&xIedIe}function Y_e(Rge,dIe){return Rge!=null&&N0e.call(Rge,dIe)}function Twe(Rge,dIe){return Rge!=null&&dIe in eme(Rge)}function x2e(Rge,dIe,xIe){return Rge>=pSe(dIe,xIe)&&Rge=120&&Cme.length>=120)?new QEe(aBe&&Cme):$P}Cme=Rge[0];var Rme=-1,c0e=RBe[0];e:for(;++Rme-1;)RBe!==Rge&&w_e.call(RBe,XBe,1),w_e.call(Rge,XBe,1);return Rge}function o1e(Rge,dIe){for(var xIe=Rge?dIe.length:0,IEe=xIe-1;xIe--;){var ACe=dIe[xIe];if(xIe==IEe||ACe!==OCe){var OCe=ACe;j0e(ACe)?w_e.call(Rge,ACe,1):aSe(Rge,ACe)}}return Rge}function d_e(Rge,dIe){return Rge+DDe(i2e()*(dIe-Rge+1))}function uwe(Rge,dIe,xIe,IEe){for(var ACe=-1,OCe=Q1e(swe((dIe-Rge)/(xIe||1)),0),aBe=EQe(OCe);OCe--;)aBe[IEe?OCe:++ACe]=Rge,Rge+=xIe;return aBe}function NSe(Rge,dIe){var xIe="";if(!Rge||dIe<1||dIe>XAe)return xIe;do dIe%2&&(xIe+=Rge),dIe=DDe(dIe/2),dIe&&(Rge+=Rge);while(dIe);return xIe}function lye(Rge,dIe){return l2e(cMe(Rge,dIe,BRe),Rge+"")}function jwe(Rge){return GBe(hke(Rge))}function bwe(Rge,dIe){var xIe=hke(Rge);return hwe(xIe,_me(dIe,0,xIe.length))}function ySe(Rge,dIe,xIe,IEe){if(!jDe(Rge))return Rge;dIe=e_e(dIe,Rge);for(var ACe=-1,OCe=dIe.length,aBe=OCe-1,RBe=Rge;RBe!=null&&++ACeACe?0:ACe+dIe),xIe=xIe>ACe?ACe:xIe,xIe<0&&(xIe+=ACe),ACe=dIe>xIe?0:xIe-dIe>>>0,dIe>>>=0;for(var OCe=EQe(ACe);++IEe>>1,aBe=Rge[OCe];aBe!==null&&!xwe(aBe)&&(xIe?aBe<=dIe:aBe=z9){var Eme=dIe?null:sQe(Rge);if(Eme)return dDe(Eme);aBe=!1,ACe=zQe,XBe=new QEe}else XBe=dIe?[]:RBe;e:for(;++IEe=IEe?Rge:T0e(Rge,dIe,xIe)}var KSe=bSe||function(Rge){return kye.clearTimeout(Rge)};function s2e(Rge,dIe){if(dIe)return Rge.slice();var xIe=Rge.length,IEe=lRe?lRe(xIe):new Rge.constructor(xIe);return Rge.copy(IEe),IEe}function gwe(Rge){var dIe=new Rge.constructor(Rge.byteLength);return new N2e(dIe).set(new N2e(Rge)),dIe}function kwe(Rge,dIe){var xIe=dIe?gwe(Rge.buffer):Rge.buffer;return new Rge.constructor(xIe,Rge.byteOffset,Rge.byteLength)}function KQe(Rge){var dIe=new Rge.constructor(Rge.source,iEe.exec(Rge));return dIe.lastIndex=Rge.lastIndex,dIe}function WIe(Rge){return a_e?eme(a_e.call(Rge)):{}}function JEe(Rge,dIe){var xIe=dIe?gwe(Rge.buffer):Rge.buffer;return new Rge.constructor(xIe,Rge.byteOffset,Rge.length)}function rCe(Rge,dIe){if(Rge!==dIe){var xIe=Rge!==$P,IEe=Rge===null,ACe=Rge===Rge,OCe=xwe(Rge),aBe=dIe!==$P,RBe=dIe===null,XBe=dIe===dIe,Eme=xwe(dIe);if(!RBe&&!Eme&&!OCe&&Rge>dIe||OCe&&aBe&&XBe&&!RBe&&!Eme||IEe&&aBe&&XBe||!xIe&&XBe||!ACe)return 1;if(!IEe&&!OCe&&!Eme&&Rge=RBe)return XBe;var Eme=xIe[IEe];return XBe*(Eme=="desc"?-1:1)}}return Rge.index-dIe.index}function VAe(Rge,dIe,xIe,IEe){for(var ACe=-1,OCe=Rge.length,aBe=xIe.length,RBe=-1,XBe=dIe.length,Eme=Q1e(OCe-aBe,0),Cme=EQe(XBe+Eme),Rme=!IEe;++RBe1?xIe[ACe-1]:$P,aBe=ACe>2?xIe[2]:$P;for(OCe=Rge.length>3&&typeof OCe=="function"?(ACe--,OCe):$P,aBe&&p0e(xIe[0],xIe[1],aBe)&&(OCe=ACe<3?$P:OCe,ACe=1),dIe=eme(dIe);++IEe-1?ACe[OCe?dIe[aBe]:aBe]:$P}}function WAe(Rge){return Zme(function(dIe){var xIe=dIe.length,IEe=xIe,ACe=oDe.prototype.thru;for(Rge&&dIe.reverse();IEe--;){var OCe=dIe[IEe];if(typeof OCe!="function")throw new G_e(tAe);if(ACe&&!aBe&&Gye(OCe)=="wrapper")var aBe=new oDe([],!0)}for(IEe=aBe?IEe:xIe;++IEe1&&v_e.reverse(),Cme&&XBeRBe))return!1;var Eme=OCe.get(Rge),Cme=OCe.get(dIe);if(Eme&&Cme)return Eme==dIe&&Cme==Rge;var Rme=-1,c0e=!0,cye=xIe&gAe?new QEe:$P;for(OCe.set(Rge,dIe),OCe.set(dIe,Rge);++Rme1?"& ":"")+dIe[IEe],dIe=dIe.join(xIe>2?", ":" "),Rge.replace(Wme,`{ /* [wrapped with `+dIe+`] */ `)}function KDe(Rge){return Hye(Rge)||NMe(Rge)||!!(J2e&&Rge&&Rge[J2e])}function j0e(Rge,dIe){var xIe=typeof Rge;return dIe=dIe??XAe,!!dIe&&(xIe=="number"||xIe!="symbol"&&dEe.test(Rge))&&Rge>-1&&Rge%1==0&&Rge0){if(++dIe>=HAe)return arguments[0]}else dIe=0;return Rge.apply($P,arguments)}}function hwe(Rge,dIe){var xIe=-1,IEe=Rge.length,ACe=IEe-1;for(dIe=dIe===$P?IEe:dIe;++xIe1?Rge[dIe-1]:$P;return xIe=typeof xIe=="function"?(Rge.pop(),xIe):$P,w6e(Rge,xIe)});function lFe(Rge){var dIe=DCe(Rge);return dIe.__chain__=!0,dIe}function gOe(Rge,dIe){return dIe(Rge),Rge}function aGe(Rge,dIe){return dIe(Rge)}var sGe=Zme(function(Rge){var dIe=Rge.length,xIe=dIe?Rge[0]:0,IEe=this.__wrapped__,ACe=function(OCe){return Q0e(OCe,Rge)};return dIe>1||this.__actions__.length||!(IEe instanceof e1e)||!j0e(xIe)?this.thru(ACe):(IEe=IEe.slice(xIe,+xIe+(dIe?1:0)),IEe.__actions__.push({func:aGe,args:[ACe],thisArg:$P}),new oDe(IEe,this.__chain__).thru(function(OCe){return dIe&&!OCe.length&&OCe.push($P),OCe}))});function dOe(){return lFe(this)}function ELe(){return new oDe(this.value(),this.__chain__)}function fbe(){this.__values__===$P&&(this.__values__=jRe(this.value()));var Rge=this.__index__>=this.__values__.length,dIe=Rge?$P:this.__values__[this.__index__++];return{done:Rge,value:dIe}}function T6e(){return this}function IOe(Rge){for(var dIe,xIe=this;xIe instanceof gRe;){var IEe=MMe(xIe);IEe.__index__=0,IEe.__values__=$P,dIe?ACe.__wrapped__=IEe:dIe=IEe;var ACe=IEe;xIe=xIe.__wrapped__}return ACe.__wrapped__=Rge,dIe}function ANe(){var Rge=this.__wrapped__;if(Rge instanceof e1e){var dIe=Rge;return this.__actions__.length&&(dIe=new e1e(this)),dIe=dIe.reverse(),dIe.__actions__.push({func:aGe,args:[hme],thisArg:$P}),new oDe(dIe,this.__chain__)}return this.thru(hme)}function lGe(){return DSe(this.__wrapped__,this.__actions__)}var cGe=rAe(function(Rge,dIe,xIe){N0e.call(Rge,xIe)?++Rge[xIe]:bme(Rge,xIe,1)});function Ake(Rge,dIe,xIe){var IEe=Hye(Rge)?SCe:u_e;return xIe&&p0e(Rge,dIe,xIe)&&(dIe=$P),IEe(Rge,A0e(dIe,3))}function hOe(Rge,dIe){var xIe=Hye(Rge)?Mye:Tye;return xIe(Rge,A0e(dIe,3))}var cFe=jAe(Gwe),EOe=jAe(Ewe);function COe(Rge,dIe){return sye(dFe(Rge,dIe),1)}function BOe(Rge,dIe){return sye(dFe(Rge,dIe),AIe)}function ike(Rge,dIe,xIe){return xIe=xIe===$P?1:k1e(xIe),sye(dFe(Rge,dIe),xIe)}function uFe(Rge,dIe){var xIe=Hye(Rge)?gBe:t1e;return xIe(Rge,A0e(dIe,3))}function uGe(Rge,dIe){var xIe=Hye(Rge)?eCe:Aye;return xIe(Rge,A0e(dIe,3))}var gGe=rAe(function(Rge,dIe,xIe){N0e.call(Rge,xIe)?Rge[xIe].push(dIe):bme(Rge,xIe,[dIe])});function CLe(Rge,dIe,xIe,IEe){Rge=Xwe(Rge)?Rge:hke(Rge),xIe=xIe&&!IEe?k1e(xIe):0;var ACe=Rge.length;return xIe<0&&(xIe=Q1e(ACe+xIe,0)),mGe(Rge)?xIe<=ACe&&Rge.indexOf(dIe,xIe)>-1:!!ACe&&_Ee(Rge,dIe,xIe)>-1}var gFe=lye(function(Rge,dIe,xIe){var IEe=-1,ACe=typeof dIe=="function",OCe=Xwe(Rge)?EQe(Rge.length):[];return t1e(Rge,function(aBe){OCe[++IEe]=ACe?qye(dIe,aBe,xIe):Q2e(aBe,dIe,xIe)}),OCe}),b6e=rAe(function(Rge,dIe,xIe){bme(Rge,xIe,dIe)});function dFe(Rge,dIe){var xIe=Hye(Rge)?vye:p_e;return xIe(Rge,A0e(dIe,3))}function k6e(Rge,dIe,xIe,IEe){return Rge==null?[]:(Hye(dIe)||(dIe=dIe==null?[]:[dIe]),xIe=IEe?$P:xIe,Hye(xIe)||(xIe=xIe==null?[]:[xIe]),JSe(Rge,dIe,xIe))}var pbe=rAe(function(Rge,dIe,xIe){Rge[xIe?0:1].push(dIe)},function(){return[[],[]]});function fOe(Rge,dIe,xIe){var IEe=Hye(Rge)?UIe:u0e,ACe=arguments.length<3;return IEe(Rge,A0e(dIe,4),xIe,ACe,t1e)}function rke(Rge,dIe,xIe){var IEe=Hye(Rge)?cIe:u0e,ACe=arguments.length<3;return IEe(Rge,A0e(dIe,4),xIe,ACe,Aye)}function N6e(Rge,dIe){var xIe=Hye(Rge)?Mye:Tye;return xIe(Rge,ake(A0e(dIe,3)))}function CRe(Rge){var dIe=Hye(Rge)?GBe:jwe;return dIe(Rge)}function gHe(Rge,dIe,xIe){(xIe?p0e(Rge,dIe,xIe):dIe===$P)?dIe=1:dIe=k1e(dIe);var IEe=Hye(Rge)?tme:bwe;return IEe(Rge,dIe)}function nke(Rge){var dIe=Hye(Rge)?fQe:a2e;return dIe(Rge)}function L6e(Rge){if(Rge==null)return 0;if(Xwe(Rge))return mGe(Rge)?PDe(Rge):Rge.length;var dIe=n0e(Rge);return dIe==zIe||dIe==yEe?Rge.size:I1e(Rge).length}function dGe(Rge,dIe,xIe){var IEe=Hye(Rge)?DIe:M_e;return xIe&&p0e(Rge,dIe,xIe)&&(dIe=$P),IEe(Rge,A0e(dIe,3))}var pOe=lye(function(Rge,dIe){if(Rge==null)return[];var xIe=dIe.length;return xIe>1&&p0e(Rge,dIe[0],dIe[1])?dIe=[]:xIe>2&&p0e(dIe[0],dIe[1],dIe[2])&&(dIe=[dIe[0]]),JSe(Rge,sye(dIe,1),[])}),oke=wRe||function(){return kye.Date.now()};function IMe(Rge,dIe){if(typeof dIe!="function")throw new G_e(tAe);return Rge=k1e(Rge),function(){if(--Rge<1)return dIe.apply(this,arguments)}}function QOe(Rge,dIe,xIe){return dIe=xIe?$P:dIe,dIe=Rge&&dIe==null?Rge.length:dIe,$Qe(Rge,GAe,$P,$P,$P,$P,dIe)}function IFe(Rge,dIe){var xIe;if(typeof dIe!="function")throw new G_e(tAe);return Rge=k1e(Rge),function(){return--Rge>0&&(xIe=dIe.apply(this,arguments)),Rge<=1&&(dIe=$P),xIe}}var hFe=lye(function(Rge,dIe,xIe){var IEe=pAe;if(xIe.length){var ACe=G1e(xIe,D0e(hFe));IEe|=TAe}return $Qe(Rge,IEe,dIe,xIe,ACe)}),G6e=lye(function(Rge,dIe,xIe){var IEe=pAe|mAe;if(xIe.length){var ACe=G1e(xIe,D0e(G6e));IEe|=TAe}return $Qe(dIe,IEe,Rge,xIe,ACe)});function IGe(Rge,dIe,xIe){dIe=xIe?$P:dIe;var IEe=$Qe(Rge,DAe,$P,$P,$P,$P,$P,dIe);return IEe.placeholder=IGe.placeholder,IEe}function hGe(Rge,dIe,xIe){dIe=xIe?$P:dIe;var IEe=$Qe(Rge,NAe,$P,$P,$P,$P,$P,dIe);return IEe.placeholder=hGe.placeholder,IEe}function F6e(Rge,dIe,xIe){var IEe,ACe,OCe,aBe,RBe,XBe,Eme=0,Cme=!1,Rme=!1,c0e=!0;if(typeof Rge!="function")throw new G_e(tAe);dIe=zDe(dIe)||0,jDe(xIe)&&(Cme=!!xIe.leading,Rme="maxWait"in xIe,OCe=Rme?Q1e(zDe(xIe.maxWait)||0,dIe):OCe,c0e="trailing"in xIe?!!xIe.trailing:c0e);function cye(P2e){var GMe=IEe,ZTe=ACe;return IEe=ACe=$P,Eme=P2e,aBe=Rge.apply(ZTe,GMe),aBe}function Wye(P2e){return Eme=P2e,RBe=gMe(m_e,dIe),Cme?cye(P2e):aBe}function x1e(P2e){var GMe=P2e-XBe,ZTe=P2e-Eme,dPe=dIe-GMe;return Rme?pSe(dPe,OCe-ZTe):dPe}function $ye(P2e){var GMe=P2e-XBe,ZTe=P2e-Eme;return XBe===$P||GMe>=dIe||GMe<0||Rme&&ZTe>=OCe}function m_e(){var P2e=oke();if($ye(P2e))return v_e(P2e);RBe=gMe(m_e,x1e(P2e))}function v_e(P2e){return RBe=$P,c0e&&IEe?cye(P2e):(IEe=ACe=$P,aBe)}function WRe(){RBe!==$P&&KSe(RBe),Eme=0,IEe=XBe=ACe=RBe=$P}function u2e(){return RBe===$P?aBe:v_e(oke())}function Owe(){var P2e=oke(),GMe=$ye(P2e);if(IEe=arguments,ACe=this,XBe=P2e,GMe){if(RBe===$P)return Wye(XBe);if(Rme)return KSe(RBe),RBe=gMe(m_e,dIe),cye(XBe)}return RBe===$P&&(RBe=gMe(m_e,dIe)),aBe}return Owe.cancel=WRe,Owe.flush=u2e,Owe}var EFe=lye(function(Rge,dIe){return ume(Rge,1,dIe)}),dHe=lye(function(Rge,dIe,xIe){return ume(Rge,zDe(dIe)||0,xIe)});function x6e(Rge){return $Qe(Rge,wAe)}function CFe(Rge,dIe){if(typeof Rge!="function"||dIe!=null&&typeof dIe!="function")throw new G_e(tAe);var xIe=function(){var IEe=arguments,ACe=dIe?dIe.apply(this,IEe):IEe[0],OCe=xIe.cache;if(OCe.has(ACe))return OCe.get(ACe);var aBe=Rge.apply(this,IEe);return xIe.cache=OCe.set(ACe,aBe)||OCe,aBe};return xIe.cache=new(CFe.Cache||t0e),xIe}CFe.Cache=t0e;function ake(Rge){if(typeof Rge!="function")throw new G_e(tAe);return function(){var dIe=arguments;switch(dIe.length){case 0:return!Rge.call(this);case 1:return!Rge.call(this,dIe[0]);case 2:return!Rge.call(this,dIe[0],dIe[1]);case 3:return!Rge.call(this,dIe[0],dIe[1],dIe[2])}return!Rge.apply(this,dIe)}}function iNe(Rge){return IFe(2,Rge)}var O6e=JDe(function(Rge,dIe){dIe=dIe.length==1&&Hye(dIe[0])?vye(dIe[0],$0e(A0e())):vye(sye(dIe,1),$0e(A0e()));var xIe=dIe.length;return lye(function(IEe){for(var ACe=-1,OCe=pSe(IEe.length,xIe);++ACe=dIe}),NMe=lwe(function(){return arguments}())?lwe:function(Rge){return WDe(Rge)&&N0e.call(Rge,"callee")&&!d1e.call(Rge,"callee")},Hye=EQe.isArray,nNe=i_e?$0e(i_e):o2e;function Xwe(Rge){return Rge!=null&&Qbe(Rge.length)&&!_Te(Rge)}function cDe(Rge){return WDe(Rge)&&Xwe(Rge)}function _Oe(Rge){return Rge===!0||Rge===!1||WDe(Rge)&&Pye(Rge)==HIe}var lke=j2e||FFe,SOe=ESe?$0e(ESe):Kwe;function cke(Rge){return WDe(Rge)&&Rge.nodeType===1&&!sNe(Rge)}function DOe(Rge){if(Rge==null)return!0;if(Xwe(Rge)&&(Hye(Rge)||typeof Rge=="string"||typeof Rge.splice=="function"||lke(Rge)||XMe(Rge)||NMe(Rge)))return!Rge.length;var dIe=n0e(Rge);if(dIe==zIe||dIe==yEe)return!Rge.size;if(zwe(Rge))return!I1e(Rge).length;for(var xIe in Rge)if(N0e.call(Rge,xIe))return!1;return!0}function CGe(Rge,dIe){return Z2e(Rge,dIe)}function BGe(Rge,dIe,xIe){xIe=typeof xIe=="function"?xIe:$P;var IEe=xIe?xIe(Rge,dIe):$P;return IEe===$P?Z2e(Rge,dIe,$P,xIe):!!IEe}function fGe(Rge){if(!WDe(Rge))return!1;var dIe=Pye(Rge);return dIe==oEe||dIe==LIe||typeof Rge.message=="string"&&typeof Rge.name=="string"&&!sNe(Rge)}function mFe(Rge){return typeof Rge=="number"&&hDe(Rge)}function _Te(Rge){if(!jDe(Rge))return!1;var dIe=Pye(Rge);return dIe==JIe||dIe==XIe||dIe==OIe||dIe==FEe}function uke(Rge){return typeof Rge=="number"&&Rge==k1e(Rge)}function Qbe(Rge){return typeof Rge=="number"&&Rge>-1&&Rge%1==0&&Rge<=XAe}function jDe(Rge){var dIe=typeof Rge;return Rge!=null&&(dIe=="object"||dIe=="function")}function WDe(Rge){return Rge!=null&&typeof Rge=="object"}var oNe=S_e?$0e(S_e):m2e;function pGe(Rge,dIe){return Rge===dIe||bDe(Rge,dIe,Nwe(dIe))}function gke(Rge,dIe,xIe){return xIe=typeof xIe=="function"?xIe:$P,bDe(Rge,dIe,Nwe(dIe),xIe)}function vFe(Rge){return aNe(Rge)&&Rge!=+Rge}function QGe(Rge){if(hRe(Rge))throw new f0e(eAe);return kSe(Rge)}function IHe(Rge){return Rge===null}function wOe(Rge){return Rge==null}function aNe(Rge){return typeof Rge=="number"||WDe(Rge)&&Pye(Rge)==YIe}function sNe(Rge){if(!WDe(Rge)||Pye(Rge)!=NEe)return!1;var dIe=L2e(Rge);if(dIe===null)return!0;var xIe=N0e.call(dIe,"constructor")&&dIe.constructor;return typeof xIe=="function"&&xIe instanceof xIe&&owe.call(xIe)==Jye}var lNe=tSe?$0e(tSe):fDe;function ROe(Rge){return uke(Rge)&&Rge>=-XAe&&Rge<=XAe}var MOe=$Se?$0e($Se):C0e;function mGe(Rge){return typeof Rge=="string"||!Hye(Rge)&&WDe(Rge)&&Pye(Rge)==VEe}function xwe(Rge){return typeof Rge=="symbol"||WDe(Rge)&&Pye(Rge)==UEe}var XMe=C_e?$0e(C_e):Lye;function yFe(Rge){return Rge===$P}function hHe(Rge){return WDe(Rge)&&n0e(Rge)==CCe}function $6e(Rge){return WDe(Rge)&&Pye(Rge)==fCe}var STe=jEe(T1e),TOe=jEe(function(Rge,dIe){return Rge<=dIe});function jRe(Rge){if(!Rge)return[];if(Xwe(Rge))return mGe(Rge)?l1e(Rge):$Ae(Rge);if(awe&&Rge[awe])return ASe(Rge[awe]());var dIe=n0e(Rge),xIe=dIe==zIe?s1e:dIe==yEe?dDe:hke;return xIe(Rge)}function hMe(Rge){if(!Rge)return Rge===0?Rge:0;if(Rge=zDe(Rge),Rge===AIe||Rge===-AIe){var dIe=Rge<0?-1:1;return dIe*EIe}return Rge===Rge?Rge:0}function k1e(Rge){var dIe=hMe(Rge),xIe=dIe%1;return dIe===dIe?xIe?dIe-xIe:dIe:0}function mbe(Rge){return Rge?_me(k1e(Rge),0,tIe):0}function zDe(Rge){if(typeof Rge=="number")return Rge;if(xwe(Rge))return hIe;if(jDe(Rge)){var dIe=typeof Rge.valueOf=="function"?Rge.valueOf():Rge;Rge=jDe(dIe)?dIe+"":dIe}if(typeof Rge!="string")return Rge===0?Rge:+Rge;Rge=S0e(Rge);var xIe=pEe.test(Rge);return xIe||mEe.test(Rge)?j_e(Rge.slice(2),xIe?2:8):aEe.test(Rge)?hIe:+Rge}function cNe(Rge){return KAe(Rge,eRe(Rge))}function bOe(Rge){return Rge?_me(k1e(Rge),-XAe,XAe):Rge===0?Rge:0}function OSe(Rge){return Rge==null?"":V1e(Rge)}var V6e=sAe(function(Rge,dIe){if(zwe(dIe)||Xwe(dIe)){KAe(dIe,S2e(dIe),Rge);return}for(var xIe in dIe)N0e.call(dIe,xIe)&&wBe(Rge,xIe,dIe[xIe])}),Y6e=sAe(function(Rge,dIe){KAe(dIe,eRe(dIe),Rge)}),dke=sAe(function(Rge,dIe,xIe,IEe){KAe(dIe,eRe(dIe),Rge,IEe)}),WTe=sAe(function(Rge,dIe,xIe,IEe){KAe(dIe,S2e(dIe),Rge,IEe)}),EHe=Zme(Q0e);function pLe(Rge,dIe){var xIe=Dwe(Rge);return dIe==null?xIe:PQe(xIe,dIe)}var kOe=lye(function(Rge,dIe){Rge=eme(Rge);var xIe=-1,IEe=dIe.length,ACe=IEe>2?dIe[2]:$P;for(ACe&&p0e(dIe[0],dIe[1],ACe)&&(IEe=1);++xIe1),OCe}),KAe(Rge,ome(Rge),xIe),IEe&&(xIe=z0e(xIe,cAe|uAe|dAe,yme));for(var ACe=dIe.length;ACe--;)aSe(xIe,dIe[ACe]);return xIe});function uNe(Rge,dIe){return mLe(Rge,ake(A0e(dIe)))}var Ike=Zme(function(Rge,dIe){return Rge==null?{}:Q_e(Rge,dIe)});function mLe(Rge,dIe){if(Rge==null)return{};var xIe=vye(ome(Rge),function(IEe){return[IEe]});return dIe=A0e(dIe),vSe(Rge,xIe,function(IEe,ACe){return dIe(IEe,ACe[0])})}function GOe(Rge,dIe,xIe){dIe=e_e(dIe,Rge);var IEe=-1,ACe=dIe.length;for(ACe||(ACe=1,Rge=$P);++IEedIe){var IEe=Rge;Rge=dIe,dIe=IEe}if(xIe||Rge%1||dIe%1){var ACe=i2e();return pSe(Rge+ACe*(dIe-Rge+I0e("1e-"+((ACe+"").length-1))),dIe)}return d_e(Rge,dIe)}var yLe=RAe(function(Rge,dIe,xIe){return dIe=dIe.toLowerCase(),Rge+(xIe?INe(dIe):dIe)});function INe(Rge){return kFe(OSe(Rge).toLowerCase())}function hNe(Rge){return Rge=OSe(Rge),Rge&&Rge.replace(ICe,BBe).replace(r1e,"")}function zTe(Rge,dIe,xIe){Rge=OSe(Rge),dIe=V1e(dIe);var IEe=Rge.length;xIe=xIe===$P?IEe:_me(k1e(xIe),0,IEe);var ACe=xIe;return xIe-=dIe.length,xIe>=0&&Rge.slice(xIe,ACe)==dIe}function xOe(Rge){return Rge=OSe(Rge),Rge&&WCe.test(Rge)?Rge.replace(FCe,fBe):Rge}function QHe(Rge){return Rge=OSe(Rge),Rge&&mme.test(Rge)?Rge.replace(FQe,"\\$&"):Rge}var OOe=RAe(function(Rge,dIe,xIe){return Rge+(xIe?"-":"")+dIe.toLowerCase()}),MFe=RAe(function(Rge,dIe,xIe){return Rge+(xIe?" ":"")+dIe.toLowerCase()}),X6e=yAe("toLowerCase");function UOe(Rge,dIe,xIe){Rge=OSe(Rge),dIe=k1e(dIe);var IEe=dIe?PDe(Rge):0;if(!dIe||IEe>=dIe)return Rge;var ACe=(dIe-IEe)/2;return SEe(DDe(ACe),xIe)+Rge+SEe(swe(ACe),xIe)}function ENe(Rge,dIe,xIe){Rge=OSe(Rge),dIe=k1e(dIe);var IEe=dIe?PDe(Rge):0;return dIe&&IEe>>0,xIe?(Rge=OSe(Rge),Rge&&(typeof dIe=="string"||dIe!=null&&!lNe(dIe))&&(dIe=V1e(dIe),!dIe&&U0e(Rge))?F1e(l1e(Rge),0,xIe):Rge.split(dIe,xIe)):[]}var _He=RAe(function(Rge,dIe,xIe){return Rge+(xIe?" ":"")+kFe(dIe)});function APe(Rge,dIe,xIe){return Rge=OSe(Rge),xIe=xIe==null?0:_me(k1e(xIe),0,Rge.length),dIe=V1e(dIe),Rge.slice(xIe,xIe+dIe.length)==dIe}function TFe(Rge,dIe,xIe){var IEe=DCe.templateSettings;xIe&&p0e(Rge,dIe,xIe)&&(dIe=$P),Rge=OSe(Rge),dIe=WTe({},dIe,IEe,lme);var ACe=WTe({},dIe.imports,IEe.imports,lme),OCe=S2e(ACe),aBe=Xye(ACe,OCe);gBe(OCe,function($ye){if(UBe.test($ye))throw new f0e(iAe)});var RBe,XBe,Eme=0,Cme=dIe.interpolate||eBe,Rme="__p += '",c0e=C2e((dIe.escape||eBe).source+"|"+Cme.source+"|"+(Cme===TIe?BEe:eBe).source+"|"+(dIe.evaluate||eBe).source+"|$","g"),cye="//# sourceURL="+(N0e.call(dIe,"sourceURL")?(dIe.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++_Be+"]")+` `;Rge.replace(c0e,function($ye,m_e,v_e,WRe,u2e,Owe){return v_e||(v_e=WRe),Rme+=Rge.slice(Eme,Owe).replace(OBe,y0e),m_e&&(RBe=!0,Rme+=`' + __e(`+m_e+`) + '`),u2e&&(XBe=!0,Rme+=`'; `+u2e+`; __p += '`),v_e&&(Rme+=`' + ((__t = (`+v_e+`)) == null ? '' : __t) + '`),Eme=Owe+$ye.length,$ye}),Rme+=`'; `;var Wye=N0e.call(dIe,"variable")&&dIe.variable;if(!Wye)Rme=`with (obj) { `+Rme+` } `;else if(UBe.test(Wye))throw new f0e(AAe);Rme=(XBe?Rme.replace(uCe,""):Rme).replace(YCe,"$1").replace(MBe,"$1;"),Rme="function("+(Wye||"obj")+`) { `+(Wye?"":`obj || (obj = {}); `)+"var __t, __p = ''"+(RBe?", __e = _.escape":"")+(XBe?`, __j = Array.prototype.join; function print() { __p += __j.call(arguments, '') } `:`; `)+Rme+`return __p }`;var x1e=Eke(function(){return Y0e(OCe,cye+"return "+Rme).apply($P,aBe)});if(x1e.source=Rme,fGe(x1e))throw x1e;return x1e}function SHe(Rge){return OSe(Rge).toLowerCase()}function POe(Rge){return OSe(Rge).toUpperCase()}function DHe(Rge,dIe,xIe){if(Rge=OSe(Rge),Rge&&(xIe||dIe===$P))return S0e(Rge);if(!Rge||!(dIe=V1e(dIe)))return Rge;var IEe=l1e(Rge),ACe=l1e(dIe),OCe=g0e(IEe,ACe),aBe=c_e(IEe,ACe)+1;return F1e(IEe,OCe,aBe).join("")}function bFe(Rge,dIe,xIe){if(Rge=OSe(Rge),Rge&&(xIe||dIe===$P))return Rge.slice(0,nDe(Rge)+1);if(!Rge||!(dIe=V1e(dIe)))return Rge;var IEe=l1e(Rge),ACe=c_e(IEe,l1e(dIe))+1;return F1e(IEe,0,ACe).join("")}function _Le(Rge,dIe,xIe){if(Rge=OSe(Rge),Rge&&(xIe||dIe===$P))return Rge.replace(Dme,"");if(!Rge||!(dIe=V1e(dIe)))return Rge;var IEe=l1e(Rge),ACe=g0e(IEe,l1e(dIe));return F1e(IEe,ACe).join("")}function iPe(Rge,dIe){var xIe=OAe,IEe=PAe;if(jDe(dIe)){var ACe="separator"in dIe?dIe.separator:ACe;xIe="length"in dIe?k1e(dIe.length):xIe,IEe="omission"in dIe?V1e(dIe.omission):IEe}Rge=OSe(Rge);var OCe=Rge.length;if(U0e(Rge)){var aBe=l1e(Rge);OCe=aBe.length}if(xIe>=OCe)return Rge;var RBe=xIe-PDe(IEe);if(RBe<1)return IEe;var XBe=aBe?F1e(aBe,0,RBe).join(""):Rge.slice(0,RBe);if(ACe===$P)return XBe+IEe;if(aBe&&(RBe+=XBe.length-RBe),lNe(ACe)){if(Rge.slice(RBe).search(ACe)){var Eme,Cme=XBe;for(ACe.global||(ACe=C2e(ACe.source,OSe(iEe.exec(ACe))+"g")),ACe.lastIndex=0;Eme=ACe.exec(Cme);)var Rme=Eme.index;XBe=XBe.slice(0,Rme===$P?RBe:Rme)}}else if(Rge.indexOf(V1e(ACe),RBe)!=RBe){var c0e=XBe.lastIndexOf(ACe);c0e>-1&&(XBe=XBe.slice(0,c0e))}return XBe+IEe}function MGe(Rge){return Rge=OSe(Rge),Rge&&kEe.test(Rge)?Rge.replace(_Ce,n1e):Rge}var HOe=RAe(function(Rge,dIe,xIe){return Rge+(xIe?" ":"")+dIe.toUpperCase()}),kFe=yAe("toUpperCase");function NFe(Rge,dIe,xIe){return Rge=OSe(Rge),dIe=xIe?$P:dIe,dIe===$P?yye(Rge)?CSe(Rge):xEe(Rge):Rge.match(dIe)||[]}var Eke=lye(function(Rge,dIe){try{return qye(Rge,$P,dIe)}catch(xIe){return fGe(xIe)?xIe:new f0e(xIe)}}),SLe=Zme(function(Rge,dIe){return gBe(dIe,function(xIe){xIe=O2e(xIe),bme(Rge,xIe,hFe(Rge[xIe],Rge))}),Rge});function $Oe(Rge){var dIe=Rge==null?0:Rge.length,xIe=A0e();return Rge=dIe?vye(Rge,function(IEe){if(typeof IEe[1]!="function")throw new G_e(tAe);return[xIe(IEe[0]),IEe[1]]}):[],lye(function(IEe){for(var ACe=-1;++ACeXAe)return[];var xIe=tIe,IEe=pSe(Rge,tIe);dIe=A0e(dIe),Rge-=tIe;for(var ACe=gye(IEe,dIe);++xIe0||dIe<0)?new e1e(xIe):(Rge<0?xIe=xIe.takeRight(-Rge):Rge&&(xIe=xIe.drop(Rge)),dIe!==$P&&(dIe=k1e(dIe),xIe=dIe<0?xIe.dropRight(-dIe):xIe.take(dIe-Rge)),xIe)},e1e.prototype.takeRightWhile=function(Rge){return this.reverse().takeWhile(Rge).reverse()},e1e.prototype.toArray=function(){return this.take(tIe)},Kye(e1e.prototype,function(Rge,dIe){var xIe=/^(?:filter|find|map|reject)|While$/.test(dIe),IEe=/^(?:head|last)$/.test(dIe),ACe=DCe[IEe?"take"+(dIe=="last"?"Right":""):dIe],OCe=IEe||/^find/.test(dIe);ACe&&(DCe.prototype[dIe]=function(){var aBe=this.__wrapped__,RBe=IEe?[1]:arguments,XBe=aBe instanceof e1e,Eme=RBe[0],Cme=XBe||Hye(aBe),Rme=function(m_e){var v_e=ACe.apply(DCe,jIe([m_e],RBe));return IEe&&c0e?v_e[0]:v_e};Cme&&xIe&&typeof Eme=="function"&&Eme.length!=1&&(XBe=Cme=!1);var c0e=this.__chain__,cye=!!this.__actions__.length,Wye=OCe&&!c0e,x1e=XBe&&!cye;if(!OCe&&Cme){aBe=x1e?aBe:new e1e(this);var $ye=Rge.apply(aBe,RBe);return $ye.__actions__.push({func:aGe,args:[Rme],thisArg:$P}),new oDe($ye,c0e)}return Wye&&x1e?Rge.apply(this,RBe):($ye=this.thru(Rme),Wye?IEe?$ye.value()[0]:$ye.value():$ye)})}),gBe(["pop","push","shift","sort","splice","unshift"],function(Rge){var dIe=W_e[Rge],xIe=/^(?:push|sort|unshift)$/.test(Rge)?"tap":"thru",IEe=/^(?:pop|shift)$/.test(Rge);DCe.prototype[Rge]=function(){var ACe=arguments;if(IEe&&!this.__chain__){var OCe=this.value();return dIe.apply(Hye(OCe)?OCe:[],ACe)}return this[xIe](function(aBe){return dIe.apply(Hye(aBe)?aBe:[],ACe)})}}),Kye(e1e.prototype,function(Rge,dIe){var xIe=DCe[dIe];if(xIe){var IEe=xIe.name+"";N0e.call(G2e,IEe)||(G2e[IEe]=[]),G2e[IEe].push({name:dIe,func:xIe})}}),G2e[BIe($P,mAe).name]=[{name:"wrapper",func:$P}],e1e.prototype.clone=YRe,e1e.prototype.reverse=VDe,e1e.prototype.value=YDe,DCe.prototype.at=sGe,DCe.prototype.chain=dOe,DCe.prototype.commit=ELe,DCe.prototype.next=fbe,DCe.prototype.plant=IOe,DCe.prototype.reverse=ANe,DCe.prototype.toJSON=DCe.prototype.valueOf=DCe.prototype.value=lGe,DCe.prototype.first=DCe.prototype.head,awe&&(DCe.prototype[awe]=T6e),DCe},E0e=iSe();iDe?((iDe.exports=E0e)._=E0e,H_e._=E0e):kye._=E0e}).call(lodash)}(lodash$1,lodash$1.exports)),lodash$1.exports}var lodashExports=requireLodash();const EVENT_CODE={tab:"Tab",enter:"Enter",space:"Space",left:"ArrowLeft",up:"ArrowUp",right:"ArrowRight",down:"ArrowDown",esc:"Escape",delete:"Delete",backspace:"Backspace",numpadEnter:"NumpadEnter",pageUp:"PageUp",pageDown:"PageDown",home:"Home",end:"End"},columnAlignment=["left","center","right"],datePickTypes=["year","years","month","months","date","dates","week","datetime","datetimerange","daterange","monthrange","yearrange"],WEEK_DAYS=["sun","mon","tue","wed","thu","fri","sat"],UPDATE_MODEL_EVENT="update:modelValue",CHANGE_EVENT="change",INPUT_EVENT="input",MINIMUM_INPUT_WIDTH=11,BORDER_HORIZONTAL_WIDTH=2,componentSizes=["","default","small","large"];function computedEager(r4,x_){var $P;const zP=shallowRef();return watchEffect(()=>{zP.value=r4()},{...x_,flush:($P=void 0)!=null?$P:"sync"}),readonly(zP)}function tryOnScopeDispose$1(r4){return getCurrentScope()?(onScopeDispose(r4),!0):!1}function toValue(r4){return typeof r4=="function"?r4():unref(r4)}function toReactive(r4){if(!isRef(r4))return reactive(r4);const x_=new Proxy({},{get($P,zP,z9){return unref(Reflect.get(r4.value,zP,z9))},set($P,zP,z9){return isRef(r4.value[zP])&&!isRef(z9)?r4.value[zP].value=z9:r4.value[zP]=z9,!0},deleteProperty($P,zP){return Reflect.deleteProperty(r4.value,zP)},has($P,zP){return Reflect.has(r4.value,zP)},ownKeys(){return Object.keys(r4.value)},getOwnPropertyDescriptor(){return{enumerable:!0,configurable:!0}}});return reactive(x_)}function reactiveComputed(r4){return toReactive(computed(r4))}const isClient$1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const isDef$2=r4=>typeof r4<"u",notNullish=r4=>r4!=null,toString$3=Object.prototype.toString,isObject$7=r4=>toString$3.call(r4)==="[object Object]",clamp$3=(r4,x_,$P)=>Math.min($P,Math.max(x_,r4)),noop$6=()=>{},isIOS$1=getIsIOS();function getIsIOS(){var r4,x_;return isClient$1&&((r4=window==null?void 0:window.navigator)==null?void 0:r4.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((x_=window==null?void 0:window.navigator)==null?void 0:x_.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function createFilterWrapper$1(r4,x_){function $P(...zP){return new Promise((z9,eAe)=>{Promise.resolve(r4(()=>x_.apply(this,zP),{fn:x_,thisArg:this,args:zP})).then(z9).catch(eAe)})}return $P}function debounceFilter(r4,x_={}){let $P,zP,z9=noop$6;const eAe=AAe=>{clearTimeout(AAe),z9(),z9=noop$6};return AAe=>{const iAe=toValue(r4),nAe=toValue(x_.maxWait);return $P&&eAe($P),iAe<=0||nAe!==void 0&&nAe<=0?(zP&&(eAe(zP),zP=null),Promise.resolve(AAe())):new Promise((oAe,aAe)=>{z9=x_.rejectOnCancel?aAe:oAe,nAe&&!zP&&(zP=setTimeout(()=>{$P&&eAe($P),zP=null,oAe(AAe())},nAe)),$P=setTimeout(()=>{zP&&eAe(zP),zP=null,oAe(AAe())},iAe)})}}function throttleFilter$1(...r4){let x_=0,$P,zP=!0,z9=noop$6,eAe,tAe,AAe,iAe,nAe;!isRef(r4[0])&&typeof r4[0]=="object"?{delay:tAe,trailing:AAe=!0,leading:iAe=!0,rejectOnCancel:nAe=!1}=r4[0]:[tAe,AAe=!0,iAe=!0,nAe=!1]=r4;const oAe=()=>{$P&&(clearTimeout($P),$P=void 0,z9(),z9=noop$6)};return cAe=>{const uAe=toValue(tAe),dAe=Date.now()-x_,EAe=()=>eAe=cAe();return oAe(),uAe<=0?(x_=Date.now(),EAe()):(dAe>uAe&&(iAe||!zP)?(x_=Date.now(),EAe()):AAe&&(eAe=new Promise((gAe,pAe)=>{z9=nAe?pAe:gAe,$P=setTimeout(()=>{x_=Date.now(),zP=!0,gAe(EAe()),oAe()},Math.max(0,uAe-dAe))})),!iAe&&!$P&&($P=setTimeout(()=>zP=!0,uAe)),zP=!1,eAe)}}function getLifeCycleTarget$1(r4){return getCurrentInstance()}function useDebounceFn(r4,x_=200,$P={}){return createFilterWrapper$1(debounceFilter(x_,$P),r4)}function refDebounced(r4,x_=200,$P={}){const zP=ref(r4.value),z9=useDebounceFn(()=>{zP.value=r4.value},x_,$P);return watch(r4,()=>z9()),zP}function useThrottleFn$1(r4,x_=200,$P=!1,zP=!0,z9=!1){return createFilterWrapper$1(throttleFilter$1(x_,$P,zP,z9),r4)}function tryOnMounted$1(r4,x_=!0,$P){getLifeCycleTarget$1()?onMounted(r4,$P):x_?r4():nextTick(r4)}function useTimeoutFn(r4,x_,$P={}){const{immediate:zP=!0}=$P,z9=ref(!1);let eAe=null;function tAe(){eAe&&(clearTimeout(eAe),eAe=null)}function AAe(){z9.value=!1,tAe()}function iAe(...nAe){tAe(),z9.value=!0,eAe=setTimeout(()=>{z9.value=!1,eAe=null,r4(...nAe)},toValue(x_))}return zP&&(z9.value=!0,isClient$1&&iAe()),tryOnScopeDispose$1(AAe),{isPending:readonly(z9),start:iAe,stop:AAe}}const defaultWindow$2=isClient$1?window:void 0,defaultDocument$1=isClient$1?window.document:void 0;function unrefElement$1(r4){var x_;const $P=toValue(r4);return(x_=$P==null?void 0:$P.$el)!=null?x_:$P}function useEventListener$1(...r4){let x_,$P,zP,z9;if(typeof r4[0]=="string"||Array.isArray(r4[0])?([$P,zP,z9]=r4,x_=defaultWindow$2):[x_,$P,zP,z9]=r4,!x_)return noop$6;Array.isArray($P)||($P=[$P]),Array.isArray(zP)||(zP=[zP]);const eAe=[],tAe=()=>{eAe.forEach(oAe=>oAe()),eAe.length=0},AAe=(oAe,aAe,cAe,uAe)=>(oAe.addEventListener(aAe,cAe,uAe),()=>oAe.removeEventListener(aAe,cAe,uAe)),iAe=watch(()=>[unrefElement$1(x_),toValue(z9)],([oAe,aAe])=>{if(tAe(),!oAe)return;const cAe=isObject$7(aAe)?{...aAe}:aAe;eAe.push(...$P.flatMap(uAe=>zP.map(dAe=>AAe(oAe,uAe,dAe,cAe))))},{immediate:!0,flush:"post"}),nAe=()=>{iAe(),tAe()};return tryOnScopeDispose$1(nAe),nAe}let _iOSWorkaround=!1;function onClickOutside(r4,x_,$P={}){const{window:zP=defaultWindow$2,ignore:z9=[],capture:eAe=!0,detectIframe:tAe=!1}=$P;if(!zP)return noop$6;isIOS$1&&!_iOSWorkaround&&(_iOSWorkaround=!0,Array.from(zP.document.body.children).forEach(EAe=>EAe.addEventListener("click",noop$6)),zP.document.documentElement.addEventListener("click",noop$6));let AAe=!0;const iAe=EAe=>toValue(z9).some(gAe=>{if(typeof gAe=="string")return Array.from(zP.document.querySelectorAll(gAe)).some(pAe=>pAe===EAe.target||EAe.composedPath().includes(pAe));{const pAe=unrefElement$1(gAe);return pAe&&(EAe.target===pAe||EAe.composedPath().includes(pAe))}});function nAe(EAe){const gAe=toValue(EAe);return gAe&&gAe.$.subTree.shapeFlag===16}function oAe(EAe,gAe){const pAe=toValue(EAe),mAe=pAe.$.subTree&&pAe.$.subTree.children;return mAe==null||!Array.isArray(mAe)?!1:mAe.some(SAe=>SAe.el===gAe.target||gAe.composedPath().includes(SAe.el))}const aAe=EAe=>{const gAe=unrefElement$1(r4);if(EAe.target!=null&&!(!(gAe instanceof Element)&&nAe(r4)&&oAe(r4,EAe))&&!(!gAe||gAe===EAe.target||EAe.composedPath().includes(gAe))){if(EAe.detail===0&&(AAe=!iAe(EAe)),!AAe){AAe=!0;return}x_(EAe)}};let cAe=!1;const uAe=[useEventListener$1(zP,"click",EAe=>{cAe||(cAe=!0,setTimeout(()=>{cAe=!1},0),aAe(EAe))},{passive:!0,capture:eAe}),useEventListener$1(zP,"pointerdown",EAe=>{const gAe=unrefElement$1(r4);AAe=!iAe(EAe)&&!!(gAe&&!EAe.composedPath().includes(gAe))},{passive:!0}),tAe&&useEventListener$1(zP,"blur",EAe=>{setTimeout(()=>{var gAe;const pAe=unrefElement$1(r4);((gAe=zP.document.activeElement)==null?void 0:gAe.tagName)==="IFRAME"&&!(pAe!=null&&pAe.contains(zP.document.activeElement))&&x_(EAe)},0)})].filter(Boolean);return()=>uAe.forEach(EAe=>EAe())}function useMounted$1(){const r4=ref(!1),x_=getCurrentInstance();return x_&&onMounted(()=>{r4.value=!0},x_),r4}function useSupported$1(r4){const x_=useMounted$1();return computed(()=>(x_.value,!!r4()))}function useMutationObserver(r4,x_,$P={}){const{window:zP=defaultWindow$2,...z9}=$P;let eAe;const tAe=useSupported$1(()=>zP&&"MutationObserver"in zP),AAe=()=>{eAe&&(eAe.disconnect(),eAe=void 0)},iAe=computed(()=>{const cAe=toValue(r4),uAe=(Array.isArray(cAe)?cAe:[cAe]).map(unrefElement$1).filter(notNullish);return new Set(uAe)}),nAe=watch(()=>iAe.value,cAe=>{AAe(),tAe.value&&cAe.size&&(eAe=new MutationObserver(x_),cAe.forEach(uAe=>eAe.observe(uAe,z9)))},{immediate:!0,flush:"post"}),oAe=()=>eAe==null?void 0:eAe.takeRecords(),aAe=()=>{nAe(),AAe()};return tryOnScopeDispose$1(aAe),{isSupported:tAe,stop:aAe,takeRecords:oAe}}function useActiveElement(r4={}){var x_;const{window:$P=defaultWindow$2,deep:zP=!0,triggerOnRemoval:z9=!1}=r4,eAe=(x_=r4.document)!=null?x_:$P==null?void 0:$P.document,tAe=()=>{var nAe;let oAe=eAe==null?void 0:eAe.activeElement;if(zP)for(;oAe!=null&&oAe.shadowRoot;)oAe=(nAe=oAe==null?void 0:oAe.shadowRoot)==null?void 0:nAe.activeElement;return oAe},AAe=ref(),iAe=()=>{AAe.value=tAe()};return $P&&(useEventListener$1($P,"blur",nAe=>{nAe.relatedTarget===null&&iAe()},!0),useEventListener$1($P,"focus",iAe,!0)),z9&&useMutationObserver(eAe,nAe=>{nAe.filter(oAe=>oAe.removedNodes.length).map(oAe=>Array.from(oAe.removedNodes)).flat().forEach(oAe=>{oAe===AAe.value&&iAe()})},{childList:!0,subtree:!0}),iAe(),AAe}function useMediaQuery$1(r4,x_={}){const{window:$P=defaultWindow$2}=x_,zP=useSupported$1(()=>$P&&"matchMedia"in $P&&typeof $P.matchMedia=="function");let z9;const eAe=ref(!1),tAe=nAe=>{eAe.value=nAe.matches},AAe=()=>{z9&&("removeEventListener"in z9?z9.removeEventListener("change",tAe):z9.removeListener(tAe))},iAe=watchEffect(()=>{zP.value&&(AAe(),z9=$P.matchMedia(toValue(r4)),"addEventListener"in z9?z9.addEventListener("change",tAe):z9.addListener(tAe),eAe.value=z9.matches)});return tryOnScopeDispose$1(()=>{iAe(),AAe(),z9=void 0}),eAe}function cloneFnJSON$1(r4){return JSON.parse(JSON.stringify(r4))}function useCssVar(r4,x_,$P={}){const{window:zP=defaultWindow$2,initialValue:z9,observe:eAe=!1}=$P,tAe=ref(z9),AAe=computed(()=>{var nAe;return unrefElement$1(x_)||((nAe=zP==null?void 0:zP.document)==null?void 0:nAe.documentElement)});function iAe(){var nAe;const oAe=toValue(r4),aAe=toValue(AAe);if(aAe&&zP&&oAe){const cAe=(nAe=zP.getComputedStyle(aAe).getPropertyValue(oAe))==null?void 0:nAe.trim();tAe.value=cAe||z9}}return eAe&&useMutationObserver(AAe,iAe,{attributeFilter:["style","class"],window:zP}),watch([AAe,()=>toValue(r4)],(nAe,oAe)=>{oAe[0]&&oAe[1]&&oAe[0].style.removeProperty(oAe[1]),iAe()},{immediate:!0}),watch(tAe,nAe=>{var oAe;const aAe=toValue(r4);(oAe=AAe.value)!=null&&oAe.style&&aAe&&(nAe==null?AAe.value.style.removeProperty(aAe):AAe.value.style.setProperty(aAe,nAe))}),tAe}function useDocumentVisibility(r4={}){const{document:x_=defaultDocument$1}=r4;if(!x_)return ref("visible");const $P=ref(x_.visibilityState);return useEventListener$1(x_,"visibilitychange",()=>{$P.value=x_.visibilityState}),$P}function useResizeObserver(r4,x_,$P={}){const{window:zP=defaultWindow$2,...z9}=$P;let eAe;const tAe=useSupported$1(()=>zP&&"ResizeObserver"in zP),AAe=()=>{eAe&&(eAe.disconnect(),eAe=void 0)},iAe=computed(()=>{const aAe=toValue(r4);return Array.isArray(aAe)?aAe.map(cAe=>unrefElement$1(cAe)):[unrefElement$1(aAe)]}),nAe=watch(iAe,aAe=>{if(AAe(),tAe.value&&zP){eAe=new ResizeObserver(x_);for(const cAe of aAe)cAe&&eAe.observe(cAe,z9)}},{immediate:!0,flush:"post"}),oAe=()=>{AAe(),nAe()};return tryOnScopeDispose$1(oAe),{isSupported:tAe,stop:oAe}}function useElementBounding(r4,x_={}){const{reset:$P=!0,windowResize:zP=!0,windowScroll:z9=!0,immediate:eAe=!0,updateTiming:tAe="sync"}=x_,AAe=ref(0),iAe=ref(0),nAe=ref(0),oAe=ref(0),aAe=ref(0),cAe=ref(0),uAe=ref(0),dAe=ref(0);function EAe(){const pAe=unrefElement$1(r4);if(!pAe){$P&&(AAe.value=0,iAe.value=0,nAe.value=0,oAe.value=0,aAe.value=0,cAe.value=0,uAe.value=0,dAe.value=0);return}const mAe=pAe.getBoundingClientRect();AAe.value=mAe.height,iAe.value=mAe.bottom,nAe.value=mAe.left,oAe.value=mAe.right,aAe.value=mAe.top,cAe.value=mAe.width,uAe.value=mAe.x,dAe.value=mAe.y}function gAe(){tAe==="sync"?EAe():tAe==="next-frame"&&requestAnimationFrame(()=>EAe())}return useResizeObserver(r4,gAe),watch(()=>unrefElement$1(r4),pAe=>!pAe&&gAe()),useMutationObserver(r4,gAe,{attributeFilter:["style","class"]}),z9&&useEventListener$1("scroll",gAe,{capture:!0,passive:!0}),zP&&useEventListener$1("resize",gAe,{passive:!0}),tryOnMounted$1(()=>{eAe&&gAe()}),{height:AAe,bottom:iAe,left:nAe,right:oAe,top:aAe,width:cAe,x:uAe,y:dAe,update:gAe}}function useElementSize(r4,x_={width:0,height:0},$P={}){const{window:zP=defaultWindow$2,box:z9="content-box"}=$P,eAe=computed(()=>{var aAe,cAe;return(cAe=(aAe=unrefElement$1(r4))==null?void 0:aAe.namespaceURI)==null?void 0:cAe.includes("svg")}),tAe=ref(x_.width),AAe=ref(x_.height),{stop:iAe}=useResizeObserver(r4,([aAe])=>{const cAe=z9==="border-box"?aAe.borderBoxSize:z9==="content-box"?aAe.contentBoxSize:aAe.devicePixelContentBoxSize;if(zP&&eAe.value){const uAe=unrefElement$1(r4);if(uAe){const dAe=uAe.getBoundingClientRect();tAe.value=dAe.width,AAe.value=dAe.height}}else if(cAe){const uAe=Array.isArray(cAe)?cAe:[cAe];tAe.value=uAe.reduce((dAe,{inlineSize:EAe})=>dAe+EAe,0),AAe.value=uAe.reduce((dAe,{blockSize:EAe})=>dAe+EAe,0)}else tAe.value=aAe.contentRect.width,AAe.value=aAe.contentRect.height},$P);tryOnMounted$1(()=>{const aAe=unrefElement$1(r4);aAe&&(tAe.value="offsetWidth"in aAe?aAe.offsetWidth:x_.width,AAe.value="offsetHeight"in aAe?aAe.offsetHeight:x_.height)});const nAe=watch(()=>unrefElement$1(r4),aAe=>{tAe.value=aAe?x_.width:0,AAe.value=aAe?x_.height:0});function oAe(){iAe(),nAe()}return{width:tAe,height:AAe,stop:oAe}}function useIntersectionObserver(r4,x_,$P={}){const{root:zP,rootMargin:z9="0px",threshold:eAe=0,window:tAe=defaultWindow$2,immediate:AAe=!0}=$P,iAe=useSupported$1(()=>tAe&&"IntersectionObserver"in tAe),nAe=computed(()=>{const dAe=toValue(r4);return(Array.isArray(dAe)?dAe:[dAe]).map(unrefElement$1).filter(notNullish)});let oAe=noop$6;const aAe=ref(AAe),cAe=iAe.value?watch(()=>[nAe.value,unrefElement$1(zP),aAe.value],([dAe,EAe])=>{if(oAe(),!aAe.value||!dAe.length)return;const gAe=new IntersectionObserver(x_,{root:unrefElement$1(EAe),rootMargin:z9,threshold:eAe});dAe.forEach(pAe=>pAe&&gAe.observe(pAe)),oAe=()=>{gAe.disconnect(),oAe=noop$6}},{immediate:AAe,flush:"post"}):noop$6,uAe=()=>{oAe(),cAe(),aAe.value=!1};return tryOnScopeDispose$1(uAe),{isSupported:iAe,isActive:aAe,pause(){oAe(),aAe.value=!1},resume(){aAe.value=!0},stop:uAe}}function useVModel$1(r4,x_,$P,zP={}){var z9,eAe,tAe;const{clone:AAe=!1,passive:iAe=!1,eventName:nAe,deep:oAe=!1,defaultValue:aAe,shouldEmit:cAe}=zP,uAe=getCurrentInstance(),dAe=$P||(uAe==null?void 0:uAe.emit)||((z9=uAe==null?void 0:uAe.$emit)==null?void 0:z9.bind(uAe))||((tAe=(eAe=uAe==null?void 0:uAe.proxy)==null?void 0:eAe.$emit)==null?void 0:tAe.bind(uAe==null?void 0:uAe.proxy));let EAe=nAe;x_||(x_="modelValue"),EAe=EAe||`update:${x_.toString()}`;const gAe=SAe=>AAe?typeof AAe=="function"?AAe(SAe):cloneFnJSON$1(SAe):SAe,pAe=()=>isDef$2(r4[x_])?gAe(r4[x_]):aAe,mAe=SAe=>{cAe?cAe(SAe)&&dAe(EAe,SAe):dAe(EAe,SAe)};if(iAe){const SAe=pAe(),DAe=ref(SAe);let NAe=!1;return watch(()=>r4[x_],TAe=>{NAe||(NAe=!0,DAe.value=gAe(TAe),nextTick(()=>NAe=!1))}),watch(DAe,TAe=>{!NAe&&(TAe!==r4[x_]||oAe)&&mAe(TAe)},{deep:oAe}),DAe}else return computed({get(){return pAe()},set(SAe){mAe(SAe)}})}function useWindowFocus(r4={}){const{window:x_=defaultWindow$2}=r4;if(!x_)return ref(!1);const $P=ref(x_.document.hasFocus());return useEventListener$1(x_,"blur",()=>{$P.value=!1}),useEventListener$1(x_,"focus",()=>{$P.value=!0}),$P}function useWindowSize$1(r4={}){const{window:x_=defaultWindow$2,initialWidth:$P=Number.POSITIVE_INFINITY,initialHeight:zP=Number.POSITIVE_INFINITY,listenOrientation:z9=!0,includeScrollbar:eAe=!0,type:tAe="inner"}=r4,AAe=ref($P),iAe=ref(zP),nAe=()=>{x_&&(tAe==="outer"?(AAe.value=x_.outerWidth,iAe.value=x_.outerHeight):eAe?(AAe.value=x_.innerWidth,iAe.value=x_.innerHeight):(AAe.value=x_.document.documentElement.clientWidth,iAe.value=x_.document.documentElement.clientHeight))};if(nAe(),tryOnMounted$1(nAe),useEventListener$1("resize",nAe,{passive:!0}),z9){const oAe=useMediaQuery$1("(orientation: portrait)");watch(oAe,()=>nAe())}return{width:AAe,height:iAe}}const isFirefox=()=>isClient$1&&/firefox/i.test(window.navigator.userAgent),isAndroid$1=()=>isClient$1&&/android/i.test(window.navigator.userAgent);var freeGlobal=typeof global=="object"&&global&&global.Object===Object&&global,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function("return this")(),Symbol$2=root.Symbol,objectProto$g=Object.prototype,hasOwnProperty$f=objectProto$g.hasOwnProperty,nativeObjectToString$1=objectProto$g.toString,symToStringTag$1=Symbol$2?Symbol$2.toStringTag:void 0;function getRawTag(r4){var x_=hasOwnProperty$f.call(r4,symToStringTag$1),$P=r4[symToStringTag$1];try{r4[symToStringTag$1]=void 0;var zP=!0}catch{}var z9=nativeObjectToString$1.call(r4);return zP&&(x_?r4[symToStringTag$1]=$P:delete r4[symToStringTag$1]),z9}var objectProto$f=Object.prototype,nativeObjectToString=objectProto$f.toString;function objectToString(r4){return nativeObjectToString.call(r4)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol$2?Symbol$2.toStringTag:void 0;function baseGetTag(r4){return r4==null?r4===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(r4)?getRawTag(r4):objectToString(r4)}function isObjectLike(r4){return r4!=null&&typeof r4=="object"}var symbolTag$3="[object Symbol]";function isSymbol$1(r4){return typeof r4=="symbol"||isObjectLike(r4)&&baseGetTag(r4)==symbolTag$3}function arrayMap(r4,x_){for(var $P=-1,zP=r4==null?0:r4.length,z9=Array(zP);++$P0){if(++x_>=HOT_COUNT)return arguments[0]}else x_=0;return r4.apply(void 0,arguments)}}function constant(r4){return function(){return r4}}var defineProperty=function(){try{var r4=getNative(Object,"defineProperty");return r4({},"",{}),r4}catch{}}(),baseSetToString=defineProperty?function(r4,x_){return defineProperty(r4,"toString",{configurable:!0,enumerable:!1,value:constant(x_),writable:!0})}:identity$2,setToString=shortOut(baseSetToString);function arrayEach(r4,x_){for(var $P=-1,zP=r4==null?0:r4.length;++$P-1}var MAX_SAFE_INTEGER$3=9007199254740991,reIsUint=/^(?:0|[1-9]\d*)$/;function isIndex(r4,x_){var $P=typeof r4;return x_=x_??MAX_SAFE_INTEGER$3,!!x_&&($P=="number"||$P!="symbol"&&reIsUint.test(r4))&&r4>-1&&r4%1==0&&r4-1&&r4%1==0&&r4<=MAX_SAFE_INTEGER$2}function isArrayLike$1(r4){return r4!=null&&isLength$1(r4.length)&&!isFunction$1(r4)}function isIterateeCall(r4,x_,$P){if(!isObject$6($P))return!1;var zP=typeof x_;return(zP=="number"?isArrayLike$1($P)&&isIndex(x_,$P.length):zP=="string"&&x_ in $P)?eq$2($P[x_],r4):!1}function createAssigner(r4){return baseRest(function(x_,$P){var zP=-1,z9=$P.length,eAe=z9>1?$P[z9-1]:void 0,tAe=z9>2?$P[2]:void 0;for(eAe=r4.length>3&&typeof eAe=="function"?(z9--,eAe):void 0,tAe&&isIterateeCall($P[0],$P[1],tAe)&&(eAe=z9<3?void 0:eAe,z9=1),x_=Object(x_);++zP-1}function listCacheSet$1(r4,x_){var $P=this.__data__,zP=assocIndexOf($P,r4);return zP<0?(++this.size,$P.push([r4,x_])):$P[zP][1]=x_,this}function ListCache(r4){var x_=-1,$P=r4==null?0:r4.length;for(this.clear();++x_<$P;){var zP=r4[x_];this.set(zP[0],zP[1])}}ListCache.prototype.clear=listCacheClear;ListCache.prototype.delete=listCacheDelete;ListCache.prototype.get=listCacheGet$1;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet$1;var Map$1=getNative(root,"Map");function mapCacheClear(){this.size=0,this.__data__={hash:new Hash,map:new(Map$1||ListCache),string:new Hash}}function isKeyable(r4){var x_=typeof r4;return x_=="string"||x_=="number"||x_=="symbol"||x_=="boolean"?r4!=="__proto__":r4===null}function getMapData(r4,x_){var $P=r4.__data__;return isKeyable(x_)?$P[typeof x_=="string"?"string":"hash"]:$P.map}function mapCacheDelete(r4){var x_=getMapData(this,r4).delete(r4);return this.size-=x_?1:0,x_}function mapCacheGet(r4){return getMapData(this,r4).get(r4)}function mapCacheHas(r4){return getMapData(this,r4).has(r4)}function mapCacheSet(r4,x_){var $P=getMapData(this,r4),zP=$P.size;return $P.set(r4,x_),this.size+=$P.size==zP?0:1,this}function MapCache(r4){var x_=-1,$P=r4==null?0:r4.length;for(this.clear();++x_<$P;){var zP=r4[x_];this.set(zP[0],zP[1])}}MapCache.prototype.clear=mapCacheClear;MapCache.prototype.delete=mapCacheDelete;MapCache.prototype.get=mapCacheGet;MapCache.prototype.has=mapCacheHas;MapCache.prototype.set=mapCacheSet;var FUNC_ERROR_TEXT$2="Expected a function";function memoize(r4,x_){if(typeof r4!="function"||x_!=null&&typeof x_!="function")throw new TypeError(FUNC_ERROR_TEXT$2);var $P=function(){var zP=arguments,z9=x_?x_.apply(this,zP):zP[0],eAe=$P.cache;if(eAe.has(z9))return eAe.get(z9);var tAe=r4.apply(this,zP);return $P.cache=eAe.set(z9,tAe)||eAe,tAe};return $P.cache=new(memoize.Cache||MapCache),$P}memoize.Cache=MapCache;var MAX_MEMOIZE_SIZE=500;function memoizeCapped(r4){var x_=memoize(r4,function(zP){return $P.size===MAX_MEMOIZE_SIZE&&$P.clear(),zP}),$P=x_.cache;return x_}var rePropName=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=memoizeCapped(function(r4){var x_=[];return r4.charCodeAt(0)===46&&x_.push(""),r4.replace(rePropName,function($P,zP,z9,eAe){x_.push(z9?eAe.replace(reEscapeChar,"$1"):zP||$P)}),x_});function toString$2(r4){return r4==null?"":baseToString(r4)}function castPath(r4,x_){return isArray$3(r4)?r4:isKey(r4,x_)?[r4]:stringToPath(toString$2(r4))}function toKey(r4){if(typeof r4=="string"||isSymbol$1(r4))return r4;var x_=r4+"";return x_=="0"&&1/r4==-1/0?"-0":x_}function baseGet(r4,x_){x_=castPath(x_,r4);for(var $P=0,zP=x_.length;r4!=null&&$P0&&$P(AAe)?x_>1?baseFlatten(AAe,x_-1,$P,zP,z9):arrayPush$1(z9,AAe):zP||(z9[z9.length]=AAe)}return z9}function flatten(r4){var x_=r4==null?0:r4.length;return x_?baseFlatten(r4,1):[]}function flatRest(r4){return setToString(overRest(r4,void 0,flatten),r4+"")}var getPrototype=overArg(Object.getPrototypeOf,Object),objectTag$3="[object Object]",funcProto=Function.prototype,objectProto$5=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$6=objectProto$5.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject(r4){if(!isObjectLike(r4)||baseGetTag(r4)!=objectTag$3)return!1;var x_=getPrototype(r4);if(x_===null)return!0;var $P=hasOwnProperty$6.call(x_,"constructor")&&x_.constructor;return typeof $P=="function"&&$P instanceof $P&&funcToString.call($P)==objectCtorString}function baseSlice(r4,x_,$P){var zP=-1,z9=r4.length;x_<0&&(x_=-x_>z9?0:z9+x_),$P=$P>z9?z9:$P,$P<0&&($P+=z9),z9=x_>$P?0:$P-x_>>>0,x_>>>=0;for(var eAe=Array(z9);++zP=x_?r4:x_)),r4}function clamp$2(r4,x_,$P){return $P===void 0&&($P=x_,x_=void 0),$P!==void 0&&($P=toNumber($P),$P=$P===$P?$P:0),x_!==void 0&&(x_=toNumber(x_),x_=x_===x_?x_:0),baseClamp(toNumber(r4),x_,$P)}function stackClear(){this.__data__=new ListCache,this.size=0}function stackDelete(r4){var x_=this.__data__,$P=x_.delete(r4);return this.size=x_.size,$P}function stackGet(r4){return this.__data__.get(r4)}function stackHas(r4){return this.__data__.has(r4)}var LARGE_ARRAY_SIZE$1=200;function stackSet(r4,x_){var $P=this.__data__;if($P instanceof ListCache){var zP=$P.__data__;if(!Map$1||zP.lengthAAe))return!1;var nAe=eAe.get(r4),oAe=eAe.get(x_);if(nAe&&oAe)return nAe==x_&&oAe==r4;var aAe=-1,cAe=!0,uAe=$P&COMPARE_UNORDERED_FLAG$3?new SetCache:void 0;for(eAe.set(r4,x_),eAe.set(x_,r4);++aAe=x_||bAe<0||aAe&&GAe>=eAe}function pAe(){var TAe=now$1();if(gAe(TAe))return mAe(TAe);AAe=setTimeout(pAe,EAe(TAe))}function mAe(TAe){return AAe=void 0,cAe&&zP?uAe(TAe):(zP=z9=void 0,tAe)}function SAe(){AAe!==void 0&&clearTimeout(AAe),nAe=0,zP=iAe=z9=AAe=void 0}function DAe(){return AAe===void 0?tAe:mAe(now$1())}function NAe(){var TAe=now$1(),bAe=gAe(TAe);if(zP=arguments,z9=this,iAe=TAe,bAe){if(AAe===void 0)return dAe(iAe);if(aAe)return clearTimeout(AAe),AAe=setTimeout(pAe,x_),uAe(iAe)}return AAe===void 0&&(AAe=setTimeout(pAe,x_)),tAe}return NAe.cancel=SAe,NAe.flush=DAe,NAe}function assignMergeValue(r4,x_,$P){($P!==void 0&&!eq$2(r4[x_],$P)||$P===void 0&&!(x_ in r4))&&baseAssignValue(r4,x_,$P)}function isArrayLikeObject(r4){return isObjectLike(r4)&&isArrayLike$1(r4)}function safeGet(r4,x_){if(!(x_==="constructor"&&typeof r4[x_]=="function")&&x_!="__proto__")return r4[x_]}function toPlainObject(r4){return copyObject(r4,keysIn(r4))}function baseMergeDeep(r4,x_,$P,zP,z9,eAe,tAe){var AAe=safeGet(r4,$P),iAe=safeGet(x_,$P),nAe=tAe.get(iAe);if(nAe){assignMergeValue(r4,$P,nAe);return}var oAe=eAe?eAe(AAe,iAe,$P+"",r4,x_,tAe):void 0,aAe=oAe===void 0;if(aAe){var cAe=isArray$3(iAe),uAe=!cAe&&isBuffer(iAe),dAe=!cAe&&!uAe&&isTypedArray$1(iAe);oAe=iAe,cAe||uAe||dAe?isArray$3(AAe)?oAe=AAe:isArrayLikeObject(AAe)?oAe=copyArray(AAe):uAe?(aAe=!1,oAe=cloneBuffer(iAe,!0)):dAe?(aAe=!1,oAe=cloneTypedArray(iAe,!0)):oAe=[]:isPlainObject(iAe)||isArguments(iAe)?(oAe=AAe,isArguments(AAe)?oAe=toPlainObject(AAe):(!isObject$6(AAe)||isFunction$1(AAe))&&(oAe=initCloneObject(iAe))):aAe=!1}aAe&&(tAe.set(iAe,oAe),z9(oAe,iAe,zP,eAe,tAe),tAe.delete(iAe)),assignMergeValue(r4,$P,oAe)}function baseMerge(r4,x_,$P,zP,z9){r4!==x_&&baseFor(x_,function(eAe,tAe){if(z9||(z9=new Stack),isObject$6(eAe))baseMergeDeep(r4,x_,tAe,$P,baseMerge,zP,z9);else{var AAe=zP?zP(safeGet(r4,tAe),eAe,tAe+"",r4,x_,z9):void 0;AAe===void 0&&(AAe=eAe),assignMergeValue(r4,tAe,AAe)}},keysIn)}function last(r4){var x_=r4==null?0:r4.length;return x_?r4[x_-1]:void 0}function findLastIndex(r4,x_,$P){var zP=r4==null?0:r4.length;if(!zP)return-1;var z9=zP-1;return baseFindIndex(r4,baseIteratee(x_),z9,!0)}function baseMap(r4,x_){var $P=-1,zP=isArrayLike$1(r4)?Array(r4.length):[];return baseEach(r4,function(z9,eAe,tAe){zP[++$P]=x_(z9,eAe,tAe)}),zP}function map$2(r4,x_){var $P=isArray$3(r4)?arrayMap:baseMap;return $P(r4,baseIteratee(x_))}function flatMap(r4,x_){return baseFlatten(map$2(r4,x_),1)}var INFINITY$1=1/0;function flattenDeep(r4){var x_=r4==null?0:r4.length;return x_?baseFlatten(r4,INFINITY$1):[]}function fromPairs(r4){for(var x_=-1,$P=r4==null?0:r4.length,zP={};++x_<$P;){var z9=r4[x_];baseAssignValue(zP,z9[0],z9[1])}return zP}function parent(r4,x_){return x_.length<2?r4:baseGet(r4,baseSlice(x_,0,-1))}function isEqual$1(r4,x_){return baseIsEqual(r4,x_)}function isNil(r4){return r4==null}function isNull(r4){return r4===null}function isUndefined$1(r4){return r4===void 0}var merge$1=createAssigner(function(r4,x_,$P){baseMerge(r4,x_,$P)}),objectProto=Object.prototype,hasOwnProperty$2=objectProto.hasOwnProperty;function baseUnset(r4,x_){x_=castPath(x_,r4);var $P=-1,zP=x_.length;if(!zP)return!0;for(;++$P1),eAe}),copyObject(r4,getAllKeysIn(r4),$P),zP&&($P=baseClone($P,CLONE_DEEP_FLAG|CLONE_FLAT_FLAG|CLONE_SYMBOLS_FLAG,customOmitClone));for(var z9=x_.length;z9--;)baseUnset($P,x_[z9]);return $P});function baseSet(r4,x_,$P,zP){if(!isObject$6(r4))return r4;x_=castPath(x_,r4);for(var z9=-1,eAe=x_.length,tAe=eAe-1,AAe=r4;AAe!=null&&++z9=LARGE_ARRAY_SIZE){var nAe=createSet(r4);if(nAe)return setToArray(nAe);tAe=!1,z9=cacheHas,iAe=new SetCache}else iAe=AAe;e:for(;++zPr4===void 0,isBoolean=r4=>typeof r4=="boolean",isNumber$2=r4=>typeof r4=="number",isEmpty=r4=>!r4&&r4!==0||isArray$6(r4)&&r4.length===0||isObject$9(r4)&&!Object.keys(r4).length,isElement$1=r4=>typeof Element>"u"?!1:r4 instanceof Element,isPropAbsent=r4=>isNil(r4),isStringNumber$1=r4=>isString$2(r4)?!Number.isNaN(Number(r4)):!1,isWindow=r4=>r4===window,nodeList=new Map;if(isClient$1){let r4;document.addEventListener("mousedown",x_=>r4=x_),document.addEventListener("mouseup",x_=>{if(r4){for(const $P of nodeList.values())for(const{documentHandler:zP}of $P)zP(x_,r4);r4=void 0}})}function createDocumentHandler(r4,x_){let $P=[];return isArray$6(x_.arg)?$P=x_.arg:isElement$1(x_.arg)&&$P.push(x_.arg),function(zP,z9){const eAe=x_.instance.popperRef,tAe=zP.target,AAe=z9==null?void 0:z9.target,iAe=!x_||!x_.instance,nAe=!tAe||!AAe,oAe=r4.contains(tAe)||r4.contains(AAe),aAe=r4===tAe,cAe=$P.length&&$P.some(dAe=>dAe==null?void 0:dAe.contains(tAe))||$P.length&&$P.includes(AAe),uAe=eAe&&(eAe.contains(tAe)||eAe.contains(AAe));iAe||nAe||oAe||aAe||cAe||uAe||x_.value(zP,z9)}}const ClickOutside={beforeMount(r4,x_){nodeList.has(r4)||nodeList.set(r4,[]),nodeList.get(r4).push({documentHandler:createDocumentHandler(r4,x_),bindingFn:x_.value})},updated(r4,x_){nodeList.has(r4)||nodeList.set(r4,[]);const $P=nodeList.get(r4),zP=$P.findIndex(eAe=>eAe.bindingFn===x_.oldValue),z9={documentHandler:createDocumentHandler(r4,x_),bindingFn:x_.value};zP>=0?$P.splice(zP,1,z9):$P.push(z9)},unmounted(r4){nodeList.delete(r4)}},REPEAT_INTERVAL=100,REPEAT_DELAY=600,SCOPE$c="_RepeatClick",vRepeatClick={beforeMount(r4,x_){const $P=x_.value,{interval:zP=REPEAT_INTERVAL,delay:z9=REPEAT_DELAY}=isFunction$4($P)?{}:$P;let eAe,tAe;const AAe=()=>isFunction$4($P)?$P():$P.handler(),iAe=()=>{tAe&&(clearTimeout(tAe),tAe=void 0),eAe&&(clearInterval(eAe),eAe=void 0)},nAe=oAe=>{oAe.button===0&&(iAe(),AAe(),document.addEventListener("mouseup",iAe,{once:!0}),tAe=setTimeout(()=>{eAe=setInterval(()=>{AAe()},zP)},z9))};r4[SCOPE$c]={start:nAe,clear:iAe},r4.addEventListener("mousedown",nAe)},unmounted(r4){if(!r4[SCOPE$c])return;const{start:x_,clear:$P}=r4[SCOPE$c];x_&&r4.removeEventListener("mousedown",x_),$P&&($P(),document.removeEventListener("mouseup",$P)),r4[SCOPE$c]=null}},FOCUSABLE_ELEMENT_SELECTORS='a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])',isShadowRoot$1=r4=>typeof ShadowRoot>"u"?!1:r4 instanceof ShadowRoot,isHTMLElement$2=r4=>typeof Element>"u"?!1:r4 instanceof Element,isVisible=r4=>getComputedStyle(r4).position==="fixed"?!1:r4.offsetParent!==null,obtainAllFocusableElements$1=r4=>Array.from(r4.querySelectorAll(FOCUSABLE_ELEMENT_SELECTORS)).filter(x_=>isFocusable(x_)&&isVisible(x_)),isFocusable=r4=>{if(r4.tabIndex>0||r4.tabIndex===0&&r4.getAttribute("tabIndex")!==null)return!0;if(r4.tabIndex<0||r4.hasAttribute("disabled")||r4.getAttribute("aria-disabled")==="true")return!1;switch(r4.nodeName){case"A":return!!r4.href&&r4.rel!=="ignore";case"INPUT":return!(r4.type==="hidden"||r4.type==="file");case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},triggerEvent=function(r4,x_,...$P){let zP;x_.includes("mouse")||x_.includes("click")?zP="MouseEvents":x_.includes("key")?zP="KeyboardEvent":zP="HTMLEvents";const z9=document.createEvent(zP);return z9.initEvent(x_,...$P),r4.dispatchEvent(z9),r4},isLeaf=r4=>!r4.getAttribute("aria-owns"),getSibling=(r4,x_,$P)=>{const{parentNode:zP}=r4;if(!zP)return null;const z9=zP.querySelectorAll($P);return z9[Array.prototype.indexOf.call(z9,r4)+x_]||null},focusElement=(r4,x_)=>{if(!r4||!r4.focus)return;let $P=!1;isHTMLElement$2(r4)&&!isFocusable(r4)&&!r4.getAttribute("tabindex")&&(r4.setAttribute("tabindex","-1"),$P=!0),r4.focus(x_),isHTMLElement$2(r4)&&$P&&r4.removeAttribute("tabindex")},focusNode=r4=>{r4&&(focusElement(r4),!isLeaf(r4)&&r4.click())},composeEventHandlers=(r4,x_,{checkForDefaultPrevented:$P=!0}={})=>z9=>{const eAe=r4==null?void 0:r4(z9);if($P===!1||!eAe)return x_==null?void 0:x_(z9)},whenMouse=r4=>x_=>x_.pointerType==="mouse"?r4(x_):void 0,getEventCode=r4=>{if(r4.code&&r4.code!=="Unidentified")return r4.code;const x_=getEventKey(r4);if(x_){if(Object.values(EVENT_CODE).includes(x_))return x_;switch(x_){case" ":return EVENT_CODE.space;default:return""}}return""},getEventKey=r4=>{let x_=r4.key&&r4.key!=="Unidentified"?r4.key:"";if(!x_&&r4.type==="keyup"&&isAndroid$1()){const $P=r4.target;x_=$P.value.charAt($P.selectionStart-1)}return x_},FOCUSABLE_CHILDREN="_trap-focus-children",FOCUS_STACK=[],FOCUS_HANDLER=r4=>{if(FOCUS_STACK.length===0)return;const x_=getEventCode(r4),$P=FOCUS_STACK[FOCUS_STACK.length-1][FOCUSABLE_CHILDREN];if($P.length>0&&x_===EVENT_CODE.tab){if($P.length===1){r4.preventDefault(),document.activeElement!==$P[0]&&$P[0].focus();return}const zP=r4.shiftKey,z9=r4.target===$P[0],eAe=r4.target===$P[$P.length-1];z9&&zP&&(r4.preventDefault(),$P[$P.length-1].focus()),eAe&&!zP&&(r4.preventDefault(),$P[0].focus())}},TrapFocus={beforeMount(r4){r4[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(r4),FOCUS_STACK.push(r4),FOCUS_STACK.length<=1&&document.addEventListener("keydown",FOCUS_HANDLER)},updated(r4){nextTick(()=>{r4[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(r4)})},unmounted(){FOCUS_STACK.shift(),FOCUS_STACK.length===0&&document.removeEventListener("keydown",FOCUS_HANDLER)}};var v$e=!1,o$l,f$l,s$h,u$i,d$e,N$k,l$j,p$j,m$p,w$g,D$j,x$j,E$j,M$f,F$m;function a$f(){if(!v$e){v$e=!0;var r4=navigator.userAgent,x_=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(r4),$P=/(Mac OS X)|(Windows)|(Linux)/.exec(r4);if(x$j=/\b(iPhone|iP[ao]d)/.exec(r4),E$j=/\b(iP[ao]d)/.exec(r4),w$g=/Android/i.exec(r4),M$f=/FBAN\/\w+;/i.exec(r4),F$m=/Mobile/i.exec(r4),D$j=!!/Win64/.exec(r4),x_){o$l=x_[1]?parseFloat(x_[1]):x_[5]?parseFloat(x_[5]):NaN,o$l&&document&&document.documentMode&&(o$l=document.documentMode);var zP=/(?:Trident\/(\d+.\d+))/.exec(r4);N$k=zP?parseFloat(zP[1])+4:o$l,f$l=x_[2]?parseFloat(x_[2]):NaN,s$h=x_[3]?parseFloat(x_[3]):NaN,u$i=x_[4]?parseFloat(x_[4]):NaN,u$i?(x_=/(?:Chrome\/(\d+\.\d+))/.exec(r4),d$e=x_&&x_[1]?parseFloat(x_[1]):NaN):d$e=NaN}else o$l=f$l=s$h=d$e=u$i=NaN;if($P){if($P[1]){var z9=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(r4);l$j=z9?parseFloat(z9[1].replace("_",".")):!0}else l$j=!1;p$j=!!$P[2],m$p=!!$P[3]}else l$j=p$j=m$p=!1}}var _$m={ie:function(){return a$f()||o$l},ieCompatibilityMode:function(){return a$f()||N$k>o$l},ie64:function(){return _$m.ie()&&D$j},firefox:function(){return a$f()||f$l},opera:function(){return a$f()||s$h},webkit:function(){return a$f()||u$i},safari:function(){return _$m.webkit()},chrome:function(){return a$f()||d$e},windows:function(){return a$f()||p$j},osx:function(){return a$f()||l$j},linux:function(){return a$f()||m$p},iphone:function(){return a$f()||x$j},mobile:function(){return a$f()||x$j||E$j||w$g||F$m},nativeApp:function(){return a$f()||M$f},android:function(){return a$f()||w$g},ipad:function(){return a$f()||E$j}},A$f=_$m,c$i=!!(typeof window<"u"&&window.document&&window.document.createElement),U$f={canUseDOM:c$i},h$c=U$f,X$d;h$c.canUseDOM&&(X$d=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);function S$i(r4,x_){if(!h$c.canUseDOM||x_&&!("addEventListener"in document))return!1;var $P="on"+r4,zP=$P in document;if(!zP){var z9=document.createElement("div");z9.setAttribute($P,"return;"),zP=typeof z9[$P]=="function"}return!zP&&X$d&&r4==="wheel"&&(zP=document.implementation.hasFeature("Events.wheel","3.0")),zP}var b$f=S$i,O$p=10,I$g=40,P$f=800;function T$k(r4){var x_=0,$P=0,zP=0,z9=0;return"detail"in r4&&($P=r4.detail),"wheelDelta"in r4&&($P=-r4.wheelDelta/120),"wheelDeltaY"in r4&&($P=-r4.wheelDeltaY/120),"wheelDeltaX"in r4&&(x_=-r4.wheelDeltaX/120),"axis"in r4&&r4.axis===r4.HORIZONTAL_AXIS&&(x_=$P,$P=0),zP=x_*O$p,z9=$P*O$p,"deltaY"in r4&&(z9=r4.deltaY),"deltaX"in r4&&(zP=r4.deltaX),(zP||z9)&&r4.deltaMode&&(r4.deltaMode==1?(zP*=I$g,z9*=I$g):(zP*=P$f,z9*=P$f)),zP&&!x_&&(x_=zP<1?-1:1),z9&&!$P&&($P=z9<1?-1:1),{spinX:x_,spinY:$P,pixelX:zP,pixelY:z9}}T$k.getEventType=function(){return A$f.firefox()?"DOMMouseScroll":b$f("wheel")?"wheel":"mousewheel"};var Y$g=T$k;/** * Checks if an event is supported in the current execution environment. * * NOTE: This will not work correctly for non-generic events such as `change`, * `reset`, `load`, `error`, and `select`. * * Borrows from Modernizr. * * @param {string} eventNameSuffix Event name, e.g. "click". * @param {?boolean} capture Check if the capture phase is supported. * @return {boolean} True if the event is supported. * @internal * @license Modernizr 3.0.0pre (Custom Build) | MIT */const SCOPE$b="_Mousewheel",mousewheel=function(r4,x_){if(r4&&r4.addEventListener){removeWheelHandler(r4);const $P=function(zP){const z9=Y$g(zP);x_&&Reflect.apply(x_,this,[zP,z9])};r4[SCOPE$b]={wheelHandler:$P},r4.addEventListener("wheel",$P,{passive:!0})}},removeWheelHandler=r4=>{var x_;(x_=r4[SCOPE$b])!=null&&x_.wheelHandler&&(r4.removeEventListener("wheel",r4[SCOPE$b].wheelHandler),r4[SCOPE$b]=null)},Mousewheel={beforeMount(r4,x_){mousewheel(r4,x_.value)},unmounted(r4){removeWheelHandler(r4)},updated(r4,x_){x_.value!==x_.oldValue&&mousewheel(r4,x_.value)}},keysOf=r4=>Object.keys(r4),entriesOf=r4=>Object.entries(r4),getProp=(r4,x_,$P)=>({get value(){return get$2(r4,x_,$P)},set value(zP){set$3(r4,x_,zP)}}),epPropKey="__epPropKey",definePropType=r4=>r4,isEpProp=r4=>isObject$9(r4)&&!!r4[epPropKey],buildProp=(r4,x_)=>{if(!isObject$9(r4)||isEpProp(r4))return r4;const{values:$P,required:zP,default:z9,type:eAe,validator:tAe}=r4,AAe={type:eAe,required:!!zP,validator:$P||tAe?iAe=>{let nAe=!1,oAe=[];if($P&&(oAe=Array.from($P),hasOwn$1(r4,"default")&&oAe.push(z9),nAe||(nAe=oAe.includes(iAe))),tAe&&(nAe||(nAe=tAe(iAe))),!nAe&&oAe.length>0){const aAe=[...new Set(oAe)].map(cAe=>JSON.stringify(cAe)).join(", ");warn(`Invalid prop: validation failed${x_?` for prop "${x_}"`:""}. Expected one of [${aAe}], got value ${JSON.stringify(iAe)}.`)}return nAe}:void 0,[epPropKey]:!0};return hasOwn$1(r4,"default")&&(AAe.default=z9),AAe},buildProps$1=r4=>fromPairs(Object.entries(r4).map(([x_,$P])=>[x_,buildProp($P,x_)])),teleportProps=buildProps$1({to:{type:definePropType([String,Object]),required:!0},disabled:Boolean}),affixProps=buildProps$1({zIndex:{type:definePropType([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"},teleported:Boolean,appendTo:{type:teleportProps.to.type,default:"body"}}),affixEmits={scroll:({scrollTop:r4,fixed:x_})=>isNumber$2(r4)&&isBoolean(x_),[CHANGE_EVENT]:r4=>isBoolean(r4)};var ElementPlusError=class extends Error{constructor(r4){super(r4),this.name="ElementPlusError"}};function throwError$2(r4,x_){throw new ElementPlusError(`[${r4}] ${x_}`)}function debugWarn(r4,x_){{const $P=isString$2(r4)?new ElementPlusError(`[${r4}] ${x_}`):r4;console.warn($P)}}const DEFAULT_EXCLUDE_KEYS=["class","style"],LISTENER_PREFIX=/^on[A-Z]/,useAttrs=(r4={})=>{const{excludeListeners:x_=!1,excludeKeys:$P}=r4,zP=computed(()=>(($P==null?void 0:$P.value)||[]).concat(DEFAULT_EXCLUDE_KEYS)),z9=getCurrentInstance();return z9?computed(()=>{var eAe;return fromPairs(Object.entries((eAe=z9.proxy)==null?void 0:eAe.$attrs).filter(([tAe])=>!zP.value.includes(tAe)&&!(x_&&LISTENER_PREFIX.test(tAe))))}):(debugWarn("use-attrs","getCurrentInstance() returned null. useAttrs() must be called at the top of a setup function"),computed(()=>({})))};function useCalcInputWidth(){const r4=shallowRef(),x_=ref(0),$P=computed(()=>({minWidth:`${Math.max(x_.value,MINIMUM_INPUT_WIDTH)}px`}));return useResizeObserver(r4,()=>{var z9;x_.value=((z9=r4.value)==null?void 0:z9.getBoundingClientRect().width)??0}),{calculatorRef:r4,calculatorWidth:x_,inputStyle:$P}}const useDeprecated=({from:r4,replacement:x_,scope:$P,version:zP,ref:z9,type:eAe="API"},tAe)=>{watch(()=>unref(tAe),AAe=>{AAe&&debugWarn($P,`[${eAe}] ${r4} is about to be deprecated in version ${zP}, please use ${x_} instead. For more detail, please visit: ${z9} `)},{immediate:!0})},escapeStringRegexp=(r4="")=>r4.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),capitalize$2=r4=>capitalize$3(r4),SCOPE$a="utils/dom/style",classNameToArray=(r4="")=>r4.split(" ").filter(x_=>!!x_.trim()),hasClass=(r4,x_)=>{if(!r4||!x_)return!1;if(x_.includes(" "))throw new Error("className should not contain space.");return r4.classList.contains(x_)},addClass=(r4,x_)=>{!r4||!x_.trim()||r4.classList.add(...classNameToArray(x_))},removeClass=(r4,x_)=>{!r4||!x_.trim()||r4.classList.remove(...classNameToArray(x_))},getStyle$1=(r4,x_)=>{var zP;if(!isClient$1||!r4||!x_||isShadowRoot$1(r4))return"";let $P=camelize(x_);$P==="float"&&($P="cssFloat");try{const z9=r4.style[$P];if(z9)return z9;const eAe=(zP=document.defaultView)==null?void 0:zP.getComputedStyle(r4,"");return eAe?eAe[$P]:""}catch{return r4.style[$P]}},setStyle=(r4,x_,$P)=>{if(!(!r4||!x_))if(isObject$9(x_))entriesOf(x_).forEach(([zP,z9])=>setStyle(r4,zP,z9));else{const zP=camelize(x_);r4.style[zP]=$P}};function addUnit(r4,x_="px"){if(!r4&&r4!==0)return"";if(isNumber$2(r4)||isStringNumber$1(r4))return`${r4}${x_}`;if(isString$2(r4))return r4;debugWarn(SCOPE$a,"binding value must be a string or number")}const useDraggable=(r4,x_,$P,zP)=>{const z9={offsetX:0,offsetY:0},eAe=ref(!1),tAe=(cAe,uAe)=>{if(r4.value){const{offsetX:dAe,offsetY:EAe}=z9,gAe=r4.value.getBoundingClientRect(),pAe=gAe.left,mAe=gAe.top,SAe=gAe.width,DAe=gAe.height,NAe=document.documentElement.clientWidth,TAe=document.documentElement.clientHeight,bAe=-pAe+dAe,GAe=-mAe+EAe,LAe=NAe-pAe-SAe+dAe,wAe=TAe-mAe-(DAe{const uAe=cAe.clientX,dAe=cAe.clientY,{offsetX:EAe,offsetY:gAe}=z9,pAe=SAe=>{eAe.value||(eAe.value=!0),tAe(EAe+SAe.clientX-uAe,gAe+SAe.clientY-dAe)},mAe=()=>{eAe.value=!1,document.removeEventListener("mousemove",pAe),document.removeEventListener("mouseup",mAe)};document.addEventListener("mousemove",pAe),document.addEventListener("mouseup",mAe)},iAe=()=>{x_.value&&r4.value&&(x_.value.addEventListener("mousedown",AAe),window.addEventListener("resize",aAe))},nAe=()=>{x_.value&&r4.value&&(x_.value.removeEventListener("mousedown",AAe),window.removeEventListener("resize",aAe))},oAe=()=>{z9.offsetX=0,z9.offsetY=0,r4.value&&(r4.value.style.transform="")},aAe=()=>{const{offsetX:cAe,offsetY:uAe}=z9;tAe(cAe,uAe)};return onMounted(()=>{watchEffect(()=>{$P.value?iAe():nAe()})}),onBeforeUnmount(()=>{nAe()}),{isDragging:eAe,resetPosition:oAe,updatePosition:aAe}};var en_default={name:"en",el:{breadcrumb:{label:"Breadcrumb"},colorpicker:{confirm:"OK",clear:"Clear",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color.",alphaLabel:"pick alpha value",alphaDescription:"alpha {alpha}, current color is {color}",hueLabel:"pick hue value",hueDescription:"hue {hue}, current color is {color}",svLabel:"pick saturation and brightness value",svDescription:"saturation {saturation}, brightness {brightness}, current color is {color}",predefineDescription:"select {value} as the color"},datepicker:{now:"Now",today:"Today",cancel:"Cancel",clear:"Clear",confirm:"OK",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Select date",selectTime:"Select time",startDate:"Start Date",startTime:"Start Time",endDate:"End Date",endTime:"End Time",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",year:"",month1:"January",month2:"February",month3:"March",month4:"April",month5:"May",month6:"June",month7:"July",month8:"August",month9:"September",month10:"October",month11:"November",month12:"December",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"Jan",feb:"Feb",mar:"Mar",apr:"Apr",may:"May",jun:"Jun",jul:"Jul",aug:"Aug",sep:"Sep",oct:"Oct",nov:"Nov",dec:"Dec"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},mention:{loading:"Loading"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No matching data",loading:"Loading",placeholder:"Select",noData:"No data"},pagination:{goto:"Go to",pagesize:"/page",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},upload:{deleteTip:"press delete to remove",delete:"Delete",preview:"Preview",continue:"Continue"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"No Data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum",selectAllLabel:"Select all rows",selectRowLabel:"Select this row",expandRowLabel:"Expand this row",collapseRowLabel:"Collapse this row",sortLabel:"Sort by {column}",filterLabel:"Filter by {column}"},tag:{close:"Close this tag"},tour:{next:"Next",previous:"Previous",finish:"Finish",close:"Close this dialog"},tree:{emptyText:"No Data"},transfer:{noMatch:"No matching data",noData:"No data",titles:["List 1","List 2"],filterPlaceholder:"Enter keyword",noCheckedFormat:"{total} items",hasCheckedFormat:"{checked}/{total} checked"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"},carousel:{leftArrow:"Carousel arrow left",rightArrow:"Carousel arrow right",indicator:"Carousel switch to index {index}"}}};const buildTranslator=r4=>(x_,$P)=>translate$2(x_,$P,unref(r4)),translate$2=(r4,x_,$P)=>get$2($P,r4,r4).replace(/\{(\w+)\}/g,(zP,z9)=>`${(x_==null?void 0:x_[z9])??`{${z9}}`}`),buildLocaleContext=r4=>({lang:computed(()=>unref(r4).name),locale:isRef(r4)?r4:ref(r4),t:buildTranslator(r4)}),localeContextKey=Symbol("localeContextKey"),useLocale=r4=>{const x_=r4||inject(localeContextKey,ref());return buildLocaleContext(computed(()=>x_.value||en_default))},defaultNamespace="el",statePrefix="is-",_bem=(r4,x_,$P,zP,z9)=>{let eAe=`${r4}-${x_}`;return $P&&(eAe+=`-${$P}`),zP&&(eAe+=`__${zP}`),z9&&(eAe+=`--${z9}`),eAe},namespaceContextKey=Symbol("namespaceContextKey"),useGetDerivedNamespace=r4=>{const x_=r4||(getCurrentInstance()?inject(namespaceContextKey,ref(defaultNamespace)):ref(defaultNamespace));return computed(()=>unref(x_)||defaultNamespace)},useNamespace=(r4,x_)=>{const $P=useGetDerivedNamespace(x_);return{namespace:$P,b:(EAe="")=>_bem($P.value,r4,EAe,"",""),e:EAe=>EAe?_bem($P.value,r4,"",EAe,""):"",m:EAe=>EAe?_bem($P.value,r4,"","",EAe):"",be:(EAe,gAe)=>EAe&&gAe?_bem($P.value,r4,EAe,gAe,""):"",em:(EAe,gAe)=>EAe&&gAe?_bem($P.value,r4,"",EAe,gAe):"",bm:(EAe,gAe)=>EAe&&gAe?_bem($P.value,r4,EAe,"",gAe):"",bem:(EAe,gAe,pAe)=>EAe&&gAe&&pAe?_bem($P.value,r4,EAe,gAe,pAe):"",is:(EAe,...gAe)=>{const pAe=gAe.length>=1?gAe[0]:!0;return EAe&&pAe?`${statePrefix}${EAe}`:""},cssVar:EAe=>{const gAe={};for(const pAe in EAe)EAe[pAe]&&(gAe[`--${$P.value}-${pAe}`]=EAe[pAe]);return gAe},cssVarName:EAe=>`--${$P.value}-${EAe}`,cssVarBlock:EAe=>{const gAe={};for(const pAe in EAe)EAe[pAe]&&(gAe[`--${$P.value}-${r4}-${pAe}`]=EAe[pAe]);return gAe},cssVarBlockName:EAe=>`--${$P.value}-${r4}-${EAe}`}};function easeInOutCubic(r4,x_,$P,zP){const z9=$P-x_;return r4/=zP/2,r4<1?z9/2*r4*r4*r4+x_:z9/2*((r4-=2)*r4*r4+2)+x_}const rAF=r4=>isClient$1?window.requestAnimationFrame(r4):setTimeout(r4,16),cAF=r4=>isClient$1?window.cancelAnimationFrame(r4):clearTimeout(r4),isScroll=(r4,x_)=>{if(!isClient$1)return!1;const $P={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(x_)],zP=getStyle$1(r4,$P);return["scroll","auto","overlay"].some(z9=>zP.includes(z9))},getScrollContainer=(r4,x_)=>{if(!isClient$1)return;let $P=r4;for(;$P;){if([window,document,document.documentElement].includes($P))return window;if(isScroll($P,x_))return $P;isShadowRoot$1($P)?$P=$P.host:$P=$P.parentNode}return $P};let scrollBarWidth;const getScrollBarWidth=r4=>{var eAe;if(!isClient$1)return 0;if(scrollBarWidth!==void 0)return scrollBarWidth;const x_=document.createElement("div");x_.className=`${r4}-scrollbar__wrap`,x_.style.visibility="hidden",x_.style.width="100px",x_.style.position="absolute",x_.style.top="-9999px",document.body.appendChild(x_);const $P=x_.offsetWidth;x_.style.overflow="scroll";const zP=document.createElement("div");zP.style.width="100%",x_.appendChild(zP);const z9=zP.offsetWidth;return(eAe=x_.parentNode)==null||eAe.removeChild(x_),scrollBarWidth=$P-z9,scrollBarWidth};function scrollIntoView(r4,x_){if(!isClient$1)return;if(!x_){r4.scrollTop=0;return}const $P=[];let zP=x_.offsetParent;for(;zP!==null&&r4!==zP&&r4.contains(zP);)$P.push(zP),zP=zP.offsetParent;const z9=x_.offsetTop+$P.reduce((iAe,nAe)=>iAe+nAe.offsetTop,0),eAe=z9+x_.offsetHeight,tAe=r4.scrollTop,AAe=tAe+r4.clientHeight;z9AAe&&(r4.scrollTop=eAe-r4.clientHeight)}function animateScrollTo(r4,x_,$P,zP,z9){const eAe=Date.now();let tAe;const AAe=()=>{const iAe=Date.now()-eAe,nAe=easeInOutCubic(iAe>zP?zP:iAe,x_,$P,zP);isWindow(r4)?r4.scrollTo(window.pageXOffset,nAe):r4.scrollTop=nAe,iAe{tAe&&cAF(tAe)}}const getScrollElement=(r4,x_)=>isWindow(x_)?r4.ownerDocument.documentElement:x_,getScrollTop=r4=>isWindow(r4)?window.scrollY:r4.scrollTop,useLockscreen=(r4,x_={})=>{isRef(r4)||throwError$2("[useLockscreen]","You need to pass a ref param to this function");const $P=x_.ns||useNamespace("popup"),zP=computed(()=>$P.bm("parent","hidden"));let z9=0,eAe=!1,tAe="0",AAe=!1;const iAe=()=>{AAe||(AAe=!0,setTimeout(()=>{typeof document>"u"||eAe&&document&&(document.body.style.width=tAe,removeClass(document.body,zP.value))},200))};watch(r4,nAe=>{if(!nAe){iAe();return}AAe=!1,eAe=!hasClass(document.body,zP.value),eAe&&(tAe=document.body.style.width,addClass(document.body,zP.value)),z9=getScrollBarWidth($P.namespace.value);const oAe=document.documentElement.clientHeight0&&(oAe||aAe==="scroll")&&eAe&&(document.body.style.width=`calc(100% - ${z9}px)`)}),onScopeDispose(()=>iAe())},_prop=buildProp({type:definePropType(Boolean),default:null}),_event=buildProp({type:definePropType(Function)}),createModelToggleComposable=r4=>{const x_=`update:${r4}`,$P=`onUpdate:${r4}`,zP=[x_],z9={[r4]:_prop,[$P]:_event};return{useModelToggle:({indicator:tAe,toggleReason:AAe,shouldHideWhenRouteChanges:iAe,shouldProceed:nAe,onShow:oAe,onHide:aAe})=>{const cAe=getCurrentInstance(),{emit:uAe}=cAe,dAe=cAe.props,EAe=computed(()=>isFunction$4(dAe[$P])),gAe=computed(()=>dAe[r4]===null),pAe=bAe=>{tAe.value!==!0&&(tAe.value=!0,AAe&&(AAe.value=bAe),isFunction$4(oAe)&&oAe(bAe))},mAe=bAe=>{tAe.value!==!1&&(tAe.value=!1,AAe&&(AAe.value=bAe),isFunction$4(aAe)&&aAe(bAe))},SAe=bAe=>{if(dAe.disabled===!0||isFunction$4(nAe)&&!nAe())return;const GAe=EAe.value&&isClient$1;GAe&&uAe(x_,!0),(gAe.value||!GAe)&&pAe(bAe)},DAe=bAe=>{if(dAe.disabled===!0||!isClient$1)return;const GAe=EAe.value&&isClient$1;GAe&&uAe(x_,!1),(gAe.value||!GAe)&&mAe(bAe)},NAe=bAe=>{isBoolean(bAe)&&(dAe.disabled&&bAe?EAe.value&&uAe(x_,!1):tAe.value!==bAe&&(bAe?pAe():mAe()))},TAe=()=>{tAe.value?DAe():SAe()};return watch(()=>dAe[r4],NAe),iAe&&cAe.appContext.config.globalProperties.$route!==void 0&&watch(()=>({...cAe.proxy.$route}),()=>{iAe.value&&tAe.value&&DAe()}),onMounted(()=>{NAe(dAe[r4])}),{hide:DAe,show:SAe,toggle:TAe,hasUpdateHandler:EAe}},useModelToggleProps:z9,useModelToggleEmits:zP}},useProp=r4=>{const x_=getCurrentInstance();return computed(()=>{var $P,zP;return(zP=($P=x_==null?void 0:x_.proxy)==null?void 0:$P.$props)==null?void 0:zP[r4]})};var L$n="top",W$e="bottom",T$j="right",P$e="left",me$b="auto",Q$h=[L$n,W$e,T$j,P$e],Y$f="start",Z$f="end",Ye$9="clippingParents",je$9="viewport",ee$j="popper",Ge$8="reference",De$a=Q$h.reduce(function(r4,x_){return r4.concat([x_+"-"+Y$f,x_+"-"+Z$f])},[]),Ee$7=[].concat(Q$h,[me$b]).reduce(function(r4,x_){return r4.concat([x_,x_+"-"+Y$f,x_+"-"+Z$f])},[]),Je$9="beforeRead",Ke$a="read",Qe$9="afterRead",Ze$9="beforeMain",et$b="main",tt$b="afterMain",nt$a="beforeWrite",rt$b="write",ot$b="afterWrite",it$b=[Je$9,Ke$a,Qe$9,Ze$9,et$b,tt$b,nt$a,rt$b,ot$b];function V$i(r4){return r4?(r4.nodeName||"").toLowerCase():null}function B$n(r4){if(r4==null)return window;if(r4.toString()!=="[object Window]"){var x_=r4.ownerDocument;return x_&&x_.defaultView||window}return r4}function G$f(r4){var x_=B$n(r4).Element;return r4 instanceof x_||r4 instanceof Element}function R$k(r4){var x_=B$n(r4).HTMLElement;return r4 instanceof x_||r4 instanceof HTMLElement}function Ae$9(r4){if(typeof ShadowRoot>"u")return!1;var x_=B$n(r4).ShadowRoot;return r4 instanceof x_||r4 instanceof ShadowRoot}function Tt$b(r4){var x_=r4.state;Object.keys(x_.elements).forEach(function($P){var zP=x_.styles[$P]||{},z9=x_.attributes[$P]||{},eAe=x_.elements[$P];!R$k(eAe)||!V$i(eAe)||(Object.assign(eAe.style,zP),Object.keys(z9).forEach(function(tAe){var AAe=z9[tAe];AAe===!1?eAe.removeAttribute(tAe):eAe.setAttribute(tAe,AAe===!0?"":AAe)}))})}function Bt$9(r4){var x_=r4.state,$P={popper:{position:x_.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(x_.elements.popper.style,$P.popper),x_.styles=$P,x_.elements.arrow&&Object.assign(x_.elements.arrow.style,$P.arrow),function(){Object.keys(x_.elements).forEach(function(zP){var z9=x_.elements[zP],eAe=x_.attributes[zP]||{},tAe=Object.keys(x_.styles.hasOwnProperty(zP)?x_.styles[zP]:$P[zP]),AAe=tAe.reduce(function(iAe,nAe){return iAe[nAe]="",iAe},{});!R$k(z9)||!V$i(z9)||(Object.assign(z9.style,AAe),Object.keys(eAe).forEach(function(iAe){z9.removeAttribute(iAe)}))})}}var ke$a={name:"applyStyles",enabled:!0,phase:"write",fn:Tt$b,effect:Bt$9,requires:["computeStyles"]};function C$f(r4){return r4.split("-")[0]}var J$k=Math.max,ve$b=Math.min,te$g=Math.round;function Le$9(){var r4=navigator.userAgentData;return r4!=null&&r4.brands&&Array.isArray(r4.brands)?r4.brands.map(function(x_){return x_.brand+"/"+x_.version}).join(" "):navigator.userAgent}function at$b(){return!/^((?!chrome|android).)*safari/i.test(Le$9())}function ne$d(r4,x_,$P){x_===void 0&&(x_=!1),$P===void 0&&($P=!1);var zP=r4.getBoundingClientRect(),z9=1,eAe=1;x_&&R$k(r4)&&(z9=r4.offsetWidth>0&&te$g(zP.width)/r4.offsetWidth||1,eAe=r4.offsetHeight>0&&te$g(zP.height)/r4.offsetHeight||1);var tAe=G$f(r4)?B$n(r4):window,AAe=tAe.visualViewport,iAe=!at$b()&&$P,nAe=(zP.left+(iAe&&AAe?AAe.offsetLeft:0))/z9,oAe=(zP.top+(iAe&&AAe?AAe.offsetTop:0))/eAe,aAe=zP.width/z9,cAe=zP.height/eAe;return{width:aAe,height:cAe,top:oAe,right:nAe+aAe,bottom:oAe+cAe,left:nAe,x:nAe,y:oAe}}function Pe$8(r4){var x_=ne$d(r4),$P=r4.offsetWidth,zP=r4.offsetHeight;return Math.abs(x_.width-$P)<=1&&($P=x_.width),Math.abs(x_.height-zP)<=1&&(zP=x_.height),{x:r4.offsetLeft,y:r4.offsetTop,width:$P,height:zP}}function st$b(r4,x_){var $P=x_.getRootNode&&x_.getRootNode();if(r4.contains(x_))return!0;if($P&&Ae$9($P)){var zP=x_;do{if(zP&&r4.isSameNode(zP))return!0;zP=zP.parentNode||zP.host}while(zP)}return!1}function I$f(r4){return B$n(r4).getComputedStyle(r4)}function Rt$7(r4){return["table","td","th"].indexOf(V$i(r4))>=0}function N$j(r4){return((G$f(r4)?r4.ownerDocument:r4.document)||window.document).documentElement}function ye$9(r4){return V$i(r4)==="html"?r4:r4.assignedSlot||r4.parentNode||(Ae$9(r4)?r4.host:null)||N$j(r4)}function ft$b(r4){return!R$k(r4)||I$f(r4).position==="fixed"?null:r4.offsetParent}function Ht$9(r4){var x_=/firefox/i.test(Le$9()),$P=/Trident/i.test(Le$9());if($P&&R$k(r4)){var zP=I$f(r4);if(zP.position==="fixed")return null}var z9=ye$9(r4);for(Ae$9(z9)&&(z9=z9.host);R$k(z9)&&["html","body"].indexOf(V$i(z9))<0;){var eAe=I$f(z9);if(eAe.transform!=="none"||eAe.perspective!=="none"||eAe.contain==="paint"||["transform","perspective"].indexOf(eAe.willChange)!==-1||x_&&eAe.willChange==="filter"||x_&&eAe.filter&&eAe.filter!=="none")return z9;z9=z9.parentNode}return null}function se$d(r4){for(var x_=B$n(r4),$P=ft$b(r4);$P&&Rt$7($P)&&I$f($P).position==="static";)$P=ft$b($P);return $P&&(V$i($P)==="html"||V$i($P)==="body"&&I$f($P).position==="static")?x_:$P||Ht$9(r4)||x_}function Me$9(r4){return["top","bottom"].indexOf(r4)>=0?"x":"y"}function fe$a(r4,x_,$P){return J$k(r4,ve$b(x_,$P))}function St$a(r4,x_,$P){var zP=fe$a(r4,x_,$P);return zP>$P?$P:zP}function ct$a(){return{top:0,right:0,bottom:0,left:0}}function ut$b(r4){return Object.assign({},ct$a(),r4)}function pt$9(r4,x_){return x_.reduce(function($P,zP){return $P[zP]=r4,$P},{})}var Vt$9=function(r4,x_){return r4=typeof r4=="function"?r4(Object.assign({},x_.rects,{placement:x_.placement})):r4,ut$b(typeof r4!="number"?r4:pt$9(r4,Q$h))};function Ct$a(r4){var x_,$P=r4.state,zP=r4.name,z9=r4.options,eAe=$P.elements.arrow,tAe=$P.modifiersData.popperOffsets,AAe=C$f($P.placement),iAe=Me$9(AAe),nAe=[P$e,T$j].indexOf(AAe)>=0,oAe=nAe?"height":"width";if(!(!eAe||!tAe)){var aAe=Vt$9(z9.padding,$P),cAe=Pe$8(eAe),uAe=iAe==="y"?L$n:P$e,dAe=iAe==="y"?W$e:T$j,EAe=$P.rects.reference[oAe]+$P.rects.reference[iAe]-tAe[iAe]-$P.rects.popper[oAe],gAe=tAe[iAe]-$P.rects.reference[iAe],pAe=se$d(eAe),mAe=pAe?iAe==="y"?pAe.clientHeight||0:pAe.clientWidth||0:0,SAe=EAe/2-gAe/2,DAe=aAe[uAe],NAe=mAe-cAe[oAe]-aAe[dAe],TAe=mAe/2-cAe[oAe]/2+SAe,bAe=fe$a(DAe,TAe,NAe),GAe=iAe;$P.modifiersData[zP]=(x_={},x_[GAe]=bAe,x_.centerOffset=bAe-TAe,x_)}}function qt$a(r4){var x_=r4.state,$P=r4.options,zP=$P.element,z9=zP===void 0?"[data-popper-arrow]":zP;z9!=null&&(typeof z9=="string"&&(z9=x_.elements.popper.querySelector(z9),!z9)||st$b(x_.elements.popper,z9)&&(x_.elements.arrow=z9))}var lt$d={name:"arrow",enabled:!0,phase:"main",fn:Ct$a,effect:qt$a,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function re$j(r4){return r4.split("-")[1]}var It$8={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Nt$b(r4,x_){var $P=r4.x,zP=r4.y,z9=x_.devicePixelRatio||1;return{x:te$g($P*z9)/z9||0,y:te$g(zP*z9)/z9||0}}function dt$9(r4){var x_,$P=r4.popper,zP=r4.popperRect,z9=r4.placement,eAe=r4.variation,tAe=r4.offsets,AAe=r4.position,iAe=r4.gpuAcceleration,nAe=r4.adaptive,oAe=r4.roundOffsets,aAe=r4.isFixed,cAe=tAe.x,uAe=cAe===void 0?0:cAe,dAe=tAe.y,EAe=dAe===void 0?0:dAe,gAe=typeof oAe=="function"?oAe({x:uAe,y:EAe}):{x:uAe,y:EAe};uAe=gAe.x,EAe=gAe.y;var pAe=tAe.hasOwnProperty("x"),mAe=tAe.hasOwnProperty("y"),SAe=P$e,DAe=L$n,NAe=window;if(nAe){var TAe=se$d($P),bAe="clientHeight",GAe="clientWidth";if(TAe===B$n($P)&&(TAe=N$j($P),I$f(TAe).position!=="static"&&AAe==="absolute"&&(bAe="scrollHeight",GAe="scrollWidth")),TAe=TAe,z9===L$n||(z9===P$e||z9===T$j)&&eAe===Z$f){DAe=W$e;var LAe=aAe&&TAe===NAe&&NAe.visualViewport?NAe.visualViewport.height:TAe[bAe];EAe-=LAe-zP.height,EAe*=iAe?1:-1}if(z9===P$e||(z9===L$n||z9===W$e)&&eAe===Z$f){SAe=T$j;var wAe=aAe&&TAe===NAe&&NAe.visualViewport?NAe.visualViewport.width:TAe[GAe];uAe-=wAe-zP.width,uAe*=iAe?1:-1}}var OAe=Object.assign({position:AAe},nAe&&It$8),PAe=oAe===!0?Nt$b({x:uAe,y:EAe},B$n($P)):{x:uAe,y:EAe};if(uAe=PAe.x,EAe=PAe.y,iAe){var HAe;return Object.assign({},OAe,(HAe={},HAe[DAe]=mAe?"0":"",HAe[SAe]=pAe?"0":"",HAe.transform=(NAe.devicePixelRatio||1)<=1?"translate("+uAe+"px, "+EAe+"px)":"translate3d("+uAe+"px, "+EAe+"px, 0)",HAe))}return Object.assign({},OAe,(x_={},x_[DAe]=mAe?EAe+"px":"",x_[SAe]=pAe?uAe+"px":"",x_.transform="",x_))}function Ft$b(r4){var x_=r4.state,$P=r4.options,zP=$P.gpuAcceleration,z9=zP===void 0?!0:zP,eAe=$P.adaptive,tAe=eAe===void 0?!0:eAe,AAe=$P.roundOffsets,iAe=AAe===void 0?!0:AAe,nAe={placement:C$f(x_.placement),variation:re$j(x_.placement),popper:x_.elements.popper,popperRect:x_.rects.popper,gpuAcceleration:z9,isFixed:x_.options.strategy==="fixed"};x_.modifiersData.popperOffsets!=null&&(x_.styles.popper=Object.assign({},x_.styles.popper,dt$9(Object.assign({},nAe,{offsets:x_.modifiersData.popperOffsets,position:x_.options.strategy,adaptive:tAe,roundOffsets:iAe})))),x_.modifiersData.arrow!=null&&(x_.styles.arrow=Object.assign({},x_.styles.arrow,dt$9(Object.assign({},nAe,{offsets:x_.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:iAe})))),x_.attributes.popper=Object.assign({},x_.attributes.popper,{"data-popper-placement":x_.placement})}var We$a={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Ft$b,data:{}},ge$e={passive:!0};function Ut$8(r4){var x_=r4.state,$P=r4.instance,zP=r4.options,z9=zP.scroll,eAe=z9===void 0?!0:z9,tAe=zP.resize,AAe=tAe===void 0?!0:tAe,iAe=B$n(x_.elements.popper),nAe=[].concat(x_.scrollParents.reference,x_.scrollParents.popper);return eAe&&nAe.forEach(function(oAe){oAe.addEventListener("scroll",$P.update,ge$e)}),AAe&&iAe.addEventListener("resize",$P.update,ge$e),function(){eAe&&nAe.forEach(function(oAe){oAe.removeEventListener("scroll",$P.update,ge$e)}),AAe&&iAe.removeEventListener("resize",$P.update,ge$e)}}var Te$8={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Ut$8,data:{}},_t$a={left:"right",right:"left",bottom:"top",top:"bottom"};function be$9(r4){return r4.replace(/left|right|bottom|top/g,function(x_){return _t$a[x_]})}var zt$9={start:"end",end:"start"};function ht$b(r4){return r4.replace(/start|end/g,function(x_){return zt$9[x_]})}function Be$9(r4){var x_=B$n(r4),$P=x_.pageXOffset,zP=x_.pageYOffset;return{scrollLeft:$P,scrollTop:zP}}function Re$9(r4){return ne$d(N$j(r4)).left+Be$9(r4).scrollLeft}function Xt$8(r4,x_){var $P=B$n(r4),zP=N$j(r4),z9=$P.visualViewport,eAe=zP.clientWidth,tAe=zP.clientHeight,AAe=0,iAe=0;if(z9){eAe=z9.width,tAe=z9.height;var nAe=at$b();(nAe||!nAe&&x_==="fixed")&&(AAe=z9.offsetLeft,iAe=z9.offsetTop)}return{width:eAe,height:tAe,x:AAe+Re$9(r4),y:iAe}}function Yt$9(r4){var x_,$P=N$j(r4),zP=Be$9(r4),z9=(x_=r4.ownerDocument)==null?void 0:x_.body,eAe=J$k($P.scrollWidth,$P.clientWidth,z9?z9.scrollWidth:0,z9?z9.clientWidth:0),tAe=J$k($P.scrollHeight,$P.clientHeight,z9?z9.scrollHeight:0,z9?z9.clientHeight:0),AAe=-zP.scrollLeft+Re$9(r4),iAe=-zP.scrollTop;return I$f(z9||$P).direction==="rtl"&&(AAe+=J$k($P.clientWidth,z9?z9.clientWidth:0)-eAe),{width:eAe,height:tAe,x:AAe,y:iAe}}function He$9(r4){var x_=I$f(r4),$P=x_.overflow,zP=x_.overflowX,z9=x_.overflowY;return/auto|scroll|overlay|hidden/.test($P+z9+zP)}function mt$b(r4){return["html","body","#document"].indexOf(V$i(r4))>=0?r4.ownerDocument.body:R$k(r4)&&He$9(r4)?r4:mt$b(ye$9(r4))}function ce$a(r4,x_){var $P;x_===void 0&&(x_=[]);var zP=mt$b(r4),z9=zP===(($P=r4.ownerDocument)==null?void 0:$P.body),eAe=B$n(zP),tAe=z9?[eAe].concat(eAe.visualViewport||[],He$9(zP)?zP:[]):zP,AAe=x_.concat(tAe);return z9?AAe:AAe.concat(ce$a(ye$9(tAe)))}function Se$b(r4){return Object.assign({},r4,{left:r4.x,top:r4.y,right:r4.x+r4.width,bottom:r4.y+r4.height})}function Gt$7(r4,x_){var $P=ne$d(r4,!1,x_==="fixed");return $P.top=$P.top+r4.clientTop,$P.left=$P.left+r4.clientLeft,$P.bottom=$P.top+r4.clientHeight,$P.right=$P.left+r4.clientWidth,$P.width=r4.clientWidth,$P.height=r4.clientHeight,$P.x=$P.left,$P.y=$P.top,$P}function vt$b(r4,x_,$P){return x_===je$9?Se$b(Xt$8(r4,$P)):G$f(x_)?Gt$7(x_,$P):Se$b(Yt$9(N$j(r4)))}function Jt$9(r4){var x_=ce$a(ye$9(r4)),$P=["absolute","fixed"].indexOf(I$f(r4).position)>=0,zP=$P&&R$k(r4)?se$d(r4):r4;return G$f(zP)?x_.filter(function(z9){return G$f(z9)&&st$b(z9,zP)&&V$i(z9)!=="body"}):[]}function Kt$8(r4,x_,$P,zP){var z9=x_==="clippingParents"?Jt$9(r4):[].concat(x_),eAe=[].concat(z9,[$P]),tAe=eAe[0],AAe=eAe.reduce(function(iAe,nAe){var oAe=vt$b(r4,nAe,zP);return iAe.top=J$k(oAe.top,iAe.top),iAe.right=ve$b(oAe.right,iAe.right),iAe.bottom=ve$b(oAe.bottom,iAe.bottom),iAe.left=J$k(oAe.left,iAe.left),iAe},vt$b(r4,tAe,zP));return AAe.width=AAe.right-AAe.left,AAe.height=AAe.bottom-AAe.top,AAe.x=AAe.left,AAe.y=AAe.top,AAe}function yt$a(r4){var x_=r4.reference,$P=r4.element,zP=r4.placement,z9=zP?C$f(zP):null,eAe=zP?re$j(zP):null,tAe=x_.x+x_.width/2-$P.width/2,AAe=x_.y+x_.height/2-$P.height/2,iAe;switch(z9){case L$n:iAe={x:tAe,y:x_.y-$P.height};break;case W$e:iAe={x:tAe,y:x_.y+x_.height};break;case T$j:iAe={x:x_.x+x_.width,y:AAe};break;case P$e:iAe={x:x_.x-$P.width,y:AAe};break;default:iAe={x:x_.x,y:x_.y}}var nAe=z9?Me$9(z9):null;if(nAe!=null){var oAe=nAe==="y"?"height":"width";switch(eAe){case Y$f:iAe[nAe]=iAe[nAe]-(x_[oAe]/2-$P[oAe]/2);break;case Z$f:iAe[nAe]=iAe[nAe]+(x_[oAe]/2-$P[oAe]/2);break}}return iAe}function oe$d(r4,x_){x_===void 0&&(x_={});var $P=x_,zP=$P.placement,z9=zP===void 0?r4.placement:zP,eAe=$P.strategy,tAe=eAe===void 0?r4.strategy:eAe,AAe=$P.boundary,iAe=AAe===void 0?Ye$9:AAe,nAe=$P.rootBoundary,oAe=nAe===void 0?je$9:nAe,aAe=$P.elementContext,cAe=aAe===void 0?ee$j:aAe,uAe=$P.altBoundary,dAe=uAe===void 0?!1:uAe,EAe=$P.padding,gAe=EAe===void 0?0:EAe,pAe=ut$b(typeof gAe!="number"?gAe:pt$9(gAe,Q$h)),mAe=cAe===ee$j?Ge$8:ee$j,SAe=r4.rects.popper,DAe=r4.elements[dAe?mAe:cAe],NAe=Kt$8(G$f(DAe)?DAe:DAe.contextElement||N$j(r4.elements.popper),iAe,oAe,tAe),TAe=ne$d(r4.elements.reference),bAe=yt$a({reference:TAe,element:SAe,placement:z9}),GAe=Se$b(Object.assign({},SAe,bAe)),LAe=cAe===ee$j?GAe:TAe,wAe={top:NAe.top-LAe.top+pAe.top,bottom:LAe.bottom-NAe.bottom+pAe.bottom,left:NAe.left-LAe.left+pAe.left,right:LAe.right-NAe.right+pAe.right},OAe=r4.modifiersData.offset;if(cAe===ee$j&&OAe){var PAe=OAe[z9];Object.keys(wAe).forEach(function(HAe){var zAe=[T$j,W$e].indexOf(HAe)>=0?1:-1,eIe=[L$n,W$e].indexOf(HAe)>=0?"y":"x";wAe[HAe]+=PAe[eIe]*zAe})}return wAe}function Qt$a(r4,x_){x_===void 0&&(x_={});var $P=x_,zP=$P.placement,z9=$P.boundary,eAe=$P.rootBoundary,tAe=$P.padding,AAe=$P.flipVariations,iAe=$P.allowedAutoPlacements,nAe=iAe===void 0?Ee$7:iAe,oAe=re$j(zP),aAe=oAe?AAe?De$a:De$a.filter(function(dAe){return re$j(dAe)===oAe}):Q$h,cAe=aAe.filter(function(dAe){return nAe.indexOf(dAe)>=0});cAe.length===0&&(cAe=aAe);var uAe=cAe.reduce(function(dAe,EAe){return dAe[EAe]=oe$d(r4,{placement:EAe,boundary:z9,rootBoundary:eAe,padding:tAe})[C$f(EAe)],dAe},{});return Object.keys(uAe).sort(function(dAe,EAe){return uAe[dAe]-uAe[EAe]})}function Zt$7(r4){if(C$f(r4)===me$b)return[];var x_=be$9(r4);return[ht$b(r4),x_,ht$b(x_)]}function en$5(r4){var x_=r4.state,$P=r4.options,zP=r4.name;if(!x_.modifiersData[zP]._skip){for(var z9=$P.mainAxis,eAe=z9===void 0?!0:z9,tAe=$P.altAxis,AAe=tAe===void 0?!0:tAe,iAe=$P.fallbackPlacements,nAe=$P.padding,oAe=$P.boundary,aAe=$P.rootBoundary,cAe=$P.altBoundary,uAe=$P.flipVariations,dAe=uAe===void 0?!0:uAe,EAe=$P.allowedAutoPlacements,gAe=x_.options.placement,pAe=C$f(gAe),mAe=pAe===gAe,SAe=iAe||(mAe||!dAe?[be$9(gAe)]:Zt$7(gAe)),DAe=[gAe].concat(SAe).reduce(function(pIe,_Ie){return pIe.concat(C$f(_Ie)===me$b?Qt$a(x_,{placement:_Ie,boundary:oAe,rootBoundary:aAe,padding:nAe,flipVariations:dAe,allowedAutoPlacements:EAe}):_Ie)},[]),NAe=x_.rects.reference,TAe=x_.rects.popper,bAe=new Map,GAe=!0,LAe=DAe[0],wAe=0;wAe=0,eIe=zAe?"width":"height",iIe=oe$d(x_,{placement:OAe,boundary:oAe,rootBoundary:aAe,altBoundary:cAe,padding:nAe}),rIe=zAe?HAe?T$j:P$e:HAe?W$e:L$n;NAe[eIe]>TAe[eIe]&&(rIe=be$9(rIe));var AIe=be$9(rIe),XAe=[];if(eAe&&XAe.push(iIe[PAe]<=0),AAe&&XAe.push(iIe[rIe]<=0,iIe[AIe]<=0),XAe.every(function(pIe){return pIe})){LAe=OAe,GAe=!1;break}bAe.set(OAe,XAe)}if(GAe)for(var EIe=dAe?3:1,hIe=function(pIe){var _Ie=DAe.find(function(SIe){var yIe=bAe.get(SIe);if(yIe)return yIe.slice(0,pIe).every(function(OIe){return OIe})});if(_Ie)return LAe=_Ie,"break"},tIe=EIe;tIe>0;tIe--){var gIe=hIe(tIe);if(gIe==="break")break}x_.placement!==LAe&&(x_.modifiersData[zP]._skip=!0,x_.placement=LAe,x_.reset=!0)}}var gt$a={name:"flip",enabled:!0,phase:"main",fn:en$5,requiresIfExists:["offset"],data:{_skip:!1}};function bt$a(r4,x_,$P){return $P===void 0&&($P={x:0,y:0}),{top:r4.top-x_.height-$P.y,right:r4.right-x_.width+$P.x,bottom:r4.bottom-x_.height+$P.y,left:r4.left-x_.width-$P.x}}function wt$b(r4){return[L$n,T$j,W$e,P$e].some(function(x_){return r4[x_]>=0})}function tn$5(r4){var x_=r4.state,$P=r4.name,zP=x_.rects.reference,z9=x_.rects.popper,eAe=x_.modifiersData.preventOverflow,tAe=oe$d(x_,{elementContext:"reference"}),AAe=oe$d(x_,{altBoundary:!0}),iAe=bt$a(tAe,zP),nAe=bt$a(AAe,z9,eAe),oAe=wt$b(iAe),aAe=wt$b(nAe);x_.modifiersData[$P]={referenceClippingOffsets:iAe,popperEscapeOffsets:nAe,isReferenceHidden:oAe,hasPopperEscaped:aAe},x_.attributes.popper=Object.assign({},x_.attributes.popper,{"data-popper-reference-hidden":oAe,"data-popper-escaped":aAe})}var xt$9={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:tn$5};function nn$5(r4,x_,$P){var zP=C$f(r4),z9=[P$e,L$n].indexOf(zP)>=0?-1:1,eAe=typeof $P=="function"?$P(Object.assign({},x_,{placement:r4})):$P,tAe=eAe[0],AAe=eAe[1];return tAe=tAe||0,AAe=(AAe||0)*z9,[P$e,T$j].indexOf(zP)>=0?{x:AAe,y:tAe}:{x:tAe,y:AAe}}function rn$5(r4){var x_=r4.state,$P=r4.options,zP=r4.name,z9=$P.offset,eAe=z9===void 0?[0,0]:z9,tAe=Ee$7.reduce(function(oAe,aAe){return oAe[aAe]=nn$5(aAe,x_.rects,eAe),oAe},{}),AAe=tAe[x_.placement],iAe=AAe.x,nAe=AAe.y;x_.modifiersData.popperOffsets!=null&&(x_.modifiersData.popperOffsets.x+=iAe,x_.modifiersData.popperOffsets.y+=nAe),x_.modifiersData[zP]=tAe}var Ot$b={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:rn$5};function on$6(r4){var x_=r4.state,$P=r4.name;x_.modifiersData[$P]=yt$a({reference:x_.rects.reference,element:x_.rects.popper,placement:x_.placement})}var Ve$9={name:"popperOffsets",enabled:!0,phase:"read",fn:on$6,data:{}};function an$6(r4){return r4==="x"?"y":"x"}function sn$6(r4){var x_=r4.state,$P=r4.options,zP=r4.name,z9=$P.mainAxis,eAe=z9===void 0?!0:z9,tAe=$P.altAxis,AAe=tAe===void 0?!1:tAe,iAe=$P.boundary,nAe=$P.rootBoundary,oAe=$P.altBoundary,aAe=$P.padding,cAe=$P.tether,uAe=cAe===void 0?!0:cAe,dAe=$P.tetherOffset,EAe=dAe===void 0?0:dAe,gAe=oe$d(x_,{boundary:iAe,rootBoundary:nAe,padding:aAe,altBoundary:oAe}),pAe=C$f(x_.placement),mAe=re$j(x_.placement),SAe=!mAe,DAe=Me$9(pAe),NAe=an$6(DAe),TAe=x_.modifiersData.popperOffsets,bAe=x_.rects.reference,GAe=x_.rects.popper,LAe=typeof EAe=="function"?EAe(Object.assign({},x_.rects,{placement:x_.placement})):EAe,wAe=typeof LAe=="number"?{mainAxis:LAe,altAxis:LAe}:Object.assign({mainAxis:0,altAxis:0},LAe),OAe=x_.modifiersData.offset?x_.modifiersData.offset[x_.placement]:null,PAe={x:0,y:0};if(TAe){if(eAe){var HAe,zAe=DAe==="y"?L$n:P$e,eIe=DAe==="y"?W$e:T$j,iIe=DAe==="y"?"height":"width",rIe=TAe[DAe],AIe=rIe+gAe[zAe],XAe=rIe-gAe[eIe],EIe=uAe?-GAe[iIe]/2:0,hIe=mAe===Y$f?bAe[iIe]:GAe[iIe],tIe=mAe===Y$f?-GAe[iIe]:-bAe[iIe],gIe=x_.elements.arrow,pIe=uAe&&gIe?Pe$8(gIe):{width:0,height:0},_Ie=x_.modifiersData["arrow#persistent"]?x_.modifiersData["arrow#persistent"].padding:ct$a(),SIe=_Ie[zAe],yIe=_Ie[eIe],OIe=fe$a(0,bAe[iIe],pIe[iIe]),HIe=SAe?bAe[iIe]/2-EIe-OIe-SIe-wAe.mainAxis:hIe-OIe-SIe-wAe.mainAxis,PIe=SAe?-bAe[iIe]/2+EIe+OIe+yIe+wAe.mainAxis:tIe+OIe+yIe+wAe.mainAxis,LIe=x_.elements.arrow&&se$d(x_.elements.arrow),oEe=LIe?DAe==="y"?LIe.clientTop||0:LIe.clientLeft||0:0,JIe=(HAe=OAe==null?void 0:OAe[DAe])!=null?HAe:0,XIe=rIe+HIe-JIe-oEe,zIe=rIe+PIe-JIe,YIe=fe$a(uAe?ve$b(AIe,XIe):AIe,rIe,uAe?J$k(XAe,zIe):XAe);TAe[DAe]=YIe,PAe[DAe]=YIe-rIe}if(AAe){var uEe,NEe=DAe==="x"?L$n:P$e,MEe=DAe==="x"?W$e:T$j,FEe=TAe[NAe],vEe=NAe==="y"?"height":"width",yEe=FEe+gAe[NEe],VEe=FEe-gAe[MEe],UEe=[L$n,P$e].indexOf(pAe)!==-1,UCe=(uEe=OAe==null?void 0:OAe[NAe])!=null?uEe:0,CCe=UEe?yEe:FEe-bAe[vEe]-GAe[vEe]-UCe+wAe.altAxis,fCe=UEe?FEe+bAe[vEe]+GAe[vEe]-UCe-wAe.altAxis:VEe,VCe=uAe&&UEe?St$a(CCe,FEe,fCe):fe$a(uAe?CCe:yEe,FEe,uAe?fCe:VEe);TAe[NAe]=VCe,PAe[NAe]=VCe-FEe}x_.modifiersData[zP]=PAe}}var $t$b={name:"preventOverflow",enabled:!0,phase:"main",fn:sn$6,requiresIfExists:["offset"]};function fn$6(r4){return{scrollLeft:r4.scrollLeft,scrollTop:r4.scrollTop}}function cn$6(r4){return r4===B$n(r4)||!R$k(r4)?Be$9(r4):fn$6(r4)}function un$6(r4){var x_=r4.getBoundingClientRect(),$P=te$g(x_.width)/r4.offsetWidth||1,zP=te$g(x_.height)/r4.offsetHeight||1;return $P!==1||zP!==1}function pn$6(r4,x_,$P){$P===void 0&&($P=!1);var zP=R$k(x_),z9=R$k(x_)&&un$6(x_),eAe=N$j(x_),tAe=ne$d(r4,z9,$P),AAe={scrollLeft:0,scrollTop:0},iAe={x:0,y:0};return(zP||!zP&&!$P)&&((V$i(x_)!=="body"||He$9(eAe))&&(AAe=cn$6(x_)),R$k(x_)?(iAe=ne$d(x_,!0),iAe.x+=x_.clientLeft,iAe.y+=x_.clientTop):eAe&&(iAe.x=Re$9(eAe))),{x:tAe.left+AAe.scrollLeft-iAe.x,y:tAe.top+AAe.scrollTop-iAe.y,width:tAe.width,height:tAe.height}}function ln$7(r4){var x_=new Map,$P=new Set,zP=[];r4.forEach(function(eAe){x_.set(eAe.name,eAe)});function z9(eAe){$P.add(eAe.name);var tAe=[].concat(eAe.requires||[],eAe.requiresIfExists||[]);tAe.forEach(function(AAe){if(!$P.has(AAe)){var iAe=x_.get(AAe);iAe&&z9(iAe)}}),zP.push(eAe)}return r4.forEach(function(eAe){$P.has(eAe.name)||z9(eAe)}),zP}function dn$6(r4){var x_=ln$7(r4);return it$b.reduce(function($P,zP){return $P.concat(x_.filter(function(z9){return z9.phase===zP}))},[])}function hn$6(r4){var x_;return function(){return x_||(x_=new Promise(function($P){Promise.resolve().then(function(){x_=void 0,$P(r4())})})),x_}}function mn$6(r4){var x_=r4.reduce(function($P,zP){var z9=$P[zP.name];return $P[zP.name]=z9?Object.assign({},z9,zP,{options:Object.assign({},z9.options,zP.options),data:Object.assign({},z9.data,zP.data)}):zP,$P},{});return Object.keys(x_).map(function($P){return x_[$P]})}var jt$a={placement:"bottom",modifiers:[],strategy:"absolute"};function Dt$a(){for(var r4=arguments.length,x_=new Array(r4),$P=0;$P{const zP={name:"updateState",enabled:!0,phase:"write",fn:({state:iAe})=>{const nAe=deriveState(iAe);Object.assign(tAe.value,nAe)},requires:["computeStyles"]},z9=computed(()=>{const{onFirstUpdate:iAe,placement:nAe,strategy:oAe,modifiers:aAe}=unref($P);return{onFirstUpdate:iAe,placement:nAe||"bottom",strategy:oAe||"absolute",modifiers:[...aAe||[],zP,{name:"applyStyles",enabled:!1}]}}),eAe=shallowRef(),tAe=ref({styles:{popper:{position:unref(z9).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),AAe=()=>{eAe.value&&(eAe.value.destroy(),eAe.value=void 0)};return watch(z9,iAe=>{const nAe=unref(eAe);nAe&&nAe.setOptions(iAe)},{deep:!0}),watch([r4,x_],([iAe,nAe])=>{AAe(),!(!iAe||!nAe)&&(eAe.value=wn$6(iAe,nAe,unref(z9)))}),onBeforeUnmount(()=>{AAe()}),{state:computed(()=>{var iAe;return{...((iAe=unref(eAe))==null?void 0:iAe.state)||{}}}),styles:computed(()=>unref(tAe).styles),attributes:computed(()=>unref(tAe).attributes),update:()=>{var iAe;return(iAe=unref(eAe))==null?void 0:iAe.update()},forceUpdate:()=>{var iAe;return(iAe=unref(eAe))==null?void 0:iAe.forceUpdate()},instanceRef:computed(()=>unref(eAe))}};function deriveState(r4){const x_=Object.keys(r4.elements);return{styles:fromPairs(x_.map($P=>[$P,r4.styles[$P]||{}])),attributes:fromPairs(x_.map($P=>[$P,r4.attributes[$P]]))}}const useSameTarget=r4=>{if(!r4)return{onClick:NOOP,onMousedown:NOOP,onMouseup:NOOP};let x_=!1,$P=!1;return{onClick:tAe=>{x_&&$P&&r4(tAe),x_=$P=!1},onMousedown:tAe=>{x_=tAe.target===tAe.currentTarget},onMouseup:tAe=>{$P=tAe.target===tAe.currentTarget}}},useThrottleRender=(r4,x_=0)=>{if(x_===0)return r4;const $P=ref(isObject$9(x_)&&!!x_.initVal);let zP=null;const z9=tAe=>{if(isUndefined(tAe)){$P.value=r4.value;return}zP&&clearTimeout(zP),zP=setTimeout(()=>{$P.value=r4.value},tAe)},eAe=tAe=>{tAe==="leading"?isNumber$2(x_)?z9(x_):z9(x_.leading):isObject$9(x_)?z9(x_.trailing):$P.value=!1};return onMounted(()=>eAe("leading")),watch(()=>r4.value,tAe=>{eAe(tAe?"leading":"trailing")}),$P};function useTimeout(){let r4;const x_=(zP,z9)=>{$P(),r4=globalThis.setTimeout(zP,z9)},$P=()=>{r4!==void 0&&(globalThis.clearTimeout(r4),r4=void 0)};return tryOnScopeDispose$1(()=>$P()),{registerTimeout:x_,cancelTimeout:$P}}const defaultIdInjection={prefix:Math.floor(Math.random()*1e4),current:0},ID_INJECTION_KEY=Symbol("elIdInjection"),useIdInjection=()=>getCurrentInstance()?inject(ID_INJECTION_KEY,defaultIdInjection):defaultIdInjection,useId=r4=>{const x_=useIdInjection();!isClient$1&&x_===defaultIdInjection&&debugWarn("IdInjection",`Looks like you are using server rendering, you must provide a id provider to ensure the hydration process to be succeed usage: app.provide(ID_INJECTION_KEY, { prefix: number, current: number, })`);const $P=useGetDerivedNamespace();return computedEager(()=>unref(r4)||`${$P.value}-id-${x_.prefix}-${x_.current++}`)};let registeredEscapeHandlers=[];const cachedHandler=r4=>{getEventCode(r4)===EVENT_CODE.esc&®isteredEscapeHandlers.forEach(x_=>x_(r4))},useEscapeKeydown=r4=>{onMounted(()=>{registeredEscapeHandlers.length===0&&document.addEventListener("keydown",cachedHandler),isClient$1&®isteredEscapeHandlers.push(r4)}),onBeforeUnmount(()=>{registeredEscapeHandlers=registeredEscapeHandlers.filter(x_=>x_!==r4),registeredEscapeHandlers.length===0&&isClient$1&&document.removeEventListener("keydown",cachedHandler)})},usePopperContainerId=()=>{const r4=useGetDerivedNamespace(),x_=useIdInjection(),$P=computed(()=>`${r4.value}-popper-container-${x_.prefix}`);return{id:$P,selector:computed(()=>`#${$P.value}`)}},createContainer$1=r4=>{const x_=document.createElement("div");return x_.id=r4,document.body.appendChild(x_),x_},usePopperContainer=()=>{const{id:r4,selector:x_}=usePopperContainerId();return onBeforeMount(()=>{isClient$1&&(document.body.querySelector(x_.value)||createContainer$1(r4.value))}),{id:r4,selector:x_}},useDelayedToggleProps=buildProps$1({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),useDelayedToggle=({showAfter:r4,hideAfter:x_,autoClose:$P,open:zP,close:z9})=>{const{registerTimeout:eAe}=useTimeout(),{registerTimeout:tAe,cancelTimeout:AAe}=useTimeout();return{onOpen:(oAe,aAe=unref(r4))=>{eAe(()=>{zP(oAe);const cAe=unref($P);isNumber$2(cAe)&&cAe>0&&tAe(()=>{z9(oAe)},cAe)},aAe)},onClose:(oAe,aAe=unref(x_))=>{AAe(),eAe(()=>{z9(oAe)},aAe)}}},FORWARD_REF_INJECTION_KEY=Symbol("elForwardRef"),useForwardRef=r4=>{provide(FORWARD_REF_INJECTION_KEY,{setForwardRef:$P=>{r4.value=$P}})},useForwardRefDirective=r4=>({mounted(x_){r4(x_)},updated(x_){r4(x_)},unmounted(){r4(null)}}),initial={current:0},zIndex$1=ref(0),defaultInitialZIndex=2e3,ZINDEX_INJECTION_KEY=Symbol("elZIndexContextKey"),zIndexContextKey=Symbol("zIndexContextKey"),useZIndex=r4=>{const x_=getCurrentInstance()?inject(ZINDEX_INJECTION_KEY,initial):initial,$P=r4||(getCurrentInstance()?inject(zIndexContextKey,void 0):void 0),zP=computed(()=>{const tAe=unref($P);return isNumber$2(tAe)?tAe:defaultInitialZIndex}),z9=computed(()=>zP.value+zIndex$1.value),eAe=()=>(x_.current++,zIndex$1.value=x_.current,z9.value);return!isClient$1&&!inject(ZINDEX_INJECTION_KEY)&&debugWarn("ZIndexInjection",`Looks like you are using server rendering, you must provide a z-index provider to ensure the hydration process to be succeed usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`),{initialZIndex:zP,currentZIndex:z9,nextZIndex:eAe}},min$3=Math.min,max$4=Math.max,round$4=Math.round,floor$1=Math.floor,createCoords=r4=>({x:r4,y:r4}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"};function clamp$1(r4,x_,$P){return max$4(r4,min$3(x_,$P))}function evaluate(r4,x_){return typeof r4=="function"?r4(x_):r4}function getSide(r4){return r4.split("-")[0]}function getAlignment(r4){return r4.split("-")[1]}function getOppositeAxis(r4){return r4==="x"?"y":"x"}function getAxisLength(r4){return r4==="y"?"height":"width"}function getSideAxis(r4){const x_=r4[0];return x_==="t"||x_==="b"?"y":"x"}function getAlignmentAxis(r4){return getOppositeAxis(getSideAxis(r4))}function getAlignmentSides(r4,x_,$P){$P===void 0&&($P=!1);const zP=getAlignment(r4),z9=getAlignmentAxis(r4),eAe=getAxisLength(z9);let tAe=z9==="x"?zP===($P?"end":"start")?"right":"left":zP==="start"?"bottom":"top";return x_.reference[eAe]>x_.floating[eAe]&&(tAe=getOppositePlacement(tAe)),[tAe,getOppositePlacement(tAe)]}function getExpandedPlacements(r4){const x_=getOppositePlacement(r4);return[getOppositeAlignmentPlacement(r4),x_,getOppositeAlignmentPlacement(x_)]}function getOppositeAlignmentPlacement(r4){return r4.includes("start")?r4.replace("start","end"):r4.replace("end","start")}const lrPlacement=["left","right"],rlPlacement=["right","left"],tbPlacement=["top","bottom"],btPlacement=["bottom","top"];function getSideList(r4,x_,$P){switch(r4){case"top":case"bottom":return $P?x_?rlPlacement:lrPlacement:x_?lrPlacement:rlPlacement;case"left":case"right":return x_?tbPlacement:btPlacement;default:return[]}}function getOppositeAxisPlacements(r4,x_,$P,zP){const z9=getAlignment(r4);let eAe=getSideList(getSide(r4),$P==="start",zP);return z9&&(eAe=eAe.map(tAe=>tAe+"-"+z9),x_&&(eAe=eAe.concat(eAe.map(getOppositeAlignmentPlacement)))),eAe}function getOppositePlacement(r4){const x_=getSide(r4);return oppositeSideMap[x_]+r4.slice(x_.length)}function expandPaddingObject(r4){return{top:0,right:0,bottom:0,left:0,...r4}}function getPaddingObject(r4){return typeof r4!="number"?expandPaddingObject(r4):{top:r4,right:r4,bottom:r4,left:r4}}function rectToClientRect(r4){const{x:x_,y:$P,width:zP,height:z9}=r4;return{width:zP,height:z9,top:$P,left:x_,right:x_+zP,bottom:$P+z9,x:x_,y:$P}}function computeCoordsFromPlacement(r4,x_,$P){let{reference:zP,floating:z9}=r4;const eAe=getSideAxis(x_),tAe=getAlignmentAxis(x_),AAe=getAxisLength(tAe),iAe=getSide(x_),nAe=eAe==="y",oAe=zP.x+zP.width/2-z9.width/2,aAe=zP.y+zP.height/2-z9.height/2,cAe=zP[AAe]/2-z9[AAe]/2;let uAe;switch(iAe){case"top":uAe={x:oAe,y:zP.y-z9.height};break;case"bottom":uAe={x:oAe,y:zP.y+zP.height};break;case"right":uAe={x:zP.x+zP.width,y:aAe};break;case"left":uAe={x:zP.x-z9.width,y:aAe};break;default:uAe={x:zP.x,y:zP.y}}switch(getAlignment(x_)){case"start":uAe[tAe]-=cAe*($P&&nAe?-1:1);break;case"end":uAe[tAe]+=cAe*($P&&nAe?-1:1);break}return uAe}async function detectOverflow$1(r4,x_){var $P;x_===void 0&&(x_={});const{x:zP,y:z9,platform:eAe,rects:tAe,elements:AAe,strategy:iAe}=r4,{boundary:nAe="clippingAncestors",rootBoundary:oAe="viewport",elementContext:aAe="floating",altBoundary:cAe=!1,padding:uAe=0}=evaluate(x_,r4),dAe=getPaddingObject(uAe),gAe=AAe[cAe?aAe==="floating"?"reference":"floating":aAe],pAe=rectToClientRect(await eAe.getClippingRect({element:($P=await(eAe.isElement==null?void 0:eAe.isElement(gAe)))==null||$P?gAe:gAe.contextElement||await(eAe.getDocumentElement==null?void 0:eAe.getDocumentElement(AAe.floating)),boundary:nAe,rootBoundary:oAe,strategy:iAe})),mAe=aAe==="floating"?{x:zP,y:z9,width:tAe.floating.width,height:tAe.floating.height}:tAe.reference,SAe=await(eAe.getOffsetParent==null?void 0:eAe.getOffsetParent(AAe.floating)),DAe=await(eAe.isElement==null?void 0:eAe.isElement(SAe))?await(eAe.getScale==null?void 0:eAe.getScale(SAe))||{x:1,y:1}:{x:1,y:1},NAe=rectToClientRect(eAe.convertOffsetParentRelativeRectToViewportRelativeRect?await eAe.convertOffsetParentRelativeRectToViewportRelativeRect({elements:AAe,rect:mAe,offsetParent:SAe,strategy:iAe}):mAe);return{top:(pAe.top-NAe.top+dAe.top)/DAe.y,bottom:(NAe.bottom-pAe.bottom+dAe.bottom)/DAe.y,left:(pAe.left-NAe.left+dAe.left)/DAe.x,right:(NAe.right-pAe.right+dAe.right)/DAe.x}}const MAX_RESET_COUNT=50,computePosition$1=async(r4,x_,$P)=>{const{placement:zP="bottom",strategy:z9="absolute",middleware:eAe=[],platform:tAe}=$P,AAe=tAe.detectOverflow?tAe:{...tAe,detectOverflow:detectOverflow$1},iAe=await(tAe.isRTL==null?void 0:tAe.isRTL(x_));let nAe=await tAe.getElementRects({reference:r4,floating:x_,strategy:z9}),{x:oAe,y:aAe}=computeCoordsFromPlacement(nAe,zP,iAe),cAe=zP,uAe=0;const dAe={};for(let EAe=0;EAe({name:"arrow",options:r4,async fn(x_){const{x:$P,y:zP,placement:z9,rects:eAe,platform:tAe,elements:AAe,middlewareData:iAe}=x_,{element:nAe,padding:oAe=0}=evaluate(r4,x_)||{};if(nAe==null)return{};const aAe=getPaddingObject(oAe),cAe={x:$P,y:zP},uAe=getAlignmentAxis(z9),dAe=getAxisLength(uAe),EAe=await tAe.getDimensions(nAe),gAe=uAe==="y",pAe=gAe?"top":"left",mAe=gAe?"bottom":"right",SAe=gAe?"clientHeight":"clientWidth",DAe=eAe.reference[dAe]+eAe.reference[uAe]-cAe[uAe]-eAe.floating[dAe],NAe=cAe[uAe]-eAe.reference[uAe],TAe=await(tAe.getOffsetParent==null?void 0:tAe.getOffsetParent(nAe));let bAe=TAe?TAe[SAe]:0;(!bAe||!await(tAe.isElement==null?void 0:tAe.isElement(TAe)))&&(bAe=AAe.floating[SAe]||eAe.floating[dAe]);const GAe=DAe/2-NAe/2,LAe=bAe/2-EAe[dAe]/2-1,wAe=min$3(aAe[pAe],LAe),OAe=min$3(aAe[mAe],LAe),PAe=wAe,HAe=bAe-EAe[dAe]-OAe,zAe=bAe/2-EAe[dAe]/2+GAe,eIe=clamp$1(PAe,zAe,HAe),iIe=!iAe.arrow&&getAlignment(z9)!=null&&zAe!==eIe&&eAe.reference[dAe]/2-(zAezAe<=0)){var OAe,PAe;const zAe=(((OAe=eAe.flip)==null?void 0:OAe.index)||0)+1,eIe=bAe[zAe];if(eIe&&(!(aAe==="alignment"?mAe!==getSideAxis(eIe):!1)||wAe.every(AIe=>getSideAxis(AIe.placement)===mAe?AIe.overflows[0]>0:!0)))return{data:{index:zAe,overflows:wAe},reset:{placement:eIe}};let iIe=(PAe=wAe.filter(rIe=>rIe.overflows[0]<=0).sort((rIe,AIe)=>rIe.overflows[1]-AIe.overflows[1])[0])==null?void 0:PAe.placement;if(!iIe)switch(uAe){case"bestFit":{var HAe;const rIe=(HAe=wAe.filter(AIe=>{if(TAe){const XAe=getSideAxis(AIe.placement);return XAe===mAe||XAe==="y"}return!0}).map(AIe=>[AIe.placement,AIe.overflows.filter(XAe=>XAe>0).reduce((XAe,EIe)=>XAe+EIe,0)]).sort((AIe,XAe)=>AIe[1]-XAe[1])[0])==null?void 0:HAe[0];rIe&&(iIe=rIe);break}case"initialPlacement":iIe=AAe;break}if(z9!==iIe)return{reset:{placement:iIe}}}return{}}}},originSides=new Set(["left","top"]);async function convertValueToCoords(r4,x_){const{placement:$P,platform:zP,elements:z9}=r4,eAe=await(zP.isRTL==null?void 0:zP.isRTL(z9.floating)),tAe=getSide($P),AAe=getAlignment($P),iAe=getSideAxis($P)==="y",nAe=originSides.has(tAe)?-1:1,oAe=eAe&&iAe?-1:1,aAe=evaluate(x_,r4);let{mainAxis:cAe,crossAxis:uAe,alignmentAxis:dAe}=typeof aAe=="number"?{mainAxis:aAe,crossAxis:0,alignmentAxis:null}:{mainAxis:aAe.mainAxis||0,crossAxis:aAe.crossAxis||0,alignmentAxis:aAe.alignmentAxis};return AAe&&typeof dAe=="number"&&(uAe=AAe==="end"?dAe*-1:dAe),iAe?{x:uAe*oAe,y:cAe*nAe}:{x:cAe*nAe,y:uAe*oAe}}const offset$1=function(r4){return r4===void 0&&(r4=0),{name:"offset",options:r4,async fn(x_){var $P,zP;const{x:z9,y:eAe,placement:tAe,middlewareData:AAe}=x_,iAe=await convertValueToCoords(x_,r4);return tAe===(($P=AAe.offset)==null?void 0:$P.placement)&&(zP=AAe.arrow)!=null&&zP.alignmentOffset?{}:{x:z9+iAe.x,y:eAe+iAe.y,data:{...iAe,placement:tAe}}}}},shift$1=function(r4){return r4===void 0&&(r4={}),{name:"shift",options:r4,async fn(x_){const{x:$P,y:zP,placement:z9,platform:eAe}=x_,{mainAxis:tAe=!0,crossAxis:AAe=!1,limiter:iAe={fn:pAe=>{let{x:mAe,y:SAe}=pAe;return{x:mAe,y:SAe}}},...nAe}=evaluate(r4,x_),oAe={x:$P,y:zP},aAe=await eAe.detectOverflow(x_,nAe),cAe=getSideAxis(getSide(z9)),uAe=getOppositeAxis(cAe);let dAe=oAe[uAe],EAe=oAe[cAe];if(tAe){const pAe=uAe==="y"?"top":"left",mAe=uAe==="y"?"bottom":"right",SAe=dAe+aAe[pAe],DAe=dAe-aAe[mAe];dAe=clamp$1(SAe,dAe,DAe)}if(AAe){const pAe=cAe==="y"?"top":"left",mAe=cAe==="y"?"bottom":"right",SAe=EAe+aAe[pAe],DAe=EAe-aAe[mAe];EAe=clamp$1(SAe,EAe,DAe)}const gAe=iAe.fn({...x_,[uAe]:dAe,[cAe]:EAe});return{...gAe,data:{x:gAe.x-$P,y:gAe.y-zP,enabled:{[uAe]:tAe,[cAe]:AAe}}}}}};function hasWindow(){return typeof window<"u"}function getNodeName(r4){return isNode(r4)?(r4.nodeName||"").toLowerCase():"#document"}function getWindow(r4){var x_;return(r4==null||(x_=r4.ownerDocument)==null?void 0:x_.defaultView)||window}function getDocumentElement(r4){var x_;return(x_=(isNode(r4)?r4.ownerDocument:r4.document)||window.document)==null?void 0:x_.documentElement}function isNode(r4){return hasWindow()?r4 instanceof Node||r4 instanceof getWindow(r4).Node:!1}function isElement(r4){return hasWindow()?r4 instanceof Element||r4 instanceof getWindow(r4).Element:!1}function isHTMLElement$1(r4){return hasWindow()?r4 instanceof HTMLElement||r4 instanceof getWindow(r4).HTMLElement:!1}function isShadowRoot(r4){return!hasWindow()||typeof ShadowRoot>"u"?!1:r4 instanceof ShadowRoot||r4 instanceof getWindow(r4).ShadowRoot}function isOverflowElement(r4){const{overflow:x_,overflowX:$P,overflowY:zP,display:z9}=getComputedStyle$3(r4);return/auto|scroll|overlay|hidden|clip/.test(x_+zP+$P)&&z9!=="inline"&&z9!=="contents"}function isTableElement(r4){return/^(table|td|th)$/.test(getNodeName(r4))}function isTopLayer(r4){try{if(r4.matches(":popover-open"))return!0}catch{}try{return r4.matches(":modal")}catch{return!1}}const willChangeRe=/transform|translate|scale|rotate|perspective|filter/,containRe=/paint|layout|strict|content/,isNotNone=r4=>!!r4&&r4!=="none";let isWebKitValue;function isContainingBlock(r4){const x_=isElement(r4)?getComputedStyle$3(r4):r4;return isNotNone(x_.transform)||isNotNone(x_.translate)||isNotNone(x_.scale)||isNotNone(x_.rotate)||isNotNone(x_.perspective)||!isWebKit()&&(isNotNone(x_.backdropFilter)||isNotNone(x_.filter))||willChangeRe.test(x_.willChange||"")||containRe.test(x_.contain||"")}function getContainingBlock(r4){let x_=getParentNode(r4);for(;isHTMLElement$1(x_)&&!isLastTraversableNode(x_);){if(isContainingBlock(x_))return x_;if(isTopLayer(x_))return null;x_=getParentNode(x_)}return null}function isWebKit(){return isWebKitValue==null&&(isWebKitValue=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),isWebKitValue}function isLastTraversableNode(r4){return/^(html|body|#document)$/.test(getNodeName(r4))}function getComputedStyle$3(r4){return getWindow(r4).getComputedStyle(r4)}function getNodeScroll(r4){return isElement(r4)?{scrollLeft:r4.scrollLeft,scrollTop:r4.scrollTop}:{scrollLeft:r4.scrollX,scrollTop:r4.scrollY}}function getParentNode(r4){if(getNodeName(r4)==="html")return r4;const x_=r4.assignedSlot||r4.parentNode||isShadowRoot(r4)&&r4.host||getDocumentElement(r4);return isShadowRoot(x_)?x_.host:x_}function getNearestOverflowAncestor(r4){const x_=getParentNode(r4);return isLastTraversableNode(x_)?r4.ownerDocument?r4.ownerDocument.body:r4.body:isHTMLElement$1(x_)&&isOverflowElement(x_)?x_:getNearestOverflowAncestor(x_)}function getOverflowAncestors(r4,x_,$P){var zP;x_===void 0&&(x_=[]),$P===void 0&&($P=!0);const z9=getNearestOverflowAncestor(r4),eAe=z9===((zP=r4.ownerDocument)==null?void 0:zP.body),tAe=getWindow(z9);if(eAe){const AAe=getFrameElement(tAe);return x_.concat(tAe,tAe.visualViewport||[],isOverflowElement(z9)?z9:[],AAe&&$P?getOverflowAncestors(AAe):[])}else return x_.concat(z9,getOverflowAncestors(z9,[],$P))}function getFrameElement(r4){return r4.parent&&Object.getPrototypeOf(r4.parent)?r4.frameElement:null}function getCssDimensions(r4){const x_=getComputedStyle$3(r4);let $P=parseFloat(x_.width)||0,zP=parseFloat(x_.height)||0;const z9=isHTMLElement$1(r4),eAe=z9?r4.offsetWidth:$P,tAe=z9?r4.offsetHeight:zP,AAe=round$4($P)!==eAe||round$4(zP)!==tAe;return AAe&&($P=eAe,zP=tAe),{width:$P,height:zP,$:AAe}}function unwrapElement(r4){return isElement(r4)?r4:r4.contextElement}function getScale(r4){const x_=unwrapElement(r4);if(!isHTMLElement$1(x_))return createCoords(1);const $P=x_.getBoundingClientRect(),{width:zP,height:z9,$:eAe}=getCssDimensions(x_);let tAe=(eAe?round$4($P.width):$P.width)/zP,AAe=(eAe?round$4($P.height):$P.height)/z9;return(!tAe||!Number.isFinite(tAe))&&(tAe=1),(!AAe||!Number.isFinite(AAe))&&(AAe=1),{x:tAe,y:AAe}}const noOffsets=createCoords(0);function getVisualOffsets(r4){const x_=getWindow(r4);return!isWebKit()||!x_.visualViewport?noOffsets:{x:x_.visualViewport.offsetLeft,y:x_.visualViewport.offsetTop}}function shouldAddVisualOffsets(r4,x_,$P){return x_===void 0&&(x_=!1),!$P||x_&&$P!==getWindow(r4)?!1:x_}function getBoundingClientRect(r4,x_,$P,zP){x_===void 0&&(x_=!1),$P===void 0&&($P=!1);const z9=r4.getBoundingClientRect(),eAe=unwrapElement(r4);let tAe=createCoords(1);x_&&(zP?isElement(zP)&&(tAe=getScale(zP)):tAe=getScale(r4));const AAe=shouldAddVisualOffsets(eAe,$P,zP)?getVisualOffsets(eAe):createCoords(0);let iAe=(z9.left+AAe.x)/tAe.x,nAe=(z9.top+AAe.y)/tAe.y,oAe=z9.width/tAe.x,aAe=z9.height/tAe.y;if(eAe){const cAe=getWindow(eAe),uAe=zP&&isElement(zP)?getWindow(zP):zP;let dAe=cAe,EAe=getFrameElement(dAe);for(;EAe&&zP&&uAe!==dAe;){const gAe=getScale(EAe),pAe=EAe.getBoundingClientRect(),mAe=getComputedStyle$3(EAe),SAe=pAe.left+(EAe.clientLeft+parseFloat(mAe.paddingLeft))*gAe.x,DAe=pAe.top+(EAe.clientTop+parseFloat(mAe.paddingTop))*gAe.y;iAe*=gAe.x,nAe*=gAe.y,oAe*=gAe.x,aAe*=gAe.y,iAe+=SAe,nAe+=DAe,dAe=getWindow(EAe),EAe=getFrameElement(dAe)}}return rectToClientRect({width:oAe,height:aAe,x:iAe,y:nAe})}function getWindowScrollBarX(r4,x_){const $P=getNodeScroll(r4).scrollLeft;return x_?x_.left+$P:getBoundingClientRect(getDocumentElement(r4)).left+$P}function getHTMLOffset(r4,x_){const $P=r4.getBoundingClientRect(),zP=$P.left+x_.scrollLeft-getWindowScrollBarX(r4,$P),z9=$P.top+x_.scrollTop;return{x:zP,y:z9}}function convertOffsetParentRelativeRectToViewportRelativeRect(r4){let{elements:x_,rect:$P,offsetParent:zP,strategy:z9}=r4;const eAe=z9==="fixed",tAe=getDocumentElement(zP),AAe=x_?isTopLayer(x_.floating):!1;if(zP===tAe||AAe&&eAe)return $P;let iAe={scrollLeft:0,scrollTop:0},nAe=createCoords(1);const oAe=createCoords(0),aAe=isHTMLElement$1(zP);if((aAe||!aAe&&!eAe)&&((getNodeName(zP)!=="body"||isOverflowElement(tAe))&&(iAe=getNodeScroll(zP)),aAe)){const uAe=getBoundingClientRect(zP);nAe=getScale(zP),oAe.x=uAe.x+zP.clientLeft,oAe.y=uAe.y+zP.clientTop}const cAe=tAe&&!aAe&&!eAe?getHTMLOffset(tAe,iAe):createCoords(0);return{width:$P.width*nAe.x,height:$P.height*nAe.y,x:$P.x*nAe.x-iAe.scrollLeft*nAe.x+oAe.x+cAe.x,y:$P.y*nAe.y-iAe.scrollTop*nAe.y+oAe.y+cAe.y}}function getClientRects(r4){return Array.from(r4.getClientRects())}function getDocumentRect(r4){const x_=getDocumentElement(r4),$P=getNodeScroll(r4),zP=r4.ownerDocument.body,z9=max$4(x_.scrollWidth,x_.clientWidth,zP.scrollWidth,zP.clientWidth),eAe=max$4(x_.scrollHeight,x_.clientHeight,zP.scrollHeight,zP.clientHeight);let tAe=-$P.scrollLeft+getWindowScrollBarX(r4);const AAe=-$P.scrollTop;return getComputedStyle$3(zP).direction==="rtl"&&(tAe+=max$4(x_.clientWidth,zP.clientWidth)-z9),{width:z9,height:eAe,x:tAe,y:AAe}}const SCROLLBAR_MAX=25;function getViewportRect(r4,x_){const $P=getWindow(r4),zP=getDocumentElement(r4),z9=$P.visualViewport;let eAe=zP.clientWidth,tAe=zP.clientHeight,AAe=0,iAe=0;if(z9){eAe=z9.width,tAe=z9.height;const oAe=isWebKit();(!oAe||oAe&&x_==="fixed")&&(AAe=z9.offsetLeft,iAe=z9.offsetTop)}const nAe=getWindowScrollBarX(zP);if(nAe<=0){const oAe=zP.ownerDocument,aAe=oAe.body,cAe=getComputedStyle(aAe),uAe=oAe.compatMode==="CSS1Compat"&&parseFloat(cAe.marginLeft)+parseFloat(cAe.marginRight)||0,dAe=Math.abs(zP.clientWidth-aAe.clientWidth-uAe);dAe<=SCROLLBAR_MAX&&(eAe-=dAe)}else nAe<=SCROLLBAR_MAX&&(eAe+=nAe);return{width:eAe,height:tAe,x:AAe,y:iAe}}function getInnerBoundingClientRect(r4,x_){const $P=getBoundingClientRect(r4,!0,x_==="fixed"),zP=$P.top+r4.clientTop,z9=$P.left+r4.clientLeft,eAe=isHTMLElement$1(r4)?getScale(r4):createCoords(1),tAe=r4.clientWidth*eAe.x,AAe=r4.clientHeight*eAe.y,iAe=z9*eAe.x,nAe=zP*eAe.y;return{width:tAe,height:AAe,x:iAe,y:nAe}}function getClientRectFromClippingAncestor(r4,x_,$P){let zP;if(x_==="viewport")zP=getViewportRect(r4,$P);else if(x_==="document")zP=getDocumentRect(getDocumentElement(r4));else if(isElement(x_))zP=getInnerBoundingClientRect(x_,$P);else{const z9=getVisualOffsets(r4);zP={x:x_.x-z9.x,y:x_.y-z9.y,width:x_.width,height:x_.height}}return rectToClientRect(zP)}function hasFixedPositionAncestor(r4,x_){const $P=getParentNode(r4);return $P===x_||!isElement($P)||isLastTraversableNode($P)?!1:getComputedStyle$3($P).position==="fixed"||hasFixedPositionAncestor($P,x_)}function getClippingElementAncestors(r4,x_){const $P=x_.get(r4);if($P)return $P;let zP=getOverflowAncestors(r4,[],!1).filter(AAe=>isElement(AAe)&&getNodeName(AAe)!=="body"),z9=null;const eAe=getComputedStyle$3(r4).position==="fixed";let tAe=eAe?getParentNode(r4):r4;for(;isElement(tAe)&&!isLastTraversableNode(tAe);){const AAe=getComputedStyle$3(tAe),iAe=isContainingBlock(tAe);!iAe&&AAe.position==="fixed"&&(z9=null),(eAe?!iAe&&!z9:!iAe&&AAe.position==="static"&&!!z9&&(z9.position==="absolute"||z9.position==="fixed")||isOverflowElement(tAe)&&!iAe&&hasFixedPositionAncestor(r4,tAe))?zP=zP.filter(oAe=>oAe!==tAe):z9=AAe,tAe=getParentNode(tAe)}return x_.set(r4,zP),zP}function getClippingRect(r4){let{element:x_,boundary:$P,rootBoundary:zP,strategy:z9}=r4;const tAe=[...$P==="clippingAncestors"?isTopLayer(x_)?[]:getClippingElementAncestors(x_,this._c):[].concat($P),zP],AAe=getClientRectFromClippingAncestor(x_,tAe[0],z9);let iAe=AAe.top,nAe=AAe.right,oAe=AAe.bottom,aAe=AAe.left;for(let cAe=1;cAe{tAe(!1,1e-7)},1e3)}bAe===1&&!rectsAreEqual(nAe,r4.getBoundingClientRect())&&tAe(),DAe=!1}try{$P=new IntersectionObserver(NAe,{...SAe,root:z9.ownerDocument})}catch{$P=new IntersectionObserver(NAe,SAe)}$P.observe(r4)}return tAe(!0),eAe}function autoUpdate(r4,x_,$P,zP){zP===void 0&&(zP={});const{ancestorScroll:z9=!0,ancestorResize:eAe=!0,elementResize:tAe=typeof ResizeObserver=="function",layoutShift:AAe=typeof IntersectionObserver=="function",animationFrame:iAe=!1}=zP,nAe=unwrapElement(r4),oAe=z9||eAe?[...nAe?getOverflowAncestors(nAe):[],...x_?getOverflowAncestors(x_):[]]:[];oAe.forEach(pAe=>{z9&&pAe.addEventListener("scroll",$P,{passive:!0}),eAe&&pAe.addEventListener("resize",$P)});const aAe=nAe&&AAe?observeMove(nAe,$P):null;let cAe=-1,uAe=null;tAe&&(uAe=new ResizeObserver(pAe=>{let[mAe]=pAe;mAe&&mAe.target===nAe&&uAe&&x_&&(uAe.unobserve(x_),cancelAnimationFrame(cAe),cAe=requestAnimationFrame(()=>{var SAe;(SAe=uAe)==null||SAe.observe(x_)})),$P()}),nAe&&!iAe&&uAe.observe(nAe),x_&&uAe.observe(x_));let dAe,EAe=iAe?getBoundingClientRect(r4):null;iAe&&gAe();function gAe(){const pAe=getBoundingClientRect(r4);EAe&&!rectsAreEqual(EAe,pAe)&&$P(),EAe=pAe,dAe=requestAnimationFrame(gAe)}return $P(),()=>{var pAe;oAe.forEach(mAe=>{z9&&mAe.removeEventListener("scroll",$P),eAe&&mAe.removeEventListener("resize",$P)}),aAe==null||aAe(),(pAe=uAe)==null||pAe.disconnect(),uAe=null,iAe&&cancelAnimationFrame(dAe)}}const detectOverflow=detectOverflow$1,offset=offset$1,shift=shift$1,flip=flip$1,arrow=arrow$1,computePosition=(r4,x_,$P)=>{const zP=new Map,z9={platform:platform$1,...$P},eAe={...z9.platform,_c:zP};return computePosition$1(r4,x_,{...z9,platform:eAe})};function useCursor(r4){let x_;function $P(){if(r4.value==null)return;const{selectionStart:z9,selectionEnd:eAe,value:tAe}=r4.value;z9==null||eAe==null||(x_={selectionStart:z9,selectionEnd:eAe,value:tAe,beforeTxt:tAe.slice(0,Math.max(0,z9)),afterTxt:tAe.slice(Math.max(0,eAe))})}function zP(){if(r4.value==null||x_==null)return;const{value:z9}=r4.value,{beforeTxt:eAe,afterTxt:tAe,selectionStart:AAe}=x_;if(eAe==null||tAe==null||AAe==null)return;let iAe=z9.length;if(z9.endsWith(tAe))iAe=z9.length-tAe.length;else if(z9.startsWith(eAe))iAe=eAe.length;else{const nAe=eAe[AAe-1],oAe=z9.indexOf(nAe,AAe-1);oAe!==-1&&(iAe=oAe+1)}r4.value.setSelectionRange(iAe,iAe)}return[$P,zP]}const SCOPE$9="utils/vue/vnode";let PatchFlags=function(r4){return r4[r4.TEXT=1]="TEXT",r4[r4.CLASS=2]="CLASS",r4[r4.STYLE=4]="STYLE",r4[r4.PROPS=8]="PROPS",r4[r4.FULL_PROPS=16]="FULL_PROPS",r4[r4.HYDRATE_EVENTS=32]="HYDRATE_EVENTS",r4[r4.STABLE_FRAGMENT=64]="STABLE_FRAGMENT",r4[r4.KEYED_FRAGMENT=128]="KEYED_FRAGMENT",r4[r4.UNKEYED_FRAGMENT=256]="UNKEYED_FRAGMENT",r4[r4.NEED_PATCH=512]="NEED_PATCH",r4[r4.DYNAMIC_SLOTS=1024]="DYNAMIC_SLOTS",r4[r4.HOISTED=-1]="HOISTED",r4[r4.BAIL=-2]="BAIL",r4}({});function isFragment(r4){return isVNode(r4)&&r4.type===Fragment$1}function isComment(r4){return isVNode(r4)&&r4.type===Comment}function isValidElementNode(r4){return isVNode(r4)&&!isFragment(r4)&&!isComment(r4)}const getNormalizedProps=r4=>{if(!isVNode(r4))return debugWarn(SCOPE$9,"[getNormalizedProps] must be a VNode"),{};const x_=r4.props||{},$P=(isVNode(r4.type)?r4.type.props:void 0)||{},zP={};return Object.keys($P).forEach(z9=>{hasOwn$1($P[z9],"default")&&(zP[z9]=$P[z9].default)}),Object.keys(x_).forEach(z9=>{zP[camelize(z9)]=x_[z9]}),zP},flattedChildren=r4=>{const x_=isArray$6(r4)?r4:[r4],$P=[];return x_.forEach(zP=>{var z9;isArray$6(zP)?$P.push(...flattedChildren(zP)):isVNode(zP)&&((z9=zP.component)!=null&&z9.subTree)?$P.push(zP,...flattedChildren(zP.component.subTree)):isVNode(zP)&&isArray$6(zP.children)?$P.push(...flattedChildren(zP.children)):isVNode(zP)&&zP.shapeFlag===2?$P.push(...flattedChildren(zP.type())):$P.push(zP)}),$P},getOrderedChildren=(r4,x_,$P)=>flattedChildren(r4.subTree).filter(zP=>{var z9;return isVNode(zP)&&((z9=zP.type)==null?void 0:z9.name)===x_&&!!zP.component}).map(zP=>zP.component.uid).map(zP=>$P[zP]).filter(zP=>!!zP),useOrderedChildren=(r4,x_)=>{const $P=shallowRef({}),zP=shallowRef([]),z9=new WeakMap,eAe=nAe=>{$P.value[nAe.uid]=nAe,triggerRef($P),onMounted(()=>{const oAe=nAe.getVnode().el,aAe=oAe.parentNode;if(!z9.has(aAe)){z9.set(aAe,[]);const cAe=aAe.insertBefore.bind(aAe);aAe.insertBefore=(uAe,dAe)=>(z9.get(aAe).some(EAe=>uAe===EAe||dAe===EAe)&&triggerRef($P),cAe(uAe,dAe))}z9.get(aAe).push(oAe)})},tAe=nAe=>{delete $P.value[nAe.uid],triggerRef($P);const oAe=nAe.getVnode().el,aAe=oAe.parentNode,cAe=z9.get(aAe),uAe=cAe.indexOf(oAe);cAe.splice(uAe,1)},AAe=()=>{zP.value=getOrderedChildren(r4,x_,$P.value)},iAe=nAe=>nAe.render();return{children:zP,addChild:eAe,removeChild:tAe,ChildrenSorter:defineComponent({setup(nAe,{slots:oAe}){return()=>(AAe(),oAe.default?h$d(iAe,{render:oAe.default}):null)}})}},useSizeProp=buildProp({type:String,values:componentSizes,required:!1}),SIZE_INJECTION_KEY=Symbol("size"),useGlobalSize=()=>{const r4=inject(SIZE_INJECTION_KEY,{});return computed(()=>unref(r4.size)||"")};function useFocusController(r4,{disabled:x_,beforeFocus:$P,afterFocus:zP,beforeBlur:z9,afterBlur:eAe}={}){const{emit:tAe}=getCurrentInstance(),AAe=shallowRef(),iAe=ref(!1),nAe=cAe=>{const uAe=isFunction$4($P)?$P(cAe):!1;unref(x_)||iAe.value||uAe||(iAe.value=!0,tAe("focus",cAe),zP==null||zP())},oAe=cAe=>{var dAe;const uAe=isFunction$4(z9)?z9(cAe):!1;unref(x_)||cAe.relatedTarget&&((dAe=AAe.value)!=null&&dAe.contains(cAe.relatedTarget))||uAe||(iAe.value=!1,tAe("blur",cAe),eAe==null||eAe())},aAe=cAe=>{var uAe,dAe;unref(x_)||isFocusable(cAe.target)||(uAe=AAe.value)!=null&&uAe.contains(document.activeElement)&&AAe.value!==document.activeElement||(dAe=r4.value)==null||dAe.focus()};return watch([AAe,()=>unref(x_)],([cAe,uAe])=>{cAe&&(uAe?cAe.removeAttribute("tabindex"):cAe.setAttribute("tabindex","-1"))}),useEventListener$1(AAe,"focus",nAe,!0),useEventListener$1(AAe,"blur",oAe,!0),useEventListener$1(AAe,"click",aAe,!0),{isFocused:iAe,wrapperRef:AAe,handleFocus:nAe,handleBlur:oAe}}function useComposition({afterComposition:r4,emit:x_}){const $P=ref(!1),zP=AAe=>{x_==null||x_("compositionstart",AAe),$P.value=!0},z9=AAe=>{x_==null||x_("compositionupdate",AAe),$P.value=!0},eAe=AAe=>{x_==null||x_("compositionend",AAe),$P.value&&($P.value=!1,nextTick(()=>r4(AAe)))};return{isComposing:$P,handleComposition:AAe=>{AAe.type==="compositionend"?eAe(AAe):z9(AAe)},handleCompositionStart:zP,handleCompositionUpdate:z9,handleCompositionEnd:eAe}}const emptyValuesContextKey=Symbol("emptyValuesContextKey"),SCOPE$8="use-empty-values",DEFAULT_EMPTY_VALUES=["",void 0,null],DEFAULT_VALUE_ON_CLEAR=void 0,useEmptyValuesProps=buildProps$1({emptyValues:Array,valueOnClear:{type:definePropType([String,Number,Boolean,Function]),default:void 0,validator:r4=>(r4=isFunction$4(r4)?r4():r4,isArray$6(r4)?r4.every(x_=>!x_):!r4)}}),useEmptyValues=(r4,x_)=>{const $P=getCurrentInstance()?inject(emptyValuesContextKey,ref({})):ref({}),zP=computed(()=>r4.emptyValues||$P.value.emptyValues||DEFAULT_EMPTY_VALUES),z9=computed(()=>isFunction$4(r4.valueOnClear)?r4.valueOnClear():r4.valueOnClear!==void 0?r4.valueOnClear:isFunction$4($P.value.valueOnClear)?$P.value.valueOnClear():$P.value.valueOnClear!==void 0?$P.value.valueOnClear:x_!==void 0?x_:DEFAULT_VALUE_ON_CLEAR),eAe=tAe=>{let AAe=!0;return isArray$6(tAe)?AAe=zP.value.some(iAe=>isEqual$1(tAe,iAe)):AAe=zP.value.includes(tAe),AAe};return eAe(z9.value)||debugWarn(SCOPE$8,"value-on-clear should be a value of empty-values"),{emptyValues:zP,valueOnClear:z9,isEmptyValue:eAe}},ariaProps=buildProps$1({ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical","undefined"]},ariaControls:String}),useAriaProps=r4=>pick(ariaProps,r4),withPropsDefaultsSetter=r4=>{const x_=r4.props,$P=isArray$6(x_)?fromPairs(x_.map(zP=>[zP,{}])):x_;r4.setPropsDefaults=zP=>{if($P){for(const[z9,eAe]of Object.entries(zP)){const tAe=$P[z9];if(hasOwn$1($P,z9)){if(isPlainObject(tAe)){$P[z9]={...tAe,default:eAe};continue}$P[z9]={type:tAe,default:eAe}}}r4.props=$P}}},withInstall=(r4,x_)=>{if(r4.install=$P=>{for(const zP of[r4,...Object.values(x_??{})])$P.component(zP.name,zP)},x_)for(const[$P,zP]of Object.entries(x_))r4[$P]=zP;return withPropsDefaultsSetter(r4),r4},withInstallFunction=(r4,x_)=>(r4.install=$P=>{r4._context=$P._context,$P.config.globalProperties[x_]=r4},r4),withInstallDirective=(r4,x_)=>(r4.install=$P=>{$P.directive(x_,r4)},r4),withNoopInstall=r4=>(r4.install=NOOP,withPropsDefaultsSetter(r4),r4);var teleport_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"teleport",props:teleportProps,setup(r4){return(x_,$P)=>x_.disabled?renderSlot(x_.$slots,"default",{key:0}):(openBlock(),createBlock(Teleport,{key:1,to:x_.to},[renderSlot(x_.$slots,"default")],8,["to"]))}}),teleport_default=teleport_vue_vue_type_script_setup_true_lang_default;const ElTeleport=withInstall(teleport_default),COMPONENT_NAME$m="ElAffix";var affix_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$m,__name:"affix",props:affixProps,emits:affixEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("affix"),tAe=shallowRef(),AAe=shallowRef(),iAe=shallowRef(),{height:nAe}=useWindowSize$1(),{height:oAe,width:aAe,top:cAe,bottom:uAe,left:dAe,update:EAe}=useElementBounding(AAe,{windowScroll:!1}),gAe=useElementBounding(tAe),pAe=ref(!1),mAe=ref(0),SAe=ref(0),DAe=computed(()=>!zP.teleported||!pAe.value),NAe=computed(()=>({display:"flow-root",height:pAe.value?`${oAe.value}px`:"",width:pAe.value?`${aAe.value}px`:""})),TAe=computed(()=>{if(!pAe.value)return{};const wAe=addUnit(zP.offset);return{height:`${oAe.value}px`,width:`${aAe.value}px`,top:zP.position==="top"?wAe:"",bottom:zP.position==="bottom"?wAe:"",left:zP.teleported?`${dAe.value}px`:"",transform:SAe.value?`translateY(${SAe.value}px)`:"",zIndex:zP.zIndex}}),bAe=()=>{if(!iAe.value)return;mAe.value=iAe.value instanceof Window?document.documentElement.scrollTop:iAe.value.scrollTop||0;const{position:wAe,target:OAe,offset:PAe}=zP,HAe=PAe+oAe.value;if(wAe==="top")if(OAe){const zAe=gAe.bottom.value-HAe;pAe.value=PAe>cAe.value&&gAe.bottom.value>0,SAe.value=zAe<0?zAe:0}else pAe.value=PAe>cAe.value;else if(OAe){const zAe=nAe.value-gAe.top.value-HAe;pAe.value=nAe.value-PAegAe.top.value,SAe.value=zAe<0?-zAe:0}else pAe.value=nAe.value-PAe{if(!pAe.value){EAe();return}pAe.value=!1,await nextTick(),EAe(),pAe.value=!0},LAe=async()=>{EAe(),await nextTick(),z9("scroll",{scrollTop:mAe.value,fixed:pAe.value})};return watch(pAe,wAe=>z9(CHANGE_EVENT,wAe)),onMounted(()=>{zP.target?(tAe.value=document.querySelector(zP.target)??void 0,tAe.value||throwError$2(COMPONENT_NAME$m,`Target does not exist: ${zP.target}`)):tAe.value=document.documentElement,iAe.value=getScrollContainer(AAe.value,!0),EAe()}),onActivated(()=>{nextTick(GAe)}),onDeactivated(()=>{pAe.value=!1}),useEventListener$1(iAe,"scroll",LAe),watchEffect(bAe),x_({update:bAe,updateRoot:GAe}),(wAe,OAe)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:AAe,class:normalizeClass(unref(eAe).b()),style:normalizeStyle$1(NAe.value)},[createVNode$1(unref(ElTeleport),{disabled:DAe.value,to:r4.appendTo},{default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass({[unref(eAe).m("fixed")]:pAe.value}),style:normalizeStyle$1(TAe.value)},[renderSlot(wAe.$slots,"default")],6)]),_:3},8,["disabled","to"])],6))}}),affix_default=affix_vue_vue_type_script_setup_true_lang_default;withInstall(affix_default);/*! Element Plus Icons Vue v2.3.2 */var _sfc_main$8D=defineComponent({name:"AddLocation",__name:"add-location",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"})]))}}),add_location_default=_sfc_main$8D,_sfc_main2=defineComponent({name:"Aim",__name:"aim",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"})]))}}),aim_default=_sfc_main2,_sfc_main3=defineComponent({name:"AlarmClock",__name:"alarm-clock",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),createBaseVNode("path",{fill:"currentColor",d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"})]))}}),alarm_clock_default=_sfc_main3,_sfc_main4=defineComponent({name:"Apple",__name:"apple",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M599.872 203.776a189.4 189.4 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a427 427 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664m-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688s81.28 34.688 136.96 33.536c56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152"})]))}}),apple_default=_sfc_main4,_sfc_main5=defineComponent({name:"ArrowDownBold",__name:"arrow-down-bold",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496"})]))}}),arrow_down_bold_default=_sfc_main5,_sfc_main6=defineComponent({name:"ArrowDown",__name:"arrow-down",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"})]))}}),arrow_down_default=_sfc_main6,_sfc_main7=defineComponent({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0"})]))}}),arrow_left_bold_default=_sfc_main7,_sfc_main8=defineComponent({name:"ArrowLeft",__name:"arrow-left",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.59 30.59 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.59 30.59 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0"})]))}}),arrow_left_default=_sfc_main8,_sfc_main9=defineComponent({name:"ArrowRightBold",__name:"arrow-right-bold",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0"})]))}}),arrow_right_bold_default=_sfc_main9,_sfc_main10=defineComponent({name:"ArrowRight",__name:"arrow-right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512 340.864 831.872a30.59 30.59 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),arrow_right_default=_sfc_main10,_sfc_main11=defineComponent({name:"ArrowUpBold",__name:"arrow-up-bold",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8 316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496"})]))}}),arrow_up_bold_default=_sfc_main11,_sfc_main12=defineComponent({name:"ArrowUp",__name:"arrow-up",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"})]))}}),arrow_up_default=_sfc_main12,_sfc_main13=defineComponent({name:"Avatar",__name:"avatar",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.87 415.87 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"})]))}}),avatar_default$1=_sfc_main13,_sfc_main14=defineComponent({name:"Back",__name:"back",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),createBaseVNode("path",{fill:"currentColor",d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"})]))}}),back_default=_sfc_main14,_sfc_main15=defineComponent({name:"Baseball",__name:"baseball",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6m45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"}),createBaseVNode("path",{fill:"currentColor",d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896M108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1737 1737 0 0 1-11.392-65.728"})]))}}),baseball_default=_sfc_main15,_sfc_main16=defineComponent({name:"Basketball",__name:"basketball",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M778.752 788.224a382.46 382.46 0 0 0 116.032-245.632 256.51 256.51 0 0 0-241.728-13.952 762.9 762.9 0 0 1 125.696 259.584m-55.04 44.224a699.65 699.65 0 0 0-125.056-269.632 256.13 256.13 0 0 0-56.064 331.968 382.7 382.7 0 0 0 181.12-62.336m-254.08 61.248A320.13 320.13 0 0 1 557.76 513.6a716 716 0 0 0-48.192-48.128 320.13 320.13 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.13 256.13 0 0 0 331.072-56.448 699.65 699.65 0 0 0-268.8-124.352 382.66 382.66 0 0 0-62.272 180.8m106.56-235.84a762.9 762.9 0 0 1 258.688 125.056 256.51 256.51 0 0 0-13.44-241.088A382.46 382.46 0 0 0 235.84 245.248m318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a780 780 0 0 1 66.176 66.112 320.83 320.83 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"})]))}}),basketball_default=_sfc_main16,_sfc_main17=defineComponent({name:"BellFilled",__name:"bell-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.13 320.13 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"})]))}}),bell_filled_default=_sfc_main17,_sfc_main18=defineComponent({name:"Bell",__name:"bell",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),createBaseVNode("path",{fill:"currentColor",d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"}),createBaseVNode("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),bell_default=_sfc_main18,_sfc_main19=defineComponent({name:"Bicycle",__name:"bicycle",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),createBaseVNode("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),createBaseVNode("path",{fill:"currentColor",d:"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"}),createBaseVNode("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),bicycle_default=_sfc_main19,_sfc_main20=defineComponent({name:"BottomLeft",__name:"bottom-left",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312z"})]))}}),bottom_left_default=_sfc_main20,_sfc_main21=defineComponent({name:"BottomRight",__name:"bottom-right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),createBaseVNode("path",{fill:"currentColor",d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"})]))}}),bottom_right_default=_sfc_main21,_sfc_main22=defineComponent({name:"Bottom",__name:"bottom",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"})]))}}),bottom_default=_sfc_main22,_sfc_main23=defineComponent({name:"Bowl",__name:"bowl",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M714.432 704a351.74 351.74 0 0 0 148.16-256H161.408a351.74 351.74 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"})]))}}),bowl_default=_sfc_main23,_sfc_main24=defineComponent({name:"Box",__name:"box",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64"}),createBaseVNode("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),createBaseVNode("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"})]))}}),box_default=_sfc_main24,_sfc_main25=defineComponent({name:"Briefcase",__name:"briefcase",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),briefcase_default=_sfc_main25,_sfc_main26=defineComponent({name:"BrushFilled",__name:"brush-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"})]))}}),brush_filled_default=_sfc_main26,_sfc_main27=defineComponent({name:"Brush",__name:"brush",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a664 664 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168"})]))}}),brush_default=_sfc_main27,_sfc_main28=defineComponent({name:"Burger",__name:"burger",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44M832 448a320 320 0 0 0-640 0zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704z"})]))}}),burger_default=_sfc_main28,_sfc_main29=defineComponent({name:"Calendar",__name:"calendar",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"})]))}}),calendar_default$1=_sfc_main29,_sfc_main30=defineComponent({name:"CameraFilled",__name:"camera-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),camera_filled_default=_sfc_main30,_sfc_main31=defineComponent({name:"Camera",__name:"camera",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"})]))}}),camera_default=_sfc_main31,_sfc_main32=defineComponent({name:"CaretBottom",__name:"caret-bottom",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),caret_bottom_default=_sfc_main32,_sfc_main33=defineComponent({name:"CaretLeft",__name:"caret-left",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),caret_left_default=_sfc_main33,_sfc_main34=defineComponent({name:"CaretRight",__name:"caret-right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),caret_right_default=_sfc_main34,_sfc_main35=defineComponent({name:"CaretTop",__name:"caret-top",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),caret_top_default=_sfc_main35,_sfc_main36=defineComponent({name:"Cellphone",__name:"cellphone",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),cellphone_default=_sfc_main36,_sfc_main37=defineComponent({name:"ChatDotRound",__name:"chat-dot-round",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.06 461.06 0 0 1-206.912-48.384l-175.616 58.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"})]))}}),chat_dot_round_default=_sfc_main37,_sfc_main38=defineComponent({name:"ChatDotSquare",__name:"chat-dot-square",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"})]))}}),chat_dot_square_default=_sfc_main38,_sfc_main39=defineComponent({name:"ChatLineRound",__name:"chat-line-round",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.06 461.06 0 0 1-206.912-48.384l-175.616 58.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),chat_line_round_default=_sfc_main39,_sfc_main40=defineComponent({name:"ChatLineSquare",__name:"chat-line-square",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),createBaseVNode("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),chat_line_square_default=_sfc_main40,_sfc_main41=defineComponent({name:"ChatRound",__name:"chat-round",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"})]))}}),chat_round_default=_sfc_main41,_sfc_main42=defineComponent({name:"ChatSquare",__name:"chat-square",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"})]))}}),chat_square_default=_sfc_main42,_sfc_main43=defineComponent({name:"Check",__name:"check",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"})]))}}),check_default=_sfc_main43,_sfc_main44=defineComponent({name:"Checked",__name:"checked",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"})]))}}),checked_default=_sfc_main44,_sfc_main45=defineComponent({name:"Cherry",__name:"cherry",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6M288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"})]))}}),cherry_default=_sfc_main45,_sfc_main46=defineComponent({name:"Chicken",__name:"chicken",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M349.952 716.992 478.72 588.16a106.7 106.7 0 0 1-26.176-19.072 106.7 106.7 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112m57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52z"})]))}}),chicken_default=_sfc_main46,_sfc_main47=defineComponent({name:"ChromeFilled",__name:"chrome-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.37 212.37 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67"}),createBaseVNode("path",{fill:"currentColor",d:"M576.79 401.63a127.9 127.9 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128 128 0 0 0-2.16 127.44l1.24 2.13a127.9 127.9 0 0 0 46.36 46.61 127.9 127.9 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.98 127.98 0 0 0 .29-127.46 127.96 127.96 0 0 0-46.36-46.91"}),createBaseVNode("path",{fill:"currentColor",d:"M394.45 333.96A213.34 213.34 0 0 1 512 298.67h369.58A426.5 426.5 0 0 0 512 85.34a425.6 425.6 0 0 0-171.74 35.98 425.6 425.6 0 0 0-142.62 102.22l118.14 204.63a213.4 213.4 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.3 213.3 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.3 213.3 0 0 1-122.77-21.91"})]))}}),chrome_filled_default=_sfc_main47,_sfc_main48=defineComponent({name:"CircleCheckFilled",__name:"circle-check-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),circle_check_filled_default=_sfc_main48,_sfc_main49=defineComponent({name:"CircleCheck",__name:"circle-check",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752z"})]))}}),circle_check_default=_sfc_main49,_sfc_main50=defineComponent({name:"CircleCloseFilled",__name:"circle-close-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),circle_close_filled_default=_sfc_main50,_sfc_main51=defineComponent({name:"CircleClose",__name:"circle-close",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),circle_close_default=_sfc_main51,_sfc_main52=defineComponent({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0z"})]))}}),circle_plus_filled_default=_sfc_main52,_sfc_main53=defineComponent({name:"CirclePlus",__name:"circle-plus",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),createBaseVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),circle_plus_default=_sfc_main53,_sfc_main54=defineComponent({name:"Clock",__name:"clock",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),clock_default=_sfc_main54,_sfc_main55=defineComponent({name:"CloseBold",__name:"close-bold",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"})]))}}),close_bold_default=_sfc_main55,_sfc_main56=defineComponent({name:"Close",__name:"close",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),close_default=_sfc_main56,_sfc_main57=defineComponent({name:"Cloudy",__name:"cloudy",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"})]))}}),cloudy_default=_sfc_main57,_sfc_main58=defineComponent({name:"CoffeeCup",__name:"coffee-cup",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 192a192 192 0 1 1-8 383.808A256.13 256.13 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"})]))}}),coffee_cup_default=_sfc_main58,_sfc_main59=defineComponent({name:"Coffee",__name:"coffee",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64zm-548.16 128H820.48l-10.688-64H214.208l-10.688 64zm68.736 64 36.544 512H708.16l36.544-512z"})]))}}),coffee_default=_sfc_main59,_sfc_main60=defineComponent({name:"Coin",__name:"coin",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264"}),createBaseVNode("path",{fill:"currentColor",d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264"}),createBaseVNode("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"})]))}}),coin_default=_sfc_main60,_sfc_main61=defineComponent({name:"ColdDrink",__name:"cold-drink",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.06 192.06 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"})]))}}),cold_drink_default=_sfc_main61,_sfc_main62=defineComponent({name:"CollectionTag",__name:"collection-tag",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"})]))}}),collection_tag_default=_sfc_main62,_sfc_main63=defineComponent({name:"Collection",__name:"collection",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"}),createBaseVNode("path",{fill:"currentColor",d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"})]))}}),collection_default$1=_sfc_main63,_sfc_main64=defineComponent({name:"Comment",__name:"comment",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"})]))}}),comment_default=_sfc_main64,_sfc_main65=defineComponent({name:"Compass",__name:"compass",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"})]))}}),compass_default=_sfc_main65,_sfc_main66=defineComponent({name:"Connection",__name:"connection",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"}),createBaseVNode("path",{fill:"currentColor",d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.06 192.06 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"})]))}}),connection_default=_sfc_main66,_sfc_main67=defineComponent({name:"Coordinate",__name:"coordinate",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),createBaseVNode("path",{fill:"currentColor",d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),coordinate_default=_sfc_main67,_sfc_main68=defineComponent({name:"CopyDocument",__name:"copy-document",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"}),createBaseVNode("path",{fill:"currentColor",d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"})]))}}),copy_document_default=_sfc_main68,_sfc_main69=defineComponent({name:"Cpu",__name:"cpu",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"}),createBaseVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"})]))}}),cpu_default=_sfc_main69,_sfc_main70=defineComponent({name:"CreditCard",__name:"credit-card",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.35 52.35 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.35 52.35 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.35 52.35 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.35 52.35 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448S852.928 864 795.968 864H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.3 116.3 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448s41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384s17.088 41.6 17.088 98.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),credit_card_default=_sfc_main70,_sfc_main71=defineComponent({name:"Crop",__name:"crop",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),crop_default=_sfc_main71,_sfc_main72=defineComponent({name:"DArrowLeft",__name:"d-arrow-left",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.59 30.59 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.59 30.59 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672zm256 0a29.12 29.12 0 0 1 41.728 0 30.59 30.59 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.59 30.59 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672z"})]))}}),d_arrow_left_default=_sfc_main72,_sfc_main73=defineComponent({name:"DArrowRight",__name:"d-arrow-right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.59 30.59 0 0 1 0-42.752L764.736 512 452.864 192a30.59 30.59 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.59 30.59 0 0 1 0-42.752L508.736 512 196.864 192a30.59 30.59 0 0 1 0-42.688"})]))}}),d_arrow_right_default=_sfc_main73,_sfc_main74=defineComponent({name:"DCaret",__name:"d-caret",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),d_caret_default=_sfc_main74,_sfc_main75=defineComponent({name:"DataAnalysis",__name:"data-analysis",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m665.216 768 110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32l110.848-192H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32zM832 192H192v512h640zM352 448a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v128a32 32 0 0 1-64 0V416a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V352a32 32 0 0 1 32-32"})]))}}),data_analysis_default=_sfc_main75,_sfc_main76=defineComponent({name:"DataBoard",__name:"data-board",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),createBaseVNode("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),createBaseVNode("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),data_board_default=_sfc_main76,_sfc_main77=defineComponent({name:"DataLine",__name:"data-line",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M359.168 768H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32H665.216l110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32zM832 192H192v512h640zM342.656 534.656a32 32 0 1 1-45.312-45.312L444.992 341.76l125.44 94.08L679.04 300.032a32 32 0 1 1 49.92 39.936L581.632 524.224 451.008 426.24 342.656 534.592z"})]))}}),data_line_default=_sfc_main77,_sfc_main78=defineComponent({name:"DeleteFilled",__name:"delete-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"})]))}}),delete_filled_default=_sfc_main78,_sfc_main79=defineComponent({name:"DeleteLocation",__name:"delete-location",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),delete_location_default=_sfc_main79,_sfc_main80=defineComponent({name:"Delete",__name:"delete",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"})]))}}),delete_default=_sfc_main80,_sfc_main81=defineComponent({name:"Dessert",__name:"dessert",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.81 143.81 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.81 143.81 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0zm339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"})]))}}),dessert_default=_sfc_main81,_sfc_main82=defineComponent({name:"Discount",__name:"discount",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"}),createBaseVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),discount_default=_sfc_main82,_sfc_main83=defineComponent({name:"DishDot",__name:"dish-dot",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m384.064 274.56.064-50.688A128 128 0 0 1 512.128 96c70.528 0 127.68 57.152 127.68 127.68v50.752A448.19 448.19 0 0 1 955.392 768H68.544A448.19 448.19 0 0 1 384 274.56zM96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.808-448v-32.32a63.68 63.68 0 0 0-63.68-63.68 64 64 0 0 0-64 63.936V256z"})]))}}),dish_dot_default=_sfc_main83,_sfc_main84=defineComponent({name:"Dish",__name:"dish",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 257.152V192h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64h-96v65.152A448 448 0 0 1 955.52 768H68.48A448 448 0 0 1 480 257.152M128 704h768a384 384 0 1 0-768 0M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64"})]))}}),dish_default=_sfc_main84,_sfc_main85=defineComponent({name:"DocumentAdd",__name:"document-add",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"})]))}}),document_add_default=_sfc_main85,_sfc_main86=defineComponent({name:"DocumentChecked",__name:"document-checked",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"})]))}}),document_checked_default=_sfc_main86,_sfc_main87=defineComponent({name:"DocumentCopy",__name:"document-copy",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"})]))}}),document_copy_default=_sfc_main87,_sfc_main88=defineComponent({name:"DocumentDelete",__name:"document-delete",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248z"})]))}}),document_delete_default=_sfc_main88,_sfc_main89=defineComponent({name:"DocumentRemove",__name:"document-remove",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"})]))}}),document_remove_default=_sfc_main89,_sfc_main90=defineComponent({name:"Document",__name:"document",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"})]))}}),document_default=_sfc_main90,_sfc_main91=defineComponent({name:"Download",__name:"download",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"})]))}}),download_default=_sfc_main91,_sfc_main92=defineComponent({name:"Drizzling",__name:"drizzling",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672M959.552 480a256 256 0 0 1-256 256h-400A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M288 800h64v64h-64zm192 0h64v64h-64zm-96 96h64v64h-64zm192 0h64v64h-64zm96-96h64v64h-64z"})]))}}),drizzling_default=_sfc_main92,_sfc_main93=defineComponent({name:"EditPen",__name:"edit-pen",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64z"})]))}}),edit_pen_default=_sfc_main93,_sfc_main94=defineComponent({name:"Edit",__name:"edit",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"}),createBaseVNode("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"})]))}}),edit_default=_sfc_main94,_sfc_main95=defineComponent({name:"ElemeFilled",__name:"eleme-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M176 64h672c61.824 0 112 50.176 112 112v672a112 112 0 0 1-112 112H176A112 112 0 0 1 64 848V176c0-61.824 50.176-112 112-112m150.528 173.568c-152.896 99.968-196.544 304.064-97.408 456.96a330.69 330.69 0 0 0 456.96 96.64c9.216-5.888 17.6-11.776 25.152-18.56a18.24 18.24 0 0 0 4.224-24.32L700.352 724.8a47.55 47.55 0 0 0-65.536-14.272A234.56 234.56 0 0 1 310.592 641.6C240 533.248 271.104 387.968 379.456 316.48a234.3 234.3 0 0 1 276.352 15.168c1.664.832 2.56 2.56 3.392 4.224 5.888 8.384 3.328 19.328-5.12 25.216L456.832 489.6a47.55 47.55 0 0 0-14.336 65.472l16 24.384c5.888 8.384 16.768 10.88 25.216 5.056l308.224-199.936a19.584 19.584 0 0 0 6.72-23.488v-.896c-4.992-9.216-10.048-17.6-15.104-26.88-99.968-151.168-304.064-194.88-456.96-95.744zM786.88 504.704l-62.208 40.32c-8.32 5.888-10.88 16.768-4.992 25.216L760 632.32c5.888 8.448 16.768 11.008 25.152 5.12l31.104-20.16a55.36 55.36 0 0 0 16-76.48l-20.224-31.04a19.52 19.52 0 0 0-25.152-5.12z"})]))}}),eleme_filled_default=_sfc_main95,_sfc_main96=defineComponent({name:"Eleme",__name:"eleme",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M300.032 188.8c174.72-113.28 408-63.36 522.24 109.44 5.76 10.56 11.52 20.16 17.28 30.72v.96a22.4 22.4 0 0 1-7.68 26.88l-352.32 228.48c-9.6 6.72-22.08 3.84-28.8-5.76l-18.24-27.84a54.336 54.336 0 0 1 16.32-74.88l225.6-146.88c9.6-6.72 12.48-19.2 5.76-28.8-.96-1.92-1.92-3.84-3.84-4.8a267.84 267.84 0 0 0-315.84-17.28c-123.84 81.6-159.36 247.68-78.72 371.52a268.096 268.096 0 0 0 370.56 78.72 54.336 54.336 0 0 1 74.88 16.32l17.28 26.88c5.76 9.6 3.84 21.12-4.8 27.84-8.64 7.68-18.24 14.4-28.8 21.12a377.92 377.92 0 0 1-522.24-110.4c-113.28-174.72-63.36-408 111.36-522.24m526.08 305.28a22.336 22.336 0 0 1 28.8 5.76l23.04 35.52a63.23 63.23 0 0 1-18.24 87.36l-35.52 23.04c-9.6 6.72-22.08 3.84-28.8-5.76l-46.08-71.04c-6.72-9.6-3.84-22.08 5.76-28.8z"})]))}}),eleme_default=_sfc_main96,_sfc_main97=defineComponent({name:"ElementPlus",__name:"element-plus",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M839.7 734.7c0 33.3-17.9 41-17.9 41S519.7 949.8 499.2 960c-10.2 5.1-20.5 5.1-30.7 0 0 0-314.9-184.3-325.1-192-5.1-5.1-10.2-12.8-12.8-20.5V368.6c0-17.9 20.5-28.2 20.5-28.2L466 158.6q19.2-7.65 38.4 0s279 161.3 309.8 179.2c17.9 7.7 28.2 25.6 25.6 46.1-.1-5-.1 317.5-.1 350.8M714.2 371.2c-64-35.8-217.6-125.4-217.6-125.4-7.7-5.1-20.5-5.1-30.7 0L217.6 389.1s-17.9 10.2-17.9 23v297c0 5.1 5.1 12.8 7.7 17.9 7.7 5.1 256 148.5 256 148.5 7.7 5.1 17.9 5.1 25.6 0 15.4-7.7 250.9-145.9 250.9-145.9s12.8-5.1 12.8-30.7v-74.2l-276.5 169v-64c0-17.9 7.7-30.7 20.5-46.1L745 535c5.1-7.7 10.2-20.5 10.2-30.7v-66.6l-279 169v-69.1c0-15.4 5.1-30.7 17.9-38.4zM919 135.7c0-5.1-5.1-7.7-7.7-7.7h-58.9V66.6c0-5.1-5.1-5.1-10.2-5.1l-30.7 5.1c-5.1 0-5.1 2.6-5.1 5.1V128h-56.3c-5.1 0-5.1 5.1-7.7 5.1v38.4h69.1v64c0 5.1 5.1 5.1 10.2 5.1l30.7-5.1c5.1 0 5.1-2.6 5.1-5.1v-56.3h64z"})]))}}),element_plus_default=_sfc_main97,_sfc_main98=defineComponent({name:"Expand",__name:"expand",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),expand_default=_sfc_main98,_sfc_main99=defineComponent({name:"Failed",__name:"failed",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"})]))}}),failed_default=_sfc_main99,_sfc_main100=defineComponent({name:"Female",__name:"female",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 640a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),createBaseVNode("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),female_default=_sfc_main100,_sfc_main101=defineComponent({name:"Files",__name:"files",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"})]))}}),files_default=_sfc_main101,_sfc_main102=defineComponent({name:"Film",__name:"film",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),film_default=_sfc_main102,_sfc_main103=defineComponent({name:"Filter",__name:"filter",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"})]))}}),filter_default=_sfc_main103,_sfc_main104=defineComponent({name:"Finished",__name:"finished",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"})]))}}),finished_default=_sfc_main104,_sfc_main105=defineComponent({name:"FirstAidKit",__name:"first-aid-kit",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 256a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),createBaseVNode("path",{fill:"currentColor",d:"M544 512h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0zM352 128v64h320v-64zm-32-64h384a32 32 0 0 1 32 32v128a32 32 0 0 1-32 32H320a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"})]))}}),first_aid_kit_default=_sfc_main105,_sfc_main106=defineComponent({name:"Flag",__name:"flag",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),flag_default=_sfc_main106,_sfc_main107=defineComponent({name:"Fold",__name:"fold",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),fold_default=_sfc_main107,_sfc_main108=defineComponent({name:"FolderAdd",__name:"folder-add",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"})]))}}),folder_add_default=_sfc_main108,_sfc_main109=defineComponent({name:"FolderChecked",__name:"folder-checked",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"})]))}}),folder_checked_default=_sfc_main109,_sfc_main110=defineComponent({name:"FolderDelete",__name:"folder-delete",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"})]))}}),folder_delete_default=_sfc_main110,_sfc_main111=defineComponent({name:"FolderOpened",__name:"folder-opened",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M878.08 448H241.92l-96 384h636.16zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"})]))}}),folder_opened_default=_sfc_main111,_sfc_main112=defineComponent({name:"FolderRemove",__name:"folder-remove",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m256 416h320v64H352z"})]))}}),folder_remove_default=_sfc_main112,_sfc_main113=defineComponent({name:"Folder",__name:"folder",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"})]))}}),folder_default=_sfc_main113,_sfc_main114=defineComponent({name:"Food",__name:"food",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"})]))}}),food_default=_sfc_main114,_sfc_main115=defineComponent({name:"Football",__name:"football",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-64a384 384 0 1 0 0-768 384 384 0 0 0 0 768"}),createBaseVNode("path",{fill:"currentColor",d:"M186.816 268.288c16-16.384 31.616-31.744 46.976-46.08 17.472 30.656 39.808 58.112 65.984 81.28l-32.512 56.448a386 386 0 0 1-80.448-91.648m653.696-5.312a385.9 385.9 0 0 1-83.776 96.96l-32.512-56.384a322.9 322.9 0 0 0 68.48-85.76c15.552 14.08 31.488 29.12 47.808 45.184M465.984 445.248l11.136-63.104a323.6 323.6 0 0 0 69.76 0l11.136 63.104a388 388 0 0 1-92.032 0m-62.72-12.8A381.8 381.8 0 0 1 320 396.544l32-55.424a320 320 0 0 0 62.464 27.712l-11.2 63.488zm300.8-35.84a381.8 381.8 0 0 1-83.328 35.84l-11.2-63.552A320 320 0 0 0 672 341.184l32 55.424zm-520.768 364.8a385.9 385.9 0 0 1 83.968-97.28l32.512 56.32c-26.88 23.936-49.856 52.352-67.52 84.032-16-13.44-32.32-27.712-48.96-43.072m657.536.128a1443 1443 0 0 1-49.024 43.072 321.4 321.4 0 0 0-67.584-84.16l32.512-56.32c33.216 27.456 61.696 60.352 84.096 97.408M465.92 578.752a388 388 0 0 1 92.032 0l-11.136 63.104a323.6 323.6 0 0 0-69.76 0zm-62.72 12.8 11.2 63.552a320 320 0 0 0-62.464 27.712L320 627.392a381.8 381.8 0 0 1 83.264-35.84zm300.8 35.84-32 55.424a318.3 318.3 0 0 0-62.528-27.712l11.2-63.488c29.44 8.64 57.28 20.736 83.264 35.776z"})]))}}),football_default=_sfc_main115,_sfc_main116=defineComponent({name:"ForkSpoon",__name:"fork-spoon",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56M672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"})]))}}),fork_spoon_default=_sfc_main116,_sfc_main117=defineComponent({name:"Fries",__name:"fries",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M608 224v-64a32 32 0 0 0-64 0v336h26.88A64 64 0 0 0 608 484.096zm101.12 160A64 64 0 0 0 672 395.904V384h64V224a32 32 0 1 0-64 0v160zm74.88 0a92.928 92.928 0 0 1 91.328 110.08l-60.672 323.584A96 96 0 0 1 720.32 896H303.68a96 96 0 0 1-94.336-78.336L148.672 494.08A92.928 92.928 0 0 1 240 384h-16V224a96 96 0 0 1 188.608-25.28A95.74 95.74 0 0 1 480 197.44V160a96 96 0 0 1 188.608-25.28A96 96 0 0 1 800 224v160zM670.784 512a128 128 0 0 1-99.904 48H453.12a128 128 0 0 1-99.84-48H352v-1.536a128 128 0 0 1-9.984-14.976L314.88 448H240a28.928 28.928 0 0 0-28.48 34.304L241.088 640h541.824l29.568-157.696A28.928 28.928 0 0 0 784 448h-74.88l-27.136 47.488A132 132 0 0 1 672 510.464V512zM480 288a32 32 0 0 0-64 0v196.096A64 64 0 0 0 453.12 496H480zm-128 96V224a32 32 0 0 0-64 0v160zh-37.12A64 64 0 0 1 352 395.904zm-98.88 320 19.072 101.888A32 32 0 0 0 303.68 832h416.64a32 32 0 0 0 31.488-26.112L770.88 704z"})]))}}),fries_default=_sfc_main117,_sfc_main118=defineComponent({name:"FullScreen",__name:"full-screen",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"})]))}}),full_screen_default=_sfc_main118,_sfc_main119=defineComponent({name:"GobletFull",__name:"goblet-full",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"})]))}}),goblet_full_default=_sfc_main119,_sfc_main120=defineComponent({name:"GobletSquareFull",__name:"goblet-square-full",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 270.912c10.048 6.72 22.464 14.912 28.992 18.624a220.16 220.16 0 0 0 114.752 30.72c30.592 0 49.408-9.472 91.072-41.152l.64-.448c52.928-40.32 82.368-55.04 132.288-54.656 55.552.448 99.584 20.8 142.72 57.408l1.536 1.28V128H256zm.96 76.288C266.368 482.176 346.88 575.872 512 576c157.44.064 237.952-85.056 253.248-209.984a952 952 0 0 1-40.192-35.712c-32.704-27.776-63.36-41.92-101.888-42.24-31.552-.256-50.624 9.28-93.12 41.6l-.576.448c-52.096 39.616-81.024 54.208-129.792 54.208-54.784 0-100.48-13.376-142.784-37.056zM480 638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96z"})]))}}),goblet_square_full_default=_sfc_main120,_sfc_main121=defineComponent({name:"GobletSquare",__name:"goblet-square",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 638.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912M256 319.68c0 149.568 80 256.192 256 256.256C688.128 576 768 469.568 768 320V128H256z"})]))}}),goblet_square_default=_sfc_main121,_sfc_main122=defineComponent({name:"Goblet",__name:"goblet",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"})]))}}),goblet_default=_sfc_main122,_sfc_main123=defineComponent({name:"GoldMedal",__name:"gold-medal",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16M640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a360 360 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98"}),createBaseVNode("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),gold_medal_default=_sfc_main123,_sfc_main124=defineComponent({name:"GoodsFilled",__name:"goods-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"})]))}}),goods_filled_default=_sfc_main124,_sfc_main125=defineComponent({name:"Goods",__name:"goods",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"})]))}}),goods_default=_sfc_main125,_sfc_main126=defineComponent({name:"Grape",__name:"grape",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),grape_default=_sfc_main126,_sfc_main127=defineComponent({name:"Grid",__name:"grid",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),grid_default=_sfc_main127,_sfc_main128=defineComponent({name:"Guide",__name:"guide",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"}),createBaseVNode("path",{fill:"currentColor",d:"m220.8 256-71.232 80 71.168 80H768V256zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"})]))}}),guide_default=_sfc_main128,_sfc_main129=defineComponent({name:"Handbag",__name:"handbag",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"})]))}}),handbag_default=_sfc_main129,_sfc_main130=defineComponent({name:"Headset",__name:"headset",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"})]))}}),headset_default=_sfc_main130,_sfc_main131=defineComponent({name:"HelpFilled",__name:"help-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M926.784 480H701.312A192.51 192.51 0 0 0 544 322.688V97.216A416.064 416.064 0 0 1 926.784 480m0 64A416.064 416.064 0 0 1 544 926.784V701.312A192.51 192.51 0 0 0 701.312 544zM97.28 544h225.472A192.51 192.51 0 0 0 480 701.312v225.472A416.064 416.064 0 0 1 97.216 544zm0-64A416.064 416.064 0 0 1 480 97.216v225.472A192.51 192.51 0 0 0 322.688 480H97.216z"})]))}}),help_filled_default=_sfc_main131,_sfc_main132=defineComponent({name:"Help",__name:"help",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m759.936 805.248-90.944-91.008A254.9 254.9 0 0 1 512 768a254.9 254.9 0 0 1-156.992-53.76l-90.944 91.008A382.46 382.46 0 0 0 512 896c94.528 0 181.12-34.176 247.936-90.752m45.312-45.312A382.46 382.46 0 0 0 896 512c0-94.528-34.176-181.12-90.752-247.936l-91.008 90.944C747.904 398.4 768 452.864 768 512s-20.096 113.6-53.76 156.992zm-45.312-541.184A382.46 382.46 0 0 0 512 128c-94.528 0-181.12 34.176-247.936 90.752l90.944 91.008A254.9 254.9 0 0 1 512 256c59.136 0 113.6 20.096 156.992 53.76zm-541.184 45.312A382.46 382.46 0 0 0 128 512c0 94.528 34.176 181.12 90.752 247.936l91.008-90.944A254.9 254.9 0 0 1 256 512c0-59.136 20.096-113.6 53.76-156.992zm417.28 394.496a194.6 194.6 0 0 0 22.528-22.528C686.912 602.56 704 559.232 704 512a191.23 191.23 0 0 0-67.968-146.56A191.3 191.3 0 0 0 512 320a191.23 191.23 0 0 0-146.56 67.968C337.088 421.44 320 464.768 320 512a191.23 191.23 0 0 0 67.968 146.56C421.44 686.912 464.768 704 512 704c47.296 0 90.56-17.088 124.032-45.44M512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),help_default=_sfc_main132,_sfc_main133=defineComponent({name:"Hide",__name:"hide",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176S0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4m-646.4 528Q115.2 579.2 76.8 512q43.2-72 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4m140.8-96Q352 555.2 352 512c0-44.8 16-83.2 48-112s67.2-48 112-48c28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6q-43.2 72-153.6 172.8c-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176S1024 528 1024 512s-48.001-73.6-134.401-176"}),createBaseVNode("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112s-67.2 48-112 48"})]))}}),hide_default=_sfc_main133,_sfc_main134=defineComponent({name:"Histogram",__name:"histogram",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),histogram_default=_sfc_main134,_sfc_main135=defineComponent({name:"HomeFilled",__name:"home-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),home_filled_default=_sfc_main135,_sfc_main136=defineComponent({name:"HotWater",__name:"hot-water",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134M512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133M375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267"})]))}}),hot_water_default=_sfc_main136,_sfc_main137=defineComponent({name:"House",__name:"house",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"})]))}}),house_default=_sfc_main137,_sfc_main138=defineComponent({name:"IceCreamRound",__name:"ice-cream-round",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0"})]))}}),ice_cream_round_default=_sfc_main138,_sfc_main139=defineComponent({name:"IceCreamSquare",__name:"ice-cream-square",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M416 640h256a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32H352a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32zm192 64v160a96 96 0 0 1-192 0V704h-64a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96h320a96 96 0 0 1 96 96v448a96 96 0 0 1-96 96zm-64 0h-64v160a32 32 0 1 0 64 0z"})]))}}),ice_cream_square_default=_sfc_main139,_sfc_main140=defineComponent({name:"IceCream",__name:"ice-cream",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128.64 448a208 208 0 0 1 193.536-191.552 224 224 0 0 1 445.248 15.488A208.13 208.13 0 0 1 894.784 448H896L548.8 983.68a32 32 0 0 1-53.248.704L128 448zm64.256 0h286.208a144 144 0 0 0-286.208 0m351.36 0h286.272a144 144 0 0 0-286.272 0m-294.848 64 271.808 396.608L778.24 512zM511.68 352.64a207.87 207.87 0 0 1 189.184-96.192 160 160 0 0 0-314.752 5.632c52.608 12.992 97.28 46.08 125.568 90.56"})]))}}),ice_cream_default=_sfc_main140,_sfc_main141=defineComponent({name:"IceDrink",__name:"ice-drink",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.13 256.13 0 0 0 512 192.64m-64 8.064A256.45 256.45 0 0 0 264.256 384H448zm64-72.064A320.13 320.13 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.38 320.38 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"})]))}}),ice_drink_default=_sfc_main141,_sfc_main142=defineComponent({name:"IceTea",__name:"ice-tea",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"})]))}}),ice_tea_default=_sfc_main142,_sfc_main143=defineComponent({name:"InfoFilled",__name:"info-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.99 12.99 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"})]))}}),info_filled_default=_sfc_main143,_sfc_main144=defineComponent({name:"Iphone",__name:"iphone",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 768v96.064a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V768zm0-64h576V160a64 64 0 0 0-64-64H288a64 64 0 0 0-64 64zm32 288a96 96 0 0 1-96-96V128a96 96 0 0 1 96-96h512a96 96 0 0 1 96 96v768a96 96 0 0 1-96 96zm304-144a48 48 0 1 1-96 0 48 48 0 0 1 96 0"})]))}}),iphone_default=_sfc_main144,_sfc_main145=defineComponent({name:"Key",__name:"key",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"})]))}}),key_default=_sfc_main145,_sfc_main146=defineComponent({name:"KnifeFork",__name:"knife-fork",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256s32 177.152 32 288z"})]))}}),knife_fork_default=_sfc_main146,_sfc_main147=defineComponent({name:"Lightning",__name:"lightning",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 671.36v64.128A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"}),createBaseVNode("path",{fill:"currentColor",d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"})]))}}),lightning_default=_sfc_main147,_sfc_main148=defineComponent({name:"Link",__name:"link",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"})]))}}),link_default$1=_sfc_main148,_sfc_main149=defineComponent({name:"List",__name:"list",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),list_default=_sfc_main149,_sfc_main150=defineComponent({name:"Loading",__name:"loading",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248M828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0"})]))}}),loading_default=_sfc_main150,_sfc_main151=defineComponent({name:"LocationFilled",__name:"location-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"})]))}}),location_filled_default=_sfc_main151,_sfc_main152=defineComponent({name:"LocationInformation",__name:"location-information",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),location_information_default=_sfc_main152,_sfc_main153=defineComponent({name:"Location",__name:"location",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),location_default=_sfc_main153,_sfc_main154=defineComponent({name:"Lock",__name:"lock",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),createBaseVNode("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"})]))}}),lock_default=_sfc_main154,_sfc_main155=defineComponent({name:"Lollipop",__name:"lollipop",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744m-54.464-36.032a322 322 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"})]))}}),lollipop_default=_sfc_main155,_sfc_main156=defineComponent({name:"MagicStick",__name:"magic-stick",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"})]))}}),magic_stick_default=_sfc_main156,_sfc_main157=defineComponent({name:"Magnet",__name:"magnet",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"})]))}}),magnet_default=_sfc_main157,_sfc_main158=defineComponent({name:"Male",__name:"male",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"}),createBaseVNode("path",{fill:"currentColor",d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"}),createBaseVNode("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),male_default=_sfc_main158,_sfc_main159=defineComponent({name:"Management",__name:"management",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),management_default=_sfc_main159,_sfc_main160=defineComponent({name:"MapLocation",__name:"map-location",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"})]))}}),map_location_default=_sfc_main160,_sfc_main161=defineComponent({name:"Medal",__name:"medal",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),createBaseVNode("path",{fill:"currentColor",d:"M576 128H448v200a286.7 286.7 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96s-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"})]))}}),medal_default=_sfc_main161,_sfc_main162=defineComponent({name:"Memo",__name:"memo",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"}),createBaseVNode("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"}),createBaseVNode("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"})]))}}),memo_default=_sfc_main162,_sfc_main163=defineComponent({name:"Menu",__name:"menu",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"})]))}}),menu_default$2=_sfc_main163,_sfc_main164=defineComponent({name:"MessageBox",__name:"message-box",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128"})]))}}),message_box_default=_sfc_main164,_sfc_main165=defineComponent({name:"Message",__name:"message",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"}),createBaseVNode("path",{fill:"currentColor",d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224z"})]))}}),message_default$1=_sfc_main165,_sfc_main166=defineComponent({name:"Mic",__name:"mic",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"})]))}}),mic_default=_sfc_main166,_sfc_main167=defineComponent({name:"Microphone",__name:"microphone",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"})]))}}),microphone_default=_sfc_main167,_sfc_main168=defineComponent({name:"MilkTea",__name:"milk-tea",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M416 128V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H512a32 32 0 0 0-32 32v32h320a96 96 0 0 1 11.712 191.296l-39.68 581.056A64 64 0 0 1 708.224 960H315.776a64 64 0 0 1-63.872-59.648l-39.616-581.056A96 96 0 0 1 224 128zM276.48 320l39.296 576h392.448l4.8-70.784a224.064 224.064 0 0 1 30.016-439.808L747.52 320zM224 256h576a32 32 0 1 0 0-64H224a32 32 0 0 0 0 64m493.44 503.872 21.12-309.12a160 160 0 0 0-21.12 309.12"})]))}}),milk_tea_default=_sfc_main168,_sfc_main169=defineComponent({name:"Minus",__name:"minus",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),minus_default=_sfc_main169,_sfc_main170=defineComponent({name:"Money",__name:"money",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"}),createBaseVNode("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.06 29.06 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"}),createBaseVNode("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),money_default=_sfc_main170,_sfc_main171=defineComponent({name:"Monitor",__name:"monitor",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"})]))}}),monitor_default=_sfc_main171,_sfc_main172=defineComponent({name:"MoonNight",__name:"moon-night",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.3 448.3 0 0 1 384 512M171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"}),createBaseVNode("path",{fill:"currentColor",d:"M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"})]))}}),moon_night_default=_sfc_main172,_sfc_main173=defineComponent({name:"Moon",__name:"moon",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 391 391 0 0 0-17.408 16.384m181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"})]))}}),moon_default=_sfc_main173,_sfc_main174=defineComponent({name:"MoreFilled",__name:"more-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),more_filled_default=_sfc_main174,_sfc_main175=defineComponent({name:"More",__name:"more",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"})]))}}),more_default=_sfc_main175,_sfc_main176=defineComponent({name:"MostlyCloudy",__name:"mostly-cloudy",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.81 207.81 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.81 271.81 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"})]))}}),mostly_cloudy_default=_sfc_main176,_sfc_main177=defineComponent({name:"Mouse",__name:"mouse",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112q-30.144 16.128-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76q16.128 30.144 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112q30.144-16.128 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.46 110.46 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.46 174.46 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.46 174.46 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.46 174.46 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"})]))}}),mouse_default=_sfc_main177,_sfc_main178=defineComponent({name:"Mug",__name:"mug",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"})]))}}),mug_default=_sfc_main178,_sfc_main179=defineComponent({name:"MuteNotification",__name:"mute-notification",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.13 320.13 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.55 319.55 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"}),createBaseVNode("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z"})]))}}),mute_notification_default=_sfc_main179,_sfc_main180=defineComponent({name:"Mute",__name:"mute",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m412.16 592.128-45.44 45.44A191.23 191.23 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A223 223 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.98 286.98 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"}),createBaseVNode("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z"})]))}}),mute_default=_sfc_main180,_sfc_main181=defineComponent({name:"NoSmoking",__name:"no-smoking",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),no_smoking_default=_sfc_main181,_sfc_main182=defineComponent({name:"Notebook",__name:"notebook",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"})]))}}),notebook_default=_sfc_main182,_sfc_main183=defineComponent({name:"Notification",__name:"notification",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"}),createBaseVNode("path",{fill:"currentColor",d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"})]))}}),notification_default$1=_sfc_main183,_sfc_main184=defineComponent({name:"Odometer",__name:"odometer",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"}),createBaseVNode("path",{fill:"currentColor",d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"})]))}}),odometer_default=_sfc_main184,_sfc_main185=defineComponent({name:"OfficeBuilding",__name:"office-building",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),createBaseVNode("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"})]))}}),office_building_default=_sfc_main185,_sfc_main186=defineComponent({name:"Open",__name:"open",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36"}),createBaseVNode("path",{fill:"currentColor",d:"M694.044 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),open_default=_sfc_main186,_sfc_main187=defineComponent({name:"Operation",__name:"operation",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"})]))}}),operation_default=_sfc_main187,_sfc_main188=defineComponent({name:"Opportunity",__name:"opportunity",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 960v-64h192.064v64zm448-544a350.66 350.66 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.55 351.55 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"})]))}}),opportunity_default=_sfc_main188,_sfc_main189=defineComponent({name:"Orange",__name:"orange",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 894.72a382.34 382.34 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.34 382.34 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024zM894.656 480a382.34 382.34 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024zm-134.72-261.248A382.34 382.34 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.34 382.34 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.34 382.34 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.34 382.34 0 0 0 89.408 215.936l182.976-182.912A127.2 127.2 0 0 1 388.032 544zm134.72 261.248A382.34 382.34 0 0 0 480 894.656V635.968a127.2 127.2 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"})]))}}),orange_default=_sfc_main189,_sfc_main190=defineComponent({name:"Paperclip",__name:"paperclip",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744z"})]))}}),paperclip_default=_sfc_main190,_sfc_main191=defineComponent({name:"PartlyCloudy",__name:"partly-cloudy",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"}),createBaseVNode("path",{fill:"currentColor",d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6004 6004 0 0 0-49.28 41.408"})]))}}),partly_cloudy_default=_sfc_main191,_sfc_main192=defineComponent({name:"Pear",__name:"pear",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M542.336 258.816a443 443 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.69 162.69 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.69 162.69 0 0 0-130.112-133.12m-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a317 317 0 0 0-9.792 15.104 226.69 226.69 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"})]))}}),pear_default=_sfc_main192,_sfc_main193=defineComponent({name:"PhoneFilled",__name:"phone-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048"})]))}}),phone_filled_default=_sfc_main193,_sfc_main194=defineComponent({name:"Phone",__name:"phone",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"})]))}}),phone_default=_sfc_main194,_sfc_main195=defineComponent({name:"PictureFilled",__name:"picture-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384"})]))}}),picture_filled_default=_sfc_main195,_sfc_main196=defineComponent({name:"PictureRounded",__name:"picture-rounded",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128a384 384 0 1 0 0 768 384 384 0 0 0 0-768m0-64a448 448 0 1 1 0 896 448 448 0 0 1 0-896"}),createBaseVNode("path",{fill:"currentColor",d:"M640 288q64 0 64 64t-64 64-64-64 64-64M214.656 790.656l-45.312-45.312 185.664-185.6a96 96 0 0 1 123.712-10.24l138.24 98.688a32 32 0 0 0 39.872-2.176L906.688 422.4l42.624 47.744L699.52 693.696a96 96 0 0 1-119.808 6.592l-138.24-98.752a32 32 0 0 0-41.152 3.456l-185.664 185.6z"})]))}}),picture_rounded_default=_sfc_main196,_sfc_main197=defineComponent({name:"Picture",__name:"picture",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M384 288q64 0 64 64t-64 64-64-64 64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"})]))}}),picture_default=_sfc_main197,_sfc_main198=defineComponent({name:"PieChart",__name:"pie-chart",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.13 384.13 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.13 448.13 0 0 1 448 68.48"}),createBaseVNode("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28M512 64V33.152A448 448 0 0 1 990.848 512H512z"})]))}}),pie_chart_default=_sfc_main198,_sfc_main199=defineComponent({name:"Place",__name:"place",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"}),createBaseVNode("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"})]))}}),place_default=_sfc_main199,_sfc_main200=defineComponent({name:"Platform",__name:"platform",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),platform_default=_sfc_main200,_sfc_main201=defineComponent({name:"Plus",__name:"plus",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),plus_default=_sfc_main201,_sfc_main202=defineComponent({name:"Pointer",__name:"pointer",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.27 94.27 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.27 158.27 0 0 1 185.984 8.32z"})]))}}),pointer_default=_sfc_main202,_sfc_main203=defineComponent({name:"Position",__name:"position",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992z"})]))}}),position_default=_sfc_main203,_sfc_main204=defineComponent({name:"Postcard",__name:"postcard",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"}),createBaseVNode("path",{fill:"currentColor",d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),postcard_default=_sfc_main204,_sfc_main205=defineComponent({name:"Pouring",__name:"pouring",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672M959.552 480a256 256 0 0 1-256 256h-400A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"})]))}}),pouring_default=_sfc_main205,_sfc_main206=defineComponent({name:"Present",__name:"present",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),createBaseVNode("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),createBaseVNode("path",{fill:"currentColor",d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),present_default=_sfc_main206,_sfc_main207=defineComponent({name:"PriceTag",__name:"price-tag",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"}),createBaseVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),price_tag_default=_sfc_main207,_sfc_main208=defineComponent({name:"Printer",__name:"printer",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.3 23.3 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.3 23.3 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"})]))}}),printer_default=_sfc_main208,_sfc_main209=defineComponent({name:"Promotion",__name:"promotion",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),promotion_default=_sfc_main209,_sfc_main210=defineComponent({name:"QuartzWatch",__name:"quartz-watch",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51q-13.005.48-22.5 10.02c-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01s-3.66-16.16-10.02-22.5c-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01q5.025 17.985 22.5 22.5m242.94 0q17.505-4.545 22.02-22.02c3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5q-9.54 9.51-10.02 22.5c-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"}),createBaseVNode("path",{fill:"currentColor",d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"}),createBaseVNode("path",{fill:"currentColor",d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"})]))}}),quartz_watch_default=_sfc_main210,_sfc_main211=defineComponent({name:"QuestionFilled",__name:"question-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592q0-64.416-42.24-101.376c-28.16-25.344-65.472-37.312-111.232-37.312m-12.672 406.208a54.27 54.27 0 0 0-38.72 14.784 49.4 49.4 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.85 54.85 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.97 51.97 0 0 0-15.488-38.016 55.94 55.94 0 0 0-39.424-14.784"})]))}}),question_filled_default=_sfc_main211,_sfc_main212=defineComponent({name:"Rank",__name:"rank",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544z"})]))}}),rank_default=_sfc_main212,_sfc_main213=defineComponent({name:"ReadingLamp",__name:"reading-lamp",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"}),createBaseVNode("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),reading_lamp_default=_sfc_main213,_sfc_main214=defineComponent({name:"Reading",__name:"reading",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36"}),createBaseVNode("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),reading_default=_sfc_main214,_sfc_main215=defineComponent({name:"RefreshLeft",__name:"refresh-left",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"})]))}}),refresh_left_default=_sfc_main215,_sfc_main216=defineComponent({name:"RefreshRight",__name:"refresh-right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88"})]))}}),refresh_right_default=_sfc_main216,_sfc_main217=defineComponent({name:"Refresh",__name:"refresh",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"})]))}}),refresh_default=_sfc_main217,_sfc_main218=defineComponent({name:"Refrigerator",__name:"refrigerator",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"})]))}}),refrigerator_default=_sfc_main218,_sfc_main219=defineComponent({name:"RemoveFilled",__name:"remove-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"})]))}}),remove_filled_default=_sfc_main219,_sfc_main220=defineComponent({name:"Remove",__name:"remove",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),remove_default=_sfc_main220,_sfc_main221=defineComponent({name:"Right",__name:"right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),right_default=_sfc_main221,_sfc_main222=defineComponent({name:"ScaleToOriginal",__name:"scale-to-original",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118m-361.412 0a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118M512 361.412a30.12 30.12 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.12 30.12 0 0 0 512 361.412M512 512a30.12 30.12 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.12 30.12 0 0 0 512 512"})]))}}),scale_to_original_default=_sfc_main222,_sfc_main223=defineComponent({name:"School",__name:"school",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),createBaseVNode("path",{fill:"currentColor",d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"})]))}}),school_default=_sfc_main223,_sfc_main224=defineComponent({name:"Scissor",__name:"scissor",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"})]))}}),scissor_default=_sfc_main224,_sfc_main225=defineComponent({name:"Search",__name:"search",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"})]))}}),search_default=_sfc_main225,_sfc_main226=defineComponent({name:"Select",__name:"select",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496"})]))}}),select_default$2=_sfc_main226,_sfc_main227=defineComponent({name:"Sell",__name:"sell",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248"})]))}}),sell_default=_sfc_main227,_sfc_main228=defineComponent({name:"SemiSelect",__name:"semi-select",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),semi_select_default=_sfc_main228,_sfc_main229=defineComponent({name:"Service",__name:"service",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.06 192.06 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193 193 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"})]))}}),service_default=_sfc_main229,_sfc_main230=defineComponent({name:"SetUp",__name:"set-up",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"}),createBaseVNode("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),createBaseVNode("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),createBaseVNode("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),set_up_default=_sfc_main230,_sfc_main231=defineComponent({name:"Setting",__name:"setting",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"})]))}}),setting_default=_sfc_main231,_sfc_main232=defineComponent({name:"Share",__name:"share",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m679.872 348.8-301.76 188.608a127.8 127.8 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"})]))}}),share_default=_sfc_main232,_sfc_main233=defineComponent({name:"Ship",__name:"ship",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2z"})]))}}),ship_default=_sfc_main233,_sfc_main234=defineComponent({name:"Shop",__name:"shop",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"})]))}}),shop_default=_sfc_main234,_sfc_main235=defineComponent({name:"ShoppingBag",__name:"shopping-bag",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"}),createBaseVNode("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),shopping_bag_default=_sfc_main235,_sfc_main236=defineComponent({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44z"}),createBaseVNode("path",{fill:"currentColor",d:"M699.648 256 608 145.984 516.352 256zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648z"})]))}}),shopping_cart_full_default=_sfc_main236,_sfc_main237=defineComponent({name:"ShoppingCart",__name:"shopping-cart",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44z"})]))}}),shopping_cart_default=_sfc_main237,_sfc_main238=defineComponent({name:"ShoppingTrolley",__name:"shopping-trolley",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M368 833c-13.3 0-24.5 4.5-33.5 13.5S321 866.7 321 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193c7.4 0 13.8-2.2 19.5-6.5S836 623.3 838 616l112-448c2-10-.2-19.2-6.5-27.5S929 128 919 128H96c-9.3 0-17 3-23 9s-9 13.7-9 23 3 17 9 23 13.7 9 23 9h96v576h672c9.3 0 17-3 23-9s9-13.7 9-23-3-17-9-23-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641c-13.3 0-24.5 4.5-33.5 13.5S641 866.7 641 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"})]))}}),shopping_trolley_default=_sfc_main238,_sfc_main239=defineComponent({name:"Smoking",__name:"smoking",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),smoking_default=_sfc_main239,_sfc_main240=defineComponent({name:"Soccer",__name:"soccer",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.06 573.06 0 0 0 224.832-137.216 573.1 573.1 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.7 567.7 0 0 0 170.432 532.48zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944s-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248z"})]))}}),soccer_default=_sfc_main240,_sfc_main241=defineComponent({name:"SoldOut",__name:"sold-out",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"})]))}}),sold_out_default=_sfc_main241,_sfc_main242=defineComponent({name:"SortDown",__name:"sort-down",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"})]))}}),sort_down_default=_sfc_main242,_sfc_main243=defineComponent({name:"SortUp",__name:"sort-up",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"})]))}}),sort_up_default=_sfc_main243,_sfc_main244=defineComponent({name:"Sort",__name:"sort",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0z"})]))}}),sort_default=_sfc_main244,_sfc_main245=defineComponent({name:"Stamp",__name:"stamp",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"})]))}}),stamp_default=_sfc_main245,_sfc_main246=defineComponent({name:"StarFilled",__name:"star-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M313.6 924.48a70.4 70.4 0 0 1-74.152-5.365 70.4 70.4 0 0 1-27.992-68.875l37.888-220.928L88.96 472.96a70.4 70.4 0 0 1 3.788-104.225A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 100.246-28.595 70.4 70.4 0 0 1 25.962 28.595l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"})]))}}),star_filled_default=_sfc_main246,_sfc_main247=defineComponent({name:"Star",__name:"star",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"})]))}}),star_default=_sfc_main247,_sfc_main248=defineComponent({name:"Stopwatch",__name:"stopwatch",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"})]))}}),stopwatch_default=_sfc_main248,_sfc_main249=defineComponent({name:"SuccessFilled",__name:"success-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),success_filled_default=_sfc_main249,_sfc_main250=defineComponent({name:"Sugar",__name:"sugar",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16zm-548.8 198.72h447.168v2.24l60.8-60.8a63.8 63.8 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64 64 0 0 0-10.24 13.248zm0 64q4.128 7.104 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"})]))}}),sugar_default=_sfc_main250,_sfc_main251=defineComponent({name:"SuitcaseLine",__name:"suitcase-line",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5S64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"})]))}}),suitcase_line_default=_sfc_main251,_sfc_main252=defineComponent({name:"Suitcase",__name:"suitcase",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 384h768v-64a64 64 0 0 0-64-64H192a64 64 0 0 0-64 64zm0 64v320a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V448zm64-256h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),createBaseVNode("path",{fill:"currentColor",d:"M384 128v64h256v-64zm0-64h256a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64H384a64 64 0 0 1-64-64v-64a64 64 0 0 1 64-64"})]))}}),suitcase_default=_sfc_main252,_sfc_main253=defineComponent({name:"Sunny",__name:"sunny",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0m543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"})]))}}),sunny_default=_sfc_main253,_sfc_main254=defineComponent({name:"Sunrise",__name:"sunrise",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0m-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"})]))}}),sunrise_default=_sfc_main254,_sfc_main255=defineComponent({name:"Sunset",__name:"sunset",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),sunset_default=_sfc_main255,_sfc_main256=defineComponent({name:"SwitchButton",__name:"switch-button",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128"}),createBaseVNode("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),switch_button_default=_sfc_main256,_sfc_main257=defineComponent({name:"SwitchFilled",__name:"switch-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36"}),createBaseVNode("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.66 196.66 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.7 196.7 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42m-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.7 131.7 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.66 196.66 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.7 196.7 0 0 0 139.08-57.61A196.66 196.66 0 0 0 896 699.31V325.29a196.7 196.7 0 0 0-57.61-139.08m-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82"})]))}}),switch_filled_default=_sfc_main257,_sfc_main258=defineComponent({name:"Switch",__name:"switch",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344M64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"})]))}}),switch_default$1=_sfc_main258,_sfc_main259=defineComponent({name:"TakeawayBox",__name:"takeaway-box",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"})]))}}),takeaway_box_default=_sfc_main259,_sfc_main260=defineComponent({name:"Ticket",__name:"ticket",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),ticket_default=_sfc_main260,_sfc_main261=defineComponent({name:"Tickets",__name:"tickets",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"})]))}}),tickets_default=_sfc_main261,_sfc_main262=defineComponent({name:"Timer",__name:"timer",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),createBaseVNode("path",{fill:"currentColor",d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"})]))}}),timer_default=_sfc_main262,_sfc_main263=defineComponent({name:"ToiletPaper",__name:"toilet-paper",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"}),createBaseVNode("path",{fill:"currentColor",d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"})]))}}),toilet_paper_default=_sfc_main263,_sfc_main264=defineComponent({name:"Tools",__name:"tools",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M764.416 254.72a351.7 351.7 0 0 1 86.336 149.184H960v192.064H850.752a351.7 351.7 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.7 351.7 0 0 1-86.336-149.312H64v-192h109.248a351.7 351.7 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"})]))}}),tools_default=_sfc_main264,_sfc_main265=defineComponent({name:"TopLeft",__name:"top-left",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312z"})]))}}),top_left_default=_sfc_main265,_sfc_main266=defineComponent({name:"TopRight",__name:"top-right",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312z"})]))}}),top_right_default=_sfc_main266,_sfc_main267=defineComponent({name:"Top",__name:"top",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"})]))}}),top_default=_sfc_main267,_sfc_main268=defineComponent({name:"TrendCharts",__name:"trend-charts",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"})]))}}),trend_charts_default=_sfc_main268,_sfc_main269=defineComponent({name:"TrophyBase",__name:"trophy-base",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4S745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6S256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6S96 217.6 96 224c3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6S352 790.4 352 800s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4-3.2-16-9.6-22.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4M256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6S320 438.4 320 384V128h384v256q0 81.6-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2M768 896H256c-9.6 0-16 3.2-22.4 9.6S224 918.4 224 928s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4-3.2-16-9.6-22.4-12.8-9.6-22.4-9.6"})]))}}),trophy_base_default=_sfc_main269,_sfc_main270=defineComponent({name:"Trophy",__name:"trophy",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 896V702.08A256.26 256.26 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.26 256.26 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"})]))}}),trophy_default=_sfc_main270,_sfc_main271=defineComponent({name:"TurnOff",__name:"turn-off",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36"}),createBaseVNode("path",{fill:"currentColor",d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),turn_off_default=_sfc_main271,_sfc_main272=defineComponent({name:"Umbrella",__name:"umbrella",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"})]))}}),umbrella_default=_sfc_main272,_sfc_main273=defineComponent({name:"Unlock",__name:"unlock",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),createBaseVNode("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"})]))}}),unlock_default=_sfc_main273,_sfc_main274=defineComponent({name:"UploadFilled",__name:"upload-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.81 239.81 0 0 1 512 192a239.87 239.87 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"})]))}}),upload_filled_default=_sfc_main274,_sfc_main275=defineComponent({name:"Upload",__name:"upload",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"})]))}}),upload_default$1=_sfc_main275,_sfc_main276=defineComponent({name:"UserFilled",__name:"user-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"})]))}}),user_filled_default=_sfc_main276,_sfc_main277=defineComponent({name:"User",__name:"user",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"})]))}}),user_default=_sfc_main277,_sfc_main278=defineComponent({name:"Van",__name:"van",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96zM688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"})]))}}),van_default=_sfc_main278,_sfc_main279=defineComponent({name:"VideoCameraFilled",__name:"video-camera-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m768 576 192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0 160 160 0 0 1-320 0m64 0a96 96 0 1 0 192.064-.064A96 96 0 0 0 448 288m-320 32a128 128 0 1 1 256.064.064A128 128 0 0 1 128 320m64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0"})]))}}),video_camera_filled_default=_sfc_main279,_sfc_main280=defineComponent({name:"VideoCamera",__name:"video-camera",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"})]))}}),video_camera_default=_sfc_main280,_sfc_main281=defineComponent({name:"VideoPause",__name:"video-pause",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"})]))}}),video_pause_default=_sfc_main281,_sfc_main282=defineComponent({name:"VideoPlay",__name:"video-play",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"})]))}}),video_play_default=_sfc_main282,_sfc_main283=defineComponent({name:"View",__name:"view",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288m0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.19 160.19 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),view_default=_sfc_main283,_sfc_main284=defineComponent({name:"WalletFilled",__name:"wallet-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"})]))}}),wallet_filled_default=_sfc_main284,_sfc_main285=defineComponent({name:"Wallet",__name:"wallet",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"}),createBaseVNode("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),wallet_default=_sfc_main285,_sfc_main286=defineComponent({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49s12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"})]))}}),warn_triangle_filled_default=_sfc_main286,_sfc_main287=defineComponent({name:"WarningFilled",__name:"warning-filled",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.43 58.43 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.43 58.43 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"})]))}}),warning_filled_default=_sfc_main287,_sfc_main288=defineComponent({name:"Warning",__name:"warning",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"})]))}}),warning_default=_sfc_main288,_sfc_main289=defineComponent({name:"Watch",__name:"watch",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),createBaseVNode("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),watch_default=_sfc_main289,_sfc_main290=defineComponent({name:"Watermelon",__name:"watermelon",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m683.072 600.32-43.648 162.816-61.824-16.512 53.248-198.528L576 493.248l-158.4 158.4-45.248-45.248 158.4-158.4-55.616-55.616-198.528 53.248-16.512-61.824 162.816-43.648L282.752 200A384 384 0 0 0 824 741.248zm231.552 141.056a448 448 0 1 1-632-632z"})]))}}),watermelon_default=_sfc_main290,_sfc_main291=defineComponent({name:"WindPower",__name:"wind-power",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"})]))}}),wind_power_default=_sfc_main291,_sfc_main292=defineComponent({name:"ZoomIn",__name:"zoom-in",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"})]))}}),zoom_in_default=_sfc_main292,_sfc_main293=defineComponent({name:"ZoomOut",__name:"zoom-out",setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704M352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64"})]))}}),zoom_out_default=_sfc_main293;const ElementPlusIcons=Object.freeze(Object.defineProperty({__proto__:null,AddLocation:add_location_default,Aim:aim_default,AlarmClock:alarm_clock_default,Apple:apple_default,ArrowDown:arrow_down_default,ArrowDownBold:arrow_down_bold_default,ArrowLeft:arrow_left_default,ArrowLeftBold:arrow_left_bold_default,ArrowRight:arrow_right_default,ArrowRightBold:arrow_right_bold_default,ArrowUp:arrow_up_default,ArrowUpBold:arrow_up_bold_default,Avatar:avatar_default$1,Back:back_default,Baseball:baseball_default,Basketball:basketball_default,Bell:bell_default,BellFilled:bell_filled_default,Bicycle:bicycle_default,Bottom:bottom_default,BottomLeft:bottom_left_default,BottomRight:bottom_right_default,Bowl:bowl_default,Box:box_default,Briefcase:briefcase_default,Brush:brush_default,BrushFilled:brush_filled_default,Burger:burger_default,Calendar:calendar_default$1,Camera:camera_default,CameraFilled:camera_filled_default,CaretBottom:caret_bottom_default,CaretLeft:caret_left_default,CaretRight:caret_right_default,CaretTop:caret_top_default,Cellphone:cellphone_default,ChatDotRound:chat_dot_round_default,ChatDotSquare:chat_dot_square_default,ChatLineRound:chat_line_round_default,ChatLineSquare:chat_line_square_default,ChatRound:chat_round_default,ChatSquare:chat_square_default,Check:check_default,Checked:checked_default,Cherry:cherry_default,Chicken:chicken_default,ChromeFilled:chrome_filled_default,CircleCheck:circle_check_default,CircleCheckFilled:circle_check_filled_default,CircleClose:circle_close_default,CircleCloseFilled:circle_close_filled_default,CirclePlus:circle_plus_default,CirclePlusFilled:circle_plus_filled_default,Clock:clock_default,Close:close_default,CloseBold:close_bold_default,Cloudy:cloudy_default,Coffee:coffee_default,CoffeeCup:coffee_cup_default,Coin:coin_default,ColdDrink:cold_drink_default,Collection:collection_default$1,CollectionTag:collection_tag_default,Comment:comment_default,Compass:compass_default,Connection:connection_default,Coordinate:coordinate_default,CopyDocument:copy_document_default,Cpu:cpu_default,CreditCard:credit_card_default,Crop:crop_default,DArrowLeft:d_arrow_left_default,DArrowRight:d_arrow_right_default,DCaret:d_caret_default,DataAnalysis:data_analysis_default,DataBoard:data_board_default,DataLine:data_line_default,Delete:delete_default,DeleteFilled:delete_filled_default,DeleteLocation:delete_location_default,Dessert:dessert_default,Discount:discount_default,Dish:dish_default,DishDot:dish_dot_default,Document:document_default,DocumentAdd:document_add_default,DocumentChecked:document_checked_default,DocumentCopy:document_copy_default,DocumentDelete:document_delete_default,DocumentRemove:document_remove_default,Download:download_default,Drizzling:drizzling_default,Edit:edit_default,EditPen:edit_pen_default,Eleme:eleme_default,ElemeFilled:eleme_filled_default,ElementPlus:element_plus_default,Expand:expand_default,Failed:failed_default,Female:female_default,Files:files_default,Film:film_default,Filter:filter_default,Finished:finished_default,FirstAidKit:first_aid_kit_default,Flag:flag_default,Fold:fold_default,Folder:folder_default,FolderAdd:folder_add_default,FolderChecked:folder_checked_default,FolderDelete:folder_delete_default,FolderOpened:folder_opened_default,FolderRemove:folder_remove_default,Food:food_default,Football:football_default,ForkSpoon:fork_spoon_default,Fries:fries_default,FullScreen:full_screen_default,Goblet:goblet_default,GobletFull:goblet_full_default,GobletSquare:goblet_square_default,GobletSquareFull:goblet_square_full_default,GoldMedal:gold_medal_default,Goods:goods_default,GoodsFilled:goods_filled_default,Grape:grape_default,Grid:grid_default,Guide:guide_default,Handbag:handbag_default,Headset:headset_default,Help:help_default,HelpFilled:help_filled_default,Hide:hide_default,Histogram:histogram_default,HomeFilled:home_filled_default,HotWater:hot_water_default,House:house_default,IceCream:ice_cream_default,IceCreamRound:ice_cream_round_default,IceCreamSquare:ice_cream_square_default,IceDrink:ice_drink_default,IceTea:ice_tea_default,InfoFilled:info_filled_default,Iphone:iphone_default,Key:key_default,KnifeFork:knife_fork_default,Lightning:lightning_default,Link:link_default$1,List:list_default,Loading:loading_default,Location:location_default,LocationFilled:location_filled_default,LocationInformation:location_information_default,Lock:lock_default,Lollipop:lollipop_default,MagicStick:magic_stick_default,Magnet:magnet_default,Male:male_default,Management:management_default,MapLocation:map_location_default,Medal:medal_default,Memo:memo_default,Menu:menu_default$2,Message:message_default$1,MessageBox:message_box_default,Mic:mic_default,Microphone:microphone_default,MilkTea:milk_tea_default,Minus:minus_default,Money:money_default,Monitor:monitor_default,Moon:moon_default,MoonNight:moon_night_default,More:more_default,MoreFilled:more_filled_default,MostlyCloudy:mostly_cloudy_default,Mouse:mouse_default,Mug:mug_default,Mute:mute_default,MuteNotification:mute_notification_default,NoSmoking:no_smoking_default,Notebook:notebook_default,Notification:notification_default$1,Odometer:odometer_default,OfficeBuilding:office_building_default,Open:open_default,Operation:operation_default,Opportunity:opportunity_default,Orange:orange_default,Paperclip:paperclip_default,PartlyCloudy:partly_cloudy_default,Pear:pear_default,Phone:phone_default,PhoneFilled:phone_filled_default,Picture:picture_default,PictureFilled:picture_filled_default,PictureRounded:picture_rounded_default,PieChart:pie_chart_default,Place:place_default,Platform:platform_default,Plus:plus_default,Pointer:pointer_default,Position:position_default,Postcard:postcard_default,Pouring:pouring_default,Present:present_default,PriceTag:price_tag_default,Printer:printer_default,Promotion:promotion_default,QuartzWatch:quartz_watch_default,QuestionFilled:question_filled_default,Rank:rank_default,Reading:reading_default,ReadingLamp:reading_lamp_default,Refresh:refresh_default,RefreshLeft:refresh_left_default,RefreshRight:refresh_right_default,Refrigerator:refrigerator_default,Remove:remove_default,RemoveFilled:remove_filled_default,Right:right_default,ScaleToOriginal:scale_to_original_default,School:school_default,Scissor:scissor_default,Search:search_default,Select:select_default$2,Sell:sell_default,SemiSelect:semi_select_default,Service:service_default,SetUp:set_up_default,Setting:setting_default,Share:share_default,Ship:ship_default,Shop:shop_default,ShoppingBag:shopping_bag_default,ShoppingCart:shopping_cart_default,ShoppingCartFull:shopping_cart_full_default,ShoppingTrolley:shopping_trolley_default,Smoking:smoking_default,Soccer:soccer_default,SoldOut:sold_out_default,Sort:sort_default,SortDown:sort_down_default,SortUp:sort_up_default,Stamp:stamp_default,Star:star_default,StarFilled:star_filled_default,Stopwatch:stopwatch_default,SuccessFilled:success_filled_default,Sugar:sugar_default,Suitcase:suitcase_default,SuitcaseLine:suitcase_line_default,Sunny:sunny_default,Sunrise:sunrise_default,Sunset:sunset_default,Switch:switch_default$1,SwitchButton:switch_button_default,SwitchFilled:switch_filled_default,TakeawayBox:takeaway_box_default,Ticket:ticket_default,Tickets:tickets_default,Timer:timer_default,ToiletPaper:toilet_paper_default,Tools:tools_default,Top:top_default,TopLeft:top_left_default,TopRight:top_right_default,TrendCharts:trend_charts_default,Trophy:trophy_default,TrophyBase:trophy_base_default,TurnOff:turn_off_default,Umbrella:umbrella_default,Unlock:unlock_default,Upload:upload_default$1,UploadFilled:upload_filled_default,User:user_default,UserFilled:user_filled_default,Van:van_default,VideoCamera:video_camera_default,VideoCameraFilled:video_camera_filled_default,VideoPause:video_pause_default,VideoPlay:video_play_default,View:view_default,Wallet:wallet_default,WalletFilled:wallet_filled_default,WarnTriangleFilled:warn_triangle_filled_default,Warning:warning_default,WarningFilled:warning_filled_default,Watch:watch_default,Watermelon:watermelon_default,WindPower:wind_power_default,ZoomIn:zoom_in_default,ZoomOut:zoom_out_default},Symbol.toStringTag,{value:"Module"})),iconPropType=definePropType([String,Object,Function]),CloseComponents={Close:close_default},TypeComponents={Close:close_default,SuccessFilled:success_filled_default,InfoFilled:info_filled_default,WarningFilled:warning_filled_default,CircleCloseFilled:circle_close_filled_default},TypeComponentsMap={primary:info_filled_default,success:success_filled_default,warning:warning_filled_default,error:circle_close_filled_default,info:info_filled_default},ValidateComponentsMap={validating:loading_default,success:circle_check_default,error:circle_close_default},alertEffects=["light","dark"],alertProps=buildProps$1({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:keysOf(TypeComponentsMap),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:alertEffects,default:"light"}}),alertEmits={close:r4=>r4 instanceof MouseEvent},iconProps=buildProps$1({size:{type:definePropType([Number,String])},color:{type:String}});var icon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElIcon",inheritAttrs:!1,__name:"icon",props:iconProps,setup(r4){const x_=r4,$P=useNamespace("icon"),zP=computed(()=>{const{size:z9,color:eAe}=x_,tAe=addUnit(z9);return!tAe&&!eAe?{}:{fontSize:tAe,"--color":eAe}});return(z9,eAe)=>(openBlock(),createElementBlock("i",mergeProps({class:unref($P).b(),style:zP.value},z9.$attrs),[renderSlot(z9.$slots,"default")],16))}}),icon_default=icon_vue_vue_type_script_setup_true_lang_default;const ElIcon=withInstall(icon_default);var alert_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElAlert",__name:"alert",props:alertProps,emits:alertEmits,setup(r4,{emit:x_}){const{Close:$P}=TypeComponents,zP=r4,z9=x_,eAe=useSlots(),tAe=useNamespace("alert"),AAe=ref(!0),iAe=computed(()=>TypeComponentsMap[zP.type]),nAe=computed(()=>{var cAe;if(zP.description)return!0;const aAe=(cAe=eAe.default)==null?void 0:cAe.call(eAe);return aAe?flattedChildren(aAe).some(uAe=>!isComment(uAe)):!1}),oAe=aAe=>{AAe.value=!1,z9("close",aAe)};return(aAe,cAe)=>(openBlock(),createBlock(Transition,{name:unref(tAe).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{class:normalizeClass([unref(tAe).b(),unref(tAe).m(r4.type),unref(tAe).is("center",r4.center),unref(tAe).is(r4.effect)]),role:"alert"},[r4.showIcon&&(aAe.$slots.icon||iAe.value)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(tAe).e("icon"),unref(tAe).is("big",nAe.value)])},{default:withCtx(()=>[renderSlot(aAe.$slots,"icon",{},()=>[(openBlock(),createBlock(resolveDynamicComponent(iAe.value)))])]),_:3},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(tAe).e("content"))},[r4.title||aAe.$slots.title?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass([unref(tAe).e("title"),{"with-description":nAe.value}])},[renderSlot(aAe.$slots,"title",{},()=>[createTextVNode(toDisplayString(r4.title),1)])],2)):createCommentVNode("v-if",!0),nAe.value?(openBlock(),createElementBlock("p",{key:1,class:normalizeClass(unref(tAe).e("description"))},[renderSlot(aAe.$slots,"default",{},()=>[createTextVNode(toDisplayString(r4.description),1)])],2)):createCommentVNode("v-if",!0),r4.closable?(openBlock(),createElementBlock(Fragment$1,{key:2},[r4.closeText?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(tAe).e("close-btn"),unref(tAe).is("customed")]),onClick:oAe},toDisplayString(r4.closeText),3)):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(tAe).e("close-btn")),onClick:oAe},{default:withCtx(()=>[createVNode$1(unref($P))]),_:1},8,["class"]))],64)):createCommentVNode("v-if",!0)],2)],2),[[vShow,AAe.value]])]),_:3},8,["name"]))}}),alert_default=alert_vue_vue_type_script_setup_true_lang_default;const ElAlert=withInstall(alert_default),roleTypes=["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],popperProps=buildProps$1({role:{type:String,values:roleTypes,default:"tooltip"}}),POPPER_INJECTION_KEY=Symbol("popper"),POPPER_CONTENT_INJECTION_KEY=Symbol("popperContent");var arrow_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPopperArrow",inheritAttrs:!1,__name:"arrow",setup(r4,{expose:x_}){const $P=useNamespace("popper"),{arrowRef:zP,arrowStyle:z9}=inject(POPPER_CONTENT_INJECTION_KEY,void 0);return onBeforeUnmount(()=>{zP.value=void 0}),x_({arrowRef:zP}),(eAe,tAe)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:zP,class:normalizeClass(unref($P).e("arrow")),style:normalizeStyle$1(unref(z9)),"data-popper-arrow":""},null,6))}}),arrow_default=arrow_vue_vue_type_script_setup_true_lang_default;const popperTriggerProps=buildProps$1({virtualRef:{type:definePropType(Object)},virtualTriggering:Boolean,onMouseenter:{type:definePropType(Function)},onMouseleave:{type:definePropType(Function)},onClick:{type:definePropType(Function)},onKeydown:{type:definePropType(Function)},onFocus:{type:definePropType(Function)},onBlur:{type:definePropType(Function)},onContextmenu:{type:definePropType(Function)},id:String,open:Boolean}),NAME="ElOnlyChild",OnlyChild=defineComponent({name:NAME,setup(r4,{slots:x_,attrs:$P}){var z9;const zP=useForwardRefDirective(((z9=inject(FORWARD_REF_INJECTION_KEY))==null?void 0:z9.setForwardRef)??NOOP);return()=>{var iAe;const eAe=(iAe=x_.default)==null?void 0:iAe.call(x_,$P);if(!eAe)return null;const[tAe,AAe]=findFirstLegitChild(eAe);return tAe?(AAe>1&&debugWarn(NAME,"requires exact only one valid child."),withDirectives(cloneVNode(tAe,$P),[[zP]])):(debugWarn(NAME,"no valid child node found"),null)}}});function findFirstLegitChild(r4){if(!r4)return[null,0];const x_=r4,$P=x_.filter(zP=>zP.type!==Comment).length;for(const zP of x_){if(isObject$9(zP))switch(zP.type){case Comment:continue;case Text:case"svg":return[wrapTextContent(zP),$P];case Fragment$1:return findFirstLegitChild(zP.children);default:return[zP,$P]}return[wrapTextContent(zP),$P]}return[null,0]}function wrapTextContent(r4){const x_=useNamespace("only-child");return createVNode$1("span",{class:x_.e("content")},[r4])}var trigger_vue_vue_type_script_setup_true_lang_default$1=defineComponent({name:"ElPopperTrigger",inheritAttrs:!1,__name:"trigger",props:popperTriggerProps,setup(r4,{expose:x_}){const $P=r4,{role:zP,triggerRef:z9}=inject(POPPER_INJECTION_KEY,void 0);useForwardRef(z9);const eAe=computed(()=>AAe.value?$P.id:void 0),tAe=computed(()=>{if(zP&&zP.value==="tooltip")return $P.open&&$P.id?$P.id:void 0}),AAe=computed(()=>{if(zP&&zP.value!=="tooltip")return zP.value}),iAe=computed(()=>AAe.value?`${$P.open}`:void 0);let nAe;const oAe=["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"];return onMounted(()=>{watch(()=>$P.virtualRef,aAe=>{aAe&&(z9.value=unrefElement$1(aAe))},{immediate:!0}),watch(z9,(aAe,cAe)=>{nAe==null||nAe(),nAe=void 0,isElement$1(cAe)&&oAe.forEach(uAe=>{const dAe=$P[uAe];dAe&&cAe.removeEventListener(uAe.slice(2).toLowerCase(),dAe,["onFocus","onBlur"].includes(uAe))}),isElement$1(aAe)&&(oAe.forEach(uAe=>{const dAe=$P[uAe];dAe&&aAe.addEventListener(uAe.slice(2).toLowerCase(),dAe,["onFocus","onBlur"].includes(uAe))}),isFocusable(aAe)&&(nAe=watch([eAe,tAe,AAe,iAe],uAe=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((dAe,EAe)=>{isNil(uAe[EAe])?aAe.removeAttribute(dAe):aAe.setAttribute(dAe,uAe[EAe])})},{immediate:!0}))),isElement$1(cAe)&&isFocusable(cAe)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(uAe=>cAe.removeAttribute(uAe))},{immediate:!0})}),onBeforeUnmount(()=>{if(nAe==null||nAe(),nAe=void 0,z9.value&&isElement$1(z9.value)){const aAe=z9.value;oAe.forEach(cAe=>{const uAe=$P[cAe];uAe&&aAe.removeEventListener(cAe.slice(2).toLowerCase(),uAe,["onFocus","onBlur"].includes(cAe))}),z9.value=void 0}}),x_({triggerRef:z9}),(aAe,cAe)=>r4.virtualTriggering?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(OnlyChild),mergeProps({key:0},aAe.$attrs,{"aria-controls":eAe.value,"aria-describedby":tAe.value,"aria-expanded":iAe.value,"aria-haspopup":AAe.value}),{default:withCtx(()=>[renderSlot(aAe.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}}),trigger_default$1=trigger_vue_vue_type_script_setup_true_lang_default$1;const popperArrowProps=buildProps$1({arrowOffset:{type:Number,default:5}}),POSITIONING_STRATEGIES=["fixed","absolute"],popperCoreConfigProps=buildProps$1({boundariesPadding:{type:Number,default:0},fallbackPlacements:{type:definePropType(Array),default:void 0},gpuAcceleration:{type:Boolean,default:!0},offset:{type:Number,default:12},placement:{type:String,values:Ee$7,default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},strategy:{type:String,values:POSITIONING_STRATEGIES,default:"absolute"}}),popperContentProps=buildProps$1({...popperCoreConfigProps,...popperArrowProps,id:String,style:{type:definePropType([String,Array,Object])},className:{type:definePropType([String,Array,Object])},effect:{type:definePropType(String),default:"dark"},visible:Boolean,enterable:{type:Boolean,default:!0},pure:Boolean,focusOnShow:Boolean,trapping:Boolean,popperClass:{type:definePropType([String,Array,Object])},popperStyle:{type:definePropType([String,Array,Object])},referenceEl:{type:definePropType(Object)},triggerTargetEl:{type:definePropType(Object)},stopPopperMouseEvent:{type:Boolean,default:!0},virtualTriggering:Boolean,zIndex:Number,...useAriaProps(["ariaLabel"]),loop:Boolean}),popperContentEmits={mouseenter:r4=>r4 instanceof MouseEvent,mouseleave:r4=>r4 instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},formMetaProps=buildProps$1({size:{type:String,values:componentSizes},disabled:Boolean}),formProps=buildProps$1({...formMetaProps,model:Object,rules:{type:definePropType(Object)},labelPosition:{type:String,values:["left","right","top"],default:"right"},requireAsteriskPosition:{type:String,values:["left","right"],default:"left"},labelWidth:{type:[String,Number],default:""},labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:Boolean,scrollToError:Boolean,scrollIntoViewOptions:{type:definePropType([Object,Boolean]),default:!0}}),formEmits={validate:(r4,x_,$P)=>(isArray$6(r4)||isString$2(r4))&&isBoolean(x_)&&isString$2($P)},formContextKey=Symbol("formContextKey"),formItemContextKey=Symbol("formItemContextKey"),useFormSize=(r4,x_={})=>{const $P=ref(void 0),zP=x_.prop?$P:useProp("size"),z9=x_.global?$P:useGlobalSize(),eAe=x_.form?{size:void 0}:inject(formContextKey,void 0),tAe=x_.formItem?{size:void 0}:inject(formItemContextKey,void 0);return computed(()=>zP.value||unref(r4)||(tAe==null?void 0:tAe.size)||(eAe==null?void 0:eAe.size)||z9.value||"")},useFormDisabled=r4=>{const x_=useProp("disabled"),$P=inject(formContextKey,void 0);return computed(()=>x_.value??unref(r4)??($P==null?void 0:$P.disabled)??!1)},useFormItem=()=>({form:inject(formContextKey,void 0),formItem:inject(formItemContextKey,void 0)}),useFormItemInputId=(r4,{formItemContext:x_,disableIdGeneration:$P,disableIdManagement:zP})=>{$P||($P=ref(!1)),zP||(zP=ref(!1));const z9=getCurrentInstance(),eAe=()=>{let nAe=z9==null?void 0:z9.parent;for(;nAe;){if(nAe.type.name==="ElFormItem")return!1;if(nAe.type.name==="ElLabelWrap")return!0;nAe=nAe.parent}return!1},tAe=ref();let AAe;const iAe=computed(()=>{var nAe;return!!(!(r4.label||r4.ariaLabel)&&x_&&x_.inputIds&&((nAe=x_.inputIds)==null?void 0:nAe.length)<=1)});return onMounted(()=>{AAe=watch([toRef$1(r4,"id"),$P],([nAe,oAe])=>{const aAe=nAe??(oAe?void 0:useId().value);aAe!==tAe.value&&(x_!=null&&x_.removeInputId&&!eAe()&&(tAe.value&&x_.removeInputId(tAe.value),!(zP!=null&&zP.value)&&!oAe&&aAe&&x_.addInputId(aAe)),tAe.value=aAe)},{immediate:!0})}),onUnmounted(()=>{AAe&&AAe(),x_!=null&&x_.removeInputId&&tAe.value&&x_.removeInputId(tAe.value)}),{isLabeledByFormItem:iAe,inputId:tAe}},formItemValidateStates=["","error","validating","success"],formItemProps=buildProps$1({label:String,labelWidth:{type:[String,Number]},labelPosition:{type:String,values:["left","right","top",""],default:""},prop:{type:definePropType([String,Array])},required:{type:Boolean,default:void 0},rules:{type:definePropType([Object,Array])},error:String,validateStatus:{type:String,values:formItemValidateStates},for:String,inlineMessage:{type:Boolean,default:void 0},showMessage:{type:Boolean,default:!0},size:{type:String,values:componentSizes}}),unique=r4=>[...new Set(r4)],extractFirst=r4=>isArray$6(r4)?r4[0]:r4,castArray=r4=>!r4&&r4!==0?[]:isArray$6(r4)?r4:[r4],SCOPE$7="ElForm";function useFormLabelWidth(){const r4=ref([]),x_=computed(()=>{if(!r4.value.length)return"0";const eAe=Math.max(...r4.value);return eAe?`${eAe}px`:""});function $P(eAe){const tAe=r4.value.indexOf(eAe);return tAe===-1&&x_.value==="0"&&debugWarn(SCOPE$7,`unexpected width ${eAe}`),tAe}function zP(eAe,tAe){if(eAe&&tAe){const AAe=$P(tAe);r4.value.splice(AAe,1,eAe)}else eAe&&r4.value.push(eAe)}function z9(eAe){const tAe=$P(eAe);tAe>-1&&r4.value.splice(tAe,1)}return{autoLabelWidth:x_,registerLabelWidth:zP,deregisterLabelWidth:z9}}const filterFields=(r4,x_)=>{const $P=castArray$1(x_).map(zP=>isArray$6(zP)?zP.join("."):zP);return $P.length>0?r4.filter(zP=>zP.propString&&$P.includes(zP.propString)):r4},COMPONENT_NAME$l="ElForm";var form_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$l,__name:"form",props:formProps,emits:formEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=ref(),tAe=reactive([]),AAe=new Map,iAe=useFormSize(),nAe=useNamespace("form"),oAe=computed(()=>{const{labelPosition:bAe,inline:GAe}=zP;return[nAe.b(),nAe.m(iAe.value||"default"),{[nAe.m(`label-${bAe}`)]:bAe,[nAe.m("inline")]:GAe}]}),aAe=bAe=>filterFields(tAe,[bAe])[0],cAe=bAe=>{tAe.includes(bAe)||tAe.push(bAe),bAe.propString&&(AAe.has(bAe.propString)?bAe.setInitialValue(AAe.get(bAe.propString)):AAe.set(bAe.propString,cloneDeep(bAe.fieldValue)))},uAe=(bAe,GAe)=>{if(GAe){AAe.delete(GAe);return}const LAe=tAe.indexOf(bAe);LAe>-1&&(tAe.splice(LAe,1),bAe.propString&&AAe.set(bAe.propString,cloneDeep(bAe.getInitialValue())))},dAe=bAe=>{if(!zP.model){debugWarn(COMPONENT_NAME$l,"model is required for setInitialValues to work.");return}if(!bAe){debugWarn(COMPONENT_NAME$l,"initModel is required for setInitialValues to work.");return}for(const GAe of AAe.keys())AAe.set(GAe,cloneDeep(getProp(bAe,GAe).value));tAe.forEach(GAe=>{GAe.prop&&GAe.setInitialValue(getProp(bAe,GAe.prop).value)})},EAe=(bAe=[])=>{if(!zP.model){debugWarn(COMPONENT_NAME$l,"model is required for resetFields to work.");return}filterFields(tAe,bAe).forEach(wAe=>wAe.resetField());const GAe=new Set(tAe.map(wAe=>wAe.propString).filter(Boolean)),LAe=bAe.length>0?castArray$1(bAe).map(wAe=>isArray$6(wAe)?wAe.join("."):wAe):[...AAe.keys()];for(const wAe of LAe)!GAe.has(wAe)&&AAe.has(wAe)&&(getProp(zP.model,wAe).value=cloneDeep(AAe.get(wAe)))},gAe=(bAe=[])=>{filterFields(tAe,bAe).forEach(GAe=>GAe.clearValidate())},pAe=computed(()=>{const bAe=!!zP.model;return bAe||debugWarn(COMPONENT_NAME$l,"model is required for validate to work."),bAe}),mAe=bAe=>{if(tAe.length===0)return[];const GAe=filterFields(tAe,bAe);return GAe.length?GAe:(debugWarn(COMPONENT_NAME$l,"please pass correct props!"),[])},SAe=async bAe=>NAe(void 0,bAe),DAe=async(bAe=[])=>{if(!pAe.value)return!1;const GAe=mAe(bAe);if(GAe.length===0)return!0;let LAe={};for(const wAe of GAe)try{await wAe.validate(""),wAe.validateState==="error"&&!wAe.error&&wAe.resetField()}catch(OAe){LAe={...LAe,...OAe}}return Object.keys(LAe).length===0?!0:Promise.reject(LAe)},NAe=async(bAe=[],GAe)=>{var OAe;let LAe=!1;const wAe=!isFunction$4(GAe);try{return LAe=await DAe(bAe),LAe===!0&&await(GAe==null?void 0:GAe(LAe)),LAe}catch(PAe){if(PAe instanceof Error)throw PAe;const HAe=PAe;return zP.scrollToError&&eAe.value&&((OAe=eAe.value.querySelector(`.${nAe.b()}-item.is-error`))==null||OAe.scrollIntoView(zP.scrollIntoViewOptions)),!LAe&&await(GAe==null?void 0:GAe(!1,HAe)),wAe&&Promise.reject(HAe)}},TAe=bAe=>{var LAe;const GAe=aAe(bAe);GAe&&((LAe=GAe.$el)==null||LAe.scrollIntoView(zP.scrollIntoViewOptions))};return watch(()=>zP.rules,()=>{zP.validateOnRuleChange&&SAe().catch(bAe=>debugWarn(bAe))},{deep:!0,flush:"post"}),provide(formContextKey,reactive({...toRefs(zP),emit:z9,resetFields:EAe,clearValidate:gAe,validateField:NAe,getField:aAe,addField:cAe,removeField:uAe,setInitialValues:dAe,...useFormLabelWidth()})),x_({validate:SAe,validateField:NAe,resetFields:EAe,clearValidate:gAe,scrollToField:TAe,getField:aAe,fields:tAe,setInitialValues:dAe}),(bAe,GAe)=>(openBlock(),createElementBlock("form",{ref_key:"formRef",ref:eAe,class:normalizeClass(oAe.value)},[renderSlot(bAe.$slots,"default")],2))}}),form_default=form_vue_vue_type_script_setup_true_lang_default;const COMPONENT_NAME$k="ElLabelWrap";var form_label_wrap_default=defineComponent({name:COMPONENT_NAME$k,props:{isAutoWidth:Boolean,updateAll:Boolean},setup(r4,{slots:x_}){const $P=inject(formContextKey,void 0),zP=inject(formItemContextKey);zP||throwError$2(COMPONENT_NAME$k,"usage: ");const z9=useNamespace("form"),eAe=ref(),tAe=ref(0),AAe=()=>{var oAe;if((oAe=eAe.value)!=null&&oAe.firstElementChild){const aAe=window.getComputedStyle(eAe.value.firstElementChild).width;return Math.ceil(Number.parseFloat(aAe))}else return 0},iAe=(oAe="update")=>{nextTick(()=>{x_.default&&r4.isAutoWidth&&(oAe==="update"?tAe.value=AAe():oAe==="remove"&&($P==null||$P.deregisterLabelWidth(tAe.value)))})},nAe=()=>iAe("update");return onMounted(()=>{nAe()}),onBeforeUnmount(()=>{iAe("remove")}),onUpdated(()=>nAe()),watch(tAe,(oAe,aAe)=>{r4.updateAll&&($P==null||$P.registerLabelWidth(oAe,aAe))}),useResizeObserver(computed(()=>{var oAe;return((oAe=eAe.value)==null?void 0:oAe.firstElementChild)??null}),nAe),()=>{var aAe,cAe;if(!x_)return null;const{isAutoWidth:oAe}=r4;if(oAe){const uAe=$P==null?void 0:$P.autoLabelWidth,dAe=zP==null?void 0:zP.hasLabel,EAe={};if(dAe&&uAe&&uAe!=="auto"){const gAe=Math.max(0,Number.parseInt(uAe,10)-tAe.value),pAe=(zP.labelPosition||$P.labelPosition)==="left"?"marginRight":"marginLeft";gAe&&(EAe[pAe]=`${gAe}px`)}return createVNode$1("div",{ref:eAe,class:[z9.be("item","label-wrap")],style:EAe},[(aAe=x_.default)==null?void 0:aAe.call(x_)])}else return createVNode$1(Fragment$1,{ref:eAe},[(cAe=x_.default)==null?void 0:cAe.call(x_)])}}});function _extends$2(){return _extends$2=Object.assign?Object.assign.bind():function(r4){for(var x_=1;x_"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function _construct$1(r4,x_,$P){return _isNativeReflectConstruct$1()?_construct$1=Reflect.construct.bind():_construct$1=function(z9,eAe,tAe){var AAe=[null];AAe.push.apply(AAe,eAe);var iAe=Function.bind.apply(z9,AAe),nAe=new iAe;return tAe&&_setPrototypeOf$1(nAe,tAe.prototype),nAe},_construct$1.apply(null,arguments)}function _isNativeFunction(r4){return Function.toString.call(r4).indexOf("[native code]")!==-1}function _wrapNativeSuper(r4){var x_=typeof Map=="function"?new Map:void 0;return _wrapNativeSuper=function(zP){if(zP===null||!_isNativeFunction(zP))return zP;if(typeof zP!="function")throw new TypeError("Super expression must either be null or a function");if(typeof x_<"u"){if(x_.has(zP))return x_.get(zP);x_.set(zP,z9)}function z9(){return _construct$1(zP,arguments,_getPrototypeOf(this).constructor)}return z9.prototype=Object.create(zP.prototype,{constructor:{value:z9,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf$1(z9,zP)},_wrapNativeSuper(r4)}var formatRegExp=/%[sdj%]/g,warning=function(){};function convertFieldsError(r4){if(!r4||!r4.length)return null;var x_={};return r4.forEach(function($P){var zP=$P.field;x_[zP]=x_[zP]||[],x_[zP].push($P)}),x_}function format$2(r4){for(var x_=arguments.length,$P=new Array(x_>1?x_-1:0),zP=1;zP=eAe)return AAe;switch(AAe){case"%s":return String($P[z9++]);case"%d":return Number($P[z9++]);case"%j":try{return JSON.stringify($P[z9++])}catch{return"[Circular]"}break;default:return AAe}});return tAe}return r4}function isNativeStringType(r4){return r4==="string"||r4==="url"||r4==="hex"||r4==="email"||r4==="date"||r4==="pattern"}function isEmptyValue$1(r4,x_){return!!(r4==null||x_==="array"&&Array.isArray(r4)&&!r4.length||isNativeStringType(x_)&&typeof r4=="string"&&!r4)}function asyncParallelArray(r4,x_,$P){var zP=[],z9=0,eAe=r4.length;function tAe(AAe){zP.push.apply(zP,AAe||[]),z9++,z9===eAe&&$P(zP)}r4.forEach(function(AAe){x_(AAe,tAe)})}function asyncSerialArray(r4,x_,$P){var zP=0,z9=r4.length;function eAe(tAe){if(tAe&&tAe.length){$P(tAe);return}var AAe=zP;zP=zP+1,AAe()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},types={integer:function(x_){return types.number(x_)&&parseInt(x_,10)===x_},float:function(x_){return types.number(x_)&&!types.integer(x_)},array:function(x_){return Array.isArray(x_)},regexp:function(x_){if(x_ instanceof RegExp)return!0;try{return!!new RegExp(x_)}catch{return!1}},date:function(x_){return typeof x_.getTime=="function"&&typeof x_.getMonth=="function"&&typeof x_.getYear=="function"&&!isNaN(x_.getTime())},number:function(x_){return isNaN(x_)?!1:typeof x_=="number"},object:function(x_){return typeof x_=="object"&&!types.array(x_)},method:function(x_){return typeof x_=="function"},email:function(x_){return typeof x_=="string"&&x_.length<=320&&!!x_.match(pattern$2.email)},url:function(x_){return typeof x_=="string"&&x_.length<=2048&&!!x_.match(getUrlRegex())},hex:function(x_){return typeof x_=="string"&&!!x_.match(pattern$2.hex)}},type$1=function(x_,$P,zP,z9,eAe){if(x_.required&&$P===void 0){required$1(x_,$P,zP,z9,eAe);return}var tAe=["integer","float","array","regexp","object","method","email","number","date","url","hex"],AAe=x_.type;tAe.indexOf(AAe)>-1?types[AAe]($P)||z9.push(format$2(eAe.messages.types[AAe],x_.fullField,x_.type)):AAe&&typeof $P!==x_.type&&z9.push(format$2(eAe.messages.types[AAe],x_.fullField,x_.type))},range=function(x_,$P,zP,z9,eAe){var tAe=typeof x_.len=="number",AAe=typeof x_.min=="number",iAe=typeof x_.max=="number",nAe=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,oAe=$P,aAe=null,cAe=typeof $P=="number",uAe=typeof $P=="string",dAe=Array.isArray($P);if(cAe?aAe="number":uAe?aAe="string":dAe&&(aAe="array"),!aAe)return!1;dAe&&(oAe=$P.length),uAe&&(oAe=$P.replace(nAe,"_").length),tAe?oAe!==x_.len&&z9.push(format$2(eAe.messages[aAe].len,x_.fullField,x_.len)):AAe&&!iAe&&oAex_.max?z9.push(format$2(eAe.messages[aAe].max,x_.fullField,x_.max)):AAe&&iAe&&(oAex_.max)&&z9.push(format$2(eAe.messages[aAe].range,x_.fullField,x_.min,x_.max))},ENUM$1="enum",enumerable$1=function(x_,$P,zP,z9,eAe){x_[ENUM$1]=Array.isArray(x_[ENUM$1])?x_[ENUM$1]:[],x_[ENUM$1].indexOf($P)===-1&&z9.push(format$2(eAe.messages[ENUM$1],x_.fullField,x_[ENUM$1].join(", ")))},pattern$1=function(x_,$P,zP,z9,eAe){if(x_.pattern){if(x_.pattern instanceof RegExp)x_.pattern.lastIndex=0,x_.pattern.test($P)||z9.push(format$2(eAe.messages.pattern.mismatch,x_.fullField,$P,x_.pattern));else if(typeof x_.pattern=="string"){var tAe=new RegExp(x_.pattern);tAe.test($P)||z9.push(format$2(eAe.messages.pattern.mismatch,x_.fullField,$P,x_.pattern))}}},rules={required:required$1,whitespace,type:type$1,range,enum:enumerable$1,pattern:pattern$1},string=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P,"string")&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe,"string"),isEmptyValue$1($P,"string")||(rules.type(x_,$P,z9,tAe,eAe),rules.range(x_,$P,z9,tAe,eAe),rules.pattern(x_,$P,z9,tAe,eAe),x_.whitespace===!0&&rules.whitespace(x_,$P,z9,tAe,eAe))}zP(tAe)},method2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&rules.type(x_,$P,z9,tAe,eAe)}zP(tAe)},number2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if($P===""&&($P=void 0),isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&(rules.type(x_,$P,z9,tAe,eAe),rules.range(x_,$P,z9,tAe,eAe))}zP(tAe)},_boolean=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&rules.type(x_,$P,z9,tAe,eAe)}zP(tAe)},regexp2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),isEmptyValue$1($P)||rules.type(x_,$P,z9,tAe,eAe)}zP(tAe)},integer2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&(rules.type(x_,$P,z9,tAe,eAe),rules.range(x_,$P,z9,tAe,eAe))}zP(tAe)},floatFn=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&(rules.type(x_,$P,z9,tAe,eAe),rules.range(x_,$P,z9,tAe,eAe))}zP(tAe)},array2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if($P==null&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe,"array"),$P!=null&&(rules.type(x_,$P,z9,tAe,eAe),rules.range(x_,$P,z9,tAe,eAe))}zP(tAe)},object2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&rules.type(x_,$P,z9,tAe,eAe)}zP(tAe)},ENUM="enum",enumerable2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),$P!==void 0&&rules[ENUM](x_,$P,z9,tAe,eAe)}zP(tAe)},pattern2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P,"string")&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe),isEmptyValue$1($P,"string")||rules.pattern(x_,$P,z9,tAe,eAe)}zP(tAe)},date2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P,"date")&&!x_.required)return zP();if(rules.required(x_,$P,z9,tAe,eAe),!isEmptyValue$1($P,"date")){var iAe;$P instanceof Date?iAe=$P:iAe=new Date($P),rules.type(x_,iAe,z9,tAe,eAe),iAe&&rules.range(x_,iAe.getTime(),z9,tAe,eAe)}}zP(tAe)},required2=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=Array.isArray($P)?"array":typeof $P;rules.required(x_,$P,z9,tAe,eAe,AAe),zP(tAe)},type2=function(x_,$P,zP,z9,eAe){var tAe=x_.type,AAe=[],iAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(iAe){if(isEmptyValue$1($P,tAe)&&!x_.required)return zP();rules.required(x_,$P,z9,AAe,eAe,tAe),isEmptyValue$1($P,tAe)||rules.type(x_,$P,z9,AAe,eAe)}zP(AAe)},any=function(x_,$P,zP,z9,eAe){var tAe=[],AAe=x_.required||!x_.required&&z9.hasOwnProperty(x_.field);if(AAe){if(isEmptyValue$1($P)&&!x_.required)return zP();rules.required(x_,$P,z9,tAe,eAe)}zP(tAe)},validators={string,method:method2,number:number2,boolean:_boolean,regexp:regexp2,integer:integer2,float:floatFn,array:array2,object:object2,enum:enumerable2,pattern:pattern2,date:date2,url:type2,hex:type2,email:type2,required:required2,any};function newMessages(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var x_=JSON.parse(JSON.stringify(this));return x_.clone=this.clone,x_}}}var messages=newMessages(),Schema=function(){function r4($P){this.rules=null,this._messages=messages,this.define($P)}var x_=r4.prototype;return x_.define=function(zP){var z9=this;if(!zP)throw new Error("Cannot configure a schema with no rules");if(typeof zP!="object"||Array.isArray(zP))throw new Error("Rules must be an object");this.rules={},Object.keys(zP).forEach(function(eAe){var tAe=zP[eAe];z9.rules[eAe]=Array.isArray(tAe)?tAe:[tAe]})},x_.messages=function(zP){return zP&&(this._messages=deepMerge(newMessages(),zP)),this._messages},x_.validate=function(zP,z9,eAe){var tAe=this;z9===void 0&&(z9={}),eAe===void 0&&(eAe=function(){});var AAe=zP,iAe=z9,nAe=eAe;if(typeof iAe=="function"&&(nAe=iAe,iAe={}),!this.rules||Object.keys(this.rules).length===0)return nAe&&nAe(null,AAe),Promise.resolve(AAe);function oAe(EAe){var gAe=[],pAe={};function mAe(DAe){if(Array.isArray(DAe)){var NAe;gAe=(NAe=gAe).concat.apply(NAe,DAe)}else gAe.push(DAe)}for(var SAe=0;SAe$P.labelPosition||(z9==null?void 0:z9.labelPosition)),pAe=computed(()=>gAe.value==="top"?{}:{width:addUnit($P.labelWidth??(z9==null?void 0:z9.labelWidth))}),mAe=computed(()=>{if(gAe.value==="top"||z9!=null&&z9.inline)return{};if(!$P.label&&!$P.labelWidth&&wAe)return{};const PIe=addUnit($P.labelWidth??(z9==null?void 0:z9.labelWidth));return!$P.label&&!zP.label?{marginLeft:PIe}:{}}),SAe=computed(()=>[AAe.b(),AAe.m(tAe.value),AAe.is("error",oAe.value==="error"),AAe.is("validating",oAe.value==="validating"),AAe.is("success",oAe.value==="success"),AAe.is("required",eIe.value||$P.required),AAe.is("no-asterisk",z9==null?void 0:z9.hideRequiredAsterisk),(z9==null?void 0:z9.requireAsteriskPosition)==="right"?"asterisk-right":"asterisk-left",{[AAe.m("feedback")]:z9==null?void 0:z9.statusIcon,[AAe.m(`label-${gAe.value}`)]:gAe.value}]),DAe=computed(()=>isBoolean($P.inlineMessage)?$P.inlineMessage:(z9==null?void 0:z9.inlineMessage)||!1),NAe=computed(()=>[AAe.e("error"),{[AAe.em("error","inline")]:DAe.value}]),TAe=computed(()=>$P.prop?isArray$6($P.prop)?$P.prop.join("."):$P.prop:""),bAe=computed(()=>!!($P.label||zP.label)),GAe=computed(()=>$P.for??(nAe.value.length===1?nAe.value[0]:void 0)),LAe=computed(()=>!GAe.value&&bAe.value),wAe=!!eAe,OAe=computed(()=>{const PIe=z9==null?void 0:z9.model;if(!(!PIe||!$P.prop))return getProp(PIe,$P.prop).value}),PAe=computed(()=>{const{required:PIe}=$P,LIe=[];$P.rules&&LIe.push(...castArray$1($P.rules));const oEe=z9==null?void 0:z9.rules;if(oEe&&$P.prop){const JIe=getProp(oEe,$P.prop).value;JIe&&LIe.push(...castArray$1(JIe))}if(PIe!==void 0){const JIe=LIe.map((XIe,zIe)=>[XIe,zIe]).filter(([XIe])=>"required"in XIe);if(JIe.length>0)for(const[XIe,zIe]of JIe)XIe.required!==PIe&&(LIe[zIe]={...XIe,required:PIe});else LIe.push({required:PIe})}return LIe}),HAe=computed(()=>PAe.value.length>0),zAe=PIe=>PAe.value.filter(LIe=>!LIe.trigger||!PIe?!0:isArray$6(LIe.trigger)?LIe.trigger.includes(PIe):LIe.trigger===PIe).map(({trigger:LIe,...oEe})=>oEe),eIe=computed(()=>PAe.value.some(PIe=>PIe.required)),iIe=computed(()=>aAe.value==="error"&&$P.showMessage&&((z9==null?void 0:z9.showMessage)??!0)),rIe=computed(()=>`${$P.label||""}${(z9==null?void 0:z9.labelSuffix)||""}`),AIe=PIe=>{oAe.value=PIe},XAe=PIe=>{var JIe;const{errors:LIe,fields:oEe}=PIe;(!LIe||!oEe)&&console.error(PIe),AIe("error"),cAe.value=LIe?((JIe=LIe==null?void 0:LIe[0])==null?void 0:JIe.message)??`${$P.prop} is required`:"",z9==null||z9.emit("validate",$P.prop,!1,cAe.value)},EIe=()=>{AIe("success"),z9==null||z9.emit("validate",$P.prop,!0,"")},hIe=async PIe=>{const LIe=TAe.value;return new Schema({[LIe]:PIe}).validate({[LIe]:OAe.value},{firstFields:!0}).then(()=>(EIe(),!0)).catch(oEe=>(XAe(oEe),Promise.reject(oEe)))},tIe=async(PIe,LIe)=>{if(EAe||!$P.prop)return!1;const oEe=isFunction$4(LIe);if(!HAe.value)return LIe==null||LIe(!1),!1;const JIe=zAe(PIe);return JIe.length===0?(LIe==null||LIe(!0),!0):(AIe("validating"),hIe(JIe).then(()=>(LIe==null||LIe(!0),!0)).catch(XIe=>{const{fields:zIe}=XIe;return LIe==null||LIe(!1,zIe),oEe?!1:Promise.reject(zIe)}))},gIe=()=>{AIe(""),cAe.value="",EAe=!1},pIe=async()=>{const PIe=z9==null?void 0:z9.model;if(!PIe||!$P.prop)return;const LIe=getProp(PIe,$P.prop);EAe=!0,LIe.value=cloneDeep(dAe),await nextTick(),gIe(),EAe=!1},_Ie=PIe=>{nAe.value.includes(PIe)||nAe.value.push(PIe)},SIe=PIe=>{nAe.value=nAe.value.filter(LIe=>LIe!==PIe)},yIe=PIe=>{dAe=cloneDeep(PIe)},OIe=()=>dAe;watch(()=>$P.error,PIe=>{cAe.value=PIe||"",AIe(PIe?"error":"")},{immediate:!0}),watch(()=>$P.validateStatus,PIe=>AIe(PIe||""));const HIe=reactive({...toRefs($P),$el:uAe,size:tAe,validateMessage:cAe,validateState:oAe,labelId:iAe,inputIds:nAe,isGroup:LAe,hasLabel:bAe,fieldValue:OAe,addInputId:_Ie,removeInputId:SIe,resetField:pIe,clearValidate:gIe,validate:tIe,propString:TAe,setInitialValue:yIe,getInitialValue:OIe});return provide(formItemContextKey,HIe),watch(TAe,(PIe,LIe)=>{!z9||!LIe||(z9.removeField(HIe,LIe),PIe&&(yIe(OAe.value),z9.addField(HIe)))}),onMounted(()=>{$P.prop&&(yIe(OAe.value),z9==null||z9.addField(HIe))}),onBeforeUnmount(()=>{z9==null||z9.removeField(HIe)}),x_({size:tAe,validateMessage:cAe,validateState:oAe,validate:tIe,clearValidate:gIe,resetField:pIe,setInitialValue:yIe}),(PIe,LIe)=>{var oEe;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:uAe,class:normalizeClass(SAe.value),role:LAe.value?"group":void 0,"aria-labelledby":LAe.value?unref(iAe):void 0},[createVNode$1(unref(form_label_wrap_default),{"is-auto-width":pAe.value.width==="auto","update-all":((oEe=unref(z9))==null?void 0:oEe.labelWidth)==="auto"},{default:withCtx(()=>[r4.label||PIe.$slots.label?(openBlock(),createBlock(resolveDynamicComponent(GAe.value?"label":"div"),{key:0,id:unref(iAe),for:GAe.value,class:normalizeClass(unref(AAe).e("label")),style:normalizeStyle$1(pAe.value)},{default:withCtx(()=>[renderSlot(PIe.$slots,"label",{label:rIe.value},()=>[createTextVNode(toDisplayString(rIe.value),1)])]),_:3},8,["id","for","class","style"])):createCommentVNode("v-if",!0)]),_:3},8,["is-auto-width","update-all"]),createBaseVNode("div",{class:normalizeClass(unref(AAe).e("content")),style:normalizeStyle$1(mAe.value)},[renderSlot(PIe.$slots,"default"),createVNode$1(TransitionGroup,{name:`${unref(AAe).namespace.value}-zoom-in-top`},{default:withCtx(()=>[iIe.value?renderSlot(PIe.$slots,"error",{key:0,error:cAe.value},()=>[createBaseVNode("div",{class:normalizeClass(NAe.value)},toDisplayString(cAe.value),3)]):createCommentVNode("v-if",!0)]),_:3},8,["name"])],6)],10,_hoisted_1$9L)}}}),form_item_default=form_item_vue_vue_type_script_setup_true_lang_default;const ElForm=withInstall(form_default,{FormItem:form_item_default}),ElFormItem=withNoopInstall(form_item_default),FOCUS_AFTER_TRAPPED="focus-trap.focus-after-trapped",FOCUS_AFTER_RELEASED="focus-trap.focus-after-released",FOCUSOUT_PREVENTED="focus-trap.focusout-prevented",FOCUS_AFTER_TRAPPED_OPTS={cancelable:!0,bubbles:!1},FOCUSOUT_PREVENTED_OPTS={cancelable:!0,bubbles:!1},ON_TRAP_FOCUS_EVT="focusAfterTrapped",ON_RELEASE_FOCUS_EVT="focusAfterReleased",FOCUS_TRAP_INJECTION_KEY=Symbol("elFocusTrap"),focusReason=ref(),lastUserFocusTimestamp=ref(0),lastAutomatedFocusTimestamp=ref(0);let focusReasonUserCount=0;const obtainAllFocusableElements=r4=>{const x_=[],$P=document.createTreeWalker(r4,NodeFilter.SHOW_ELEMENT,{acceptNode:zP=>{const z9=zP.tagName==="INPUT"&&zP.type==="hidden";return zP.disabled||zP.hidden||z9?NodeFilter.FILTER_SKIP:zP.tabIndex>=0||zP===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;$P.nextNode();)x_.push($P.currentNode);return x_},getVisibleElement=(r4,x_)=>{for(const $P of r4)if(!isHidden($P,x_))return $P},isHidden=(r4,x_)=>{if(getComputedStyle(r4).visibility==="hidden")return!0;for(;r4;){if(x_&&r4===x_)return!1;if(getComputedStyle(r4).display==="none")return!0;r4=r4.parentElement}return!1},getEdges=r4=>{const x_=obtainAllFocusableElements(r4);return[getVisibleElement(x_,r4),getVisibleElement(x_.reverse(),r4)]},isSelectable=r4=>r4 instanceof HTMLInputElement&&"select"in r4,tryFocus=(r4,x_)=>{if(r4){const $P=document.activeElement;focusElement(r4,{preventScroll:!0}),lastAutomatedFocusTimestamp.value=window.performance.now(),r4!==$P&&isSelectable(r4)&&x_&&r4.select()}};function removeFromStack(r4,x_){const $P=[...r4],zP=r4.indexOf(x_);return zP!==-1&&$P.splice(zP,1),$P}const createFocusableStack=()=>{let r4=[];return{push:zP=>{const z9=r4[0];z9&&zP!==z9&&z9.pause(),r4=removeFromStack(r4,zP),r4.unshift(zP)},remove:zP=>{var z9,eAe;r4=removeFromStack(r4,zP),(eAe=(z9=r4[0])==null?void 0:z9.resume)==null||eAe.call(z9)}}},focusFirstDescendant=(r4,x_=!1)=>{const $P=document.activeElement;for(const zP of r4)if(tryFocus(zP,x_),document.activeElement!==$P)return},focusableStack=createFocusableStack(),isFocusCausedByUserEvent=()=>lastUserFocusTimestamp.value>lastAutomatedFocusTimestamp.value,notifyFocusReasonPointer=()=>{focusReason.value="pointer",lastUserFocusTimestamp.value=window.performance.now()},notifyFocusReasonKeydown=()=>{focusReason.value="keyboard",lastUserFocusTimestamp.value=window.performance.now()},useFocusReason=()=>(onMounted(()=>{focusReasonUserCount===0&&(document.addEventListener("mousedown",notifyFocusReasonPointer),document.addEventListener("touchstart",notifyFocusReasonPointer),document.addEventListener("keydown",notifyFocusReasonKeydown)),focusReasonUserCount++}),onBeforeUnmount(()=>{focusReasonUserCount--,focusReasonUserCount<=0&&(document.removeEventListener("mousedown",notifyFocusReasonPointer),document.removeEventListener("touchstart",notifyFocusReasonPointer),document.removeEventListener("keydown",notifyFocusReasonKeydown))}),{focusReason,lastUserFocusTimestamp,lastAutomatedFocusTimestamp}),createFocusOutPreventedEvent=r4=>new CustomEvent(FOCUSOUT_PREVENTED,{...FOCUSOUT_PREVENTED_OPTS,detail:r4});var focus_trap_vue_vue_type_script_lang_default=defineComponent({name:"ElFocusTrap",inheritAttrs:!1,props:{loop:Boolean,trapped:Boolean,focusTrapEl:Object,focusStartEl:{type:[Object,String],default:"first"}},emits:[ON_TRAP_FOCUS_EVT,ON_RELEASE_FOCUS_EVT,"focusin","focusout","focusout-prevented","release-requested"],setup(r4,{emit:x_}){const $P=ref();let zP,z9;const{focusReason:eAe}=useFocusReason();useEscapeKeydown(dAe=>{r4.trapped&&!tAe.paused&&x_("release-requested",dAe)});const tAe={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},AAe=dAe=>{if(!r4.loop&&!r4.trapped||tAe.paused)return;const{altKey:EAe,ctrlKey:gAe,metaKey:pAe,currentTarget:mAe,shiftKey:SAe}=dAe,{loop:DAe}=r4,NAe=getEventCode(dAe)===EVENT_CODE.tab&&!EAe&&!gAe&&!pAe,TAe=document.activeElement;if(NAe&&TAe){const bAe=mAe,[GAe,LAe]=getEdges(bAe);if(GAe&&LAe){if(!SAe&&TAe===LAe){const wAe=createFocusOutPreventedEvent({focusReason:eAe.value});x_("focusout-prevented",wAe),wAe.defaultPrevented||(dAe.preventDefault(),DAe&&tryFocus(GAe,!0))}else if(SAe&&[GAe,bAe].includes(TAe)){const wAe=createFocusOutPreventedEvent({focusReason:eAe.value});x_("focusout-prevented",wAe),wAe.defaultPrevented||(dAe.preventDefault(),DAe&&tryFocus(LAe,!0))}}else if(TAe===bAe){const wAe=createFocusOutPreventedEvent({focusReason:eAe.value});x_("focusout-prevented",wAe),wAe.defaultPrevented||dAe.preventDefault()}}};provide(FOCUS_TRAP_INJECTION_KEY,{focusTrapRef:$P,onKeydown:AAe}),watch(()=>r4.focusTrapEl,dAe=>{dAe&&($P.value=dAe)},{immediate:!0}),watch([$P],([dAe],[EAe])=>{dAe&&(dAe.addEventListener("keydown",AAe),dAe.addEventListener("focusin",oAe),dAe.addEventListener("focusout",aAe)),EAe&&(EAe.removeEventListener("keydown",AAe),EAe.removeEventListener("focusin",oAe),EAe.removeEventListener("focusout",aAe))});const iAe=dAe=>{x_(ON_TRAP_FOCUS_EVT,dAe)},nAe=dAe=>x_(ON_RELEASE_FOCUS_EVT,dAe),oAe=dAe=>{const EAe=unref($P);if(!EAe)return;const gAe=dAe.target,pAe=dAe.relatedTarget,mAe=gAe&&EAe.contains(gAe);r4.trapped||pAe&&EAe.contains(pAe)||(zP=pAe),mAe&&x_("focusin",dAe),!tAe.paused&&r4.trapped&&(mAe?z9=gAe:tryFocus(z9,!0))},aAe=dAe=>{const EAe=unref($P);if(!(tAe.paused||!EAe))if(r4.trapped){const gAe=dAe.relatedTarget;!isNil(gAe)&&!EAe.contains(gAe)&&setTimeout(()=>{if(!tAe.paused&&r4.trapped){const pAe=createFocusOutPreventedEvent({focusReason:eAe.value});x_("focusout-prevented",pAe),pAe.defaultPrevented||tryFocus(z9,!0)}},0)}else{const gAe=dAe.target;gAe&&EAe.contains(gAe)||x_("focusout",dAe)}};async function cAe(){await nextTick();const dAe=unref($P);if(dAe){focusableStack.push(tAe);const EAe=dAe.contains(document.activeElement)?zP:document.activeElement;if(zP=EAe,!dAe.contains(EAe)){const gAe=new Event(FOCUS_AFTER_TRAPPED,FOCUS_AFTER_TRAPPED_OPTS);dAe.addEventListener(FOCUS_AFTER_TRAPPED,iAe),dAe.dispatchEvent(gAe),gAe.defaultPrevented||nextTick(()=>{let pAe=r4.focusStartEl;isString$2(pAe)||(tryFocus(pAe),document.activeElement!==pAe&&(pAe="first")),pAe==="first"&&focusFirstDescendant(obtainAllFocusableElements(dAe),!0),(document.activeElement===EAe||pAe==="container")&&tryFocus(dAe)})}}}function uAe(){const dAe=unref($P);if(dAe){dAe.removeEventListener(FOCUS_AFTER_TRAPPED,iAe);const EAe=new CustomEvent(FOCUS_AFTER_RELEASED,{...FOCUS_AFTER_TRAPPED_OPTS,detail:{focusReason:eAe.value}});dAe.addEventListener(FOCUS_AFTER_RELEASED,nAe),dAe.dispatchEvent(EAe),!EAe.defaultPrevented&&(eAe.value=="keyboard"||!isFocusCausedByUserEvent()||dAe.contains(document.activeElement))&&tryFocus(zP??document.body),dAe.removeEventListener(FOCUS_AFTER_RELEASED,nAe),focusableStack.remove(tAe),zP=null,z9=null}}return onMounted(()=>{r4.trapped&&cAe(),watch(()=>r4.trapped,dAe=>{dAe?cAe():uAe()})}),onBeforeUnmount(()=>{r4.trapped&&uAe(),$P.value&&($P.value.removeEventListener("keydown",AAe),$P.value.removeEventListener("focusin",oAe),$P.value.removeEventListener("focusout",aAe),$P.value=void 0),zP=null,z9=null}),{onKeydown:AAe}}}),_plugin_vue_export_helper_default=(r4,x_)=>{const $P=r4.__vccOpts||r4;for(const[zP,z9]of x_)$P[zP]=z9;return $P};function _sfc_render$v(r4,x_,$P,zP,z9,eAe){return renderSlot(r4.$slots,"default",{handleKeydown:r4.onKeydown})}var focus_trap_default=_plugin_vue_export_helper_default(focus_trap_vue_vue_type_script_lang_default,[["render",_sfc_render$v]]),focus_trap_default$1=focus_trap_default;const buildPopperOptions=(r4,x_=[])=>{const{placement:$P,strategy:zP,popperOptions:z9}=r4,eAe={placement:$P,strategy:zP,...z9,modifiers:[...genModifiers(r4),...x_]};return deriveExtraModifiers(eAe,z9==null?void 0:z9.modifiers),eAe},unwrapMeasurableEl=r4=>{if(isClient$1)return unrefElement$1(r4)};function genModifiers(r4){const{offset:x_,gpuAcceleration:$P,fallbackPlacements:zP}=r4;return[{name:"offset",options:{offset:[0,x_??12]}},{name:"preventOverflow",options:{padding:{top:0,bottom:0,left:0,right:0}}},{name:"flip",options:{padding:5,fallbackPlacements:zP}},{name:"computeStyles",options:{gpuAcceleration:$P}}]}function deriveExtraModifiers(r4,x_){x_&&(r4.modifiers=[...r4.modifiers,...x_??[]])}const DEFAULT_ARROW_OFFSET=0,usePopperContent=r4=>{const{popperInstanceRef:x_,contentRef:$P,triggerRef:zP,role:z9}=inject(POPPER_INJECTION_KEY,void 0),eAe=ref(),tAe=computed(()=>r4.arrowOffset),AAe=computed(()=>({name:"eventListeners",enabled:!!r4.visible})),iAe=computed(()=>{const mAe=unref(eAe),SAe=unref(tAe)??DEFAULT_ARROW_OFFSET;return{name:"arrow",enabled:!isUndefined$1(mAe),options:{element:mAe,padding:SAe}}}),nAe=computed(()=>({onFirstUpdate:()=>{dAe()},...buildPopperOptions(r4,[unref(iAe),unref(AAe)])})),oAe=computed(()=>unwrapMeasurableEl(r4.referenceEl)||unref(zP)),{attributes:aAe,state:cAe,styles:uAe,update:dAe,forceUpdate:EAe,instanceRef:gAe}=usePopper(oAe,$P,nAe);watch(gAe,mAe=>x_.value=mAe,{flush:"sync"}),onMounted(()=>{watch(()=>{var mAe,SAe;return(SAe=(mAe=unref(oAe))==null?void 0:mAe.getBoundingClientRect)==null?void 0:SAe.call(mAe)},()=>{dAe()})});let pAe;return watch(()=>r4.visible,mAe=>{pAe==null||pAe(),pAe=void 0,mAe&&(pAe=useResizeObserver($P,dAe).stop)}),onBeforeUnmount(()=>{x_.value=void 0,pAe==null||pAe(),pAe=void 0}),{attributes:aAe,arrowRef:eAe,contentRef:$P,instanceRef:gAe,state:cAe,styles:uAe,role:z9,forceUpdate:EAe,update:dAe}},usePopperContentDOM=(r4,{attributes:x_,styles:$P,role:zP})=>{const{nextZIndex:z9}=useZIndex(),eAe=useNamespace("popper"),tAe=computed(()=>unref(x_).popper),AAe=ref(isNumber$2(r4.zIndex)?r4.zIndex:z9()),iAe=computed(()=>[eAe.b(),eAe.is("pure",r4.pure),eAe.is(r4.effect),r4.popperClass]),nAe=computed(()=>[{zIndex:unref(AAe)},unref($P).popper,r4.popperStyle||{}]),oAe=computed(()=>zP.value==="dialog"?"false":void 0),aAe=computed(()=>unref($P).arrow||{});return{ariaModal:oAe,arrowStyle:aAe,contentAttrs:tAe,contentClass:iAe,contentStyle:nAe,contentZIndex:AAe,updateZIndex:()=>{AAe.value=isNumber$2(r4.zIndex)?r4.zIndex:z9()}}},usePopperContentFocusTrap=(r4,x_)=>{const $P=ref(!1),zP=ref(),z9=()=>{x_("focus")},eAe=nAe=>{var oAe;((oAe=nAe.detail)==null?void 0:oAe.focusReason)!=="pointer"&&(zP.value="first",x_("blur"))},tAe=nAe=>{r4.visible&&!$P.value&&(nAe.target&&(zP.value=nAe.target),$P.value=!0)},AAe=nAe=>{r4.trapping||(nAe.detail.focusReason==="pointer"&&nAe.preventDefault(),$P.value=!1)},iAe=()=>{$P.value=!1,x_("close")};return onBeforeUnmount(()=>{zP.value=void 0}),{focusStartRef:zP,trapped:$P,onFocusAfterReleased:eAe,onFocusAfterTrapped:z9,onFocusInTrap:tAe,onFocusoutPrevented:AAe,onReleaseRequested:iAe}};var content_vue_vue_type_script_setup_true_lang_default$2=defineComponent({name:"ElPopperContent",__name:"content",props:popperContentProps,emits:popperContentEmits,setup(r4,{expose:x_,emit:$P}){const zP=$P,z9=r4,{focusStartRef:eAe,trapped:tAe,onFocusAfterReleased:AAe,onFocusAfterTrapped:iAe,onFocusInTrap:nAe,onFocusoutPrevented:oAe,onReleaseRequested:aAe}=usePopperContentFocusTrap(z9,zP),{attributes:cAe,arrowRef:uAe,contentRef:dAe,styles:EAe,instanceRef:gAe,role:pAe,update:mAe}=usePopperContent(z9),{ariaModal:SAe,arrowStyle:DAe,contentAttrs:NAe,contentClass:TAe,contentStyle:bAe,updateZIndex:GAe}=usePopperContentDOM(z9,{styles:EAe,attributes:cAe,role:pAe}),LAe=inject(formItemContextKey,void 0);provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:DAe,arrowRef:uAe}),LAe&&provide(formItemContextKey,{...LAe,addInputId:NOOP,removeInputId:NOOP});let wAe;const OAe=(HAe=!0)=>{mAe(),HAe&&GAe()},PAe=()=>{OAe(!1),z9.visible&&z9.focusOnShow?tAe.value=!0:z9.visible===!1&&(tAe.value=!1)};return onMounted(()=>{watch(()=>z9.triggerTargetEl,(HAe,zAe)=>{wAe==null||wAe(),wAe=void 0;const eIe=unref(HAe||dAe.value),iIe=unref(zAe||dAe.value);isElement$1(eIe)&&(wAe=watch([pAe,()=>z9.ariaLabel,SAe,()=>z9.id],rIe=>{["role","aria-label","aria-modal","id"].forEach((AIe,XAe)=>{isNil(rIe[XAe])?eIe.removeAttribute(AIe):eIe.setAttribute(AIe,rIe[XAe])})},{immediate:!0})),iIe!==eIe&&isElement$1(iIe)&&["role","aria-label","aria-modal","id"].forEach(rIe=>{iIe.removeAttribute(rIe)})},{immediate:!0}),watch(()=>z9.visible,PAe,{immediate:!0})}),onBeforeUnmount(()=>{wAe==null||wAe(),wAe=void 0,dAe.value=void 0}),x_({popperContentRef:dAe,popperInstanceRef:gAe,updatePopper:OAe,contentStyle:bAe}),(HAe,zAe)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:dAe},unref(NAe),{style:unref(bAe),class:unref(TAe),tabindex:"-1",onMouseenter:zAe[0]||(zAe[0]=eIe=>HAe.$emit("mouseenter",eIe)),onMouseleave:zAe[1]||(zAe[1]=eIe=>HAe.$emit("mouseleave",eIe))}),[createVNode$1(unref(focus_trap_default$1),{loop:r4.loop,trapped:unref(tAe),"trap-on-focus-in":!0,"focus-trap-el":unref(dAe),"focus-start-el":unref(eAe),onFocusAfterTrapped:unref(iAe),onFocusAfterReleased:unref(AAe),onFocusin:unref(nAe),onFocusoutPrevented:unref(oAe),onReleaseRequested:unref(aAe)},{default:withCtx(()=>[renderSlot(HAe.$slots,"default")]),_:3},8,["loop","trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusin","onFocusoutPrevented","onReleaseRequested"])],16))}}),content_default$2=content_vue_vue_type_script_setup_true_lang_default$2,popper_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPopper",inheritAttrs:!1,__name:"popper",props:popperProps,setup(r4,{expose:x_}){const $P=r4,zP={triggerRef:ref(),popperInstanceRef:ref(),contentRef:ref(),referenceRef:ref(),role:computed(()=>$P.role)};return x_(zP),provide(POPPER_INJECTION_KEY,zP),(z9,eAe)=>renderSlot(z9.$slots,"default")}}),popper_default=popper_vue_vue_type_script_setup_true_lang_default;const ElPopper=withInstall(popper_default),useTooltipContentProps=buildProps$1({...useDelayedToggleProps,...popperContentProps,appendTo:{type:teleportProps.to.type},content:{type:String,default:""},rawContent:Boolean,persistent:Boolean,visible:{type:definePropType(Boolean),default:null},transition:String,teleported:{type:Boolean,default:!0},disabled:Boolean,...useAriaProps(["ariaLabel"])}),useTooltipTriggerProps=buildProps$1({...popperTriggerProps,disabled:Boolean,trigger:{type:definePropType([String,Array]),default:"hover"},triggerKeys:{type:definePropType(Array),default:()=>[EVENT_CODE.enter,EVENT_CODE.numpadEnter,EVENT_CODE.space]},focusOnTarget:Boolean}),{useModelToggleProps:useTooltipModelToggleProps,useModelToggleEmits:useTooltipModelToggleEmits,useModelToggle:useTooltipModelToggle}=createModelToggleComposable("visible"),useTooltipProps=buildProps$1({...popperProps,...useTooltipModelToggleProps,...useTooltipContentProps,...useTooltipTriggerProps,...popperArrowProps,showArrow:{type:Boolean,default:!0}}),tooltipEmits=[...useTooltipModelToggleEmits,"before-show","before-hide","show","hide","open","close"],TOOLTIP_INJECTION_KEY=Symbol("elTooltip"),isTriggerType=(r4,x_)=>isArray$6(r4)?r4.includes(x_):r4===x_,whenTrigger=(r4,x_,$P)=>zP=>{isTriggerType(unref(r4),x_)&&$P(zP)};var trigger_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTooltipTrigger",__name:"trigger",props:useTooltipTriggerProps,setup(r4,{expose:x_}){const $P=r4,zP=useNamespace("tooltip"),{controlled:z9,id:eAe,open:tAe,onOpen:AAe,onClose:iAe,onToggle:nAe}=inject(TOOLTIP_INJECTION_KEY,void 0),oAe=ref(null),aAe=()=>{if(unref(z9)||$P.disabled)return!0},cAe=toRef$1($P,"trigger"),uAe=composeEventHandlers(aAe,whenTrigger(cAe,"hover",DAe=>{AAe(DAe),$P.focusOnTarget&&DAe.target&&nextTick(()=>{focusElement(DAe.target,{preventScroll:!0})})})),dAe=composeEventHandlers(aAe,whenTrigger(cAe,"hover",iAe)),EAe=composeEventHandlers(aAe,whenTrigger(cAe,"click",DAe=>{DAe.button===0&&nAe(DAe)})),gAe=composeEventHandlers(aAe,whenTrigger(cAe,"focus",AAe)),pAe=composeEventHandlers(aAe,whenTrigger(cAe,"focus",iAe)),mAe=composeEventHandlers(aAe,whenTrigger(cAe,"contextmenu",DAe=>{DAe.preventDefault(),nAe(DAe)})),SAe=composeEventHandlers(aAe,DAe=>{const NAe=getEventCode(DAe);$P.triggerKeys.includes(NAe)&&(DAe.preventDefault(),nAe(DAe))});return x_({triggerRef:oAe}),(DAe,NAe)=>(openBlock(),createBlock(unref(trigger_default$1),{id:unref(eAe),"virtual-ref":r4.virtualRef,open:unref(tAe),"virtual-triggering":r4.virtualTriggering,class:normalizeClass(unref(zP).e("trigger")),onBlur:unref(pAe),onClick:unref(EAe),onContextmenu:unref(mAe),onFocus:unref(gAe),onMouseenter:unref(uAe),onMouseleave:unref(dAe),onKeydown:unref(SAe)},{default:withCtx(()=>[renderSlot(DAe.$slots,"default")]),_:3},8,["id","virtual-ref","open","virtual-triggering","class","onBlur","onClick","onContextmenu","onFocus","onMouseenter","onMouseleave","onKeydown"]))}}),trigger_default=trigger_vue_vue_type_script_setup_true_lang_default,content_vue_vue_type_script_setup_true_lang_default$1=defineComponent({name:"ElTooltipContent",inheritAttrs:!1,__name:"content",props:useTooltipContentProps,setup(r4,{expose:x_}){const $P=r4,{selector:zP}=usePopperContainerId(),z9=useNamespace("tooltip"),eAe=ref(),tAe=computedEager(()=>{var AIe;return(AIe=eAe.value)==null?void 0:AIe.popperContentRef});let AAe;const{controlled:iAe,id:nAe,open:oAe,trigger:aAe,onClose:cAe,onOpen:uAe,onShow:dAe,onHide:EAe,onBeforeShow:gAe,onBeforeHide:pAe}=inject(TOOLTIP_INJECTION_KEY,void 0),mAe=computed(()=>$P.transition||`${z9.namespace.value}-fade-in-linear`),SAe=computed(()=>$P.persistent);onBeforeUnmount(()=>{AAe==null||AAe()});const DAe=computed(()=>unref(SAe)?!0:unref(oAe)),NAe=computed(()=>$P.disabled?!1:unref(oAe)),TAe=computed(()=>$P.appendTo||zP.value),bAe=computed(()=>$P.style??{}),GAe=ref(!0),LAe=()=>{EAe(),rIe()&&focusElement(document.body,{preventScroll:!0}),GAe.value=!0},wAe=()=>{if(unref(iAe))return!0},OAe=composeEventHandlers(wAe,()=>{$P.enterable&&isTriggerType(unref(aAe),"hover")&&uAe()}),PAe=composeEventHandlers(wAe,()=>{isTriggerType(unref(aAe),"hover")&&cAe()}),HAe=()=>{var AIe,XAe;(XAe=(AIe=eAe.value)==null?void 0:AIe.updatePopper)==null||XAe.call(AIe),gAe==null||gAe()},zAe=()=>{pAe==null||pAe()},eIe=()=>{dAe()},iIe=()=>{$P.virtualTriggering||cAe()},rIe=AIe=>{var hIe;const XAe=(hIe=eAe.value)==null?void 0:hIe.popperContentRef,EIe=(AIe==null?void 0:AIe.relatedTarget)||document.activeElement;return XAe==null?void 0:XAe.contains(EIe)};return watch(()=>unref(oAe),AIe=>{AIe?(GAe.value=!1,AAe=onClickOutside(tAe,()=>{unref(iAe)||castArray(unref(aAe)).every(XAe=>XAe!=="hover"&&XAe!=="focus")&&cAe()},{detectIframe:!0})):AAe==null||AAe()},{flush:"post"}),x_({contentRef:eAe,isFocusInsideContent:rIe}),(AIe,XAe)=>(openBlock(),createBlock(unref(ElTeleport),{disabled:!r4.teleported,to:TAe.value},{default:withCtx(()=>[DAe.value||!GAe.value?(openBlock(),createBlock(Transition,{key:0,name:mAe.value,appear:!SAe.value,onAfterLeave:LAe,onBeforeEnter:HAe,onAfterEnter:eIe,onBeforeLeave:zAe,persisted:""},{default:withCtx(()=>[withDirectives(createVNode$1(unref(content_default$2),mergeProps({id:unref(nAe),ref_key:"contentRef",ref:eAe},AIe.$attrs,{"aria-label":r4.ariaLabel,"aria-hidden":GAe.value,"boundaries-padding":r4.boundariesPadding,"fallback-placements":r4.fallbackPlacements,"gpu-acceleration":r4.gpuAcceleration,offset:r4.offset,placement:r4.placement,"popper-options":r4.popperOptions,"arrow-offset":r4.arrowOffset,strategy:r4.strategy,effect:r4.effect,enterable:r4.enterable,pure:r4.pure,"popper-class":r4.popperClass,"popper-style":[r4.popperStyle,bAe.value],"reference-el":r4.referenceEl,"trigger-target-el":r4.triggerTargetEl,visible:NAe.value,"z-index":r4.zIndex,loop:r4.loop,onMouseenter:unref(OAe),onMouseleave:unref(PAe),onBlur:iIe,onClose:unref(cAe)}),{default:withCtx(()=>[renderSlot(AIe.$slots,"default")]),_:3},16,["id","aria-label","aria-hidden","boundaries-padding","fallback-placements","gpu-acceleration","offset","placement","popper-options","arrow-offset","strategy","effect","enterable","pure","popper-class","popper-style","reference-el","trigger-target-el","visible","z-index","loop","onMouseenter","onMouseleave","onClose"]),[[vShow,NAe.value]])]),_:3},8,["name","appear"])):createCommentVNode("v-if",!0)]),_:3},8,["disabled","to"]))}}),content_default$1=content_vue_vue_type_script_setup_true_lang_default$1;const _hoisted_1$9K=["innerHTML"],_hoisted_2$R={key:1};var tooltip_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTooltip",__name:"tooltip",props:useTooltipProps,emits:tooltipEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P;usePopperContainer();const eAe=useNamespace("tooltip"),tAe=useId(),AAe=ref(),iAe=ref(),nAe=()=>{var NAe;const DAe=unref(AAe);DAe&&((NAe=DAe.popperInstanceRef)==null||NAe.update())},oAe=ref(!1),aAe=ref(),{show:cAe,hide:uAe,hasUpdateHandler:dAe}=useTooltipModelToggle({indicator:oAe,toggleReason:aAe}),{onOpen:EAe,onClose:gAe}=useDelayedToggle({showAfter:toRef$1(zP,"showAfter"),hideAfter:toRef$1(zP,"hideAfter"),autoClose:toRef$1(zP,"autoClose"),open:cAe,close:uAe}),pAe=computed(()=>isBoolean(zP.visible)&&!dAe.value),mAe=computed(()=>[eAe.b(),zP.popperClass]);provide(TOOLTIP_INJECTION_KEY,{controlled:pAe,id:tAe,open:readonly(oAe),trigger:toRef$1(zP,"trigger"),onOpen:EAe,onClose:gAe,onToggle:DAe=>{unref(oAe)?gAe(DAe):EAe(DAe)},onShow:()=>{z9("show",aAe.value)},onHide:()=>{z9("hide",aAe.value)},onBeforeShow:()=>{z9("before-show",aAe.value)},onBeforeHide:()=>{z9("before-hide",aAe.value)},updatePopper:nAe}),watch(()=>zP.disabled,DAe=>{DAe&&oAe.value&&(oAe.value=!1),!DAe&&isBoolean(zP.visible)&&(oAe.value=zP.visible)});const SAe=DAe=>{var NAe;return(NAe=iAe.value)==null?void 0:NAe.isFocusInsideContent(DAe)};return onDeactivated(()=>oAe.value&&uAe()),onBeforeUnmount(()=>{aAe.value=void 0}),x_({popperRef:AAe,contentRef:iAe,isFocusInsideContent:SAe,updatePopper:nAe,onOpen:EAe,onClose:gAe,hide:uAe}),(DAe,NAe)=>(openBlock(),createBlock(unref(ElPopper),{ref_key:"popperRef",ref:AAe,role:r4.role},{default:withCtx(()=>[createVNode$1(trigger_default,{disabled:r4.disabled,trigger:r4.trigger,"trigger-keys":r4.triggerKeys,"virtual-ref":r4.virtualRef,"virtual-triggering":r4.virtualTriggering,"focus-on-target":r4.focusOnTarget},{default:withCtx(()=>[DAe.$slots.default?renderSlot(DAe.$slots,"default",{key:0}):createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering","focus-on-target"]),createVNode$1(content_default$1,{ref_key:"contentRef",ref:iAe,"aria-label":r4.ariaLabel,"boundaries-padding":r4.boundariesPadding,content:r4.content,disabled:r4.disabled,effect:r4.effect,enterable:r4.enterable,"fallback-placements":r4.fallbackPlacements,"hide-after":r4.hideAfter,"gpu-acceleration":r4.gpuAcceleration,offset:r4.offset,persistent:r4.persistent,"popper-class":mAe.value,"popper-style":r4.popperStyle,placement:r4.placement,"popper-options":r4.popperOptions,"arrow-offset":r4.arrowOffset,pure:r4.pure,"raw-content":r4.rawContent,"reference-el":r4.referenceEl,"trigger-target-el":r4.triggerTargetEl,"show-after":r4.showAfter,strategy:r4.strategy,teleported:r4.teleported,transition:r4.transition,"virtual-triggering":r4.virtualTriggering,"z-index":r4.zIndex,"append-to":r4.appendTo,loop:r4.loop},{default:withCtx(()=>[renderSlot(DAe.$slots,"content",{},()=>[r4.rawContent?(openBlock(),createElementBlock("span",{key:0,innerHTML:r4.content},null,8,_hoisted_1$9K)):(openBlock(),createElementBlock("span",_hoisted_2$R,toDisplayString(r4.content),1))]),r4.showArrow?(openBlock(),createBlock(unref(arrow_default),{key:0})):createCommentVNode("v-if",!0)]),_:3},8,["aria-label","boundaries-padding","content","disabled","effect","enterable","fallback-placements","hide-after","gpu-acceleration","offset","persistent","popper-class","popper-style","placement","popper-options","arrow-offset","pure","raw-content","reference-el","trigger-target-el","show-after","strategy","teleported","transition","virtual-triggering","z-index","append-to","loop"])]),_:3},8,["role"]))}}),tooltip_default=tooltip_vue_vue_type_script_setup_true_lang_default;const ElTooltip=withInstall(tooltip_default),mutable=r4=>r4,inputProps=buildProps$1({id:{type:String,default:void 0},size:useSizeProp,disabled:{type:Boolean,default:void 0},modelValue:{type:definePropType([String,Number,Object]),default:""},modelModifiers:{type:definePropType(Object),default:()=>({})},maxlength:{type:[String,Number]},minlength:{type:[String,Number]},type:{type:definePropType(String),default:"text"},resize:{type:String,values:["none","both","horizontal","vertical"]},autosize:{type:definePropType([Boolean,Object]),default:!1},autocomplete:{type:definePropType(String),default:"off"},formatter:{type:Function},parser:{type:Function},placeholder:{type:String},form:{type:String},readonly:Boolean,clearable:Boolean,clearIcon:{type:iconPropType,default:circle_close_default},showPassword:Boolean,showWordLimit:Boolean,wordLimitPosition:{type:String,values:["inside","outside"],default:"inside"},suffixIcon:{type:iconPropType},prefixIcon:{type:iconPropType},containerRole:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},validateEvent:{type:Boolean,default:!0},inputStyle:{type:definePropType([Object,Array,String]),default:()=>mutable({})},countGraphemes:{type:definePropType(Function)},autofocus:Boolean,rows:{type:Number,default:2},...useAriaProps(["ariaLabel"]),inputmode:{type:definePropType(String),default:void 0},name:String}),inputEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4),input:r4=>isString$2(r4),change:(r4,x_)=>isString$2(r4)&&(x_ instanceof Event||x_===void 0),focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent,clear:r4=>r4===void 0||r4 instanceof MouseEvent,mouseleave:r4=>r4 instanceof MouseEvent,mouseenter:r4=>r4 instanceof MouseEvent,keydown:r4=>r4 instanceof Event,compositionstart:r4=>r4 instanceof CompositionEvent,compositionupdate:r4=>r4 instanceof CompositionEvent,compositionend:r4=>r4 instanceof CompositionEvent};markRaw(circle_close_default);let hiddenTextarea;const HIDDEN_STYLE={height:"0",visibility:"hidden",overflow:isFirefox()?"":"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},CONTEXT_STYLE=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break"],looseToNumber=r4=>{const x_=Number.parseFloat(r4);return Number.isNaN(x_)?r4:x_};function calculateNodeStyling(r4){const x_=window.getComputedStyle(r4),$P=x_.getPropertyValue("box-sizing"),zP=Number.parseFloat(x_.getPropertyValue("padding-bottom"))+Number.parseFloat(x_.getPropertyValue("padding-top")),z9=Number.parseFloat(x_.getPropertyValue("border-bottom-width"))+Number.parseFloat(x_.getPropertyValue("border-top-width"));return{contextStyle:CONTEXT_STYLE.map(eAe=>[eAe,x_.getPropertyValue(eAe)]),paddingSize:zP,borderSize:z9,boxSizing:$P}}function calcTextareaHeight(r4,x_=1,$P){var oAe;if(!hiddenTextarea){hiddenTextarea=document.createElement("textarea");let aAe=document.body;!isFirefox()&&r4.parentNode&&(aAe=r4.parentNode),aAe.appendChild(hiddenTextarea)}const{paddingSize:zP,borderSize:z9,boxSizing:eAe,contextStyle:tAe}=calculateNodeStyling(r4);tAe.forEach(([aAe,cAe])=>hiddenTextarea==null?void 0:hiddenTextarea.style.setProperty(aAe,cAe)),Object.entries(HIDDEN_STYLE).forEach(([aAe,cAe])=>hiddenTextarea==null?void 0:hiddenTextarea.style.setProperty(aAe,cAe,"important")),hiddenTextarea.value=r4.value||r4.placeholder||"";let AAe=hiddenTextarea.scrollHeight;const iAe={};eAe==="border-box"?AAe=AAe+z9:eAe==="content-box"&&(AAe=AAe-zP),hiddenTextarea.value="";const nAe=hiddenTextarea.scrollHeight-zP;if(isNumber$2(x_)){let aAe=nAe*x_;eAe==="border-box"&&(aAe=aAe+zP+z9),AAe=Math.max(aAe,AAe),iAe.minHeight=`${aAe}px`}if(isNumber$2($P)){let aAe=nAe*$P;eAe==="border-box"&&(aAe=aAe+zP+z9),AAe=Math.min(aAe,AAe)}return iAe.height=`${AAe}px`,(oAe=hiddenTextarea.parentNode)==null||oAe.removeChild(hiddenTextarea),hiddenTextarea=void 0,iAe}const _hoisted_1$9J=["id","name","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","role","inputmode"],_hoisted_2$Q=["id","name","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","role","inputmode"],COMPONENT_NAME$j="ElInput";var input_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$j,inheritAttrs:!1,__name:"input",props:inputProps,emits:inputEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useAttrs$1(),tAe=useSlots(),AAe=computed(()=>[zP.type==="textarea"?pAe.b():gAe.b(),gAe.m(dAe.value),gAe.is("disabled",EAe.value),gAe.is("exceed",_Ie.value),{[gAe.b("group")]:tAe.prepend||tAe.append,[gAe.m("prefix")]:tAe.prefix||zP.prefixIcon,[gAe.m("suffix")]:tAe.suffix||zP.suffixIcon||zP.clearable||zP.showPassword,[gAe.bm("suffix","password-clear")]:hIe.value&&tIe.value,[gAe.b("hidden")]:zP.type==="hidden"},eAe.class]),iAe=computed(()=>[gAe.e("wrapper"),gAe.is("focus",OAe.value)]),nAe=useAttrs(),oAe=computed(()=>{var $Ee;return($Ee=zP.maxlength)==null?void 0:$Ee.toString()}),{form:aAe,formItem:cAe}=useFormItem(),{inputId:uAe}=useFormItemInputId(zP,{formItemContext:cAe}),dAe=useFormSize(),EAe=useFormDisabled(),gAe=useNamespace("input"),pAe=useNamespace("textarea"),mAe=shallowRef(),SAe=shallowRef(),DAe=ref(!1),NAe=ref(!1),TAe=ref(),bAe=shallowRef(zP.inputStyle),GAe=ref(""),LAe=computed(()=>mAe.value||SAe.value),{wrapperRef:wAe,isFocused:OAe,handleFocus:PAe,handleBlur:HAe}=useFocusController(LAe,{disabled:EAe,afterBlur(){var $Ee;zP.validateEvent&&(($Ee=cAe==null?void 0:cAe.validate)==null||$Ee.call(cAe,"blur").catch(tCe=>debugWarn(tCe)))}}),zAe=computed(()=>(aAe==null?void 0:aAe.statusIcon)??!1),eIe=computed(()=>(cAe==null?void 0:cAe.validateState)||""),iIe=computed(()=>eIe.value&&ValidateComponentsMap[eIe.value]),rIe=computed(()=>NAe.value?view_default:hide_default),AIe=computed(()=>[eAe.style]),XAe=computed(()=>[zP.inputStyle,bAe.value,{resize:zP.resize}]),EIe=computed(()=>isNil(zP.modelValue)?"":String(zP.modelValue)),hIe=computed(()=>zP.clearable&&!EAe.value&&!zP.readonly&&!!EIe.value&&(OAe.value||DAe.value)),tIe=computed(()=>zP.showPassword&&!EAe.value&&!!EIe.value),gIe=computed(()=>zP.showWordLimit&&!!oAe.value&&(zP.type==="text"||zP.type==="textarea")&&!EAe.value&&!zP.readonly&&!zP.showPassword),pIe=computed(()=>zP.countGraphemes&&zP.showWordLimit?zP.countGraphemes(EIe.value):EIe.value.length),_Ie=computed(()=>!!gIe.value&&pIe.value>Number(oAe.value)),SIe=computed(()=>!!tAe.suffix||!!zP.suffixIcon||hIe.value||zP.showPassword||gIe.value||!!eIe.value&&zAe.value),yIe=computed(()=>!!Object.keys(zP.modelModifiers).length),[OIe,HIe]=useCursor(mAe);useResizeObserver(SAe,$Ee=>{if(oEe(),!gIe.value||zP.resize!=="both"&&zP.resize!=="horizontal")return;const{width:tCe}=$Ee[0].contentRect;TAe.value={right:`calc(100% - ${tCe+22-10}px)`}});const PIe=()=>{const{type:$Ee,autosize:tCe}=zP;if(!(!isClient$1||$Ee!=="textarea"||!SAe.value))if(tCe){const iCe=isObject$9(tCe)?tCe.minRows:void 0,gCe=isObject$9(tCe)?tCe.maxRows:void 0,TCe=calcTextareaHeight(SAe.value,iCe,gCe);bAe.value={overflowY:"hidden",...TCe},nextTick(()=>{SAe.value.offsetHeight,bAe.value=TCe})}else bAe.value={minHeight:calcTextareaHeight(SAe.value).minHeight}},oEe=($Ee=>{let tCe=!1;return()=>{var iCe;tCe||!zP.autosize||((iCe=SAe.value)==null?void 0:iCe.offsetParent)!==null&&(setTimeout($Ee),tCe=!0)}})(PIe),JIe=()=>{const $Ee=LAe.value,tCe=zP.formatter?zP.formatter(EIe.value):EIe.value;!$Ee||$Ee.value===tCe||zP.type==="file"||($Ee.value=tCe)},XIe=$Ee=>{const{trim:tCe,number:iCe}=zP.modelModifiers;return tCe&&($Ee=$Ee.trim()),iCe&&($Ee=`${looseToNumber($Ee)}`),zP.formatter&&zP.parser&&($Ee=zP.parser($Ee)),$Ee},zIe=async $Ee=>{if(uEe.value)return;const{lazy:tCe}=zP.modelModifiers;let{value:iCe}=$Ee.target,gCe=!1;if(tCe){z9(INPUT_EVENT,iCe);return}if(iCe=XIe(iCe),zP.countGraphemes&&oAe.value!=null){const TCe=Number(oAe.value),YEe=zP.countGraphemes(iCe),cEe=zP.countGraphemes(GAe.value);if(YEe>TCe&&YEe>cEe)if(cEe>TCe)iCe=GAe.value,gCe=!0;else{const OEe=GAe.value,REe=iCe;let ZEe=0;for(;ZEeZEe&&YCe>ZEe&&OEe[uCe-1]===REe[YCe-1];)uCe--,YCe--;const MBe=REe.slice(0,ZEe),_Ce=OEe.slice(ZEe,uCe),FCe=REe.slice(ZEe,YCe),kEe=REe.slice(YCe),WCe=cEe-zP.countGraphemes(_Ce),EBe=Math.max(0,TCe-WCe);let bIe="";if(EBe>0)if(typeof Intl<"u"&&"Segmenter"in Intl){const TIe=new Intl.Segmenter(void 0,{granularity:"grapheme"});for(const{segment:rBe}of TIe.segment(FCe)){const RCe=bIe+rBe;if(zP.countGraphemes(RCe)>EBe)break;bIe=RCe}}else for(const TIe of Array.from(FCe)){const rBe=bIe+TIe;if(zP.countGraphemes(rBe)>EBe)break;bIe=rBe}iCe=MBe+bIe+kEe,gCe=!0}}if(String(iCe)===EIe.value){if(zP.formatter||gCe){const TCe=$Ee.target,YEe=TCe.value,cEe=TCe.selectionStart,OEe=TCe.selectionEnd;if(JIe(),gCe&&LAe.value&&cEe!=null&&OEe!=null){const REe=LAe.value.value,ZEe=YEe.slice(Math.max(0,OEe));let uCe=Math.min(cEe,REe.length);ZEe&&REe.endsWith(ZEe)&&(uCe=REe.length-ZEe.length),LAe.value.setSelectionRange(uCe,uCe)}}return}GAe.value=iCe,OIe(),z9(UPDATE_MODEL_EVENT,iCe),z9(INPUT_EVENT,iCe),await nextTick(),(zP.formatter&&zP.parser||!yIe.value)&&JIe(),HIe()},YIe=async $Ee=>{let{value:tCe}=$Ee.target;tCe=XIe(tCe),zP.modelModifiers.lazy&&z9(UPDATE_MODEL_EVENT,tCe),z9(CHANGE_EVENT,tCe,$Ee),await nextTick(),JIe()},{isComposing:uEe,handleCompositionStart:NEe,handleCompositionUpdate:MEe,handleCompositionEnd:FEe}=useComposition({emit:z9,afterComposition:zIe}),vEe=()=>{NAe.value=!NAe.value},yEe=()=>{var $Ee;return($Ee=LAe.value)==null?void 0:$Ee.focus()},VEe=()=>{var $Ee;return($Ee=LAe.value)==null?void 0:$Ee.blur()},UEe=$Ee=>{DAe.value=!1,z9("mouseleave",$Ee)},UCe=$Ee=>{DAe.value=!0,z9("mouseenter",$Ee)},CCe=$Ee=>{z9("keydown",$Ee)},fCe=()=>{var $Ee;($Ee=LAe.value)==null||$Ee.select()},VCe=$Ee=>{z9(UPDATE_MODEL_EVENT,""),z9(CHANGE_EVENT,""),z9("clear",$Ee),z9(INPUT_EVENT,"")};return watch(()=>zP.modelValue,()=>{var $Ee;nextTick(()=>PIe()),zP.validateEvent&&(($Ee=cAe==null?void 0:cAe.validate)==null||$Ee.call(cAe,"change").catch(tCe=>debugWarn(tCe)))}),watch(()=>EIe.value,$Ee=>{GAe.value=$Ee},{immediate:!0}),watch(EIe,$Ee=>{if(!LAe.value)return;const{trim:tCe,number:iCe}=zP.modelModifiers,gCe=LAe.value.value,TCe=(iCe||zP.type==="number")&&!/^0\d/.test(gCe)?`${looseToNumber(gCe)}`:gCe;TCe!==$Ee&&(document.activeElement===LAe.value&&LAe.value.type!=="range"&&tCe&&TCe.trim()===$Ee||JIe())}),watch(()=>zP.type,async()=>{await nextTick(),JIe(),PIe()}),onMounted(()=>{!zP.formatter&&zP.parser&&debugWarn(COMPONENT_NAME$j,"If you set the parser, you also need to set the formatter."),JIe(),nextTick(PIe)}),x_({input:mAe,textarea:SAe,ref:LAe,textareaStyle:XAe,autosize:toRef$1(zP,"autosize"),isComposing:uEe,passwordVisible:NAe,focus:yEe,blur:VEe,select:fCe,clear:VCe,resizeTextarea:PIe}),($Ee,tCe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([AAe.value,{[unref(gAe).bm("group","append")]:$Ee.$slots.append,[unref(gAe).bm("group","prepend")]:$Ee.$slots.prepend}]),style:normalizeStyle$1(AIe.value),onMouseenter:UCe,onMouseleave:UEe},[createCommentVNode(" input "),r4.type!=="textarea"?(openBlock(),createElementBlock(Fragment$1,{key:0},[createCommentVNode(" prepend slot "),$Ee.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(gAe).be("group","prepend"))},[renderSlot($Ee.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:wAe,class:normalizeClass(iAe.value)},[createCommentVNode(" prefix slot "),$Ee.$slots.prefix||r4.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(gAe).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(gAe).e("prefix-inner"))},[renderSlot($Ee.$slots,"prefix"),r4.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(gAe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(uAe),ref_key:"input",ref:mAe,class:unref(gAe).e("inner")},unref(nAe),{name:r4.name,minlength:r4.countGraphemes?void 0:r4.minlength,maxlength:r4.countGraphemes?void 0:oAe.value,type:r4.showPassword?NAe.value?"text":"password":r4.type,disabled:unref(EAe),readonly:r4.readonly,autocomplete:r4.autocomplete,tabindex:r4.tabindex,"aria-label":r4.ariaLabel,placeholder:r4.placeholder,style:r4.inputStyle,form:r4.form,autofocus:r4.autofocus,role:r4.containerRole,inputmode:r4.inputmode,onCompositionstart:tCe[0]||(tCe[0]=(...iCe)=>unref(NEe)&&unref(NEe)(...iCe)),onCompositionupdate:tCe[1]||(tCe[1]=(...iCe)=>unref(MEe)&&unref(MEe)(...iCe)),onCompositionend:tCe[2]||(tCe[2]=(...iCe)=>unref(FEe)&&unref(FEe)(...iCe)),onInput:zIe,onChange:YIe,onKeydown:CCe}),null,16,_hoisted_1$9J),createCommentVNode(" suffix slot "),SIe.value?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(gAe).e("suffix"))},[createBaseVNode("span",{class:normalizeClass(unref(gAe).e("suffix-inner"))},[!hIe.value||!tIe.value||!gIe.value?(openBlock(),createElementBlock(Fragment$1,{key:0},[renderSlot($Ee.$slots,"suffix"),r4.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(gAe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.suffixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0),hIe.value?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(gAe).e("icon"),unref(gAe).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:VCe},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.clearIcon)))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),tIe.value?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(gAe).e("icon"),unref(gAe).e("password")]),onClick:vEe,onMousedown:withModifiers(unref(NOOP),["prevent"]),onMouseup:withModifiers(unref(NOOP),["prevent"])},{default:withCtx(()=>[renderSlot($Ee.$slots,"password-icon",{visible:NAe.value},()=>[(openBlock(),createBlock(resolveDynamicComponent(rIe.value)))])]),_:3},8,["class","onMousedown","onMouseup"])):createCommentVNode("v-if",!0),gIe.value?(openBlock(),createElementBlock("span",{key:3,class:normalizeClass([unref(gAe).e("count"),unref(gAe).is("outside",r4.wordLimitPosition==="outside")])},[createBaseVNode("span",{class:normalizeClass(unref(gAe).e("count-inner"))},toDisplayString(pIe.value)+" / "+toDisplayString(oAe.value),3)],2)):createCommentVNode("v-if",!0),eIe.value&&iIe.value&&zAe.value?(openBlock(),createBlock(unref(ElIcon),{key:4,class:normalizeClass([unref(gAe).e("icon"),unref(gAe).e("validateIcon"),unref(gAe).is("loading",eIe.value==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(iIe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0)],2),createCommentVNode(" append slot "),$Ee.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(gAe).be("group","append"))},[renderSlot($Ee.$slots,"append")],2)):createCommentVNode("v-if",!0)],64)):(openBlock(),createElementBlock(Fragment$1,{key:1},[createCommentVNode(" textarea "),createBaseVNode("textarea",mergeProps({id:unref(uAe),ref_key:"textarea",ref:SAe,class:[unref(pAe).e("inner"),unref(gAe).is("focus",unref(OAe)),unref(pAe).is("clearable",r4.clearable)]},unref(nAe),{name:r4.name,minlength:r4.countGraphemes?void 0:r4.minlength,maxlength:r4.countGraphemes?void 0:oAe.value,tabindex:r4.tabindex,disabled:unref(EAe),readonly:r4.readonly,autocomplete:r4.autocomplete,style:XAe.value,"aria-label":r4.ariaLabel,placeholder:r4.placeholder,form:r4.form,autofocus:r4.autofocus,rows:r4.rows,role:r4.containerRole,inputmode:r4.inputmode,onCompositionstart:tCe[3]||(tCe[3]=(...iCe)=>unref(NEe)&&unref(NEe)(...iCe)),onCompositionupdate:tCe[4]||(tCe[4]=(...iCe)=>unref(MEe)&&unref(MEe)(...iCe)),onCompositionend:tCe[5]||(tCe[5]=(...iCe)=>unref(FEe)&&unref(FEe)(...iCe)),onInput:zIe,onFocus:tCe[6]||(tCe[6]=(...iCe)=>unref(PAe)&&unref(PAe)(...iCe)),onBlur:tCe[7]||(tCe[7]=(...iCe)=>unref(HAe)&&unref(HAe)(...iCe)),onChange:YIe,onKeydown:CCe}),null,16,_hoisted_2$Q),hIe.value?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(pAe).e("icon"),unref(pAe).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:VCe},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.clearIcon)))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),gIe.value?(openBlock(),createElementBlock("span",{key:1,style:normalizeStyle$1(TAe.value),class:normalizeClass([unref(gAe).e("count"),unref(gAe).is("outside",r4.wordLimitPosition==="outside")])},toDisplayString(pIe.value)+" / "+toDisplayString(oAe.value),7)):createCommentVNode("v-if",!0)],64))],38))}}),input_default=input_vue_vue_type_script_setup_true_lang_default;const ElInput=withInstall(input_default),autocompleteProps=buildProps$1({...inputProps,valueKey:{type:String,default:"value"},modelValue:{type:[String,Number],default:""},debounce:{type:Number,default:300},placement:{type:definePropType(String),values:["top","top-start","top-end","bottom","bottom-start","bottom-end"],default:"bottom-start"},fetchSuggestions:{type:definePropType([Function,Array]),default:NOOP},popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,triggerOnFocus:{type:Boolean,default:!0},selectWhenUnmatched:Boolean,hideLoading:Boolean,teleported:useTooltipContentProps.teleported,appendTo:useTooltipContentProps.appendTo,highlightFirstItem:Boolean,fitInputWidth:Boolean,loopNavigation:{type:Boolean,default:!0}}),autocompleteEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4)||isNumber$2(r4),[INPUT_EVENT]:r4=>isString$2(r4)||isNumber$2(r4),[CHANGE_EVENT]:r4=>isString$2(r4)||isNumber$2(r4),focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent,clear:()=>!0,select:r4=>isObject$9(r4)},scrollbarProps=buildProps$1({distance:{type:Number,default:0},height:{type:[String,Number],default:""},maxHeight:{type:[String,Number],default:""},native:Boolean,wrapStyle:{type:definePropType([String,Object,Array]),default:""},wrapClass:{type:[String,Array],default:""},viewClass:{type:[String,Array],default:""},viewStyle:{type:[String,Array,Object],default:""},noresize:Boolean,tag:{type:String,default:"div"},always:Boolean,minSize:{type:Number,default:20},tabindex:{type:[String,Number],default:void 0},id:String,role:String,...useAriaProps(["ariaLabel","ariaOrientation"])}),scrollbarEmits={"end-reached":r4=>["left","right","top","bottom"].includes(r4),scroll:({scrollTop:r4,scrollLeft:x_})=>[r4,x_].every(isNumber$2)},GAP=4,BAR_MAP={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}},renderThumbStyle$1=({move:r4,size:x_,bar:$P})=>({[$P.size]:x_,transform:`translate${$P.axis}(${r4}%)`}),thumbProps=buildProps$1({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),scrollbarContextKey=Symbol("scrollbarContextKey");function isGreaterThan(r4,x_,$P=.03){return r4-x_>$P}const barProps=buildProps$1({always:{type:Boolean,default:!0},minSize:{type:Number,required:!0}}),COMPONENT_NAME$i="Thumb";var thumb_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"thumb",props:thumbProps,setup(r4){const x_=r4,$P=inject(scrollbarContextKey),zP=useNamespace("scrollbar");$P||throwError$2(COMPONENT_NAME$i,"can not inject scrollbar context");const z9=ref(),eAe=ref(),tAe=ref({}),AAe=ref(!1);let iAe=!1,nAe=!1,oAe=0,aAe=0,cAe=isClient$1?document.onselectstart:null;const uAe=computed(()=>BAR_MAP[x_.vertical?"vertical":"horizontal"]),dAe=computed(()=>renderThumbStyle$1({size:x_.size,move:x_.move,bar:uAe.value})),EAe=computed(()=>z9.value[uAe.value.offset]**2/$P.wrapElement[uAe.value.scrollSize]/x_.ratio/eAe.value[uAe.value.offset]),gAe=GAe=>{var wAe;if(GAe.stopPropagation(),GAe.ctrlKey||[1,2].includes(GAe.button))return;(wAe=window.getSelection())==null||wAe.removeAllRanges(),mAe(GAe);const LAe=GAe.currentTarget;LAe&&(tAe.value[uAe.value.axis]=LAe[uAe.value.offset]-(GAe[uAe.value.client]-LAe.getBoundingClientRect()[uAe.value.direction]))},pAe=GAe=>{if(!eAe.value||!z9.value||!$P.wrapElement)return;const LAe=(Math.abs(GAe.target.getBoundingClientRect()[uAe.value.direction]-GAe[uAe.value.client])-eAe.value[uAe.value.offset]/2)*100*EAe.value/z9.value[uAe.value.offset];$P.wrapElement[uAe.value.scroll]=LAe*$P.wrapElement[uAe.value.scrollSize]/100},mAe=GAe=>{GAe.stopImmediatePropagation(),iAe=!0,oAe=$P.wrapElement.scrollHeight,aAe=$P.wrapElement.scrollWidth,document.addEventListener("mousemove",SAe),document.addEventListener("mouseup",DAe),cAe=document.onselectstart,document.onselectstart=()=>!1},SAe=GAe=>{if(!z9.value||!eAe.value||iAe===!1)return;const LAe=tAe.value[uAe.value.axis];if(!LAe)return;const wAe=((z9.value.getBoundingClientRect()[uAe.value.direction]-GAe[uAe.value.client])*-1-(eAe.value[uAe.value.offset]-LAe))*100*EAe.value/z9.value[uAe.value.offset];uAe.value.scroll==="scrollLeft"?$P.wrapElement[uAe.value.scroll]=wAe*aAe/100:$P.wrapElement[uAe.value.scroll]=wAe*oAe/100},DAe=()=>{iAe=!1,tAe.value[uAe.value.axis]=0,document.removeEventListener("mousemove",SAe),document.removeEventListener("mouseup",DAe),bAe(),nAe&&(AAe.value=!1)},NAe=()=>{nAe=!1,AAe.value=!!x_.size},TAe=()=>{nAe=!0,AAe.value=iAe};onBeforeUnmount(()=>{bAe(),document.removeEventListener("mouseup",DAe)});const bAe=()=>{document.onselectstart!==cAe&&(document.onselectstart=cAe)};return useEventListener$1(toRef$1($P,"scrollbarElement"),"mousemove",NAe),useEventListener$1(toRef$1($P,"scrollbarElement"),"mouseleave",TAe),(GAe,LAe)=>(openBlock(),createBlock(Transition,{name:unref(zP).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{ref_key:"instance",ref:z9,class:normalizeClass([unref(zP).e("bar"),unref(zP).is(uAe.value.key)]),onMousedown:pAe,onClick:LAe[0]||(LAe[0]=withModifiers(()=>{},["stop"]))},[createBaseVNode("div",{ref_key:"thumb",ref:eAe,class:normalizeClass(unref(zP).e("thumb")),style:normalizeStyle$1(dAe.value),onMousedown:gAe},null,38)],34),[[vShow,r4.always||AAe.value]])]),_:1},8,["name"]))}}),thumb_default=thumb_vue_vue_type_script_setup_true_lang_default,bar_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"bar",props:barProps,setup(r4,{expose:x_}){const $P=r4,zP=inject(scrollbarContextKey),z9=ref(0),eAe=ref(0),tAe=ref(""),AAe=ref(""),iAe=ref(1),nAe=ref(1);return x_({handleScroll:cAe=>{if(cAe){const uAe=cAe.offsetHeight-GAP,dAe=cAe.offsetWidth-GAP;eAe.value=cAe.scrollTop*100/uAe*iAe.value,z9.value=cAe.scrollLeft*100/dAe*nAe.value}},update:()=>{const cAe=zP==null?void 0:zP.wrapElement;if(!cAe)return;const uAe=cAe.offsetHeight-GAP,dAe=cAe.offsetWidth-GAP,EAe=uAe**2/cAe.scrollHeight,gAe=dAe**2/cAe.scrollWidth,pAe=Math.max(EAe,$P.minSize),mAe=Math.max(gAe,$P.minSize);iAe.value=EAe/(uAe-EAe)/(pAe/(uAe-pAe)),nAe.value=gAe/(dAe-gAe)/(mAe/(dAe-mAe)),AAe.value=pAe+GAP(openBlock(),createElementBlock(Fragment$1,null,[createVNode$1(thumb_default,{move:z9.value,ratio:nAe.value,size:tAe.value,always:r4.always},null,8,["move","ratio","size","always"]),createVNode$1(thumb_default,{move:eAe.value,ratio:iAe.value,size:AAe.value,vertical:"",always:r4.always},null,8,["move","ratio","size","always"])],64))}}),bar_default=bar_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9I=["tabindex"],COMPONENT_NAME$h="ElScrollbar";var scrollbar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$h,__name:"scrollbar",props:scrollbarProps,emits:scrollbarEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("scrollbar");let tAe,AAe,iAe,nAe=0,oAe=0,aAe="";const cAe={bottom:!1,top:!1,right:!1,left:!1},uAe=ref(),dAe=ref(),EAe=ref(),gAe=ref(),pAe=computed(()=>{const PAe={},HAe=addUnit(zP.height),zAe=addUnit(zP.maxHeight);return HAe&&(PAe.height=HAe),zAe&&(PAe.maxHeight=zAe),[zP.wrapStyle,PAe]}),mAe=computed(()=>[zP.wrapClass,eAe.e("wrap"),{[eAe.em("wrap","hidden-default")]:!zP.native}]),SAe=computed(()=>[eAe.e("view"),zP.viewClass]),DAe=PAe=>cAe[PAe]??!1,NAe={top:"bottom",bottom:"top",left:"right",right:"left"},TAe=PAe=>{const HAe=NAe[aAe];if(!HAe)return;const zAe=PAe[aAe],eIe=PAe[HAe];zAe&&!cAe[aAe]&&(cAe[aAe]=!0),!eIe&&cAe[HAe]&&(cAe[HAe]=!1)},bAe=()=>{var PAe;if(dAe.value){(PAe=gAe.value)==null||PAe.handleScroll(dAe.value);const HAe=nAe,zAe=oAe;nAe=dAe.value.scrollTop,oAe=dAe.value.scrollLeft;const eIe={bottom:!isGreaterThan(dAe.value.scrollHeight-zP.distance,dAe.value.clientHeight+nAe),top:nAe<=zP.distance&&HAe!==0,right:!isGreaterThan(dAe.value.scrollWidth-zP.distance,dAe.value.clientWidth+oAe)&&zAe!==oAe,left:oAe<=zP.distance&&zAe!==0};if(z9("scroll",{scrollTop:nAe,scrollLeft:oAe}),HAe!==nAe&&(aAe=nAe>HAe?"bottom":"top"),zAe!==oAe&&(aAe=oAe>zAe?"right":"left"),zP.distance>0){if(DAe(aAe))return;TAe(eIe)}eIe[aAe]&&z9("end-reached",aAe)}};function GAe(PAe,HAe){isObject$9(PAe)?dAe.value.scrollTo(PAe):isNumber$2(PAe)&&isNumber$2(HAe)&&dAe.value.scrollTo(PAe,HAe)}const LAe=PAe=>{if(!isNumber$2(PAe)){debugWarn(COMPONENT_NAME$h,"value must be a number");return}dAe.value.scrollTop=PAe},wAe=PAe=>{if(!isNumber$2(PAe)){debugWarn(COMPONENT_NAME$h,"value must be a number");return}dAe.value.scrollLeft=PAe},OAe=()=>{var PAe,HAe;(PAe=gAe.value)==null||PAe.update(),cAe[aAe]=!1,dAe.value&&((HAe=gAe.value)==null||HAe.handleScroll(dAe.value))};return watch(()=>zP.noresize,PAe=>{PAe?(tAe==null||tAe(),AAe==null||AAe(),iAe==null||iAe()):({stop:tAe}=useResizeObserver(EAe,OAe),{stop:AAe}=useResizeObserver(dAe,OAe),iAe=useEventListener$1("resize",OAe))},{immediate:!0}),watch(()=>[zP.maxHeight,zP.height],()=>{zP.native||nextTick(()=>{OAe()})}),provide(scrollbarContextKey,reactive({scrollbarElement:uAe,wrapElement:dAe})),onActivated(()=>{dAe.value&&(dAe.value.scrollTop=nAe,dAe.value.scrollLeft=oAe)}),onMounted(()=>{zP.native||nextTick(()=>{OAe()})}),onUpdated(()=>OAe()),x_({wrapRef:dAe,update:OAe,scrollTo:GAe,setScrollTop:LAe,setScrollLeft:wAe,handleScroll:bAe}),(PAe,HAe)=>(openBlock(),createElementBlock("div",{ref_key:"scrollbarRef",ref:uAe,class:normalizeClass(unref(eAe).b())},[createBaseVNode("div",{ref_key:"wrapRef",ref:dAe,class:normalizeClass(mAe.value),style:normalizeStyle$1(pAe.value),tabindex:r4.tabindex,onScroll:bAe},[(openBlock(),createBlock(resolveDynamicComponent(r4.tag),{id:r4.id,ref_key:"resizeRef",ref:EAe,class:normalizeClass(SAe.value),style:normalizeStyle$1(r4.viewStyle),role:r4.role,"aria-label":r4.ariaLabel,"aria-orientation":r4.ariaOrientation},{default:withCtx(()=>[renderSlot(PAe.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],46,_hoisted_1$9I),r4.native?createCommentVNode("v-if",!0):(openBlock(),createBlock(bar_default,{key:0,ref_key:"barRef",ref:gAe,always:r4.always,"min-size":r4.minSize},null,8,["always","min-size"]))],2))}}),scrollbar_default=scrollbar_vue_vue_type_script_setup_true_lang_default;const ElScrollbar=withInstall(scrollbar_default),_hoisted_1$9H=["aria-expanded","aria-owns"],_hoisted_2$P={key:0},_hoisted_3$r=["id","aria-selected","onClick"],COMPONENT_NAME$g="ElAutocomplete";var autocomplete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$g,inheritAttrs:!1,__name:"autocomplete",props:autocompleteProps,emits:autocompleteEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=computed(()=>{const PIe=ElInput.props??[];return pick(zP,isArray$6(PIe)?PIe:Object.keys(PIe))}),tAe=useAttrs$1(),AAe=useFormDisabled(),iAe=useNamespace("autocomplete"),nAe=ref(),oAe=ref(),aAe=ref(),cAe=ref();let uAe=!1,dAe=!1;const EAe=ref([]),gAe=ref(-1),pAe=ref(""),mAe=ref(!1),SAe=ref(!1),DAe=ref(!1),NAe=useId(),TAe=computed(()=>tAe.style),bAe=computed(()=>(EAe.value.length>0||DAe.value)&&mAe.value),GAe=computed(()=>!zP.hideLoading&&DAe.value),LAe=computed(()=>nAe.value?Array.from(nAe.value.$el.querySelectorAll("input")):[]),wAe=()=>{bAe.value&&(pAe.value=`${nAe.value.$el.offsetWidth}px`)},OAe=()=>{gAe.value=-1},PAe=async PIe=>{if(SAe.value)return;const LIe=oEe=>{DAe.value=!1,!SAe.value&&(isArray$6(oEe)?(EAe.value=oEe,gAe.value=zP.highlightFirstItem?0:-1):throwError$2(COMPONENT_NAME$g,"autocomplete suggestions must be an array"))};if(DAe.value=!0,isArray$6(zP.fetchSuggestions))LIe(zP.fetchSuggestions);else{const oEe=await zP.fetchSuggestions(PIe,LIe);isArray$6(oEe)&&LIe(oEe)}},HAe=useDebounceFn(PAe,computed(()=>zP.debounce)),zAe=PIe=>{const LIe=!!PIe;if(z9(INPUT_EVENT,PIe),z9(UPDATE_MODEL_EVENT,PIe),SAe.value=!1,mAe.value||(mAe.value=LIe),!zP.triggerOnFocus&&!PIe){SAe.value=!0,EAe.value=[];return}HAe(PIe)},eIe=PIe=>{var LIe;AAe.value||(((LIe=PIe.target)==null?void 0:LIe.tagName)!=="INPUT"||LAe.value.includes(document.activeElement))&&(mAe.value=!0)},iIe=PIe=>{z9(CHANGE_EVENT,PIe)},rIe=PIe=>{if(dAe)dAe=!1;else{mAe.value=!0,z9("focus",PIe);const LIe=zP.modelValue??"";zP.triggerOnFocus&&!uAe&&HAe(String(LIe))}},AIe=PIe=>{setTimeout(()=>{var LIe;if((LIe=aAe.value)!=null&&LIe.isFocusInsideContent()){dAe=!0;return}mAe.value&&tIe(),z9("blur",PIe)})},XAe=()=>{mAe.value=!1,z9(UPDATE_MODEL_EVENT,""),z9("clear")},EIe=async()=>{var PIe;(PIe=nAe.value)!=null&&PIe.isComposing||(bAe.value&&gAe.value>=0&&gAe.value{bAe.value&&(PIe.preventDefault(),PIe.stopPropagation(),tIe())},tIe=()=>{mAe.value=!1},gIe=()=>{var PIe;(PIe=nAe.value)==null||PIe.focus()},pIe=()=>{var PIe;(PIe=nAe.value)==null||PIe.blur()},_Ie=async PIe=>{z9(INPUT_EVENT,PIe[zP.valueKey]),z9(UPDATE_MODEL_EVENT,PIe[zP.valueKey]),z9("select",PIe),EAe.value=[],gAe.value=-1},SIe=PIe=>{var uEe,NEe;if(!bAe.value||DAe.value)return;if(PIe<0){if(!zP.loopNavigation){gAe.value=-1;return}PIe=EAe.value.length-1}PIe>=EAe.value.length&&(PIe=zP.loopNavigation?0:EAe.value.length-1);const[LIe,oEe]=yIe(),JIe=oEe[PIe],XIe=LIe.scrollTop,{offsetTop:zIe,scrollHeight:YIe}=JIe;zIe+YIe>XIe+LIe.clientHeight&&(LIe.scrollTop=zIe+YIe-LIe.clientHeight),zIe{const PIe=oAe.value.querySelector(`.${iAe.be("suggestion","wrap")}`);return[PIe,PIe.querySelectorAll(`.${iAe.be("suggestion","list")} li`)]},OIe=onClickOutside(cAe,PIe=>{var oEe;if((oEe=aAe.value)!=null&&oEe.isFocusInsideContent())return;const LIe=dAe;dAe=!1,bAe.value&&(LIe?AIe(new FocusEvent("blur",PIe)):tIe())}),HIe=PIe=>{switch(getEventCode(PIe)){case EVENT_CODE.up:PIe.preventDefault(),SIe(gAe.value-1);break;case EVENT_CODE.down:PIe.preventDefault(),SIe(gAe.value+1);break;case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:PIe.preventDefault(),EIe();break;case EVENT_CODE.tab:tIe();break;case EVENT_CODE.esc:hIe(PIe);break;case EVENT_CODE.home:PIe.preventDefault(),SIe(0);break;case EVENT_CODE.end:PIe.preventDefault(),SIe(EAe.value.length-1);break;case EVENT_CODE.pageUp:PIe.preventDefault(),SIe(Math.max(0,gAe.value-10));break;case EVENT_CODE.pageDown:PIe.preventDefault(),SIe(Math.min(EAe.value.length-1,gAe.value+10));break}};return onBeforeUnmount(()=>{OIe==null||OIe()}),onMounted(()=>{var LIe;const PIe=(LIe=nAe.value)==null?void 0:LIe.ref;PIe&&([{key:"role",value:"textbox"},{key:"aria-autocomplete",value:"list"},{key:"aria-controls",value:NAe.value},{key:"aria-activedescendant",value:`${NAe.value}-item-${gAe.value}`}].forEach(({key:oEe,value:JIe})=>PIe.setAttribute(oEe,JIe)),uAe=PIe.hasAttribute("readonly"))}),x_({highlightedIndex:gAe,activated:mAe,loading:DAe,inputRef:nAe,popperRef:aAe,suggestions:EAe,handleSelect:_Ie,handleKeyEnter:EIe,focus:gIe,blur:pIe,close:tIe,highlight:SIe,getData:PAe}),(PIe,LIe)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:aAe,visible:bAe.value,placement:r4.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(iAe).e("popper"),r4.popperClass],"popper-style":r4.popperStyle,teleported:r4.teleported,"append-to":r4.appendTo,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(iAe).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:wAe,onHide:OAe},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:oAe,class:normalizeClass([unref(iAe).b("suggestion"),unref(iAe).is("loading",GAe.value)]),style:normalizeStyle$1({[r4.fitInputWidth?"width":"minWidth"]:pAe.value,outline:"none"}),role:"region"},[PIe.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(iAe).be("suggestion","header")),onClick:LIe[0]||(LIe[0]=withModifiers(()=>{},["stop"]))},[renderSlot(PIe.$slots,"header")],2)):createCommentVNode("v-if",!0),createVNode$1(unref(ElScrollbar),{id:unref(NAe),tag:"ul","wrap-class":unref(iAe).be("suggestion","wrap"),"view-class":unref(iAe).be("suggestion","list"),role:"listbox"},{default:withCtx(()=>[GAe.value?(openBlock(),createElementBlock("li",_hoisted_2$P,[renderSlot(PIe.$slots,"loading",{},()=>[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(iAe).is("loading"))},{default:withCtx(()=>[createVNode$1(unref(loading_default))]),_:1},8,["class"])])])):(openBlock(!0),createElementBlock(Fragment$1,{key:1},renderList(EAe.value,(oEe,JIe)=>(openBlock(),createElementBlock("li",{id:`${unref(NAe)}-item-${JIe}`,key:JIe,class:normalizeClass({highlighted:gAe.value===JIe}),role:"option","aria-selected":gAe.value===JIe,onClick:XIe=>_Ie(oEe)},[renderSlot(PIe.$slots,"default",{item:oEe},()=>[createTextVNode(toDisplayString(oEe[r4.valueKey]),1)])],10,_hoisted_3$r))),128))]),_:3},8,["id","wrap-class","view-class"]),PIe.$slots.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(iAe).be("suggestion","footer")),onClick:LIe[1]||(LIe[1]=withModifiers(()=>{},["stop"]))},[renderSlot(PIe.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6)]),default:withCtx(()=>[createBaseVNode("div",{ref_key:"listboxRef",ref:cAe,class:normalizeClass([unref(iAe).b(),PIe.$attrs.class]),style:normalizeStyle$1(TAe.value),role:"combobox","aria-haspopup":"listbox","aria-expanded":bAe.value,"aria-owns":unref(NAe)},[createVNode$1(unref(ElInput),mergeProps({ref_key:"inputRef",ref:nAe},mergeProps(eAe.value,PIe.$attrs),{"model-value":r4.modelValue,disabled:unref(AAe),onInput:zAe,onChange:iIe,onFocus:rIe,onBlur:AIe,onClear:XAe,onKeydown:HIe,onMousedown:eIe}),createSlots({_:2},[PIe.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(PIe.$slots,"prepend")]),key:"0"}:void 0,PIe.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(PIe.$slots,"append")]),key:"1"}:void 0,PIe.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(PIe.$slots,"prefix")]),key:"2"}:void 0,PIe.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(PIe.$slots,"suffix")]),key:"3"}:void 0]),1040,["model-value","disabled"])],14,_hoisted_1$9H)]),_:3},8,["visible","placement","popper-class","popper-style","teleported","append-to","transition"]))}}),autocomplete_default=autocomplete_vue_vue_type_script_setup_true_lang_default;const ElAutocomplete=withInstall(autocomplete_default),avatarProps=buildProps$1({size:{type:[Number,String],values:componentSizes,validator:r4=>isNumber$2(r4)},shape:{type:String,values:["circle","square"]},icon:{type:iconPropType},src:{type:String,default:""},alt:String,srcSet:String,fit:{type:definePropType(String),default:"cover"}}),avatarEmits={error:r4=>r4 instanceof Event},avatarGroupContextKey=Symbol("avatarGroupContextKey"),avatarGroupProps={size:{type:definePropType([Number,String]),values:componentSizes,validator:r4=>isNumber$2(r4)},shape:{type:definePropType(String),values:["circle","square"]},collapseAvatars:Boolean,collapseAvatarsTooltip:Boolean,maxCollapseAvatars:{type:Number,default:1},effect:{type:definePropType(String),default:"light"},placement:{type:definePropType(String),values:Ee$7,default:"top"},popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,collapseClass:String,collapseStyle:{type:definePropType([String,Array,Object])}},_hoisted_1$9G=["src","alt","srcset"];var avatar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElAvatar",__name:"avatar",props:avatarProps,emits:avatarEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=inject(avatarGroupContextKey,void 0),eAe=useNamespace("avatar"),tAe=ref(!1),AAe=computed(()=>$P.size??(z9==null?void 0:z9.size)),iAe=computed(()=>$P.shape??(z9==null?void 0:z9.shape)??"circle"),nAe=computed(()=>{const{icon:uAe}=$P,dAe=[eAe.b()];return isString$2(AAe.value)&&dAe.push(eAe.m(AAe.value)),uAe&&dAe.push(eAe.m("icon")),iAe.value&&dAe.push(eAe.m(iAe.value)),dAe}),oAe=computed(()=>isNumber$2(AAe.value)?eAe.cssVarBlock({size:addUnit(AAe.value)}):void 0),aAe=computed(()=>({objectFit:$P.fit}));watch(()=>[$P.src,$P.srcSet],()=>tAe.value=!1);function cAe(uAe){tAe.value=!0,zP("error",uAe)}return(uAe,dAe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(nAe.value),style:normalizeStyle$1(oAe.value)},[(r4.src||r4.srcSet)&&!tAe.value?(openBlock(),createElementBlock("img",{key:0,src:r4.src,alt:r4.alt,srcset:r4.srcSet,style:normalizeStyle$1(aAe.value),onError:cAe},null,44,_hoisted_1$9G)):r4.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1})):renderSlot(uAe.$slots,"default",{key:2})],6))}}),avatar_default=avatar_vue_vue_type_script_setup_true_lang_default,avatar_group_default=defineComponent({name:"ElAvatarGroup",props:avatarGroupProps,setup(r4,{slots:x_}){const $P=useNamespace("avatar-group");return provide(avatarGroupContextKey,reactive({size:toRef$1(r4,"size"),shape:toRef$1(r4,"shape")})),()=>{var eAe;const zP=flattedChildren(((eAe=x_.default)==null?void 0:eAe.call(x_))??[]);let z9=zP;if(r4.collapseAvatars&&zP.length>r4.maxCollapseAvatars){z9=zP.slice(0,r4.maxCollapseAvatars);const tAe=zP.slice(r4.maxCollapseAvatars);z9.push(createVNode$1(ElTooltip,{popperClass:r4.popperClass,popperStyle:r4.popperStyle,placement:r4.placement,effect:r4.effect,disabled:!r4.collapseAvatarsTooltip},{default:()=>createVNode$1(avatar_default,{size:r4.size,shape:r4.shape,class:r4.collapseClass,style:r4.collapseStyle},{default:()=>[createTextVNode("+ "),tAe.length]}),content:()=>createVNode$1("div",{class:$P.e("collapse-avatars")},[tAe.map((AAe,iAe)=>isVNode(AAe)?cloneVNode(AAe,{key:AAe.key??iAe}):AAe)])}))}return createVNode$1("div",{class:$P.b()},[z9])}}});const ElAvatar=withInstall(avatar_default,{AvatarGroup:avatar_group_default});withNoopInstall(avatar_group_default);const backtopProps={visibilityHeight:{type:Number,default:200},target:{type:String,default:""},right:{type:Number,default:40},bottom:{type:Number,default:40}},backtopEmits={click:r4=>r4 instanceof MouseEvent},useBackTop=(r4,x_,$P)=>{const zP=shallowRef(),z9=shallowRef(),eAe=ref(!1),tAe=()=>{zP.value&&(eAe.value=zP.value.scrollTop>=r4.visibilityHeight)},AAe=iAe=>{var nAe;(nAe=zP.value)==null||nAe.scrollTo({top:0,behavior:"smooth"}),x_("click",iAe)};return useEventListener$1(z9,"scroll",useThrottleFn$1(tAe,300,!0)),onMounted(()=>{z9.value=document,zP.value=document.documentElement,r4.target&&(zP.value=document.querySelector(r4.target)??void 0,zP.value||throwError$2($P,`target does not exist: ${r4.target}`),z9.value=zP.value),tAe()}),{visible:eAe,handleClick:AAe}},COMPONENT_NAME$f="ElBacktop";var backtop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$f,__name:"backtop",props:backtopProps,emits:backtopEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("backtop"),{handleClick:eAe,visible:tAe}=useBackTop($P,zP,COMPONENT_NAME$f),AAe=computed(()=>({right:`${$P.right}px`,bottom:`${$P.bottom}px`}));return(iAe,nAe)=>(openBlock(),createBlock(Transition,{name:`${unref(z9).namespace.value}-fade-in`},{default:withCtx(()=>[unref(tAe)?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle$1(AAe.value),class:normalizeClass(unref(z9).b()),onClick:nAe[0]||(nAe[0]=withModifiers((...oAe)=>unref(eAe)&&unref(eAe)(...oAe),["stop"]))},[renderSlot(iAe.$slots,"default",{},()=>[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(z9).e("icon"))},{default:withCtx(()=>[createVNode$1(unref(caret_top_default))]),_:1},8,["class"])])],6)):createCommentVNode("v-if",!0)]),_:3},8,["name"]))}}),backtop_default=backtop_vue_vue_type_script_setup_true_lang_default;withInstall(backtop_default);const badgeProps=buildProps$1({value:{type:[String,Number],default:""},max:{type:Number,default:99},isDot:Boolean,hidden:Boolean,type:{type:String,values:["primary","success","warning","info","danger"],default:"danger"},showZero:{type:Boolean,default:!0},color:String,badgeStyle:{type:definePropType([String,Object,Array])},offset:{type:definePropType(Array),default:()=>[0,0]},badgeClass:{type:String}});var badge_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElBadge",__name:"badge",props:badgeProps,setup(r4,{expose:x_}){const $P=r4,zP=useNamespace("badge"),z9=computed(()=>$P.isDot?"":isNumber$2($P.value)&&isNumber$2($P.max)?$P.max<$P.value?`${$P.max}+`:`${$P.value}`:`${$P.value}`),eAe=computed(()=>[{backgroundColor:$P.color,marginRight:addUnit(-$P.offset[0]),marginTop:addUnit($P.offset[1])},$P.badgeStyle??{}]);return x_({content:z9}),(tAe,AAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(zP).b())},[renderSlot(tAe.$slots,"default"),createVNode$1(Transition,{name:`${unref(zP).namespace.value}-zoom-in-center`},{default:withCtx(()=>[!r4.hidden&&(z9.value||r4.isDot||tAe.$slots.content)?(openBlock(),createElementBlock("sup",{key:0,class:normalizeClass([unref(zP).e("content"),unref(zP).em("content",r4.type),unref(zP).is("fixed",!!tAe.$slots.default),unref(zP).is("dot",r4.isDot),unref(zP).is("hide-zero",!r4.showZero&&r4.value===0),r4.badgeClass]),style:normalizeStyle$1(eAe.value)},[renderSlot(tAe.$slots,"content",{value:z9.value},()=>[createTextVNode(toDisplayString(z9.value),1)])],6)):createCommentVNode("v-if",!0)]),_:3},8,["name"])],2))}}),badge_default=badge_vue_vue_type_script_setup_true_lang_default;const ElBadge=withInstall(badge_default),breadcrumbProps=buildProps$1({separator:{type:String,default:"/"},separatorIcon:{type:iconPropType}}),breadcrumbKey=Symbol("breadcrumbKey"),breadcrumbItemProps=buildProps$1({to:{type:definePropType([String,Object]),default:""},replace:Boolean}),_hoisted_1$9F=["aria-label"];var breadcrumb_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElBreadcrumb",__name:"breadcrumb",props:breadcrumbProps,setup(r4){const{t:x_}=useLocale(),$P=r4,zP=useNamespace("breadcrumb"),z9=ref();return provide(breadcrumbKey,$P),onMounted(()=>{const eAe=z9.value.querySelectorAll(`.${zP.e("item")}`);eAe.length&&eAe[eAe.length-1].setAttribute("aria-current","page")}),(eAe,tAe)=>(openBlock(),createElementBlock("div",{ref_key:"breadcrumb",ref:z9,class:normalizeClass(unref(zP).b()),"aria-label":unref(x_)("el.breadcrumb.label"),role:"navigation"},[renderSlot(eAe.$slots,"default")],10,_hoisted_1$9F))}}),breadcrumb_default=breadcrumb_vue_vue_type_script_setup_true_lang_default,breadcrumb_item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElBreadcrumbItem",__name:"breadcrumb-item",props:breadcrumbItemProps,setup(r4){const x_=r4,$P=getCurrentInstance(),zP=inject(breadcrumbKey,void 0),z9=useNamespace("breadcrumb"),eAe=$P.appContext.config.globalProperties.$router,tAe=()=>{!x_.to||!eAe||(x_.replace?eAe.replace(x_.to):eAe.push(x_.to))};return(AAe,iAe)=>{var nAe,oAe;return openBlock(),createElementBlock("span",{class:normalizeClass(unref(z9).e("item"))},[createBaseVNode("span",{class:normalizeClass([unref(z9).e("inner"),unref(z9).is("link",!!r4.to)]),role:"link",onClick:tAe},[renderSlot(AAe.$slots,"default")],2),(nAe=unref(zP))!=null&&nAe.separatorIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(z9).e("separator"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(zP).separatorIcon)))]),_:1},8,["class"])):(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(z9).e("separator")),role:"presentation"},toDisplayString((oAe=unref(zP))==null?void 0:oAe.separator),3))],2)}}}),breadcrumb_item_default=breadcrumb_item_vue_vue_type_script_setup_true_lang_default;const ElBreadcrumb=withInstall(breadcrumb_default,{BreadcrumbItem:breadcrumb_item_default}),ElBreadcrumbItem=withNoopInstall(breadcrumb_item_default),buttonTypes=["default","primary","success","warning","info","danger","text",""],buttonNativeTypes=["button","submit","reset"],buttonProps=buildProps$1({size:useSizeProp,disabled:{type:Boolean,default:void 0},type:{type:String,values:buttonTypes,default:""},icon:{type:iconPropType},nativeType:{type:String,values:buttonNativeTypes,default:"button"},loading:Boolean,loadingIcon:{type:iconPropType,default:()=>loading_default},plain:{type:Boolean,default:void 0},text:{type:Boolean,default:void 0},link:Boolean,bg:Boolean,autofocus:Boolean,round:{type:Boolean,default:void 0},circle:Boolean,dashed:{type:Boolean,default:void 0},color:String,dark:Boolean,autoInsertSpace:{type:Boolean,default:void 0},tag:{type:definePropType([String,Object]),default:"button"}}),buttonEmits={click:r4=>r4 instanceof MouseEvent},configProviderContextKey=Symbol(),globalConfig=ref();function useGlobalConfig(r4,x_=void 0){const $P=getCurrentInstance()?inject(configProviderContextKey,globalConfig):globalConfig;return r4?computed(()=>{var zP;return((zP=$P.value)==null?void 0:zP[r4])??x_}):$P}function useGlobalComponentSettings(r4,x_){const $P=useGlobalConfig(),zP=useNamespace(r4,computed(()=>{var AAe;return((AAe=$P.value)==null?void 0:AAe.namespace)||defaultNamespace})),z9=useLocale(computed(()=>{var AAe;return(AAe=$P.value)==null?void 0:AAe.locale})),eAe=useZIndex(computed(()=>{var AAe;return((AAe=$P.value)==null?void 0:AAe.zIndex)||defaultInitialZIndex})),tAe=computed(()=>{var AAe;return unref(x_)||((AAe=$P.value)==null?void 0:AAe.size)||""});return provideGlobalConfig(computed(()=>unref($P)||{})),{ns:zP,locale:z9,zIndex:eAe,size:tAe}}const provideGlobalConfig=(r4,x_,$P=!1)=>{const zP=!!getCurrentInstance(),z9=zP?useGlobalConfig():void 0,eAe=zP?provide:void 0;if(!eAe){debugWarn("provideGlobalConfig","provideGlobalConfig() can only be used inside setup().");return}const tAe=computed(()=>{const AAe=unref(r4);return z9!=null&&z9.value?mergeConfig$1(z9.value,AAe):AAe});return eAe(configProviderContextKey,tAe),eAe(localeContextKey,computed(()=>tAe.value.locale)),eAe(namespaceContextKey,computed(()=>tAe.value.namespace)),eAe(zIndexContextKey,computed(()=>tAe.value.zIndex)),eAe(SIZE_INJECTION_KEY,{size:computed(()=>tAe.value.size||"")}),eAe(emptyValuesContextKey,computed(()=>({emptyValues:tAe.value.emptyValues,valueOnClear:tAe.value.valueOnClear}))),($P||!globalConfig.value)&&(globalConfig.value=tAe.value),tAe},mergeConfig$1=(r4,x_)=>{const $P=[...new Set([...keysOf(r4),...keysOf(x_)])],zP={};for(const z9 of $P)zP[z9]=x_[z9]!==void 0?x_[z9]:r4[z9];return zP},configProviderProps=buildProps$1({a11y:{type:Boolean,default:!0},locale:{type:definePropType(Object)},size:useSizeProp,button:{type:definePropType(Object)},card:{type:definePropType(Object)},dialog:{type:definePropType(Object)},link:{type:definePropType(Object)},experimentalFeatures:{type:definePropType(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:definePropType(Object)},zIndex:Number,namespace:{type:String,default:"el"},table:{type:definePropType(Object)},...useEmptyValuesProps}),messageConfig={placement:"top"},ConfigProvider=defineComponent({name:"ElConfigProvider",props:configProviderProps,setup(r4,{slots:x_}){const $P=provideGlobalConfig(r4);return watch(()=>r4.message,zP=>{var z9;Object.assign(messageConfig,((z9=$P==null?void 0:$P.value)==null?void 0:z9.message)??{},zP??{})},{immediate:!0,deep:!0}),()=>renderSlot(x_,"default",{config:$P==null?void 0:$P.value})}}),ElConfigProvider=withInstall(ConfigProvider),buttonGroupContextKey=Symbol("buttonGroupContextKey"),useButton=(r4,x_)=>{useDeprecated({from:"type.text",replacement:"link",version:"3.0.0",scope:"props",ref:"https://element-plus.org/en-US/component/button.html#button-attributes"},computed(()=>r4.type==="text"));const $P=inject(buttonGroupContextKey,void 0),zP=useGlobalConfig("button"),{form:z9}=useFormItem(),eAe=useFormSize(computed(()=>$P==null?void 0:$P.size)),tAe=useFormDisabled(),AAe=ref(),iAe=useSlots(),nAe=computed(()=>{var mAe;return r4.type||($P==null?void 0:$P.type)||((mAe=zP.value)==null?void 0:mAe.type)||""}),oAe=computed(()=>{var mAe;return r4.autoInsertSpace??((mAe=zP.value)==null?void 0:mAe.autoInsertSpace)??!1}),aAe=computed(()=>{var mAe;return r4.plain??((mAe=zP.value)==null?void 0:mAe.plain)??!1}),cAe=computed(()=>{var mAe;return r4.round??((mAe=zP.value)==null?void 0:mAe.round)??!1}),uAe=computed(()=>{var mAe;return r4.text??((mAe=zP.value)==null?void 0:mAe.text)??!1}),dAe=computed(()=>{var mAe;return r4.dashed??((mAe=zP.value)==null?void 0:mAe.dashed)??!1}),EAe=computed(()=>r4.tag==="button"?{ariaDisabled:tAe.value||r4.loading,disabled:tAe.value||r4.loading,autofocus:r4.autofocus,type:r4.nativeType}:{}),gAe=computed(()=>{var SAe;const mAe=(SAe=iAe.default)==null?void 0:SAe.call(iAe);if(oAe.value&&(mAe==null?void 0:mAe.length)===1){const DAe=mAe[0];if((DAe==null?void 0:DAe.type)===Text){const NAe=DAe.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test(NAe.trim())}}return!1});return{_disabled:tAe,_size:eAe,_type:nAe,_ref:AAe,_props:EAe,_plain:aAe,_round:cAe,_text:uAe,_dashed:dAe,shouldAddSpace:gAe,handleClick:mAe=>{if(tAe.value||r4.loading){mAe.stopPropagation();return}r4.nativeType==="reset"&&(z9==null||z9.resetFields()),x_("click",mAe)}}};function bound01(r4,x_){isOnePointZero(r4)&&(r4="100%");const $P=isPercentage(r4);return r4=x_===360?r4:Math.min(x_,Math.max(0,parseFloat(r4))),$P&&(r4=parseInt(String(r4*x_),10)/100),Math.abs(r4-x_)<1e-6?1:(x_===360?r4=(r4<0?r4%x_+x_:r4%x_)/parseFloat(String(x_)):r4=r4%x_/parseFloat(String(x_)),r4)}function clamp01(r4){return Math.min(1,Math.max(0,r4))}function isOnePointZero(r4){return typeof r4=="string"&&r4.indexOf(".")!==-1&&parseFloat(r4)===1}function isPercentage(r4){return typeof r4=="string"&&r4.indexOf("%")!==-1}function boundAlpha(r4){return r4=parseFloat(r4),(isNaN(r4)||r4<0||r4>1)&&(r4=1),r4}function convertToPercentage(r4){return Number(r4)<=1?`${Number(r4)*100}%`:r4}function pad2(r4){return r4.length===1?"0"+r4:String(r4)}function rgbToRgb(r4,x_,$P){return{r:bound01(r4,255)*255,g:bound01(x_,255)*255,b:bound01($P,255)*255}}function rgbToHsl(r4,x_,$P){r4=bound01(r4,255),x_=bound01(x_,255),$P=bound01($P,255);const zP=Math.max(r4,x_,$P),z9=Math.min(r4,x_,$P);let eAe=0,tAe=0;const AAe=(zP+z9)/2;if(zP===z9)tAe=0,eAe=0;else{const iAe=zP-z9;switch(tAe=AAe>.5?iAe/(2-zP-z9):iAe/(zP+z9),zP){case r4:eAe=(x_-$P)/iAe+(x_<$P?6:0);break;case x_:eAe=($P-r4)/iAe+2;break;case $P:eAe=(r4-x_)/iAe+4;break}eAe/=6}return{h:eAe,s:tAe,l:AAe}}function hue2rgb$1(r4,x_,$P){return $P<0&&($P+=1),$P>1&&($P-=1),$P<1/6?r4+(x_-r4)*(6*$P):$P<1/2?x_:$P<2/3?r4+(x_-r4)*(2/3-$P)*6:r4}function hslToRgb(r4,x_,$P){let zP,z9,eAe;if(r4=bound01(r4,360),x_=bound01(x_,100),$P=bound01($P,100),x_===0)z9=$P,eAe=$P,zP=$P;else{const tAe=$P<.5?$P*(1+x_):$P+x_-$P*x_,AAe=2*$P-tAe;zP=hue2rgb$1(AAe,tAe,r4+1/3),z9=hue2rgb$1(AAe,tAe,r4),eAe=hue2rgb$1(AAe,tAe,r4-1/3)}return{r:zP*255,g:z9*255,b:eAe*255}}function rgbToHsv(r4,x_,$P){r4=bound01(r4,255),x_=bound01(x_,255),$P=bound01($P,255);const zP=Math.max(r4,x_,$P),z9=Math.min(r4,x_,$P);let eAe=0;const tAe=zP,AAe=zP-z9,iAe=zP===0?0:AAe/zP;if(zP===z9)eAe=0;else{switch(zP){case r4:eAe=(x_-$P)/AAe+(x_<$P?6:0);break;case x_:eAe=($P-r4)/AAe+2;break;case $P:eAe=(r4-x_)/AAe+4;break}eAe/=6}return{h:eAe,s:iAe,v:tAe}}function hsvToRgb(r4,x_,$P){r4=bound01(r4,360)*6,x_=bound01(x_,100),$P=bound01($P,100);const zP=Math.floor(r4),z9=r4-zP,eAe=$P*(1-x_),tAe=$P*(1-z9*x_),AAe=$P*(1-(1-z9)*x_),iAe=zP%6,nAe=[$P,tAe,eAe,eAe,AAe,$P][iAe],oAe=[AAe,$P,$P,tAe,eAe,eAe][iAe],aAe=[eAe,eAe,AAe,$P,$P,tAe][iAe];return{r:nAe*255,g:oAe*255,b:aAe*255}}function rgbToHex(r4,x_,$P,zP){const z9=[pad2(Math.round(r4).toString(16)),pad2(Math.round(x_).toString(16)),pad2(Math.round($P).toString(16))];return zP&&z9[0].startsWith(z9[0].charAt(1))&&z9[1].startsWith(z9[1].charAt(1))&&z9[2].startsWith(z9[2].charAt(1))?z9[0].charAt(0)+z9[1].charAt(0)+z9[2].charAt(0):z9.join("")}function rgbaToHex(r4,x_,$P,zP,z9){const eAe=[pad2(Math.round(r4).toString(16)),pad2(Math.round(x_).toString(16)),pad2(Math.round($P).toString(16)),pad2(convertDecimalToHex(zP))];return z9&&eAe[0].startsWith(eAe[0].charAt(1))&&eAe[1].startsWith(eAe[1].charAt(1))&&eAe[2].startsWith(eAe[2].charAt(1))&&eAe[3].startsWith(eAe[3].charAt(1))?eAe[0].charAt(0)+eAe[1].charAt(0)+eAe[2].charAt(0)+eAe[3].charAt(0):eAe.join("")}function cmykToRgb(r4,x_,$P,zP){const z9=r4/100,eAe=x_/100,tAe=$P/100,AAe=zP/100,iAe=255*(1-z9)*(1-AAe),nAe=255*(1-eAe)*(1-AAe),oAe=255*(1-tAe)*(1-AAe);return{r:iAe,g:nAe,b:oAe}}function rgbToCmyk(r4,x_,$P){let zP=1-r4/255,z9=1-x_/255,eAe=1-$P/255,tAe=Math.min(zP,z9,eAe);return tAe===1?(zP=0,z9=0,eAe=0):(zP=(zP-tAe)/(1-tAe)*100,z9=(z9-tAe)/(1-tAe)*100,eAe=(eAe-tAe)/(1-tAe)*100),tAe*=100,{c:Math.round(zP),m:Math.round(z9),y:Math.round(eAe),k:Math.round(tAe)}}function convertDecimalToHex(r4){return Math.round(parseFloat(r4)*255).toString(16)}function convertHexToDecimal(r4){return parseIntFromHex(r4)/255}function parseIntFromHex(r4){return parseInt(r4,16)}function numberInputToObject(r4){return{r:r4>>16,g:(r4&65280)>>8,b:r4&255}}const names={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function inputToRGB(r4){let x_={r:0,g:0,b:0},$P=1,zP=null,z9=null,eAe=null,tAe=!1,AAe=!1;return typeof r4=="string"&&(r4=stringInputToObject(r4)),typeof r4=="object"&&(isValidCSSUnit(r4.r)&&isValidCSSUnit(r4.g)&&isValidCSSUnit(r4.b)?(x_=rgbToRgb(r4.r,r4.g,r4.b),tAe=!0,AAe=String(r4.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(r4.h)&&isValidCSSUnit(r4.s)&&isValidCSSUnit(r4.v)?(zP=convertToPercentage(r4.s),z9=convertToPercentage(r4.v),x_=hsvToRgb(r4.h,zP,z9),tAe=!0,AAe="hsv"):isValidCSSUnit(r4.h)&&isValidCSSUnit(r4.s)&&isValidCSSUnit(r4.l)?(zP=convertToPercentage(r4.s),eAe=convertToPercentage(r4.l),x_=hslToRgb(r4.h,zP,eAe),tAe=!0,AAe="hsl"):isValidCSSUnit(r4.c)&&isValidCSSUnit(r4.m)&&isValidCSSUnit(r4.y)&&isValidCSSUnit(r4.k)&&(x_=cmykToRgb(r4.c,r4.m,r4.y,r4.k),tAe=!0,AAe="cmyk"),Object.prototype.hasOwnProperty.call(r4,"a")&&($P=r4.a)),$P=boundAlpha($P),{ok:tAe,format:r4.format||AAe,r:Math.min(255,Math.max(x_.r,0)),g:Math.min(255,Math.max(x_.g,0)),b:Math.min(255,Math.max(x_.b,0)),a:$P}}const CSS_INTEGER="[-\\+]?\\d+%?",CSS_NUMBER="[-\\+]?\\d*\\.\\d+%?",CSS_UNIT="(?:"+CSS_NUMBER+")|(?:"+CSS_INTEGER+")",PERMISSIVE_MATCH3="[\\s|\\(]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")\\s*\\)?",PERMISSIVE_MATCH4="[\\s|\\(]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")\\s*\\)?",matchers={CSS_UNIT:new RegExp(CSS_UNIT),rgb:new RegExp("rgb"+PERMISSIVE_MATCH3),rgba:new RegExp("rgba"+PERMISSIVE_MATCH4),hsl:new RegExp("hsl"+PERMISSIVE_MATCH3),hsla:new RegExp("hsla"+PERMISSIVE_MATCH4),hsv:new RegExp("hsv"+PERMISSIVE_MATCH3),hsva:new RegExp("hsva"+PERMISSIVE_MATCH4),cmyk:new RegExp("cmyk"+PERMISSIVE_MATCH4),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function stringInputToObject(r4){if(r4=r4.trim().toLowerCase(),r4.length===0)return!1;let x_=!1;if(names[r4])r4=names[r4],x_=!0;else if(r4==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};let $P=matchers.rgb.exec(r4);return $P?{r:$P[1],g:$P[2],b:$P[3]}:($P=matchers.rgba.exec(r4),$P?{r:$P[1],g:$P[2],b:$P[3],a:$P[4]}:($P=matchers.hsl.exec(r4),$P?{h:$P[1],s:$P[2],l:$P[3]}:($P=matchers.hsla.exec(r4),$P?{h:$P[1],s:$P[2],l:$P[3],a:$P[4]}:($P=matchers.hsv.exec(r4),$P?{h:$P[1],s:$P[2],v:$P[3]}:($P=matchers.hsva.exec(r4),$P?{h:$P[1],s:$P[2],v:$P[3],a:$P[4]}:($P=matchers.cmyk.exec(r4),$P?{c:$P[1],m:$P[2],y:$P[3],k:$P[4]}:($P=matchers.hex8.exec(r4),$P?{r:parseIntFromHex($P[1]),g:parseIntFromHex($P[2]),b:parseIntFromHex($P[3]),a:convertHexToDecimal($P[4]),format:x_?"name":"hex8"}:($P=matchers.hex6.exec(r4),$P?{r:parseIntFromHex($P[1]),g:parseIntFromHex($P[2]),b:parseIntFromHex($P[3]),format:x_?"name":"hex"}:($P=matchers.hex4.exec(r4),$P?{r:parseIntFromHex($P[1]+$P[1]),g:parseIntFromHex($P[2]+$P[2]),b:parseIntFromHex($P[3]+$P[3]),a:convertHexToDecimal($P[4]+$P[4]),format:x_?"name":"hex8"}:($P=matchers.hex3.exec(r4),$P?{r:parseIntFromHex($P[1]+$P[1]),g:parseIntFromHex($P[2]+$P[2]),b:parseIntFromHex($P[3]+$P[3]),format:x_?"name":"hex"}:!1))))))))))}function isValidCSSUnit(r4){return typeof r4=="number"?!Number.isNaN(r4):matchers.CSS_UNIT.test(r4)}class TinyColor{constructor(x_="",$P={}){if(x_ instanceof TinyColor)return x_;typeof x_=="number"&&(x_=numberInputToObject(x_)),this.originalInput=x_;const zP=inputToRGB(x_);this.originalInput=x_,this.r=zP.r,this.g=zP.g,this.b=zP.b,this.a=zP.a,this.roundA=Math.round(100*this.a)/100,this.format=$P.format??zP.format,this.gradientType=$P.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=zP.ok}isDark(){return this.getBrightness()<128}isLight(){return!this.isDark()}getBrightness(){const x_=this.toRgb();return(x_.r*299+x_.g*587+x_.b*114)/1e3}getLuminance(){const x_=this.toRgb();let $P,zP,z9;const eAe=x_.r/255,tAe=x_.g/255,AAe=x_.b/255;return eAe<=.03928?$P=eAe/12.92:$P=Math.pow((eAe+.055)/1.055,2.4),tAe<=.03928?zP=tAe/12.92:zP=Math.pow((tAe+.055)/1.055,2.4),AAe<=.03928?z9=AAe/12.92:z9=Math.pow((AAe+.055)/1.055,2.4),.2126*$P+.7152*zP+.0722*z9}getAlpha(){return this.a}setAlpha(x_){return this.a=boundAlpha(x_),this.roundA=Math.round(100*this.a)/100,this}isMonochrome(){const{s:x_}=this.toHsl();return x_===0}toHsv(){const x_=rgbToHsv(this.r,this.g,this.b);return{h:x_.h*360,s:x_.s,v:x_.v,a:this.a}}toHsvString(){const x_=rgbToHsv(this.r,this.g,this.b),$P=Math.round(x_.h*360),zP=Math.round(x_.s*100),z9=Math.round(x_.v*100);return this.a===1?`hsv(${$P}, ${zP}%, ${z9}%)`:`hsva(${$P}, ${zP}%, ${z9}%, ${this.roundA})`}toHsl(){const x_=rgbToHsl(this.r,this.g,this.b);return{h:x_.h*360,s:x_.s,l:x_.l,a:this.a}}toHslString(){const x_=rgbToHsl(this.r,this.g,this.b),$P=Math.round(x_.h*360),zP=Math.round(x_.s*100),z9=Math.round(x_.l*100);return this.a===1?`hsl(${$P}, ${zP}%, ${z9}%)`:`hsla(${$P}, ${zP}%, ${z9}%, ${this.roundA})`}toHex(x_=!1){return rgbToHex(this.r,this.g,this.b,x_)}toHexString(x_=!1){return"#"+this.toHex(x_)}toHex8(x_=!1){return rgbaToHex(this.r,this.g,this.b,this.a,x_)}toHex8String(x_=!1){return"#"+this.toHex8(x_)}toHexShortString(x_=!1){return this.a===1?this.toHexString(x_):this.toHex8String(x_)}toRgb(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}}toRgbString(){const x_=Math.round(this.r),$P=Math.round(this.g),zP=Math.round(this.b);return this.a===1?`rgb(${x_}, ${$P}, ${zP})`:`rgba(${x_}, ${$P}, ${zP}, ${this.roundA})`}toPercentageRgb(){const x_=$P=>`${Math.round(bound01($P,255)*100)}%`;return{r:x_(this.r),g:x_(this.g),b:x_(this.b),a:this.a}}toPercentageRgbString(){const x_=$P=>Math.round(bound01($P,255)*100);return this.a===1?`rgb(${x_(this.r)}%, ${x_(this.g)}%, ${x_(this.b)}%)`:`rgba(${x_(this.r)}%, ${x_(this.g)}%, ${x_(this.b)}%, ${this.roundA})`}toCmyk(){return{...rgbToCmyk(this.r,this.g,this.b)}}toCmykString(){const{c:x_,m:$P,y:zP,k:z9}=rgbToCmyk(this.r,this.g,this.b);return`cmyk(${x_}, ${$P}, ${zP}, ${z9})`}toName(){if(this.a===0)return"transparent";if(this.a<1)return!1;const x_="#"+rgbToHex(this.r,this.g,this.b,!1);for(const[$P,zP]of Object.entries(names))if(x_===zP)return $P;return!1}toString(x_){const $P=!!x_;x_=x_??this.format;let zP=!1;const z9=this.a<1&&this.a>=0;return!$P&&z9&&(x_.startsWith("hex")||x_==="name")?x_==="name"&&this.a===0?this.toName():this.toRgbString():(x_==="rgb"&&(zP=this.toRgbString()),x_==="prgb"&&(zP=this.toPercentageRgbString()),(x_==="hex"||x_==="hex6")&&(zP=this.toHexString()),x_==="hex3"&&(zP=this.toHexString(!0)),x_==="hex4"&&(zP=this.toHex8String(!0)),x_==="hex8"&&(zP=this.toHex8String()),x_==="name"&&(zP=this.toName()),x_==="hsl"&&(zP=this.toHslString()),x_==="hsv"&&(zP=this.toHsvString()),x_==="cmyk"&&(zP=this.toCmykString()),zP||this.toHexString())}toNumber(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)}clone(){return new TinyColor(this.toString())}lighten(x_=10){const $P=this.toHsl();return $P.l+=x_/100,$P.l=clamp01($P.l),new TinyColor($P)}brighten(x_=10){const $P=this.toRgb();return $P.r=Math.max(0,Math.min(255,$P.r-Math.round(255*-(x_/100)))),$P.g=Math.max(0,Math.min(255,$P.g-Math.round(255*-(x_/100)))),$P.b=Math.max(0,Math.min(255,$P.b-Math.round(255*-(x_/100)))),new TinyColor($P)}darken(x_=10){const $P=this.toHsl();return $P.l-=x_/100,$P.l=clamp01($P.l),new TinyColor($P)}tint(x_=10){return this.mix("white",x_)}shade(x_=10){return this.mix("black",x_)}desaturate(x_=10){const $P=this.toHsl();return $P.s-=x_/100,$P.s=clamp01($P.s),new TinyColor($P)}saturate(x_=10){const $P=this.toHsl();return $P.s+=x_/100,$P.s=clamp01($P.s),new TinyColor($P)}greyscale(){return this.desaturate(100)}spin(x_){const $P=this.toHsl(),zP=($P.h+x_)%360;return $P.h=zP<0?360+zP:zP,new TinyColor($P)}mix(x_,$P=50){const zP=this.toRgb(),z9=new TinyColor(x_).toRgb(),eAe=$P/100,tAe={r:(z9.r-zP.r)*eAe+zP.r,g:(z9.g-zP.g)*eAe+zP.g,b:(z9.b-zP.b)*eAe+zP.b,a:(z9.a-zP.a)*eAe+zP.a};return new TinyColor(tAe)}analogous(x_=6,$P=30){const zP=this.toHsl(),z9=360/$P,eAe=[this];for(zP.h=(zP.h-(z9*x_>>1)+720)%360;--x_;)zP.h=(zP.h+z9)%360,eAe.push(new TinyColor(zP));return eAe}complement(){const x_=this.toHsl();return x_.h=(x_.h+180)%360,new TinyColor(x_)}monochromatic(x_=6){const $P=this.toHsv(),{h:zP}=$P,{s:z9}=$P;let{v:eAe}=$P;const tAe=[],AAe=1/x_;for(;x_--;)tAe.push(new TinyColor({h:zP,s:z9,v:eAe})),eAe=(eAe+AAe)%1;return tAe}splitcomplement(){const x_=this.toHsl(),{h:$P}=x_;return[this,new TinyColor({h:($P+72)%360,s:x_.s,l:x_.l}),new TinyColor({h:($P+216)%360,s:x_.s,l:x_.l})]}onBackground(x_){const $P=this.toRgb(),zP=new TinyColor(x_).toRgb(),z9=$P.a+zP.a*(1-$P.a);return new TinyColor({r:($P.r*$P.a+zP.r*zP.a*(1-$P.a))/z9,g:($P.g*$P.a+zP.g*zP.a*(1-$P.a))/z9,b:($P.b*$P.a+zP.b*zP.a*(1-$P.a))/z9,a:z9})}triad(){return this.polyad(3)}tetrad(){return this.polyad(4)}polyad(x_){const $P=this.toHsl(),{h:zP}=$P,z9=[this],eAe=360/x_;for(let tAe=1;tAe{let zP={},z9=r4.color;if(z9){const eAe=z9.match(/var\((.*?)\)/);eAe&&(z9=window.getComputedStyle(window.document.documentElement).getPropertyValue(eAe[1]));const tAe=new TinyColor(z9),AAe=r4.dark?tAe.tint(20).toString():darken(tAe,20);if(r4.plain)zP=$P.cssVarBlock({"bg-color":r4.dark?darken(tAe,90):tAe.tint(90).toString(),"text-color":z9,"border-color":r4.dark?darken(tAe,50):tAe.tint(50).toString(),"hover-text-color":`var(${$P.cssVarName("color-white")})`,"hover-bg-color":z9,"hover-border-color":z9,"active-bg-color":AAe,"active-text-color":`var(${$P.cssVarName("color-white")})`,"active-border-color":AAe}),x_.value&&(zP[$P.cssVarBlockName("disabled-bg-color")]=r4.dark?darken(tAe,90):tAe.tint(90).toString(),zP[$P.cssVarBlockName("disabled-text-color")]=r4.dark?darken(tAe,50):tAe.tint(50).toString(),zP[$P.cssVarBlockName("disabled-border-color")]=r4.dark?darken(tAe,80):tAe.tint(80).toString());else if(r4.link||r4.text){const iAe=r4.dark?darken(tAe,30):tAe.tint(30).toString();if(zP=$P.cssVarBlock({"text-color":z9,"hover-text-color":iAe,"active-text-color":AAe}),r4.link&&(zP[$P.cssVarBlockName("hover-link-text-color")]=iAe,zP[$P.cssVarBlockName("active-color")]=AAe),x_.value){const nAe=r4.dark?darken(tAe,50):tAe.tint(50).toString();zP[$P.cssVarBlockName("disabled-bg-color")]="transparent",zP[$P.cssVarBlockName("disabled-text-color")]=nAe,zP[$P.cssVarBlockName("disabled-border-color")]="transparent"}}else{const iAe=r4.dark?darken(tAe,30):tAe.tint(30).toString(),nAe=tAe.isDark()?`var(${$P.cssVarName("color-white")})`:`var(${$P.cssVarName("color-black")})`;if(zP=$P.cssVarBlock({"bg-color":z9,"text-color":nAe,"border-color":z9,"hover-bg-color":iAe,"hover-text-color":nAe,"hover-border-color":iAe,"active-bg-color":AAe,"active-border-color":AAe}),x_.value){const oAe=r4.dark?darken(tAe,50):tAe.tint(50).toString();zP[$P.cssVarBlockName("disabled-bg-color")]=oAe,zP[$P.cssVarBlockName("disabled-text-color")]=r4.dark?"rgba(255, 255, 255, 0.5)":`var(${$P.cssVarName("color-white")})`,zP[$P.cssVarBlockName("disabled-border-color")]=oAe}}}return zP})}var button_vue_vue_type_script_setup_true_lang_default$1=defineComponent({name:"ElButton",__name:"button",props:buttonProps,emits:buttonEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useButtonCustomStyle(zP),tAe=useNamespace("button"),{_ref:AAe,_size:iAe,_type:nAe,_disabled:oAe,_props:aAe,_plain:cAe,_round:uAe,_text:dAe,_dashed:EAe,shouldAddSpace:gAe,handleClick:pAe}=useButton(zP,z9),mAe=computed(()=>[tAe.b(),tAe.m(nAe.value),tAe.m(iAe.value),tAe.is("disabled",oAe.value),tAe.is("loading",zP.loading),tAe.is("plain",cAe.value),tAe.is("round",uAe.value),tAe.is("circle",zP.circle),tAe.is("text",dAe.value),tAe.is("dashed",EAe.value),tAe.is("link",zP.link),tAe.is("has-bg",zP.bg)]);return x_({ref:AAe,size:iAe,type:nAe,disabled:oAe,shouldAddSpace:gAe}),(SAe,DAe)=>(openBlock(),createBlock(resolveDynamicComponent(r4.tag),mergeProps({ref_key:"_ref",ref:AAe},unref(aAe),{class:mAe.value,style:unref(eAe),onClick:unref(pAe)}),{default:withCtx(()=>[r4.loading?(openBlock(),createElementBlock(Fragment$1,{key:0},[SAe.$slots.loading?renderSlot(SAe.$slots,"loading",{key:0}):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(tAe).is("loading"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.loadingIcon)))]),_:1},8,["class"]))],64)):r4.icon||SAe.$slots.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[r4.icon?(openBlock(),createBlock(resolveDynamicComponent(r4.icon),{key:0})):renderSlot(SAe.$slots,"icon",{key:1})]),_:3})):createCommentVNode("v-if",!0),SAe.$slots.default?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass({[unref(tAe).em("text","expand")]:unref(gAe)})},[renderSlot(SAe.$slots,"default")],2)):createCommentVNode("v-if",!0)]),_:3},16,["class","style","onClick"]))}}),button_default$1=button_vue_vue_type_script_setup_true_lang_default$1;const buttonGroupProps={size:buttonProps.size,type:buttonProps.type,direction:{type:definePropType(String),values:["horizontal","vertical"],default:"horizontal"}};var button_group_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElButtonGroup",__name:"button-group",props:buttonGroupProps,setup(r4){const x_=r4;provide(buttonGroupContextKey,reactive({size:toRef$1(x_,"size"),type:toRef$1(x_,"type")}));const $P=useNamespace("button");return(zP,z9)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($P).b("group"),unref($P).bm("group",x_.direction)])},[renderSlot(zP.$slots,"default")],2))}}),button_group_default=button_group_vue_vue_type_script_setup_true_lang_default;const ElButton=withInstall(button_default$1,{ButtonGroup:button_group_default}),ElButtonGroup$1=withNoopInstall(button_group_default),isValidRange$1=r4=>isArray$6(r4)&&r4.length===2&&r4.every(x_=>isDate$1(x_)),calendarProps=buildProps$1({modelValue:{type:Date},range:{type:definePropType(Array),validator:isValidRange$1},controllerType:{type:String,values:["button","select"],default:"button"},formatter:{type:definePropType(Function)}}),calendarEmits={[UPDATE_MODEL_EVENT]:r4=>isDate$1(r4),[INPUT_EVENT]:r4=>isDate$1(r4)},timeUnits$2=["hours","minutes","seconds"],PICKER_BASE_INJECTION_KEY="EP_PICKER_BASE",PICKER_POPPER_OPTIONS_INJECTION_KEY="ElPopperOptions",ROOT_COMMON_PICKER_INJECTION_KEY=Symbol("commonPickerContextKey"),DEFAULT_FORMATS_TIME="HH:mm:ss",DEFAULT_FORMATS_DATE="YYYY-MM-DD",DEFAULT_FORMATS_DATEPICKER={date:DEFAULT_FORMATS_DATE,dates:DEFAULT_FORMATS_DATE,week:"gggg[w]ww",year:"YYYY",years:"YYYY",month:"YYYY-MM",months:"YYYY-MM",datetime:`${DEFAULT_FORMATS_DATE} ${DEFAULT_FORMATS_TIME}`,monthrange:"YYYY-MM",yearrange:"YYYY",daterange:DEFAULT_FORMATS_DATE,datetimerange:`${DEFAULT_FORMATS_DATE} ${DEFAULT_FORMATS_TIME}`};var dayjs_min$1={exports:{}},dayjs_min=dayjs_min$1.exports,hasRequiredDayjs_min;function requireDayjs_min(){return hasRequiredDayjs_min||(hasRequiredDayjs_min=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(dayjs_min,function(){var $P=1e3,zP=6e4,z9=36e5,eAe="millisecond",tAe="second",AAe="minute",iAe="hour",nAe="day",oAe="week",aAe="month",cAe="quarter",uAe="year",dAe="date",EAe="Invalid Date",gAe=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,pAe=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,mAe={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(zAe){var eIe=["th","st","nd","rd"],iIe=zAe%100;return"["+zAe+(eIe[(iIe-20)%10]||eIe[iIe]||eIe[0])+"]"}},SAe=function(zAe,eIe,iIe){var rIe=String(zAe);return!rIe||rIe.length>=eIe?zAe:""+Array(eIe+1-rIe.length).join(iIe)+zAe},DAe={s:SAe,z:function(zAe){var eIe=-zAe.utcOffset(),iIe=Math.abs(eIe),rIe=Math.floor(iIe/60),AIe=iIe%60;return(eIe<=0?"+":"-")+SAe(rIe,2,"0")+":"+SAe(AIe,2,"0")},m:function zAe(eIe,iIe){if(eIe.date()1)return zAe(EIe[0])}else{var hIe=eIe.name;TAe[hIe]=eIe,AIe=hIe}return!rIe&&AIe&&(NAe=AIe),AIe||!rIe&&NAe},wAe=function(zAe,eIe){if(GAe(zAe))return zAe.clone();var iIe=typeof eIe=="object"?eIe:{};return iIe.date=zAe,iIe.args=arguments,new PAe(iIe)},OAe=DAe;OAe.l=LAe,OAe.i=GAe,OAe.w=function(zAe,eIe){return wAe(zAe,{locale:eIe.$L,utc:eIe.$u,x:eIe.$x,$offset:eIe.$offset})};var PAe=function(){function zAe(iIe){this.$L=LAe(iIe.locale,null,!0),this.parse(iIe),this.$x=this.$x||iIe.x||{},this[bAe]=!0}var eIe=zAe.prototype;return eIe.parse=function(iIe){this.$d=function(rIe){var AIe=rIe.date,XAe=rIe.utc;if(AIe===null)return new Date(NaN);if(OAe.u(AIe))return new Date;if(AIe instanceof Date)return new Date(AIe);if(typeof AIe=="string"&&!/Z$/i.test(AIe)){var EIe=AIe.match(gAe);if(EIe){var hIe=EIe[2]-1||0,tIe=(EIe[7]||"0").substring(0,3);return XAe?new Date(Date.UTC(EIe[1],hIe,EIe[3]||1,EIe[4]||0,EIe[5]||0,EIe[6]||0,tIe)):new Date(EIe[1],hIe,EIe[3]||1,EIe[4]||0,EIe[5]||0,EIe[6]||0,tIe)}}return new Date(AIe)}(iIe),this.init()},eIe.init=function(){var iIe=this.$d;this.$y=iIe.getFullYear(),this.$M=iIe.getMonth(),this.$D=iIe.getDate(),this.$W=iIe.getDay(),this.$H=iIe.getHours(),this.$m=iIe.getMinutes(),this.$s=iIe.getSeconds(),this.$ms=iIe.getMilliseconds()},eIe.$utils=function(){return OAe},eIe.isValid=function(){return this.$d.toString()!==EAe},eIe.isSame=function(iIe,rIe){var AIe=wAe(iIe);return this.startOf(rIe)<=AIe&&AIe<=this.endOf(rIe)},eIe.isAfter=function(iIe,rIe){return wAe(iIe)[r4>0?r4-1:void 0,r4,r4Array.from(Array.from({length:r4}).keys()),extractDateFormat=r4=>r4.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim(),extractTimeFormat=r4=>r4.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?Y{2,4}/g,"").trim(),dateEquals=function(r4,x_){const $P=isDate$1(r4),zP=isDate$1(x_);return $P&&zP?r4.getTime()===x_.getTime():!$P&&!zP?r4===x_:!1},valueEquals=function(r4,x_){const $P=isArray$6(r4),zP=isArray$6(x_);return $P&&zP?r4.length!==x_.length?!1:r4.every((z9,eAe)=>dateEquals(z9,x_[eAe])):!$P&&!zP?dateEquals(r4,x_):!1},parseDate$1=function(r4,x_,$P){const zP=isEmpty(x_)||x_==="x"?dayjs(r4).locale($P):dayjs(r4,x_).locale($P);return zP.isValid()?zP:void 0},formatter=function(r4,x_,$P){return isEmpty(x_)?r4:x_==="x"?+r4:dayjs(r4).locale($P).format(x_)},makeList=(r4,x_)=>{const $P=[],zP=x_==null?void 0:x_();for(let z9=0;z9isArray$6(r4)?r4.map(x_=>x_.toDate()):r4.toDate(),disabledTimeListsProps=buildProps$1({disabledHours:{type:definePropType(Function)},disabledMinutes:{type:definePropType(Function)},disabledSeconds:{type:definePropType(Function)}}),timePanelSharedProps=buildProps$1({visible:Boolean,actualVisible:{type:Boolean,default:void 0},format:{type:String,default:""}}),timePickerDefaultProps=buildProps$1({automaticDropdown:{type:Boolean,default:!0},id:{type:definePropType([Array,String])},name:{type:definePropType([Array,String])},popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,format:String,valueFormat:String,dateFormat:String,timeFormat:String,type:{type:String,default:""},clearable:{type:Boolean,default:!0},clearIcon:{type:definePropType([String,Object]),default:circle_close_default},editable:{type:Boolean,default:!0},saveOnBlur:{type:Boolean,default:!0},prefixIcon:{type:definePropType([String,Object]),default:""},size:useSizeProp,readonly:Boolean,disabled:{type:Boolean,default:void 0},placeholder:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})},modelValue:{type:definePropType([Date,Array,String,Number]),default:""},rangeSeparator:{type:String,default:"-"},startPlaceholder:String,endPlaceholder:String,defaultValue:{type:definePropType([Date,Array])},defaultTime:{type:definePropType([Date,Array])},isRange:Boolean,...disabledTimeListsProps,disabledDate:{type:Function},cellClassName:{type:Function},shortcuts:{type:Array,default:()=>[]},arrowControl:Boolean,tabindex:{type:definePropType([String,Number]),default:0},validateEvent:{type:Boolean,default:!0},unlinkPanels:Boolean,placement:{type:definePropType(String),values:Ee$7,default:"bottom"},fallbackPlacements:{type:definePropType(Array),default:["bottom","top","right","left"]},...useEmptyValuesProps,...useAriaProps(["ariaLabel"]),showNow:{type:Boolean,default:!0},showConfirm:{type:Boolean,default:!0},showFooter:{type:Boolean,default:!0},showWeekNumber:Boolean}),timePickerRangeTriggerProps=buildProps$1({id:{type:definePropType(Array)},name:{type:definePropType(Array)},modelValue:{type:definePropType([Array,String])},startPlaceholder:String,endPlaceholder:String,disabled:Boolean}),useCommonPicker=(r4,x_)=>{const{lang:$P}=useLocale(),zP=ref(!1),z9=ref(!1),eAe=ref(null),tAe=computed(()=>{const{modelValue:dAe}=r4;return!dAe||isArray$6(dAe)&&!dAe.filter(Boolean).length}),AAe=dAe=>{if(!valueEquals(r4.modelValue,dAe)){let EAe;isArray$6(dAe)?EAe=dAe.map(gAe=>formatter(gAe,r4.valueFormat,$P.value)):dAe&&(EAe=formatter(dAe,r4.valueFormat,$P.value)),x_(UPDATE_MODEL_EVENT,dAe&&EAe,$P.value)}},iAe=computed(()=>{let dAe;if(tAe.value?nAe.value.getDefaultValue&&(dAe=nAe.value.getDefaultValue()):isArray$6(r4.modelValue)?dAe=r4.modelValue.map(EAe=>parseDate$1(EAe,r4.valueFormat,$P.value)):dAe=parseDate$1(r4.modelValue??"",r4.valueFormat,$P.value),nAe.value.getRangeAvailableTime){const EAe=nAe.value.getRangeAvailableTime(dAe);isEqual$1(EAe,dAe)||(dAe=EAe,tAe.value||AAe(dayOrDaysToDate(dAe)))}return isArray$6(dAe)&&dAe.some(EAe=>!EAe)&&(dAe=[]),dAe}),nAe=ref({});return{parsedValue:iAe,pickerActualVisible:z9,pickerOptions:nAe,pickerVisible:zP,userInput:eAe,valueIsEmpty:tAe,emitInput:AAe,onCalendarChange:dAe=>{x_("calendar-change",dAe)},onPanelChange:(dAe,EAe,gAe)=>{x_("panel-change",dAe,EAe,gAe)},onPick:(dAe="",EAe=!1)=>{zP.value=EAe;let gAe;isArray$6(dAe)?gAe=dAe.map(pAe=>pAe.toDate()):gAe=dAe&&dAe.toDate(),eAe.value=null,AAe(gAe)},onSetPickerOption:dAe=>{nAe.value[dAe[0]]=dAe[1],nAe.value.panelReady=!0}}},_hoisted_1$9E=["id","name","placeholder","value","disabled"],_hoisted_2$O=["id","name","placeholder","value","disabled"];var picker_range_trigger_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PickerRangeTrigger",inheritAttrs:!1,__name:"picker-range-trigger",props:timePickerRangeTriggerProps,emits:["mouseenter","mouseleave","click","touchstart","focus","blur","startInput","endInput","startChange","endChange"],setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,{formItem:eAe}=useFormItem(),{inputId:tAe}=useFormItemInputId(reactive({id:computed(()=>{var GAe;return(GAe=zP.id)==null?void 0:GAe[0]})}),{formItemContext:eAe}),AAe=useAttrs(),iAe=useNamespace("date"),nAe=useNamespace("range"),oAe=ref(),aAe=ref(),{wrapperRef:cAe,isFocused:uAe}=useFocusController(oAe,{disabled:computed(()=>zP.disabled)}),dAe=GAe=>{z9("click",GAe)},EAe=GAe=>{z9("mouseenter",GAe)},gAe=GAe=>{z9("mouseleave",GAe)},pAe=GAe=>{z9("touchstart",GAe)},mAe=GAe=>{z9("startInput",GAe)},SAe=GAe=>{z9("endInput",GAe)},DAe=GAe=>{z9("startChange",GAe)},NAe=GAe=>{z9("endChange",GAe)};return x_({focus:()=>{var GAe;(GAe=oAe.value)==null||GAe.focus()},blur:()=>{var GAe,LAe;(GAe=oAe.value)==null||GAe.blur(),(LAe=aAe.value)==null||LAe.blur()}}),(GAe,LAe)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:cAe,class:normalizeClass([unref(iAe).is("active",unref(uAe)),GAe.$attrs.class]),style:normalizeStyle$1(GAe.$attrs.style),onClick:dAe,onMouseenter:EAe,onMouseleave:gAe,onTouchstartPassive:pAe},[renderSlot(GAe.$slots,"prefix"),createBaseVNode("input",mergeProps(unref(AAe),{id:unref(tAe),ref_key:"inputRef",ref:oAe,name:GAe.name&&GAe.name[0],placeholder:GAe.startPlaceholder,value:GAe.modelValue&&GAe.modelValue[0],class:unref(nAe).b("input"),disabled:GAe.disabled,onInput:mAe,onChange:DAe}),null,16,_hoisted_1$9E),renderSlot(GAe.$slots,"range-separator"),createBaseVNode("input",mergeProps(unref(AAe),{id:GAe.id&&GAe.id[1],ref_key:"endInputRef",ref:aAe,name:GAe.name&&GAe.name[1],placeholder:GAe.endPlaceholder,value:GAe.modelValue&&GAe.modelValue[1],class:unref(nAe).b("input"),disabled:GAe.disabled,onInput:SAe,onChange:NAe}),null,16,_hoisted_2$O),renderSlot(GAe.$slots,"suffix")],38))}}),picker_range_trigger_default=picker_range_trigger_vue_vue_type_script_setup_true_lang_default,picker_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Picker",__name:"picker",props:timePickerDefaultProps,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"focus","blur","clear","calendar-change","panel-change","visible-change","keydown"],setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useAttrs$1(),tAe=useNamespace("date"),AAe=useNamespace("input"),iAe=useNamespace("range"),{formItem:nAe}=useFormItem(),oAe=inject(PICKER_POPPER_OPTIONS_INJECTION_KEY,{}),aAe=useEmptyValues(zP,null),cAe=ref(),uAe=ref(),dAe=ref(null);let EAe=!1;const gAe=useFormDisabled(),pAe=useCommonPicker(zP,z9),{parsedValue:mAe,pickerActualVisible:SAe,userInput:DAe,pickerVisible:NAe,pickerOptions:TAe,valueIsEmpty:bAe,emitInput:GAe,onPick:LAe,onSetPickerOption:wAe,onCalendarChange:OAe,onPanelChange:PAe}=pAe,{isFocused:HAe,handleFocus:zAe,handleBlur:eIe}=useFocusController(uAe,{disabled:gAe,beforeFocus(){return zP.readonly},afterFocus(){zP.automaticDropdown&&(NAe.value=!0)},beforeBlur(REe){var ZEe;return!EAe&&((ZEe=cAe.value)==null?void 0:ZEe.isFocusInsideContent(REe))},afterBlur(){var REe,ZEe;PIe.value&&!zP.saveOnBlur?bAe.value||(ZEe=(REe=TAe.value).handleCancel)==null||ZEe.call(REe):UCe(),NAe.value=!1,EAe=!1,zP.validateEvent&&(nAe==null||nAe.validate("blur").catch(uCe=>debugWarn(uCe)))}}),iIe=ref(!1),rIe=computed(()=>[tAe.b("editor"),tAe.bm("editor",zP.type),AAe.e("wrapper"),tAe.is("disabled",gAe.value),tAe.is("active",NAe.value),iAe.b("editor"),yEe?iAe.bm("editor",yEe.value):"",eAe.class]),AIe=computed(()=>[AAe.e("icon"),iAe.e("close-icon"),zIe.value?"":iAe.em("close-icon","hidden")]);watch(NAe,REe=>{REe?nextTick(()=>{REe&&(dAe.value=zP.modelValue)}):(DAe.value=null,nextTick(()=>{XAe(zP.modelValue)}))});const XAe=(REe,ZEe)=>{(ZEe||!valueEquals(REe,dAe.value))&&(z9(CHANGE_EVENT,REe),ZEe&&(dAe.value=REe),zP.validateEvent&&(nAe==null||nAe.validate("change").catch(uCe=>debugWarn(uCe))))},EIe=REe=>{z9("keydown",REe)},hIe=computed(()=>uAe.value?Array.from(uAe.value.$el.querySelectorAll("input")):[]),tIe=(REe,ZEe,uCe)=>{const YCe=hIe.value;YCe.length&&(!uCe||uCe==="min"?(YCe[0].setSelectionRange(REe,ZEe),YCe[0].focus()):uCe==="max"&&(YCe[1].setSelectionRange(REe,ZEe),YCe[1].focus()))},gIe=()=>{SAe.value=!0},pIe=()=>{z9("visible-change",!0)},_Ie=()=>{SAe.value=!1,NAe.value=!1,z9("visible-change",!1)},SIe=()=>{NAe.value=!0},yIe=()=>{NAe.value=!1},OIe=computed(()=>{const REe=fCe(mAe.value);return isArray$6(DAe.value)?[DAe.value[0]??(REe&&REe[0])??"",DAe.value[1]??(REe&&REe[1])??""]:DAe.value!==null?DAe.value:PIe.value&&bAe.value&&!zP.saveOnBlur||!PIe.value&&bAe.value||!NAe.value&&bAe.value?"":REe?LIe.value||oEe.value||JIe.value?REe.join(", "):REe:""}),HIe=computed(()=>zP.type.includes("time")),PIe=computed(()=>zP.type.startsWith("time")),LIe=computed(()=>zP.type==="dates"),oEe=computed(()=>zP.type==="months"),JIe=computed(()=>zP.type==="years"),XIe=computed(()=>zP.prefixIcon||(HIe.value?clock_default:calendar_default$1)),zIe=computed(()=>zP.clearable&&!gAe.value&&!zP.readonly&&!bAe.value&&(iIe.value||HAe.value)),YIe=REe=>{zP.readonly||gAe.value||(zIe.value&&(REe==null||REe.stopPropagation(),TAe.value.handleClear?TAe.value.handleClear():GAe(aAe.valueOnClear.value),XAe(aAe.valueOnClear.value,!0),_Ie()),z9("clear"))},uEe=async REe=>{var ZEe;zP.readonly||gAe.value||(((ZEe=REe.target)==null?void 0:ZEe.tagName)!=="INPUT"||HAe.value||!zP.automaticDropdown)&&(NAe.value=!0)},NEe=()=>{zP.readonly||gAe.value||!bAe.value&&zP.clearable&&(iIe.value=!0)},MEe=()=>{iIe.value=!1},FEe=REe=>{var ZEe;zP.readonly||gAe.value||(((ZEe=REe.touches[0].target)==null?void 0:ZEe.tagName)!=="INPUT"||HAe.value||!zP.automaticDropdown)&&(NAe.value=!0)},vEe=computed(()=>zP.type.includes("range")),yEe=useFormSize(),VEe=computed(()=>{var REe,ZEe;return(ZEe=(REe=unref(cAe))==null?void 0:REe.popperRef)==null?void 0:ZEe.contentRef}),UEe=onClickOutside(uAe,REe=>{const ZEe=unref(VEe),uCe=unrefElement$1(uAe);ZEe&&(REe.target===ZEe||REe.composedPath().includes(ZEe))||REe.target===uCe||uCe&&REe.composedPath().includes(uCe)||(NAe.value=!1)});onBeforeUnmount(()=>{UEe==null||UEe()});const UCe=()=>{if(PIe.value&&!zP.saveOnBlur)return;const REe=isArray$6(DAe.value)&&DAe.value.every(ZEe=>ZEe==="");if(DAe.value&&!REe){const ZEe=CCe(OIe.value);ZEe&&(VCe(ZEe)&&GAe(dayOrDaysToDate(ZEe)),DAe.value=null)}(DAe.value===""||REe)&&(GAe(aAe.valueOnClear.value),XAe(aAe.valueOnClear.value,!0),DAe.value=null)},CCe=REe=>REe?TAe.value.parseUserInput(REe):null,fCe=REe=>REe?isArray$6(REe)?REe.map(ZEe=>ZEe.format(zP.format)):REe.format(zP.format):null,VCe=REe=>TAe.value.isValidValue(REe),$Ee=async REe=>{if(zP.readonly||gAe.value)return;const ZEe=getEventCode(REe);if(EIe(REe),ZEe===EVENT_CODE.esc){NAe.value===!0&&(NAe.value=!1,REe.preventDefault(),REe.stopPropagation());return}if(ZEe===EVENT_CODE.down&&(TAe.value.handleFocusPicker&&(REe.preventDefault(),REe.stopPropagation()),NAe.value===!1&&(NAe.value=!0,await nextTick()),TAe.value.handleFocusPicker)){TAe.value.handleFocusPicker();return}if(ZEe===EVENT_CODE.tab){EAe=!0;return}if(ZEe===EVENT_CODE.enter||ZEe===EVENT_CODE.numpadEnter){NAe.value?(DAe.value===null||DAe.value===""||VCe(CCe(OIe.value)))&&(UCe(),NAe.value=!1):NAe.value=!0,REe.preventDefault(),REe.stopPropagation();return}if(DAe.value){REe.stopPropagation();return}TAe.value.handleKeydownInput&&TAe.value.handleKeydownInput(REe)},tCe=REe=>{DAe.value=REe,NAe.value||(NAe.value=!0)},iCe=REe=>{const ZEe=REe.target;DAe.value?DAe.value=[ZEe.value,DAe.value[1]]:DAe.value=[ZEe.value,null]},gCe=REe=>{const ZEe=REe.target;DAe.value?DAe.value=[DAe.value[0],ZEe.value]:DAe.value=[null,ZEe.value]},TCe=()=>{var YCe;const REe=DAe.value,ZEe=CCe(REe&&REe[0]),uCe=unref(mAe);if(ZEe&&ZEe.isValid()){DAe.value=[fCe(ZEe),((YCe=OIe.value)==null?void 0:YCe[1])||null];const MBe=[ZEe,uCe&&(uCe[1]||null)];VCe(MBe)&&(GAe(dayOrDaysToDate(MBe)),DAe.value=null)}},YEe=()=>{var YCe;const REe=unref(DAe),ZEe=CCe(REe&&REe[1]),uCe=unref(mAe);if(ZEe&&ZEe.isValid()){DAe.value=[((YCe=unref(OIe))==null?void 0:YCe[0])||null,fCe(ZEe)];const MBe=[uCe&&uCe[0],ZEe];VCe(MBe)&&(GAe(dayOrDaysToDate(MBe)),DAe.value=null)}},cEe=()=>{var REe;(REe=uAe.value)==null||REe.focus()},OEe=()=>{var REe;(REe=uAe.value)==null||REe.blur()};return provide(PICKER_BASE_INJECTION_KEY,{props:zP,emptyValues:aAe}),provide(ROOT_COMMON_PICKER_INJECTION_KEY,pAe),x_({focus:cEe,blur:OEe,handleOpen:SIe,handleClose:yIe,onPick:LAe}),(REe,ZEe)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"refPopper",ref:cAe,visible:unref(NAe),effect:"light",pure:"",trigger:"click"},REe.$attrs,{role:"dialog",teleported:"",transition:`${unref(tAe).namespace.value}-zoom-in-top`,"popper-class":[`${unref(tAe).namespace.value}-picker__popper`,REe.popperClass],"popper-style":REe.popperStyle,"popper-options":unref(oAe),"fallback-placements":REe.fallbackPlacements,"gpu-acceleration":!1,placement:REe.placement,"stop-popper-mouse-event":!1,"hide-after":0,persistent:"",onBeforeShow:gIe,onShow:pIe,onHide:_Ie}),{default:withCtx(()=>[vEe.value?(openBlock(),createBlock(picker_range_trigger_default,{key:1,id:REe.id,ref_key:"inputRef",ref:uAe,"model-value":OIe.value,name:REe.name,disabled:unref(gAe),readonly:!REe.editable||REe.readonly,"start-placeholder":REe.startPlaceholder,"end-placeholder":REe.endPlaceholder,class:normalizeClass(rIe.value),style:normalizeStyle$1(REe.$attrs.style),"aria-label":REe.ariaLabel,tabindex:REe.tabindex,autocomplete:"off",role:"combobox",onClick:uEe,onFocus:unref(zAe),onBlur:unref(eIe),onStartInput:iCe,onStartChange:TCe,onEndInput:gCe,onEndChange:YEe,onMousedown:uEe,onMouseenter:NEe,onMouseleave:MEe,onTouchstartPassive:FEe,onKeydown:$Ee},{prefix:withCtx(()=>[XIe.value?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(AAe).e("icon"),unref(iAe).e("icon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(XIe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),"range-separator":withCtx(()=>[renderSlot(REe.$slots,"range-separator",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(iAe).b("separator"))},toDisplayString(REe.rangeSeparator),3)])]),suffix:withCtx(()=>[REe.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(AIe.value),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:YIe},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(REe.clearIcon)))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),_:3},8,["id","model-value","name","disabled","readonly","start-placeholder","end-placeholder","class","style","aria-label","tabindex","onFocus","onBlur"])):(openBlock(),createBlock(unref(ElInput),{key:0,id:REe.id,ref_key:"inputRef",ref:uAe,"container-role":"combobox","model-value":OIe.value,name:REe.name,size:unref(yEe),disabled:unref(gAe),placeholder:REe.placeholder,class:normalizeClass([unref(tAe).b("editor"),unref(tAe).bm("editor",REe.type),unref(tAe).is("focus",unref(NAe)),REe.$attrs.class]),style:normalizeStyle$1(REe.$attrs.style),readonly:!REe.editable||REe.readonly||LIe.value||oEe.value||JIe.value||REe.type==="week","aria-label":REe.ariaLabel,tabindex:REe.tabindex,"validate-event":!1,onInput:tCe,onFocus:unref(zAe),onBlur:unref(eIe),onKeydown:$Ee,onChange:UCe,onMousedown:uEe,onMouseenter:NEe,onMouseleave:MEe,onTouchstartPassive:FEe,onClick:ZEe[0]||(ZEe[0]=withModifiers(()=>{},["stop"]))},{prefix:withCtx(()=>[XIe.value?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(AAe).e("icon")),onMousedown:withModifiers(uEe,["prevent"]),onTouchstartPassive:FEe},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(XIe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[zIe.value&&REe.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(AAe).e("icon")} clear-icon`),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:YIe},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(REe.clearIcon)))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),_:1},8,["id","model-value","name","size","disabled","placeholder","class","style","readonly","aria-label","tabindex","onFocus","onBlur"]))]),content:withCtx(()=>[renderSlot(REe.$slots,"default",{visible:unref(NAe),actualVisible:unref(SAe),parsedValue:unref(mAe),format:REe.format,dateFormat:REe.dateFormat,timeFormat:REe.timeFormat,unlinkPanels:REe.unlinkPanels,type:REe.type,defaultValue:REe.defaultValue,showNow:REe.showNow,showConfirm:REe.showConfirm,showFooter:REe.showFooter,showWeekNumber:REe.showWeekNumber,onPick:ZEe[1]||(ZEe[1]=(...uCe)=>unref(LAe)&&unref(LAe)(...uCe)),onSelectRange:tIe,onSetPickerOption:ZEe[2]||(ZEe[2]=(...uCe)=>unref(wAe)&&unref(wAe)(...uCe)),onCalendarChange:ZEe[3]||(ZEe[3]=(...uCe)=>unref(OAe)&&unref(OAe)(...uCe)),onClear:YIe,onPanelChange:ZEe[4]||(ZEe[4]=(...uCe)=>unref(PAe)&&unref(PAe)(...uCe)),onMousedown:ZEe[5]||(ZEe[5]=withModifiers(()=>{},["stop"]))})]),_:3},16,["visible","transition","popper-class","popper-style","popper-options","fallback-placements","placement"]))}}),picker_default=picker_vue_vue_type_script_setup_true_lang_default;const panelTimePickerProps=buildProps$1({...timePanelSharedProps,datetimeRole:String,parsedValue:{type:definePropType(Object)}}),useTimePanel=({getAvailableHours:r4,getAvailableMinutes:x_,getAvailableSeconds:$P})=>{const zP=(tAe,AAe,iAe,nAe)=>{const oAe={hour:r4,minute:x_,second:$P};let aAe=tAe;return["hour","minute","second"].forEach(cAe=>{if(oAe[cAe]){let uAe;const dAe=oAe[cAe];switch(cAe){case"minute":uAe=dAe(aAe.hour(),AAe,nAe);break;case"second":uAe=dAe(aAe.hour(),aAe.minute(),AAe,nAe);break;default:uAe=dAe(AAe,nAe);break}if(uAe!=null&&uAe.length&&!uAe.includes(aAe[cAe]())){const EAe=iAe?0:uAe.length-1;aAe=aAe[cAe](uAe[EAe])}}}),aAe},z9={};return{timePickerOptions:z9,getAvailableTime:zP,onSetOption:([tAe,AAe])=>{z9[tAe]=AAe}}},makeAvailableArr=r4=>{const x_=(zP,z9)=>zP||z9,$P=zP=>zP!==!0;return r4.map(x_).filter($P)},getTimeLists=(r4,x_,$P)=>({getHoursList:(tAe,AAe)=>makeList(24,r4&&(()=>r4==null?void 0:r4(tAe,AAe))),getMinutesList:(tAe,AAe,iAe)=>makeList(60,x_&&(()=>x_==null?void 0:x_(tAe,AAe,iAe))),getSecondsList:(tAe,AAe,iAe,nAe)=>makeList(60,$P&&(()=>$P==null?void 0:$P(tAe,AAe,iAe,nAe)))}),buildAvailableTimeSlotGetter=(r4,x_,$P)=>{const{getHoursList:zP,getMinutesList:z9,getSecondsList:eAe}=getTimeLists(r4,x_,$P);return{getAvailableHours:(nAe,oAe)=>makeAvailableArr(zP(nAe,oAe)),getAvailableMinutes:(nAe,oAe,aAe)=>makeAvailableArr(z9(nAe,oAe,aAe)),getAvailableSeconds:(nAe,oAe,aAe,cAe)=>makeAvailableArr(eAe(nAe,oAe,aAe,cAe))}},useOldValue=(r4,x_)=>{const $P=ref(r4.parsedValue);return watch(()=>r4.visible,zP=>{const z9=toValue$1(x_.modelValue),eAe=toValue$1(x_.valueOnClear);if(zP&&z9===eAe){$P.value=eAe;return}zP||($P.value=r4.parsedValue)}),$P},basicTimeSpinnerProps=buildProps$1({role:{type:String,required:!0},spinnerDate:{type:definePropType(Object),required:!0},showSeconds:{type:Boolean,default:!0},arrowControl:Boolean,amPmMode:{type:definePropType(String),default:""},...disabledTimeListsProps}),_hoisted_1$9D=["onClick"],_hoisted_2$N=["onMouseenter"];var basic_time_spinner_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"basic-time-spinner",props:basicTimeSpinnerProps,emits:[CHANGE_EVENT,"select-range","set-option"],setup(r4,{emit:x_}){const $P=r4,{isRange:zP,format:z9,saveOnBlur:eAe}=inject(PICKER_BASE_INJECTION_KEY).props,tAe=x_,AAe=useNamespace("time"),{getHoursList:iAe,getMinutesList:nAe,getSecondsList:oAe}=getTimeLists($P.disabledHours,$P.disabledMinutes,$P.disabledSeconds);let aAe=!1;const cAe={hours:!1,minutes:!1,seconds:!1},uAe=ref(),dAe={hours:ref(),minutes:ref(),seconds:ref()},EAe=computed(()=>$P.showSeconds?timeUnits$2:timeUnits$2.slice(0,2)),gAe=computed(()=>{const{spinnerDate:hIe}=$P;return{hours:hIe.hour(),minutes:hIe.minute(),seconds:hIe.second()}}),pAe=computed(()=>{const{hours:hIe,minutes:tIe}=unref(gAe),{role:gIe,spinnerDate:pIe}=$P,_Ie=zP?void 0:pIe;return{hours:iAe(gIe,_Ie),minutes:nAe(hIe,gIe,_Ie),seconds:oAe(hIe,tIe,gIe,_Ie)}}),mAe=computed(()=>{const{hours:hIe,minutes:tIe,seconds:gIe}=unref(gAe);return{hours:buildTimeList(hIe,23),minutes:buildTimeList(tIe,59),seconds:buildTimeList(gIe,59)}}),SAe=debounce(hIe=>{aAe=!1,TAe(hIe)},200),DAe=hIe=>{if(!$P.amPmMode)return"";const tIe=$P.amPmMode==="A";let gIe=hIe<12?" am":" pm";return tIe&&(gIe=gIe.toUpperCase()),gIe},NAe=hIe=>{let tIe=[0,0];const gIe=z9||DEFAULT_FORMATS_TIME,pIe=gIe.indexOf("HH"),_Ie=gIe.indexOf("mm"),SIe=gIe.indexOf("ss");switch(hIe){case"hours":pIe!==-1&&(tIe=[pIe,pIe+2]);break;case"minutes":_Ie!==-1&&(tIe=[_Ie,_Ie+2]);break;case"seconds":SIe!==-1&&(tIe=[SIe,SIe+2]);break}const[yIe,OIe]=tIe;tAe("select-range",yIe,OIe),uAe.value=hIe},TAe=hIe=>{LAe(hIe,unref(gAe)[hIe])},bAe=()=>{TAe("hours"),TAe("minutes"),TAe("seconds")},GAe=hIe=>hIe.querySelector(`.${AAe.namespace.value}-scrollbar__wrap`),LAe=(hIe,tIe)=>{if($P.arrowControl)return;const gIe=unref(dAe[hIe]);gIe&&gIe.$el&&(eAe||(cAe[hIe]=!0,rAF(()=>{cAe[hIe]=!1})),GAe(gIe.$el).scrollTop=Math.max(0,tIe*wAe(hIe)))},wAe=hIe=>{var gIe;const tIe=(gIe=unref(dAe[hIe]))==null?void 0:gIe.$el.querySelector("li");return tIe&&Number.parseFloat(getStyle$1(tIe,"height"))||0},OAe=()=>{HAe(1)},PAe=()=>{HAe(-1)},HAe=hIe=>{uAe.value||NAe("hours");const tIe=uAe.value,gIe=unref(gAe)[tIe],pIe=zAe(tIe,gIe,hIe,uAe.value==="hours"?24:60);eIe(tIe,pIe),LAe(tIe,pIe),nextTick(()=>NAe(tIe))},zAe=(hIe,tIe,gIe,pIe)=>{let _Ie=(tIe+gIe+pIe)%pIe;const SIe=unref(pAe)[hIe];for(;SIe[_Ie]&&_Ie!==tIe;)_Ie=(_Ie+gIe+pIe)%pIe;return _Ie},eIe=(hIe,tIe)=>{if(unref(pAe)[hIe][tIe])return;const{hours:gIe,minutes:pIe,seconds:_Ie}=unref(gAe);let SIe;switch(hIe){case"hours":SIe=$P.spinnerDate.hour(tIe).minute(pIe).second(_Ie);break;case"minutes":SIe=$P.spinnerDate.hour(gIe).minute(tIe).second(_Ie);break;case"seconds":SIe=$P.spinnerDate.hour(gIe).minute(pIe).second(tIe);break}tAe(CHANGE_EVENT,SIe)},iIe=(hIe,{value:tIe,disabled:gIe})=>{gIe||(eIe(hIe,tIe),NAe(hIe),LAe(hIe,tIe))},rIe=hIe=>{if(!eAe&&cAe[hIe])return;const tIe=unref(dAe[hIe]);tIe&&(aAe=!0,SAe(hIe),eIe(hIe,Math.min(Math.round((GAe(tIe.$el).scrollTop-(AIe(hIe)*.5-10)/wAe(hIe)+3)/wAe(hIe)),hIe==="hours"?23:59)))},AIe=hIe=>unref(dAe[hIe]).$el.offsetHeight,XAe=()=>{const hIe=tIe=>{const gIe=unref(dAe[tIe]);gIe&&gIe.$el&&(GAe(gIe.$el).onscroll=()=>{rIe(tIe)})};hIe("hours"),hIe("minutes"),hIe("seconds")};onMounted(()=>{nextTick(()=>{!$P.arrowControl&&XAe(),bAe(),$P.role==="start"&&NAe("hours")})});const EIe=(hIe,tIe)=>{dAe[tIe].value=hIe??void 0};return tAe("set-option",[`${$P.role}_scrollDown`,HAe]),tAe("set-option",[`${$P.role}_emitSelectRange`,NAe]),watch(()=>$P.spinnerDate,()=>{aAe||bAe()}),(hIe,tIe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(AAe).b("spinner"),{"has-seconds":hIe.showSeconds}])},[hIe.arrowControl?createCommentVNode("v-if",!0):(openBlock(!0),createElementBlock(Fragment$1,{key:0},renderList(EAe.value,gIe=>(openBlock(),createBlock(unref(ElScrollbar),{key:gIe,ref_for:!0,ref:pIe=>EIe(pIe,gIe),class:normalizeClass(unref(AAe).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(AAe).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:pIe=>NAe(gIe),onMousemove:pIe=>TAe(gIe)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(pAe.value[gIe],(pIe,_Ie)=>(openBlock(),createElementBlock("li",{key:_Ie,class:normalizeClass([unref(AAe).be("spinner","item"),unref(AAe).is("active",_Ie===gAe.value[gIe]),unref(AAe).is("disabled",pIe)]),onClick:SIe=>iIe(gIe,{value:_Ie,disabled:pIe})},[gIe==="hours"?(openBlock(),createElementBlock(Fragment$1,{key:0},[createTextVNode(toDisplayString(("0"+(hIe.amPmMode?_Ie%12||12:_Ie)).slice(-2))+toDisplayString(DAe(_Ie)),1)],64)):(openBlock(),createElementBlock(Fragment$1,{key:1},[createTextVNode(toDisplayString(("0"+_Ie).slice(-2)),1)],64))],10,_hoisted_1$9D))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),hIe.arrowControl?(openBlock(!0),createElementBlock(Fragment$1,{key:1},renderList(EAe.value,gIe=>(openBlock(),createElementBlock("div",{key:gIe,class:normalizeClass([unref(AAe).be("spinner","wrapper"),unref(AAe).is("arrow")]),onMouseenter:pIe=>NAe(gIe)},[withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-up",unref(AAe).be("spinner","arrow")])},{default:withCtx(()=>[createVNode$1(unref(arrow_up_default))]),_:1},8,["class"])),[[unref(vRepeatClick),PAe]]),withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-down",unref(AAe).be("spinner","arrow")])},{default:withCtx(()=>[createVNode$1(unref(arrow_down_default))]),_:1},8,["class"])),[[unref(vRepeatClick),OAe]]),createBaseVNode("ul",{class:normalizeClass(unref(AAe).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(mAe.value[gIe],(pIe,_Ie)=>(openBlock(),createElementBlock("li",{key:_Ie,class:normalizeClass([unref(AAe).be("spinner","item"),unref(AAe).is("active",pIe===gAe.value[gIe]),unref(AAe).is("disabled",pAe.value[gIe][pIe])])},[unref(isNumber$2)(pIe)?(openBlock(),createElementBlock(Fragment$1,{key:0},[gIe==="hours"?(openBlock(),createElementBlock(Fragment$1,{key:0},[createTextVNode(toDisplayString(("0"+(hIe.amPmMode?pIe%12||12:pIe)).slice(-2))+toDisplayString(DAe(pIe)),1)],64)):(openBlock(),createElementBlock(Fragment$1,{key:1},[createTextVNode(toDisplayString(("0"+pIe).slice(-2)),1)],64))],64)):createCommentVNode("v-if",!0)],2))),128))],2)],42,_hoisted_2$N))),128)):createCommentVNode("v-if",!0)],2))}}),basic_time_spinner_default=basic_time_spinner_vue_vue_type_script_setup_true_lang_default,panel_time_pick_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"panel-time-pick",props:panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=inject(PICKER_BASE_INJECTION_KEY),{arrowControl:eAe,disabledHours:tAe,disabledMinutes:AAe,disabledSeconds:iAe,defaultValue:nAe}=z9.props,{getAvailableHours:oAe,getAvailableMinutes:aAe,getAvailableSeconds:cAe}=buildAvailableTimeSlotGetter(tAe,AAe,iAe),uAe=useNamespace("time"),{t:dAe,lang:EAe}=useLocale(),gAe=ref([0,2]),pAe=useOldValue($P,{modelValue:computed(()=>z9.props.modelValue),valueOnClear:computed(()=>z9!=null&&z9.emptyValues?z9.emptyValues.valueOnClear.value:null)}),mAe=computed(()=>isUndefined($P.actualVisible)?`${uAe.namespace.value}-zoom-in-top`:""),SAe=computed(()=>$P.format.includes("ss")),DAe=computed(()=>$P.format.includes("A")?"A":$P.format.includes("a")?"a":""),NAe=AIe=>{const XAe=dayjs(AIe).locale(EAe.value),EIe=eIe(XAe);return XAe.isSame(EIe)},TAe=()=>{const AIe=pAe.value;zP("pick",AIe,!1),nextTick(()=>{pAe.value=AIe})},bAe=(AIe=!1,XAe=!1)=>{XAe||zP("pick",$P.parsedValue,AIe)},GAe=AIe=>{$P.visible&&zP("pick",eIe(AIe).millisecond(0),!0)},LAe=(AIe,XAe)=>{zP("select-range",AIe,XAe),gAe.value=[AIe,XAe]},wAe=AIe=>{const XAe=$P.format,EIe=XAe.indexOf("HH"),hIe=XAe.indexOf("mm"),tIe=XAe.indexOf("ss"),gIe=[],pIe=[];EIe!==-1&&(gIe.push(EIe),pIe.push("hours")),hIe!==-1&&(gIe.push(hIe),pIe.push("minutes")),tIe!==-1&&SAe.value&&(gIe.push(tIe),pIe.push("seconds"));const _Ie=(gIe.indexOf(gAe.value[0])+AIe+gIe.length)%gIe.length;PAe.start_emitSelectRange(pIe[_Ie])},OAe=AIe=>{const XAe=getEventCode(AIe),{left:EIe,right:hIe,up:tIe,down:gIe}=EVENT_CODE;if([EIe,hIe].includes(XAe)){wAe(XAe===EIe?-1:1),AIe.preventDefault();return}if([tIe,gIe].includes(XAe)){const pIe=XAe===tIe?-1:1;PAe.start_scrollDown(pIe),AIe.preventDefault();return}},{timePickerOptions:PAe,onSetOption:HAe,getAvailableTime:zAe}=useTimePanel({getAvailableHours:oAe,getAvailableMinutes:aAe,getAvailableSeconds:cAe}),eIe=AIe=>zAe(AIe,$P.datetimeRole||"",!0),iIe=AIe=>AIe?dayjs(AIe,$P.format).locale(EAe.value):null,rIe=()=>dayjs(nAe).locale(EAe.value);return zP("set-picker-option",["isValidValue",NAe]),zP("set-picker-option",["parseUserInput",iIe]),zP("set-picker-option",["handleKeydownInput",OAe]),zP("set-picker-option",["getRangeAvailableTime",eIe]),zP("set-picker-option",["getDefaultValue",rIe]),zP("set-picker-option",["handleCancel",TAe]),(AIe,XAe)=>(openBlock(),createBlock(Transition,{name:mAe.value},{default:withCtx(()=>[AIe.actualVisible||AIe.visible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(uAe).b("panel"))},[createBaseVNode("div",{class:normalizeClass([unref(uAe).be("panel","content"),{"has-seconds":SAe.value}])},[createVNode$1(basic_time_spinner_default,{ref:"spinner",role:AIe.datetimeRole||"start","arrow-control":unref(eAe),"show-seconds":SAe.value,"am-pm-mode":DAe.value,"spinner-date":AIe.parsedValue,"disabled-hours":unref(tAe),"disabled-minutes":unref(AAe),"disabled-seconds":unref(iAe),onChange:GAe,onSetOption:unref(HAe),onSelectRange:LAe},null,8,["role","arrow-control","show-seconds","am-pm-mode","spinner-date","disabled-hours","disabled-minutes","disabled-seconds","onSetOption"])],2),createBaseVNode("div",{class:normalizeClass(unref(uAe).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(uAe).be("panel","btn"),"cancel"]),onClick:TAe},toDisplayString(unref(dAe)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(uAe).be("panel","btn"),"confirm"]),onClick:XAe[0]||(XAe[0]=EIe=>bAe())},toDisplayString(unref(dAe)("el.datepicker.confirm")),3)],2)],2)):createCommentVNode("v-if",!0)]),_:1},8,["name"]))}}),panel_time_pick_default=panel_time_pick_vue_vue_type_script_setup_true_lang_default;const panelTimeRangeProps=buildProps$1({...timePanelSharedProps,parsedValue:{type:definePropType(Array)}}),_hoisted_1$9C=["disabled"];var panel_time_range_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"panel-time-range",props:panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=(LIe,oEe)=>{const JIe=[];for(let XIe=LIe;XIe<=oEe;XIe++)JIe.push(XIe);return JIe},{t:eAe,lang:tAe}=useLocale(),AAe=useNamespace("time"),iAe=useNamespace("picker"),nAe=inject(PICKER_BASE_INJECTION_KEY),{arrowControl:oAe,disabledHours:aAe,disabledMinutes:cAe,disabledSeconds:uAe,defaultValue:dAe}=nAe.props,EAe=computed(()=>[AAe.be("range-picker","body"),AAe.be("panel","content"),AAe.is("arrow",oAe),NAe.value?"has-seconds":""]),gAe=computed(()=>[AAe.be("range-picker","body"),AAe.be("panel","content"),AAe.is("arrow",oAe),NAe.value?"has-seconds":""]),pAe=computed(()=>$P.parsedValue[0]),mAe=computed(()=>$P.parsedValue[1]),SAe=useOldValue($P,{modelValue:computed(()=>nAe.props.modelValue),valueOnClear:computed(()=>nAe!=null&&nAe.emptyValues?nAe.emptyValues.valueOnClear.value:null)}),DAe=()=>{const LIe=SAe.value;zP("pick",LIe,!1),nextTick(()=>{SAe.value=LIe})},NAe=computed(()=>$P.format.includes("ss")),TAe=computed(()=>$P.format.includes("A")?"A":$P.format.includes("a")?"a":""),bAe=(LIe=!1)=>{zP("pick",[pAe.value,mAe.value],LIe)},GAe=LIe=>{OAe(LIe.millisecond(0),mAe.value)},LAe=LIe=>{OAe(pAe.value,LIe.millisecond(0))},wAe=LIe=>{const oEe=LIe.map(XIe=>dayjs(XIe).locale(tAe.value)),JIe=tIe(oEe);return oEe[0].isSame(JIe[0])&&oEe[1].isSame(JIe[1])},OAe=(LIe,oEe)=>{$P.visible&&zP("pick",[LIe,oEe],!0)},PAe=computed(()=>pAe.value>mAe.value),HAe=ref([0,2]),zAe=(LIe,oEe)=>{zP("select-range",LIe,oEe,"min"),HAe.value=[LIe,oEe]},eIe=computed(()=>NAe.value?11:8),iIe=(LIe,oEe)=>{zP("select-range",LIe,oEe,"max");const JIe=unref(eIe);HAe.value=[LIe+JIe,oEe+JIe]},rIe=LIe=>{const oEe=NAe.value?[0,3,6,11,14,17]:[0,3,8,11],JIe=["hours","minutes"].concat(NAe.value?["seconds"]:[]),XIe=(oEe.indexOf(HAe.value[0])+LIe+oEe.length)%oEe.length,zIe=oEe.length/2;XIe{const oEe=getEventCode(LIe),{left:JIe,right:XIe,up:zIe,down:YIe}=EVENT_CODE;if([JIe,XIe].includes(oEe)){rIe(oEe===JIe?-1:1),LIe.preventDefault();return}if([zIe,YIe].includes(oEe)){const uEe=oEe===zIe?-1:1;SIe[`${HAe.value[0]{const JIe=aAe?aAe(LIe):[],XIe=LIe==="start",zIe=(oEe||(XIe?mAe.value:pAe.value)).hour();return union(JIe,XIe?z9(zIe+1,23):z9(0,zIe-1))},EIe=(LIe,oEe,JIe)=>{const XIe=cAe?cAe(LIe,oEe):[],zIe=oEe==="start",YIe=JIe||(zIe?mAe.value:pAe.value);if(LIe!==YIe.hour())return XIe;const uEe=YIe.minute();return union(XIe,zIe?z9(uEe+1,59):z9(0,uEe-1))},hIe=(LIe,oEe,JIe,XIe)=>{const zIe=uAe?uAe(LIe,oEe,JIe):[],YIe=JIe==="start",uEe=XIe||(YIe?mAe.value:pAe.value),NEe=uEe.hour(),MEe=uEe.minute();if(LIe!==NEe||oEe!==MEe)return zIe;const FEe=uEe.second();return union(zIe,YIe?z9(FEe+1,59):z9(0,FEe-1))},tIe=([LIe,oEe])=>[yIe(LIe,"start",!0,oEe),yIe(oEe,"end",!1,LIe)],{getAvailableHours:gIe,getAvailableMinutes:pIe,getAvailableSeconds:_Ie}=buildAvailableTimeSlotGetter(XAe,EIe,hIe),{timePickerOptions:SIe,getAvailableTime:yIe,onSetOption:OIe}=useTimePanel({getAvailableHours:gIe,getAvailableMinutes:pIe,getAvailableSeconds:_Ie}),HIe=LIe=>LIe?isArray$6(LIe)?LIe.map(oEe=>dayjs(oEe,$P.format).locale(tAe.value)):dayjs(LIe,$P.format).locale(tAe.value):null,PIe=()=>{if(isArray$6(dAe))return dAe.map(oEe=>dayjs(oEe).locale(tAe.value));const LIe=dayjs(dAe).locale(tAe.value);return[LIe,LIe.add(60,"m")]};return zP("set-picker-option",["parseUserInput",HIe]),zP("set-picker-option",["isValidValue",wAe]),zP("set-picker-option",["handleKeydownInput",AIe]),zP("set-picker-option",["getDefaultValue",PIe]),zP("set-picker-option",["getRangeAvailableTime",tIe]),zP("set-picker-option",["handleCancel",DAe]),(LIe,oEe)=>LIe.actualVisible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(AAe).b("range-picker"),unref(iAe).b("panel")])},[createBaseVNode("div",{class:normalizeClass(unref(AAe).be("range-picker","content"))},[createBaseVNode("div",{class:normalizeClass(unref(AAe).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(AAe).be("range-picker","header"))},toDisplayString(unref(eAe)("el.datepicker.startTime")),3),createBaseVNode("div",{class:normalizeClass(EAe.value)},[createVNode$1(basic_time_spinner_default,{ref:"minSpinner",role:"start","show-seconds":NAe.value,"am-pm-mode":TAe.value,"arrow-control":unref(oAe),"spinner-date":pAe.value,"disabled-hours":XAe,"disabled-minutes":EIe,"disabled-seconds":hIe,onChange:GAe,onSetOption:unref(OIe),onSelectRange:zAe},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),createBaseVNode("div",{class:normalizeClass(unref(AAe).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(AAe).be("range-picker","header"))},toDisplayString(unref(eAe)("el.datepicker.endTime")),3),createBaseVNode("div",{class:normalizeClass(gAe.value)},[createVNode$1(basic_time_spinner_default,{ref:"maxSpinner",role:"end","show-seconds":NAe.value,"am-pm-mode":TAe.value,"arrow-control":unref(oAe),"spinner-date":mAe.value,"disabled-hours":XAe,"disabled-minutes":EIe,"disabled-seconds":hIe,onChange:LAe,onSetOption:unref(OIe),onSelectRange:iIe},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),createBaseVNode("div",{class:normalizeClass(unref(AAe).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(AAe).be("panel","btn"),"cancel"]),onClick:oEe[0]||(oEe[0]=JIe=>DAe())},toDisplayString(unref(eAe)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(AAe).be("panel","btn"),"confirm"]),disabled:PAe.value,onClick:oEe[1]||(oEe[1]=JIe=>bAe())},toDisplayString(unref(eAe)("el.datepicker.confirm")),11,_hoisted_1$9C)],2)],2)):createCommentVNode("v-if",!0)}}),panel_time_range_default=panel_time_range_vue_vue_type_script_setup_true_lang_default,customParseFormat$2={exports:{}},customParseFormat$1=customParseFormat$2.exports,hasRequiredCustomParseFormat;function requireCustomParseFormat(){return hasRequiredCustomParseFormat||(hasRequiredCustomParseFormat=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(customParseFormat$1,function(){var $P={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},zP=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,z9=/\d/,eAe=/\d\d/,tAe=/\d\d?/,AAe=/\d*[^-_:/,()\s\d]+/,iAe={},nAe=function(gAe){return(gAe=+gAe)+(gAe>68?1900:2e3)},oAe=function(gAe){return function(pAe){this[gAe]=+pAe}},aAe=[/[+-]\d\d:?(\d\d)?|Z/,function(gAe){(this.zone||(this.zone={})).offset=function(pAe){if(!pAe||pAe==="Z")return 0;var mAe=pAe.match(/([+-]|\d\d)/g),SAe=60*mAe[1]+(+mAe[2]||0);return SAe===0?0:mAe[0]==="+"?-SAe:SAe}(gAe)}],cAe=function(gAe){var pAe=iAe[gAe];return pAe&&(pAe.indexOf?pAe:pAe.s.concat(pAe.f))},uAe=function(gAe,pAe){var mAe,SAe=iAe.meridiem;if(SAe){for(var DAe=1;DAe<=24;DAe+=1)if(gAe.indexOf(SAe(DAe,0,pAe))>-1){mAe=DAe>12;break}}else mAe=gAe===(pAe?"pm":"PM");return mAe},dAe={A:[AAe,function(gAe){this.afternoon=uAe(gAe,!1)}],a:[AAe,function(gAe){this.afternoon=uAe(gAe,!0)}],Q:[z9,function(gAe){this.month=3*(gAe-1)+1}],S:[z9,function(gAe){this.milliseconds=100*+gAe}],SS:[eAe,function(gAe){this.milliseconds=10*+gAe}],SSS:[/\d{3}/,function(gAe){this.milliseconds=+gAe}],s:[tAe,oAe("seconds")],ss:[tAe,oAe("seconds")],m:[tAe,oAe("minutes")],mm:[tAe,oAe("minutes")],H:[tAe,oAe("hours")],h:[tAe,oAe("hours")],HH:[tAe,oAe("hours")],hh:[tAe,oAe("hours")],D:[tAe,oAe("day")],DD:[eAe,oAe("day")],Do:[AAe,function(gAe){var pAe=iAe.ordinal,mAe=gAe.match(/\d+/);if(this.day=mAe[0],pAe)for(var SAe=1;SAe<=31;SAe+=1)pAe(SAe).replace(/\[|\]/g,"")===gAe&&(this.day=SAe)}],w:[tAe,oAe("week")],ww:[eAe,oAe("week")],M:[tAe,oAe("month")],MM:[eAe,oAe("month")],MMM:[AAe,function(gAe){var pAe=cAe("months"),mAe=(cAe("monthsShort")||pAe.map(function(SAe){return SAe.slice(0,3)})).indexOf(gAe)+1;if(mAe<1)throw new Error;this.month=mAe%12||mAe}],MMMM:[AAe,function(gAe){var pAe=cAe("months").indexOf(gAe)+1;if(pAe<1)throw new Error;this.month=pAe%12||pAe}],Y:[/[+-]?\d+/,oAe("year")],YY:[eAe,function(gAe){this.year=nAe(gAe)}],YYYY:[/\d{4}/,oAe("year")],Z:aAe,ZZ:aAe};function EAe(gAe){var pAe,mAe;pAe=gAe,mAe=iAe&&iAe.formats;for(var SAe=(gAe=pAe.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(wAe,OAe,PAe){var HAe=PAe&&PAe.toUpperCase();return OAe||mAe[PAe]||$P[PAe]||mAe[HAe].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(zAe,eIe,iIe){return eIe||iIe.slice(1)})})).match(zP),DAe=SAe.length,NAe=0;NAe-1)return new Date((AIe==="X"?1e3:1)*rIe);var hIe=EAe(AIe)(rIe),tIe=hIe.year,gIe=hIe.month,pIe=hIe.day,_Ie=hIe.hours,SIe=hIe.minutes,yIe=hIe.seconds,OIe=hIe.milliseconds,HIe=hIe.zone,PIe=hIe.week,LIe=new Date,oEe=pIe||(tIe||gIe?1:LIe.getDate()),JIe=tIe||LIe.getFullYear(),XIe=0;tIe&&!gIe||(XIe=gIe>0?gIe-1:LIe.getMonth());var zIe,YIe=_Ie||0,uEe=SIe||0,NEe=yIe||0,MEe=OIe||0;return HIe?new Date(Date.UTC(JIe,XIe,oEe,YIe,uEe,NEe,MEe+60*HIe.offset*1e3)):XAe?new Date(Date.UTC(JIe,XIe,oEe,YIe,uEe,NEe,MEe)):(zIe=new Date(JIe,XIe,oEe,YIe,uEe,NEe,MEe),PIe&&(zIe=EIe(zIe).week(PIe).toDate()),zIe)}catch{return new Date("")}}(TAe,LAe,bAe,mAe),this.init(),HAe&&HAe!==!0&&(this.$L=this.locale(HAe).$L),PAe&&TAe!=this.format(LAe)&&(this.$d=new Date("")),iAe={}}else if(LAe instanceof Array)for(var zAe=LAe.length,eIe=1;eIe<=zAe;eIe+=1){GAe[1]=LAe[eIe-1];var iIe=mAe.apply(this,GAe);if(iIe.isValid()){this.$d=iIe.$d,this.$L=iIe.$L,this.init();break}eIe===zAe&&(this.$d=new Date(""))}else DAe.call(this,NAe)}}})}(customParseFormat$2)),customParseFormat$2.exports}var customParseFormatExports=requireCustomParseFormat();const customParseFormat=getDefaultExportFromCjs$1(customParseFormatExports);dayjs.extend(customParseFormat);var time_picker_default=defineComponent({name:"ElTimePicker",install:null,props:{...timePickerDefaultProps,isRange:Boolean},emits:[UPDATE_MODEL_EVENT],setup(r4,x_){const $P=ref(),[zP,z9]=r4.isRange?["timerange",panel_time_range_default]:["time",panel_time_pick_default],eAe=tAe=>x_.emit(UPDATE_MODEL_EVENT,tAe);return provide(PICKER_POPPER_OPTIONS_INJECTION_KEY,r4.popperOptions),x_.expose({focus:()=>{var tAe;(tAe=$P.value)==null||tAe.focus()},blur:()=>{var tAe;(tAe=$P.value)==null||tAe.blur()},handleOpen:()=>{var tAe;(tAe=$P.value)==null||tAe.handleOpen()},handleClose:()=>{var tAe;(tAe=$P.value)==null||tAe.handleClose()}}),()=>{const tAe=r4.format??DEFAULT_FORMATS_TIME;return createVNode$1(picker_default,mergeProps(r4,{ref:$P,type:zP,format:tAe,"onUpdate:modelValue":eAe}),{default:AAe=>createVNode$1(z9,AAe,null)})}}});const ElTimePicker=withInstall(time_picker_default),tagProps=buildProps$1({type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"},closable:Boolean,disableTransitions:Boolean,hit:Boolean,color:String,size:{type:String,values:componentSizes},effect:{type:String,values:["dark","light","plain"],default:"light"},round:Boolean}),tagEmits={close:r4=>r4 instanceof MouseEvent,click:r4=>r4 instanceof MouseEvent},_hoisted_1$9B=["aria-label"],_hoisted_2$M=["aria-label"];var tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTag",__name:"tag",props:tagProps,emits:tagEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useFormSize(),{t:eAe}=useLocale(),tAe=useNamespace("tag"),AAe=computed(()=>{const{type:aAe,hit:cAe,effect:uAe,closable:dAe,round:EAe}=$P;return[tAe.b(),tAe.is("closable",dAe),tAe.m(aAe||"primary"),tAe.m(z9.value),tAe.m(uAe),tAe.is("hit",cAe),tAe.is("round",EAe)]}),iAe=aAe=>{zP("close",aAe)},nAe=aAe=>{zP("click",aAe)},oAe=aAe=>{var cAe,uAe,dAe;(dAe=(uAe=(cAe=aAe==null?void 0:aAe.component)==null?void 0:cAe.subTree)==null?void 0:uAe.component)!=null&&dAe.bum&&(aAe.component.subTree.component.bum=null)};return(aAe,cAe)=>r4.disableTransitions?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(AAe.value),style:normalizeStyle$1({backgroundColor:r4.color}),onClick:nAe},[createBaseVNode("span",{class:normalizeClass(unref(tAe).e("content"))},[renderSlot(aAe.$slots,"default")],2),r4.closable?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(eAe)("el.tag.close"),class:normalizeClass(unref(tAe).e("close")),type:"button",onClick:withModifiers(iAe,["stop"])},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1})],10,_hoisted_1$9B)):createCommentVNode("v-if",!0)],6)):(openBlock(),createBlock(Transition,{key:1,name:`${unref(tAe).namespace.value}-zoom-in-center`,appear:"",onVnodeMounted:oAe},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(AAe.value),style:normalizeStyle$1({backgroundColor:r4.color}),onClick:nAe},[createBaseVNode("span",{class:normalizeClass(unref(tAe).e("content"))},[renderSlot(aAe.$slots,"default")],2),r4.closable?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(eAe)("el.tag.close"),class:normalizeClass(unref(tAe).e("close")),type:"button",onClick:withModifiers(iAe,["stop"])},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1})],10,_hoisted_2$M)):createCommentVNode("v-if",!0)],6)]),_:3},8,["name"]))}}),tag_default=tag_vue_vue_type_script_setup_true_lang_default;const ElTag=withInstall(tag_default),selectGroupKey=Symbol("ElSelectGroup"),selectKey=Symbol("ElSelect"),defaultProps$2={label:"label",value:"value",disabled:"disabled",options:"options"};function useProps(r4){const x_=ref({...defaultProps$2,...r4.props});let $P={...r4.props};return watch(()=>r4.props,AAe=>{isEqual$1(AAe,$P)||(x_.value={...defaultProps$2,...AAe},$P={...AAe})},{deep:!0}),{aliasProps:x_,getLabel:AAe=>get$2(AAe,x_.value.label),getValue:AAe=>get$2(AAe,x_.value.value),getDisabled:AAe=>get$2(AAe,x_.value.disabled),getOptions:AAe=>get$2(AAe,x_.value.options)}}const selectProps=buildProps$1({name:String,id:String,modelValue:{type:definePropType([Array,String,Number,Boolean,Object]),default:void 0},autocomplete:{type:String,default:"off"},automaticDropdown:Boolean,size:useSizeProp,effect:{type:definePropType(String),default:"light"},disabled:{type:Boolean,default:void 0},clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:{type:String,default:""},popperStyle:{type:definePropType([String,Object])},popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,debounce:{type:Number,default:300},loadingText:String,noMatchText:String,noDataText:String,remoteMethod:{type:definePropType(Function)},filterMethod:{type:definePropType(Function)},multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String},defaultFirstOption:Boolean,reserveKeyword:{type:Boolean,default:!0},valueKey:{type:String,default:"value"},collapseTags:Boolean,collapseTagsTooltip:Boolean,tagTooltip:{type:definePropType(Object),default:()=>({})},maxCollapseTags:{type:Number,default:1},teleported:useTooltipContentProps.teleported,persistent:{type:Boolean,default:!0},clearIcon:{type:iconPropType,default:circle_close_default},fitInputWidth:Boolean,suffixIcon:{type:iconPropType,default:arrow_down_default},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},validateEvent:{type:Boolean,default:!0},remoteShowSuffix:Boolean,showArrow:{type:Boolean,default:!0},offset:{type:Number,default:12},placement:{type:definePropType(String),values:Ee$7,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},tabindex:{type:[String,Number],default:0},appendTo:useTooltipContentProps.appendTo,options:{type:definePropType(Array)},props:{type:definePropType(Object),default:()=>defaultProps$2},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])});scrollbarEmits.scroll;const COMPONENT_NAME$e="ElOption",optionProps=buildProps$1({value:{type:[String,Number,Boolean,Object],required:!0},label:{type:[String,Number]},created:Boolean,disabled:Boolean});function useOption$1(r4,x_){const $P=inject(selectKey);$P||throwError$2(COMPONENT_NAME$e,"usage: ");const zP=inject(selectGroupKey,{disabled:!1}),z9=computed(()=>oAe(castArray$1($P.props.modelValue),r4.value)),eAe=computed(()=>{if($P.props.multiple){const uAe=castArray$1($P.props.modelValue??[]);return!z9.value&&uAe.length>=$P.props.multipleLimit&&$P.props.multipleLimit>0}else return!1}),tAe=computed(()=>r4.label??(isObject$9(r4.value)?"":r4.value)),AAe=computed(()=>r4.value||r4.label||""),iAe=computed(()=>r4.disabled||x_.groupDisabled||eAe.value),nAe=getCurrentInstance(),oAe=(uAe=[],dAe)=>{if(isObject$9(r4.value)){const EAe=$P.props.valueKey;return uAe&&uAe.some(gAe=>toRaw(get$2(gAe,EAe))===get$2(dAe,EAe))}else return uAe&&uAe.includes(dAe)},aAe=()=>{iAe.value||($P.states.hoveringIndex=$P.optionsArray.indexOf(nAe.proxy))},cAe=uAe=>{x_.visible=new RegExp(escapeStringRegexp(uAe),"i").test(String(tAe.value))||r4.created};return watch(()=>tAe.value,()=>{!r4.created&&!$P.props.remote&&$P.setSelected()}),watch(()=>r4.value,(uAe,dAe)=>{const{remote:EAe,valueKey:gAe}=$P.props;if((EAe?uAe!==dAe:!isEqual$1(uAe,dAe))&&($P.onOptionDestroy(dAe,nAe.proxy),$P.onOptionCreate(nAe.proxy)),!r4.created&&!EAe){if(gAe&&isObject$9(uAe)&&isObject$9(dAe)&&uAe[gAe]===dAe[gAe])return;$P.setSelected()}}),watch(()=>zP.disabled,()=>{x_.groupDisabled=zP.disabled},{immediate:!0}),{select:$P,currentLabel:tAe,currentValue:AAe,itemSelected:z9,isDisabled:iAe,hoverItem:aAe,updateOption:cAe}}var option_vue_vue_type_script_lang_default=defineComponent({name:COMPONENT_NAME$e,componentName:COMPONENT_NAME$e,props:optionProps,setup(r4){const x_=useNamespace("select"),$P=useId(),zP=computed(()=>[x_.be("dropdown","item"),x_.is("disabled",unref(AAe)),x_.is("selected",unref(tAe)),x_.is("hovering",unref(cAe))]),z9=reactive({index:-1,groupDisabled:!1,visible:!0,hover:!1}),{currentLabel:eAe,itemSelected:tAe,isDisabled:AAe,select:iAe,hoverItem:nAe,updateOption:oAe}=useOption$1(r4,z9),{visible:aAe,hover:cAe}=toRefs(z9),uAe=getCurrentInstance().proxy;iAe.onOptionCreate(uAe),onBeforeUnmount(()=>{const gAe=uAe.value;nextTick(()=>{const{selected:pAe}=iAe.states,mAe=pAe.some(SAe=>SAe.value===uAe.value);iAe.states.cachedOptions.get(gAe)===uAe&&!mAe&&iAe.states.cachedOptions.delete(gAe)}),iAe.onOptionDestroy(gAe,uAe)});function dAe(){AAe.value||iAe.handleOptionSelect(uAe)}return{ns:x_,id:$P,containerKls:zP,currentLabel:eAe,itemSelected:tAe,isDisabled:AAe,select:iAe,visible:aAe,hover:cAe,states:z9,hoverItem:nAe,handleMousedown:gAe=>{let pAe=gAe.target;const mAe=gAe.currentTarget;for(;pAe&&pAe!==mAe;){if(isFocusable(pAe))return;pAe=pAe.parentElement}gAe.preventDefault()},updateOption:oAe,selectOptionClick:dAe}}});const _hoisted_1$9A=["id","aria-disabled","aria-selected"];function _sfc_render$u(r4,x_,$P,zP,z9,eAe){return withDirectives((openBlock(),createElementBlock("li",{id:r4.id,class:normalizeClass(r4.containerKls),role:"option","aria-disabled":r4.isDisabled||void 0,"aria-selected":r4.itemSelected,onMousemove:x_[0]||(x_[0]=(...tAe)=>r4.hoverItem&&r4.hoverItem(...tAe)),onMousedown:x_[1]||(x_[1]=(...tAe)=>r4.handleMousedown&&r4.handleMousedown(...tAe)),onClick:x_[2]||(x_[2]=withModifiers((...tAe)=>r4.selectOptionClick&&r4.selectOptionClick(...tAe),["stop"]))},[renderSlot(r4.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(r4.currentLabel),1)])],42,_hoisted_1$9A)),[[vShow,r4.visible]])}var option_default=_plugin_vue_export_helper_default(option_vue_vue_type_script_lang_default,[["render",_sfc_render$u]]),option_group_vue_vue_type_script_lang_default=defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(r4){const x_=useNamespace("select"),$P=ref(),zP=getCurrentInstance(),z9=ref([]);provide(selectGroupKey,reactive({...toRefs(r4)}));const eAe=computed(()=>z9.value.some(nAe=>nAe.visible===!0)),tAe=nAe=>{var oAe;return nAe.type.name==="ElOption"&&!!((oAe=nAe.component)!=null&&oAe.proxy)},AAe=nAe=>{const oAe=castArray$1(nAe),aAe=[];return oAe.forEach(cAe=>{var uAe;isVNode(cAe)&&(tAe(cAe)?aAe.push(cAe.component.proxy):isArray$6(cAe.children)&&cAe.children.length?aAe.push(...AAe(cAe.children)):(uAe=cAe.component)!=null&&uAe.subTree&&aAe.push(...AAe(cAe.component.subTree)))}),aAe},iAe=()=>{z9.value=AAe(zP.subTree)};return onMounted(()=>{iAe()}),useMutationObserver($P,iAe,{attributes:!0,subtree:!0,childList:!0}),{groupRef:$P,visible:eAe,ns:x_}}});function _sfc_render$t(r4,x_,$P,zP,z9,eAe){return withDirectives((openBlock(),createElementBlock("ul",{ref:"groupRef",class:normalizeClass(r4.ns.be("group","wrap"))},[createBaseVNode("li",{class:normalizeClass(r4.ns.be("group","title"))},toDisplayString(r4.label),3),createBaseVNode("li",null,[createBaseVNode("ul",{class:normalizeClass(r4.ns.b("group"))},[renderSlot(r4.$slots,"default")],2)])],2)),[[vShow,r4.visible]])}var option_group_default=_plugin_vue_export_helper_default(option_group_vue_vue_type_script_lang_default,[["render",_sfc_render$t]]),select_dropdown_vue_vue_type_script_lang_default=defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const r4=inject(selectKey),x_=useNamespace("select"),$P=computed(()=>r4.props.popperClass),zP=computed(()=>r4.props.multiple),z9=computed(()=>r4.props.fitInputWidth),eAe=ref("");function tAe(){var iAe;const AAe=(iAe=r4.selectRef)==null?void 0:iAe.offsetWidth;AAe?eAe.value=`${AAe-BORDER_HORIZONTAL_WIDTH}px`:eAe.value=""}return onMounted(()=>{tAe(),useResizeObserver(r4.selectRef,tAe)}),{ns:x_,minWidth:eAe,popperClass:$P,isMultiple:zP,isFitInputWidth:z9}}});function _sfc_render$s(r4,x_,$P,zP,z9,eAe){return openBlock(),createElementBlock("div",{class:normalizeClass([r4.ns.b("dropdown"),r4.ns.is("multiple",r4.isMultiple),r4.popperClass]),style:normalizeStyle$1({[r4.isFitInputWidth?"width":"minWidth"]:r4.minWidth})},[r4.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(r4.ns.be("dropdown","header"))},[renderSlot(r4.$slots,"header")],2)):createCommentVNode("v-if",!0),renderSlot(r4.$slots,"default"),r4.$slots.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(r4.ns.be("dropdown","footer"))},[renderSlot(r4.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6)}var select_dropdown_default$1=_plugin_vue_export_helper_default(select_dropdown_vue_vue_type_script_lang_default,[["render",_sfc_render$s]]);const useSelect$2=(r4,x_)=>{const{t:$P}=useLocale(),zP=useSlots(),z9=useId(),eAe=useNamespace("select"),tAe=useNamespace("input"),AAe=reactive({inputValue:"",options:new Map,cachedOptions:new Map,optionValues:[],selected:[],selectionWidth:0,collapseItemWidth:0,selectedLabel:"",hoveringIndex:-1,previousQuery:null,inputHovering:!1,menuVisibleOnFocus:!1,isBeforeHide:!1}),iAe=ref(),nAe=ref(),oAe=ref(),aAe=ref(),cAe=ref(),uAe=ref(),dAe=ref(),EAe=ref(),gAe=ref(),pAe=ref(),mAe=ref(),SAe=ref(!1),DAe=ref(),NAe=ref(!1),{form:TAe,formItem:bAe}=useFormItem(),{inputId:GAe}=useFormItemInputId(r4,{formItemContext:bAe}),{valueOnClear:LAe,isEmptyValue:wAe}=useEmptyValues(r4),{isComposing:OAe,handleCompositionStart:PAe,handleCompositionUpdate:HAe,handleCompositionEnd:zAe}=useComposition({afterComposition:aEe=>tCe(aEe)}),eIe=useFormDisabled(),{wrapperRef:iIe,isFocused:rIe,handleBlur:AIe}=useFocusController(cAe,{disabled:eIe,afterFocus(){r4.automaticDropdown&&!SAe.value&&(SAe.value=!0,AAe.menuVisibleOnFocus=!0)},beforeBlur(aEe){var pEe,TEe;return((pEe=oAe.value)==null?void 0:pEe.isFocusInsideContent(aEe))||((TEe=aAe.value)==null?void 0:TEe.isFocusInsideContent(aEe))},afterBlur(){var aEe;SAe.value=!1,AAe.menuVisibleOnFocus=!1,r4.validateEvent&&((aEe=bAe==null?void 0:bAe.validate)==null||aEe.call(bAe,"blur").catch(pEe=>debugWarn(pEe)))}}),XAe=computed(()=>isArray$6(r4.modelValue)?r4.modelValue.length>0:!wAe(r4.modelValue)),EIe=computed(()=>(TAe==null?void 0:TAe.statusIcon)??!1),hIe=computed(()=>r4.clearable&&!eIe.value&&XAe.value&&(rIe.value||AAe.inputHovering)),tIe=computed(()=>r4.remote&&r4.filterable&&!r4.remoteShowSuffix?"":r4.suffixIcon),gIe=computed(()=>eAe.is("reverse",!!(tIe.value&&SAe.value))),pIe=computed(()=>(bAe==null?void 0:bAe.validateState)||""),_Ie=computed(()=>pIe.value&&ValidateComponentsMap[pIe.value]),SIe=computed(()=>r4.remote?r4.debounce:0),yIe=computed(()=>r4.remote&&!AAe.inputValue&&AAe.options.size===0),OIe=computed(()=>r4.loading?r4.loadingText||$P("el.select.loading"):r4.filterable&&AAe.inputValue&&AAe.options.size>0&&HIe.value===0?r4.noMatchText||$P("el.select.noMatch"):AAe.options.size===0?r4.noDataText||$P("el.select.noData"):null),HIe=computed(()=>PIe.value.filter(aEe=>aEe.visible).length),PIe=computed(()=>{const aEe=Array.from(AAe.options.values()),pEe=[];return AAe.optionValues.forEach(TEe=>{const mEe=aEe.findIndex(dEe=>dEe.value===TEe);mEe>-1&&pEe.push(aEe[mEe])}),pEe.length>=aEe.length?pEe:aEe}),LIe=computed(()=>Array.from(AAe.cachedOptions.values())),oEe=computed(()=>{const aEe=PIe.value.filter(pEe=>!pEe.created).some(pEe=>pEe.currentLabel===AAe.inputValue);return r4.filterable&&r4.allowCreate&&AAe.inputValue!==""&&!aEe}),JIe=()=>{r4.filterable&&isFunction$4(r4.filterMethod)||r4.filterable&&r4.remote&&isFunction$4(r4.remoteMethod)||PIe.value.forEach(aEe=>{var pEe;(pEe=aEe.updateOption)==null||pEe.call(aEe,AAe.inputValue)})},XIe=useFormSize(),zIe=computed(()=>["small"].includes(XIe.value)?"small":"default"),YIe=computed({get(){return SAe.value&&(r4.loading||!yIe.value||r4.remote&&!!zP.empty)&&(!NAe.value||!isEmpty(AAe.previousQuery)||AAe.options.size>0)},set(aEe){SAe.value=aEe}}),uEe=computed(()=>{if(r4.multiple&&!isUndefined(r4.modelValue))return castArray$1(r4.modelValue).length===0&&!AAe.inputValue;const aEe=isArray$6(r4.modelValue)?r4.modelValue[0]:r4.modelValue;return r4.filterable||isUndefined(aEe)?!AAe.inputValue:!0}),NEe=computed(()=>{const aEe=r4.placeholder??$P("el.select.placeholder");return r4.multiple||!XAe.value?aEe:AAe.selectedLabel}),MEe=computed(()=>isIOS$1?null:"mouseenter");watch(()=>r4.modelValue,(aEe,pEe)=>{r4.multiple&&r4.filterable&&!r4.reserveKeyword&&(AAe.inputValue="",FEe("")),yEe(),!isEqual$1(aEe,pEe)&&r4.validateEvent&&(bAe==null||bAe.validate("change").catch(TEe=>debugWarn(TEe)))},{flush:"post",deep:!0}),watch(()=>SAe.value,aEe=>{aEe?FEe(AAe.inputValue):(AAe.inputValue="",AAe.previousQuery=null,AAe.isBeforeHide=!0,AAe.menuVisibleOnFocus=!1)}),watch(()=>AAe.options.entries(),()=>{isClient$1&&(yEe(),r4.defaultFirstOption&&(r4.filterable||r4.remote)&&HIe.value&&vEe())},{flush:"post"}),watch([()=>AAe.hoveringIndex,PIe],([aEe])=>{isNumber$2(aEe)&&aEe>-1?DAe.value=PIe.value[aEe]||{}:DAe.value={},PIe.value.forEach(pEe=>{pEe.hover=DAe.value===pEe})}),watchEffect(()=>{AAe.isBeforeHide||JIe()});const FEe=aEe=>{AAe.previousQuery===aEe||OAe.value||(AAe.previousQuery=aEe,r4.filterable&&isFunction$4(r4.filterMethod)?r4.filterMethod(aEe):r4.filterable&&r4.remote&&isFunction$4(r4.remoteMethod)&&r4.remoteMethod(aEe),r4.defaultFirstOption&&(r4.filterable||r4.remote)&&HIe.value?nextTick(vEe):nextTick(UEe))},vEe=()=>{const aEe=PIe.value.filter(mEe=>mEe.visible&&!mEe.disabled&&!mEe.states.groupDisabled),pEe=aEe.find(mEe=>mEe.created),TEe=aEe[0];AAe.hoveringIndex=ZEe(PIe.value.map(mEe=>mEe.value),pEe||TEe)},yEe=()=>{if(r4.multiple)AAe.selectedLabel="";else{const pEe=VEe(isArray$6(r4.modelValue)?r4.modelValue[0]:r4.modelValue);AAe.selectedLabel=pEe.currentLabel,AAe.selected=[pEe];return}const aEe=[];isUndefined(r4.modelValue)||castArray$1(r4.modelValue).forEach(pEe=>{aEe.push(VEe(pEe))}),AAe.selected=aEe},VEe=aEe=>{let pEe;const TEe=isPlainObject$3(aEe);for(let mEe=AAe.cachedOptions.size-1;mEe>=0;mEe--){const dEe=LIe.value[mEe];if(TEe?get$2(dEe.value,r4.valueKey)===get$2(aEe,r4.valueKey):dEe.value===aEe){pEe={index:PIe.value.filter(ICe=>!ICe.created).indexOf(dEe),value:aEe,currentLabel:dEe.currentLabel,get isDisabled(){return dEe.isDisabled}};break}}return pEe||{index:-1,value:aEe,currentLabel:TEe?aEe.label:aEe??""}},UEe=()=>{const aEe=AAe.selected.length;if(aEe>0){const pEe=AAe.selected[aEe-1];AAe.hoveringIndex=PIe.value.findIndex(TEe=>bBe(pEe)===bBe(TEe))}else AAe.hoveringIndex=-1},UCe=()=>{AAe.selectionWidth=Number.parseFloat(window.getComputedStyle(nAe.value).width)},CCe=()=>{AAe.collapseItemWidth=pAe.value.getBoundingClientRect().width},fCe=()=>{var aEe,pEe;(pEe=(aEe=oAe.value)==null?void 0:aEe.updatePopper)==null||pEe.call(aEe)},VCe=()=>{var aEe,pEe;(pEe=(aEe=aAe.value)==null?void 0:aEe.updatePopper)==null||pEe.call(aEe)},$Ee=()=>{AAe.inputValue.length>0&&!SAe.value&&(SAe.value=!0),FEe(AAe.inputValue)},tCe=aEe=>{if(AAe.inputValue=aEe.target.value,r4.remote)NAe.value=!0,iCe();else return $Ee()},iCe=useDebounceFn(()=>{$Ee(),NAe.value=!1},SIe),gCe=aEe=>{isEqual$1(r4.modelValue,aEe)||x_(CHANGE_EVENT,aEe)},TCe=aEe=>findLastIndex(aEe,pEe=>{const TEe=AAe.cachedOptions.get(pEe);return!(TEe!=null&&TEe.disabled)&&!(TEe!=null&&TEe.states.groupDisabled)}),YEe=aEe=>{const pEe=getEventCode(aEe);if(r4.multiple&&pEe!==EVENT_CODE.delete&&aEe.target.value.length<=0){const TEe=castArray$1(r4.modelValue).slice(),mEe=TCe(TEe);if(mEe<0)return;const dEe=TEe[mEe];TEe.splice(mEe,1),x_(UPDATE_MODEL_EVENT,TEe),gCe(TEe),x_("remove-tag",dEe)}},cEe=(aEe,pEe)=>{const TEe=AAe.selected.indexOf(pEe);if(TEe>-1&&!eIe.value){const mEe=castArray$1(r4.modelValue).slice();mEe.splice(TEe,1),x_(UPDATE_MODEL_EVENT,mEe),gCe(mEe),x_("remove-tag",pEe.value)}aEe.stopPropagation(),kEe()},OEe=aEe=>{aEe.stopPropagation();const pEe=r4.multiple?[]:LAe.value;if(r4.multiple)for(const TEe of AAe.selected)TEe.isDisabled&&pEe.push(TEe.value);x_(UPDATE_MODEL_EVENT,pEe),gCe(pEe),AAe.hoveringIndex=-1,SAe.value=!1,x_("clear"),kEe()},REe=aEe=>{if(r4.multiple){const pEe=castArray$1(r4.modelValue??[]).slice(),TEe=ZEe(pEe,aEe);TEe>-1?pEe.splice(TEe,1):(r4.multipleLimit<=0||pEe.length{uCe(aEe)})},ZEe=(aEe,pEe)=>isUndefined(pEe)?-1:isObject$9(pEe.value)?aEe.findIndex(TEe=>isEqual$1(get$2(TEe,r4.valueKey),bBe(pEe))):aEe.indexOf(pEe.value),uCe=aEe=>{var mEe,dEe,ICe,eBe,OBe;const pEe=isArray$6(aEe)?aEe[aEe.length-1]:aEe;let TEe=null;if(!isNil(pEe==null?void 0:pEe.value)){const CQe=PIe.value.filter(FBe=>FBe.value===pEe.value);CQe.length>0&&(TEe=CQe[0].$el)}if(oAe.value&&TEe){const CQe=(eBe=(ICe=(dEe=(mEe=oAe.value)==null?void 0:mEe.popperRef)==null?void 0:dEe.contentRef)==null?void 0:ICe.querySelector)==null?void 0:eBe.call(ICe,`.${eAe.be("dropdown","wrap")}`);CQe&&scrollIntoView(CQe,TEe)}(OBe=mAe.value)==null||OBe.handleScroll()},YCe=aEe=>{AAe.options.set(aEe.value,aEe),AAe.cachedOptions.set(aEe.value,aEe)},MBe=(aEe,pEe)=>{AAe.options.get(aEe)===pEe&&AAe.options.delete(aEe)},_Ce=computed(()=>{var aEe,pEe;return(pEe=(aEe=oAe.value)==null?void 0:aEe.popperRef)==null?void 0:pEe.contentRef}),FCe=()=>{AAe.isBeforeHide=!1,nextTick(()=>{var aEe;(aEe=mAe.value)==null||aEe.update(),uCe(AAe.selected)})},kEe=()=>{var aEe;(aEe=cAe.value)==null||aEe.focus()},WCe=()=>{var aEe;if(SAe.value){SAe.value=!1,nextTick(()=>{var pEe;return(pEe=cAe.value)==null?void 0:pEe.blur()});return}(aEe=cAe.value)==null||aEe.blur()},EBe=aEe=>{OEe(aEe)},bIe=aEe=>{if(SAe.value=!1,rIe.value){const pEe=new FocusEvent("blur",aEe);nextTick(()=>AIe(pEe))}},TIe=()=>{AAe.inputValue.length>0?AAe.inputValue="":SAe.value=!1},rBe=aEe=>{var pEe;eIe.value||r4.filterable&&SAe.value&&aEe&&!((pEe=dAe.value)!=null&&pEe.contains(aEe.target))||(isIOS$1&&(AAe.inputHovering=!0),AAe.menuVisibleOnFocus?AAe.menuVisibleOnFocus=!1:SAe.value=!SAe.value)},RCe=()=>{if(!SAe.value)rBe();else{const aEe=PIe.value[AAe.hoveringIndex];aEe&&!aEe.isDisabled&&REe(aEe)}},bBe=aEe=>isObject$9(aEe.value)?get$2(aEe.value,r4.valueKey):aEe.value,FQe=computed(()=>PIe.value.filter(aEe=>aEe.visible).every(aEe=>aEe.isDisabled)),mme=computed(()=>r4.multiple?r4.collapseTags?AAe.selected.slice(0,r4.maxCollapseTags):AAe.selected:[]),Dme=computed(()=>r4.multiple?r4.collapseTags?AAe.selected.slice(r4.maxCollapseTags):[]:[]),wQe=aEe=>{if(!SAe.value){SAe.value=!0;return}if(!(AAe.options.size===0||HIe.value===0||OAe.value)&&!FQe.value){aEe==="next"?(AAe.hoveringIndex++,AAe.hoveringIndex===AAe.options.size&&(AAe.hoveringIndex=0)):aEe==="prev"&&(AAe.hoveringIndex--,AAe.hoveringIndex<0&&(AAe.hoveringIndex=AAe.options.size-1));const pEe=PIe.value[AAe.hoveringIndex];(pEe.isDisabled||!pEe.visible)&&wQe(aEe),nextTick(()=>uCe(DAe.value))}},Wme=(aEe,pEe,TEe,mEe)=>{for(let dEe=pEe;dEe>=0&&dEe{const TEe=AAe.options.size;if(TEe===0)return;const mEe=clamp$2(aEe,0,TEe-1),dEe=PIe.value,ICe=pEe==="up"?-1:1,eBe=Wme(dEe,mEe,ICe,TEe)??Wme(dEe,mEe-ICe,-ICe,TEe);eBe!=null&&(AAe.hoveringIndex=eBe,nextTick(()=>uCe(DAe.value)))},NBe=aEe=>{const pEe=getEventCode(aEe);let TEe=!0;switch(pEe){case EVENT_CODE.up:wQe("prev");break;case EVENT_CODE.down:wQe("next");break;case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:OAe.value||RCe();break;case EVENT_CODE.esc:TIe();break;case EVENT_CODE.backspace:TEe=!1,YEe(aEe);return;case EVENT_CODE.home:if(!SAe.value)return;IQe(0,"down");break;case EVENT_CODE.end:if(!SAe.value)return;IQe(AAe.options.size-1,"up");break;case EVENT_CODE.pageUp:if(!SAe.value)return;IQe(AAe.hoveringIndex-10,"up");break;case EVENT_CODE.pageDown:if(!SAe.value)return;IQe(AAe.hoveringIndex+10,"down");break;default:TEe=!1;break}TEe&&(aEe.preventDefault(),aEe.stopPropagation())},uBe=()=>{if(!nAe.value)return 0;const aEe=window.getComputedStyle(nAe.value);return Number.parseFloat(aEe.gap||"6px")},UBe=computed(()=>{const aEe=uBe(),pEe=r4.filterable?aEe+MINIMUM_INPUT_WIDTH:0;return{maxWidth:`${pAe.value&&r4.maxCollapseTags===1?AAe.selectionWidth-AAe.collapseItemWidth-aEe-pEe:AAe.selectionWidth-pEe}px`}}),kIe=computed(()=>({maxWidth:`${AAe.selectionWidth}px`})),BEe=aEe=>{x_("popup-scroll",aEe)};useResizeObserver(nAe,UCe),useResizeObserver(iIe,fCe),useResizeObserver(gAe,VCe),useResizeObserver(pAe,CCe);let iEe;return watch(()=>YIe.value,aEe=>{aEe?iEe=useResizeObserver(EAe,fCe).stop:(iEe==null||iEe(),iEe=void 0),x_("visible-change",aEe)}),onMounted(()=>{yEe()}),{inputId:GAe,contentId:z9,nsSelect:eAe,nsInput:tAe,states:AAe,isFocused:rIe,expanded:SAe,optionsArray:PIe,hoverOption:DAe,selectSize:XIe,filteredOptionsCount:HIe,updateTooltip:fCe,updateTagTooltip:VCe,debouncedOnInputChange:iCe,onInput:tCe,deletePrevTag:YEe,deleteTag:cEe,deleteSelected:OEe,handleOptionSelect:REe,scrollToOption:uCe,hasModelValue:XAe,shouldShowPlaceholder:uEe,currentPlaceholder:NEe,mouseEnterEventName:MEe,needStatusIcon:EIe,showClearBtn:hIe,iconComponent:tIe,iconReverse:gIe,validateState:pIe,validateIcon:_Ie,showNewOption:oEe,updateOptions:JIe,collapseTagSize:zIe,setSelected:yEe,selectDisabled:eIe,emptyText:OIe,handleCompositionStart:PAe,handleCompositionUpdate:HAe,handleCompositionEnd:zAe,handleKeydown:NBe,onOptionCreate:YCe,onOptionDestroy:MBe,handleMenuEnter:FCe,focus:kEe,blur:WCe,handleClearClick:EBe,handleClickOutside:bIe,handleEsc:TIe,toggleMenu:rBe,selectOption:RCe,getValueKey:bBe,navigateOptions:wQe,dropdownMenuVisible:YIe,showTagList:mme,collapseTagList:Dme,popupScroll:BEe,getOption:VEe,tagStyle:UBe,collapseTagStyle:kIe,popperRef:_Ce,inputRef:cAe,tooltipRef:oAe,tagTooltipRef:aAe,prefixRef:uAe,suffixRef:dAe,selectRef:iAe,wrapperRef:iIe,selectionRef:nAe,scrollbarRef:mAe,menuRef:EAe,tagMenuRef:gAe,collapseItemRef:pAe}};var options_default=defineComponent({name:"ElOptions",setup(r4,{slots:x_}){const $P=inject(selectKey);let zP=[];return()=>{var AAe,iAe;const z9=(AAe=x_.default)==null?void 0:AAe.call(x_),eAe=[];function tAe(nAe){isArray$6(nAe)&&nAe.forEach(oAe=>{var cAe,uAe,dAe,EAe;const aAe=(cAe=(oAe==null?void 0:oAe.type)||{})==null?void 0:cAe.name;aAe==="ElOptionGroup"?tAe(!isString$2(oAe.children)&&!isArray$6(oAe.children)&&isFunction$4((uAe=oAe.children)==null?void 0:uAe.default)?(dAe=oAe.children)==null?void 0:dAe.default():oAe.children):aAe==="ElOption"?eAe.push((EAe=oAe.props)==null?void 0:EAe.value):isArray$6(oAe.children)&&tAe(oAe.children)})}return z9.length&&tAe((iAe=z9[0])==null?void 0:iAe.children),isEqual$1(eAe,zP)||(zP=eAe,$P&&($P.states.optionValues=eAe)),z9}}});const COMPONENT_NAME$d="ElSelect",warnHandlerMap=new WeakMap,createSelectWarnHandler=r4=>(...x_)=>{var z9,eAe;const $P=x_[0];if(!$P||$P.includes('Slot "default" invoked outside of the render function')&&((z9=x_[2])!=null&&z9.includes("ElTreeSelect")))return;const zP=(eAe=warnHandlerMap.get(r4))==null?void 0:eAe.originalWarnHandler;if(zP){zP(...x_);return}console.warn(...x_)},getWarnHandlerRecord=r4=>{let x_=warnHandlerMap.get(r4);return x_||(x_={originalWarnHandler:r4.config.warnHandler,handler:createSelectWarnHandler(r4),count:0},warnHandlerMap.set(r4,x_)),x_};var select_vue_vue_type_script_lang_default$1=defineComponent({name:COMPONENT_NAME$d,componentName:COMPONENT_NAME$d,components:{ElSelectMenu:select_dropdown_default$1,ElOption:option_default,ElOptions:options_default,ElOptionGroup:option_group_default,ElTag,ElScrollbar,ElTooltip,ElIcon},directives:{ClickOutside},props:selectProps,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur","popup-scroll"],setup(r4,{emit:x_,slots:$P}){const zP=getCurrentInstance(),z9=getWarnHandlerRecord(zP.appContext);z9.count+=1,zP.appContext.config.warnHandler=z9.handler;const eAe=computed(()=>{const{modelValue:mAe,multiple:SAe}=r4,DAe=SAe?[]:void 0;return isArray$6(mAe)?SAe?mAe:DAe:SAe?DAe:mAe}),tAe=reactive({...toRefs(r4),modelValue:eAe}),AAe=useSelect$2(tAe,x_),{calculatorRef:iAe,inputStyle:nAe}=useCalcInputWidth(),{getLabel:oAe,getValue:aAe,getOptions:cAe,getDisabled:uAe}=useProps(r4),dAe=mAe=>({label:oAe(mAe),value:aAe(mAe),disabled:uAe(mAe)}),EAe=mAe=>mAe.reduce((SAe,DAe)=>(SAe.push(DAe),DAe.children&&DAe.children.length>0&&SAe.push(...EAe(DAe.children)),SAe),[]),gAe=mAe=>{flattedChildren(mAe||[]).forEach(SAe=>{var DAe;if(isObject$9(SAe)&&(SAe.type.name==="ElOption"||SAe.type.name==="ElTree")){const NAe=SAe.type.name;if(NAe==="ElTree")EAe(((DAe=SAe.props)==null?void 0:DAe.data)||[]).forEach(TAe=>{TAe.currentLabel=TAe.label??(isObject$9(TAe.value)?"":TAe.value),AAe.onOptionCreate(TAe)});else if(NAe==="ElOption"){const TAe={...SAe.props};TAe.currentLabel=TAe.label??(isObject$9(TAe.value)?"":TAe.value),AAe.onOptionCreate(TAe)}}})};watch(()=>{var mAe;return[r4.persistent||AAe.expanded.value||!$P.default||(mAe=$P.default)==null?void 0:mAe.call($P),eAe.value]},()=>{var mAe;r4.persistent||AAe.expanded.value||$P.default&&(AAe.states.options.clear(),gAe((mAe=$P.default)==null?void 0:mAe.call($P)))},{immediate:!0}),provide(selectKey,reactive({props:tAe,states:AAe.states,selectRef:AAe.selectRef,optionsArray:AAe.optionsArray,setSelected:AAe.setSelected,handleOptionSelect:AAe.handleOptionSelect,onOptionCreate:AAe.onOptionCreate,onOptionDestroy:AAe.onOptionDestroy}));const pAe=computed(()=>r4.multiple?AAe.states.selected.map(mAe=>mAe.currentLabel):AAe.states.selectedLabel);return onBeforeUnmount(()=>{const mAe=warnHandlerMap.get(zP.appContext);mAe&&(mAe.count-=1,mAe.count<=0&&(zP.appContext.config.warnHandler=mAe.originalWarnHandler,warnHandlerMap.delete(zP.appContext)))}),{...AAe,modelValue:eAe,selectedLabel:pAe,calculatorRef:iAe,inputStyle:nAe,getLabel:oAe,getValue:aAe,getOptions:cAe,getDisabled:uAe,getOptionProps:dAe}}});const _hoisted_1$9z=["id","value","name","disabled","autocomplete","tabindex","readonly","aria-activedescendant","aria-controls","aria-expanded","aria-label"],_hoisted_2$L=["textContent"],_hoisted_3$q={key:1};function _sfc_render$r(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-tag"),AAe=resolveComponent("el-tooltip"),iAe=resolveComponent("el-icon"),nAe=resolveComponent("el-option"),oAe=resolveComponent("el-option-group"),aAe=resolveComponent("el-options"),cAe=resolveComponent("el-scrollbar"),uAe=resolveComponent("el-select-menu"),dAe=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",mergeProps({ref:"selectRef",class:[r4.nsSelect.b(),r4.nsSelect.m(r4.selectSize)]},{[toHandlerKey(r4.mouseEnterEventName)]:x_[11]||(x_[11]=EAe=>r4.states.inputHovering=!0)},{onMouseleave:x_[12]||(x_[12]=EAe=>r4.states.inputHovering=!1)}),[createVNode$1(AAe,{ref:"tooltipRef",visible:r4.dropdownMenuVisible,placement:r4.placement,teleported:r4.teleported,"popper-class":[r4.nsSelect.e("popper"),r4.popperClass],"popper-style":r4.popperStyle,"popper-options":r4.popperOptions,"fallback-placements":r4.fallbackPlacements,effect:r4.effect,pure:"",trigger:"click",transition:`${r4.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:r4.persistent,"append-to":r4.appendTo,"show-arrow":r4.showArrow,offset:r4.offset,onBeforeShow:r4.handleMenuEnter,onHide:x_[10]||(x_[10]=EAe=>r4.states.isBeforeHide=!1)},{default:withCtx(()=>{var EAe;return[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([r4.nsSelect.e("wrapper"),r4.nsSelect.is("focused",r4.isFocused),r4.nsSelect.is("hovering",r4.states.inputHovering),r4.nsSelect.is("filterable",r4.filterable),r4.nsSelect.is("disabled",r4.selectDisabled)]),onClick:x_[7]||(x_[7]=withModifiers((...gAe)=>r4.toggleMenu&&r4.toggleMenu(...gAe),["prevent"]))},[r4.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(r4.nsSelect.e("prefix"))},[renderSlot(r4.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([r4.nsSelect.e("selection"),r4.nsSelect.is("near",r4.multiple&&!r4.$slots.prefix&&!!r4.states.selected.length)])},[r4.multiple?renderSlot(r4.$slots,"tag",{key:0,data:r4.states.selected,deleteTag:r4.deleteTag,selectDisabled:r4.selectDisabled},()=>{var gAe,pAe,mAe,SAe,DAe,NAe,TAe,bAe,GAe,LAe,wAe,OAe,PAe;return[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.showTagList,HAe=>(openBlock(),createElementBlock("div",{key:r4.getValueKey(HAe),class:normalizeClass(r4.nsSelect.e("selected-item"))},[createVNode$1(tAe,{closable:!r4.selectDisabled&&!HAe.isDisabled,size:r4.collapseTagSize,type:r4.tagType,effect:r4.tagEffect,"disable-transitions":"",style:normalizeStyle$1(r4.tagStyle),onClose:zAe=>r4.deleteTag(zAe,HAe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(r4.nsSelect.e("tags-text"))},[renderSlot(r4.$slots,"label",{index:HAe.index,label:HAe.currentLabel,value:HAe.value},()=>[createTextVNode(toDisplayString(HAe.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),r4.collapseTags&&r4.states.selected.length>r4.maxCollapseTags?(openBlock(),createBlock(AAe,{key:0,ref:"tagTooltipRef",disabled:r4.dropdownMenuVisible||!r4.collapseTagsTooltip,"fallback-placements":((gAe=r4.tagTooltip)==null?void 0:gAe.fallbackPlacements)??["bottom","top","right","left"],effect:((pAe=r4.tagTooltip)==null?void 0:pAe.effect)??r4.effect,placement:((mAe=r4.tagTooltip)==null?void 0:mAe.placement)??"bottom","popper-class":((SAe=r4.tagTooltip)==null?void 0:SAe.popperClass)??r4.popperClass,"popper-style":((DAe=r4.tagTooltip)==null?void 0:DAe.popperStyle)??r4.popperStyle,teleported:((NAe=r4.tagTooltip)==null?void 0:NAe.teleported)??r4.teleported,"append-to":((TAe=r4.tagTooltip)==null?void 0:TAe.appendTo)??r4.appendTo,"popper-options":((bAe=r4.tagTooltip)==null?void 0:bAe.popperOptions)??r4.popperOptions,transition:(GAe=r4.tagTooltip)==null?void 0:GAe.transition,"show-after":(LAe=r4.tagTooltip)==null?void 0:LAe.showAfter,"hide-after":(wAe=r4.tagTooltip)==null?void 0:wAe.hideAfter,"auto-close":(OAe=r4.tagTooltip)==null?void 0:OAe.autoClose,offset:(PAe=r4.tagTooltip)==null?void 0:PAe.offset},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(r4.nsSelect.e("selected-item"))},[createVNode$1(tAe,{closable:!1,size:r4.collapseTagSize,type:r4.tagType,effect:r4.tagEffect,"disable-transitions":"",style:normalizeStyle$1(r4.collapseTagStyle)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(r4.nsSelect.e("tags-text"))}," + "+toDisplayString(r4.states.selected.length-r4.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(r4.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.collapseTagList,HAe=>(openBlock(),createElementBlock("div",{key:r4.getValueKey(HAe),class:normalizeClass(r4.nsSelect.e("selected-item"))},[createVNode$1(tAe,{class:"in-tooltip",closable:!r4.selectDisabled&&!HAe.isDisabled,size:r4.collapseTagSize,type:r4.tagType,effect:r4.tagEffect,"disable-transitions":"",onClose:zAe=>r4.deleteTag(zAe,HAe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(r4.nsSelect.e("tags-text"))},[renderSlot(r4.$slots,"label",{index:HAe.index,label:HAe.currentLabel,value:HAe.value},()=>[createTextVNode(toDisplayString(HAe.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","fallback-placements","effect","placement","popper-class","popper-style","teleported","append-to","popper-options","transition","show-after","hide-after","auto-close","offset"])):createCommentVNode("v-if",!0)]}):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([r4.nsSelect.e("selected-item"),r4.nsSelect.e("input-wrapper"),r4.nsSelect.is("hidden",!r4.filterable||r4.selectDisabled||!r4.states.inputValue&&!r4.isFocused)])},[createBaseVNode("input",{id:r4.inputId,ref:"inputRef",value:r4.states.inputValue,type:"text",name:r4.name,class:normalizeClass([r4.nsSelect.e("input"),r4.nsSelect.is(r4.selectSize)]),disabled:r4.selectDisabled,autocomplete:r4.autocomplete,style:normalizeStyle$1(r4.inputStyle),tabindex:r4.tabindex,role:"combobox",readonly:!r4.filterable,spellcheck:"false","aria-activedescendant":((EAe=r4.hoverOption)==null?void 0:EAe.id)||"","aria-controls":r4.contentId,"aria-expanded":r4.dropdownMenuVisible,"aria-label":r4.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onKeydown:x_[0]||(x_[0]=(...gAe)=>r4.handleKeydown&&r4.handleKeydown(...gAe)),onCompositionstart:x_[1]||(x_[1]=(...gAe)=>r4.handleCompositionStart&&r4.handleCompositionStart(...gAe)),onCompositionupdate:x_[2]||(x_[2]=(...gAe)=>r4.handleCompositionUpdate&&r4.handleCompositionUpdate(...gAe)),onCompositionend:x_[3]||(x_[3]=(...gAe)=>r4.handleCompositionEnd&&r4.handleCompositionEnd(...gAe)),onInput:x_[4]||(x_[4]=(...gAe)=>r4.onInput&&r4.onInput(...gAe)),onChange:x_[5]||(x_[5]=withModifiers(()=>{},["stop"])),onClick:x_[6]||(x_[6]=withModifiers((...gAe)=>r4.toggleMenu&&r4.toggleMenu(...gAe),["stop"]))},null,46,_hoisted_1$9z),r4.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(r4.nsSelect.e("input-calculator")),textContent:toDisplayString(r4.states.inputValue)},null,10,_hoisted_2$L)):createCommentVNode("v-if",!0)],2),r4.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([r4.nsSelect.e("selected-item"),r4.nsSelect.e("placeholder"),r4.nsSelect.is("transparent",!r4.hasModelValue||r4.expanded&&!r4.states.inputValue)])},[r4.hasModelValue?renderSlot(r4.$slots,"label",{key:0,index:r4.getOption(r4.modelValue).index,label:r4.currentPlaceholder,value:r4.modelValue},()=>[createBaseVNode("span",null,toDisplayString(r4.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",_hoisted_3$q,toDisplayString(r4.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(r4.nsSelect.e("suffix"))},[r4.iconComponent&&!r4.showClearBtn?(openBlock(),createBlock(iAe,{key:0,class:normalizeClass([r4.nsSelect.e("caret"),r4.nsSelect.e("icon"),r4.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),r4.showClearBtn&&r4.clearIcon?(openBlock(),createBlock(iAe,{key:1,class:normalizeClass([r4.nsSelect.e("caret"),r4.nsSelect.e("icon"),r4.nsSelect.e("clear")]),onClick:r4.handleClearClick},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),r4.validateState&&r4.validateIcon&&r4.needStatusIcon?(openBlock(),createBlock(iAe,{key:2,class:normalizeClass([r4.nsInput.e("icon"),r4.nsInput.e("validateIcon"),r4.nsInput.is("loading",r4.validateState==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)]}),content:withCtx(()=>[createVNode$1(uAe,{ref:"menuRef"},{default:withCtx(()=>[r4.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(r4.nsSelect.be("dropdown","header")),onClick:x_[8]||(x_[8]=withModifiers(()=>{},["stop"]))},[renderSlot(r4.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode$1(cAe,{id:r4.contentId,ref:"scrollbarRef",tag:"ul","wrap-class":r4.nsSelect.be("dropdown","wrap"),"view-class":r4.nsSelect.be("dropdown","list"),class:normalizeClass([r4.nsSelect.is("empty",r4.filteredOptionsCount===0)]),role:"listbox","aria-label":r4.ariaLabel,"aria-orientation":"vertical",onScroll:r4.popupScroll},{default:withCtx(()=>[r4.showNewOption?(openBlock(),createBlock(nAe,{key:0,value:r4.states.inputValue,created:!0},null,8,["value"])):createCommentVNode("v-if",!0),createVNode$1(aAe,null,{default:withCtx(()=>[renderSlot(r4.$slots,"default",{},()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.options,(EAe,gAe)=>{var pAe;return openBlock(),createElementBlock(Fragment$1,{key:gAe},[(pAe=r4.getOptions(EAe))!=null&&pAe.length?(openBlock(),createBlock(oAe,{key:0,label:r4.getLabel(EAe),disabled:r4.getDisabled(EAe)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.getOptions(EAe),mAe=>(openBlock(),createBlock(nAe,mergeProps({key:r4.getValue(mAe)},{ref_for:!0},r4.getOptionProps(mAe)),null,16))),128))]),_:2},1032,["label","disabled"])):(openBlock(),createBlock(nAe,mergeProps({key:1,ref_for:!0},r4.getOptionProps(EAe)),null,16))],64)}),128))])]),_:3})]),_:3},8,["id","wrap-class","view-class","class","aria-label","onScroll"]),[[vShow,r4.states.options.size>0&&!r4.loading]]),r4.$slots.loading&&r4.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(r4.nsSelect.be("dropdown","loading"))},[renderSlot(r4.$slots,"loading")],2)):r4.loading||r4.filteredOptionsCount===0?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(r4.nsSelect.be("dropdown","empty"))},[renderSlot(r4.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(r4.emptyText),1)])],2)):createCommentVNode("v-if",!0),r4.$slots.footer?(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(r4.nsSelect.be("dropdown","footer")),onClick:x_[9]||(x_[9]=withModifiers(()=>{},["stop"]))},[renderSlot(r4.$slots,"footer")],2)):createCommentVNode("v-if",!0)]),_:3},512)]),_:3},8,["visible","placement","teleported","popper-class","popper-style","popper-options","fallback-placements","effect","transition","persistent","append-to","show-arrow","offset","onBeforeShow"])],16)),[[dAe,r4.handleClickOutside,r4.popperRef]])}var select_default$1=_plugin_vue_export_helper_default(select_vue_vue_type_script_lang_default$1,[["render",_sfc_render$r]]);const ElSelect=withInstall(select_default$1,{Option:option_default,OptionGroup:option_group_default}),ElOption=withNoopInstall(option_default),ElOptionGroup=withNoopInstall(option_group_default),getPrevMonthLastDays=(r4,x_)=>{const $P=r4.subtract(1,"month").endOf("month").date();return rangeArr(x_).map((zP,z9)=>$P-(x_-z9-1))},getMonthDays=r4=>rangeArr(r4.daysInMonth()).map((x_,$P)=>$P+1),toNestedArr=r4=>rangeArr(r4.length/7).map(x_=>{const $P=x_*7;return r4.slice($P,$P+7)}),dateTableProps=buildProps$1({selectedDay:{type:definePropType(Object)},range:{type:definePropType(Array)},date:{type:definePropType(Object),required:!0},hideHeader:{type:Boolean}}),dateTableEmits={pick:r4=>isObject$9(r4)};var localeData$2={exports:{}},localeData$1=localeData$2.exports,hasRequiredLocaleData;function requireLocaleData(){return hasRequiredLocaleData||(hasRequiredLocaleData=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(localeData$1,function(){return function($P,zP,z9){var eAe=zP.prototype,tAe=function(aAe){return aAe&&(aAe.indexOf?aAe:aAe.s)},AAe=function(aAe,cAe,uAe,dAe,EAe){var gAe=aAe.name?aAe:aAe.$locale(),pAe=tAe(gAe[cAe]),mAe=tAe(gAe[uAe]),SAe=pAe||mAe.map(function(NAe){return NAe.slice(0,dAe)});if(!EAe)return SAe;var DAe=gAe.weekStart;return SAe.map(function(NAe,TAe){return SAe[(TAe+(DAe||0))%7]})},iAe=function(){return z9.Ls[z9.locale()]},nAe=function(aAe,cAe){return aAe.formats[cAe]||function(uAe){return uAe.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(dAe,EAe,gAe){return EAe||gAe.slice(1)})}(aAe.formats[cAe.toUpperCase()])},oAe=function(){var aAe=this;return{months:function(cAe){return cAe?cAe.format("MMMM"):AAe(aAe,"months")},monthsShort:function(cAe){return cAe?cAe.format("MMM"):AAe(aAe,"monthsShort","months",3)},firstDayOfWeek:function(){return aAe.$locale().weekStart||0},weekdays:function(cAe){return cAe?cAe.format("dddd"):AAe(aAe,"weekdays")},weekdaysMin:function(cAe){return cAe?cAe.format("dd"):AAe(aAe,"weekdaysMin","weekdays",2)},weekdaysShort:function(cAe){return cAe?cAe.format("ddd"):AAe(aAe,"weekdaysShort","weekdays",3)},longDateFormat:function(cAe){return nAe(aAe.$locale(),cAe)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};eAe.localeData=function(){return oAe.bind(this)()},z9.localeData=function(){var aAe=iAe();return{firstDayOfWeek:function(){return aAe.weekStart||0},weekdays:function(){return z9.weekdays()},weekdaysShort:function(){return z9.weekdaysShort()},weekdaysMin:function(){return z9.weekdaysMin()},months:function(){return z9.months()},monthsShort:function(){return z9.monthsShort()},longDateFormat:function(cAe){return nAe(aAe,cAe)},meridiem:aAe.meridiem,ordinal:aAe.ordinal}},z9.months=function(){return AAe(iAe(),"months")},z9.monthsShort=function(){return AAe(iAe(),"monthsShort","months",3)},z9.weekdays=function(aAe){return AAe(iAe(),"weekdays",null,null,aAe)},z9.weekdaysShort=function(aAe){return AAe(iAe(),"weekdaysShort","weekdays",3,aAe)},z9.weekdaysMin=function(aAe){return AAe(iAe(),"weekdaysMin","weekdays",2,aAe)}}})}(localeData$2)),localeData$2.exports}var localeDataExports=requireLocaleData();const localeData=getDefaultExportFromCjs$1(localeDataExports),useDateTable=(r4,x_)=>{dayjs.extend(localeData);const $P=dayjs.localeData().firstDayOfWeek(),{t:zP,lang:z9}=useLocale(),eAe=dayjs().locale(z9.value),tAe=computed(()=>!!r4.range&&!!r4.range.length),AAe=computed(()=>{let cAe=[];if(tAe.value){const[uAe,dAe]=r4.range,EAe=rangeArr(dAe.date()-uAe.date()+1).map(mAe=>({text:uAe.date()+mAe,type:"current"}));let gAe=EAe.length%7;gAe=gAe===0?0:7-gAe;const pAe=rangeArr(gAe).map((mAe,SAe)=>({text:SAe+1,type:"next"}));cAe=EAe.concat(pAe)}else{const uAe=r4.date.startOf("month").day(),dAe=getPrevMonthLastDays(r4.date,(uAe-$P+7)%7).map(pAe=>({text:pAe,type:"prev"})),EAe=getMonthDays(r4.date).map(pAe=>({text:pAe,type:"current"}));cAe=[...dAe,...EAe];const gAe=rangeArr(7-(cAe.length%7||7)).map((pAe,mAe)=>({text:mAe+1,type:"next"}));cAe=cAe.concat(gAe)}return toNestedArr(cAe)}),iAe=computed(()=>{const cAe=$P;return cAe===0?WEEK_DAYS.map(uAe=>zP(`el.datepicker.weeks.${uAe}`)):WEEK_DAYS.slice(cAe).concat(WEEK_DAYS.slice(0,cAe)).map(uAe=>zP(`el.datepicker.weeks.${uAe}`))}),nAe=(cAe,uAe)=>{switch(uAe){case"prev":return r4.date.startOf("month").subtract(1,"month").date(cAe);case"next":return r4.date.startOf("month").add(1,"month").date(cAe);case"current":return r4.date.date(cAe)}};return{now:eAe,isInRange:tAe,rows:AAe,weekDays:iAe,getFormattedDate:nAe,handlePickDay:({text:cAe,type:uAe})=>{x_("pick",nAe(cAe,uAe))},getSlotData:({text:cAe,type:uAe})=>{const dAe=nAe(cAe,uAe);return{isSelected:dAe.isSame(r4.selectedDay),type:`${uAe}-month`,day:dAe.format(DEFAULT_FORMATS_DATE),date:dAe.toDate()}}}},_hoisted_1$9y={key:0},_hoisted_2$K=["onClick"];var date_table_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DateTable",__name:"date-table",props:dateTableProps,emits:dateTableEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,{isInRange:z9,now:eAe,rows:tAe,weekDays:AAe,getFormattedDate:iAe,handlePickDay:nAe,getSlotData:oAe}=useDateTable(zP,$P),aAe=useNamespace("calendar-table"),cAe=useNamespace("calendar-day"),uAe=({text:dAe,type:EAe})=>{const gAe=[EAe];if(EAe==="current"){const pAe=iAe(dAe,EAe);pAe.isSame(zP.selectedDay,"day")&&gAe.push(cAe.is("selected")),pAe.isSame(eAe,"day")&&gAe.push(cAe.is("today"))}return gAe};return x_({getFormattedDate:iAe}),(dAe,EAe)=>(openBlock(),createElementBlock("table",{class:normalizeClass([unref(aAe).b(),unref(aAe).is("range",unref(z9))]),cellspacing:"0",cellpadding:"0"},[r4.hideHeader?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("thead",_hoisted_1$9y,[createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(AAe),gAe=>(openBlock(),createElementBlock("th",{key:gAe,scope:"col"},toDisplayString(gAe),1))),128))])])),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(tAe),(gAe,pAe)=>(openBlock(),createElementBlock("tr",{key:pAe,class:normalizeClass({[unref(aAe).e("row")]:!0,[unref(aAe).em("row","hide-border")]:pAe===0&&r4.hideHeader})},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(gAe,(mAe,SAe)=>(openBlock(),createElementBlock("td",{key:SAe,class:normalizeClass(uAe(mAe)),onClick:DAe=>unref(nAe)(mAe)},[createBaseVNode("div",{class:normalizeClass(unref(cAe).b())},[renderSlot(dAe.$slots,"date-cell",{data:unref(oAe)(mAe)},()=>[createBaseVNode("span",null,toDisplayString(mAe.text),1)])],2)],10,_hoisted_2$K))),128))],2))),128))])],2))}}),date_table_default=date_table_vue_vue_type_script_setup_true_lang_default;const adjacentMonth=(r4,x_)=>{const $P=r4.endOf("month"),zP=x_.startOf("month"),z9=$P.isSame(zP,"week")?zP.add(1,"week"):zP;return[[r4,$P],[z9.startOf("week"),x_]]},threeConsecutiveMonth=(r4,x_)=>{const $P=r4.endOf("month"),zP=r4.add(1,"month").startOf("month"),z9=$P.isSame(zP,"week")?zP.add(1,"week"):zP,eAe=z9.endOf("month"),tAe=x_.startOf("month"),AAe=eAe.isSame(tAe,"week")?tAe.add(1,"week"):tAe;return[[r4,$P],[z9.startOf("week"),eAe],[AAe.startOf("week"),x_]]},useCalendar=(r4,x_,$P)=>{const{lang:zP}=useLocale(),z9=ref(),eAe=dayjs().locale(zP.value),tAe=computed({get(){return r4.modelValue?iAe.value:z9.value},set(pAe){if(!pAe)return;z9.value=pAe;const mAe=pAe.toDate();x_(INPUT_EVENT,mAe),x_(UPDATE_MODEL_EVENT,mAe)}}),AAe=computed(()=>{if(!r4.range||!isArray$6(r4.range)||r4.range.length!==2||r4.range.some(SAe=>!isDate$1(SAe)))return[];const[pAe,mAe]=r4.range.map(SAe=>dayjs(SAe).locale(zP.value));return pAe.isAfter(mAe)?(debugWarn($P,"end time should be greater than start time"),[]):pAe.isSame(mAe,"month")?uAe(pAe,mAe):pAe.add(1,"month").month()!==mAe.month()?(debugWarn($P,"start time and end time interval must not exceed two months"),[]):uAe(pAe,mAe)}),iAe=computed(()=>r4.modelValue?dayjs(r4.modelValue).locale(zP.value):tAe.value||(AAe.value.length?AAe.value[0][0]:eAe)),nAe=computed(()=>iAe.value.subtract(1,"month").date(1)),oAe=computed(()=>iAe.value.add(1,"month").date(1)),aAe=computed(()=>iAe.value.subtract(1,"year").date(1)),cAe=computed(()=>iAe.value.add(1,"year").date(1)),uAe=(pAe,mAe)=>{const SAe=pAe.startOf("week"),DAe=mAe.endOf("week"),NAe=SAe.get("month"),TAe=DAe.get("month");return NAe===TAe?[[SAe,DAe]]:(NAe+1)%12===TAe?adjacentMonth(SAe,DAe):NAe+2===TAe||(NAe+1)%11===TAe?threeConsecutiveMonth(SAe,DAe):(debugWarn($P,"start time and end time interval must not exceed two months"),[])},dAe=pAe=>{tAe.value=pAe},EAe=pAe=>{const mAe={"prev-month":nAe.value,"next-month":oAe.value,"prev-year":aAe.value,"next-year":cAe.value,today:eAe}[pAe];mAe.isSame(iAe.value,"day")||dAe(mAe)};return{calculateValidatedDateRange:uAe,date:iAe,realSelectedDay:tAe,pickDay:dAe,selectDate:EAe,validatedRange:AAe,handleDateChange:pAe=>{pAe==="today"?EAe("today"):dAe(pAe)}}},selectControllerProps=buildProps$1({date:{type:definePropType(Object),required:!0},formatter:{type:definePropType(Function)}}),selectControllerEmits={"date-change":r4=>isObject$9(r4)||isString$2(r4)};var select_controller_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SelectController",__name:"select-controller",props:selectControllerProps,emits:selectControllerEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("calendar-select"),{t:eAe,lang:tAe}=useLocale(),AAe=Array.from({length:12},(dAe,EAe)=>{const gAe=EAe+1;return{value:gAe,label:isFunction$4($P.formatter)?$P.formatter(gAe,"month"):gAe}}),iAe=computed(()=>$P.date.year()),nAe=computed(()=>$P.date.month()+1),oAe=computed(()=>{const dAe=[];for(let EAe=-10;EAe<10;EAe++){const gAe=iAe.value+EAe;if(gAe>0){const pAe=isFunction$4($P.formatter)?$P.formatter(gAe,"year"):gAe;dAe.push({value:gAe,label:pAe})}}return dAe}),aAe=dAe=>{zP("date-change",dayjs(new Date(dAe,nAe.value-1,1)).locale(tAe.value))},cAe=dAe=>{zP("date-change",dayjs(new Date(iAe.value,dAe-1,1)).locale(tAe.value))},uAe=()=>{zP("date-change","today")};return(dAe,EAe)=>(openBlock(),createElementBlock(Fragment$1,null,[createVNode$1(unref(ElSelect),{"model-value":iAe.value,size:"small",class:normalizeClass(unref(z9).e("year")),"validate-event":!1,options:oAe.value,onChange:aAe},null,8,["model-value","class","options"]),createVNode$1(unref(ElSelect),{"model-value":nAe.value,size:"small",class:normalizeClass(unref(z9).e("month")),"validate-event":!1,options:unref(AAe),onChange:cAe},null,8,["model-value","class","options"]),createVNode$1(unref(ElButton),{size:"small",onClick:uAe},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(eAe)("el.datepicker.today")),1)]),_:1})],64))}}),select_controller_default=select_controller_vue_vue_type_script_setup_true_lang_default;const COMPONENT_NAME$c="ElCalendar";var calendar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$c,__name:"calendar",props:calendarProps,emits:calendarEmits,setup(r4,{expose:x_,emit:$P}){const zP=useNamespace("calendar"),{calculateValidatedDateRange:z9,date:eAe,pickDay:tAe,realSelectedDay:AAe,selectDate:iAe,validatedRange:nAe,handleDateChange:oAe}=useCalendar(r4,$P,COMPONENT_NAME$c),{t:aAe}=useLocale(),cAe=computed(()=>{const uAe=`el.datepicker.month${eAe.value.format("M")}`;return`${eAe.value.year()} ${aAe("el.datepicker.year")} ${aAe(uAe)}`});return x_({selectedDay:AAe,pickDay:tAe,selectDate:iAe,calculateValidatedDateRange:z9}),(uAe,dAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(zP).b())},[createBaseVNode("div",{class:normalizeClass(unref(zP).e("header"))},[renderSlot(uAe.$slots,"header",{date:cAe.value},()=>[createBaseVNode("div",{class:normalizeClass(unref(zP).e("title"))},toDisplayString(cAe.value),3),unref(nAe).length===0&&r4.controllerType==="button"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("button-group"))},[createVNode$1(unref(ElButtonGroup$1),null,{default:withCtx(()=>[createVNode$1(unref(ElButton),{size:"small",onClick:dAe[0]||(dAe[0]=EAe=>unref(iAe)("prev-month"))},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(aAe)("el.datepicker.prevMonth")),1)]),_:1}),createVNode$1(unref(ElButton),{size:"small",onClick:dAe[1]||(dAe[1]=EAe=>unref(iAe)("today"))},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(aAe)("el.datepicker.today")),1)]),_:1}),createVNode$1(unref(ElButton),{size:"small",onClick:dAe[2]||(dAe[2]=EAe=>unref(iAe)("next-month"))},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(aAe)("el.datepicker.nextMonth")),1)]),_:1})]),_:1})],2)):unref(nAe).length===0&&r4.controllerType==="select"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(zP).e("select-controller"))},[createVNode$1(select_controller_default,{date:unref(eAe),formatter:r4.formatter,onDateChange:unref(oAe)},null,8,["date","formatter","onDateChange"])],2)):createCommentVNode("v-if",!0)])],2),unref(nAe).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("body"))},[createVNode$1(date_table_default,{date:unref(eAe),"selected-day":unref(AAe),onPick:unref(tAe)},createSlots({_:2},[uAe.$slots["date-cell"]?{name:"date-cell",fn:withCtx(EAe=>[renderSlot(uAe.$slots,"date-cell",normalizeProps(guardReactiveProps(EAe)))]),key:"0"}:void 0]),1032,["date","selected-day","onPick"])],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(zP).e("body"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(nAe),(EAe,gAe)=>(openBlock(),createBlock(date_table_default,{key:gAe,date:EAe[0],"selected-day":unref(AAe),range:EAe,"hide-header":gAe!==0,onPick:unref(tAe)},createSlots({_:2},[uAe.$slots["date-cell"]?{name:"date-cell",fn:withCtx(pAe=>[renderSlot(uAe.$slots,"date-cell",mergeProps({ref_for:!0},pAe))]),key:"0"}:void 0]),1032,["date","selected-day","range","hide-header","onPick"]))),128))],2))],2))}}),calendar_default=calendar_vue_vue_type_script_setup_true_lang_default;withInstall(calendar_default);const cardProps=buildProps$1({header:{type:String,default:""},footer:{type:String,default:""},bodyStyle:{type:definePropType([String,Object,Array]),default:""},headerClass:String,bodyClass:String,footerClass:String,shadow:{type:String,values:["always","hover","never"],default:void 0}});var card_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCard",__name:"card",props:cardProps,setup(r4){const x_=useGlobalConfig("card"),$P=useNamespace("card");return(zP,z9)=>{var eAe;return openBlock(),createElementBlock("div",{class:normalizeClass([unref($P).b(),unref($P).is(`${r4.shadow||((eAe=unref(x_))==null?void 0:eAe.shadow)||"always"}-shadow`)])},[zP.$slots.header||r4.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref($P).e("header"),r4.headerClass])},[renderSlot(zP.$slots,"header",{},()=>[createTextVNode(toDisplayString(r4.header),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([unref($P).e("body"),r4.bodyClass]),style:normalizeStyle$1(r4.bodyStyle)},[renderSlot(zP.$slots,"default")],6),zP.$slots.footer||r4.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref($P).e("footer"),r4.footerClass])},[renderSlot(zP.$slots,"footer",{},()=>[createTextVNode(toDisplayString(r4.footer),1)])],2)):createCommentVNode("v-if",!0)],2)}}}),card_default=card_vue_vue_type_script_setup_true_lang_default;const ElCard=withInstall(card_default),carouselProps=buildProps$1({initialIndex:{type:Number,default:0},height:{type:String,default:""},trigger:{type:String,values:["hover","click"],default:"hover"},autoplay:{type:Boolean,default:!0},interval:{type:Number,default:3e3},indicatorPosition:{type:String,values:["","none","outside"],default:""},arrow:{type:String,values:["always","hover","never"],default:"hover"},type:{type:String,values:["","card"],default:""},cardScale:{type:Number,default:.83},loop:{type:Boolean,default:!0},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},pauseOnHover:{type:Boolean,default:!0},motionBlur:Boolean}),carouselEmits={change:(r4,x_)=>[r4,x_].every(isNumber$2)},carouselContextKey=Symbol("carouselContextKey"),CAROUSEL_ITEM_NAME="ElCarouselItem",carouselItemProps=buildProps$1({name:{type:String,default:""},label:{type:[String,Number],default:""}}),THROTTLE_TIME=300,useCarousel=(r4,x_,$P)=>{const{children:zP,addChild:z9,removeChild:eAe,ChildrenSorter:tAe}=useOrderedChildren(getCurrentInstance(),CAROUSEL_ITEM_NAME),AAe=useSlots(),iAe=ref(-1),nAe=ref(null),oAe=ref(!1),aAe=ref(),cAe=ref(0),uAe=ref(!0),dAe=computed(()=>r4.arrow!=="never"&&!unref(pAe)),EAe=computed(()=>zP.value.some(_Ie=>_Ie.props.label.toString().length>0)),gAe=computed(()=>r4.type==="card"),pAe=computed(()=>r4.direction==="vertical"),mAe=computed(()=>r4.height!=="auto"?{height:r4.height}:{height:`${cAe.value}px`,overflow:"hidden"}),SAe=throttle$2(_Ie=>{LAe(_Ie)},THROTTLE_TIME,{trailing:!0}),DAe=throttle$2(_Ie=>{rIe(_Ie)},THROTTLE_TIME),NAe=_Ie=>uAe.value?iAe.value<=1?_Ie<=1:_Ie>1:!0;function TAe(){nAe.value&&(clearInterval(nAe.value),nAe.value=null)}function bAe(){r4.interval<=0||!r4.autoplay||nAe.value||(nAe.value=setInterval(()=>GAe(),r4.interval))}const GAe=()=>{iAe.valueHIe.props.name===_Ie);OIe.length>0&&(_Ie=zP.value.indexOf(OIe[0]))}if(_Ie=Number(_Ie),Number.isNaN(_Ie)||_Ie!==Math.floor(_Ie)){debugWarn($P,"index must be integer.");return}const SIe=zP.value.length,yIe=iAe.value;_Ie<0?iAe.value=r4.loop?SIe-1:0:_Ie>=SIe?iAe.value=r4.loop?0:SIe-1:iAe.value=_Ie,yIe===iAe.value&&wAe(yIe),EIe()}function wAe(_Ie){zP.value.forEach((SIe,yIe)=>{SIe.translateItem(yIe,iAe.value,_Ie)})}function OAe(_Ie,SIe){var YIe,uEe,NEe,MEe;const yIe=unref(zP),OIe=yIe.length;if(OIe===0||!_Ie.states.inStage)return!1;const HIe=SIe+1,PIe=SIe-1,LIe=OIe-1,oEe=yIe[LIe].states.active,JIe=yIe[0].states.active,XIe=(uEe=(YIe=yIe[HIe])==null?void 0:YIe.states)==null?void 0:uEe.active,zIe=(MEe=(NEe=yIe[PIe])==null?void 0:NEe.states)==null?void 0:MEe.active;return SIe===LIe&&JIe||XIe?"left":SIe===0&&oEe||zIe?"right":!1}function PAe(){oAe.value=!0,r4.pauseOnHover&&TAe()}function HAe(){oAe.value=!1,bAe()}function zAe(_Ie){unref(pAe)||zP.value.forEach((SIe,yIe)=>{_Ie===OAe(SIe,yIe)&&(SIe.states.hover=!0)})}function eIe(){unref(pAe)||zP.value.forEach(_Ie=>{_Ie.states.hover=!1})}function iIe(_Ie){iAe.value=_Ie}function rIe(_Ie){r4.trigger==="hover"&&_Ie!==iAe.value&&(iAe.value=_Ie)}function AIe(){LAe(iAe.value-1)}function XAe(){LAe(iAe.value+1)}function EIe(){TAe(),(!r4.pauseOnHover||!oAe.value)&&bAe()}function hIe(_Ie){r4.height==="auto"&&(cAe.value=_Ie)}function tIe(){var yIe;const _Ie=(yIe=AAe.default)==null?void 0:yIe.call(AAe);if(!_Ie)return null;const SIe=flattedChildren(_Ie).filter(OIe=>isVNode(OIe)&&OIe.type.name===CAROUSEL_ITEM_NAME);return(SIe==null?void 0:SIe.length)===2&&r4.loop&&!gAe.value?(uAe.value=!0,SIe):(uAe.value=!1,null)}watch(()=>iAe.value,(_Ie,SIe)=>{wAe(SIe),uAe.value&&(_Ie=_Ie%2,SIe=SIe%2),SIe>-1&&x_(CHANGE_EVENT,_Ie,SIe)});const gIe=computed({get:()=>uAe.value?iAe.value%2:iAe.value,set:_Ie=>iAe.value=_Ie});watch(()=>r4.autoplay,_Ie=>{_Ie?bAe():TAe()}),watch(()=>r4.loop,()=>{LAe(iAe.value)}),watch(()=>r4.interval,()=>{EIe()});const pIe=shallowRef();return onMounted(()=>{watch(()=>zP.value,()=>{zP.value.length>0&&LAe(r4.initialIndex)},{immediate:!0}),pIe.value=useResizeObserver(aAe.value,()=>{wAe()}),bAe()}),onBeforeUnmount(()=>{TAe(),aAe.value&&pIe.value&&pIe.value.stop()}),provide(carouselContextKey,{root:aAe,isCardType:gAe,isVertical:pAe,items:zP,loop:r4.loop,cardScale:r4.cardScale,addItem:z9,removeItem:eAe,setActiveItem:LAe,setContainerHeight:hIe}),{root:aAe,activeIndex:iAe,exposeActiveIndex:gIe,arrowDisplay:dAe,hasLabel:EAe,hover:oAe,isCardType:gAe,items:zP,isVertical:pAe,containerStyle:mAe,isItemsTwoLength:uAe,handleButtonEnter:zAe,handleButtonLeave:eIe,handleIndicatorClick:iIe,handleMouseEnter:PAe,handleMouseLeave:HAe,setActiveItem:LAe,prev:AIe,next:XAe,PlaceholderItem:tIe,isTwoLengthShow:NAe,ItemsSorter:tAe,throttledArrowClick:SAe,throttledIndicatorHover:DAe}},_hoisted_1$9x=["aria-label"],_hoisted_2$J=["aria-label"],_hoisted_3$p=["onMouseenter","onClick"],_hoisted_4$l=["aria-label"],_hoisted_5$a={key:0},_hoisted_6$6={key:2,xmlns:"http://www.w3.org/2000/svg",version:"1.1",style:{display:"none"}},COMPONENT_NAME$b="ElCarousel";var carousel_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$b,__name:"carousel",props:carouselProps,emits:carouselEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,{root:z9,activeIndex:eAe,exposeActiveIndex:tAe,arrowDisplay:AAe,hasLabel:iAe,hover:nAe,isCardType:oAe,items:aAe,isVertical:cAe,containerStyle:uAe,handleButtonEnter:dAe,handleButtonLeave:EAe,handleIndicatorClick:gAe,handleMouseEnter:pAe,handleMouseLeave:mAe,setActiveItem:SAe,prev:DAe,next:NAe,PlaceholderItem:TAe,isTwoLengthShow:bAe,ItemsSorter:GAe,throttledArrowClick:LAe,throttledIndicatorHover:wAe}=useCarousel(zP,$P,COMPONENT_NAME$b),OAe=useNamespace("carousel"),{t:PAe}=useLocale(),HAe=computed(()=>{const rIe=[OAe.b(),OAe.m(zP.direction)];return unref(oAe)&&rIe.push(OAe.m("card")),rIe.push(OAe.is("vertical-outside",unref(cAe)&&zP.indicatorPosition==="outside")),rIe}),zAe=computed(()=>{const rIe=[OAe.e("indicators"),OAe.em("indicators",zP.direction)];return unref(iAe)&&rIe.push(OAe.em("indicators","labels")),zP.indicatorPosition==="outside"&&rIe.push(OAe.em("indicators","outside")),unref(cAe)&&rIe.push(OAe.em("indicators","right")),rIe});function eIe(rIe){if(!zP.motionBlur)return;const AIe=unref(cAe)?`${OAe.namespace.value}-transitioning-vertical`:`${OAe.namespace.value}-transitioning`;rIe.currentTarget.classList.add(AIe)}function iIe(rIe){if(!zP.motionBlur)return;const AIe=unref(cAe)?`${OAe.namespace.value}-transitioning-vertical`:`${OAe.namespace.value}-transitioning`;rIe.currentTarget.classList.remove(AIe)}return x_({activeIndex:tAe,setActiveItem:SAe,prev:DAe,next:NAe}),(rIe,AIe)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:z9,class:normalizeClass(HAe.value),onMouseenter:AIe[6]||(AIe[6]=withModifiers((...XAe)=>unref(pAe)&&unref(pAe)(...XAe),["stop"])),onMouseleave:AIe[7]||(AIe[7]=withModifiers((...XAe)=>unref(mAe)&&unref(mAe)(...XAe),["stop"]))},[unref(AAe)?(openBlock(),createBlock(Transition,{key:0,name:"carousel-arrow-left",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(OAe).e("arrow"),unref(OAe).em("arrow","left")]),"aria-label":unref(PAe)("el.carousel.leftArrow"),onMouseenter:AIe[0]||(AIe[0]=XAe=>unref(dAe)("left")),onMouseleave:AIe[1]||(AIe[1]=(...XAe)=>unref(EAe)&&unref(EAe)(...XAe)),onClick:AIe[2]||(AIe[2]=withModifiers(XAe=>unref(LAe)(unref(eAe)-1),["stop"]))},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_left_default))]),_:1})],42,_hoisted_1$9x),[[vShow,(r4.arrow==="always"||unref(nAe))&&(r4.loop||unref(eAe)>0)]])]),_:1})):createCommentVNode("v-if",!0),unref(AAe)?(openBlock(),createBlock(Transition,{key:1,name:"carousel-arrow-right",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(OAe).e("arrow"),unref(OAe).em("arrow","right")]),"aria-label":unref(PAe)("el.carousel.rightArrow"),onMouseenter:AIe[3]||(AIe[3]=XAe=>unref(dAe)("right")),onMouseleave:AIe[4]||(AIe[4]=(...XAe)=>unref(EAe)&&unref(EAe)(...XAe)),onClick:AIe[5]||(AIe[5]=withModifiers(XAe=>unref(LAe)(unref(eAe)+1),["stop"]))},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})],42,_hoisted_2$J),[[vShow,(r4.arrow==="always"||unref(nAe))&&(r4.loop||unref(eAe)[r4.indicatorPosition!=="none"?(openBlock(),createElementBlock("ul",{key:0,class:normalizeClass(zAe.value)},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(aAe),(XAe,EIe)=>withDirectives((openBlock(),createElementBlock("li",{key:EIe,class:normalizeClass([unref(OAe).e("indicator"),unref(OAe).em("indicator",r4.direction),unref(OAe).is("active",EIe===unref(eAe))]),onMouseenter:hIe=>unref(wAe)(EIe),onClick:withModifiers(hIe=>unref(gAe)(EIe),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(OAe).e("button")),"aria-label":unref(PAe)("el.carousel.indicator",{index:EIe+1})},[unref(iAe)?(openBlock(),createElementBlock("span",_hoisted_5$a,toDisplayString(XAe.props.label),1)):createCommentVNode("v-if",!0)],10,_hoisted_4$l)],42,_hoisted_3$p)),[[vShow,unref(bAe)(EIe)]])),128))],2)):createCommentVNode("v-if",!0)]),_:1}),r4.motionBlur?(openBlock(),createElementBlock("svg",_hoisted_6$6,[...AIe[8]||(AIe[8]=[createBaseVNode("defs",null,[createBaseVNode("filter",{id:"elCarouselHorizontal"},[createBaseVNode("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"12,0"})]),createBaseVNode("filter",{id:"elCarouselVertical"},[createBaseVNode("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"0,10"})])],-1)])])):createCommentVNode("v-if",!0)],34))}}),carousel_default=carousel_vue_vue_type_script_setup_true_lang_default;const useCarouselItem=r4=>{const x_=inject(carouselContextKey),$P=getCurrentInstance();x_||debugWarn(CAROUSEL_ITEM_NAME,"usage: "),$P||debugWarn(CAROUSEL_ITEM_NAME,"compositional hook can only be invoked inside setups");const zP=ref(),z9=ref(!1),eAe=ref(0),tAe=ref(1),AAe=ref(!1),iAe=ref(!1),nAe=ref(!1),oAe=ref(!1),{isCardType:aAe,isVertical:cAe,cardScale:uAe}=x_;function dAe(DAe,NAe,TAe){const bAe=TAe-1,GAe=NAe-1,LAe=NAe+1,wAe=TAe/2;return NAe===0&&DAe===bAe?-1:NAe===bAe&&DAe===0?TAe:DAe=wAe?TAe+1:DAe>LAe&&DAe-NAe>=wAe?-2:DAe}function EAe(DAe,NAe){var bAe,GAe;const TAe=unref(cAe)?((bAe=x_.root.value)==null?void 0:bAe.offsetHeight)||0:((GAe=x_.root.value)==null?void 0:GAe.offsetWidth)||0;return nAe.value?TAe*((2-uAe)*(DAe-NAe)+1)/4:DAe{const bAe=unref(aAe),GAe=x_.items.value.length??NaN,LAe=DAe===NAe;!bAe&&!isUndefined(TAe)&&(oAe.value=LAe||DAe===TAe),!LAe&&GAe>2&&x_.loop&&(DAe=dAe(DAe,NAe,GAe));const wAe=unref(cAe);AAe.value=LAe,bAe?(nAe.value=Math.round(Math.abs(DAe-NAe))<=1,eAe.value=EAe(DAe,NAe),tAe.value=unref(AAe)?1:uAe):eAe.value=gAe(DAe,NAe,wAe),iAe.value=!0,LAe&&zP.value&&x_.setContainerHeight(zP.value.offsetHeight)};function mAe(){if(x_&&unref(aAe)){const DAe=x_.items.value.findIndex(({uid:NAe})=>NAe===$P.uid);x_.setActiveItem(DAe)}}const SAe={props:r4,states:reactive({hover:z9,translate:eAe,scale:tAe,active:AAe,ready:iAe,inStage:nAe,animating:oAe}),uid:$P.uid,getVnode:()=>$P.vnode,translateItem:pAe};return x_.addItem(SAe),onBeforeUnmount(()=>{x_.removeItem(SAe)}),{carouselItemRef:zP,active:AAe,animating:oAe,hover:z9,inStage:nAe,isVertical:cAe,translate:eAe,isCardType:aAe,scale:tAe,ready:iAe,handleItemClick:mAe}};var carousel_item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:CAROUSEL_ITEM_NAME,__name:"carousel-item",props:carouselItemProps,setup(r4){const x_=r4,$P=useNamespace("carousel"),{carouselItemRef:zP,active:z9,animating:eAe,hover:tAe,inStage:AAe,isVertical:iAe,translate:nAe,isCardType:oAe,scale:aAe,ready:cAe,handleItemClick:uAe}=useCarouselItem(x_),dAe=computed(()=>[$P.e("item"),$P.is("active",z9.value),$P.is("in-stage",AAe.value),$P.is("hover",tAe.value),$P.is("animating",eAe.value),{[$P.em("item","card")]:oAe.value,[$P.em("item","card-vertical")]:oAe.value&&iAe.value}]),EAe=computed(()=>({transform:[`${`translate${unref(iAe)?"Y":"X"}`}(${unref(nAe)}px)`,`scale(${unref(aAe)})`].join(" ")}));return(gAe,pAe)=>withDirectives((openBlock(),createElementBlock("div",{ref_key:"carouselItemRef",ref:zP,class:normalizeClass(dAe.value),style:normalizeStyle$1(EAe.value),onClick:pAe[0]||(pAe[0]=(...mAe)=>unref(uAe)&&unref(uAe)(...mAe))},[unref(oAe)?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($P).e("mask"))},null,2)),[[vShow,!unref(z9)]]):createCommentVNode("v-if",!0),renderSlot(gAe.$slots,"default")],6)),[[vShow,unref(cAe)]])}}),carousel_item_default=carousel_item_vue_vue_type_script_setup_true_lang_default;withInstall(carousel_default,{CarouselItem:carousel_item_default});withNoopInstall(carousel_item_default);const CommonProps=buildProps$1({modelValue:{type:definePropType([Number,String,Array,Object])},options:{type:definePropType(Array),default:()=>[]},props:{type:definePropType(Object),default:()=>({})}}),DefaultProps={expandTrigger:"click",multiple:!1,checkStrictly:!1,emitPath:!0,lazy:!1,lazyLoad:NOOP,value:"value",label:"label",children:"children",leaf:"leaf",disabled:"disabled",hoverThreshold:500,checkOnClickNode:!1,checkOnClickLeaf:!0,showPrefix:!0},cascaderPanelProps=buildProps$1({...CommonProps,border:{type:Boolean,default:!0},renderLabel:{type:Function}}),emitChangeFn$2=r4=>!0,cascaderPanelEmits={[UPDATE_MODEL_EVENT]:emitChangeFn$2,[CHANGE_EVENT]:emitChangeFn$2,close:()=>!0,"expand-change":r4=>r4},useCascaderConfig=r4=>computed(()=>({...DefaultProps,...r4.props})),checkboxProps={modelValue:{type:[Number,String,Boolean],default:void 0},label:{type:[String,Boolean,Number,Object],default:void 0},value:{type:[String,Boolean,Number,Object],default:void 0},indeterminate:Boolean,disabled:{type:Boolean,default:void 0},checked:Boolean,name:{type:String,default:void 0},trueValue:{type:[String,Number],default:void 0},falseValue:{type:[String,Number],default:void 0},trueLabel:{type:[String,Number],default:void 0},falseLabel:{type:[String,Number],default:void 0},id:{type:String,default:void 0},border:Boolean,size:useSizeProp,tabindex:[String,Number],validateEvent:{type:Boolean,default:!0},ariaLabel:String,...useAriaProps(["ariaControls"])},checkboxEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4)||isNumber$2(r4)||isBoolean(r4),change:r4=>isString$2(r4)||isNumber$2(r4)||isBoolean(r4)},checkboxGroupContextKey=Symbol("checkboxGroupContextKey"),checkboxGroupProps=buildProps$1({modelValue:{type:definePropType(Array),default:()=>[]},disabled:{type:Boolean,default:void 0},min:Number,max:Number,size:useSizeProp,fill:String,textColor:String,tag:{type:String,default:"div"},validateEvent:{type:Boolean,default:!0},options:{type:definePropType(Array)},props:{type:definePropType(Object),default:()=>checkboxDefaultProps},type:{type:String,values:["checkbox","button"],default:"checkbox"},...useAriaProps(["ariaLabel"])}),checkboxGroupEmits={[UPDATE_MODEL_EVENT]:r4=>isArray$6(r4),change:r4=>isArray$6(r4)},checkboxDefaultProps={label:"label",value:"value",disabled:"disabled"},useCheckboxDisabled=({model:r4,isChecked:x_})=>{const $P=inject(checkboxGroupContextKey,void 0),zP=inject(formContextKey,void 0),z9=computed(()=>{var AAe,iAe;const eAe=(AAe=$P==null?void 0:$P.max)==null?void 0:AAe.value,tAe=(iAe=$P==null?void 0:$P.min)==null?void 0:iAe.value;return!isUndefined(eAe)&&r4.value.length>=eAe&&!x_.value||!isUndefined(tAe)&&r4.value.length<=tAe&&x_.value});return{isDisabled:useFormDisabled(computed(()=>{var eAe;return $P===void 0?(zP==null?void 0:zP.disabled)??z9.value:((eAe=$P.disabled)==null?void 0:eAe.value)||z9.value})),isLimitDisabled:z9}},useCheckboxEvent=(r4,{model:x_,isLimitExceeded:$P,hasOwnLabel:zP,isDisabled:z9,isLabeledByFormItem:eAe})=>{const tAe=inject(checkboxGroupContextKey,void 0),{formItem:AAe}=useFormItem(),{emit:iAe}=getCurrentInstance();function nAe(dAe){return[!0,r4.trueValue,r4.trueLabel].includes(dAe)?r4.trueValue??r4.trueLabel??!0:r4.falseValue??r4.falseLabel??!1}function oAe(dAe,EAe){iAe(CHANGE_EVENT,nAe(dAe),EAe)}function aAe(dAe){if($P.value)return;const EAe=dAe.target;iAe(CHANGE_EVENT,nAe(EAe.checked),dAe)}async function cAe(dAe){$P.value||!zP.value&&!z9.value&&eAe.value&&(dAe.composedPath().some(EAe=>EAe.tagName==="LABEL")||(x_.value=nAe([!1,r4.falseValue,r4.falseLabel].includes(x_.value)),await nextTick(),oAe(x_.value,dAe)))}const uAe=computed(()=>(tAe==null?void 0:tAe.validateEvent)||r4.validateEvent);return watch(()=>r4.modelValue,()=>{uAe.value&&(AAe==null||AAe.validate("change").catch(dAe=>debugWarn(dAe)))}),{handleChange:aAe,onClickRoot:cAe}},useCheckboxModel=r4=>{const x_=ref(!1),{emit:$P,vnode:zP}=getCurrentInstance(),z9=inject(checkboxGroupContextKey,void 0),eAe=computed(()=>isUndefined(z9)===!1),tAe=ref(!1),AAe=computed(()=>{const nAe=zP.props??{};return"modelValue"in nAe||"model-value"in nAe}),iAe=computed({get(){var nAe;return eAe.value?(nAe=z9==null?void 0:z9.modelValue)==null?void 0:nAe.value:AAe.value?r4.modelValue:x_.value},set(nAe){var oAe,aAe;eAe.value&&isArray$6(nAe)?(tAe.value=((oAe=z9==null?void 0:z9.max)==null?void 0:oAe.value)!==void 0&&nAe.length>(z9==null?void 0:z9.max.value)&&nAe.length>iAe.value.length,tAe.value===!1&&((aAe=z9==null?void 0:z9.changeEvent)==null||aAe.call(z9,nAe))):($P(UPDATE_MODEL_EVENT,nAe),x_.value=nAe)}});return{model:iAe,isGroup:eAe,isLimitExceeded:tAe}},useCheckboxStatus=(r4,x_,{model:$P})=>{const zP=inject(checkboxGroupContextKey,void 0),z9=ref(!1),eAe=computed(()=>isPropAbsent(r4.value)?r4.label:r4.value),tAe=computed(()=>{const AAe=$P.value;return isBoolean(AAe)?AAe:isArray$6(AAe)?isObject$9(eAe.value)?AAe.map(toRaw).some(iAe=>isEqual$1(iAe,eAe.value)):AAe.map(toRaw).includes(eAe.value):AAe!=null?AAe===r4.trueValue||AAe===r4.trueLabel:!!AAe});return{checkboxButtonSize:useFormSize(computed(()=>{var AAe;return(AAe=zP==null?void 0:zP.size)==null?void 0:AAe.value}),{prop:!0}),isChecked:tAe,isFocused:z9,checkboxSize:useFormSize(computed(()=>{var AAe;return(AAe=zP==null?void 0:zP.size)==null?void 0:AAe.value})),hasOwnLabel:computed(()=>!!x_.default||!isPropAbsent(eAe.value)),actualValue:eAe}},useCheckbox=(r4,x_)=>{const{formItem:$P}=useFormItem(),{model:zP,isGroup:z9,isLimitExceeded:eAe}=useCheckboxModel(r4),{isFocused:tAe,isChecked:AAe,checkboxButtonSize:iAe,checkboxSize:nAe,hasOwnLabel:oAe,actualValue:aAe}=useCheckboxStatus(r4,x_,{model:zP}),{isDisabled:cAe}=useCheckboxDisabled({model:zP,isChecked:AAe}),{inputId:uAe,isLabeledByFormItem:dAe}=useFormItemInputId(r4,{formItemContext:$P,disableIdGeneration:oAe,disableIdManagement:z9}),{handleChange:EAe,onClickRoot:gAe}=useCheckboxEvent(r4,{model:zP,isLimitExceeded:eAe,hasOwnLabel:oAe,isDisabled:cAe,isLabeledByFormItem:dAe});return(()=>{function mAe(){isArray$6(zP.value)&&!zP.value.includes(aAe.value)?zP.value.push(aAe.value):zP.value=r4.trueValue??r4.trueLabel??!0}r4.checked&&mAe()})(),useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-checkbox",ref:"https://element-plus.org/en-US/component/checkbox.html"},computed(()=>z9.value&&isPropAbsent(r4.value))),useDeprecated({from:"true-label",replacement:"true-value",version:"3.0.0",scope:"el-checkbox",ref:"https://element-plus.org/en-US/component/checkbox.html"},computed(()=>!!r4.trueLabel)),useDeprecated({from:"false-label",replacement:"false-value",version:"3.0.0",scope:"el-checkbox",ref:"https://element-plus.org/en-US/component/checkbox.html"},computed(()=>!!r4.falseLabel)),{inputId:uAe,isLabeledByFormItem:dAe,isChecked:AAe,isDisabled:cAe,isFocused:tAe,checkboxButtonSize:iAe,checkboxSize:nAe,hasOwnLabel:oAe,model:zP,actualValue:aAe,handleChange:EAe,onClickRoot:gAe}},_hoisted_1$9w=["id","indeterminate","name","tabindex","disabled"];var checkbox_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCheckbox",__name:"checkbox",props:checkboxProps,emits:checkboxEmits,setup(r4){const x_=r4,{inputId:$P,isLabeledByFormItem:zP,isChecked:z9,isDisabled:eAe,isFocused:tAe,checkboxSize:AAe,hasOwnLabel:iAe,model:nAe,actualValue:oAe,handleChange:aAe,onClickRoot:cAe}=useCheckbox(x_,useSlots()),uAe=computed(()=>x_.trueValue||x_.falseValue||x_.trueLabel||x_.falseLabel?{"true-value":x_.trueValue??x_.trueLabel??!0,"false-value":x_.falseValue??x_.falseLabel??!1}:{value:oAe.value}),dAe=useNamespace("checkbox"),EAe=computed(()=>[dAe.b(),dAe.m(AAe.value),dAe.is("disabled",eAe.value),dAe.is("bordered",x_.border),dAe.is("checked",z9.value)]),gAe=computed(()=>[dAe.e("input"),dAe.is("disabled",eAe.value),dAe.is("checked",z9.value),dAe.is("indeterminate",x_.indeterminate),dAe.is("focus",tAe.value)]);return(pAe,mAe)=>(openBlock(),createBlock(resolveDynamicComponent(!unref(iAe)&&unref(zP)?"span":"label"),{for:!unref(iAe)&&unref(zP)?null:unref($P),class:normalizeClass(EAe.value),"aria-controls":r4.indeterminate?r4.ariaControls:null,"aria-checked":r4.indeterminate?"mixed":void 0,"aria-label":r4.ariaLabel,onClick:unref(cAe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(gAe.value)},[withDirectives(createBaseVNode("input",mergeProps({id:unref($P),"onUpdate:modelValue":mAe[0]||(mAe[0]=SAe=>isRef(nAe)?nAe.value=SAe:null),class:unref(dAe).e("original"),type:"checkbox",indeterminate:r4.indeterminate,name:r4.name,tabindex:r4.tabindex,disabled:unref(eAe)},uAe.value,{onChange:mAe[1]||(mAe[1]=(...SAe)=>unref(aAe)&&unref(aAe)(...SAe)),onFocus:mAe[2]||(mAe[2]=SAe=>tAe.value=!0),onBlur:mAe[3]||(mAe[3]=SAe=>tAe.value=!1),onClick:mAe[4]||(mAe[4]=withModifiers(()=>{},["stop"]))}),null,16,_hoisted_1$9w),[[vModelCheckbox,unref(nAe)]]),createBaseVNode("span",{class:normalizeClass(unref(dAe).e("inner"))},null,2)],2),unref(iAe)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(dAe).e("label"))},[renderSlot(pAe.$slots,"default"),pAe.$slots.default?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment$1,{key:0},[createTextVNode(toDisplayString(r4.label),1)],64))],2)):createCommentVNode("v-if",!0)]),_:3},8,["for","class","aria-controls","aria-checked","aria-label","onClick"]))}}),checkbox_default=checkbox_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9v=["name","tabindex","disabled"];var checkbox_button_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCheckboxButton",__name:"checkbox-button",props:checkboxProps,emits:checkboxEmits,setup(r4){const x_=r4,{isFocused:$P,isChecked:zP,isDisabled:z9,checkboxButtonSize:eAe,model:tAe,actualValue:AAe,handleChange:iAe}=useCheckbox(x_,useSlots()),nAe=computed(()=>x_.trueValue||x_.falseValue||x_.trueLabel||x_.falseLabel?{"true-value":x_.trueValue??x_.trueLabel??!0,"false-value":x_.falseValue??x_.falseLabel??!1}:{value:AAe.value}),oAe=inject(checkboxGroupContextKey,void 0),aAe=useNamespace("checkbox"),cAe=computed(()=>{var EAe,gAe;const dAe=((EAe=oAe==null?void 0:oAe.fill)==null?void 0:EAe.value)??"";return{backgroundColor:dAe,borderColor:dAe,color:((gAe=oAe==null?void 0:oAe.textColor)==null?void 0:gAe.value)??"",boxShadow:dAe?`-1px 0 0 0 ${dAe}`:void 0}}),uAe=computed(()=>[aAe.b("button"),aAe.bm("button",eAe.value),aAe.is("disabled",z9.value),aAe.is("checked",zP.value),aAe.is("focus",$P.value)]);return(dAe,EAe)=>(openBlock(),createElementBlock("label",{class:normalizeClass(uAe.value)},[withDirectives(createBaseVNode("input",mergeProps({"onUpdate:modelValue":EAe[0]||(EAe[0]=gAe=>isRef(tAe)?tAe.value=gAe:null),class:unref(aAe).be("button","original"),type:"checkbox",name:r4.name,tabindex:r4.tabindex,disabled:unref(z9)},nAe.value,{onChange:EAe[1]||(EAe[1]=(...gAe)=>unref(iAe)&&unref(iAe)(...gAe)),onFocus:EAe[2]||(EAe[2]=gAe=>$P.value=!0),onBlur:EAe[3]||(EAe[3]=gAe=>$P.value=!1),onClick:EAe[4]||(EAe[4]=withModifiers(()=>{},["stop"]))}),null,16,_hoisted_1$9v),[[vModelCheckbox,unref(tAe)]]),dAe.$slots.default||r4.label?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(aAe).be("button","inner")),style:normalizeStyle$1(unref(zP)?cAe.value:void 0)},[renderSlot(dAe.$slots,"default",{},()=>[createTextVNode(toDisplayString(r4.label),1)])],6)):createCommentVNode("v-if",!0)],2))}}),checkbox_button_default=checkbox_button_vue_vue_type_script_setup_true_lang_default,checkbox_group_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCheckboxGroup",__name:"checkbox-group",props:checkboxGroupProps,emits:checkboxGroupEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("checkbox"),eAe=useFormDisabled(),{formItem:tAe}=useFormItem(),{inputId:AAe,isLabeledByFormItem:iAe}=useFormItemInputId($P,{formItemContext:tAe}),nAe=async dAe=>{zP(UPDATE_MODEL_EVENT,dAe),await nextTick(),zP(CHANGE_EVENT,dAe)},oAe=computed({get(){return $P.modelValue},set(dAe){nAe(dAe)}}),aAe=computed(()=>({...checkboxDefaultProps,...$P.props})),cAe=dAe=>{const{label:EAe,value:gAe,disabled:pAe}=aAe.value,mAe={label:dAe[EAe],value:dAe[gAe],disabled:dAe[pAe]};return{...omit(dAe,[EAe,gAe,pAe]),...mAe}},uAe=computed(()=>$P.type==="button"?checkbox_button_default:checkbox_default);return provide(checkboxGroupContextKey,{...pick(toRefs($P),["size","min","max","validateEvent","fill","textColor"]),disabled:eAe,modelValue:oAe,changeEvent:nAe}),watch(()=>$P.modelValue,(dAe,EAe)=>{$P.validateEvent&&!isEqual$1(dAe,EAe)&&(tAe==null||tAe.validate("change").catch(gAe=>debugWarn(gAe)))}),(dAe,EAe)=>{var gAe;return openBlock(),createBlock(resolveDynamicComponent(r4.tag),{id:unref(AAe),class:normalizeClass(unref(z9).b("group")),role:"group","aria-label":unref(iAe)?void 0:r4.ariaLabel||"checkbox-group","aria-labelledby":unref(iAe)?(gAe=unref(tAe))==null?void 0:gAe.labelId:void 0},{default:withCtx(()=>[renderSlot(dAe.$slots,"default",{},()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.options,(pAe,mAe)=>(openBlock(),createBlock(resolveDynamicComponent(uAe.value),mergeProps({key:mAe},{ref_for:!0},cAe(pAe)),null,16))),128))])]),_:3},8,["id","class","aria-label","aria-labelledby"])}}}),checkbox_group_default=checkbox_group_vue_vue_type_script_setup_true_lang_default;const ElCheckbox=withInstall(checkbox_default,{CheckboxButton:checkbox_button_default,CheckboxGroup:checkbox_group_default}),ElCheckboxButton=withNoopInstall(checkbox_button_default),ElCheckboxGroup=withNoopInstall(checkbox_group_default),radioPropsBase=buildProps$1({modelValue:{type:[String,Number,Boolean],default:void 0},size:useSizeProp,disabled:{type:Boolean,default:void 0},label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),radioProps=buildProps$1({...radioPropsBase,border:Boolean}),radioEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4)||isNumber$2(r4)||isBoolean(r4),[CHANGE_EVENT]:r4=>isString$2(r4)||isNumber$2(r4)||isBoolean(r4)},radioGroupKey=Symbol("radioGroupKey"),radioButtonProps=buildProps$1({...radioPropsBase}),radioDefaultProps={label:"label",value:"value",disabled:"disabled"},radioGroupProps=buildProps$1({id:{type:String,default:void 0},size:useSizeProp,disabled:{type:Boolean,default:void 0},modelValue:{type:[String,Number,Boolean],default:void 0},fill:{type:String,default:""},textColor:{type:String,default:""},name:{type:String,default:void 0},validateEvent:{type:Boolean,default:!0},options:{type:definePropType(Array)},props:{type:definePropType(Object),default:()=>radioDefaultProps},type:{type:String,values:["radio","button"],default:"radio"},...useAriaProps(["ariaLabel"])}),radioGroupEmits=radioEmits,useRadio=(r4,x_)=>{const $P=ref(),zP=inject(radioGroupKey,void 0),z9=computed(()=>!!zP),eAe=computed(()=>isPropAbsent(r4.value)?r4.label:r4.value),tAe=computed({get(){return z9.value?zP.modelValue:r4.modelValue},set(aAe){z9.value?zP.changeEvent(aAe):x_&&x_(UPDATE_MODEL_EVENT,aAe),$P.value.checked=r4.modelValue===eAe.value}}),AAe=useFormSize(computed(()=>zP==null?void 0:zP.size)),iAe=useFormDisabled(computed(()=>zP==null?void 0:zP.disabled)),nAe=ref(!1),oAe=computed(()=>iAe.value||z9.value&&tAe.value!==eAe.value?-1:0);return useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-radio",ref:"https://element-plus.org/en-US/component/radio.html"},computed(()=>z9.value&&isPropAbsent(r4.value))),{radioRef:$P,isGroup:z9,radioGroup:zP,focus:nAe,size:AAe,disabled:iAe,tabIndex:oAe,modelValue:tAe,actualValue:eAe}},_hoisted_1$9u=["value","name","disabled","checked"];var radio_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElRadio",__name:"radio",props:radioProps,emits:radioEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("radio"),{radioRef:eAe,radioGroup:tAe,focus:AAe,size:iAe,disabled:nAe,modelValue:oAe,actualValue:aAe}=useRadio($P,zP);function cAe(){nextTick(()=>zP(CHANGE_EVENT,oAe.value))}return(uAe,dAe)=>{var EAe;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(z9).b(),unref(z9).is("disabled",unref(nAe)),unref(z9).is("focus",unref(AAe)),unref(z9).is("bordered",r4.border),unref(z9).is("checked",unref(oAe)===unref(aAe)),unref(z9).m(unref(iAe))])},[createBaseVNode("span",{class:normalizeClass([unref(z9).e("input"),unref(z9).is("disabled",unref(nAe)),unref(z9).is("checked",unref(oAe)===unref(aAe))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:eAe,"onUpdate:modelValue":dAe[0]||(dAe[0]=gAe=>isRef(oAe)?oAe.value=gAe:null),class:normalizeClass(unref(z9).e("original")),value:unref(aAe),name:r4.name||((EAe=unref(tAe))==null?void 0:EAe.name),disabled:unref(nAe),checked:unref(oAe)===unref(aAe),type:"radio",onFocus:dAe[1]||(dAe[1]=gAe=>AAe.value=!0),onBlur:dAe[2]||(dAe[2]=gAe=>AAe.value=!1),onChange:cAe,onClick:dAe[3]||(dAe[3]=withModifiers(()=>{},["stop"]))},null,42,_hoisted_1$9u),[[vModelRadio,unref(oAe)]]),createBaseVNode("span",{class:normalizeClass(unref(z9).e("inner"))},null,2)],2),createBaseVNode("span",{class:normalizeClass(unref(z9).e("label")),onKeydown:dAe[4]||(dAe[4]=withModifiers(()=>{},["stop"]))},[renderSlot(uAe.$slots,"default",{},()=>[createTextVNode(toDisplayString(r4.label),1)])],34)],2)}}}),radio_default=radio_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9t=["value","name","disabled"];var radio_button_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElRadioButton",__name:"radio-button",props:radioButtonProps,setup(r4){const x_=r4,$P=useNamespace("radio"),{radioRef:zP,focus:z9,size:eAe,disabled:tAe,modelValue:AAe,radioGroup:iAe,actualValue:nAe}=useRadio(x_),oAe=computed(()=>({backgroundColor:(iAe==null?void 0:iAe.fill)||"",borderColor:(iAe==null?void 0:iAe.fill)||"",boxShadow:iAe!=null&&iAe.fill?`-1px 0 0 0 ${iAe.fill}`:"",color:(iAe==null?void 0:iAe.textColor)||""}));return(aAe,cAe)=>{var uAe;return openBlock(),createElementBlock("label",{class:normalizeClass([unref($P).b("button"),unref($P).is("active",unref(AAe)===unref(nAe)),unref($P).is("disabled",unref(tAe)),unref($P).is("focus",unref(z9)),unref($P).bm("button",unref(eAe))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:zP,"onUpdate:modelValue":cAe[0]||(cAe[0]=dAe=>isRef(AAe)?AAe.value=dAe:null),class:normalizeClass(unref($P).be("button","original-radio")),value:unref(nAe),type:"radio",name:r4.name||((uAe=unref(iAe))==null?void 0:uAe.name),disabled:unref(tAe),onFocus:cAe[1]||(cAe[1]=dAe=>z9.value=!0),onBlur:cAe[2]||(cAe[2]=dAe=>z9.value=!1),onClick:cAe[3]||(cAe[3]=withModifiers(()=>{},["stop"]))},null,42,_hoisted_1$9t),[[vModelRadio,unref(AAe)]]),createBaseVNode("span",{class:normalizeClass(unref($P).be("button","inner")),style:normalizeStyle$1(unref(AAe)===unref(nAe)?oAe.value:{}),onKeydown:cAe[4]||(cAe[4]=withModifiers(()=>{},["stop"]))},[renderSlot(aAe.$slots,"default",{},()=>[createTextVNode(toDisplayString(r4.label),1)])],38)],2)}}}),radio_button_default=radio_button_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9s=["id","aria-label","aria-labelledby"];var radio_group_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElRadioGroup",__name:"radio-group",props:radioGroupProps,emits:radioGroupEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("radio"),eAe=useId(),tAe=ref(),{formItem:AAe}=useFormItem(),{inputId:iAe,isLabeledByFormItem:nAe}=useFormItemInputId($P,{formItemContext:AAe}),oAe=EAe=>{zP(UPDATE_MODEL_EVENT,EAe),nextTick(()=>zP(CHANGE_EVENT,EAe))};onMounted(()=>{const EAe=tAe.value.querySelectorAll("[type=radio]"),gAe=EAe[0];!Array.from(EAe).some(pAe=>pAe.checked)&&gAe&&(gAe.tabIndex=0)});const aAe=computed(()=>$P.name||eAe.value),cAe=computed(()=>({...radioDefaultProps,...$P.props})),uAe=EAe=>{const{label:gAe,value:pAe,disabled:mAe}=cAe.value,SAe={label:EAe[gAe],value:EAe[pAe],disabled:EAe[mAe]};return{...omit(EAe,[gAe,pAe,mAe]),...SAe}},dAe=computed(()=>$P.type==="button"?radio_button_default:radio_default);return provide(radioGroupKey,reactive({...toRefs($P),changeEvent:oAe,name:aAe})),watch(()=>$P.modelValue,(EAe,gAe)=>{$P.validateEvent&&!isEqual$1(EAe,gAe)&&(AAe==null||AAe.validate("change").catch(pAe=>debugWarn(pAe)))}),(EAe,gAe)=>(openBlock(),createElementBlock("div",{id:unref(iAe),ref_key:"radioGroupRef",ref:tAe,class:normalizeClass(unref(z9).b("group")),role:"radiogroup","aria-label":unref(nAe)?void 0:r4.ariaLabel||"radio-group","aria-labelledby":unref(nAe)?unref(AAe).labelId:void 0},[renderSlot(EAe.$slots,"default",{},()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.options,(pAe,mAe)=>(openBlock(),createBlock(resolveDynamicComponent(dAe.value),mergeProps({key:mAe},{ref_for:!0},uAe(pAe)),null,16))),128))])],10,_hoisted_1$9s))}}),radio_group_default=radio_group_vue_vue_type_script_setup_true_lang_default;const ElRadio=withInstall(radio_default,{RadioButton:radio_button_default,RadioGroup:radio_group_default}),ElRadioGroup=withNoopInstall(radio_group_default),ElRadioButton=withNoopInstall(radio_button_default),CASCADER_PANEL_INJECTION_KEY=Symbol();function isVNodeEmpty(r4){return!!(isArray$6(r4)?r4.every(({type:x_})=>x_===Comment):(r4==null?void 0:r4.type)===Comment)}var node_content_default=defineComponent({name:"NodeContent",props:{node:{type:Object,required:!0}},setup(r4){const x_=useNamespace("cascader-node"),{renderLabelFn:$P}=inject(CASCADER_PANEL_INJECTION_KEY),{node:zP}=r4,{data:z9,label:eAe}=zP,tAe=()=>{const AAe=$P==null?void 0:$P({node:zP,data:z9});return isVNodeEmpty(AAe)?eAe:AAe??eAe};return()=>createVNode$1("span",{class:x_.e("label")},[tAe()])}});const _hoisted_1$9r=["id","aria-haspopup","aria-owns","aria-expanded","tabindex"];var node_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCascaderNode",__name:"node",props:{node:{type:Object,required:!0},menuId:String},emits:["expand"],setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=inject(CASCADER_PANEL_INJECTION_KEY),eAe=useNamespace("cascader-node"),tAe=computed(()=>z9.isHoverMenu),AAe=computed(()=>z9.config.multiple),iAe=computed(()=>z9.config.checkStrictly),nAe=computed(()=>z9.config.showPrefix),oAe=computed(()=>{var LAe;return(LAe=z9.checkedNodes[0])==null?void 0:LAe.uid}),aAe=computed(()=>$P.node.isDisabled),cAe=computed(()=>$P.node.isLeaf),uAe=computed(()=>iAe.value&&!cAe.value||!aAe.value),dAe=computed(()=>gAe(z9.expandingNode)),EAe=computed(()=>iAe.value&&z9.checkedNodes.some(gAe)),gAe=LAe=>{var PAe;const{level:wAe,uid:OAe}=$P.node;return((PAe=LAe==null?void 0:LAe.pathNodes[wAe-1])==null?void 0:PAe.uid)===OAe},pAe=()=>{dAe.value||z9.expandNode($P.node)},mAe=LAe=>{const{node:wAe}=$P;LAe!==wAe.checked&&z9.handleCheckChange(wAe,LAe)},SAe=()=>{z9.lazyLoad($P.node,()=>{cAe.value||pAe()})},DAe=LAe=>{tAe.value&&(NAe(),!cAe.value&&zP("expand",LAe))},NAe=()=>{const{node:LAe}=$P;!uAe.value||LAe.loading||(LAe.loaded?pAe():SAe())},TAe=()=>{cAe.value&&!aAe.value&&!iAe.value&&!AAe.value?GAe(!0):(z9.config.checkOnClickNode&&(AAe.value||iAe.value)||cAe.value&&z9.config.checkOnClickLeaf)&&!aAe.value?bAe(!$P.node.checked):tAe.value||NAe()},bAe=LAe=>{iAe.value?(mAe(LAe),$P.node.loaded&&pAe()):GAe(LAe)},GAe=LAe=>{$P.node.loaded?(mAe(LAe),!iAe.value&&pAe()):SAe()};return(LAe,wAe)=>(openBlock(),createElementBlock("li",{id:`${r4.menuId}-${r4.node.uid}`,role:"menuitem","aria-haspopup":!cAe.value,"aria-owns":cAe.value?void 0:r4.menuId,"aria-expanded":dAe.value,tabindex:uAe.value?-1:void 0,class:normalizeClass([unref(eAe).b(),unref(eAe).is("selectable",iAe.value),unref(eAe).is("active",r4.node.checked),unref(eAe).is("disabled",!uAe.value),dAe.value&&"in-active-path",EAe.value&&"in-checked-path"]),onMouseenter:DAe,onFocus:DAe,onClick:TAe},[createCommentVNode(" prefix "),AAe.value&&nAe.value?(openBlock(),createBlock(unref(ElCheckbox),{key:0,"model-value":r4.node.checked,indeterminate:r4.node.indeterminate,disabled:aAe.value,onClick:wAe[0]||(wAe[0]=withModifiers(()=>{},["stop"])),"onUpdate:modelValue":bAe},null,8,["model-value","indeterminate","disabled"])):iAe.value&&nAe.value?(openBlock(),createBlock(unref(ElRadio),{key:1,"model-value":oAe.value,label:r4.node.uid,disabled:aAe.value,"onUpdate:modelValue":bAe,onClick:wAe[1]||(wAe[1]=withModifiers(()=>{},["stop"]))},{default:withCtx(()=>[createCommentVNode(` Add an empty element to avoid render label, do not use empty fragment here for https://github.com/vuejs/vue-next/pull/2485 `),wAe[2]||(wAe[2]=createBaseVNode("span",null,null,-1))]),_:1},8,["model-value","label","disabled"])):cAe.value&&r4.node.checked?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(eAe).e("prefix"))},{default:withCtx(()=>[createVNode$1(unref(check_default))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createCommentVNode(" content "),createVNode$1(unref(node_content_default),{node:r4.node},null,8,["node"]),createCommentVNode(" postfix "),cAe.value?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment$1,{key:3},[r4.node.loading?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(eAe).is("loading"),unref(eAe).e("postfix")])},{default:withCtx(()=>[createVNode$1(unref(loading_default))]),_:1},8,["class"])):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(["arrow-right",unref(eAe).e("postfix")])},{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1},8,["class"]))],64))],42,_hoisted_1$9r))}}),node_default=node_vue_vue_type_script_setup_true_lang_default,menu_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCascaderMenu",__name:"menu",props:{nodes:{type:Array,required:!0},index:{type:Number,required:!0}},setup(r4){const x_=r4,$P=getCurrentInstance(),zP=useNamespace("cascader-menu"),{t:z9}=useLocale(),eAe=useId();let tAe,AAe;const iAe=inject(CASCADER_PANEL_INJECTION_KEY),nAe=ref(),oAe=computed(()=>!x_.nodes.length),aAe=computed(()=>!iAe.initialLoaded),cAe=computed(()=>`${eAe.value}-${x_.index}`),uAe=pAe=>{tAe=pAe.target},dAe=pAe=>{var mAe;if(!(!iAe.isHoverMenu||!tAe||!nAe.value))if(tAe.contains(pAe.target)){EAe();const SAe=$P.vnode.el,{left:DAe}=SAe.getBoundingClientRect(),{offsetWidth:NAe,offsetHeight:TAe}=SAe,bAe=pAe.clientX-DAe,GAe=tAe.offsetTop,LAe=GAe+tAe.offsetHeight,wAe=((mAe=SAe.querySelector(`.${zP.e("wrap")}`))==null?void 0:mAe.scrollTop)||0;nAe.value.innerHTML=` `}else AAe||(AAe=window.setTimeout(gAe,iAe.config.hoverThreshold))},EAe=()=>{AAe&&(clearTimeout(AAe),AAe=void 0)},gAe=()=>{nAe.value&&(nAe.value.innerHTML="",EAe())};return(pAe,mAe)=>(openBlock(),createBlock(unref(ElScrollbar),{key:cAe.value,tag:"ul",role:"menu",class:normalizeClass(unref(zP).b()),"wrap-class":unref(zP).e("wrap"),"view-class":[unref(zP).e("list"),unref(zP).is("empty",oAe.value)],onMousemove:dAe,onMouseleave:gAe},{default:withCtx(()=>{var SAe;return[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.nodes,DAe=>(openBlock(),createBlock(node_default,{key:DAe.uid,node:DAe,"menu-id":cAe.value,onExpand:uAe},null,8,["node","menu-id"]))),128)),aAe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("empty-text"))},[createVNode$1(unref(ElIcon),{size:"14",class:normalizeClass(unref(zP).is("loading"))},{default:withCtx(()=>[createVNode$1(unref(loading_default))]),_:1},8,["class"]),createTextVNode(" "+toDisplayString(unref(z9)("el.cascader.loading")),1)],2)):oAe.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(zP).e("empty-text"))},[renderSlot(pAe.$slots,"empty",{},()=>[createTextVNode(toDisplayString(unref(z9)("el.cascader.noData")),1)])],2)):(SAe=unref(iAe))!=null&&SAe.isHoverMenu?(openBlock(),createElementBlock(Fragment$1,{key:2},[createCommentVNode(" eslint-disable vue/html-self-closing "),(openBlock(),createElementBlock("svg",{ref_key:"hoverZone",ref:nAe,class:normalizeClass(unref(zP).e("hover-zone"))},null,2))],2112)):createCommentVNode("v-if",!0),createCommentVNode(" eslint-enable vue/html-self-closing ")]}),_:3},8,["class","wrap-class","view-class"]))}}),menu_default$1=menu_vue_vue_type_script_setup_true_lang_default;let uid$1=0;const calculatePathNodes=r4=>{const x_=[r4];let{parent:$P}=r4;for(;$P;)x_.unshift($P),$P=$P.parent;return x_};var Node$2=class Ert{constructor(x_,$P,zP,z9=!1){this.data=x_,this.config=$P,this.parent=zP,this.root=z9,this.uid=uid$1++,this.checked=!1,this.indeterminate=!1,this.loading=!1;const{value:eAe,label:tAe,children:AAe}=$P,iAe=x_[AAe],nAe=calculatePathNodes(this);this.level=z9?0:zP?zP.level+1:1,this.value=x_[eAe],this.label=x_[tAe],this.pathNodes=nAe,this.pathValues=nAe.map(oAe=>oAe.value),this.pathLabels=nAe.map(oAe=>oAe.label),this.childrenData=iAe,this.children=(iAe||[]).map(oAe=>new Ert(oAe,$P,this)),this.loaded=!$P.lazy||this.isLeaf||!isEmpty(iAe),this.text=""}get isDisabled(){const{data:x_,parent:$P,config:zP}=this,{disabled:z9,checkStrictly:eAe}=zP;return(isFunction$4(z9)?z9(x_,this):!!x_[z9])||!eAe&&!!($P!=null&&$P.isDisabled)}get isLeaf(){const{data:x_,config:$P,childrenData:zP,loaded:z9}=this,{lazy:eAe,leaf:tAe}=$P,AAe=isFunction$4(tAe)?tAe(x_,this):x_[tAe];return isUndefined(AAe)?eAe&&!z9?!1:!(isArray$6(zP)&&zP.length):!!AAe}get valueByOption(){return this.config.emitPath?this.pathValues:this.value}appendChild(x_){const{childrenData:$P,children:zP}=this,z9=new Ert(x_,this.config,this);return isArray$6($P)?$P.push(x_):this.childrenData=[x_],zP.push(z9),z9}calcText(x_,$P){const zP=x_?this.pathLabels.join($P):this.label;return this.text=zP,zP}broadcast(x_){this.children.forEach($P=>{var zP;$P&&($P.broadcast(x_),(zP=$P.onParentCheck)==null||zP.call($P,x_))})}emit(){var $P;const{parent:x_}=this;x_&&(($P=x_.onChildCheck)==null||$P.call(x_),x_.emit())}onParentCheck(x_){this.isDisabled||this.setCheckState(x_)}onChildCheck(){const{children:x_}=this,$P=x_.filter(z9=>!z9.isDisabled),zP=$P.length?$P.every(z9=>z9.checked):!1;this.setCheckState(zP)}setCheckState(x_){const $P=this.children.length,zP=this.children.reduce((z9,eAe)=>z9+(eAe.checked?1:eAe.indeterminate?.5:0),0);this.checked=this.loaded&&this.children.filter(z9=>!z9.isDisabled).every(z9=>z9.loaded&&z9.checked)&&x_,this.indeterminate=this.loaded&&zP!==$P&&zP>0}doCheck(x_){if(this.checked===x_)return;const{checkStrictly:$P,multiple:zP}=this.config;$P||!zP?this.checked=x_:(this.broadcast(x_),this.setCheckState(x_),this.emit())}};const flatNodes=(r4,x_)=>r4.reduce(($P,zP)=>(zP.isLeaf?$P.push(zP):(!x_&&$P.push(zP),$P=$P.concat(flatNodes(zP.children,x_))),$P),[]);var Store=class{constructor(r4,x_){this.config=x_;const $P=(r4||[]).map(zP=>new Node$2(zP,this.config));this.nodes=$P,this.allNodes=flatNodes($P,!1),this.leafNodes=flatNodes($P,!0)}getNodes(){return this.nodes}getFlattedNodes(r4){return r4?this.leafNodes:this.allNodes}appendNode(r4,x_){const $P=x_?x_.appendChild(r4):new Node$2(r4,this.config);x_||this.nodes.push($P),this.appendAllNodesAndLeafNodes($P)}appendNodes(r4,x_){r4.length>0?r4.forEach($P=>this.appendNode($P,x_)):x_&&x_.isLeaf&&this.leafNodes.push(x_)}appendAllNodesAndLeafNodes(r4){this.allNodes.push(r4),r4.isLeaf&&this.leafNodes.push(r4),r4.children&&r4.children.forEach(x_=>{this.appendAllNodesAndLeafNodes(x_)})}getNodeByValue(r4,x_=!1){return isPropAbsent(r4)?null:this.getFlattedNodes(x_).find($P=>isEqual$1($P.value,r4)||isEqual$1($P.pathValues,r4))||null}getSameNode(r4){return r4&&this.getFlattedNodes(!1).find(({value:x_,level:$P})=>isEqual$1(r4.value,x_)&&r4.level===$P)||null}};const getMenuIndex=r4=>{if(!r4)return 0;const x_=r4.id.split("-");return Number(x_[x_.length-2])},checkNode=r4=>{if(!r4)return;const x_=r4.querySelector("input");x_?x_.click():isLeaf(r4)&&r4.click()},sortByOriginalOrder=(r4,x_)=>{const $P=x_.slice(0),zP=$P.map(eAe=>eAe.uid),z9=r4.reduce((eAe,tAe)=>{const AAe=zP.indexOf(tAe.uid);return AAe>-1&&(eAe.push(tAe),$P.splice(AAe,1),zP.splice(AAe,1)),eAe},[]);return z9.push(...$P),z9};var index_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCascaderPanel",__name:"index",props:cascaderPanelProps,emits:cascaderPanelEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P;let eAe=!1;const tAe=useNamespace("cascader"),AAe=useCascaderConfig(zP),iAe=useSlots();let nAe;const oAe=ref(!0),aAe=ref(!1),cAe=ref([]),uAe=ref(),dAe=ref([]),EAe=ref(),gAe=ref([]),pAe=computed(()=>AAe.value.expandTrigger==="hover"),mAe=computed(()=>zP.renderLabel||iAe.default),SAe=()=>{const{options:rIe}=zP,AIe=AAe.value;eAe=!1,nAe=new Store(rIe,AIe),dAe.value=[nAe.getNodes()],AIe.lazy&&isEmpty(zP.options)?(oAe.value=!1,DAe(void 0,XAe=>{XAe&&(nAe=new Store(XAe,AIe),dAe.value=[nAe.getNodes()]),oAe.value=!0,PAe(!1,!0)})):PAe(!1,!0)},DAe=(rIe,AIe)=>{const XAe=AAe.value;rIe=rIe||new Node$2({},XAe,void 0,!0),rIe.loading=!0;const EIe=tIe=>{const gIe=rIe,pIe=gIe.root?null:gIe;gIe.loading=!1,gIe.loaded=!0,gIe.childrenData=gIe.childrenData||[],tIe&&(nAe==null||nAe.appendNodes(tIe,pIe)),tIe&&(AIe==null||AIe(tIe)),rIe.level===0&&(aAe.value=!0)},hIe=()=>{rIe.loading=!1,rIe.loaded=!1,rIe.level===0&&(oAe.value=!0)};XAe.lazyLoad(rIe,EIe,hIe)},NAe=(rIe,AIe)=>{var tIe;const{level:XAe}=rIe,EIe=dAe.value.slice(0,XAe);let hIe;rIe.isLeaf?hIe=rIe.pathNodes[XAe-2]:(hIe=rIe,EIe.push(rIe.children)),((tIe=EAe.value)==null?void 0:tIe.uid)!==(hIe==null?void 0:hIe.uid)&&(EAe.value=rIe,dAe.value=EIe,!AIe&&z9("expand-change",(rIe==null?void 0:rIe.pathValues)||[]))},TAe=(rIe,AIe,XAe=!0)=>{const{checkStrictly:EIe,multiple:hIe}=AAe.value,tIe=gAe.value[0];eAe=!0,!hIe&&(tIe==null||tIe.doCheck(!1)),rIe.doCheck(AIe),OAe(),XAe&&!hIe&&!EIe&&z9("close"),!XAe&&!hIe&&bAe(rIe)},bAe=rIe=>{rIe&&(rIe=rIe.parent,bAe(rIe),rIe&&NAe(rIe))},GAe=rIe=>nAe==null?void 0:nAe.getFlattedNodes(rIe),LAe=rIe=>{var AIe;return(AIe=GAe(rIe))==null?void 0:AIe.filter(({checked:XAe})=>XAe!==!1)},wAe=()=>{gAe.value.forEach(rIe=>rIe.doCheck(!1)),OAe(),dAe.value=dAe.value.slice(0,1),EAe.value=void 0,z9("expand-change",[])},OAe=()=>{const{checkStrictly:rIe,multiple:AIe}=AAe.value,XAe=gAe.value,EIe=sortByOriginalOrder(XAe,LAe(!rIe)),hIe=EIe.map(tIe=>tIe.valueByOption);gAe.value=EIe,uAe.value=AIe?hIe:hIe[0]??null},PAe=(rIe=!1,AIe=!1)=>{const{modelValue:XAe}=zP,{lazy:EIe,multiple:hIe,checkStrictly:tIe}=AAe.value,gIe=!tIe;if(!(!oAe.value||eAe||!AIe&&isEqual$1(XAe,uAe.value)))if(EIe&&!rIe){const pIe=unique(flattenDeep(castArray(XAe))).map(_Ie=>nAe==null?void 0:nAe.getNodeByValue(_Ie)).filter(_Ie=>!!_Ie&&!_Ie.loaded&&!_Ie.loading);pIe.length?pIe.forEach(_Ie=>{DAe(_Ie,()=>PAe(!1,AIe))}):PAe(!0,AIe)}else HAe(unique((hIe?castArray(XAe):[XAe]).map(pIe=>nAe==null?void 0:nAe.getNodeByValue(pIe,gIe))),AIe),uAe.value=cloneDeep(XAe??void 0)},HAe=(rIe,AIe=!0)=>{const{checkStrictly:XAe}=AAe.value,EIe=gAe.value,hIe=rIe.filter(pIe=>!!pIe&&(XAe||pIe.isLeaf)),tIe=nAe==null?void 0:nAe.getSameNode(EAe.value),gIe=AIe&&tIe||hIe[0];gIe?gIe.pathNodes.forEach(pIe=>NAe(pIe,!0)):EAe.value=void 0,EIe.forEach(pIe=>pIe.doCheck(!1)),reactive(hIe).forEach(pIe=>pIe.doCheck(!0)),gAe.value=hIe,nextTick(zAe)},zAe=()=>{isClient$1&&cAe.value.forEach(rIe=>{const AIe=rIe==null?void 0:rIe.$el;if(AIe){const XAe=AIe.querySelector(`.${tAe.namespace.value}-scrollbar__wrap`);let EIe=AIe.querySelector(`.${tAe.b("node")}.in-active-path`);if(!EIe){const hIe=AIe.querySelectorAll(`.${tAe.b("node")}.${tAe.is("active")}`);EIe=hIe[hIe.length-1]}scrollIntoView(XAe,EIe)}})},eIe=rIe=>{var EIe,hIe;const AIe=rIe.target,XAe=getEventCode(rIe);switch(XAe){case EVENT_CODE.up:case EVENT_CODE.down:rIe.preventDefault(),focusNode(getSibling(AIe,XAe===EVENT_CODE.up?-1:1,`.${tAe.b("node")}[tabindex="-1"]`));break;case EVENT_CODE.left:{rIe.preventDefault();const tIe=(EIe=cAe.value[getMenuIndex(AIe)-1])==null?void 0:EIe.$el.querySelector(`.${tAe.b("node")}[aria-expanded="true"]`);focusNode(tIe);break}case EVENT_CODE.right:{rIe.preventDefault();const tIe=(hIe=cAe.value[getMenuIndex(AIe)+1])==null?void 0:hIe.$el.querySelector(`.${tAe.b("node")}[tabindex="-1"]`);focusNode(tIe);break}case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:checkNode(AIe);break}};provide(CASCADER_PANEL_INJECTION_KEY,reactive({config:AAe,expandingNode:EAe,checkedNodes:gAe,isHoverMenu:pAe,initialLoaded:oAe,renderLabelFn:mAe,lazyLoad:DAe,expandNode:NAe,handleCheckChange:TAe})),watch(AAe,(rIe,AIe)=>{isEqual$1(rIe,AIe)||SAe()},{immediate:!0}),watch(()=>zP.options,SAe,{deep:!0}),watch(()=>zP.modelValue,()=>{eAe=!1,PAe()},{deep:!0}),watch(()=>uAe.value,rIe=>{isEqual$1(rIe,zP.modelValue)||(z9(UPDATE_MODEL_EVENT,rIe),z9(CHANGE_EVENT,rIe))});const iIe=()=>{aAe.value||SAe()};return onBeforeUpdate(()=>cAe.value=[]),onMounted(()=>!isEmpty(zP.modelValue)&&PAe()),x_({menuList:cAe,menus:dAe,checkedNodes:gAe,handleKeyDown:eIe,handleCheckChange:TAe,getFlattedNodes:GAe,getCheckedNodes:LAe,clearCheckedNodes:wAe,calculateCheckedValue:OAe,scrollToExpandingNode:zAe,loadLazyRootNodes:iIe}),(rIe,AIe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(tAe).b("panel"),unref(tAe).is("bordered",r4.border)]),onKeydown:eIe},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(dAe.value,(XAe,EIe)=>(openBlock(),createBlock(menu_default$1,{key:EIe,ref_for:!0,ref:hIe=>cAe.value[EIe]=hIe,index:EIe,nodes:[...XAe]},{empty:withCtx(()=>[renderSlot(rIe.$slots,"empty")]),_:3},8,["index","nodes"]))),128))],34))}}),src_default$1=index_vue_vue_type_script_setup_true_lang_default;const ElCascaderPanel=withInstall(src_default$1),cascaderProps=buildProps$1({...CommonProps,size:useSizeProp,placeholder:String,disabled:{type:Boolean,default:void 0},clearable:Boolean,clearIcon:{type:iconPropType,default:circle_close_default},filterable:Boolean,filterMethod:{type:definePropType(Function),default:(r4,x_)=>r4.text.includes(x_)},separator:{type:String,default:" / "},showAllLevels:{type:Boolean,default:!0},collapseTags:Boolean,maxCollapseTags:{type:Number,default:1},collapseTagsTooltip:Boolean,maxCollapseTagsTooltipHeight:{type:[String,Number]},debounce:{type:Number,default:300},beforeFilter:{type:definePropType(Function),default:()=>!0},placement:{type:definePropType(String),values:Ee$7,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","bottom","top-start","top","right","left"]},popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,teleported:useTooltipContentProps.teleported,effect:{type:definePropType(String),default:"light"},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},validateEvent:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},showCheckedStrategy:{type:String,values:["parent","child"],default:"child"},checkOnClickNode:Boolean,showPrefix:{type:Boolean,default:!0},...useEmptyValuesProps}),emitChangeFn$1=r4=>!0,cascaderEmits={[UPDATE_MODEL_EVENT]:emitChangeFn$1,[CHANGE_EVENT]:emitChangeFn$1,focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent,clear:()=>!0,visibleChange:r4=>isBoolean(r4),expandChange:r4=>!!r4,removeTag:r4=>!!r4},_hoisted_1$9q=["placeholder"],_hoisted_2$I=["onClick"];var cascader_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCascader",__name:"cascader",props:cascaderProps,emits:cascaderEmits,setup(r4,{expose:x_,emit:$P}){const zP={modifiers:[{name:"arrowPosition",enabled:!0,phase:"main",fn:({state:_Ce})=>{const{modifiersData:FCe,placement:kEe}=_Ce;["right","left","bottom","top"].includes(kEe)||FCe.arrow&&(FCe.arrow.x=35)},requires:["arrow"]}]},z9=r4,eAe=$P,tAe=useAttrs$1(),AAe=useSlots();let iAe=0,nAe=0;const oAe=useNamespace("cascader"),aAe=useNamespace("input"),cAe={small:7,default:11,large:15},{t:uAe}=useLocale(),{formItem:dAe}=useFormItem(),EAe=useFormDisabled(),{valueOnClear:gAe}=useEmptyValues(z9),{isComposing:pAe,handleComposition:mAe}=useComposition({afterComposition(_Ce){var kEe;const FCe=(kEe=_Ce.target)==null?void 0:kEe.value;ZEe(FCe)}}),SAe=ref(),DAe=ref(),NAe=ref(),TAe=ref(),bAe=ref(),GAe=ref(),LAe=ref(!1),wAe=ref(!1),OAe=ref(!1),PAe=ref(""),HAe=ref(""),zAe=ref([]),eIe=ref([]),iIe=computed(()=>z9.props.multiple?z9.collapseTags?zAe.value.slice(0,z9.maxCollapseTags):zAe.value:[]),rIe=computed(()=>z9.props.multiple?z9.collapseTags?zAe.value.slice(z9.maxCollapseTags):[]:[]),AIe=computed(()=>tAe.style),XAe=computed(()=>z9.placeholder??uAe("el.cascader.placeholder")),EIe=computed(()=>HAe.value||zAe.value.length>0||pAe.value?"":XAe.value),hIe=useFormSize(),tIe=computed(()=>hIe.value==="small"?"small":"default"),gIe=computed(()=>!!z9.props.multiple),pIe=computed(()=>!z9.filterable||gIe.value),_Ie=computed(()=>gIe.value?HAe.value:PAe.value),SIe=computed(()=>{var _Ce;return((_Ce=bAe.value)==null?void 0:_Ce.checkedNodes)||[]}),{wrapperRef:yIe,isFocused:OIe,handleBlur:HIe}=useFocusController(NAe,{disabled:EAe,beforeBlur(_Ce){var FCe,kEe;return((FCe=SAe.value)==null?void 0:FCe.isFocusInsideContent(_Ce))||((kEe=DAe.value)==null?void 0:kEe.isFocusInsideContent(_Ce))},afterBlur(){var _Ce;z9.validateEvent&&((_Ce=dAe==null?void 0:dAe.validate)==null||_Ce.call(dAe,"blur").catch(FCe=>debugWarn(FCe)))}}),PIe=computed(()=>!z9.clearable||EAe.value||OAe.value||!wAe.value&&!OIe.value?!1:!!SIe.value.length),LIe=computed(()=>{const{showAllLevels:_Ce,separator:FCe}=z9,kEe=SIe.value;return kEe.length?gIe.value?"":kEe[0].calcText(_Ce,FCe):""}),oEe=computed(()=>(dAe==null?void 0:dAe.validateState)||""),JIe=computed({get(){return cloneDeep(z9.modelValue)},set(_Ce){const FCe=_Ce??gAe.value;eAe(UPDATE_MODEL_EVENT,FCe),eAe(CHANGE_EVENT,FCe),z9.validateEvent&&(dAe==null||dAe.validate("change").catch(kEe=>debugWarn(kEe)))}}),XIe=computed(()=>[oAe.b(),oAe.m(hIe.value),oAe.is("disabled",EAe.value),tAe.class]),zIe=computed(()=>[aAe.e("icon"),"icon-arrow-down",oAe.is("reverse",LAe.value)]),YIe=computed(()=>oAe.is("focus",OIe.value)),uEe=computed(()=>{var _Ce,FCe;return(FCe=(_Ce=SAe.value)==null?void 0:_Ce.popperRef)==null?void 0:FCe.contentRef}),NEe=_Ce=>{OIe.value&&HIe(new FocusEvent("blur",_Ce)),MEe(!1)},MEe=_Ce=>{var FCe,kEe;EAe.value||(_Ce=_Ce??!LAe.value,_Ce!==LAe.value&&(LAe.value=_Ce,(kEe=(FCe=NAe.value)==null?void 0:FCe.input)==null||kEe.setAttribute("aria-expanded",`${_Ce}`),_Ce?(FEe(),bAe.value&&nextTick(bAe.value.scrollToExpandingNode)):z9.filterable&&TCe(),eAe("visibleChange",_Ce)))},FEe=()=>{nextTick(()=>{var _Ce;(_Ce=SAe.value)==null||_Ce.updatePopper()})},vEe=()=>{OAe.value=!1},yEe=_Ce=>{const{showAllLevels:FCe,separator:kEe}=z9;return{node:_Ce,key:_Ce.uid,text:_Ce.calcText(FCe,kEe),hitState:!1,closable:!EAe.value&&!_Ce.isDisabled}},VEe=_Ce=>{var kEe;const FCe=_Ce.node;FCe.doCheck(!1),(kEe=bAe.value)==null||kEe.calculateCheckedValue(),eAe("removeTag",FCe.valueByOption)},UEe=()=>{switch(z9.showCheckedStrategy){case"child":return SIe.value;case"parent":{const _Ce=$Ee(!1),FCe=_Ce.map(kEe=>kEe.value);return _Ce.filter(kEe=>!kEe.parent||!FCe.includes(kEe.parent.value))}default:return[]}},UCe=()=>{if(!gIe.value)return;const _Ce=UEe(),FCe=[];_Ce.forEach(kEe=>FCe.push(yEe(kEe))),zAe.value=FCe},CCe=()=>{var EBe,bIe;const{filterMethod:_Ce,showAllLevels:FCe,separator:kEe}=z9,WCe=(bIe=(EBe=bAe.value)==null?void 0:EBe.getFlattedNodes(!z9.props.checkStrictly))==null?void 0:bIe.filter(TIe=>TIe.isDisabled?!1:(TIe.calcText(FCe,kEe),_Ce(TIe,_Ie.value)));gIe.value&&zAe.value.forEach(TIe=>{TIe.hitState=!1}),OAe.value=!0,eIe.value=WCe,FEe()},fCe=()=>{var FCe;let _Ce;OAe.value&&GAe.value?_Ce=GAe.value.$el.querySelector(`.${oAe.e("suggestion-item")}`):_Ce=(FCe=bAe.value)==null?void 0:FCe.$el.querySelector(`.${oAe.b("node")}[tabindex="-1"]`),_Ce&&(_Ce.focus(),!OAe.value&&_Ce.getAttribute("aria-haspopup")==="true"&&_Ce.click())},VCe=()=>{var WCe,EBe,bIe;const _Ce=(WCe=NAe.value)==null?void 0:WCe.input,FCe=TAe.value,kEe=(EBe=GAe.value)==null?void 0:EBe.$el;if(!(!isClient$1||!_Ce)){if(kEe){const TIe=kEe.querySelector(`.${oAe.e("suggestion-list")}`);TIe.style.minWidth=`${_Ce.offsetWidth}px`}if(FCe){const{offsetHeight:TIe}=FCe,rBe=zAe.value.length>0?`${Math.max(TIe,iAe)-2}px`:`${iAe}px`;if(_Ce.style.height=rBe,AAe.prefix){const RCe=(bIe=NAe.value)==null?void 0:bIe.$el.querySelector(`.${aAe.e("prefix")}`);let bBe=0;RCe&&(bBe=RCe.offsetWidth,bBe>0&&(bBe+=cAe[hIe.value||"default"])),FCe.style.left=`${bBe}px`}else FCe.style.left="0";FEe()}}},$Ee=_Ce=>{var FCe;return(FCe=bAe.value)==null?void 0:FCe.getCheckedNodes(_Ce)},tCe=_Ce=>{FEe(),eAe("expandChange",_Ce)},iCe=_Ce=>{if(!pAe.value)switch(getEventCode(_Ce)){case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:MEe();break;case EVENT_CODE.down:MEe(!0),nextTick(fCe),_Ce.preventDefault();break;case EVENT_CODE.esc:LAe.value===!0&&(_Ce.preventDefault(),_Ce.stopPropagation(),MEe(!1));break;case EVENT_CODE.tab:MEe(!1);break}},gCe=()=>{var _Ce;(_Ce=bAe.value)==null||_Ce.clearCheckedNodes(),!LAe.value&&z9.filterable&&TCe(),MEe(!1),eAe("clear")},TCe=()=>{const{value:_Ce}=LIe;PAe.value=_Ce,HAe.value=_Ce},YEe=_Ce=>{var kEe,WCe;const{checked:FCe}=_Ce;gIe.value?(kEe=bAe.value)==null||kEe.handleCheckChange(_Ce,!FCe,!1):(!FCe&&((WCe=bAe.value)==null||WCe.handleCheckChange(_Ce,!0,!1)),MEe(!1))},cEe=_Ce=>{const FCe=_Ce.target,kEe=getEventCode(_Ce);switch(kEe){case EVENT_CODE.up:case EVENT_CODE.down:_Ce.preventDefault(),focusNode(getSibling(FCe,kEe===EVENT_CODE.up?-1:1,`.${oAe.e("suggestion-item")}[tabindex="-1"]`));break;case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:FCe.click();break}},OEe=()=>{const _Ce=zAe.value[zAe.value.length-1];nAe=HAe.value?0:nAe+1,!(!_Ce||!nAe||z9.collapseTags&&zAe.value.length>1)&&(_Ce.hitState?VEe(_Ce):_Ce.hitState=!0)},REe=useDebounceFn(()=>{const{value:_Ce}=_Ie;if(!_Ce)return;const FCe=z9.beforeFilter(_Ce);isPromise$1(FCe)?FCe.then(CCe).catch(()=>{}):FCe!==!1?CCe():vEe()},computed(()=>z9.debounce)),ZEe=(_Ce,FCe)=>{if(!LAe.value&&MEe(!0),!(FCe!=null&&FCe.isComposing))if(_Ce)REe();else{const kEe=z9.beforeFilter("");isPromise$1(kEe)&&kEe.catch(()=>{}),vEe()}},uCe=_Ce=>Number.parseFloat(useCssVar(aAe.cssVarName("input-height"),_Ce).value)-2,YCe=()=>{var _Ce;(_Ce=NAe.value)==null||_Ce.focus()},MBe=()=>{var _Ce;(_Ce=NAe.value)==null||_Ce.blur()};return watch(OAe,FEe),watch([SIe,EAe,()=>z9.collapseTags,()=>z9.maxCollapseTags],UCe),watch(zAe,()=>{nextTick(()=>VCe())}),watch(hIe,async()=>{await nextTick();const _Ce=NAe.value.input;iAe=uCe(_Ce)||iAe,VCe()}),watch(LIe,TCe,{immediate:!0}),watch(()=>LAe.value,_Ce=>{var FCe;_Ce&&z9.props.lazy&&z9.props.lazyLoad&&((FCe=bAe.value)==null||FCe.loadLazyRootNodes())}),onMounted(()=>{const _Ce=NAe.value.input,FCe=uCe(_Ce);iAe=_Ce.offsetHeight||FCe,useResizeObserver(_Ce,VCe)}),x_({getCheckedNodes:$Ee,cascaderPanelRef:bAe,togglePopperVisible:MEe,contentRef:uEe,presentText:LIe,focus:YCe,blur:MBe}),(_Ce,FCe)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:SAe,visible:LAe.value,teleported:r4.teleported,"popper-class":[unref(oAe).e("dropdown"),r4.popperClass],"popper-style":r4.popperStyle,"popper-options":zP,"fallback-placements":r4.fallbackPlacements,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,placement:r4.placement,transition:`${unref(oAe).namespace.value}-zoom-in-top`,effect:r4.effect,pure:"",persistent:r4.persistent,onHide:vEe},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:yIe,class:normalizeClass(XIe.value),style:normalizeStyle$1(AIe.value),onClick:FCe[8]||(FCe[8]=()=>MEe(pIe.value?void 0:!0)),onKeydown:iCe,onMouseenter:FCe[9]||(FCe[9]=kEe=>wAe.value=!0),onMouseleave:FCe[10]||(FCe[10]=kEe=>wAe.value=!1)},[createVNode$1(unref(ElInput),{ref_key:"inputRef",ref:NAe,modelValue:PAe.value,"onUpdate:modelValue":FCe[1]||(FCe[1]=kEe=>PAe.value=kEe),placeholder:EIe.value,readonly:pIe.value,disabled:unref(EAe),"validate-event":!1,size:unref(hIe),class:normalizeClass(YIe.value),tabindex:gIe.value&&r4.filterable&&!unref(EAe)?-1:void 0,onCompositionstart:unref(mAe),onCompositionupdate:unref(mAe),onCompositionend:unref(mAe),onInput:ZEe},createSlots({suffix:withCtx(()=>[PIe.value?(openBlock(),createBlock(unref(ElIcon),{key:"clear",class:normalizeClass([unref(aAe).e("icon"),"icon-circle-close"]),onClick:withModifiers(gCe,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.clearIcon)))]),_:1},8,["class"])):(openBlock(),createBlock(unref(ElIcon),{key:"arrow-down",class:normalizeClass(zIe.value),onClick:FCe[0]||(FCe[0]=withModifiers(kEe=>MEe(),["stop"]))},{default:withCtx(()=>[createVNode$1(unref(arrow_down_default))]),_:1},8,["class"]))]),_:2},[_Ce.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(_Ce.$slots,"prefix")]),key:"0"}:void 0]),1032,["modelValue","placeholder","readonly","disabled","size","class","tabindex","onCompositionstart","onCompositionupdate","onCompositionend"]),gIe.value?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:TAe,class:normalizeClass([unref(oAe).e("tags"),unref(oAe).is("validate",!!oEe.value)])},[renderSlot(_Ce.$slots,"tag",{data:zAe.value,deleteTag:VEe},()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(iIe.value,kEe=>(openBlock(),createBlock(unref(ElTag),{key:kEe.key,type:r4.tagType,size:tIe.value,effect:r4.tagEffect,hit:kEe.hitState,closable:kEe.closable,"disable-transitions":"",onClose:WCe=>VEe(kEe)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(kEe.text),1)]),_:2},1032,["type","size","effect","hit","closable","onClose"]))),128))]),r4.collapseTags&&zAe.value.length>r4.maxCollapseTags?(openBlock(),createBlock(unref(ElTooltip),{key:0,ref_key:"tagTooltipRef",ref:DAe,disabled:LAe.value||!r4.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],placement:"bottom","popper-class":r4.popperClass,"popper-style":r4.popperStyle,effect:r4.effect,persistent:r4.persistent},{default:withCtx(()=>[createVNode$1(unref(ElTag),{closable:!1,size:tIe.value,type:r4.tagType,effect:r4.tagEffect,"disable-transitions":""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(oAe).e("tags-text"))}," + "+toDisplayString(zAe.value.length-r4.maxCollapseTags),3)]),_:1},8,["size","type","effect"])]),content:withCtx(()=>[createVNode$1(unref(ElScrollbar),{"max-height":r4.maxCollapseTagsTooltipHeight},{default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(oAe).e("collapse-tags"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(rIe.value,(kEe,WCe)=>(openBlock(),createElementBlock("div",{key:WCe,class:normalizeClass(unref(oAe).e("collapse-tag"))},[(openBlock(),createBlock(unref(ElTag),{key:kEe.key,class:"in-tooltip",type:r4.tagType,size:tIe.value,effect:r4.tagEffect,hit:kEe.hitState,closable:kEe.closable,"disable-transitions":"",onClose:EBe=>VEe(kEe)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(kEe.text),1)]),_:2},1032,["type","size","effect","hit","closable","onClose"]))],2))),128))],2)]),_:1},8,["max-height"])]),_:1},8,["disabled","popper-class","popper-style","effect","persistent"])):createCommentVNode("v-if",!0),r4.filterable&&!unref(EAe)?withDirectives((openBlock(),createElementBlock("input",{key:1,"onUpdate:modelValue":FCe[2]||(FCe[2]=kEe=>HAe.value=kEe),type:"text",class:normalizeClass(unref(oAe).e("search-input")),placeholder:LIe.value?"":XAe.value,onInput:FCe[3]||(FCe[3]=kEe=>ZEe(HAe.value,kEe)),onClick:FCe[4]||(FCe[4]=withModifiers(kEe=>MEe(!0),["stop"])),onKeydown:withKeys(OEe,["delete"]),onCompositionstart:FCe[5]||(FCe[5]=(...kEe)=>unref(mAe)&&unref(mAe)(...kEe)),onCompositionupdate:FCe[6]||(FCe[6]=(...kEe)=>unref(mAe)&&unref(mAe)(...kEe)),onCompositionend:FCe[7]||(FCe[7]=(...kEe)=>unref(mAe)&&unref(mAe)(...kEe))},null,42,_hoisted_1$9q)),[[vModelText,HAe.value]]):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],38)),[[unref(ClickOutside),NEe,uEe.value]])]),content:withCtx(()=>[_Ce.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(oAe).e("header")),onClick:FCe[11]||(FCe[11]=withModifiers(()=>{},["stop"]))},[renderSlot(_Ce.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode$1(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:bAe,modelValue:JIe.value,"onUpdate:modelValue":FCe[12]||(FCe[12]=kEe=>JIe.value=kEe),options:r4.options,props:z9.props,border:!1,"render-label":_Ce.$slots.default,onExpandChange:tCe,onClose:FCe[13]||(FCe[13]=kEe=>_Ce.$nextTick(()=>MEe(!1)))},{empty:withCtx(()=>[renderSlot(_Ce.$slots,"empty")]),_:3},8,["modelValue","options","props","render-label"]),[[vShow,!OAe.value]]),r4.filterable?withDirectives((openBlock(),createBlock(unref(ElScrollbar),{key:1,ref_key:"suggestionPanel",ref:GAe,tag:"ul",class:normalizeClass(unref(oAe).e("suggestion-panel")),"view-class":unref(oAe).e("suggestion-list"),onKeydown:cEe},{default:withCtx(()=>[eIe.value.length?(openBlock(!0),createElementBlock(Fragment$1,{key:0},renderList(eIe.value,kEe=>(openBlock(),createElementBlock("li",{key:kEe.uid,class:normalizeClass([unref(oAe).e("suggestion-item"),unref(oAe).is("checked",kEe.checked)]),tabindex:-1,onClick:WCe=>YEe(kEe)},[renderSlot(_Ce.$slots,"suggestion-item",{item:kEe},()=>[createBaseVNode("span",null,toDisplayString(kEe.text),1),kEe.checked?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[createVNode$1(unref(check_default))]),_:1})):createCommentVNode("v-if",!0)])],10,_hoisted_2$I))),128)):renderSlot(_Ce.$slots,"empty",{key:1},()=>[createBaseVNode("li",{class:normalizeClass(unref(oAe).e("empty-text"))},toDisplayString(unref(uAe)("el.cascader.noMatch")),3)])]),_:3},8,["class","view-class"])),[[vShow,OAe.value]]):createCommentVNode("v-if",!0),_Ce.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(oAe).e("footer")),onClick:FCe[14]||(FCe[14]=withModifiers(()=>{},["stop"]))},[renderSlot(_Ce.$slots,"footer")],2)):createCommentVNode("v-if",!0)]),_:3},8,["visible","teleported","popper-class","popper-style","fallback-placements","placement","transition","effect","persistent"]))}}),cascader_default=cascader_vue_vue_type_script_setup_true_lang_default;const ElCascader=withInstall(cascader_default),checkTagProps=buildProps$1({checked:Boolean,disabled:Boolean,type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"}}),checkTagEmits={"update:checked":r4=>isBoolean(r4),[CHANGE_EVENT]:r4=>isBoolean(r4)};var check_tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCheckTag",__name:"check-tag",props:checkTagProps,emits:checkTagEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("check-tag"),eAe=computed(()=>[z9.b(),z9.is("checked",$P.checked),z9.is("disabled",$P.disabled),z9.m($P.type||"primary")]),tAe=()=>{if($P.disabled)return;const AAe=!$P.checked;zP(CHANGE_EVENT,AAe),zP("update:checked",AAe)};return(AAe,iAe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(eAe.value),onClick:tAe},[renderSlot(AAe.$slots,"default")],2))}}),check_tag_default=check_tag_vue_vue_type_script_setup_true_lang_default;withInstall(check_tag_default);const colProps=buildProps$1({tag:{type:String,default:"div"},span:{type:Number,default:24},offset:{type:Number,default:0},pull:{type:Number,default:0},push:{type:Number,default:0},xs:{type:definePropType([Number,Object]),default:()=>mutable({})},sm:{type:definePropType([Number,Object]),default:()=>mutable({})},md:{type:definePropType([Number,Object]),default:()=>mutable({})},lg:{type:definePropType([Number,Object]),default:()=>mutable({})},xl:{type:definePropType([Number,Object]),default:()=>mutable({})}}),RowJustify=["start","center","end","space-around","space-between","space-evenly"],RowAlign=["top","middle","bottom"],rowProps=buildProps$1({tag:{type:String,default:"div"},gutter:{type:Number,default:0},justify:{type:String,values:RowJustify,default:"start"},align:{type:String,values:RowAlign}}),rowContextKey=Symbol("rowContextKey");var row_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElRow",__name:"row",props:rowProps,setup(r4){const x_=r4,$P=useNamespace("row");provide(rowContextKey,{gutter:computed(()=>x_.gutter)});const zP=computed(()=>{const eAe={};return x_.gutter&&(eAe.marginRight=eAe.marginLeft=`-${x_.gutter/2}px`),eAe}),z9=computed(()=>[$P.b(),$P.is(`justify-${x_.justify}`,x_.justify!=="start"),$P.is(`align-${x_.align}`,!!x_.align)]);return(eAe,tAe)=>(openBlock(),createBlock(resolveDynamicComponent(r4.tag),{class:normalizeClass(z9.value),style:normalizeStyle$1(zP.value)},{default:withCtx(()=>[renderSlot(eAe.$slots,"default")]),_:3},8,["class","style"]))}}),row_default=row_vue_vue_type_script_setup_true_lang_default;const ElRow=withInstall(row_default);var col_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCol",__name:"col",props:colProps,setup(r4){const x_=r4,{gutter:$P}=inject(rowContextKey,{gutter:computed(()=>0)}),zP=useNamespace("col"),z9=computed(()=>{const tAe={};return $P.value&&(tAe.paddingLeft=tAe.paddingRight=`${$P.value/2}px`),tAe}),eAe=computed(()=>{const tAe=[];return["span","offset","pull","push"].forEach(AAe=>{const iAe=x_[AAe];isNumber$2(iAe)&&(AAe==="span"?tAe.push(zP.b(`${x_[AAe]}`)):iAe>0&&tAe.push(zP.b(`${AAe}-${x_[AAe]}`)))}),["xs","sm","md","lg","xl"].forEach(AAe=>{isNumber$2(x_[AAe])?tAe.push(zP.b(`${AAe}-${x_[AAe]}`)):isObject$9(x_[AAe])&&Object.entries(x_[AAe]).forEach(([iAe,nAe])=>{tAe.push(iAe!=="span"?zP.b(`${AAe}-${iAe}-${nAe}`):zP.b(`${AAe}-${nAe}`))})}),$P.value&&tAe.push(zP.is("guttered")),[zP.b(),tAe]});return(tAe,AAe)=>(openBlock(),createBlock(resolveDynamicComponent(r4.tag),{class:normalizeClass(eAe.value),style:normalizeStyle$1(z9.value)},{default:withCtx(()=>[renderSlot(tAe.$slots,"default")]),_:3},8,["class","style"]))}}),col_default=col_vue_vue_type_script_setup_true_lang_default;const ElCol=withInstall(col_default),emitChangeFn=r4=>isNumber$2(r4)||isString$2(r4)||isArray$6(r4),collapseProps=buildProps$1({accordion:Boolean,modelValue:{type:definePropType([Array,String,Number]),default:()=>mutable([])},expandIconPosition:{type:definePropType([String]),default:"right"},beforeCollapse:{type:definePropType(Function)}}),collapseEmits={[UPDATE_MODEL_EVENT]:emitChangeFn,[CHANGE_EVENT]:emitChangeFn},collapseContextKey=Symbol("collapseContextKey"),collapseItemProps=buildProps$1({title:{type:String,default:""},name:{type:definePropType([String,Number]),default:void 0},icon:{type:iconPropType,default:arrow_right_default},disabled:Boolean});var collapse_transition_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCollapseTransition",__name:"collapse-transition",setup(r4){const x_=useNamespace("collapse-transition"),$P=z9=>{z9.style.maxHeight="",z9.style.overflow=z9.dataset.oldOverflow,z9.style.paddingTop=z9.dataset.oldPaddingTop,z9.style.paddingBottom=z9.dataset.oldPaddingBottom},zP={beforeEnter(z9){z9.dataset||(z9.dataset={}),z9.dataset.oldPaddingTop=z9.style.paddingTop,z9.dataset.oldPaddingBottom=z9.style.paddingBottom,z9.style.height&&(z9.dataset.elExistsHeight=z9.style.height),z9.style.maxHeight=0,z9.style.paddingTop=0,z9.style.paddingBottom=0},enter(z9){requestAnimationFrame(()=>{z9.dataset.oldOverflow=z9.style.overflow,z9.dataset.elExistsHeight?z9.style.maxHeight=z9.dataset.elExistsHeight:z9.scrollHeight!==0?z9.style.maxHeight=`${z9.scrollHeight}px`:z9.style.maxHeight=0,z9.style.paddingTop=z9.dataset.oldPaddingTop,z9.style.paddingBottom=z9.dataset.oldPaddingBottom,z9.style.overflow="hidden"})},afterEnter(z9){z9.style.maxHeight="",z9.style.overflow=z9.dataset.oldOverflow},enterCancelled(z9){$P(z9)},beforeLeave(z9){z9.dataset||(z9.dataset={}),z9.dataset.oldPaddingTop=z9.style.paddingTop,z9.dataset.oldPaddingBottom=z9.style.paddingBottom,z9.dataset.oldOverflow=z9.style.overflow,z9.style.maxHeight=`${z9.scrollHeight}px`,z9.style.overflow="hidden"},leave(z9){z9.scrollHeight!==0&&(z9.style.maxHeight=0,z9.style.paddingTop=0,z9.style.paddingBottom=0)},afterLeave(z9){$P(z9)},leaveCancelled(z9){$P(z9)}};return(z9,eAe)=>(openBlock(),createBlock(Transition,mergeProps({name:unref(x_).b()},toHandlers(zP)),{default:withCtx(()=>[renderSlot(z9.$slots,"default")]),_:3},16,["name"]))}}),collapse_transition_default=collapse_transition_vue_vue_type_script_setup_true_lang_default;const ElCollapseTransition=withInstall(collapse_transition_default),SCOPE$6="ElCollapse",useCollapse=(r4,x_)=>{const $P=ref(castArray$1(r4.modelValue)),zP=tAe=>{$P.value=tAe;const AAe=r4.accordion?$P.value[0]:$P.value;x_(UPDATE_MODEL_EVENT,AAe),x_(CHANGE_EVENT,AAe)},z9=tAe=>{if(r4.accordion)zP([$P.value[0]===tAe?"":tAe]);else{const AAe=[...$P.value],iAe=AAe.indexOf(tAe);iAe>-1?AAe.splice(iAe,1):AAe.push(tAe),zP(AAe)}},eAe=async tAe=>{const{beforeCollapse:AAe}=r4;if(!AAe){z9(tAe);return}const iAe=AAe(tAe);[isPromise$1(iAe),isBoolean(iAe)].includes(!0)||throwError$2(SCOPE$6,"beforeCollapse must return type `Promise` or `boolean`"),isPromise$1(iAe)?iAe.then(nAe=>{nAe!==!1&&z9(tAe)}).catch(nAe=>{debugWarn(SCOPE$6,`some error occurred: ${nAe}`)}):iAe&&z9(tAe)};return watch(()=>r4.modelValue,()=>$P.value=castArray$1(r4.modelValue),{deep:!0}),provide(collapseContextKey,{activeNames:$P,handleItemClick:eAe}),{activeNames:$P,setActiveNames:zP}},useCollapseDOM=r4=>{const x_=useNamespace("collapse");return{rootKls:computed(()=>[x_.b(),x_.b(`icon-position-${r4.expandIconPosition}`)])}};var collapse_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCollapse",__name:"collapse",props:collapseProps,emits:collapseEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,{activeNames:z9,setActiveNames:eAe}=useCollapse(zP,$P),{rootKls:tAe}=useCollapseDOM(zP);return x_({activeNames:z9,setActiveNames:eAe}),(AAe,iAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(tAe))},[renderSlot(AAe.$slots,"default")],2))}}),collapse_default=collapse_vue_vue_type_script_setup_true_lang_default;const useCollapseItem=r4=>{const x_=inject(collapseContextKey),{namespace:$P}=useNamespace("collapse"),zP=ref(!1),z9=ref(!1),eAe=useIdInjection(),tAe=computed(()=>eAe.current++),AAe=computed(()=>r4.name??`${$P.value}-id-${eAe.prefix}-${unref(tAe)}`),iAe=computed(()=>x_==null?void 0:x_.activeNames.value.includes(unref(AAe)));return{focusing:zP,id:tAe,isActive:iAe,handleFocus:()=>{setTimeout(()=>{z9.value?z9.value=!1:zP.value=!0},50)},handleHeaderClick:cAe=>{var uAe;r4.disabled||(uAe=cAe.target)!=null&&uAe.closest("input, textarea, select")||(x_==null||x_.handleItemClick(unref(AAe)),zP.value=!1,z9.value=!0)},handleEnterClick:cAe=>{var uAe;(uAe=cAe.target)!=null&&uAe.closest("input, textarea, select")||(cAe.preventDefault(),x_==null||x_.handleItemClick(unref(AAe)))}}},useCollapseItemDOM=(r4,{focusing:x_,isActive:$P,id:zP})=>{const z9=useNamespace("collapse"),eAe=computed(()=>[z9.b("item"),z9.is("active",unref($P)),z9.is("disabled",r4.disabled)]),tAe=computed(()=>[z9.be("item","header"),z9.is("active",unref($P)),{focusing:unref(x_)&&!r4.disabled}]),AAe=computed(()=>[z9.be("item","arrow"),z9.is("active",unref($P))]);return{itemTitleKls:computed(()=>[z9.be("item","title")]),arrowKls:AAe,headKls:tAe,rootKls:eAe,itemWrapperKls:computed(()=>z9.be("item","wrap")),itemContentKls:computed(()=>z9.be("item","content")),scopedContentId:computed(()=>z9.b(`content-${unref(zP)}`)),scopedHeadId:computed(()=>z9.b(`head-${unref(zP)}`))}},_hoisted_1$9p=["id","aria-expanded","aria-controls","aria-describedby","tabindex","aria-disabled"],_hoisted_2$H=["id","aria-hidden","aria-labelledby"];var collapse_item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCollapseItem",__name:"collapse-item",props:collapseItemProps,setup(r4,{expose:x_}){const $P=r4,{focusing:zP,id:z9,isActive:eAe,handleFocus:tAe,handleHeaderClick:AAe,handleEnterClick:iAe}=useCollapseItem($P),{arrowKls:nAe,headKls:oAe,rootKls:aAe,itemTitleKls:cAe,itemWrapperKls:uAe,itemContentKls:dAe,scopedContentId:EAe,scopedHeadId:gAe}=useCollapseItemDOM($P,{focusing:zP,isActive:eAe,id:z9});return x_({isActive:eAe}),(pAe,mAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(aAe))},[createBaseVNode("div",{id:unref(gAe),class:normalizeClass(unref(oAe)),"aria-expanded":unref(eAe),"aria-controls":unref(EAe),"aria-describedby":unref(EAe),tabindex:r4.disabled?void 0:0,"aria-disabled":r4.disabled,role:"button",onClick:mAe[0]||(mAe[0]=(...SAe)=>unref(AAe)&&unref(AAe)(...SAe)),onKeydown:mAe[1]||(mAe[1]=withKeys(withModifiers((...SAe)=>unref(iAe)&&unref(iAe)(...SAe),["stop"]),["space","enter"])),onFocus:mAe[2]||(mAe[2]=(...SAe)=>unref(tAe)&&unref(tAe)(...SAe)),onBlur:mAe[3]||(mAe[3]=SAe=>zP.value=!1)},[createBaseVNode("span",{class:normalizeClass(unref(cAe))},[renderSlot(pAe.$slots,"title",{isActive:unref(eAe)},()=>[createTextVNode(toDisplayString(r4.title),1)])],2),renderSlot(pAe.$slots,"icon",{isActive:unref(eAe)},()=>[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(nAe))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1},8,["class"])])],42,_hoisted_1$9p),createVNode$1(unref(ElCollapseTransition),null,{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:unref(EAe),role:"region",class:normalizeClass(unref(uAe)),"aria-hidden":!unref(eAe),"aria-labelledby":unref(gAe)},[createBaseVNode("div",{class:normalizeClass(unref(dAe))},[renderSlot(pAe.$slots,"default")],2)],10,_hoisted_2$H),[[vShow,unref(eAe)]])]),_:3})],2))}}),collapse_item_default=collapse_item_vue_vue_type_script_setup_true_lang_default;const ElCollapse=withInstall(collapse_default,{CollapseItem:collapse_item_default}),ElCollapseItem=withNoopInstall(collapse_item_default),colorPickerPanelProps=buildProps$1({modelValue:{type:definePropType(String),default:void 0},border:{type:Boolean,default:!0},showAlpha:Boolean,colorFormat:{type:definePropType(String)},disabled:Boolean,predefine:{type:definePropType(Array)},validateEvent:{type:Boolean,default:!0},hueSliderClass:{type:definePropType([String,Array,Object])},hueSliderStyle:{type:definePropType([String,Array,Object])}}),colorPickerPanelEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4)||isNil(r4)},ROOT_COMMON_COLOR_INJECTION_KEY=Symbol("colorCommonPickerKey"),colorPickerPanelContextKey=Symbol("colorPickerPanelContextKey"),alphaSliderProps=buildProps$1({color:{type:definePropType(Object),required:!0},vertical:Boolean,disabled:Boolean}),hueSliderProps=alphaSliderProps,getOffsetTop=r4=>{let x_=0,$P=r4;for(;$P;)x_+=$P.offsetTop,$P=$P.offsetParent;return x_},getOffsetTopDistance=(r4,x_)=>Math.abs(getOffsetTop(r4)-getOffsetTop(x_)),getClientXY=r4=>{let x_,$P;return r4.type==="touchend"?($P=r4.changedTouches[0].clientY,x_=r4.changedTouches[0].clientX):r4.type.startsWith("touch")?($P=r4.touches[0].clientY,x_=r4.touches[0].clientX):($P=r4.clientY,x_=r4.clientX),{clientX:x_,clientY:$P}};let isDragging=!1;function draggable(r4,x_){if(!isClient$1)return;const $P=function(eAe){var tAe;(tAe=x_.drag)==null||tAe.call(x_,eAe)},zP=function(eAe){var tAe;document.removeEventListener("mousemove",$P),document.removeEventListener("mouseup",zP),document.removeEventListener("touchmove",$P),document.removeEventListener("touchend",zP),document.onselectstart=null,document.ondragstart=null,isDragging=!1,(tAe=x_.end)==null||tAe.call(x_,eAe)},z9=function(eAe){var tAe;isDragging||(document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",$P),document.addEventListener("mouseup",zP),document.addEventListener("touchmove",$P),document.addEventListener("touchend",zP),isDragging=!0,(tAe=x_.start)==null||tAe.call(x_,eAe))};r4.addEventListener("mousedown",z9),r4.addEventListener("touchstart",z9,{passive:!1})}const useSlider=(r4,{key:x_,minValue:$P,maxValue:zP})=>{const z9=getCurrentInstance(),eAe=shallowRef(),tAe=shallowRef(),AAe=computed(()=>r4.color.get(x_));function iAe(cAe){var uAe;r4.disabled||(cAe.target!==eAe.value&&nAe(cAe),(uAe=eAe.value)==null||uAe.focus())}function nAe(cAe){if(!tAe.value||!eAe.value||r4.disabled)return;const uAe=z9.vnode.el.getBoundingClientRect(),{clientX:dAe,clientY:EAe}=getClientXY(cAe);let gAe;if(r4.vertical){let pAe=EAe-uAe.top;pAe=Math.max(eAe.value.offsetHeight/2,pAe),pAe=Math.min(pAe,uAe.height-eAe.value.offsetHeight/2),gAe=Math.round((pAe-eAe.value.offsetHeight/2)/(uAe.height-eAe.value.offsetHeight)*zP)}else{let pAe=dAe-uAe.left;pAe=Math.max(eAe.value.offsetWidth/2,pAe),pAe=Math.min(pAe,uAe.width-eAe.value.offsetWidth/2),gAe=Math.round((pAe-eAe.value.offsetWidth/2)/(uAe.width-eAe.value.offsetWidth)*zP)}r4.color.set(x_,gAe)}function oAe(cAe){if(r4.disabled)return;const{shiftKey:uAe}=cAe,dAe=getEventCode(cAe),EAe=uAe?10:1,gAe=x_==="hue"?-1:1;let pAe=!0;switch(dAe){case EVENT_CODE.left:case EVENT_CODE.down:aAe(-EAe*gAe);break;case EVENT_CODE.right:case EVENT_CODE.up:aAe(EAe*gAe);break;case EVENT_CODE.home:r4.color.set(x_,x_==="hue"?zP:$P);break;case EVENT_CODE.end:r4.color.set(x_,x_==="hue"?$P:zP);break;case EVENT_CODE.pageDown:aAe(-4*gAe);break;case EVENT_CODE.pageUp:aAe(4*gAe);break;default:pAe=!1;break}pAe&&cAe.preventDefault()}function aAe(cAe){let uAe=AAe.value+cAe;uAe=uAe<$P?$P:uAe>zP?zP:uAe,r4.color.set(x_,uAe)}return{thumb:eAe,bar:tAe,currentValue:AAe,handleDrag:nAe,handleClick:iAe,handleKeydown:oAe}},useSliderDOM=(r4,{namespace:x_,maxValue:$P,bar:zP,thumb:z9,currentValue:eAe,handleDrag:tAe,getBackground:AAe})=>{const iAe=getCurrentInstance(),nAe=useNamespace(x_),oAe=ref(0),aAe=ref(0),cAe=ref();function uAe(){if(!z9.value||r4.vertical)return 0;const SAe=iAe.vnode.el,DAe=eAe.value;return SAe?Math.round(DAe*(SAe.offsetWidth-z9.value.offsetWidth/2)/$P):0}function dAe(){if(!z9.value)return 0;const SAe=iAe.vnode.el;if(!r4.vertical)return 0;const DAe=eAe.value;return SAe?Math.round(DAe*(SAe.offsetHeight-z9.value.offsetHeight/2)/$P):0}function EAe(){oAe.value=uAe(),aAe.value=dAe(),cAe.value=AAe==null?void 0:AAe()}onMounted(()=>{if(!zP.value||!z9.value)return;const SAe={drag:DAe=>{tAe(DAe)},end:DAe=>{tAe(DAe)}};draggable(zP.value,SAe),draggable(z9.value,SAe),EAe()}),watch(eAe,()=>EAe()),watch(()=>r4.color.value,()=>EAe());const gAe=computed(()=>[nAe.b(),nAe.is("vertical",r4.vertical),nAe.is("disabled",r4.disabled)]),pAe=computed(()=>nAe.e("bar")),mAe=computed(()=>nAe.e("thumb"));return{rootKls:gAe,barKls:pAe,barStyle:computed(()=>({background:cAe.value})),thumbKls:mAe,thumbStyle:computed(()=>({left:addUnit(oAe.value),top:addUnit(aAe.value)})),thumbLeft:oAe,thumbTop:aAe,update:EAe}},_hoisted_1$9o=["aria-label","aria-valuenow","aria-valuetext","aria-orientation","tabindex","aria-disabled"],minValue$1=0,maxValue$1=100;var alpha_slider_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElColorAlphaSlider",__name:"alpha-slider",props:alphaSliderProps,setup(r4,{expose:x_}){const $P=r4,{currentValue:zP,bar:z9,thumb:eAe,handleDrag:tAe,handleClick:AAe,handleKeydown:iAe}=useSlider($P,{key:"alpha",minValue:minValue$1,maxValue:maxValue$1}),{rootKls:nAe,barKls:oAe,barStyle:aAe,thumbKls:cAe,thumbStyle:uAe,update:dAe}=useSliderDOM($P,{namespace:"color-alpha-slider",maxValue:maxValue$1,currentValue:zP,bar:z9,thumb:eAe,handleDrag:tAe,getBackground:mAe}),{t:EAe}=useLocale(),gAe=computed(()=>EAe("el.colorpicker.alphaLabel")),pAe=computed(()=>EAe("el.colorpicker.alphaDescription",{alpha:zP.value,color:$P.color.value}));function mAe(){if($P.color&&$P.color.value){const{r:SAe,g:DAe,b:NAe}=$P.color.toRgb();return`linear-gradient(to right, rgba(${SAe}, ${DAe}, ${NAe}, 0) 0%, rgba(${SAe}, ${DAe}, ${NAe}, 1) 100%)`}return""}return x_({update:dAe,bar:z9,thumb:eAe}),(SAe,DAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(nAe))},[createBaseVNode("div",{ref_key:"bar",ref:z9,class:normalizeClass(unref(oAe)),style:normalizeStyle$1(unref(aAe)),onClick:DAe[0]||(DAe[0]=(...NAe)=>unref(AAe)&&unref(AAe)(...NAe))},null,6),createBaseVNode("div",{ref_key:"thumb",ref:eAe,class:normalizeClass(unref(cAe)),style:normalizeStyle$1(unref(uAe)),"aria-label":gAe.value,"aria-valuenow":unref(zP),"aria-valuetext":pAe.value,"aria-orientation":r4.vertical?"vertical":"horizontal","aria-valuemin":minValue$1,"aria-valuemax":maxValue$1,role:"slider",tabindex:r4.disabled?void 0:0,"aria-disabled":r4.disabled,onKeydown:DAe[1]||(DAe[1]=(...NAe)=>unref(iAe)&&unref(iAe)(...NAe))},null,46,_hoisted_1$9o)],2))}}),alpha_slider_default=alpha_slider_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9n=["aria-label","aria-valuenow","aria-valuetext","aria-orientation","tabindex","aria-disabled"],minValue=0,maxValue=360;var hue_slider_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElColorHueSlider",__name:"hue-slider",props:hueSliderProps,setup(r4,{expose:x_}){const $P=r4,{currentValue:zP,bar:z9,thumb:eAe,handleDrag:tAe,handleClick:AAe,handleKeydown:iAe}=useSlider($P,{key:"hue",minValue,maxValue}),{rootKls:nAe,barKls:oAe,thumbKls:aAe,thumbStyle:cAe,thumbTop:uAe,update:dAe}=useSliderDOM($P,{namespace:"color-hue-slider",maxValue,currentValue:zP,bar:z9,thumb:eAe,handleDrag:tAe}),{t:EAe}=useLocale(),gAe=computed(()=>EAe("el.colorpicker.hueLabel")),pAe=computed(()=>EAe("el.colorpicker.hueDescription",{hue:zP.value,color:$P.color.value}));return x_({bar:z9,thumb:eAe,thumbTop:uAe,update:dAe}),(mAe,SAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(nAe))},[createBaseVNode("div",{ref_key:"bar",ref:z9,class:normalizeClass(unref(oAe)),onClick:SAe[0]||(SAe[0]=(...DAe)=>unref(AAe)&&unref(AAe)(...DAe))},null,2),createBaseVNode("div",{ref_key:"thumb",ref:eAe,class:normalizeClass(unref(aAe)),style:normalizeStyle$1(unref(cAe)),"aria-label":gAe.value,"aria-valuenow":unref(zP),"aria-valuetext":pAe.value,"aria-orientation":r4.vertical?"vertical":"horizontal","aria-valuemin":minValue,"aria-valuemax":maxValue,role:"slider",tabindex:r4.disabled?void 0:0,"aria-disabled":r4.disabled,onKeydown:SAe[1]||(SAe[1]=(...DAe)=>unref(iAe)&&unref(iAe)(...DAe))},null,46,_hoisted_1$9n)],2))}}),hue_slider_default=hue_slider_vue_vue_type_script_setup_true_lang_default;const predefineProps=buildProps$1({colors:{type:definePropType(Array),required:!0},color:{type:definePropType(Object),required:!0},enableAlpha:{type:Boolean,required:!0},disabled:Boolean});var Color=class{constructor(r4={}){this._hue=0,this._saturation=100,this._value=100,this._alpha=100,this._tiny=new TinyColor,this._isValid=!1,this.enableAlpha=!1,this.format="",this.value="";for(const x_ in r4)hasOwn$1(r4,x_)&&(this[x_]=r4[x_]);r4.value?this.fromString(r4.value):this.doOnChange()}set(r4,x_){if(arguments.length===1&&typeof r4=="object"){for(const $P in r4)hasOwn$1(r4,$P)&&this.set($P,r4[$P]);return}this[`_${r4}`]=x_,this._isValid=!0,this.doOnChange()}get(r4){return["hue","saturation","value","alpha"].includes(r4)?Math.round(this[`_${r4}`]):this[`_${r4}`]}toRgb(){return this._isValid?this._tiny.toRgb():{r:255,g:255,b:255,a:0}}fromString(r4){const x_=new TinyColor(r4);if(this._isValid=x_.isValid,x_.isValid){const{h:$P,s:zP,v:z9,a:eAe}=x_.toHsv();this._hue=$P,this._saturation=zP*100,this._value=z9*100,this._alpha=eAe*100}else this._hue=0,this._saturation=100,this._value=100,this._alpha=100;this.doOnChange()}clear(){this._isValid=!1,this.value="",this._hue=0,this._saturation=100,this._value=100,this._alpha=100}compare(r4){const x_=new TinyColor({h:r4._hue,s:r4._saturation/100,v:r4._value/100,a:r4._alpha/100});return this._tiny.equals(x_)}doOnChange(){const{_hue:r4,_saturation:x_,_value:$P,_alpha:zP,format:z9,enableAlpha:eAe}=this;let tAe=z9||(eAe?"rgb":"hex");z9==="hex"&&eAe&&(tAe="hex8"),this._tiny=new TinyColor({h:r4,s:x_/100,v:$P/100,a:zP/100}),this.value=this._isValid?this._tiny.toString(tAe):""}};const usePredefine=r4=>{const{currentColor:x_}=inject(colorPickerPanelContextKey),$P=ref(z9(r4.colors,r4.color));watch(()=>x_.value,eAe=>{const tAe=new Color({value:eAe,enableAlpha:r4.enableAlpha});$P.value.forEach(AAe=>{AAe.selected=tAe.compare(AAe)})}),watchEffect(()=>{$P.value=z9(r4.colors,r4.color)});function zP(eAe){r4.color.fromString(r4.colors[eAe])}function z9(eAe,tAe){return eAe.map(AAe=>{const iAe=new Color({value:AAe,enableAlpha:r4.enableAlpha});return iAe.selected=iAe.compare(tAe),iAe})}return{rgbaColors:$P,handleSelect:zP}},usePredefineDOM=r4=>{const x_=useNamespace("color-predefine"),$P=computed(()=>[x_.b(),x_.is("disabled",r4.disabled)]),zP=computed(()=>x_.e("colors"));function z9(eAe){return[x_.e("color-selector"),x_.is("alpha",eAe.get("alpha")<100),{selected:eAe.selected}]}return{rootKls:$P,colorsKls:zP,colorSelectorKls:z9}},_hoisted_1$9m=["disabled","aria-label","onClick"];var predefine_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElColorPredefine",__name:"predefine",props:predefineProps,setup(r4){const x_=r4,{rgbaColors:$P,handleSelect:zP}=usePredefine(x_),{rootKls:z9,colorsKls:eAe,colorSelectorKls:tAe}=usePredefineDOM(x_),{t:AAe}=useLocale(),iAe=nAe=>AAe("el.colorpicker.predefineDescription",{value:nAe});return(nAe,oAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(z9))},[createBaseVNode("div",{class:normalizeClass(unref(eAe))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref($P),(aAe,cAe)=>(openBlock(),createElementBlock("button",{key:r4.colors[cAe],type:"button",disabled:r4.disabled,"aria-label":iAe(aAe.value),class:normalizeClass(unref(tAe)(aAe)),onClick:uAe=>unref(zP)(cAe)},[createBaseVNode("div",{style:normalizeStyle$1({backgroundColor:aAe.value})},null,4)],10,_hoisted_1$9m))),128))],2)],2))}}),predefine_default=predefine_vue_vue_type_script_setup_true_lang_default;const svPanelProps=buildProps$1({color:{type:definePropType(Object),required:!0},disabled:Boolean}),useSvPanel=r4=>{const x_=getCurrentInstance(),$P=ref(),zP=ref(0),z9=ref(0),eAe=ref("hsl(0, 100%, 50%)"),tAe=computed(()=>r4.color.get("saturation")),AAe=computed(()=>r4.color.get("value")),iAe=computed(()=>r4.color.get("hue"));function nAe(dAe){var EAe;r4.disabled||(dAe.target!==$P.value&&oAe(dAe),(EAe=$P.value)==null||EAe.focus({preventScroll:!0}))}function oAe(dAe){if(r4.disabled)return;const EAe=x_.vnode.el.getBoundingClientRect(),{clientX:gAe,clientY:pAe}=getClientXY(dAe);let mAe=gAe-EAe.left,SAe=pAe-EAe.top;mAe=Math.max(0,mAe),mAe=Math.min(mAe,EAe.width),SAe=Math.max(0,SAe),SAe=Math.min(SAe,EAe.height),z9.value=mAe,zP.value=SAe,r4.color.set({saturation:mAe/EAe.width*100,value:100-SAe/EAe.height*100})}function aAe(dAe){if(r4.disabled)return;const{shiftKey:EAe}=dAe,gAe=getEventCode(dAe),pAe=EAe?10:1;let mAe=!0;switch(gAe){case EVENT_CODE.left:cAe(-pAe);break;case EVENT_CODE.right:cAe(pAe);break;case EVENT_CODE.up:uAe(pAe);break;case EVENT_CODE.down:uAe(-pAe);break;default:mAe=!1;break}mAe&&dAe.preventDefault()}function cAe(dAe){let EAe=tAe.value+dAe;EAe=EAe<0?0:EAe>100?100:EAe,r4.color.set("saturation",EAe)}function uAe(dAe){let EAe=AAe.value+dAe;EAe=EAe<0?0:EAe>100?100:EAe,r4.color.set("value",EAe)}return{cursorRef:$P,cursorTop:zP,cursorLeft:z9,background:eAe,saturation:tAe,brightness:AAe,hue:iAe,handleClick:nAe,handleDrag:oAe,handleKeydown:aAe}},useSvPanelDOM=(r4,{cursorTop:x_,cursorLeft:$P,background:zP,handleDrag:z9})=>{const eAe=getCurrentInstance(),tAe=useNamespace("color-svpanel");function AAe(){const iAe=r4.color.get("saturation"),nAe=r4.color.get("value"),{clientWidth:oAe,clientHeight:aAe}=eAe.vnode.el;$P.value=iAe*oAe/100,x_.value=(100-nAe)*aAe/100,zP.value=`hsl(${r4.color.get("hue")}, 100%, 50%)`}return onMounted(()=>{draggable(eAe.vnode.el,{drag:iAe=>{z9(iAe)},end:iAe=>{z9(iAe)}}),AAe()}),watch([()=>r4.color.get("hue"),()=>r4.color.get("value"),()=>r4.color.value],()=>AAe()),{rootKls:computed(()=>tAe.b()),cursorKls:computed(()=>tAe.e("cursor")),rootStyle:computed(()=>({backgroundColor:zP.value})),cursorStyle:computed(()=>({top:addUnit(x_.value),left:addUnit($P.value)})),update:AAe}},_hoisted_1$9l=["tabindex","aria-disabled","aria-label","aria-valuenow","aria-valuetext"];var sv_panel_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSvPanel",__name:"sv-panel",props:svPanelProps,setup(r4,{expose:x_}){const $P=r4,{cursorRef:zP,cursorTop:z9,cursorLeft:eAe,background:tAe,saturation:AAe,brightness:iAe,handleClick:nAe,handleDrag:oAe,handleKeydown:aAe}=useSvPanel($P),{rootKls:cAe,cursorKls:uAe,rootStyle:dAe,cursorStyle:EAe,update:gAe}=useSvPanelDOM($P,{cursorTop:z9,cursorLeft:eAe,background:tAe,handleDrag:oAe}),{t:pAe}=useLocale(),mAe=computed(()=>pAe("el.colorpicker.svLabel")),SAe=computed(()=>pAe("el.colorpicker.svDescription",{saturation:AAe.value,brightness:iAe.value,color:$P.color.value}));return x_({update:gAe}),(DAe,NAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(cAe)),style:normalizeStyle$1(unref(dAe)),onClick:NAe[1]||(NAe[1]=(...TAe)=>unref(nAe)&&unref(nAe)(...TAe))},[createBaseVNode("div",{ref_key:"cursorRef",ref:zP,class:normalizeClass(unref(uAe)),style:normalizeStyle$1(unref(EAe)),tabindex:r4.disabled?void 0:0,"aria-disabled":r4.disabled,role:"slider","aria-valuemin":"0,0","aria-valuemax":"100,100","aria-label":mAe.value,"aria-valuenow":`${unref(AAe)},${unref(iAe)}`,"aria-valuetext":SAe.value,onKeydown:NAe[0]||(NAe[0]=(...TAe)=>unref(aAe)&&unref(aAe)(...TAe))},null,46,_hoisted_1$9l)],6))}}),sv_panel_default=sv_panel_vue_vue_type_script_setup_true_lang_default;const useCommonColor=(r4,x_)=>{const $P=reactive(new Color({enableAlpha:r4.showAlpha,format:r4.colorFormat||"",value:r4.modelValue}));return watch(()=>[r4.colorFormat,r4.showAlpha],()=>{$P.enableAlpha=r4.showAlpha,$P.format=r4.colorFormat||$P.format,$P.doOnChange(),x_(UPDATE_MODEL_EVENT,$P.value)}),{color:$P}};var color_picker_panel_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElColorPickerPanel",__name:"color-picker-panel",props:colorPickerPanelProps,emits:colorPickerPanelEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("color-picker-panel"),{formItem:tAe}=useFormItem(),AAe=useFormDisabled(),iAe=ref(),nAe=ref(),oAe=ref(),aAe=ref(),cAe=ref(""),{color:uAe}=inject(ROOT_COMMON_COLOR_INJECTION_KEY,()=>useCommonColor(zP,z9),!0);function dAe(){uAe.fromString(cAe.value),uAe.value!==cAe.value&&(cAe.value=uAe.value)}function EAe(){var pAe;zP.validateEvent&&((pAe=tAe==null?void 0:tAe.validate)==null||pAe.call(tAe,"blur").catch(mAe=>debugWarn(mAe)))}function gAe(){var pAe,mAe,SAe;(pAe=iAe.value)==null||pAe.update(),(mAe=nAe.value)==null||mAe.update(),(SAe=oAe.value)==null||SAe.update()}return onMounted(()=>{zP.modelValue&&(cAe.value=uAe.value),nextTick(gAe)}),watch(()=>zP.modelValue,pAe=>{pAe!==uAe.value&&(pAe?uAe.fromString(pAe):uAe.clear())}),watch(()=>uAe.value,pAe=>{z9(UPDATE_MODEL_EVENT,pAe),cAe.value=pAe,zP.validateEvent&&(tAe==null||tAe.validate("change").catch(mAe=>debugWarn(mAe)))}),provide(colorPickerPanelContextKey,{currentColor:computed(()=>uAe.value)}),x_({color:uAe,inputRef:aAe,update:gAe}),(pAe,mAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(eAe).b(),unref(eAe).is("disabled",unref(AAe)),unref(eAe).is("border",r4.border)]),onFocusout:EAe},[createBaseVNode("div",{class:normalizeClass(unref(eAe).e("wrapper"))},[createVNode$1(hue_slider_default,{ref_key:"hueRef",ref:iAe,color:unref(uAe),vertical:"",disabled:unref(AAe),class:normalizeClass(["hue-slider",r4.hueSliderClass]),style:normalizeStyle$1(r4.hueSliderStyle)},null,8,["color","disabled","class","style"]),createVNode$1(sv_panel_default,{ref_key:"svRef",ref:nAe,color:unref(uAe),disabled:unref(AAe)},null,8,["color","disabled"])],2),r4.showAlpha?(openBlock(),createBlock(alpha_slider_default,{key:0,ref_key:"alphaRef",ref:oAe,color:unref(uAe),disabled:unref(AAe)},null,8,["color","disabled"])):createCommentVNode("v-if",!0),r4.predefine?(openBlock(),createBlock(predefine_default,{key:1,ref:"predefine","enable-alpha":r4.showAlpha,color:unref(uAe),colors:r4.predefine,disabled:unref(AAe)},null,8,["enable-alpha","color","colors","disabled"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(eAe).e("footer"))},[createVNode$1(unref(ElInput),{ref_key:"inputRef",ref:aAe,modelValue:cAe.value,"onUpdate:modelValue":mAe[0]||(mAe[0]=SAe=>cAe.value=SAe),"validate-event":!1,size:"small",disabled:unref(AAe),onChange:dAe},null,8,["modelValue","disabled"]),renderSlot(pAe.$slots,"footer")],2)],34))}}),color_picker_panel_default=color_picker_panel_vue_vue_type_script_setup_true_lang_default;const ElColorPickerPanel=withInstall(color_picker_panel_default),colorPickerProps=buildProps$1({persistent:{type:Boolean,default:!0},modelValue:{type:definePropType(String),default:void 0},id:String,showAlpha:Boolean,colorFormat:{type:definePropType(String)},disabled:{type:Boolean,default:void 0},clearable:{type:Boolean,default:!0},size:useSizeProp,popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,tabindex:{type:[String,Number],default:0},teleported:useTooltipContentProps.teleported,appendTo:useTooltipContentProps.appendTo,predefine:{type:definePropType(Array)},validateEvent:{type:Boolean,default:!0},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),colorPickerEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4)||isNil(r4),[CHANGE_EVENT]:r4=>isString$2(r4)||isNil(r4),activeChange:r4=>isString$2(r4)||isNil(r4),focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent,clear:()=>!0},_hoisted_1$9k=["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex"];var color_picker_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElColorPicker",__name:"color-picker",props:colorPickerProps,emits:colorPickerEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,{t:eAe}=useLocale(),tAe=useNamespace("color"),{formItem:AAe}=useFormItem(),iAe=useFormSize(),nAe=useFormDisabled(),{valueOnClear:oAe,isEmptyValue:aAe}=useEmptyValues(zP,null),cAe=useCommonColor(zP,z9),{inputId:uAe,isLabeledByFormItem:dAe}=useFormItemInputId(zP,{formItemContext:AAe}),EAe=ref(),gAe=ref(),pAe=ref(),mAe=ref(!1),SAe=ref(!1);let DAe=!0;const{isFocused:NAe,handleFocus:TAe,handleBlur:bAe}=useFocusController(gAe,{disabled:nAe,beforeBlur(PIe){var LIe;return(LIe=EAe.value)==null?void 0:LIe.isFocusInsideContent(PIe)},afterBlur(){var PIe;iIe(!1),EIe(),zP.validateEvent&&((PIe=AAe==null?void 0:AAe.validate)==null||PIe.call(AAe,"blur").catch(LIe=>debugWarn(LIe)))}}),GAe=reactiveComputed(()=>{var PIe;return((PIe=pAe.value)==null?void 0:PIe.color)??cAe.color}),LAe=computed(()=>pick(zP,Object.keys(colorPickerPanelProps))),wAe=computed(()=>!zP.modelValue&&!SAe.value?"transparent":eIe(GAe,zP.showAlpha)),OAe=computed(()=>!zP.modelValue&&!SAe.value?"":GAe.value),PAe=computed(()=>dAe.value?void 0:zP.ariaLabel||eAe("el.colorpicker.defaultLabel")),HAe=computed(()=>dAe.value?AAe==null?void 0:AAe.labelId:void 0),zAe=computed(()=>[tAe.b("picker"),tAe.is("disabled",nAe.value),tAe.bm("picker",iAe.value),tAe.is("focused",NAe.value)]);function eIe(PIe,LIe){const{r:oEe,g:JIe,b:XIe,a:zIe}=PIe.toRgb();return LIe?`rgba(${oEe}, ${JIe}, ${XIe}, ${zIe})`:`rgb(${oEe}, ${JIe}, ${XIe})`}function iIe(PIe){mAe.value=PIe}const rIe=debounce(iIe,100,{leading:!0});function AIe(){nAe.value||iIe(!0)}function XAe(){rIe(!1),EIe()}function EIe(){nextTick(()=>{zP.modelValue?GAe.fromString(zP.modelValue):(GAe.value="",nextTick(()=>{SAe.value=!1}))})}function hIe(){nAe.value||(mAe.value&&EIe(),rIe(!mAe.value))}function tIe(){const PIe=aAe(GAe.value)?oAe.value:GAe.value;z9(UPDATE_MODEL_EVENT,PIe),z9(CHANGE_EVENT,PIe),zP.validateEvent&&(AAe==null||AAe.validate("change").catch(LIe=>debugWarn(LIe))),rIe(!1),nextTick(()=>{const LIe=new Color({enableAlpha:zP.showAlpha,format:zP.colorFormat||"",value:zP.modelValue});GAe.compare(LIe)||EIe()})}function gIe(){rIe(!1),z9(UPDATE_MODEL_EVENT,oAe.value),z9(CHANGE_EVENT,oAe.value),zP.modelValue!==oAe.value&&zP.validateEvent&&(AAe==null||AAe.validate("change").catch(PIe=>debugWarn(PIe))),EIe(),z9("clear")}function pIe(){var PIe,LIe;(LIe=(PIe=pAe==null?void 0:pAe.value)==null?void 0:PIe.inputRef)==null||LIe.focus()}function _Ie(){mAe.value&&(XAe(),NAe.value&&OIe())}function SIe(PIe){PIe.preventDefault(),PIe.stopPropagation(),iIe(!1),EIe()}function yIe(PIe){switch(getEventCode(PIe)){case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:case EVENT_CODE.space:PIe.preventDefault(),PIe.stopPropagation(),AIe();break;case EVENT_CODE.esc:SIe(PIe);break}}function OIe(){gAe.value.focus()}function HIe(){gAe.value.blur()}return watch(()=>OAe.value,PIe=>{DAe&&z9("activeChange",PIe),DAe=!0}),watch(()=>GAe.value,()=>{!zP.modelValue&&!SAe.value&&(SAe.value=!0)}),watch(()=>zP.modelValue,PIe=>{PIe?PIe&&PIe!==GAe.value&&(DAe=!1,GAe.fromString(PIe)):SAe.value=!1}),watch(()=>mAe.value,()=>{pAe.value&&nextTick(pAe.value.update)}),provide(ROOT_COMMON_COLOR_INJECTION_KEY,cAe),x_({color:GAe,show:AIe,hide:XAe,focus:OIe,blur:HIe}),(PIe,LIe)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:EAe,visible:mAe.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[unref(tAe).be("picker","panel"),r4.popperClass],"popper-style":r4.popperStyle,"stop-popper-mouse-event":!1,pure:"",loop:"",role:"dialog",effect:"light",trigger:"click",teleported:r4.teleported,transition:`${unref(tAe).namespace.value}-zoom-in-top`,persistent:r4.persistent,"append-to":r4.appendTo,onShow:pIe,onHide:LIe[2]||(LIe[2]=oEe=>iIe(!1))},{content:withCtx(()=>[withDirectives((openBlock(),createBlock(unref(ElColorPickerPanel),mergeProps({ref_key:"pickerPanelRef",ref:pAe},LAe.value,{border:!1,"validate-event":!1,onKeydown:withKeys(SIe,["esc"])}),{footer:withCtx(()=>[createBaseVNode("div",null,[r4.clearable?(openBlock(),createBlock(unref(ElButton),{key:0,class:normalizeClass(unref(tAe).be("footer","link-btn")),text:"",size:"small",onClick:gIe},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(eAe)("el.colorpicker.clear")),1)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode$1(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(tAe).be("footer","btn")),onClick:tIe},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(eAe)("el.colorpicker.confirm")),1)]),_:1},8,["class"])])]),_:1},16)),[[unref(ClickOutside),_Ie,gAe.value]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(uAe),ref_key:"triggerRef",ref:gAe},PIe.$attrs,{class:zAe.value,role:"button","aria-label":PAe.value,"aria-labelledby":HAe.value,"aria-description":unref(eAe)("el.colorpicker.description",{color:r4.modelValue||""}),"aria-disabled":unref(nAe),tabindex:unref(nAe)?void 0:r4.tabindex,onKeydown:yIe,onFocus:LIe[0]||(LIe[0]=(...oEe)=>unref(TAe)&&unref(TAe)(...oEe)),onBlur:LIe[1]||(LIe[1]=(...oEe)=>unref(bAe)&&unref(bAe)(...oEe))}),[createBaseVNode("div",{class:normalizeClass(unref(tAe).be("picker","trigger")),onClick:hIe},[createBaseVNode("span",{class:normalizeClass([unref(tAe).be("picker","color"),unref(tAe).is("alpha",r4.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(tAe).be("picker","color-inner")),style:normalizeStyle$1({backgroundColor:wAe.value})},[withDirectives(createVNode$1(unref(ElIcon),{class:normalizeClass([unref(tAe).be("picker","icon"),unref(tAe).is("icon-arrow-down")])},{default:withCtx(()=>[createVNode$1(unref(arrow_down_default))]),_:1},8,["class"]),[[vShow,r4.modelValue||SAe.value]]),withDirectives(createVNode$1(unref(ElIcon),{class:normalizeClass([unref(tAe).be("picker","empty"),unref(tAe).is("icon-close")])},{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1},8,["class"]),[[vShow,!r4.modelValue&&!SAe.value]])],6)],2)],2)],16,_hoisted_1$9k)]),_:1},8,["visible","popper-class","popper-style","teleported","transition","persistent","append-to"]))}}),color_picker_default=color_picker_vue_vue_type_script_setup_true_lang_default;const ElColorPicker=withInstall(color_picker_default);var container_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElContainer",__name:"container",props:{direction:{type:String,required:!1}},setup(r4){const x_=r4,$P=useSlots(),zP=useNamespace("container"),z9=computed(()=>x_.direction==="vertical"?!0:x_.direction==="horizontal"?!1:$P&&$P.default?$P.default().some(eAe=>{const tAe=eAe.type.name;return tAe==="ElHeader"||tAe==="ElFooter"}):!1);return(eAe,tAe)=>(openBlock(),createElementBlock("section",{class:normalizeClass([unref(zP).b(),unref(zP).is("vertical",z9.value)])},[renderSlot(eAe.$slots,"default")],2))}}),container_default=container_vue_vue_type_script_setup_true_lang_default,aside_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElAside",__name:"aside",props:{width:{type:[String,null],required:!1,default:null}},setup(r4){const x_=r4,$P=useNamespace("aside"),zP=computed(()=>x_.width?$P.cssVarBlock({width:x_.width}):{});return(z9,eAe)=>(openBlock(),createElementBlock("aside",{class:normalizeClass(unref($P).b()),style:normalizeStyle$1(zP.value)},[renderSlot(z9.$slots,"default")],6))}}),aside_default=aside_vue_vue_type_script_setup_true_lang_default,footer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElFooter",__name:"footer",props:{height:{type:[String,null],required:!1,default:null}},setup(r4){const x_=r4,$P=useNamespace("footer"),zP=computed(()=>x_.height?$P.cssVarBlock({height:x_.height}):{});return(z9,eAe)=>(openBlock(),createElementBlock("footer",{class:normalizeClass(unref($P).b()),style:normalizeStyle$1(zP.value)},[renderSlot(z9.$slots,"default")],6))}}),footer_default=footer_vue_vue_type_script_setup_true_lang_default,header_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElHeader",__name:"header",props:{height:{type:[String,null],required:!1,default:null}},setup(r4){const x_=r4,$P=useNamespace("header"),zP=computed(()=>x_.height?$P.cssVarBlock({height:x_.height}):{});return(z9,eAe)=>(openBlock(),createElementBlock("header",{class:normalizeClass(unref($P).b()),style:normalizeStyle$1(zP.value)},[renderSlot(z9.$slots,"default")],6))}}),header_default=header_vue_vue_type_script_setup_true_lang_default,main_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElMain",__name:"main",setup(r4){const x_=useNamespace("main");return($P,zP)=>(openBlock(),createElementBlock("main",{class:normalizeClass(unref(x_).b())},[renderSlot($P.$slots,"default")],2))}}),main_default=main_vue_vue_type_script_setup_true_lang_default;withInstall(container_default,{Aside:aside_default,Footer:footer_default,Header:header_default,Main:main_default});withNoopInstall(aside_default);withNoopInstall(footer_default);withNoopInstall(header_default);withNoopInstall(main_default);const datePickerPanelProps=buildProps$1({valueFormat:String,dateFormat:String,timeFormat:String,disabled:{type:Boolean,default:void 0},modelValue:{type:definePropType([Date,Array,String,Number]),default:""},defaultValue:{type:definePropType([Date,Array])},defaultTime:{type:definePropType([Date,Array])},isRange:Boolean,...disabledTimeListsProps,disabledDate:{type:Function},cellClassName:{type:Function},shortcuts:{type:Array,default:()=>[]},arrowControl:Boolean,unlinkPanels:Boolean,showNow:{type:Boolean,default:!0},showConfirm:Boolean,showFooter:Boolean,showWeekNumber:Boolean,type:{type:definePropType(String),default:"date"},clearable:{type:Boolean,default:!0},border:{type:Boolean,default:!0},editable:{type:Boolean,default:!0}}),ROOT_PICKER_INJECTION_KEY=Symbol("rootPickerContextKey"),ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY="ElIsDefaultFormat",selectionModes=["date","dates","year","years","month","months","week","range"],datePickerSharedProps=buildProps$1({cellClassName:{type:definePropType(Function)},disabledDate:{type:definePropType(Function)},date:{type:definePropType(Object),required:!0},minDate:{type:definePropType(Object)},maxDate:{type:definePropType(Object)},parsedValue:{type:definePropType([Object,Array])},rangeState:{type:definePropType(Object),default:()=>({endDate:null,selecting:!1})},disabled:Boolean}),panelSharedProps=buildProps$1({type:{type:definePropType(String),required:!0,values:datePickTypes},dateFormat:String,timeFormat:String,showNow:{type:Boolean,default:!0},showConfirm:Boolean,showFooter:{type:Boolean,default:!0},showWeekNumber:Boolean,border:Boolean,disabled:Boolean,editable:{type:Boolean,default:!0}}),panelRangeSharedProps=buildProps$1({unlinkPanels:Boolean,visible:{type:Boolean,default:!0},showConfirm:Boolean,showFooter:{type:Boolean,default:!0},border:Boolean,disabled:Boolean,parsedValue:{type:definePropType(Array)}}),selectionModeWithDefault=r4=>({type:String,values:selectionModes,default:r4}),panelDatePickProps=buildProps$1({...panelSharedProps,parsedValue:{type:definePropType([Object,Array])},visible:{type:Boolean,default:!0},format:{type:String,default:""}}),isValidRange=r4=>{if(!isArray$6(r4))return!1;const[x_,$P]=r4;return dayjs.isDayjs(x_)&&dayjs.isDayjs($P)&&dayjs(x_).isValid()&&dayjs($P).isValid()&&x_.isSameOrBefore($P)},getDefaultValue=(r4,{lang:x_,step:$P=1,unit:zP,unlinkPanels:z9})=>{let eAe;if(isArray$6(r4)){let[tAe,AAe]=r4.map(iAe=>dayjs(iAe).locale(x_));return z9||(AAe=tAe.add($P,zP)),[tAe,AAe]}else r4?eAe=dayjs(r4):eAe=dayjs();return eAe=eAe.locale(x_),[eAe,eAe.add($P,zP)]},buildPickerTable=(r4,x_,{columnIndexOffset:$P,startDate:zP,nextEndDate:z9,now:eAe,unit:tAe,relativeDateGetter:AAe,setCellMetadata:iAe,setRowMetadata:nAe})=>{for(let oAe=0;oAe{const z9=dayjs().locale(zP).startOf("month").month($P).year(x_).hour(r4.hour()).minute(r4.minute()).second(r4.second());return rangeArr(z9.daysInMonth()).map(eAe=>z9.add(eAe,"day").toDate())},getValidDateOfMonth=(r4,x_,$P,zP,z9)=>{const eAe=dayjs().year(x_).month($P).startOf("month").hour(r4.hour()).minute(r4.minute()).second(r4.second()),tAe=datesInMonth(r4,x_,$P,zP).find(AAe=>!(z9!=null&&z9(AAe)));return tAe?dayjs(tAe).locale(zP):eAe.locale(zP)},getValidDateOfYear=(r4,x_,$P)=>{const zP=r4.year();if(!($P!=null&&$P(r4.toDate())))return r4.locale(x_);const z9=r4.month();if(!datesInMonth(r4,zP,z9,x_).every($P))return getValidDateOfMonth(r4,zP,z9,x_,$P);for(let eAe=0;eAe<12;eAe++)if(!datesInMonth(r4,zP,eAe,x_).every($P))return getValidDateOfMonth(r4,zP,eAe,x_,$P);return r4},correctlyParseUserInput=(r4,x_,$P,zP)=>{if(isArray$6(r4))return r4.map(z9=>correctlyParseUserInput(z9,x_,$P,zP));if(isString$2(r4)){const z9=zP!=null&&zP.value?dayjs(r4):dayjs(r4,x_);if(!z9.isValid())return z9}return dayjs(r4,x_).locale($P)},basicDateTableProps=buildProps$1({...datePickerSharedProps,showWeekNumber:Boolean,selectionMode:selectionModeWithDefault("date")}),basicDateTableEmits=["changerange","pick","select"],isNormalDay=(r4="")=>["normal","today"].includes(r4),useBasicDateTable=(r4,x_)=>{const{lang:$P}=useLocale(),zP=ref(),z9=ref(),eAe=ref(),tAe=ref(),AAe=ref([[],[],[],[],[],[]]);let iAe=!1;const nAe=r4.date.$locale().weekStart||7,oAe=r4.date.locale("en").localeData().weekdaysShort().map(XAe=>XAe.toLowerCase()),aAe=computed(()=>nAe>3?7-nAe:-nAe),cAe=computed(()=>{const XAe=r4.date.startOf("month");return XAe.subtract(XAe.day()||7,"day")}),uAe=computed(()=>oAe.concat(oAe).slice(nAe,nAe+7)),dAe=computed(()=>flatten(unref(DAe)).some(XAe=>XAe.isCurrent)),EAe=computed(()=>{const XAe=r4.date.startOf("month");return{startOfMonthDay:XAe.day()||7,dateCountOfMonth:XAe.daysInMonth(),dateCountOfLastMonth:XAe.subtract(1,"month").daysInMonth()}}),gAe=computed(()=>r4.selectionMode==="dates"?castArray(r4.parsedValue):[]),pAe=(XAe,{count:EIe,rowIndex:hIe,columnIndex:tIe})=>{const{startOfMonthDay:gIe,dateCountOfMonth:pIe,dateCountOfLastMonth:_Ie}=unref(EAe),SIe=unref(aAe);if(hIe>=0&&hIe<=1){const yIe=gIe+SIe<0?7+gIe+SIe:gIe+SIe;if(tIe+hIe*7>=yIe)return XAe.text=EIe,!0;XAe.text=_Ie-(yIe-tIe%7)+1+hIe*7,XAe.type="prev-month"}else return EIe<=pIe?XAe.text=EIe:(XAe.text=EIe-pIe,XAe.type="next-month"),!0;return!1},mAe=(XAe,{columnIndex:EIe,rowIndex:hIe},tIe)=>{const{disabledDate:gIe,cellClassName:pIe}=r4,_Ie=unref(gAe),SIe=pAe(XAe,{count:tIe,rowIndex:hIe,columnIndex:EIe}),yIe=XAe.dayjs.toDate();return XAe.selected=_Ie.find(OIe=>OIe.isSame(XAe.dayjs,"day")),XAe.isSelected=!!XAe.selected,XAe.isCurrent=TAe(XAe),XAe.disabled=gIe==null?void 0:gIe(yIe),XAe.customClass=pIe==null?void 0:pIe(yIe),SIe},SAe=XAe=>{if(r4.selectionMode==="week"){const[EIe,hIe]=r4.showWeekNumber?[1,7]:[0,6],tIe=AIe(XAe[EIe+1]);XAe[EIe].inRange=tIe,XAe[EIe].start=tIe,XAe[hIe].inRange=tIe,XAe[hIe].end=tIe}},DAe=computed(()=>{const{minDate:XAe,maxDate:EIe,rangeState:hIe,showWeekNumber:tIe}=r4,gIe=unref(aAe),pIe=unref(AAe),_Ie="day";let SIe=1;if(buildPickerTable({row:6,column:7},pIe,{startDate:XAe,columnIndexOffset:tIe?1:0,nextEndDate:hIe.endDate||EIe||hIe.selecting&&XAe||null,now:dayjs().locale(unref($P)).startOf(_Ie),unit:_Ie,relativeDateGetter:yIe=>unref(cAe).add(yIe-gIe,_Ie),setCellMetadata:(...yIe)=>{mAe(...yIe,SIe)&&(SIe+=1)},setRowMetadata:SAe}),tIe)for(let yIe=0;yIe<6;yIe++)pIe[yIe][1].dayjs&&(pIe[yIe][0]={type:"week",text:pIe[yIe][1].dayjs.week()});return pIe});watch(()=>r4.date,async()=>{var XAe;(XAe=unref(zP))!=null&&XAe.contains(document.activeElement)&&(await nextTick(),await NAe())});const NAe=async()=>{var XAe;return(XAe=unref(z9))==null?void 0:XAe.focus()},TAe=XAe=>r4.selectionMode==="date"&&isNormalDay(XAe.type)&&bAe(XAe,r4.parsedValue),bAe=(XAe,EIe)=>EIe?dayjs(EIe).locale(unref($P)).isSame(r4.date.date(Number(XAe.text)),"day"):!1,GAe=(XAe,EIe)=>{const hIe=unref(EAe).startOfMonthDay,tIe=unref(aAe),gIe=hIe+tIe<0?7+hIe+tIe:hIe+tIe,pIe=XAe*7+(EIe-(r4.showWeekNumber?1:0));return r4.date.startOf("month").subtract(gIe,"day").add(pIe,"day")},LAe=XAe=>{var gIe;if(!r4.rangeState.selecting)return;let EIe=XAe.target;if(EIe.tagName==="SPAN"&&(EIe=(gIe=EIe.parentNode)==null?void 0:gIe.parentNode),EIe.tagName==="DIV"&&(EIe=EIe.parentNode),EIe.tagName!=="TD")return;const hIe=EIe.parentNode.rowIndex-1,tIe=EIe.cellIndex;unref(DAe)[hIe][tIe].disabled||(hIe!==unref(eAe)||tIe!==unref(tAe))&&(eAe.value=hIe,tAe.value=tIe,x_("changerange",{selecting:!0,endDate:GAe(hIe,tIe)}))},wAe=XAe=>!unref(dAe)&&(XAe==null?void 0:XAe.text)===1&&isNormalDay(XAe.type)||XAe.isCurrent,OAe=XAe=>{iAe||unref(dAe)||r4.selectionMode!=="date"||rIe(XAe,!0)},PAe=XAe=>{XAe.target.closest("td")&&(iAe=!0)},HAe=XAe=>{XAe.target.closest("td")&&(iAe=!1)},zAe=XAe=>{!r4.rangeState.selecting||!r4.minDate?(x_("pick",{minDate:XAe,maxDate:null}),x_("select",!0)):(XAe>=r4.minDate?x_("pick",{minDate:r4.minDate,maxDate:XAe}):x_("pick",{minDate:XAe,maxDate:r4.minDate}),x_("select",!1))},eIe=XAe=>{const EIe=XAe.week(),hIe=`${XAe.year()}w${EIe}`;x_("pick",{year:XAe.year(),week:EIe,value:hIe,date:XAe.startOf("week")})},iIe=(XAe,EIe)=>{x_("pick",EIe?castArray(r4.parsedValue).filter(hIe=>(hIe==null?void 0:hIe.valueOf())!==XAe.valueOf()):castArray(r4.parsedValue).concat([XAe]))},rIe=(XAe,EIe=!1)=>{if(r4.disabled)return;const hIe=XAe.target.closest("td");if(!hIe)return;const tIe=hIe.parentNode.rowIndex-1,gIe=hIe.cellIndex,pIe=unref(DAe)[tIe][gIe];if(pIe.disabled||pIe.type==="week")return;const _Ie=GAe(tIe,gIe);switch(r4.selectionMode){case"range":zAe(_Ie);break;case"date":x_("pick",_Ie,EIe);break;case"week":eIe(_Ie);break;case"dates":iIe(_Ie,!!pIe.selected);break}},AIe=XAe=>{if(r4.selectionMode!=="week")return!1;let EIe=r4.date.startOf("day");if(XAe.type==="prev-month"&&(EIe=EIe.subtract(1,"month")),XAe.type==="next-month"&&(EIe=EIe.add(1,"month")),EIe=EIe.date(Number.parseInt(XAe.text,10)),r4.parsedValue&&!isArray$6(r4.parsedValue)){const hIe=(r4.parsedValue.day()-nAe+7)%7-1;return r4.parsedValue.subtract(hIe,"day").isSame(EIe,"day")}return!1};return{WEEKS:uAe,rows:DAe,tbodyRef:zP,currentCellRef:z9,focus:NAe,isCurrent:TAe,isWeekActive:AIe,isSelectedCell:wAe,handlePickDate:rIe,handleMouseUp:HAe,handleMouseDown:PAe,handleMouseMove:LAe,handleFocus:OAe}},useBasicDateTableDOM=(r4,{isCurrent:x_,isWeekActive:$P})=>{const zP=useNamespace("date-table"),{t:z9}=useLocale(),eAe=computed(()=>[zP.b(),zP.is("week-mode",r4.selectionMode==="week"&&!r4.disabled)]),tAe=computed(()=>z9("el.datepicker.dateTablePrompt")),AAe=nAe=>{const oAe=[];return isNormalDay(nAe.type)&&!nAe.disabled?(oAe.push("available"),nAe.type==="today"&&oAe.push("today")):oAe.push(nAe.type),x_(nAe)&&oAe.push("current"),nAe.inRange&&(isNormalDay(nAe.type)||r4.selectionMode==="week")&&(oAe.push("in-range"),nAe.start&&oAe.push("start-date"),nAe.end&&oAe.push("end-date")),(nAe.disabled||r4.disabled)&&oAe.push("disabled"),nAe.selected&&oAe.push("selected"),nAe.customClass&&oAe.push(nAe.customClass),oAe.join(" ")},iAe=nAe=>[zP.e("row"),{current:$P(nAe)}];return{tableKls:eAe,tableLabel:tAe,weekHeaderClass:zP.e("week-header"),getCellClasses:AAe,getRowKls:iAe,t:z9}},basicCellProps=buildProps$1({cell:{type:definePropType(Object)}});var basic_cell_render_default=defineComponent({name:"ElDatePickerCell",props:basicCellProps,setup(r4){const x_=useNamespace("date-table-cell"),{slots:$P}=inject(ROOT_PICKER_INJECTION_KEY);return()=>{const{cell:zP}=r4;return renderSlot($P,"default",{...zP},()=>[createVNode$1("div",{class:x_.b()},[createVNode$1("span",{class:x_.e("text")},[(zP==null?void 0:zP.renderText)??(zP==null?void 0:zP.text)])])])}}});const _hoisted_1$9j=["aria-label"],_hoisted_2$G=["aria-label"],_hoisted_3$o=["aria-current","aria-selected","tabindex","aria-disabled"];var basic_date_table_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"basic-date-table",props:basicDateTableProps,emits:basicDateTableEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,{WEEKS:z9,rows:eAe,tbodyRef:tAe,currentCellRef:AAe,focus:iAe,isCurrent:nAe,isWeekActive:oAe,isSelectedCell:aAe,handlePickDate:cAe,handleMouseUp:uAe,handleMouseDown:dAe,handleMouseMove:EAe,handleFocus:gAe}=useBasicDateTable(zP,$P),{tableLabel:pAe,tableKls:mAe,getCellClasses:SAe,getRowKls:DAe,weekHeaderClass:NAe,t:TAe}=useBasicDateTableDOM(zP,{isCurrent:nAe,isWeekActive:oAe});let bAe=!1;return onBeforeUnmount(()=>{bAe=!0}),x_({focus:iAe}),(GAe,LAe)=>(openBlock(),createElementBlock("table",{"aria-label":unref(pAe),class:normalizeClass(unref(mAe)),cellspacing:"0",cellpadding:"0",role:"grid",onClick:LAe[1]||(LAe[1]=(...wAe)=>unref(cAe)&&unref(cAe)(...wAe)),onMousemove:LAe[2]||(LAe[2]=(...wAe)=>unref(EAe)&&unref(EAe)(...wAe)),onMousedown:LAe[3]||(LAe[3]=(...wAe)=>unref(dAe)&&unref(dAe)(...wAe)),onMouseup:LAe[4]||(LAe[4]=(...wAe)=>unref(uAe)&&unref(uAe)(...wAe))},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:tAe},[createBaseVNode("tr",null,[GAe.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col",class:normalizeClass(unref(NAe))},null,2)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(z9),(wAe,OAe)=>(openBlock(),createElementBlock("th",{key:OAe,"aria-label":unref(TAe)("el.datepicker.weeksFull."+wAe),scope:"col"},toDisplayString(unref(TAe)("el.datepicker.weeks."+wAe)),9,_hoisted_2$G))),128))]),(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(eAe),(wAe,OAe)=>(openBlock(),createElementBlock("tr",{key:OAe,class:normalizeClass(unref(DAe)(GAe.showWeekNumber?wAe[2]:wAe[1]))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(wAe,(PAe,HAe)=>(openBlock(),createElementBlock("td",{key:`${OAe}.${HAe}`,ref_for:!0,ref:zAe=>!unref(bAe)&&unref(aAe)(PAe)&&(AAe.value=zAe),class:normalizeClass(unref(SAe)(PAe)),"aria-current":PAe.isCurrent?"date":void 0,"aria-selected":PAe.isCurrent,tabindex:GAe.disabled?void 0:unref(aAe)(PAe)?0:-1,"aria-disabled":GAe.disabled,onFocus:LAe[0]||(LAe[0]=(...zAe)=>unref(gAe)&&unref(gAe)(...zAe))},[createVNode$1(unref(basic_cell_render_default),{cell:PAe},null,8,["cell"])],42,_hoisted_3$o))),128))],2))),128))],512)],42,_hoisted_1$9j))}}),basic_date_table_default=basic_date_table_vue_vue_type_script_setup_true_lang_default;const basicMonthTableProps=buildProps$1({...datePickerSharedProps,selectionMode:selectionModeWithDefault("month")}),_hoisted_1$9i=["aria-label"],_hoisted_2$F=["aria-selected","aria-label","tabindex","onKeydown"];var basic_month_table_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"basic-month-table",props:basicMonthTableProps,emits:["changerange","pick","select"],setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("month-table"),{t:tAe,lang:AAe}=useLocale(),iAe=ref(),nAe=ref(),oAe=ref(zP.date.locale("en").localeData().monthsShort().map(DAe=>DAe.toLowerCase())),aAe=ref([[],[],[]]),cAe=ref(),uAe=ref(),dAe=computed(()=>{var TAe,bAe,GAe;const DAe=aAe.value,NAe=dayjs().locale(AAe.value).startOf("month");for(let LAe=0;LAe<3;LAe++){const wAe=DAe[LAe];for(let OAe=0;OAe<4;OAe++){const PAe=wAe[OAe]||(wAe[OAe]={row:LAe,column:OAe,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1,isSelected:!1,customClass:void 0,date:void 0,dayjs:void 0,isCurrent:void 0,selected:void 0,renderText:void 0,timestamp:void 0});PAe.type="normal";const HAe=LAe*4+OAe,zAe=zP.date.startOf("year").month(HAe),eIe=zP.rangeState.endDate||zP.maxDate||zP.rangeState.selecting&&zP.minDate||null;PAe.inRange=!!(zP.minDate&&zAe.isSameOrAfter(zP.minDate,"month")&&eIe&&zAe.isSameOrBefore(eIe,"month"))||!!(zP.minDate&&zAe.isSameOrBefore(zP.minDate,"month")&&eIe&&zAe.isSameOrAfter(eIe,"month")),(TAe=zP.minDate)!=null&&TAe.isSameOrAfter(eIe)?(PAe.start=!!(eIe&&zAe.isSame(eIe,"month")),PAe.end=zP.minDate&&zAe.isSame(zP.minDate,"month")):(PAe.start=!!(zP.minDate&&zAe.isSame(zP.minDate,"month")),PAe.end=!!(eIe&&zAe.isSame(eIe,"month"))),NAe.isSame(zAe)&&(PAe.type="today");const iIe=zAe.toDate();PAe.text=HAe,PAe.disabled=((bAe=zP.disabledDate)==null?void 0:bAe.call(zP,iIe))||!1,PAe.date=iIe,PAe.customClass=(GAe=zP.cellClassName)==null?void 0:GAe.call(zP,iIe),PAe.dayjs=zAe,PAe.timestamp=zAe.valueOf(),PAe.isSelected=pAe(PAe)}}return DAe}),EAe=()=>{var DAe;(DAe=nAe.value)==null||DAe.focus()},gAe=DAe=>{const NAe={},TAe=zP.date.year(),bAe=new Date,GAe=DAe.text;return NAe.disabled=zP.disabled||(zP.disabledDate?datesInMonth(zP.date,TAe,GAe,AAe.value).every(zP.disabledDate):!1),NAe.current=castArray(zP.parsedValue).some(LAe=>dayjs.isDayjs(LAe)&&LAe.year()===TAe&&LAe.month()===GAe),NAe.today=bAe.getFullYear()===TAe&&bAe.getMonth()===GAe,DAe.customClass&&(NAe[DAe.customClass]=!0),DAe.inRange&&(NAe["in-range"]=!0,DAe.start&&(NAe["start-date"]=!0),DAe.end&&(NAe["end-date"]=!0)),NAe},pAe=DAe=>{const NAe=zP.date.year(),TAe=DAe.text;return castArray(zP.date).some(bAe=>bAe.year()===NAe&&bAe.month()===TAe)},mAe=DAe=>{var GAe;if(!zP.rangeState.selecting)return;let NAe=DAe.target;if(NAe.tagName==="SPAN"&&(NAe=(GAe=NAe.parentNode)==null?void 0:GAe.parentNode),NAe.tagName==="DIV"&&(NAe=NAe.parentNode),NAe.tagName!=="TD")return;const TAe=NAe.parentNode.rowIndex,bAe=NAe.cellIndex;dAe.value[TAe][bAe].disabled||(TAe!==cAe.value||bAe!==uAe.value)&&(cAe.value=TAe,uAe.value=bAe,z9("changerange",{selecting:!0,endDate:zP.date.startOf("year").month(TAe*4+bAe)}))},SAe=DAe=>{var LAe;if(zP.disabled)return;const NAe=(LAe=DAe.target)==null?void 0:LAe.closest("td");if((NAe==null?void 0:NAe.tagName)!=="TD"||hasClass(NAe,"disabled"))return;const TAe=NAe.cellIndex,bAe=NAe.parentNode.rowIndex*4+TAe,GAe=zP.date.startOf("year").month(bAe);if(zP.selectionMode==="months"){if(DAe.type==="keydown"){z9("pick",castArray(zP.parsedValue),!1);return}const wAe=getValidDateOfMonth(zP.date,zP.date.year(),bAe,AAe.value,zP.disabledDate);z9("pick",hasClass(NAe,"current")?castArray(zP.parsedValue).filter(OAe=>(OAe==null?void 0:OAe.year())!==wAe.year()||(OAe==null?void 0:OAe.month())!==wAe.month()):castArray(zP.parsedValue).concat([dayjs(wAe)]))}else zP.selectionMode==="range"?zP.rangeState.selecting?(zP.minDate&&GAe>=zP.minDate?z9("pick",{minDate:zP.minDate,maxDate:GAe}):z9("pick",{minDate:GAe,maxDate:zP.minDate}),z9("select",!1)):(z9("pick",{minDate:GAe,maxDate:null}),z9("select",!0)):z9("pick",bAe)};return watch(()=>zP.date,async()=>{var DAe,NAe;(DAe=iAe.value)!=null&&DAe.contains(document.activeElement)&&(await nextTick(),(NAe=nAe.value)==null||NAe.focus())}),x_({focus:EAe}),(DAe,NAe)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(tAe)("el.datepicker.monthTablePrompt"),class:normalizeClass(unref(eAe).b()),onClick:SAe,onMousemove:mAe},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:iAe},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(dAe.value,(TAe,bAe)=>(openBlock(),createElementBlock("tr",{key:bAe},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(TAe,(GAe,LAe)=>(openBlock(),createElementBlock("td",{key:LAe,ref_for:!0,ref:wAe=>GAe.isSelected&&(nAe.value=wAe),class:normalizeClass(gAe(GAe)),"aria-selected":!!GAe.isSelected,"aria-label":unref(tAe)(`el.datepicker.month${+GAe.text+1}`),tabindex:GAe.isSelected?0:-1,onKeydown:[withKeys(withModifiers(SAe,["prevent","stop"]),["space"]),withKeys(withModifiers(SAe,["prevent","stop"]),["enter"])]},[createVNode$1(unref(basic_cell_render_default),{cell:{...GAe,renderText:unref(tAe)("el.datepicker.months."+oAe.value[GAe.text])}},null,8,["cell"])],42,_hoisted_2$F))),128))]))),128))],512)],42,_hoisted_1$9i))}}),basic_month_table_default=basic_month_table_vue_vue_type_script_setup_true_lang_default;const basicYearTableProps=buildProps$1({...datePickerSharedProps,selectionMode:selectionModeWithDefault("year")}),_hoisted_1$9h=["aria-label"],_hoisted_2$E=["aria-selected","aria-label","tabindex","onKeydown"];var basic_year_table_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"basic-year-table",props:basicYearTableProps,emits:["changerange","pick","select"],setup(r4,{expose:x_,emit:$P}){const zP=(NAe,TAe)=>{const bAe=dayjs(String(NAe)).locale(TAe).startOf("year");return rangeArr(bAe.endOf("year").dayOfYear()).map(GAe=>bAe.add(GAe,"day").toDate())},z9=r4,eAe=$P,tAe=useNamespace("year-table"),{t:AAe,lang:iAe}=useLocale(),nAe=ref(),oAe=ref(),aAe=computed(()=>Math.floor(z9.date.year()/10)*10),cAe=ref([[],[],[]]),uAe=ref(),dAe=ref(),EAe=computed(()=>{var bAe,GAe,LAe;const NAe=cAe.value,TAe=dayjs().locale(iAe.value).startOf("year");for(let wAe=0;wAe<3;wAe++){const OAe=NAe[wAe];for(let PAe=0;PAe<4&&!(wAe*4+PAe>=10);PAe++){let HAe=OAe[PAe];HAe||(HAe={row:wAe,column:PAe,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1,isSelected:!1,customClass:void 0,date:void 0,dayjs:void 0,isCurrent:void 0,selected:void 0,renderText:void 0,timestamp:void 0}),HAe.type="normal";const zAe=wAe*4+PAe+aAe.value,eIe=dayjs().year(zAe),iIe=z9.rangeState.endDate||z9.maxDate||z9.rangeState.selecting&&z9.minDate||null;HAe.inRange=!!(z9.minDate&&eIe.isSameOrAfter(z9.minDate,"year")&&iIe&&eIe.isSameOrBefore(iIe,"year"))||!!(z9.minDate&&eIe.isSameOrBefore(z9.minDate,"year")&&iIe&&eIe.isSameOrAfter(iIe,"year")),(bAe=z9.minDate)!=null&&bAe.isSameOrAfter(iIe)?(HAe.start=!!(iIe&&eIe.isSame(iIe,"year")),HAe.end=!!(z9.minDate&&eIe.isSame(z9.minDate,"year"))):(HAe.start=!!(z9.minDate&&eIe.isSame(z9.minDate,"year")),HAe.end=!!(iIe&&eIe.isSame(iIe,"year"))),TAe.isSame(eIe)&&(HAe.type="today"),HAe.text=zAe;const rIe=eIe.toDate();HAe.disabled=((GAe=z9.disabledDate)==null?void 0:GAe.call(z9,rIe))||!1,HAe.date=rIe,HAe.customClass=(LAe=z9.cellClassName)==null?void 0:LAe.call(z9,rIe),HAe.dayjs=eIe,HAe.timestamp=eIe.valueOf(),HAe.isSelected=mAe(HAe),OAe[PAe]=HAe}}return NAe}),gAe=()=>{var NAe;(NAe=oAe.value)==null||NAe.focus()},pAe=NAe=>{const TAe={},bAe=dayjs().locale(iAe.value),GAe=NAe.text;return TAe.disabled=z9.disabled||(z9.disabledDate?zP(GAe,iAe.value).every(z9.disabledDate):!1),TAe.today=bAe.year()===GAe,TAe.current=castArray(z9.parsedValue).some(LAe=>LAe.year()===GAe),NAe.customClass&&(TAe[NAe.customClass]=!0),NAe.inRange&&(TAe["in-range"]=!0,NAe.start&&(TAe["start-date"]=!0),NAe.end&&(TAe["end-date"]=!0)),TAe},mAe=NAe=>{const TAe=NAe.text;return castArray(z9.date).some(bAe=>bAe.year()===TAe)},SAe=NAe=>{var wAe;if(z9.disabled)return;const TAe=(wAe=NAe.target)==null?void 0:wAe.closest("td");if(!TAe||!TAe.textContent||hasClass(TAe,"disabled"))return;const bAe=TAe.cellIndex,GAe=TAe.parentNode.rowIndex*4+bAe+aAe.value,LAe=dayjs().year(GAe);if(z9.selectionMode==="range")z9.rangeState.selecting?(z9.minDate&&LAe>=z9.minDate?eAe("pick",{minDate:z9.minDate,maxDate:LAe}):eAe("pick",{minDate:LAe,maxDate:z9.minDate}),eAe("select",!1)):(eAe("pick",{minDate:LAe,maxDate:null}),eAe("select",!0));else if(z9.selectionMode==="years"){if(NAe.type==="keydown"){eAe("pick",castArray(z9.parsedValue),!1);return}const OAe=getValidDateOfYear(LAe.startOf("year"),iAe.value,z9.disabledDate);eAe("pick",hasClass(TAe,"current")?castArray(z9.parsedValue).filter(PAe=>(PAe==null?void 0:PAe.year())!==GAe):castArray(z9.parsedValue).concat([OAe]))}else eAe("pick",GAe)},DAe=NAe=>{var LAe;if(!z9.rangeState.selecting)return;const TAe=(LAe=NAe.target)==null?void 0:LAe.closest("td");if(!TAe)return;const bAe=TAe.parentNode.rowIndex,GAe=TAe.cellIndex;EAe.value[bAe][GAe].disabled||(bAe!==uAe.value||GAe!==dAe.value)&&(uAe.value=bAe,dAe.value=GAe,eAe("changerange",{selecting:!0,endDate:dayjs().year(aAe.value).add(bAe*4+GAe,"year")}))};return watch(()=>z9.date,async()=>{var NAe,TAe;(NAe=nAe.value)!=null&&NAe.contains(document.activeElement)&&(await nextTick(),(TAe=oAe.value)==null||TAe.focus())}),x_({focus:gAe}),(NAe,TAe)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(AAe)("el.datepicker.yearTablePrompt"),class:normalizeClass(unref(tAe).b()),onClick:SAe,onMousemove:DAe},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:nAe},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(EAe.value,(bAe,GAe)=>(openBlock(),createElementBlock("tr",{key:GAe},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(bAe,(LAe,wAe)=>(openBlock(),createElementBlock("td",{key:`${GAe}_${wAe}`,ref_for:!0,ref:OAe=>LAe.isSelected&&(oAe.value=OAe),class:normalizeClass(["available",pAe(LAe)]),"aria-selected":LAe.isSelected,"aria-label":String(LAe.text),tabindex:LAe.isSelected?0:-1,onKeydown:[withKeys(withModifiers(SAe,["prevent","stop"]),["space"]),withKeys(withModifiers(SAe,["prevent","stop"]),["enter"])]},[createVNode$1(unref(basic_cell_render_default),{cell:LAe},null,8,["cell"])],42,_hoisted_2$E))),128))]))),128))],512)],42,_hoisted_1$9h))}}),basic_year_table_default=basic_year_table_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9g=["disabled","onClick"],_hoisted_2$D=["aria-label","disabled"],_hoisted_3$n=["aria-label","disabled"],_hoisted_4$k=["tabindex","aria-disabled"],_hoisted_5$9=["tabindex","aria-disabled"],_hoisted_6$5=["aria-label","disabled"],_hoisted_7$3=["aria-label","disabled"];var panel_date_pick_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"panel-date-pick",props:panelDatePickProps,emits:["pick","set-picker-option","panel-change"],setup(r4,{emit:x_}){const $P=(cEe,OEe,REe)=>!0,zP=r4,z9=x_,eAe=useNamespace("picker-panel"),tAe=useNamespace("date-picker"),AAe=useAttrs$1(),iAe=useSlots(),{t:nAe,lang:oAe}=useLocale(),aAe=inject(PICKER_BASE_INJECTION_KEY),cAe=inject(ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,void 0),{shortcuts:uAe,disabledDate:dAe,cellClassName:EAe,defaultTime:gAe}=aAe.props,pAe=toRef$1(aAe.props,"defaultValue"),mAe=ref(),SAe=ref(dayjs().locale(oAe.value)),DAe=ref(!1);let NAe=!1;const TAe=computed(()=>dayjs(gAe).locale(oAe.value)),bAe=computed(()=>SAe.value.month()),GAe=computed(()=>SAe.value.year()),LAe=ref([]),wAe=ref(null),OAe=ref(null),PAe=cEe=>LAe.value.length>0?$P(cEe,LAe.value,zP.format||DEFAULT_FORMATS_TIME):!0,HAe=cEe=>gAe&&!NEe.value&&!DAe.value&&!NAe?TAe.value.year(cEe.year()).month(cEe.month()).date(cEe.date()):HIe.value?cEe.millisecond(0):cEe.startOf("day"),zAe=(cEe,...OEe)=>{cEe?isArray$6(cEe)?z9("pick",cEe.map(HAe),...OEe):z9("pick",HAe(cEe),...OEe):z9("pick",cEe,...OEe),wAe.value=null,OAe.value=null,DAe.value=!1,NAe=!1},eIe=async(cEe,OEe)=>{if(hIe.value==="date"&&dayjs.isDayjs(cEe)){const REe=extractFirst(zP.parsedValue);let ZEe=REe?REe.year(cEe.year()).month(cEe.month()).date(cEe.date()):cEe;PAe(ZEe),SAe.value=ZEe,zAe(ZEe,HIe.value||OEe)}else hIe.value==="week"?zAe(cEe.date):hIe.value==="dates"&&zAe(cEe,!0)},iIe=cEe=>{const OEe=cEe?"add":"subtract";SAe.value=SAe.value[OEe](1,"month"),YEe("month")},rIe=cEe=>{const OEe=SAe.value,REe=cEe?"add":"subtract";SAe.value=AIe.value==="year"?OEe[REe](10,"year"):OEe[REe](1,"year"),YEe("year")},AIe=ref("date"),XAe=computed(()=>{const cEe=nAe("el.datepicker.year");if(AIe.value==="year"){const OEe=Math.floor(GAe.value/10)*10;return cEe?`${OEe} ${cEe} - ${OEe+9} ${cEe}`:`${OEe} - ${OEe+9}`}return`${GAe.value} ${cEe}`}),EIe=cEe=>{const OEe=isFunction$4(cEe.value)?cEe.value():cEe.value;if(OEe){NAe=!0,zAe(dayjs(OEe).locale(oAe.value));return}cEe.onClick&&cEe.onClick({attrs:AAe,slots:iAe,emit:z9})},hIe=computed(()=>{const{type:cEe}=zP;return["week","month","months","year","years","dates"].includes(cEe)?cEe:"date"}),tIe=computed(()=>hIe.value==="dates"||hIe.value==="months"||hIe.value==="years"),gIe=computed(()=>hIe.value==="date"?AIe.value:hIe.value),pIe=computed(()=>!!uAe.length),_Ie=async(cEe,OEe)=>{hIe.value==="month"?(SAe.value=getValidDateOfMonth(SAe.value,SAe.value.year(),cEe,oAe.value,dAe),zAe(SAe.value,!1)):hIe.value==="months"?zAe(cEe,OEe??!0):(SAe.value=getValidDateOfMonth(SAe.value,SAe.value.year(),cEe,oAe.value,dAe),AIe.value="date",["month","year","date","week"].includes(hIe.value)&&(zAe(SAe.value,!0),await nextTick(),tCe())),YEe("month")},SIe=async(cEe,OEe)=>{hIe.value==="year"?(SAe.value=getValidDateOfYear(SAe.value.startOf("year").year(cEe),oAe.value,dAe),zAe(SAe.value,!1)):hIe.value==="years"?zAe(cEe,OEe??!0):(SAe.value=getValidDateOfYear(SAe.value.year(cEe),oAe.value,dAe),AIe.value="month",["month","year","date","week"].includes(hIe.value)&&(zAe(SAe.value,!0),await nextTick(),tCe())),YEe("year")},yIe=useFormDisabled(),OIe=async cEe=>{yIe.value||(AIe.value=cEe,await nextTick(),tCe())},HIe=computed(()=>zP.type==="datetime"||zP.type==="datetimerange"),PIe=computed(()=>{const cEe=HIe.value||hIe.value==="dates",OEe=hIe.value==="years",REe=hIe.value==="months",ZEe=AIe.value==="date",uCe=AIe.value==="year",YCe=AIe.value==="month";return cEe&&ZEe||OEe&&uCe||REe&&YCe}),LIe=computed(()=>!tIe.value&&zP.showNow||zP.showConfirm),oEe=computed(()=>dAe?zP.parsedValue?isArray$6(zP.parsedValue)?dAe(zP.parsedValue[0].toDate()):dAe(zP.parsedValue.toDate()):!0:!1),JIe=()=>{if(tIe.value)zAe(zP.parsedValue);else{let cEe=extractFirst(zP.parsedValue);if(!cEe){const OEe=dayjs(gAe).locale(oAe.value),REe=$Ee();cEe=OEe.year(REe.year()).month(REe.month()).date(REe.date())}SAe.value=cEe,zAe(cEe)}},XIe=computed(()=>dAe?dAe(dayjs().locale(oAe.value).toDate()):!1),zIe=()=>{const cEe=dayjs().locale(oAe.value).toDate();DAe.value=!0,(!dAe||!dAe(cEe))&&PAe(cEe)&&(SAe.value=dayjs().locale(oAe.value),zAe(SAe.value))},YIe=computed(()=>zP.timeFormat||extractTimeFormat(zP.format)||DEFAULT_FORMATS_TIME),uEe=computed(()=>zP.dateFormat||extractDateFormat(zP.format)||DEFAULT_FORMATS_DATE),NEe=computed(()=>{if(OAe.value)return OAe.value;if(!(!zP.parsedValue&&!pAe.value))return(extractFirst(zP.parsedValue)||SAe.value).format(YIe.value)}),MEe=computed(()=>{if(wAe.value)return wAe.value;if(!(!zP.parsedValue&&!pAe.value))return(extractFirst(zP.parsedValue)||SAe.value).format(uEe.value)}),FEe=ref(!1),vEe=()=>{FEe.value=!0},yEe=()=>{FEe.value=!1},VEe=cEe=>({hour:cEe.hour(),minute:cEe.minute(),second:cEe.second(),year:cEe.year(),month:cEe.month(),date:cEe.date()}),UEe=(cEe,OEe,REe)=>{const{hour:ZEe,minute:uCe,second:YCe}=VEe(cEe),MBe=extractFirst(zP.parsedValue);SAe.value=MBe?MBe.hour(ZEe).minute(uCe).second(YCe):cEe,zAe(SAe.value,!0),REe||(FEe.value=OEe)},UCe=cEe=>{const OEe=dayjs(cEe,YIe.value).locale(oAe.value);if(OEe.isValid()&&PAe(OEe)){const{year:REe,month:ZEe,date:uCe}=VEe(SAe.value);SAe.value=OEe.year(REe).month(ZEe).date(uCe),OAe.value=null,FEe.value=!1,zAe(SAe.value,!0)}},CCe=cEe=>{const OEe=correctlyParseUserInput(cEe,uEe.value,oAe.value,cAe);if(OEe.isValid()){if(dAe&&dAe(OEe.toDate()))return;const{hour:REe,minute:ZEe,second:uCe}=VEe(SAe.value);SAe.value=OEe.hour(REe).minute(ZEe).second(uCe),wAe.value=null,zAe(SAe.value,!0)}},fCe=cEe=>dayjs.isDayjs(cEe)&&cEe.isValid()&&(dAe?!dAe(cEe.toDate()):!0),VCe=cEe=>correctlyParseUserInput(cEe,zP.format,oAe.value,cAe),$Ee=()=>{const cEe=dayjs(pAe.value).locale(oAe.value);if(!pAe.value){const OEe=TAe.value;return dayjs().hour(OEe.hour()).minute(OEe.minute()).second(OEe.second()).locale(oAe.value)}return cEe},tCe=()=>{var cEe;["week","month","year","date"].includes(hIe.value)&&((cEe=mAe.value)==null||cEe.focus())},iCe=()=>{tCe(),hIe.value==="week"&&TCe(EVENT_CODE.down)},gCe=cEe=>{const OEe=getEventCode(cEe);[EVENT_CODE.up,EVENT_CODE.down,EVENT_CODE.left,EVENT_CODE.right,EVENT_CODE.home,EVENT_CODE.end,EVENT_CODE.pageUp,EVENT_CODE.pageDown].includes(OEe)&&(TCe(OEe),cEe.stopPropagation(),cEe.preventDefault()),[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.numpadEnter].includes(OEe)&&wAe.value===null&&OAe.value===null&&(cEe.preventDefault(),zAe(SAe.value,!1))},TCe=cEe=>{const{up:OEe,down:REe,left:ZEe,right:uCe,home:YCe,end:MBe,pageUp:_Ce,pageDown:FCe}=EVENT_CODE,kEe={year:{[OEe]:-4,[REe]:4,[ZEe]:-1,[uCe]:1,offset:(EBe,bIe)=>EBe.setFullYear(EBe.getFullYear()+bIe)},month:{[OEe]:-4,[REe]:4,[ZEe]:-1,[uCe]:1,offset:(EBe,bIe)=>EBe.setMonth(EBe.getMonth()+bIe)},week:{[OEe]:-1,[REe]:1,[ZEe]:-1,[uCe]:1,offset:(EBe,bIe)=>EBe.setDate(EBe.getDate()+bIe*7)},date:{[OEe]:-7,[REe]:7,[ZEe]:-1,[uCe]:1,[YCe]:EBe=>-EBe.getDay(),[MBe]:EBe=>-EBe.getDay()+6,[_Ce]:EBe=>-new Date(EBe.getFullYear(),EBe.getMonth(),0).getDate(),[FCe]:EBe=>new Date(EBe.getFullYear(),EBe.getMonth()+1,0).getDate(),offset:(EBe,bIe)=>EBe.setDate(EBe.getDate()+bIe)}},WCe=SAe.value.toDate();for(;Math.abs(SAe.value.diff(WCe,"year",!0))<1;){const EBe=kEe[gIe.value];if(!EBe)return;if(EBe.offset(WCe,isFunction$4(EBe[cEe])?EBe[cEe](WCe):EBe[cEe]??0),dAe&&dAe(WCe))break;const bIe=dayjs(WCe).locale(oAe.value);SAe.value=bIe,z9("pick",bIe,!0);break}},YEe=cEe=>{z9("panel-change",SAe.value.toDate(),cEe,AIe.value)};return watch(()=>hIe.value,cEe=>{if(["month","year"].includes(cEe)){AIe.value=cEe;return}else if(cEe==="years"){AIe.value="year";return}else if(cEe==="months"){AIe.value="month";return}AIe.value="date"},{immediate:!0}),watch(()=>pAe.value,cEe=>{cEe&&(SAe.value=$Ee())},{immediate:!0}),watch(()=>zP.parsedValue,cEe=>{if(cEe){if(tIe.value||isArray$6(cEe))return;SAe.value=cEe}else SAe.value=$Ee()},{immediate:!0}),z9("set-picker-option",["isValidValue",fCe]),z9("set-picker-option",["parseUserInput",VCe]),z9("set-picker-option",["handleFocusPicker",iCe]),(cEe,OEe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(eAe).b(),unref(tAe).b(),unref(eAe).is("border",cEe.border),unref(eAe).is("disabled",unref(yIe)),{"has-sidebar":cEe.$slots.sidebar||pIe.value,"has-time":HIe.value}])},[createBaseVNode("div",{class:normalizeClass(unref(eAe).e("body-wrapper"))},[renderSlot(cEe.$slots,"sidebar",{class:normalizeClass(unref(eAe).e("sidebar"))}),pIe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(eAe).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(uAe),(REe,ZEe)=>(openBlock(),createElementBlock("button",{key:ZEe,type:"button",disabled:unref(yIe),class:normalizeClass(unref(eAe).e("shortcut")),onClick:uCe=>EIe(REe)},toDisplayString(REe.text),11,_hoisted_1$9g))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(eAe).e("body"))},[HIe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(tAe).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(tAe).e("editor-wrap"))},[createVNode$1(unref(ElInput),{placeholder:unref(nAe)("el.datepicker.selectDate"),"model-value":MEe.value,size:"small","validate-event":!1,disabled:unref(yIe),readonly:!cEe.editable,onInput:OEe[0]||(OEe[0]=REe=>wAe.value=REe),onChange:CCe},null,8,["placeholder","model-value","disabled","readonly"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(tAe).e("editor-wrap"))},[createVNode$1(unref(ElInput),{placeholder:unref(nAe)("el.datepicker.selectTime"),"model-value":NEe.value,size:"small","validate-event":!1,disabled:unref(yIe),readonly:!cEe.editable,onFocus:vEe,onInput:OEe[1]||(OEe[1]=REe=>OAe.value=REe),onChange:UCe},null,8,["placeholder","model-value","disabled","readonly"]),createVNode$1(unref(panel_time_pick_default),{visible:FEe.value,format:YIe.value,"parsed-value":SAe.value,onPick:UEe},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),yEe]])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{class:normalizeClass([unref(tAe).e("header"),(AIe.value==="year"||AIe.value==="month")&&unref(tAe).em("header","bordered")])},[createBaseVNode("span",{class:normalizeClass(unref(tAe).e("prev-btn"))},[createBaseVNode("button",{type:"button","aria-label":unref(nAe)("el.datepicker.prevYear"),class:normalizeClass(["d-arrow-left",unref(eAe).e("icon-btn")]),disabled:unref(yIe),onClick:OEe[2]||(OEe[2]=REe=>rIe(!1))},[renderSlot(cEe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_2$D),withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(nAe)("el.datepicker.prevMonth"),class:normalizeClass([unref(eAe).e("icon-btn"),"arrow-left"]),disabled:unref(yIe),onClick:OEe[3]||(OEe[3]=REe=>iIe(!1))},[renderSlot(cEe.$slots,"prev-month",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_left_default))]),_:1})])],10,_hoisted_3$n),[[vShow,AIe.value==="date"]])],2),createBaseVNode("span",{role:"button",class:normalizeClass(unref(tAe).e("header-label")),"aria-live":"polite",tabindex:cEe.disabled?void 0:0,"aria-disabled":cEe.disabled,onKeydown:OEe[4]||(OEe[4]=withKeys(REe=>OIe("year"),["enter"])),onClick:OEe[5]||(OEe[5]=REe=>OIe("year"))},toDisplayString(XAe.value),43,_hoisted_4$k),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:cEe.disabled?void 0:0,"aria-disabled":cEe.disabled,class:normalizeClass([unref(tAe).e("header-label"),{active:AIe.value==="month"}]),onKeydown:OEe[6]||(OEe[6]=withKeys(REe=>OIe("month"),["enter"])),onClick:OEe[7]||(OEe[7]=REe=>OIe("month"))},toDisplayString(unref(nAe)(`el.datepicker.month${bAe.value+1}`)),43,_hoisted_5$9),[[vShow,AIe.value==="date"]]),createBaseVNode("span",{class:normalizeClass(unref(tAe).e("next-btn"))},[withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(nAe)("el.datepicker.nextMonth"),class:normalizeClass([unref(eAe).e("icon-btn"),"arrow-right"]),disabled:unref(yIe),onClick:OEe[8]||(OEe[8]=REe=>iIe(!0))},[renderSlot(cEe.$slots,"next-month",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})])],10,_hoisted_6$5),[[vShow,AIe.value==="date"]]),createBaseVNode("button",{type:"button","aria-label":unref(nAe)("el.datepicker.nextYear"),class:normalizeClass([unref(eAe).e("icon-btn"),"d-arrow-right"]),disabled:unref(yIe),onClick:OEe[9]||(OEe[9]=REe=>rIe(!0))},[renderSlot(cEe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_7$3)],2)],2),[[vShow,AIe.value!=="time"]]),createBaseVNode("div",{class:normalizeClass(unref(eAe).e("content")),onKeydown:gCe},[AIe.value==="date"?(openBlock(),createBlock(basic_date_table_default,{key:0,ref_key:"currentViewRef",ref:mAe,"selection-mode":hIe.value,date:SAe.value,"parsed-value":cEe.parsedValue,"disabled-date":unref(dAe),disabled:unref(yIe),"cell-class-name":unref(EAe),"show-week-number":cEe.showWeekNumber,onPick:eIe},null,8,["selection-mode","date","parsed-value","disabled-date","disabled","cell-class-name","show-week-number"])):createCommentVNode("v-if",!0),AIe.value==="year"?(openBlock(),createBlock(basic_year_table_default,{key:1,ref_key:"currentViewRef",ref:mAe,"selection-mode":hIe.value,date:SAe.value,"disabled-date":unref(dAe),disabled:unref(yIe),"parsed-value":cEe.parsedValue,"cell-class-name":unref(EAe),onPick:SIe},null,8,["selection-mode","date","disabled-date","disabled","parsed-value","cell-class-name"])):createCommentVNode("v-if",!0),AIe.value==="month"?(openBlock(),createBlock(basic_month_table_default,{key:2,ref_key:"currentViewRef",ref:mAe,"selection-mode":hIe.value,date:SAe.value,"parsed-value":cEe.parsedValue,"disabled-date":unref(dAe),disabled:unref(yIe),"cell-class-name":unref(EAe),onPick:_Ie},null,8,["selection-mode","date","parsed-value","disabled-date","disabled","cell-class-name"])):createCommentVNode("v-if",!0)],34)],2)],2),cEe.showFooter&&PIe.value&&LIe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(eAe).e("footer"))},[withDirectives(createVNode$1(unref(ElButton),{text:"",size:"small",class:normalizeClass(unref(eAe).e("link-btn")),disabled:XIe.value,onClick:zIe},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(nAe)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!tIe.value&&cEe.showNow]]),cEe.showConfirm?(openBlock(),createBlock(unref(ElButton),{key:0,plain:"",size:"small",class:normalizeClass(unref(eAe).e("link-btn")),disabled:oEe.value,onClick:JIe},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(nAe)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],2))}}),panel_date_pick_default=panel_date_pick_vue_vue_type_script_setup_true_lang_default;const panelDateRangeProps=buildProps$1({...panelSharedProps,...panelRangeSharedProps}),useShortcut=r4=>{const{emit:x_}=getCurrentInstance(),$P=useAttrs$1(),zP=useSlots();return eAe=>{const tAe=isFunction$4(eAe.value)?eAe.value():eAe.value;if(tAe){x_("pick",[dayjs(tAe[0]).locale(r4.value),dayjs(tAe[1]).locale(r4.value)]);return}eAe.onClick&&eAe.onClick({attrs:$P,slots:zP,emit:x_})}},useRangePicker=(r4,{defaultValue:x_,defaultTime:$P,leftDate:zP,rightDate:z9,step:eAe,unit:tAe,sortDates:AAe})=>{const{emit:iAe}=getCurrentInstance(),{pickerNs:nAe}=inject(ROOT_PICKER_INJECTION_KEY),oAe=useNamespace("date-range-picker"),{t:aAe,lang:cAe}=useLocale(),uAe=useShortcut(cAe),dAe=ref(),EAe=ref(),gAe=ref({endDate:null,selecting:!1}),pAe=TAe=>{gAe.value=TAe},mAe=(TAe=!1)=>{const bAe=unref(dAe),GAe=unref(EAe);isValidRange([bAe,GAe])&&iAe("pick",[bAe,GAe],TAe)},SAe=TAe=>{gAe.value.selecting=TAe,TAe||(gAe.value.endDate=null)},DAe=TAe=>{if(isArray$6(TAe)&&TAe.length===2){const[bAe,GAe]=TAe;dAe.value=bAe,zP.value=bAe,EAe.value=GAe,AAe(unref(dAe),unref(EAe))}else NAe()},NAe=()=>{let[TAe,bAe]=getDefaultValue(unref(x_),{lang:unref(cAe),step:eAe,unit:tAe,unlinkPanels:r4.unlinkPanels});const GAe=wAe=>wAe.diff(wAe.startOf("d"),"ms"),LAe=unref($P);if(LAe){let wAe=0,OAe=0;if(isArray$6(LAe)){const[PAe,HAe]=LAe.map(dayjs);wAe=GAe(PAe),OAe=GAe(HAe)}else{const PAe=GAe(dayjs(LAe));wAe=PAe,OAe=PAe}TAe=TAe.startOf("d").add(wAe,"ms"),bAe=bAe.startOf("d").add(OAe,"ms")}dAe.value=void 0,EAe.value=void 0,zP.value=TAe,z9.value=bAe};return watch(x_,TAe=>{TAe&&NAe()},{immediate:!0}),watch(()=>r4.parsedValue,TAe=>{(!(TAe!=null&&TAe.length)||!isEqual$1(TAe,[dAe.value,EAe.value]))&&DAe(TAe)},{immediate:!0}),watch(()=>r4.visible,()=>{r4.visible&&DAe(r4.parsedValue)},{immediate:!0}),{minDate:dAe,maxDate:EAe,rangeState:gAe,lang:cAe,ppNs:nAe,drpNs:oAe,handleChangeRange:pAe,handleRangeConfirm:mAe,handleShortcutClick:uAe,onSelect:SAe,parseValue:DAe,t:aAe}},usePanelDateRange=(r4,x_,$P,zP)=>{const z9=ref("date"),eAe=ref(),tAe=ref("date"),AAe=ref(),{disabledDate:iAe}=inject(PICKER_BASE_INJECTION_KEY).props,{t:nAe,lang:oAe}=useLocale(),aAe=computed(()=>$P.value.year()),cAe=computed(()=>$P.value.month()),uAe=computed(()=>zP.value.year()),dAe=computed(()=>zP.value.month());function EAe(NAe,TAe){const bAe=nAe("el.datepicker.year");if(NAe.value==="year"){const GAe=Math.floor(TAe.value/10)*10;return bAe?`${GAe} ${bAe} - ${GAe+9} ${bAe}`:`${GAe} - ${GAe+9}`}return`${TAe.value} ${bAe}`}function gAe(NAe){NAe==null||NAe.focus()}async function pAe(NAe,TAe){if(r4.disabled)return;const bAe=NAe==="left"?z9:tAe,GAe=NAe==="left"?eAe:AAe;bAe.value=TAe,await nextTick(),gAe(GAe.value)}async function mAe(NAe,TAe,bAe){if(r4.disabled)return;const GAe=TAe==="left",LAe=GAe?$P:zP,wAe=GAe?zP:$P,OAe=GAe?z9:tAe,PAe=GAe?eAe:AAe;NAe==="year"&&(LAe.value=getValidDateOfYear(LAe.value.year(bAe),oAe.value,iAe)),NAe==="month"&&(LAe.value=getValidDateOfMonth(LAe.value,LAe.value.year(),bAe,oAe.value,iAe)),r4.unlinkPanels||(wAe.value=TAe==="left"?LAe.value.add(1,"month"):LAe.value.subtract(1,"month")),OAe.value=NAe==="year"?"month":"date",await nextTick(),gAe(PAe.value),SAe(NAe)}function SAe(NAe){x_("panel-change",[$P.value.toDate(),zP.value.toDate()],NAe)}function DAe(NAe,TAe,bAe){const GAe=bAe?"add":"subtract";return NAe==="year"?TAe[GAe](10,"year"):TAe[GAe](1,"year")}return{leftCurrentView:z9,rightCurrentView:tAe,leftCurrentViewRef:eAe,rightCurrentViewRef:AAe,leftYear:aAe,rightYear:uAe,leftMonth:cAe,rightMonth:dAe,leftYearLabel:computed(()=>EAe(z9,aAe)),rightYearLabel:computed(()=>EAe(tAe,uAe)),showLeftPicker:NAe=>pAe("left",NAe),showRightPicker:NAe=>pAe("right",NAe),handleLeftYearPick:NAe=>mAe("year","left",NAe),handleRightYearPick:NAe=>mAe("year","right",NAe),handleLeftMonthPick:NAe=>mAe("month","left",NAe),handleRightMonthPick:NAe=>mAe("month","right",NAe),handlePanelChange:SAe,adjustDateByView:DAe}},_hoisted_1$9f=["disabled","onClick"],_hoisted_2$C=["aria-label","disabled"],_hoisted_3$m=["aria-label","disabled"],_hoisted_4$j=["disabled","aria-label"],_hoisted_5$8=["disabled","aria-label"],_hoisted_6$4=["tabindex","aria-disabled"],_hoisted_7$2=["tabindex","aria-disabled"],_hoisted_8$2=["disabled","aria-label"],_hoisted_9$1=["disabled","aria-label"],_hoisted_10$1=["aria-label","disabled"],_hoisted_11$1=["disabled","aria-label"],_hoisted_12$1=["tabindex","aria-disabled"],_hoisted_13$1=["tabindex","aria-disabled"],unit$2="month";var panel_date_range_vue_vue_type_script_setup_true_lang_default=defineComponent({__name:"panel-date-range",props:panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change","clear"],setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=inject(PICKER_BASE_INJECTION_KEY),eAe=inject(ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,void 0),{disabledDate:tAe,cellClassName:AAe,defaultTime:iAe,clearable:nAe}=z9.props,oAe=toRef$1(z9.props,"format"),aAe=toRef$1(z9.props,"shortcuts"),cAe=toRef$1(z9.props,"defaultValue"),{lang:uAe}=useLocale(),dAe=ref(dayjs().locale(uAe.value)),EAe=ref(dayjs().locale(uAe.value).add(1,unit$2)),{minDate:gAe,maxDate:pAe,rangeState:mAe,ppNs:SAe,drpNs:DAe,handleChangeRange:NAe,handleRangeConfirm:TAe,handleShortcutClick:bAe,onSelect:GAe,parseValue:LAe,t:wAe}=useRangePicker($P,{defaultValue:cAe,defaultTime:iAe,leftDate:dAe,rightDate:EAe,unit:unit$2,sortDates:bIe});watch(()=>$P.visible,TIe=>{!TIe&&mAe.value.selecting&&(LAe($P.parsedValue),GAe(!1))});const OAe=ref({min:null,max:null}),PAe=ref({min:null,max:null}),{leftCurrentView:HAe,rightCurrentView:zAe,leftCurrentViewRef:eIe,rightCurrentViewRef:iIe,leftYear:rIe,rightYear:AIe,leftMonth:XAe,rightMonth:EIe,leftYearLabel:hIe,rightYearLabel:tIe,showLeftPicker:gIe,showRightPicker:pIe,handleLeftYearPick:_Ie,handleRightYearPick:SIe,handleLeftMonthPick:yIe,handleRightMonthPick:OIe,handlePanelChange:HIe,adjustDateByView:PIe}=usePanelDateRange($P,zP,dAe,EAe),LIe=computed(()=>!!aAe.value.length),oEe=computed(()=>OAe.value.min!==null?OAe.value.min:gAe.value?gAe.value.format(uEe.value):""),JIe=computed(()=>OAe.value.max!==null?OAe.value.max:pAe.value||gAe.value?(pAe.value||gAe.value).format(uEe.value):""),XIe=computed(()=>PAe.value.min!==null?PAe.value.min:gAe.value?gAe.value.format(YIe.value):""),zIe=computed(()=>PAe.value.max!==null?PAe.value.max:pAe.value||gAe.value?(pAe.value||gAe.value).format(YIe.value):""),YIe=computed(()=>$P.timeFormat||extractTimeFormat(oAe.value||"")||DEFAULT_FORMATS_TIME),uEe=computed(()=>$P.dateFormat||extractDateFormat(oAe.value||"")||DEFAULT_FORMATS_DATE),NEe=TIe=>isValidRange(TIe)&&(tAe?!tAe(TIe[0].toDate())&&!tAe(TIe[1].toDate()):!0),MEe=()=>{dAe.value=PIe(HAe.value,dAe.value,!1),$P.unlinkPanels||(EAe.value=dAe.value.add(1,"month")),HIe("year")},FEe=()=>{dAe.value=dAe.value.subtract(1,"month"),$P.unlinkPanels||(EAe.value=dAe.value.add(1,"month")),HIe("month")},vEe=()=>{$P.unlinkPanels?EAe.value=PIe(zAe.value,EAe.value,!0):(dAe.value=PIe(zAe.value,dAe.value,!0),EAe.value=dAe.value.add(1,"month")),HIe("year")},yEe=()=>{$P.unlinkPanels?EAe.value=EAe.value.add(1,"month"):(dAe.value=dAe.value.add(1,"month"),EAe.value=dAe.value.add(1,"month")),HIe("month")},VEe=()=>{dAe.value=PIe(HAe.value,dAe.value,!0),HIe("year")},UEe=()=>{dAe.value=dAe.value.add(1,"month"),HIe("month")},UCe=()=>{EAe.value=PIe(zAe.value,EAe.value,!1),HIe("year")},CCe=()=>{EAe.value=EAe.value.subtract(1,"month"),HIe("month")},fCe=computed(()=>{const TIe=(XAe.value+1)%12,rBe=XAe.value+1>=12?1:0;return $P.unlinkPanels&&new Date(rIe.value+rBe,TIe)$P.unlinkPanels&&AIe.value*12+EIe.value-(rIe.value*12+XAe.value+1)>=12),$Ee=useFormDisabled(),tCe=computed(()=>!(gAe.value&&pAe.value&&!mAe.value.selecting&&isValidRange([gAe.value,pAe.value])&&!$Ee.value)),iCe=computed(()=>$P.type==="datetime"||$P.type==="datetimerange"),gCe=(TIe,rBe)=>{if(TIe)return iAe?dayjs(iAe[rBe]||iAe).locale(uAe.value).year(TIe.year()).month(TIe.month()).date(TIe.date()):TIe},TCe=(TIe,rBe=!0)=>{const RCe=TIe.minDate,bBe=TIe.maxDate,FQe=gCe(RCe,0),mme=gCe(bBe,1);pAe.value===mme&&gAe.value===FQe||(zP("calendar-change",[RCe.toDate(),bBe&&bBe.toDate()]),pAe.value=mme,gAe.value=FQe,!iCe.value&&rBe&&(rBe=!FQe||!mme),TAe(rBe))},YEe=ref(!1),cEe=ref(!1),OEe=()=>{YEe.value=!1},REe=()=>{cEe.value=!1},ZEe=(TIe,rBe)=>{OAe.value[rBe]=TIe;const RCe=dayjs(TIe,uEe.value).locale(uAe.value);if(RCe.isValid()){if(tAe&&tAe(RCe.toDate()))return;rBe==="min"?(dAe.value=RCe,gAe.value=(gAe.value||dAe.value).year(RCe.year()).month(RCe.month()).date(RCe.date()),!$P.unlinkPanels&&(!pAe.value||pAe.value.isBefore(gAe.value))&&(EAe.value=RCe.add(1,"month"),pAe.value=gAe.value.add(1,"month"))):(EAe.value=RCe,pAe.value=(pAe.value||EAe.value).year(RCe.year()).month(RCe.month()).date(RCe.date()),!$P.unlinkPanels&&(!gAe.value||gAe.value.isAfter(pAe.value))&&(dAe.value=RCe.subtract(1,"month"),gAe.value=pAe.value.subtract(1,"month"))),bIe(gAe.value,pAe.value),TAe(!0)}},uCe=(TIe,rBe)=>{OAe.value[rBe]=null},YCe=(TIe,rBe)=>{PAe.value[rBe]=TIe;const RCe=dayjs(TIe,YIe.value).locale(uAe.value);RCe.isValid()&&(rBe==="min"?(YEe.value=!0,gAe.value=(gAe.value||dAe.value).hour(RCe.hour()).minute(RCe.minute()).second(RCe.second()),dAe.value=gAe.value):(cEe.value=!0,pAe.value=(pAe.value||EAe.value).hour(RCe.hour()).minute(RCe.minute()).second(RCe.second()),EAe.value=pAe.value))},MBe=(TIe,rBe)=>{PAe.value[rBe]=null,rBe==="min"?(dAe.value=gAe.value,YEe.value=!1,(!pAe.value||pAe.value.isBefore(gAe.value))&&(pAe.value=gAe.value)):(EAe.value=pAe.value,cEe.value=!1,pAe.value&&pAe.value.isBefore(gAe.value)&&(gAe.value=pAe.value)),TAe(!0)},_Ce=(TIe,rBe,RCe)=>{PAe.value.min||(TIe&&(gAe.value=(gAe.value||dAe.value).hour(TIe.hour()).minute(TIe.minute()).second(TIe.second())),RCe||(YEe.value=rBe),(!pAe.value||pAe.value.isBefore(gAe.value))&&(pAe.value=gAe.value,EAe.value=TIe,nextTick(()=>{LAe($P.parsedValue)})),TAe(!0))},FCe=(TIe,rBe,RCe)=>{PAe.value.max||(TIe&&(pAe.value=(pAe.value||EAe.value).hour(TIe.hour()).minute(TIe.minute()).second(TIe.second())),RCe||(cEe.value=rBe),pAe.value&&pAe.value.isBefore(gAe.value)&&(gAe.value=pAe.value),TAe(!0))},kEe=()=>{WCe(),zP("clear")},WCe=()=>{let TIe=null;z9!=null&&z9.emptyValues&&(TIe=z9.emptyValues.valueOnClear.value),dAe.value=getDefaultValue(unref(cAe),{lang:unref(uAe),unit:"month",unlinkPanels:$P.unlinkPanels})[0],EAe.value=dAe.value.add(1,"month"),pAe.value=void 0,gAe.value=void 0,TAe(!0),zP("pick",TIe)},EBe=TIe=>correctlyParseUserInput(TIe,oAe.value||"",uAe.value,eAe);function bIe(TIe,rBe){if($P.unlinkPanels&&rBe){const RCe=(TIe==null?void 0:TIe.year())||0,bBe=(TIe==null?void 0:TIe.month())||0,FQe=rBe.year(),mme=rBe.month();EAe.value=RCe===FQe&&bBe===mme?rBe.add(1,unit$2):rBe}else EAe.value=dAe.value.add(1,unit$2),rBe&&(EAe.value=EAe.value.hour(rBe.hour()).minute(rBe.minute()).second(rBe.second()))}return zP("set-picker-option",["isValidValue",NEe]),zP("set-picker-option",["parseUserInput",EBe]),zP("set-picker-option",["handleClear",WCe]),(TIe,rBe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(SAe).b(),unref(DAe).b(),unref(SAe).is("border",TIe.border),unref(SAe).is("disabled",unref($Ee)),{"has-sidebar":TIe.$slots.sidebar||LIe.value,"has-time":iCe.value}])},[createBaseVNode("div",{class:normalizeClass(unref(SAe).e("body-wrapper"))},[renderSlot(TIe.$slots,"sidebar",{class:normalizeClass(unref(SAe).e("sidebar"))}),LIe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(SAe).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(aAe.value,(RCe,bBe)=>(openBlock(),createElementBlock("button",{key:bBe,type:"button",disabled:unref($Ee),class:normalizeClass(unref(SAe).e("shortcut")),onClick:FQe=>unref(bAe)(RCe)},toDisplayString(RCe.text),11,_hoisted_1$9f))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(SAe).e("body"))},[iCe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(DAe).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(DAe).e("editors-wrap"))},[createBaseVNode("span",{class:normalizeClass(unref(DAe).e("time-picker-wrap"))},[createVNode$1(unref(ElInput),{size:"small",disabled:unref(mAe).selecting||unref($Ee),placeholder:unref(wAe)("el.datepicker.startDate"),class:normalizeClass(unref(DAe).e("editor")),"model-value":oEe.value,"validate-event":!1,readonly:!TIe.editable,onInput:rBe[0]||(rBe[0]=RCe=>ZEe(RCe,"min")),onChange:rBe[1]||(rBe[1]=RCe=>uCe(RCe,"min"))},null,8,["disabled","placeholder","class","model-value","readonly"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(DAe).e("time-picker-wrap"))},[createVNode$1(unref(ElInput),{size:"small",class:normalizeClass(unref(DAe).e("editor")),disabled:unref(mAe).selecting||unref($Ee),placeholder:unref(wAe)("el.datepicker.startTime"),"model-value":XIe.value,"validate-event":!1,readonly:!TIe.editable,onFocus:rBe[2]||(rBe[2]=RCe=>YEe.value=!0),onInput:rBe[3]||(rBe[3]=RCe=>YCe(RCe,"min")),onChange:rBe[4]||(rBe[4]=RCe=>MBe(RCe,"min"))},null,8,["class","disabled","placeholder","model-value","readonly"]),createVNode$1(unref(panel_time_pick_default),{visible:YEe.value,format:YIe.value,"datetime-role":"start","parsed-value":unref(gAe)||dAe.value,onPick:_Ce},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),OEe]])],2),createBaseVNode("span",null,[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})]),createBaseVNode("span",{class:normalizeClass([unref(DAe).e("editors-wrap"),"is-right"])},[createBaseVNode("span",{class:normalizeClass(unref(DAe).e("time-picker-wrap"))},[createVNode$1(unref(ElInput),{size:"small",class:normalizeClass(unref(DAe).e("editor")),disabled:unref(mAe).selecting||unref($Ee),placeholder:unref(wAe)("el.datepicker.endDate"),"model-value":JIe.value,readonly:!unref(gAe)||!TIe.editable,"validate-event":!1,onInput:rBe[5]||(rBe[5]=RCe=>ZEe(RCe,"max")),onChange:rBe[6]||(rBe[6]=RCe=>uCe(RCe,"max"))},null,8,["class","disabled","placeholder","model-value","readonly"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(DAe).e("time-picker-wrap"))},[createVNode$1(unref(ElInput),{size:"small",class:normalizeClass(unref(DAe).e("editor")),disabled:unref(mAe).selecting||unref($Ee),placeholder:unref(wAe)("el.datepicker.endTime"),"model-value":zIe.value,readonly:!unref(gAe)||!TIe.editable,"validate-event":!1,onFocus:rBe[7]||(rBe[7]=RCe=>unref(gAe)&&(cEe.value=!0)),onInput:rBe[8]||(rBe[8]=RCe=>YCe(RCe,"max")),onChange:rBe[9]||(rBe[9]=RCe=>MBe(RCe,"max"))},null,8,["class","disabled","placeholder","model-value","readonly"]),createVNode$1(unref(panel_time_pick_default),{"datetime-role":"end",visible:cEe.value,format:YIe.value,"parsed-value":unref(pAe)||EAe.value,onPick:FCe},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),REe]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref(SAe).e("content"),unref(DAe).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(DAe).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(SAe).e("icon-btn"),"d-arrow-left"]),"aria-label":unref(wAe)("el.datepicker.prevYear"),disabled:unref($Ee),onClick:MEe},[renderSlot(TIe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_2$C),withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(SAe).e("icon-btn"),"arrow-left"]),"aria-label":unref(wAe)("el.datepicker.prevMonth"),disabled:unref($Ee),onClick:FEe},[renderSlot(TIe.$slots,"prev-month",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_left_default))]),_:1})])],10,_hoisted_3$m),[[vShow,unref(HAe)==="date"]]),TIe.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!VCe.value||unref($Ee),class:normalizeClass([[unref(SAe).e("icon-btn"),unref(SAe).is("disabled",!VCe.value||unref($Ee))],"d-arrow-right"]),"aria-label":unref(wAe)("el.datepicker.nextYear"),onClick:VEe},[renderSlot(TIe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_4$j)):createCommentVNode("v-if",!0),TIe.unlinkPanels&&unref(HAe)==="date"?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!fCe.value||unref($Ee),class:normalizeClass([[unref(SAe).e("icon-btn"),unref(SAe).is("disabled",!fCe.value||unref($Ee))],"arrow-right"]),"aria-label":unref(wAe)("el.datepicker.nextMonth"),onClick:UEe},[renderSlot(TIe.$slots,"next-month",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})])],10,_hoisted_5$8)):createCommentVNode("v-if",!0),createBaseVNode("div",null,[createBaseVNode("span",{role:"button",class:normalizeClass(unref(DAe).e("header-label")),"aria-live":"polite",tabindex:TIe.disabled?void 0:0,"aria-disabled":TIe.disabled,onKeydown:rBe[10]||(rBe[10]=withKeys(RCe=>unref(gIe)("year"),["enter"])),onClick:rBe[11]||(rBe[11]=RCe=>unref(gIe)("year"))},toDisplayString(unref(hIe)),43,_hoisted_6$4),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:TIe.disabled?void 0:0,"aria-disabled":TIe.disabled,class:normalizeClass([unref(DAe).e("header-label"),{active:unref(HAe)==="month"}]),onKeydown:rBe[12]||(rBe[12]=withKeys(RCe=>unref(gIe)("month"),["enter"])),onClick:rBe[13]||(rBe[13]=RCe=>unref(gIe)("month"))},toDisplayString(unref(wAe)(`el.datepicker.month${dAe.value.month()+1}`)),43,_hoisted_7$2),[[vShow,unref(HAe)==="date"]])])],2),unref(HAe)==="date"?(openBlock(),createBlock(basic_date_table_default,{key:0,ref_key:"leftCurrentViewRef",ref:eIe,"selection-mode":"range",date:dAe.value,"min-date":unref(gAe),"max-date":unref(pAe),"range-state":unref(mAe),"disabled-date":unref(tAe),"cell-class-name":unref(AAe),"show-week-number":TIe.showWeekNumber,disabled:unref($Ee),onChangerange:unref(NAe),onPick:TCe,onSelect:unref(GAe)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","show-week-number","disabled","onChangerange","onSelect"])):createCommentVNode("v-if",!0),unref(HAe)==="year"?(openBlock(),createBlock(basic_year_table_default,{key:1,ref_key:"leftCurrentViewRef",ref:eIe,"selection-mode":"year",date:dAe.value,"disabled-date":unref(tAe),"parsed-value":TIe.parsedValue,disabled:unref($Ee),onPick:unref(_Ie)},null,8,["date","disabled-date","parsed-value","disabled","onPick"])):createCommentVNode("v-if",!0),unref(HAe)==="month"?(openBlock(),createBlock(basic_month_table_default,{key:2,ref_key:"leftCurrentViewRef",ref:eIe,"selection-mode":"month",date:dAe.value,"parsed-value":TIe.parsedValue,"disabled-date":unref(tAe),disabled:unref($Ee),onPick:unref(yIe)},null,8,["date","parsed-value","disabled-date","disabled","onPick"])):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{class:normalizeClass([[unref(SAe).e("content"),unref(DAe).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(DAe).e("header"))},[TIe.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!VCe.value||unref($Ee),class:normalizeClass([[unref(SAe).e("icon-btn"),unref(SAe).is("disabled",!VCe.value||unref($Ee))],"d-arrow-left"]),"aria-label":unref(wAe)("el.datepicker.prevYear"),onClick:UCe},[renderSlot(TIe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_8$2)):createCommentVNode("v-if",!0),TIe.unlinkPanels&&unref(zAe)==="date"?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!fCe.value||unref($Ee),class:normalizeClass([[unref(SAe).e("icon-btn"),unref(SAe).is("disabled",!fCe.value||unref($Ee))],"arrow-left"]),"aria-label":unref(wAe)("el.datepicker.prevMonth"),onClick:CCe},[renderSlot(TIe.$slots,"prev-month",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_left_default))]),_:1})])],10,_hoisted_9$1)):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button","aria-label":unref(wAe)("el.datepicker.nextYear"),class:normalizeClass([unref(SAe).e("icon-btn"),"d-arrow-right"]),disabled:unref($Ee),onClick:vEe},[renderSlot(TIe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_10$1),withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(SAe).e("icon-btn"),"arrow-right"]),disabled:unref($Ee),"aria-label":unref(wAe)("el.datepicker.nextMonth"),onClick:yEe},[renderSlot(TIe.$slots,"next-month",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})])],10,_hoisted_11$1),[[vShow,unref(zAe)==="date"]]),createBaseVNode("div",null,[createBaseVNode("span",{role:"button",class:normalizeClass(unref(DAe).e("header-label")),"aria-live":"polite",tabindex:TIe.disabled?void 0:0,"aria-disabled":TIe.disabled,onKeydown:rBe[14]||(rBe[14]=withKeys(RCe=>unref(pIe)("year"),["enter"])),onClick:rBe[15]||(rBe[15]=RCe=>unref(pIe)("year"))},toDisplayString(unref(tIe)),43,_hoisted_12$1),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:TIe.disabled?void 0:0,"aria-disabled":TIe.disabled,class:normalizeClass([unref(DAe).e("header-label"),{active:unref(zAe)==="month"}]),onKeydown:rBe[16]||(rBe[16]=withKeys(RCe=>unref(pIe)("month"),["enter"])),onClick:rBe[17]||(rBe[17]=RCe=>unref(pIe)("month"))},toDisplayString(unref(wAe)(`el.datepicker.month${EAe.value.month()+1}`)),43,_hoisted_13$1),[[vShow,unref(zAe)==="date"]])])],2),unref(zAe)==="date"?(openBlock(),createBlock(basic_date_table_default,{key:0,ref_key:"rightCurrentViewRef",ref:iIe,"selection-mode":"range",date:EAe.value,"min-date":unref(gAe),"max-date":unref(pAe),"range-state":unref(mAe),"disabled-date":unref(tAe),"cell-class-name":unref(AAe),"show-week-number":TIe.showWeekNumber,disabled:unref($Ee),onChangerange:unref(NAe),onPick:TCe,onSelect:unref(GAe)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","show-week-number","disabled","onChangerange","onSelect"])):createCommentVNode("v-if",!0),unref(zAe)==="year"?(openBlock(),createBlock(basic_year_table_default,{key:1,ref_key:"rightCurrentViewRef",ref:iIe,"selection-mode":"year",date:EAe.value,"disabled-date":unref(tAe),"parsed-value":TIe.parsedValue,disabled:unref($Ee),onPick:unref(SIe)},null,8,["date","disabled-date","parsed-value","disabled","onPick"])):createCommentVNode("v-if",!0),unref(zAe)==="month"?(openBlock(),createBlock(basic_month_table_default,{key:2,ref_key:"rightCurrentViewRef",ref:iIe,"selection-mode":"month",date:EAe.value,"parsed-value":TIe.parsedValue,"disabled-date":unref(tAe),disabled:unref($Ee),onPick:unref(OIe)},null,8,["date","parsed-value","disabled-date","disabled","onPick"])):createCommentVNode("v-if",!0)],2)],2)],2),TIe.showFooter&&iCe.value&&(TIe.showConfirm||unref(nAe))?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(SAe).e("footer"))},[unref(nAe)?(openBlock(),createBlock(unref(ElButton),{key:0,text:"",size:"small",class:normalizeClass(unref(SAe).e("link-btn")),onClick:kEe},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(wAe)("el.datepicker.clear")),1)]),_:1},8,["class"])):createCommentVNode("v-if",!0),TIe.showConfirm?(openBlock(),createBlock(unref(ElButton),{key:1,plain:"",size:"small",class:normalizeClass(unref(SAe).e("link-btn")),disabled:tCe.value,onClick:rBe[18]||(rBe[18]=RCe=>unref(TAe)(!1))},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(wAe)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],2))}}),panel_date_range_default=panel_date_range_vue_vue_type_script_setup_true_lang_default;const panelMonthRangeProps=buildProps$1({...panelRangeSharedProps}),panelMonthRangeEmits=["pick","set-picker-option","calendar-change"],useMonthRangeHeader=({unlinkPanels:r4,leftDate:x_,rightDate:$P})=>{const{t:zP}=useLocale();return{leftPrevYear:()=>{x_.value=x_.value.subtract(1,"year"),r4.value||($P.value=$P.value.subtract(1,"year"))},rightNextYear:()=>{r4.value||(x_.value=x_.value.add(1,"year")),$P.value=$P.value.add(1,"year")},leftNextYear:()=>{x_.value=x_.value.add(1,"year")},rightPrevYear:()=>{$P.value=$P.value.subtract(1,"year")},leftLabel:computed(()=>`${x_.value.year()} ${zP("el.datepicker.year")}`),rightLabel:computed(()=>`${$P.value.year()} ${zP("el.datepicker.year")}`),leftYear:computed(()=>x_.value.year()),rightYear:computed(()=>$P.value.year()===x_.value.year()?x_.value.year()+1:$P.value.year())}},_hoisted_1$9e=["disabled","onClick"],_hoisted_2$B=["disabled"],_hoisted_3$l=["disabled"],_hoisted_4$i=["disabled"],_hoisted_5$7=["disabled"],unit$1="year";var panel_month_range_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DatePickerMonthRange",__name:"panel-month-range",props:panelMonthRangeProps,emits:panelMonthRangeEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,{lang:z9}=useLocale(),eAe=inject(PICKER_BASE_INJECTION_KEY),tAe=inject(ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,void 0),{shortcuts:AAe,disabledDate:iAe,cellClassName:nAe}=eAe.props,oAe=toRef$1(eAe.props,"format"),aAe=toRef$1(eAe.props,"defaultValue"),cAe=ref(dayjs().locale(z9.value)),uAe=ref(dayjs().locale(z9.value).add(1,unit$1)),{minDate:dAe,maxDate:EAe,rangeState:gAe,ppNs:pAe,drpNs:mAe,handleChangeRange:SAe,handleRangeConfirm:DAe,handleShortcutClick:NAe,onSelect:TAe,parseValue:bAe}=useRangePicker($P,{defaultValue:aAe,leftDate:cAe,rightDate:uAe,unit:unit$1,sortDates:hIe}),GAe=computed(()=>!!AAe.length),{leftPrevYear:LAe,rightNextYear:wAe,leftNextYear:OAe,rightPrevYear:PAe,leftLabel:HAe,rightLabel:zAe,leftYear:eIe,rightYear:iIe}=useMonthRangeHeader({unlinkPanels:toRef$1($P,"unlinkPanels"),leftDate:cAe,rightDate:uAe}),rIe=computed(()=>$P.unlinkPanels&&iIe.value>eIe.value+1),AIe=(gIe,pIe=!0)=>{const _Ie=gIe.minDate,SIe=gIe.maxDate;EAe.value===SIe&&dAe.value===_Ie||(zP("calendar-change",[_Ie.toDate(),SIe&&SIe.toDate()]),EAe.value=SIe,dAe.value=_Ie,pIe&&DAe())},XAe=()=>{let gIe=null;eAe!=null&&eAe.emptyValues&&(gIe=eAe.emptyValues.valueOnClear.value),cAe.value=getDefaultValue(unref(aAe),{lang:unref(z9),unit:"year",unlinkPanels:$P.unlinkPanels})[0],uAe.value=cAe.value.add(1,"year"),zP("pick",gIe)},EIe=gIe=>correctlyParseUserInput(gIe,oAe.value,z9.value,tAe);function hIe(gIe,pIe){$P.unlinkPanels&&pIe?uAe.value=((gIe==null?void 0:gIe.year())||0)===pIe.year()?pIe.add(1,unit$1):pIe:uAe.value=cAe.value.add(1,unit$1)}const tIe=useFormDisabled();return watch(()=>$P.visible,gIe=>{!gIe&&gAe.value.selecting&&(bAe($P.parsedValue),TAe(!1))}),zP("set-picker-option",["isValidValue",isValidRange]),zP("set-picker-option",["parseUserInput",EIe]),zP("set-picker-option",["handleClear",XAe]),(gIe,pIe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(pAe).b(),unref(mAe).b(),unref(pAe).is("border",gIe.border),unref(pAe).is("disabled",unref(tIe)),{"has-sidebar":!!gIe.$slots.sidebar||GAe.value}])},[createBaseVNode("div",{class:normalizeClass(unref(pAe).e("body-wrapper"))},[renderSlot(gIe.$slots,"sidebar",{class:normalizeClass(unref(pAe).e("sidebar"))}),GAe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(pAe).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(AAe),(_Ie,SIe)=>(openBlock(),createElementBlock("button",{key:SIe,type:"button",class:normalizeClass(unref(pAe).e("shortcut")),disabled:unref(tIe),onClick:yIe=>unref(NAe)(_Ie)},toDisplayString(_Ie.text),11,_hoisted_1$9e))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(pAe).e("body"))},[createBaseVNode("div",{class:normalizeClass([[unref(pAe).e("content"),unref(mAe).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(mAe).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(pAe).e("icon-btn"),"d-arrow-left"]),disabled:unref(tIe),onClick:pIe[0]||(pIe[0]=(..._Ie)=>unref(LAe)&&unref(LAe)(..._Ie))},[renderSlot(gIe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_2$B),gIe.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!rIe.value||unref(tIe),class:normalizeClass([[unref(pAe).e("icon-btn"),unref(pAe).is("disabled",!rIe.value||unref(tIe))],"d-arrow-right"]),onClick:pIe[1]||(pIe[1]=(..._Ie)=>unref(OAe)&&unref(OAe)(..._Ie))},[renderSlot(gIe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_3$l)):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(HAe)),1)],2),createVNode$1(basic_month_table_default,{"selection-mode":"range",date:cAe.value,"min-date":unref(dAe),"max-date":unref(EAe),"range-state":unref(gAe),"disabled-date":unref(iAe),disabled:unref(tIe),"cell-class-name":unref(nAe),onChangerange:unref(SAe),onPick:AIe,onSelect:unref(TAe)},null,8,["date","min-date","max-date","range-state","disabled-date","disabled","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(pAe).e("content"),unref(mAe).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(mAe).e("header"))},[gIe.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!rIe.value||unref(tIe),class:normalizeClass([[unref(pAe).e("icon-btn"),unref(pAe).is("disabled",!rIe.value||unref(tIe))],"d-arrow-left"]),onClick:pIe[2]||(pIe[2]=(..._Ie)=>unref(PAe)&&unref(PAe)(..._Ie))},[renderSlot(gIe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_4$i)):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass([unref(pAe).e("icon-btn"),"d-arrow-right"]),disabled:unref(tIe),onClick:pIe[3]||(pIe[3]=(..._Ie)=>unref(wAe)&&unref(wAe)(..._Ie))},[renderSlot(gIe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_5$7),createBaseVNode("div",null,toDisplayString(unref(zAe)),1)],2),createVNode$1(basic_month_table_default,{"selection-mode":"range",date:uAe.value,"min-date":unref(dAe),"max-date":unref(EAe),"range-state":unref(gAe),"disabled-date":unref(iAe),disabled:unref(tIe),"cell-class-name":unref(nAe),onChangerange:unref(SAe),onPick:AIe,onSelect:unref(TAe)},null,8,["date","min-date","max-date","range-state","disabled-date","disabled","cell-class-name","onChangerange","onSelect"])],2)],2)],2)],2))}}),panel_month_range_default=panel_month_range_vue_vue_type_script_setup_true_lang_default;const panelYearRangeProps=buildProps$1({...panelRangeSharedProps}),panelYearRangeEmits=["pick","set-picker-option","calendar-change"],useYearRangeHeader=({unlinkPanels:r4,leftDate:x_,rightDate:$P})=>({leftPrevYear:()=>{x_.value=x_.value.subtract(10,"year"),r4.value||($P.value=$P.value.subtract(10,"year"))},rightNextYear:()=>{r4.value||(x_.value=x_.value.add(10,"year")),$P.value=$P.value.add(10,"year")},leftNextYear:()=>{x_.value=x_.value.add(10,"year")},rightPrevYear:()=>{$P.value=$P.value.subtract(10,"year")},leftLabel:computed(()=>{const AAe=Math.floor(x_.value.year()/10)*10;return`${AAe}-${AAe+9}`}),rightLabel:computed(()=>{const AAe=Math.floor($P.value.year()/10)*10;return`${AAe}-${AAe+9}`}),leftYear:computed(()=>Math.floor(x_.value.year()/10)*10+9),rightYear:computed(()=>Math.floor($P.value.year()/10)*10)}),_hoisted_1$9d=["disabled","onClick"],_hoisted_2$A=["disabled"],_hoisted_3$k=["disabled"],_hoisted_4$h=["disabled"],_hoisted_5$6=["disabled"],step=10,unit="year";var panel_year_range_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DatePickerYearRange",__name:"panel-year-range",props:panelYearRangeProps,emits:panelYearRangeEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,{lang:z9}=useLocale(),eAe=ref(dayjs().locale(z9.value)),tAe=ref(dayjs().locale(z9.value).add(step,unit)),AAe=inject(ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,void 0),iAe=inject(PICKER_BASE_INJECTION_KEY),{shortcuts:nAe,disabledDate:oAe,cellClassName:aAe}=iAe.props,cAe=toRef$1(iAe.props,"format"),uAe=toRef$1(iAe.props,"defaultValue"),{minDate:dAe,maxDate:EAe,rangeState:gAe,ppNs:pAe,drpNs:mAe,handleChangeRange:SAe,handleRangeConfirm:DAe,handleShortcutClick:NAe,onSelect:TAe,parseValue:bAe}=useRangePicker($P,{defaultValue:uAe,leftDate:eAe,rightDate:tAe,step,unit,sortDates:SIe}),{leftPrevYear:GAe,rightNextYear:LAe,leftNextYear:wAe,rightPrevYear:OAe,leftLabel:PAe,rightLabel:HAe,leftYear:zAe,rightYear:eIe}=useYearRangeHeader({unlinkPanels:toRef$1($P,"unlinkPanels"),leftDate:eAe,rightDate:tAe}),iIe=useFormDisabled(),rIe=computed(()=>!!nAe.length),AIe=computed(()=>[pAe.b(),mAe.b(),pAe.is("border",$P.border),pAe.is("disabled",iIe.value),{"has-sidebar":!!useSlots().sidebar||rIe.value}]),XAe=computed(()=>({content:[pAe.e("content"),mAe.e("content"),"is-left"],arrowLeftBtn:[pAe.e("icon-btn"),"d-arrow-left"],arrowRightBtn:[pAe.e("icon-btn"),pAe.is("disabled",!hIe.value||iIe.value),"d-arrow-right"]})),EIe=computed(()=>({content:[pAe.e("content"),mAe.e("content"),"is-right"],arrowLeftBtn:[pAe.e("icon-btn"),pAe.is("disabled",!hIe.value||iIe.value),"d-arrow-left"],arrowRightBtn:[pAe.e("icon-btn"),"d-arrow-right"]})),hIe=computed(()=>$P.unlinkPanels&&eIe.value>zAe.value+1),tIe=(yIe,OIe=!0)=>{const HIe=yIe.minDate,PIe=yIe.maxDate;EAe.value===PIe&&dAe.value===HIe||(zP("calendar-change",[HIe.toDate(),PIe&&PIe.toDate()]),EAe.value=PIe,dAe.value=HIe,OIe&&DAe())},gIe=yIe=>correctlyParseUserInput(yIe,cAe.value,z9.value,AAe),pIe=yIe=>isValidRange(yIe)&&(oAe?!oAe(yIe[0].toDate())&&!oAe(yIe[1].toDate()):!0),_Ie=()=>{let yIe=null;iAe!=null&&iAe.emptyValues&&(yIe=iAe.emptyValues.valueOnClear.value);const OIe=getDefaultValue(unref(uAe),{lang:unref(z9),step,unit,unlinkPanels:$P.unlinkPanels});eAe.value=OIe[0],tAe.value=OIe[1],zP("pick",yIe)};function SIe(yIe,OIe){if($P.unlinkPanels&&OIe){const HIe=(yIe==null?void 0:yIe.year())||0,PIe=OIe.year();tAe.value=HIe+step>PIe?OIe.add(step,unit):OIe}else tAe.value=eAe.value.add(step,unit)}return watch(()=>$P.visible,yIe=>{!yIe&&gAe.value.selecting&&(bAe($P.parsedValue),TAe(!1))}),zP("set-picker-option",["isValidValue",pIe]),zP("set-picker-option",["parseUserInput",gIe]),zP("set-picker-option",["handleClear",_Ie]),(yIe,OIe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(AIe.value)},[createBaseVNode("div",{class:normalizeClass(unref(pAe).e("body-wrapper"))},[renderSlot(yIe.$slots,"sidebar",{class:normalizeClass(unref(pAe).e("sidebar"))}),rIe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(pAe).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(nAe),(HIe,PIe)=>(openBlock(),createElementBlock("button",{key:PIe,type:"button",class:normalizeClass(unref(pAe).e("shortcut")),disabled:unref(iIe),onClick:LIe=>unref(NAe)(HIe)},toDisplayString(HIe.text),11,_hoisted_1$9d))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(pAe).e("body"))},[createBaseVNode("div",{class:normalizeClass(XAe.value.content)},[createBaseVNode("div",{class:normalizeClass(unref(mAe).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass(XAe.value.arrowLeftBtn),disabled:unref(iIe),onClick:OIe[0]||(OIe[0]=(...HIe)=>unref(GAe)&&unref(GAe)(...HIe))},[renderSlot(yIe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_2$A),yIe.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!hIe.value||unref(iIe),class:normalizeClass(XAe.value.arrowRightBtn),onClick:OIe[1]||(OIe[1]=(...HIe)=>unref(wAe)&&unref(wAe)(...HIe))},[renderSlot(yIe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_3$k)):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(PAe)),1)],2),createVNode$1(basic_year_table_default,{"selection-mode":"range",date:eAe.value,"min-date":unref(dAe),"max-date":unref(EAe),"range-state":unref(gAe),"disabled-date":unref(oAe),disabled:unref(iIe),"cell-class-name":unref(aAe),onChangerange:unref(SAe),onPick:tIe,onSelect:unref(TAe)},null,8,["date","min-date","max-date","range-state","disabled-date","disabled","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass(EIe.value.content)},[createBaseVNode("div",{class:normalizeClass(unref(mAe).e("header"))},[yIe.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!hIe.value||unref(iIe),class:normalizeClass(EIe.value.arrowLeftBtn),onClick:OIe[2]||(OIe[2]=(...HIe)=>unref(OAe)&&unref(OAe)(...HIe))},[renderSlot(yIe.$slots,"prev-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_left_default))]),_:1})])],10,_hoisted_4$h)):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass(EIe.value.arrowRightBtn),disabled:unref(iIe),onClick:OIe[3]||(OIe[3]=(...HIe)=>unref(LAe)&&unref(LAe)(...HIe))},[renderSlot(yIe.$slots,"next-year",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(d_arrow_right_default))]),_:1})])],10,_hoisted_5$6),createBaseVNode("div",null,toDisplayString(unref(HAe)),1)],2),createVNode$1(basic_year_table_default,{"selection-mode":"range",date:tAe.value,"min-date":unref(dAe),"max-date":unref(EAe),"range-state":unref(gAe),"disabled-date":unref(oAe),disabled:unref(iIe),"cell-class-name":unref(aAe),onChangerange:unref(SAe),onPick:tIe,onSelect:unref(TAe)},null,8,["date","min-date","max-date","range-state","disabled-date","disabled","cell-class-name","onChangerange","onSelect"])],2)],2)],2)],2))}}),panel_year_range_default=panel_year_range_vue_vue_type_script_setup_true_lang_default;const getPanel=function(r4){switch(r4){case"daterange":case"datetimerange":return panel_date_range_default;case"monthrange":return panel_month_range_default;case"yearrange":return panel_year_range_default;default:return panel_date_pick_default}};var advancedFormat$2={exports:{}},advancedFormat$1=advancedFormat$2.exports,hasRequiredAdvancedFormat;function requireAdvancedFormat(){return hasRequiredAdvancedFormat||(hasRequiredAdvancedFormat=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(advancedFormat$1,function(){return function($P,zP){var z9=zP.prototype,eAe=z9.format;z9.format=function(tAe){var AAe=this,iAe=this.$locale();if(!this.isValid())return eAe.bind(this)(tAe);var nAe=this.$utils(),oAe=(tAe||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(aAe){switch(aAe){case"Q":return Math.ceil((AAe.$M+1)/3);case"Do":return iAe.ordinal(AAe.$D);case"gggg":return AAe.weekYear();case"GGGG":return AAe.isoWeekYear();case"wo":return iAe.ordinal(AAe.week(),"W");case"w":case"ww":return nAe.s(AAe.week(),aAe==="w"?1:2,"0");case"W":case"WW":return nAe.s(AAe.isoWeek(),aAe==="W"?1:2,"0");case"k":case"kk":return nAe.s(String(AAe.$H===0?24:AAe.$H),aAe==="k"?1:2,"0");case"X":return Math.floor(AAe.$d.getTime()/1e3);case"x":return AAe.$d.getTime();case"z":return"["+AAe.offsetName()+"]";case"zzz":return"["+AAe.offsetName("long")+"]";default:return aAe}});return eAe.bind(this)(oAe)}}})}(advancedFormat$2)),advancedFormat$2.exports}var advancedFormatExports=requireAdvancedFormat();const advancedFormat=getDefaultExportFromCjs$1(advancedFormatExports);var weekOfYear$2={exports:{}},weekOfYear$1=weekOfYear$2.exports,hasRequiredWeekOfYear;function requireWeekOfYear(){return hasRequiredWeekOfYear||(hasRequiredWeekOfYear=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(weekOfYear$1,function(){var $P="week",zP="year";return function(z9,eAe,tAe){var AAe=eAe.prototype;AAe.week=function(iAe){if(iAe===void 0&&(iAe=null),iAe!==null)return this.add(7*(iAe-this.week()),"day");var nAe=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var oAe=tAe(this).startOf(zP).add(1,zP).date(nAe),aAe=tAe(this).endOf($P);if(oAe.isBefore(aAe))return 1}var cAe=tAe(this).startOf(zP).date(nAe).startOf($P).subtract(1,"millisecond"),uAe=this.diff(cAe,$P,!0);return uAe<0?tAe(this).startOf("week").week():Math.ceil(uAe)},AAe.weeks=function(iAe){return iAe===void 0&&(iAe=null),this.week(iAe)}}})}(weekOfYear$2)),weekOfYear$2.exports}var weekOfYearExports=requireWeekOfYear();const weekOfYear=getDefaultExportFromCjs$1(weekOfYearExports);var weekYear$2={exports:{}},weekYear$1=weekYear$2.exports,hasRequiredWeekYear;function requireWeekYear(){return hasRequiredWeekYear||(hasRequiredWeekYear=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(weekYear$1,function(){return function($P,zP){zP.prototype.weekYear=function(){var z9=this.month(),eAe=this.week(),tAe=this.year();return eAe===1&&z9===11?tAe+1:z9===0&&eAe>=52?tAe-1:tAe}}})}(weekYear$2)),weekYear$2.exports}var weekYearExports=requireWeekYear();const weekYear=getDefaultExportFromCjs$1(weekYearExports);var dayOfYear$2={exports:{}},dayOfYear$1=dayOfYear$2.exports,hasRequiredDayOfYear;function requireDayOfYear(){return hasRequiredDayOfYear||(hasRequiredDayOfYear=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(dayOfYear$1,function(){return function($P,zP,z9){zP.prototype.dayOfYear=function(eAe){var tAe=Math.round((z9(this).startOf("day")-z9(this).startOf("year"))/864e5)+1;return eAe==null?tAe:this.add(eAe-tAe,"day")}}})}(dayOfYear$2)),dayOfYear$2.exports}var dayOfYearExports=requireDayOfYear();const dayOfYear=getDefaultExportFromCjs$1(dayOfYearExports);var isSameOrAfter$2={exports:{}},isSameOrAfter$1=isSameOrAfter$2.exports,hasRequiredIsSameOrAfter;function requireIsSameOrAfter(){return hasRequiredIsSameOrAfter||(hasRequiredIsSameOrAfter=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(isSameOrAfter$1,function(){return function($P,zP){zP.prototype.isSameOrAfter=function(z9,eAe){return this.isSame(z9,eAe)||this.isAfter(z9,eAe)}}})}(isSameOrAfter$2)),isSameOrAfter$2.exports}var isSameOrAfterExports=requireIsSameOrAfter();const isSameOrAfter=getDefaultExportFromCjs$1(isSameOrAfterExports);var isSameOrBefore$2={exports:{}},isSameOrBefore$1=isSameOrBefore$2.exports,hasRequiredIsSameOrBefore;function requireIsSameOrBefore(){return hasRequiredIsSameOrBefore||(hasRequiredIsSameOrBefore=1,function(r4,x_){(function($P,zP){r4.exports=zP()})(isSameOrBefore$1,function(){return function($P,zP){zP.prototype.isSameOrBefore=function(z9,eAe){return this.isSame(z9,eAe)||this.isBefore(z9,eAe)}}})}(isSameOrBefore$2)),isSameOrBefore$2.exports}var isSameOrBeforeExports=requireIsSameOrBefore();const isSameOrBefore=getDefaultExportFromCjs$1(isSameOrBeforeExports);function _isSlot$7(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}dayjs.extend(localeData);dayjs.extend(advancedFormat);dayjs.extend(customParseFormat);dayjs.extend(weekOfYear);dayjs.extend(weekYear);dayjs.extend(dayOfYear);dayjs.extend(isSameOrAfter);dayjs.extend(isSameOrBefore);var date_picker_panel_default=defineComponent({name:"ElDatePickerPanel",install:null,inheritAttrs:!1,props:datePickerPanelProps,emits:[UPDATE_MODEL_EVENT,"calendar-change","panel-change","visible-change","clear"],setup(r4,{slots:x_,emit:$P,attrs:zP}){const z9=useNamespace("picker-panel");isUndefined(inject(PICKER_BASE_INJECTION_KEY,void 0))&&provide(PICKER_BASE_INJECTION_KEY,{props:reactive({...toRefs(r4)})}),provide(ROOT_PICKER_INJECTION_KEY,{slots:x_,pickerNs:z9});const{parsedValue:eAe,onCalendarChange:tAe,onPanelChange:AAe,onSetPickerOption:iAe,onPick:nAe}=inject(ROOT_COMMON_PICKER_INJECTION_KEY,()=>useCommonPicker(r4,$P),!0);return()=>createVNode$1(getPanel(r4.type),mergeProps(omit(zP,"onPick"),r4,{parsedValue:eAe.value,"onSet-picker-option":iAe,"onCalendar-change":tAe,"onPanel-change":AAe,onClear:()=>$P("clear"),onPick:nAe}),_isSlot$7(x_)?x_:{default:()=>[x_]})}});const ElDatePickerPanel=withInstall(date_picker_panel_default),datePickerProps=buildProps$1({...timePickerDefaultProps,type:{type:definePropType(String),default:"date"}});function _isSlot$6(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}var date_picker_default=defineComponent({name:"ElDatePicker",install:null,props:datePickerProps,emits:[UPDATE_MODEL_EVENT],setup(r4,{expose:x_,emit:$P,slots:zP}){provide(ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,computed(()=>!r4.format)),provide(PICKER_POPPER_OPTIONS_INJECTION_KEY,reactive(toRef$1(r4,"popperOptions")));const z9=ref();x_({focus:()=>{var tAe;(tAe=z9.value)==null||tAe.focus()},blur:()=>{var tAe;(tAe=z9.value)==null||tAe.blur()},handleOpen:()=>{var tAe;(tAe=z9.value)==null||tAe.handleOpen()},handleClose:()=>{var tAe;(tAe=z9.value)==null||tAe.handleClose()}});const eAe=tAe=>{$P(UPDATE_MODEL_EVENT,tAe)};return()=>{const tAe=r4.format??(DEFAULT_FORMATS_DATEPICKER[r4.type]||DEFAULT_FORMATS_DATE);return createVNode$1(picker_default,mergeProps(r4,{format:tAe,type:r4.type,ref:z9,"onUpdate:modelValue":eAe}),{default:AAe=>createVNode$1(ElDatePickerPanel,mergeProps({disabled:r4.disabled,editable:r4.editable,border:!1},AAe),_isSlot$6(zP)?zP:{default:()=>[zP]}),"range-separator":zP["range-separator"]})}}});const ElDatePicker=withInstall(date_picker_default),descriptionProps=buildProps$1({border:Boolean,column:{type:Number,default:3},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},size:useSizeProp,title:{type:String,default:""},extra:{type:String,default:""},labelWidth:{type:[String,Number]}}),COMPONENT_NAME$a="ElDescriptionsItem",descriptionItemProps=buildProps$1({label:{type:String,default:""},span:{type:Number,default:1},rowspan:{type:Number,default:1},width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},labelWidth:{type:[String,Number]},align:{type:String,values:columnAlignment,default:"left"},labelAlign:{type:String,values:columnAlignment},className:{type:String,default:""},labelClassName:{type:String,default:""}}),DescriptionItem=defineComponent({name:COMPONENT_NAME$a,props:descriptionItemProps}),descriptionsKey=Symbol("elDescriptions"),descriptionsRowProps=buildProps$1({row:{type:definePropType(Array),default:()=>[]}});var descriptions_cell_default=defineComponent({name:"ElDescriptionsCell",props:{cell:{type:Object},tag:{type:String,default:"td"},type:{type:String}},setup(){return{descriptions:inject(descriptionsKey,{})}},render(){var EAe;const r4=getNormalizedProps(this.cell),x_=(((EAe=this.cell)==null?void 0:EAe.dirs)||[]).map(gAe=>{const{dir:pAe,arg:mAe,modifiers:SAe,value:DAe}=gAe;return[pAe,DAe,mAe,SAe]}),{border:$P,direction:zP}=this.descriptions,z9=zP==="vertical",eAe=()=>{var gAe,pAe,mAe;return((mAe=(pAe=(gAe=this.cell)==null?void 0:gAe.children)==null?void 0:pAe.label)==null?void 0:mAe.call(pAe))||r4.label},tAe=()=>{var gAe,pAe,mAe;return(mAe=(pAe=(gAe=this.cell)==null?void 0:gAe.children)==null?void 0:pAe.default)==null?void 0:mAe.call(pAe)},AAe=r4.span,iAe=r4.rowspan,nAe=r4.align?`is-${r4.align}`:"",oAe=r4.labelAlign?`is-${r4.labelAlign}`:nAe,aAe=r4.className,cAe=r4.labelClassName,uAe={width:addUnit(this.type==="label"?r4.labelWidth??this.descriptions.labelWidth??r4.width:r4.width),minWidth:addUnit(r4.minWidth)},dAe=useNamespace("descriptions");switch(this.type){case"label":return withDirectives(h$d(this.tag,{style:uAe,class:[dAe.e("cell"),dAe.e("label"),dAe.is("bordered-label",$P),dAe.is("vertical-label",z9),oAe,cAe],colSpan:z9?AAe:1,rowspan:z9?1:iAe},eAe()),x_);case"content":return withDirectives(h$d(this.tag,{style:uAe,class:[dAe.e("cell"),dAe.e("content"),dAe.is("bordered-content",$P),dAe.is("vertical-content",z9),nAe,aAe],colSpan:z9?AAe:AAe*2-1,rowspan:z9?iAe*2-1:iAe},tAe()),x_);default:{const gAe=eAe(),pAe={},mAe=addUnit(r4.labelWidth??this.descriptions.labelWidth);return mAe&&(pAe.width=mAe,pAe.display="inline-block"),withDirectives(h$d("td",{style:uAe,class:[dAe.e("cell"),nAe],colSpan:AAe,rowspan:iAe},[isNil(gAe)?void 0:h$d("span",{style:pAe,class:[dAe.e("label"),cAe]},gAe),h$d("span",{class:[dAe.e("content"),aAe]},tAe())]),x_)}}}});const _hoisted_1$9c={key:1};var descriptions_row_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElDescriptionsRow",__name:"descriptions-row",props:descriptionsRowProps,setup(r4){const x_=inject(descriptionsKey,{});return($P,zP)=>unref(x_).direction==="vertical"?(openBlock(),createElementBlock(Fragment$1,{key:0},[createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.row,(z9,eAe)=>(openBlock(),createBlock(unref(descriptions_cell_default),{key:`tr1-${eAe}`,cell:z9,tag:"th",type:"label"},null,8,["cell"]))),128))]),createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.row,(z9,eAe)=>(openBlock(),createBlock(unref(descriptions_cell_default),{key:`tr2-${eAe}`,cell:z9,tag:"td",type:"content"},null,8,["cell"]))),128))])],64)):(openBlock(),createElementBlock("tr",_hoisted_1$9c,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.row,(z9,eAe)=>(openBlock(),createElementBlock(Fragment$1,{key:`tr3-${eAe}`},[unref(x_).border?(openBlock(),createElementBlock(Fragment$1,{key:0},[createVNode$1(unref(descriptions_cell_default),{cell:z9,tag:"td",type:"label"},null,8,["cell"]),createVNode$1(unref(descriptions_cell_default),{cell:z9,tag:"td",type:"content"},null,8,["cell"])],64)):(openBlock(),createBlock(unref(descriptions_cell_default),{key:1,cell:z9,tag:"td",type:"both"},null,8,["cell"]))],64))),128))]))}}),descriptions_row_default=descriptions_row_vue_vue_type_script_setup_true_lang_default,description_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElDescriptions",__name:"description",props:descriptionProps,setup(r4){const x_=r4,$P=useNamespace("descriptions"),zP=useFormSize(),z9=useSlots();provide(descriptionsKey,x_);const eAe=computed(()=>[$P.b(),$P.m(zP.value)]),tAe=(iAe,nAe,oAe,aAe=!1)=>(iAe.props||(iAe.props={}),nAe>oAe&&(iAe.props.span=oAe),aAe&&(iAe.props.span=nAe),iAe),AAe=()=>{if(!z9.default)return[];const iAe=flattedChildren(z9.default()).filter(dAe=>{var EAe;return((EAe=dAe==null?void 0:dAe.type)==null?void 0:EAe.name)===COMPONENT_NAME$a}),nAe=[];let oAe=[],aAe=x_.column,cAe=0;const uAe=[];return iAe.forEach((dAe,EAe)=>{var SAe,DAe,NAe;const gAe=((SAe=dAe.props)==null?void 0:SAe.span)||1,pAe=((DAe=dAe.props)==null?void 0:DAe.rowspan)||1,mAe=nAe.length;if(uAe[mAe]||(uAe[mAe]=0),pAe>1)for(let TAe=1;TAe0&&(aAe-=uAe[mAe],uAe[mAe]=0),EAeaAe?aAe:gAe),EAe===iAe.length-1){const TAe=x_.column-cAe%x_.column;oAe.push(tAe(dAe,TAe,aAe,!0)),nAe.push(oAe);return}gAe(openBlock(),createElementBlock("div",{class:normalizeClass(eAe.value)},[r4.title||r4.extra||iAe.$slots.title||iAe.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($P).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref($P).e("title"))},[renderSlot(iAe.$slots,"title",{},()=>[createTextVNode(toDisplayString(r4.title),1)])],2),createBaseVNode("div",{class:normalizeClass(unref($P).e("extra"))},[renderSlot(iAe.$slots,"extra",{},()=>[createTextVNode(toDisplayString(r4.extra),1)])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($P).e("body"))},[createBaseVNode("table",{class:normalizeClass([unref($P).e("table"),unref($P).is("bordered",r4.border)])},[createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(AAe(),(oAe,aAe)=>(openBlock(),createBlock(descriptions_row_default,{key:aAe,row:oAe},null,8,["row"]))),128))])],2)],2)],2))}}),description_default=description_vue_vue_type_script_setup_true_lang_default;const ElDescriptions=withInstall(description_default,{DescriptionsItem:DescriptionItem}),ElDescriptionsItem=withNoopInstall(DescriptionItem),dialogContentProps=buildProps$1({center:Boolean,alignCenter:{type:Boolean,default:void 0},closeIcon:{type:iconPropType},draggable:{type:Boolean,default:void 0},overflow:{type:Boolean,default:void 0},fullscreen:Boolean,headerClass:String,bodyClass:String,footerClass:String,showClose:{type:Boolean,default:!0},title:{type:String,default:""},ariaLevel:{type:String,default:"2"}}),dialogContentEmits={close:()=>!0},dialogProps=buildProps$1({...dialogContentProps,appendToBody:Boolean,appendTo:{type:teleportProps.to.type,default:"body"},beforeClose:{type:definePropType(Function)},destroyOnClose:Boolean,closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},modal:{type:Boolean,default:!0},modalPenetrable:Boolean,openDelay:{type:Number,default:0},closeDelay:{type:Number,default:0},top:{type:String},modelValue:Boolean,modalClass:String,headerClass:String,bodyClass:String,footerClass:String,width:{type:[String,Number]},zIndex:{type:Number},trapFocus:Boolean,headerAriaLevel:{type:String,default:"2"},transition:{type:definePropType([String,Object]),default:void 0}}),dialogEmits={open:()=>!0,opened:()=>!0,close:()=>!0,closed:()=>!0,[UPDATE_MODEL_EVENT]:r4=>isBoolean(r4),openAutoFocus:()=>!0,closeAutoFocus:()=>!0},overlayProps=buildProps$1({mask:{type:Boolean,default:!0},customMaskEvent:Boolean,overlayClass:{type:definePropType([String,Array,Object])},zIndex:{type:definePropType([String,Number])}}),overlayEmits={click:r4=>r4 instanceof MouseEvent},BLOCK="overlay";var overlay_default=defineComponent({name:"ElOverlay",props:overlayProps,emits:overlayEmits,setup(r4,{slots:x_,emit:$P}){const zP=useNamespace(BLOCK),z9=iAe=>{$P("click",iAe)},{onClick:eAe,onMousedown:tAe,onMouseup:AAe}=useSameTarget(r4.customMaskEvent?void 0:z9);return()=>r4.mask?createVNode$1("div",{class:[zP.b(),r4.overlayClass],style:{zIndex:r4.zIndex},onClick:eAe,onMousedown:tAe,onMouseup:AAe},[renderSlot(x_,"default")],PatchFlags.STYLE|PatchFlags.CLASS|PatchFlags.PROPS,["onClick","onMouseup","onMousedown"]):h$d("div",{class:r4.overlayClass,style:{zIndex:r4.zIndex,position:"fixed",top:"0px",right:"0px",bottom:"0px",left:"0px"}},[renderSlot(x_,"default")])}});const ElOverlay=overlay_default,dialogInjectionKey=Symbol("dialogInjectionKey"),DEFAULT_DIALOG_TRANSITION="dialog-fade",COMPONENT_NAME$9="ElDialog",useDialog=(r4,x_)=>{const $P=getCurrentInstance().emit,{nextZIndex:zP}=useZIndex();let z9="";const eAe=useId(),tAe=useId(),AAe=ref(!1),iAe=ref(!1),nAe=ref(!1),oAe=ref(r4.zIndex??zP()),aAe=ref(!1);let cAe,uAe;const dAe=useGlobalConfig(),EAe=computed(()=>{var tIe;return((tIe=dAe.value)==null?void 0:tIe.namespace)??defaultNamespace}),gAe=computed(()=>{var tIe;return(tIe=dAe.value)==null?void 0:tIe.dialog}),pAe=computed(()=>{const tIe={},gIe=`--${EAe.value}-dialog`;if(!r4.fullscreen){r4.top&&(tIe[`${gIe}-margin-top`]=r4.top);const pIe=addUnit(r4.width);pIe&&(tIe[`${gIe}-width`]=pIe)}return tIe}),mAe=computed(()=>{var tIe;return(r4.draggable??((tIe=gAe.value)==null?void 0:tIe.draggable)??!1)&&!r4.fullscreen}),SAe=computed(()=>{var tIe;return r4.alignCenter??((tIe=gAe.value)==null?void 0:tIe.alignCenter)??!1}),DAe=computed(()=>{var tIe;return r4.overflow??((tIe=gAe.value)==null?void 0:tIe.overflow)??!1}),NAe=computed(()=>r4.modalPenetrable&&!r4.modal&&!r4.fullscreen),TAe=computed(()=>SAe.value?{display:"flex"}:{}),bAe=computed(()=>{var pIe;const tIe=r4.transition??((pIe=gAe.value)==null?void 0:pIe.transition)??DEFAULT_DIALOG_TRANSITION,gIe={name:tIe,onAfterEnter:GAe,onBeforeLeave:wAe,onAfterLeave:LAe};if(isObject$9(tIe)){const _Ie={...tIe},SIe=(yIe,OIe)=>HIe=>{isArray$6(yIe)?yIe.forEach(PIe=>{isFunction$4(PIe)&&PIe(HIe)}):isFunction$4(yIe)&&yIe(HIe),OIe()};return _Ie.onAfterEnter=SIe(_Ie.onAfterEnter,GAe),_Ie.onBeforeLeave=SIe(_Ie.onBeforeLeave,wAe),_Ie.onAfterLeave=SIe(_Ie.onAfterLeave,LAe),_Ie.name||(_Ie.name=DEFAULT_DIALOG_TRANSITION,debugWarn(COMPONENT_NAME$9,`transition.name is missing when using object syntax, fallback to '${DEFAULT_DIALOG_TRANSITION}'`)),_Ie}return gIe});function GAe(){$P("opened")}function LAe(){$P("closed"),$P(UPDATE_MODEL_EVENT,!1),r4.destroyOnClose&&(nAe.value=!1),aAe.value=!1}function wAe(){aAe.value=!0,$P("close")}function OAe(){uAe==null||uAe(),cAe==null||cAe(),r4.openDelay&&r4.openDelay>0?{stop:cAe}=useTimeoutFn(()=>eIe(),r4.openDelay):eIe()}function PAe(){cAe==null||cAe(),uAe==null||uAe(),r4.closeDelay&&r4.closeDelay>0?{stop:uAe}=useTimeoutFn(()=>iIe(),r4.closeDelay):iIe()}function HAe(){function tIe(gIe){gIe||(iAe.value=!0,AAe.value=!1)}r4.beforeClose?r4.beforeClose(tIe):PAe()}function zAe(){r4.closeOnClickModal&&HAe()}function eIe(){isClient$1&&(AAe.value=!0)}function iIe(){AAe.value=!1}function rIe(){$P("openAutoFocus")}function AIe(){$P("closeAutoFocus")}function XAe(tIe){var gIe;((gIe=tIe.detail)==null?void 0:gIe.focusReason)==="pointer"&&tIe.preventDefault()}r4.lockScroll&&useLockscreen(AAe);function EIe(){r4.closeOnPressEscape&&HAe()}function hIe(){!AAe.value||!NAe.value||r4.zIndex!==void 0||(oAe.value=zP())}return watch(()=>r4.zIndex,()=>{oAe.value=r4.zIndex??zP()}),watch(()=>r4.modelValue,tIe=>{tIe?(iAe.value=!1,aAe.value=!1,OAe(),nAe.value=!0,oAe.value=r4.zIndex??zP(),nextTick(()=>{$P("open"),x_.value&&(x_.value.parentElement.scrollTop=0,x_.value.parentElement.scrollLeft=0,x_.value.scrollTop=0)})):AAe.value&&PAe()}),watch(()=>r4.fullscreen,tIe=>{x_.value&&(tIe?(z9=x_.value.style.transform,x_.value.style.transform=""):x_.value.style.transform=z9)}),onMounted(()=>{r4.modelValue&&(AAe.value=!0,nAe.value=!0,OAe())}),{afterEnter:GAe,afterLeave:LAe,beforeLeave:wAe,handleClose:HAe,onModalClick:zAe,close:PAe,doClose:iIe,onOpenAutoFocus:rIe,onCloseAutoFocus:AIe,onCloseRequested:EIe,onFocusoutPrevented:XAe,bringToFront:hIe,titleId:eAe,bodyId:tAe,closed:iAe,style:pAe,overlayDialogStyle:TAe,rendered:nAe,visible:AAe,zIndex:oAe,transitionConfig:bAe,_draggable:mAe,_alignCenter:SAe,_overflow:DAe,closing:aAe,penetrable:NAe}},composeRefs=(...r4)=>x_=>{r4.forEach($P=>{$P.value=x_})},_hoisted_1$9b=["aria-level"],_hoisted_2$z=["aria-label"],_hoisted_3$j=["id"];var dialog_content_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElDialogContent",__name:"dialog-content",props:dialogContentProps,emits:dialogContentEmits,setup(r4,{expose:x_}){const{t:$P}=useLocale(),{Close:zP}=CloseComponents,z9=r4,{dialogRef:eAe,headerRef:tAe,bodyId:AAe,ns:iAe,style:nAe}=inject(dialogInjectionKey),{focusTrapRef:oAe}=inject(FOCUS_TRAP_INJECTION_KEY),aAe=composeRefs(oAe,eAe),cAe=computed(()=>!!z9.draggable),{resetPosition:uAe,updatePosition:dAe,isDragging:EAe}=useDraggable(eAe,tAe,cAe,computed(()=>!!z9.overflow)),gAe=computed(()=>[iAe.b(),iAe.is("fullscreen",z9.fullscreen),iAe.is("draggable",cAe.value),iAe.is("dragging",EAe.value),iAe.is("align-center",!!z9.alignCenter),{[iAe.m("center")]:z9.center}]);return x_({resetPosition:uAe,updatePosition:dAe}),(pAe,mAe)=>(openBlock(),createElementBlock("div",{ref:unref(aAe),class:normalizeClass(gAe.value),style:normalizeStyle$1(unref(nAe)),tabindex:"-1"},[createBaseVNode("header",{ref_key:"headerRef",ref:tAe,class:normalizeClass([unref(iAe).e("header"),r4.headerClass,{"show-close":r4.showClose}])},[renderSlot(pAe.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading","aria-level":r4.ariaLevel,class:normalizeClass(unref(iAe).e("title"))},toDisplayString(r4.title),11,_hoisted_1$9b)]),r4.showClose?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref($P)("el.dialog.close"),class:normalizeClass(unref(iAe).e("headerbtn")),type:"button",onClick:mAe[0]||(mAe[0]=SAe=>pAe.$emit("close"))},[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(iAe).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.closeIcon||unref(zP))))]),_:1},8,["class"])],10,_hoisted_2$z)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{id:unref(AAe),class:normalizeClass([unref(iAe).e("body"),r4.bodyClass])},[renderSlot(pAe.$slots,"default")],10,_hoisted_3$j),pAe.$slots.footer?(openBlock(),createElementBlock("footer",{key:0,class:normalizeClass([unref(iAe).e("footer"),r4.footerClass])},[renderSlot(pAe.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6))}}),dialog_content_default=dialog_content_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$9a=["aria-label","aria-labelledby","aria-describedby"];var dialog_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElDialog",inheritAttrs:!1,__name:"dialog",props:dialogProps,emits:dialogEmits,setup(r4,{expose:x_}){const $P=r4,zP=useSlots();useDeprecated({scope:"el-dialog",from:"the title slot",replacement:"the header slot",version:"3.0.0",ref:"https://element-plus.org/en-US/component/dialog.html#slots"},computed(()=>!!zP.title));const z9=useNamespace("dialog"),eAe=ref(),tAe=ref(),AAe=ref(),{visible:iAe,titleId:nAe,bodyId:oAe,style:aAe,overlayDialogStyle:cAe,rendered:uAe,transitionConfig:dAe,zIndex:EAe,_draggable:gAe,_alignCenter:pAe,_overflow:mAe,penetrable:SAe,handleClose:DAe,onModalClick:NAe,onOpenAutoFocus:TAe,onCloseAutoFocus:bAe,onCloseRequested:GAe,onFocusoutPrevented:LAe,bringToFront:wAe,closing:OAe}=useDialog($P,eAe);provide(dialogInjectionKey,{dialogRef:eAe,headerRef:tAe,bodyId:oAe,ns:z9,rendered:uAe,style:aAe});const PAe=useSameTarget(NAe);return x_({visible:iAe,dialogContentRef:AAe,resetPosition:()=>{var zAe;(zAe=AAe.value)==null||zAe.resetPosition()},handleClose:DAe}),(zAe,eIe)=>(openBlock(),createBlock(unref(ElTeleport),{to:r4.appendTo,disabled:r4.appendTo!=="body"?!1:!r4.appendToBody},{default:withCtx(()=>[createVNode$1(Transition,mergeProps(unref(dAe),{persisted:""}),{default:withCtx(()=>[withDirectives(createVNode$1(unref(ElOverlay),{"custom-mask-event":"",mask:r4.modal,"overlay-class":[r4.modalClass??"",`${unref(z9).namespace.value}-modal-dialog`,unref(z9).is("penetrable",unref(SAe))],"z-index":unref(EAe)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":r4.title||void 0,"aria-labelledby":r4.title?void 0:unref(nAe),"aria-describedby":unref(oAe),class:normalizeClass([`${unref(z9).namespace.value}-overlay-dialog`,unref(z9).is("closing",unref(OAe))]),style:normalizeStyle$1(unref(cAe)),onClick:eIe[0]||(eIe[0]=(...iIe)=>unref(PAe).onClick&&unref(PAe).onClick(...iIe)),onMousedown:eIe[1]||(eIe[1]=(...iIe)=>unref(PAe).onMousedown&&unref(PAe).onMousedown(...iIe)),onMouseup:eIe[2]||(eIe[2]=(...iIe)=>unref(PAe).onMouseup&&unref(PAe).onMouseup(...iIe))},[createVNode$1(unref(focus_trap_default$1),{loop:"",trapped:unref(iAe),"focus-start-el":"container",onFocusAfterTrapped:unref(TAe),onFocusAfterReleased:unref(bAe),onFocusoutPrevented:unref(LAe),onReleaseRequested:unref(GAe)},{default:withCtx(()=>[unref(uAe)?(openBlock(),createBlock(dialog_content_default,mergeProps({key:0,ref_key:"dialogContentRef",ref:AAe},zAe.$attrs,{center:r4.center,"align-center":unref(pAe),"close-icon":r4.closeIcon,draggable:unref(gAe),overflow:unref(mAe),fullscreen:r4.fullscreen,"header-class":r4.headerClass,"body-class":r4.bodyClass,"footer-class":r4.footerClass,"show-close":r4.showClose,title:r4.title,"aria-level":r4.headerAriaLevel,onClose:unref(DAe),onMousedown:unref(wAe)}),createSlots({header:withCtx(()=>[zAe.$slots.title?renderSlot(zAe.$slots,"title",{key:1}):renderSlot(zAe.$slots,"header",{key:0,close:unref(DAe),titleId:unref(nAe),titleClass:unref(z9).e("title")})]),default:withCtx(()=>[renderSlot(zAe.$slots,"default")]),_:2},[zAe.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(zAe.$slots,"footer")]),key:"0"}:void 0]),1040,["center","align-center","close-icon","draggable","overflow","fullscreen","header-class","body-class","footer-class","show-close","title","aria-level","onClose","onMousedown"])):createCommentVNode("v-if",!0)]),_:3},8,["trapped","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])],46,_hoisted_1$9a)]),_:3},8,["mask","overlay-class","z-index"]),[[vShow,unref(iAe)]])]),_:3},16)]),_:3},8,["to","disabled"]))}}),dialog_default=dialog_vue_vue_type_script_setup_true_lang_default;const ElDialog=withInstall(dialog_default),dividerProps=buildProps$1({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},contentPosition:{type:String,values:["left","center","right"],default:"center"},borderStyle:{type:definePropType(String),default:"solid"}});var divider_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElDivider",__name:"divider",props:dividerProps,setup(r4){const x_=r4,$P=useNamespace("divider"),zP=computed(()=>$P.cssVar({"border-style":x_.borderStyle}));return(z9,eAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($P).b(),unref($P).m(r4.direction)]),style:normalizeStyle$1(zP.value),role:"separator"},[z9.$slots.default&&r4.direction!=="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref($P).e("text"),unref($P).is(r4.contentPosition)])},[renderSlot(z9.$slots,"default")],2)):createCommentVNode("v-if",!0)],6))}}),divider_default=divider_vue_vue_type_script_setup_true_lang_default;const ElDivider=withInstall(divider_default),drawerProps=buildProps$1({...dialogProps,direction:{type:String,default:"rtl",values:["ltr","rtl","ttb","btt"]},resizable:Boolean,size:{type:[String,Number],default:"30%"},withHeader:{type:Boolean,default:!0},modalFade:{type:Boolean,default:!0},headerAriaLevel:{type:String,default:"2"}}),drawerEmits={...dialogEmits,"resize-start":(r4,x_)=>r4 instanceof MouseEvent&&typeof x_=="number",resize:(r4,x_)=>r4 instanceof MouseEvent&&typeof x_=="number","resize-end":(r4,x_)=>r4 instanceof MouseEvent&&typeof x_=="number"};function useResizable(r4,x_,$P){const{width:zP,height:z9}=useWindowSize$1(),eAe=computed(()=>["ltr","rtl"].includes(r4.direction)),tAe=computed(()=>["ltr","ttb"].includes(r4.direction)?1:-1),AAe=computed(()=>eAe.value?zP.value:z9.value),iAe=computed(()=>clamp$3(nAe.value+tAe.value*oAe.value,4,AAe.value)),nAe=ref(0),oAe=ref(0),aAe=ref(!1),cAe=ref(!1);let uAe=[],dAe=[];const EAe=()=>{var NAe;const DAe=(NAe=x_.value)==null?void 0:NAe.closest('[aria-modal="true"]');return DAe?eAe.value?DAe.offsetWidth:DAe.offsetHeight:100};watch(()=>[r4.size,r4.resizable],()=>{cAe.value=!1,nAe.value=0,oAe.value=0,mAe()});const gAe=DAe=>{r4.resizable&&(cAe.value||(nAe.value=EAe(),cAe.value=!0),uAe=[DAe.pageX,DAe.pageY],aAe.value=!0,$P("resize-start",DAe,nAe.value),dAe.push(useEventListener$1(window,"mouseup",mAe),useEventListener$1(window,"mousemove",pAe)))},pAe=DAe=>{const{pageX:NAe,pageY:TAe}=DAe,bAe=NAe-uAe[0],GAe=TAe-uAe[1];oAe.value=eAe.value?bAe:GAe,$P("resize",DAe,iAe.value)},mAe=DAe=>{aAe.value&&(uAe=[],nAe.value=iAe.value,oAe.value=0,aAe.value=!1,dAe.forEach(NAe=>NAe==null?void 0:NAe()),dAe=[],DAe&&$P("resize-end",DAe,nAe.value))},SAe=useEventListener$1(x_,"mousedown",gAe);return onBeforeUnmount(()=>{SAe(),mAe()}),{size:computed(()=>cAe.value?`${iAe.value}px`:addUnit(r4.size)),isResizing:aAe,isHorizontal:eAe}}const _hoisted_1$99=["aria-label","aria-labelledby","aria-describedby"],_hoisted_2$y=["id","aria-level"],_hoisted_3$i=["aria-label"],_hoisted_4$g=["id"];var drawer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElDrawer",inheritAttrs:!1,__name:"drawer",props:drawerProps,emits:drawerEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useSlots();useDeprecated({scope:"el-drawer",from:"the title slot",replacement:"the header slot",version:"3.0.0",ref:"https://element-plus.org/en-US/component/drawer.html#slots"},computed(()=>!!eAe.title));const tAe=ref(),AAe=ref(),iAe=ref(),nAe=useNamespace("drawer"),{t:oAe}=useLocale(),{afterEnter:aAe,afterLeave:cAe,beforeLeave:uAe,visible:dAe,rendered:EAe,titleId:gAe,bodyId:pAe,zIndex:mAe,onModalClick:SAe,onOpenAutoFocus:DAe,onCloseAutoFocus:NAe,onFocusoutPrevented:TAe,onCloseRequested:bAe,handleClose:GAe}=useDialog(zP,tAe),{isHorizontal:LAe,size:wAe,isResizing:OAe}=useResizable(zP,iAe,z9),PAe=computed(()=>zP.modalPenetrable&&!zP.modal);return x_({handleClose:GAe,afterEnter:aAe,afterLeave:cAe}),(HAe,zAe)=>(openBlock(),createBlock(unref(ElTeleport),{to:r4.appendTo,disabled:r4.appendTo!=="body"?!1:!r4.appendToBody},{default:withCtx(()=>[createVNode$1(Transition,{name:unref(nAe).b("fade"),onAfterEnter:unref(aAe),onAfterLeave:unref(cAe),onBeforeLeave:unref(uAe),persisted:""},{default:withCtx(()=>[withDirectives(createVNode$1(unref(ElOverlay),{mask:r4.modal,"overlay-class":[unref(nAe).is("drawer"),r4.modalClass??"",`${unref(nAe).namespace.value}-modal-drawer`,unref(nAe).is("penetrable",PAe.value)],"z-index":unref(mAe),onClick:unref(SAe)},{default:withCtx(()=>[createVNode$1(unref(focus_trap_default$1),{loop:"",trapped:unref(dAe),"focus-trap-el":tAe.value,"focus-start-el":AAe.value,onFocusAfterTrapped:unref(DAe),onFocusAfterReleased:unref(NAe),onFocusoutPrevented:unref(TAe),onReleaseRequested:unref(bAe)},{default:withCtx(()=>[createBaseVNode("div",mergeProps({ref_key:"drawerRef",ref:tAe,"aria-modal":"true","aria-label":r4.title||void 0,"aria-labelledby":r4.title?void 0:unref(gAe),"aria-describedby":unref(pAe)},HAe.$attrs,{class:[unref(nAe).b(),r4.direction,unref(dAe)&&"open",unref(nAe).is("dragging",unref(OAe))],style:{[unref(LAe)?"width":"height"]:unref(wAe)},role:"dialog",onClick:zAe[1]||(zAe[1]=withModifiers(()=>{},["stop"]))}),[createBaseVNode("span",{ref_key:"focusStartRef",ref:AAe,class:normalizeClass(unref(nAe).e("sr-focus")),tabindex:"-1"},null,2),r4.withHeader?(openBlock(),createElementBlock("header",{key:0,class:normalizeClass([unref(nAe).e("header"),r4.headerClass])},[HAe.$slots.title?renderSlot(HAe.$slots,"title",{key:1},()=>[createCommentVNode(" DEPRECATED SLOT ")]):renderSlot(HAe.$slots,"header",{key:0,close:unref(GAe),titleId:unref(gAe),titleClass:unref(nAe).e("title")},()=>[createBaseVNode("span",{id:unref(gAe),role:"heading","aria-level":r4.headerAriaLevel,class:normalizeClass(unref(nAe).e("title"))},toDisplayString(r4.title),11,_hoisted_2$y)]),r4.showClose?(openBlock(),createElementBlock("button",{key:2,"aria-label":unref(oAe)("el.drawer.close"),class:normalizeClass(unref(nAe).e("close-btn")),type:"button",onClick:zAe[0]||(zAe[0]=(...eIe)=>unref(GAe)&&unref(GAe)(...eIe))},[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(nAe).e("close"))},{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1},8,["class"])],10,_hoisted_3$i)):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),unref(EAe)?(openBlock(),createElementBlock("div",{key:1,id:unref(pAe),class:normalizeClass([unref(nAe).e("body"),r4.bodyClass])},[renderSlot(HAe.$slots,"default")],10,_hoisted_4$g)):createCommentVNode("v-if",!0),HAe.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([unref(nAe).e("footer"),r4.footerClass])},[renderSlot(HAe.$slots,"footer")],2)):createCommentVNode("v-if",!0),r4.resizable?(openBlock(),createElementBlock("div",{key:3,ref_key:"draggerRef",ref:iAe,style:normalizeStyle$1({zIndex:unref(mAe)}),class:normalizeClass(unref(nAe).e("dragger"))},null,6)):createCommentVNode("v-if",!0)],16,_hoisted_1$99)]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])]),_:3},8,["mask","overlay-class","z-index","onClick"]),[[vShow,unref(dAe)]])]),_:3},8,["name","onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}}),drawer_default=drawer_vue_vue_type_script_setup_true_lang_default;const ElDrawer=withInstall(drawer_default),dropdownProps=buildProps$1({trigger:{...useTooltipTriggerProps.trigger,type:definePropType([String,Array])},triggerKeys:{type:definePropType(Array),default:()=>[EVENT_CODE.enter,EVENT_CODE.numpadEnter,EVENT_CODE.space,EVENT_CODE.down]},virtualTriggering:useTooltipTriggerProps.virtualTriggering,virtualRef:useTooltipTriggerProps.virtualRef,effect:{...useTooltipContentProps.effect,default:"light"},type:{type:definePropType(String)},placement:{type:definePropType(String),default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},id:String,size:{type:String,default:""},splitButton:Boolean,hideOnClick:{type:Boolean,default:!0},loop:{type:Boolean,default:!0},showArrow:{type:Boolean,default:!0},showTimeout:{type:Number,default:150},hideTimeout:{type:Number,default:150},tabindex:{type:definePropType([Number,String]),default:0},maxHeight:{type:definePropType([Number,String]),default:""},popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,disabled:Boolean,role:{type:String,values:roleTypes,default:"menu"},buttonProps:{type:definePropType(Object)},teleported:useTooltipContentProps.teleported,appendTo:useTooltipContentProps.appendTo,persistent:{type:Boolean,default:!0}}),dropdownItemProps=buildProps$1({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:iconPropType}}),dropdownMenuProps=buildProps$1({onKeydown:{type:definePropType(Function)}}),DROPDOWN_INJECTION_KEY=Symbol("elDropdown"),DROPDOWN_INSTANCE_INJECTION_KEY="elDropdown";var collection_vue_vue_type_script_lang_default=defineComponent({inheritAttrs:!1});function _sfc_render$q(r4,x_,$P,zP,z9,eAe){return renderSlot(r4.$slots,"default")}var collection_default=_plugin_vue_export_helper_default(collection_vue_vue_type_script_lang_default,[["render",_sfc_render$q]]),collection_item_vue_vue_type_script_lang_default=defineComponent({name:"ElCollectionItem",inheritAttrs:!1});function _sfc_render$p(r4,x_,$P,zP,z9,eAe){return renderSlot(r4.$slots,"default")}var collection_item_default=_plugin_vue_export_helper_default(collection_item_vue_vue_type_script_lang_default,[["render",_sfc_render$p]]);const COLLECTION_ITEM_SIGN="data-el-collection-item",createCollectionWithScope=r4=>{const x_=`El${r4}Collection`,$P=`${x_}Item`,zP=Symbol(x_),z9=Symbol($P);return{COLLECTION_INJECTION_KEY:zP,COLLECTION_ITEM_INJECTION_KEY:z9,ElCollection:Object.assign({},collection_default,{name:x_,setup(){const eAe=ref(),tAe=new Map;provide(zP,{itemMap:tAe,getItems:()=>{const iAe=unref(eAe);if(!iAe)return[];const nAe=Array.from(iAe.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));return[...tAe.values()].sort((oAe,aAe)=>nAe.indexOf(oAe.ref)-nAe.indexOf(aAe.ref))},collectionRef:eAe})}}),ElCollectionItem:Object.assign({},collection_item_default,{name:$P,setup(eAe,{attrs:tAe}){const AAe=ref(),iAe=inject(zP,void 0);provide(z9,{collectionItemRef:AAe}),onMounted(()=>{const nAe=unref(AAe);nAe&&iAe.itemMap.set(nAe,{ref:nAe,...tAe})}),onBeforeUnmount(()=>{const nAe=unref(AAe);iAe.itemMap.delete(nAe)})}})}},rovingFocusGroupProps=buildProps$1({style:{type:definePropType([String,Array,Object])},currentTabId:{type:definePropType(String)},defaultCurrentTabId:String,loop:Boolean,dir:{type:String,values:["ltr","rtl"],default:"ltr"},orientation:{type:definePropType(String)},onBlur:Function,onFocus:Function,onMousedown:Function}),{ElCollection,ElCollectionItem,COLLECTION_INJECTION_KEY,COLLECTION_ITEM_INJECTION_KEY}=createCollectionWithScope("RovingFocusGroup"),ROVING_FOCUS_GROUP_INJECTION_KEY=Symbol("elRovingFocusGroup"),ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY=Symbol("elRovingFocusGroupItem"),MAP_KEY_TO_FOCUS_INTENT={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},getDirectionAwareKey=(r4,x_)=>r4,getFocusIntent=(r4,x_,$P)=>{const zP=getDirectionAwareKey(getEventCode(r4));return MAP_KEY_TO_FOCUS_INTENT[zP]},reorderArray=(r4,x_)=>r4.map(($P,zP)=>r4[(zP+x_)%r4.length]),focusFirst=r4=>{const{activeElement:x_}=document;for(const $P of r4)if($P===x_||($P.focus(),x_!==document.activeElement))return},CURRENT_TAB_ID_CHANGE_EVT="currentTabIdChange",ENTRY_FOCUS_EVT="rovingFocusGroup.entryFocus",EVT_OPTS={bubbles:!1,cancelable:!0};var roving_focus_group_impl_vue_vue_type_script_lang_default=defineComponent({name:"ElRovingFocusGroupImpl",inheritAttrs:!1,props:rovingFocusGroupProps,emits:[CURRENT_TAB_ID_CHANGE_EVT,"entryFocus"],setup(r4,{emit:x_}){const $P=ref((r4.currentTabId||r4.defaultCurrentTabId)??null),zP=ref(!1),z9=ref(!1),eAe=ref(),{getItems:tAe}=inject(COLLECTION_INJECTION_KEY,void 0),AAe=computed(()=>[{outline:"none"},r4.style]),iAe=EAe=>{x_(CURRENT_TAB_ID_CHANGE_EVT,EAe)},nAe=()=>{zP.value=!0},oAe=composeEventHandlers(EAe=>{var gAe;(gAe=r4.onMousedown)==null||gAe.call(r4,EAe)},()=>{z9.value=!0}),aAe=composeEventHandlers(EAe=>{var gAe;(gAe=r4.onFocus)==null||gAe.call(r4,EAe)},EAe=>{const gAe=!unref(z9),{target:pAe,currentTarget:mAe}=EAe;if(pAe===mAe&&gAe&&!unref(zP)){const SAe=new Event(ENTRY_FOCUS_EVT,EVT_OPTS);if(mAe==null||mAe.dispatchEvent(SAe),!SAe.defaultPrevented){const DAe=tAe().filter(NAe=>NAe.focusable);focusFirst([DAe.find(NAe=>NAe.active),DAe.find(NAe=>NAe.id===unref($P)),...DAe].filter(Boolean).map(NAe=>NAe.ref))}}z9.value=!1}),cAe=composeEventHandlers(EAe=>{var gAe;(gAe=r4.onBlur)==null||gAe.call(r4,EAe)},()=>{zP.value=!1}),uAe=(...EAe)=>{x_("entryFocus",...EAe)},dAe=EAe=>{const gAe=getFocusIntent(EAe);if(gAe){EAe.preventDefault();let pAe=tAe().filter(mAe=>mAe.focusable).map(mAe=>mAe.ref);switch(gAe){case"last":pAe.reverse();break;case"prev":case"next":{gAe==="prev"&&pAe.reverse();const mAe=pAe.indexOf(EAe.currentTarget);pAe=r4.loop?reorderArray(pAe,mAe+1):pAe.slice(mAe+1);break}}nextTick(()=>{focusFirst(pAe)})}};provide(ROVING_FOCUS_GROUP_INJECTION_KEY,{currentTabbedId:readonly($P),loop:toRef$1(r4,"loop"),tabIndex:computed(()=>unref(zP)?-1:0),rovingFocusGroupRef:eAe,rovingFocusGroupRootStyle:AAe,orientation:toRef$1(r4,"orientation"),dir:toRef$1(r4,"dir"),onItemFocus:iAe,onItemShiftTab:nAe,onBlur:cAe,onFocus:aAe,onMousedown:oAe,onKeydown:dAe}),watch(()=>r4.currentTabId,EAe=>{$P.value=EAe??null}),useEventListener$1(eAe,ENTRY_FOCUS_EVT,uAe)}});function _sfc_render$o(r4,x_,$P,zP,z9,eAe){return renderSlot(r4.$slots,"default")}var roving_focus_group_impl_default=_plugin_vue_export_helper_default(roving_focus_group_impl_vue_vue_type_script_lang_default,[["render",_sfc_render$o]]),roving_focus_group_vue_vue_type_script_lang_default=defineComponent({name:"ElRovingFocusGroup",components:{ElFocusGroupCollection:ElCollection,ElRovingFocusGroupImpl:roving_focus_group_impl_default}});function _sfc_render$n(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-roving-focus-group-impl"),AAe=resolveComponent("el-focus-group-collection");return openBlock(),createBlock(AAe,null,{default:withCtx(()=>[createVNode$1(tAe,normalizeProps(guardReactiveProps(r4.$attrs)),{default:withCtx(()=>[renderSlot(r4.$slots,"default")]),_:3},16)]),_:3})}var roving_focus_group_default=_plugin_vue_export_helper_default(roving_focus_group_vue_vue_type_script_lang_default,[["render",_sfc_render$n]]),roving_focus_item_vue_vue_type_script_lang_default=defineComponent({components:{ElRovingFocusCollectionItem:ElCollectionItem},props:{focusable:{type:Boolean,default:!0},active:Boolean},emits:["mousedown","focus","keydown"],setup(r4,{emit:x_}){const{currentTabbedId:$P,onItemFocus:zP,onItemShiftTab:z9,onKeydown:eAe}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),tAe=useId(),AAe=ref(),iAe=composeEventHandlers(cAe=>{x_("mousedown",cAe)},cAe=>{r4.focusable?zP(unref(tAe)):cAe.preventDefault()}),nAe=composeEventHandlers(cAe=>{x_("focus",cAe)},()=>{zP(unref(tAe))}),oAe=composeEventHandlers(cAe=>{x_("keydown",cAe)},cAe=>{const{shiftKey:uAe,target:dAe,currentTarget:EAe}=cAe;if(getEventCode(cAe)===EVENT_CODE.tab&&uAe){z9();return}dAe===EAe&&eAe(cAe)}),aAe=computed(()=>$P.value===unref(tAe));return provide(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,{rovingFocusGroupItemRef:AAe,tabIndex:computed(()=>unref(aAe)?0:-1),handleMousedown:iAe,handleFocus:nAe,handleKeydown:oAe}),{id:tAe,handleKeydown:oAe,handleFocus:nAe,handleMousedown:iAe}}});function _sfc_render$m(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-roving-focus-collection-item");return openBlock(),createBlock(tAe,{id:r4.id,focusable:r4.focusable,active:r4.active},{default:withCtx(()=>[renderSlot(r4.$slots,"default")]),_:3},8,["id","focusable","active"])}var roving_focus_item_default=_plugin_vue_export_helper_default(roving_focus_item_vue_vue_type_script_lang_default,[["render",_sfc_render$m]]),roving_focus_group_default$1=roving_focus_group_default;const{ButtonGroup:ElButtonGroup}=ElButton;var dropdown_vue_vue_type_script_lang_default=defineComponent({name:"ElDropdown",components:{ElButton,ElButtonGroup,ElScrollbar,ElTooltip,ElRovingFocusGroup:roving_focus_group_default$1,ElOnlyChild:OnlyChild,ElIcon,ArrowDown:arrow_down_default},props:dropdownProps,emits:["visible-change","click","command"],setup(r4,{emit:x_}){const $P=getCurrentInstance(),zP=useNamespace("dropdown"),{t:z9}=useLocale(),eAe=ref(),tAe=ref(),AAe=ref(),iAe=ref(),nAe=ref(null),oAe=ref(null),aAe=ref(!1),cAe=computed(()=>({maxHeight:addUnit(r4.maxHeight)})),uAe=computed(()=>[zP.m(DAe.value)]),dAe=computed(()=>castArray$1(r4.trigger)),EAe=useId().value,gAe=computed(()=>r4.id||EAe);function pAe(){var HAe;(HAe=AAe.value)==null||HAe.onClose(void 0,0)}function mAe(){var HAe;(HAe=AAe.value)==null||HAe.onClose()}function SAe(){var HAe;(HAe=AAe.value)==null||HAe.onOpen()}const DAe=useFormSize();function NAe(...HAe){x_("command",...HAe)}function TAe(){}function bAe(){const HAe=unref(iAe);dAe.value.includes("hover")&&(HAe==null||HAe.focus({preventScroll:!0})),oAe.value=null}function GAe(HAe){oAe.value=HAe}function LAe(){x_("visible-change",!0)}function wAe(HAe){var zAe;aAe.value=(HAe==null?void 0:HAe.type)==="keydown",(zAe=iAe.value)==null||zAe.focus()}function OAe(){x_("visible-change",!1)}return provide(DROPDOWN_INJECTION_KEY,{contentRef:iAe,role:computed(()=>r4.role),triggerId:gAe,isUsingKeyboard:aAe,onItemEnter:TAe,onItemLeave:bAe,handleClose:mAe}),provide(DROPDOWN_INSTANCE_INJECTION_KEY,{instance:$P,dropdownSize:DAe,handleClick:pAe,commandHandler:NAe,trigger:toRef$1(r4,"trigger"),hideOnClick:toRef$1(r4,"hideOnClick")}),{t:z9,ns:zP,scrollbar:nAe,wrapStyle:cAe,dropdownTriggerKls:uAe,dropdownSize:DAe,triggerId:gAe,currentTabId:oAe,handleCurrentTabIdChange:GAe,handlerMainButtonClick:HAe=>{x_("click",HAe)},handleClose:mAe,handleOpen:SAe,handleBeforeShowTooltip:LAe,handleShowTooltip:wAe,handleBeforeHideTooltip:OAe,popperRef:AAe,contentRef:iAe,triggeringElementRef:eAe,referenceElementRef:tAe}}});function _sfc_render$l(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-roving-focus-group"),AAe=resolveComponent("el-scrollbar"),iAe=resolveComponent("el-only-child"),nAe=resolveComponent("el-tooltip"),oAe=resolveComponent("el-button"),aAe=resolveComponent("arrow-down"),cAe=resolveComponent("el-icon"),uAe=resolveComponent("el-button-group");return openBlock(),createElementBlock("div",{class:normalizeClass([r4.ns.b(),r4.ns.is("disabled",r4.disabled)])},[createVNode$1(nAe,{ref:"popperRef",role:r4.role,effect:r4.effect,"fallback-placements":["bottom","top"],"popper-options":r4.popperOptions,"gpu-acceleration":!1,placement:r4.placement,"popper-class":[r4.ns.e("popper"),r4.popperClass],"popper-style":r4.popperStyle,trigger:r4.trigger,"trigger-keys":r4.triggerKeys,"trigger-target-el":r4.contentRef,"show-arrow":r4.showArrow,"show-after":r4.trigger==="hover"?r4.showTimeout:0,"hide-after":r4.trigger==="hover"?r4.hideTimeout:0,"virtual-ref":r4.virtualRef??r4.triggeringElementRef,"virtual-triggering":r4.virtualTriggering||r4.splitButton,disabled:r4.disabled,transition:`${r4.ns.namespace.value}-zoom-in-top`,teleported:r4.teleported,"append-to":r4.appendTo,pure:"","focus-on-target":"",persistent:r4.persistent,onBeforeShow:r4.handleBeforeShowTooltip,onShow:r4.handleShowTooltip,onBeforeHide:r4.handleBeforeHideTooltip},createSlots({content:withCtx(()=>[createVNode$1(AAe,{ref:"scrollbar","wrap-style":r4.wrapStyle,tag:"div","view-class":r4.ns.e("list")},{default:withCtx(()=>[createVNode$1(tAe,{loop:r4.loop,"current-tab-id":r4.currentTabId,orientation:"horizontal",onCurrentTabIdChange:r4.handleCurrentTabIdChange},{default:withCtx(()=>[renderSlot(r4.$slots,"dropdown")]),_:3},8,["loop","current-tab-id","onCurrentTabIdChange"])]),_:3},8,["wrap-style","view-class"])]),_:2},[r4.splitButton?void 0:{name:"default",fn:withCtx(()=>[createVNode$1(iAe,{id:r4.triggerId,ref:"triggeringElementRef",role:"button",tabindex:r4.tabindex},{default:withCtx(()=>[renderSlot(r4.$slots,"default")]),_:3},8,["id","tabindex"])]),key:"0"}]),1032,["role","effect","popper-options","placement","popper-class","popper-style","trigger","trigger-keys","trigger-target-el","show-arrow","show-after","hide-after","virtual-ref","virtual-triggering","disabled","transition","teleported","append-to","persistent","onBeforeShow","onShow","onBeforeHide"]),r4.splitButton?(openBlock(),createBlock(uAe,{key:0},{default:withCtx(()=>[createVNode$1(oAe,mergeProps({ref:"referenceElementRef"},r4.buttonProps,{size:r4.dropdownSize,type:r4.type,disabled:r4.disabled,tabindex:r4.tabindex,onClick:r4.handlerMainButtonClick}),{default:withCtx(()=>[renderSlot(r4.$slots,"default")]),_:3},16,["size","type","disabled","tabindex","onClick"]),createVNode$1(oAe,mergeProps({id:r4.triggerId,ref:"triggeringElementRef"},r4.buttonProps,{role:"button",size:r4.dropdownSize,type:r4.type,class:r4.ns.e("caret-button"),disabled:r4.disabled,tabindex:r4.tabindex,"aria-label":r4.t("el.dropdown.toggleDropdown")}),{default:withCtx(()=>[createVNode$1(cAe,{class:normalizeClass(r4.ns.e("icon"))},{default:withCtx(()=>[createVNode$1(aAe)]),_:1},8,["class"])]),_:1},16,["id","size","type","class","disabled","tabindex","aria-label"])]),_:3})):createCommentVNode("v-if",!0)],2)}var dropdown_default=_plugin_vue_export_helper_default(dropdown_vue_vue_type_script_lang_default,[["render",_sfc_render$l]]),dropdown_item_impl_vue_vue_type_script_lang_default=defineComponent({name:"DropdownItemImpl",components:{ElIcon},props:dropdownItemProps,emits:["pointermove","pointerleave","click","clickimpl"],setup(r4,{emit:x_}){const $P=useNamespace("dropdown"),{role:zP}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionItemRef:z9}=inject(COLLECTION_ITEM_INJECTION_KEY,void 0),{rovingFocusGroupItemRef:eAe,tabIndex:tAe,handleFocus:AAe,handleKeydown:iAe,handleMousedown:nAe}=inject(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,void 0),oAe=composeRefs(z9,eAe),aAe=computed(()=>zP.value==="menu"?"menuitem":zP.value==="navigation"?"link":"button"),cAe=composeEventHandlers(uAe=>{const dAe=getEventCode(uAe);if([EVENT_CODE.enter,EVENT_CODE.numpadEnter,EVENT_CODE.space].includes(dAe))return uAe.preventDefault(),uAe.stopImmediatePropagation(),x_("clickimpl",uAe),!0},iAe);return{ns:$P,itemRef:oAe,dataset:{[COLLECTION_ITEM_SIGN]:""},role:aAe,tabIndex:tAe,handleFocus:AAe,handleKeydown:cAe,handleMousedown:nAe}}});const _hoisted_1$98=["aria-disabled","tabindex","role"];function _sfc_render$k(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment$1,null,[r4.divided?(openBlock(),createElementBlock("li",{key:0,role:"separator",class:normalizeClass(r4.ns.bem("menu","item","divided"))},null,2)):createCommentVNode("v-if",!0),createBaseVNode("li",mergeProps({ref:r4.itemRef},{...r4.dataset,...r4.$attrs},{"aria-disabled":r4.disabled,class:[r4.ns.be("menu","item"),r4.ns.is("disabled",r4.disabled)],tabindex:r4.tabIndex,role:r4.role,onClick:x_[0]||(x_[0]=AAe=>r4.$emit("clickimpl",AAe)),onFocus:x_[1]||(x_[1]=(...AAe)=>r4.handleFocus&&r4.handleFocus(...AAe)),onKeydown:x_[2]||(x_[2]=withModifiers((...AAe)=>r4.handleKeydown&&r4.handleKeydown(...AAe),["self"])),onMousedown:x_[3]||(x_[3]=(...AAe)=>r4.handleMousedown&&r4.handleMousedown(...AAe)),onPointermove:x_[4]||(x_[4]=AAe=>r4.$emit("pointermove",AAe)),onPointerleave:x_[5]||(x_[5]=AAe=>r4.$emit("pointerleave",AAe))}),[r4.icon||r4.$slots.icon?(openBlock(),createBlock(tAe,{key:0},{default:withCtx(()=>[renderSlot(r4.$slots,"icon",{},()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))])]),_:3})):createCommentVNode("v-if",!0),renderSlot(r4.$slots,"default")],16,_hoisted_1$98)],64)}var dropdown_item_impl_default=_plugin_vue_export_helper_default(dropdown_item_impl_vue_vue_type_script_lang_default,[["render",_sfc_render$k]]);const useDropdown=()=>{const r4=inject(DROPDOWN_INSTANCE_INJECTION_KEY,{});return{elDropdown:r4,_elDropdownSize:computed(()=>r4==null?void 0:r4.dropdownSize)}};var dropdown_item_vue_vue_type_script_lang_default=defineComponent({name:"ElDropdownItem",components:{ElRovingFocusItem:roving_focus_item_default,ElDropdownItemImpl:dropdown_item_impl_default},inheritAttrs:!1,props:dropdownItemProps,emits:["pointermove","pointerleave","click"],setup(r4,{emit:x_,attrs:$P}){const{elDropdown:zP}=useDropdown(),z9=getCurrentInstance(),{onItemEnter:eAe,onItemLeave:tAe}=inject(DROPDOWN_INJECTION_KEY,void 0),AAe=composeEventHandlers(nAe=>(x_("pointermove",nAe),nAe.defaultPrevented),whenMouse(nAe=>{if(r4.disabled){tAe(nAe);return}const oAe=nAe.currentTarget;oAe===document.activeElement||oAe.contains(document.activeElement)||(eAe(nAe),nAe.defaultPrevented||oAe==null||oAe.focus({preventScroll:!0}))})),iAe=composeEventHandlers(nAe=>(x_("pointerleave",nAe),nAe.defaultPrevented),whenMouse(tAe));return{handleClick:composeEventHandlers(nAe=>{if(!r4.disabled)return x_("click",nAe),nAe.type!=="keydown"&&nAe.defaultPrevented},nAe=>{var oAe,aAe,cAe;if(r4.disabled){nAe.stopImmediatePropagation();return}(oAe=zP==null?void 0:zP.hideOnClick)!=null&&oAe.value&&((aAe=zP.handleClick)==null||aAe.call(zP)),(cAe=zP.commandHandler)==null||cAe.call(zP,r4.command,z9,nAe)}),handlePointerMove:AAe,handlePointerLeave:iAe,propsAndAttrs:computed(()=>({...r4,...$P}))}}});function _sfc_render$j(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-dropdown-item-impl"),AAe=resolveComponent("el-roving-focus-item");return openBlock(),createBlock(AAe,{focusable:!r4.disabled},{default:withCtx(()=>[createVNode$1(tAe,mergeProps(r4.propsAndAttrs,{onPointerleave:r4.handlePointerLeave,onPointermove:r4.handlePointerMove,onClickimpl:r4.handleClick}),createSlots({default:withCtx(()=>[renderSlot(r4.$slots,"default")]),_:2},[r4.$slots.icon?{name:"icon",fn:withCtx(()=>[renderSlot(r4.$slots,"icon")]),key:"0"}:void 0]),1040,["onPointerleave","onPointermove","onClickimpl"])]),_:3},8,["focusable"])}var dropdown_item_default=_plugin_vue_export_helper_default(dropdown_item_vue_vue_type_script_lang_default,[["render",_sfc_render$j]]),dropdown_menu_vue_vue_type_script_lang_default=defineComponent({name:"ElDropdownMenu",props:dropdownMenuProps,setup(r4){const x_=useNamespace("dropdown"),{_elDropdownSize:$P}=useDropdown(),zP=$P.value,{contentRef:z9,role:eAe,triggerId:tAe,isUsingKeyboard:AAe,handleClose:iAe}=inject(DROPDOWN_INJECTION_KEY,void 0),{rovingFocusGroupRef:nAe,rovingFocusGroupRootStyle:oAe,onBlur:aAe,onFocus:cAe,onKeydown:uAe,onMousedown:dAe}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{collectionRef:EAe}=inject(COLLECTION_INJECTION_KEY,void 0),gAe=computed(()=>[x_.b("menu"),x_.bm("menu",zP==null?void 0:zP.value)]),pAe=composeRefs(z9,nAe,EAe),mAe=composeEventHandlers(DAe=>{var NAe;(NAe=r4.onKeydown)==null||NAe.call(r4,DAe)},DAe=>{const{currentTarget:NAe,target:TAe}=DAe,bAe=getEventCode(DAe);if(NAe.contains(TAe),EVENT_CODE.tab===bAe)return iAe();uAe(DAe)});function SAe(DAe){AAe.value&&cAe(DAe)}return{size:zP,rovingFocusGroupRootStyle:oAe,dropdownKls:gAe,role:eAe,triggerId:tAe,dropdownListWrapperRef:pAe,handleKeydown:mAe,onBlur:aAe,handleFocus:SAe,onMousedown:dAe}}});const _hoisted_1$97=["role","aria-labelledby"];function _sfc_render$i(r4,x_,$P,zP,z9,eAe){return openBlock(),createElementBlock("ul",{ref:r4.dropdownListWrapperRef,class:normalizeClass(r4.dropdownKls),style:normalizeStyle$1(r4.rovingFocusGroupRootStyle),tabindex:-1,role:r4.role,"aria-labelledby":r4.triggerId,onFocusin:x_[0]||(x_[0]=(...tAe)=>r4.handleFocus&&r4.handleFocus(...tAe)),onFocusout:x_[1]||(x_[1]=(...tAe)=>r4.onBlur&&r4.onBlur(...tAe)),onKeydown:x_[2]||(x_[2]=withModifiers((...tAe)=>r4.handleKeydown&&r4.handleKeydown(...tAe),["self"])),onMousedown:x_[3]||(x_[3]=withModifiers((...tAe)=>r4.onMousedown&&r4.onMousedown(...tAe),["self"]))},[renderSlot(r4.$slots,"default")],46,_hoisted_1$97)}var dropdown_menu_default=_plugin_vue_export_helper_default(dropdown_menu_vue_vue_type_script_lang_default,[["render",_sfc_render$i]]);const ElDropdown=withInstall(dropdown_default,{DropdownItem:dropdown_item_default,DropdownMenu:dropdown_menu_default}),ElDropdownItem=withNoopInstall(dropdown_item_default),ElDropdownMenu=withNoopInstall(dropdown_menu_default),emptyProps=buildProps$1({image:{type:String,default:""},imageSize:Number,description:{type:String,default:""}}),_hoisted_1$96={viewBox:"0 0 79 86",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},_hoisted_2$x=["id"],_hoisted_3$h=["stop-color"],_hoisted_4$f=["stop-color"],_hoisted_5$5=["id"],_hoisted_6$3=["stop-color"],_hoisted_7$1=["stop-color"],_hoisted_8$1=["id"],_hoisted_9={stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},_hoisted_10={transform:"translate(-1268.000000, -535.000000)"},_hoisted_11={transform:"translate(1268.000000, 535.000000)"},_hoisted_12=["fill"],_hoisted_13=["fill"],_hoisted_14={transform:"translate(34.500000, 31.500000) scale(-1, 1) rotate(-25.000000) translate(-34.500000, -31.500000) translate(7.000000, 10.000000)"},_hoisted_15=["fill"],_hoisted_16=["fill"],_hoisted_17=["fill"],_hoisted_18=["fill"],_hoisted_19=["fill"],_hoisted_20={transform:"translate(53.000000, 45.000000)"},_hoisted_21=["fill","xlink:href"],_hoisted_22=["fill","mask"],_hoisted_23=["fill"];var img_empty_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ImgEmpty",__name:"img-empty",setup(r4){const x_=useNamespace("empty"),$P=useId();return(zP,z9)=>(openBlock(),createElementBlock("svg",_hoisted_1$96,[createBaseVNode("defs",null,[createBaseVNode("linearGradient",{id:`linearGradient-1-${unref($P)}`,x1:"38.8503086%",y1:"0%",x2:"61.1496914%",y2:"100%"},[createBaseVNode("stop",{"stop-color":`var(${unref(x_).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,_hoisted_3$h),createBaseVNode("stop",{"stop-color":`var(${unref(x_).cssVarBlockName("fill-color-4")})`,offset:"100%"},null,8,_hoisted_4$f)],8,_hoisted_2$x),createBaseVNode("linearGradient",{id:`linearGradient-2-${unref($P)}`,x1:"0%",y1:"9.5%",x2:"100%",y2:"90.5%"},[createBaseVNode("stop",{"stop-color":`var(${unref(x_).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,_hoisted_6$3),createBaseVNode("stop",{"stop-color":`var(${unref(x_).cssVarBlockName("fill-color-6")})`,offset:"100%"},null,8,_hoisted_7$1)],8,_hoisted_5$5),createBaseVNode("rect",{id:`path-3-${unref($P)}`,x:"0",y:"0",width:"17",height:"36"},null,8,_hoisted_8$1)]),createBaseVNode("g",_hoisted_9,[createBaseVNode("g",_hoisted_10,[createBaseVNode("g",_hoisted_11,[createBaseVNode("path",{d:"M39.5,86 C61.3152476,86 79,83.9106622 79,81.3333333 C79,78.7560045 57.3152476,78 35.5,78 C13.6847524,78 0,78.7560045 0,81.3333333 C0,83.9106622 17.6847524,86 39.5,86 Z",fill:`var(${unref(x_).cssVarBlockName("fill-color-3")})`},null,8,_hoisted_12),createBaseVNode("polygon",{fill:`var(${unref(x_).cssVarBlockName("fill-color-7")})`,transform:"translate(27.500000, 51.500000) scale(1, -1) translate(-27.500000, -51.500000) ",points:"13 58 53 58 42 45 2 45"},null,8,_hoisted_13),createBaseVNode("g",_hoisted_14,[createBaseVNode("polygon",{fill:`var(${unref(x_).cssVarBlockName("fill-color-7")})`,transform:"translate(11.500000, 5.000000) scale(1, -1) translate(-11.500000, -5.000000) ",points:"2.84078316e-14 3 18 3 23 7 5 7"},null,8,_hoisted_15),createBaseVNode("polygon",{fill:`var(${unref(x_).cssVarBlockName("fill-color-5")})`,points:"-3.69149156e-15 7 38 7 38 43 -3.69149156e-15 43"},null,8,_hoisted_16),createBaseVNode("rect",{fill:`url(#linearGradient-1-${unref($P)})`,transform:"translate(46.500000, 25.000000) scale(-1, 1) translate(-46.500000, -25.000000) ",x:"38",y:"7",width:"17",height:"36"},null,8,_hoisted_17),createBaseVNode("polygon",{fill:`var(${unref(x_).cssVarBlockName("fill-color-2")})`,transform:"translate(39.500000, 3.500000) scale(-1, 1) translate(-39.500000, -3.500000) ",points:"24 7 41 7 55 -3.63806207e-12 38 -3.63806207e-12"},null,8,_hoisted_18)]),createBaseVNode("rect",{fill:`url(#linearGradient-2-${unref($P)})`,x:"13",y:"45",width:"40",height:"36"},null,8,_hoisted_19),createBaseVNode("g",_hoisted_20,[createBaseVNode("use",{fill:`var(${unref(x_).cssVarBlockName("fill-color-8")})`,transform:"translate(8.500000, 18.000000) scale(-1, 1) translate(-8.500000, -18.000000) ","xlink:href":`#path-3-${unref($P)}`},null,8,_hoisted_21),createBaseVNode("polygon",{fill:`var(${unref(x_).cssVarBlockName("fill-color-9")})`,mask:`url(#mask-4-${unref($P)})`,transform:"translate(12.000000, 9.000000) scale(-1, 1) translate(-12.000000, -9.000000) ",points:"7 0 24 0 20 18 7 16.5"},null,8,_hoisted_22)]),createBaseVNode("polygon",{fill:`var(${unref(x_).cssVarBlockName("fill-color-2")})`,transform:"translate(66.000000, 51.500000) scale(-1, 1) translate(-66.000000, -51.500000) ",points:"62 45 79 45 70 58 53 58"},null,8,_hoisted_23)])])])]))}}),img_empty_default=img_empty_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$95=["src"],_hoisted_2$w={key:1};var empty_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElEmpty",__name:"empty",props:emptyProps,setup(r4){const x_=r4,{t:$P}=useLocale(),zP=useNamespace("empty"),z9=computed(()=>x_.description||$P("el.table.emptyText")),eAe=computed(()=>({width:addUnit(x_.imageSize)}));return(tAe,AAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(zP).b())},[createBaseVNode("div",{class:normalizeClass(unref(zP).e("image")),style:normalizeStyle$1(eAe.value)},[r4.image?(openBlock(),createElementBlock("img",{key:0,src:r4.image,ondragstart:"return false"},null,8,_hoisted_1$95)):renderSlot(tAe.$slots,"image",{key:1},()=>[createVNode$1(img_empty_default)])],6),createBaseVNode("div",{class:normalizeClass(unref(zP).e("description"))},[tAe.$slots.description?renderSlot(tAe.$slots,"description",{key:0}):(openBlock(),createElementBlock("p",_hoisted_2$w,toDisplayString(z9.value),1))],2),tAe.$slots.default?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("bottom"))},[renderSlot(tAe.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}}),empty_default=empty_vue_vue_type_script_setup_true_lang_default;const ElEmpty=withInstall(empty_default),imageProps=buildProps$1({hideOnClickModal:Boolean,src:{type:String,default:""},fit:{type:String,values:["","contain","cover","fill","none","scale-down"],default:""},loading:{type:String,values:["eager","lazy"]},lazy:Boolean,scrollContainer:{type:definePropType([String,Object])},previewSrcList:{type:definePropType(Array),default:()=>mutable([])},previewTeleported:Boolean,zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},scale:{type:Number,default:1},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},showProgress:Boolean,crossorigin:{type:definePropType(String)}}),imageEmits={load:r4=>r4 instanceof Event,error:r4=>r4 instanceof Event,switch:r4=>isNumber$2(r4),close:()=>!0,show:()=>!0},imageViewerProps=buildProps$1({urlList:{type:definePropType(Array),default:()=>mutable([])},zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},hideOnClickModal:Boolean,teleported:Boolean,closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},scale:{type:Number,default:1},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},showProgress:Boolean,crossorigin:{type:definePropType(String)}}),imageViewerEmits={close:()=>!0,error:r4=>r4 instanceof Event,switch:r4=>isNumber$2(r4),rotate:r4=>isNumber$2(r4)},_hoisted_1$94=["src","crossorigin"];var image_viewer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElImageViewer",__name:"image-viewer",props:imageViewerProps,emits:imageViewerEmits,setup(r4,{expose:x_,emit:$P}){const zP={CONTAIN:{name:"contain",icon:markRaw(full_screen_default)},ORIGINAL:{name:"original",icon:markRaw(scale_to_original_default)}},z9=r4,eAe=$P;let tAe;const{t:AAe}=useLocale(),iAe=useNamespace("image-viewer"),{nextZIndex:nAe}=useZIndex(),oAe=ref(),aAe=ref(),cAe=effectScope(),uAe=computed(()=>{const{scale:HIe,minScale:PIe,maxScale:LIe}=z9;return clamp$3(HIe,PIe,LIe)}),dAe=ref(!0),EAe=ref(!1),gAe=ref(!1),pAe=ref(z9.initialIndex),mAe=shallowRef(zP.CONTAIN),SAe=ref({scale:uAe.value,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),DAe=ref(z9.zIndex??nAe());useLockscreen(gAe,{ns:iAe});const NAe=computed(()=>{const{urlList:HIe}=z9;return HIe.length<=1}),TAe=computed(()=>pAe.value===0),bAe=computed(()=>pAe.value===z9.urlList.length-1),GAe=computed(()=>z9.urlList[pAe.value]),LAe=computed(()=>[iAe.e("btn"),iAe.e("prev"),iAe.is("disabled",!z9.infinite&&TAe.value)]),wAe=computed(()=>[iAe.e("btn"),iAe.e("next"),iAe.is("disabled",!z9.infinite&&bAe.value)]),OAe=computed(()=>{const{scale:HIe,deg:PIe,offsetX:LIe,offsetY:oEe,enableTransition:JIe}=SAe.value;let XIe=LIe/HIe,zIe=oEe/HIe;const YIe=PIe*Math.PI/180,uEe=Math.cos(YIe),NEe=Math.sin(YIe);XIe=XIe*uEe+zIe*NEe,zIe=zIe*uEe-LIe/HIe*NEe;const MEe={transform:`scale(${HIe}) rotate(${PIe}deg) translate(${XIe}px, ${zIe}px)`,transition:JIe?"transform .3s":""};return mAe.value.name===zP.CONTAIN.name&&(MEe.maxWidth=MEe.maxHeight="100%"),MEe}),PAe=computed(()=>`${pAe.value+1} / ${z9.urlList.length}`);function HAe(){eIe(),tAe==null||tAe(),gAe.value=!1,eAe("close")}function zAe(){const HIe=throttle$2(LIe=>{switch(getEventCode(LIe)){case EVENT_CODE.esc:z9.closeOnPressEscape&&HAe();break;case EVENT_CODE.space:hIe();break;case EVENT_CODE.left:gIe();break;case EVENT_CODE.up:_Ie("zoomIn");break;case EVENT_CODE.right:pIe();break;case EVENT_CODE.down:_Ie("zoomOut");break}}),PIe=throttle$2(LIe=>{_Ie((LIe.deltaY||LIe.deltaX)<0?"zoomIn":"zoomOut",{zoomRate:z9.zoomRate,enableTransition:!1})});cAe.run(()=>{useEventListener$1(document,"keydown",HIe),useEventListener$1(oAe,"wheel",PIe)})}function eIe(){cAe.stop()}function iIe(){dAe.value=!1}function rIe(HIe){EAe.value=!0,dAe.value=!1,eAe("error",HIe),HIe.target.alt=AAe("el.image.error")}function AIe(HIe){if(dAe.value||HIe.button!==0||!oAe.value)return;SAe.value.enableTransition=!1;const{offsetX:PIe,offsetY:LIe}=SAe.value,oEe=HIe.pageX,JIe=HIe.pageY,XIe=throttle$2(uEe=>{SAe.value={...SAe.value,offsetX:PIe+uEe.pageX-oEe,offsetY:LIe+uEe.pageY-JIe}}),zIe=useEventListener$1(document,"mousemove",XIe),YIe=useEventListener$1(document,"mouseup",()=>{zIe(),YIe()});HIe.preventDefault()}function XAe(HIe){if(dAe.value||!oAe.value||HIe.touches.length!==1)return;SAe.value.enableTransition=!1;const{offsetX:PIe,offsetY:LIe}=SAe.value,{pageX:oEe,pageY:JIe}=HIe.touches[0],XIe=throttle$2(uEe=>{const NEe=uEe.touches[0];SAe.value={...SAe.value,offsetX:PIe+NEe.pageX-oEe,offsetY:LIe+NEe.pageY-JIe}}),zIe=useEventListener$1(document,"touchmove",XIe),YIe=useEventListener$1(document,"touchend",()=>{zIe(),YIe()});HIe.preventDefault()}function EIe(){SAe.value={scale:uAe.value,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function hIe(){if(dAe.value||EAe.value)return;const HIe=keysOf(zP),PIe=Object.values(zP),LIe=mAe.value.name;mAe.value=zP[HIe[(PIe.findIndex(oEe=>oEe.name===LIe)+1)%HIe.length]],EIe()}function tIe(HIe){EAe.value=!1;const PIe=z9.urlList.length;pAe.value=(HIe+PIe)%PIe}function gIe(){TAe.value&&!z9.infinite||tIe(pAe.value-1)}function pIe(){bAe.value&&!z9.infinite||tIe(pAe.value+1)}function _Ie(HIe,PIe={}){if(dAe.value||EAe.value)return;const{minScale:LIe,maxScale:oEe}=z9,{zoomRate:JIe,rotateDeg:XIe,enableTransition:zIe}={zoomRate:z9.zoomRate,rotateDeg:90,enableTransition:!0,...PIe};switch(HIe){case"zoomOut":SAe.value.scale>LIe&&(SAe.value.scale=Number.parseFloat((SAe.value.scale/JIe).toFixed(3)));break;case"zoomIn":SAe.value.scale0)return HIe.preventDefault(),!1}}return watch(()=>uAe.value,HIe=>{SAe.value.scale=HIe}),watch(GAe,()=>{nextTick(()=>{var HIe;(HIe=aAe.value)!=null&&HIe.complete||(dAe.value=!0)})}),watch(pAe,HIe=>{EIe(),eAe("switch",HIe)}),onMounted(()=>{gAe.value=!0,zAe(),tAe=useEventListener$1("wheel",OIe,{passive:!1})}),x_({setActiveItem:tIe}),(HIe,PIe)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!r4.teleported},{default:withCtx(()=>[createVNode$1(Transition,{name:"viewer-fade",appear:""},{default:withCtx(()=>[createBaseVNode("div",{ref_key:"wrapper",ref:oAe,tabindex:-1,class:normalizeClass(unref(iAe).e("wrapper")),style:normalizeStyle$1({zIndex:DAe.value})},[createVNode$1(unref(focus_trap_default$1),{loop:"",trapped:"","focus-trap-el":oAe.value,"focus-start-el":"container",onFocusoutPrevented:SIe,onReleaseRequested:yIe},{default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(iAe).e("mask")),onClick:PIe[0]||(PIe[0]=withModifiers(LIe=>r4.hideOnClickModal&&HAe(),["self"]))},null,2),createCommentVNode(" CLOSE "),createBaseVNode("span",{class:normalizeClass([unref(iAe).e("btn"),unref(iAe).e("close")]),onClick:HAe},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1})],2),createCommentVNode(" ARROW "),NAe.value?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment$1,{key:0},[createBaseVNode("span",{class:normalizeClass(LAe.value),onClick:gIe},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_left_default))]),_:1})],2),createBaseVNode("span",{class:normalizeClass(wAe.value),onClick:pIe},[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})],2)],64)),HIe.$slots.progress||r4.showProgress?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(iAe).e("btn"),unref(iAe).e("progress")])},[renderSlot(HIe.$slots,"progress",{activeIndex:pAe.value,total:r4.urlList.length},()=>[createTextVNode(toDisplayString(PAe.value),1)])],2)):createCommentVNode("v-if",!0),createCommentVNode(" ACTIONS "),createBaseVNode("div",{class:normalizeClass([unref(iAe).e("btn"),unref(iAe).e("actions")])},[createBaseVNode("div",{class:normalizeClass(unref(iAe).e("actions__inner"))},[renderSlot(HIe.$slots,"toolbar",{actions:_Ie,prev:gIe,next:pIe,reset:hIe,activeIndex:pAe.value,setActiveItem:tIe},()=>[createVNode$1(unref(ElIcon),{onClick:PIe[1]||(PIe[1]=LIe=>_Ie("zoomOut"))},{default:withCtx(()=>[createVNode$1(unref(zoom_out_default))]),_:1}),createVNode$1(unref(ElIcon),{onClick:PIe[2]||(PIe[2]=LIe=>_Ie("zoomIn"))},{default:withCtx(()=>[createVNode$1(unref(zoom_in_default))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(iAe).e("actions__divider"))},null,2),createVNode$1(unref(ElIcon),{onClick:hIe},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(mAe.value.icon)))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(iAe).e("actions__divider"))},null,2),createVNode$1(unref(ElIcon),{onClick:PIe[3]||(PIe[3]=LIe=>_Ie("anticlockwise"))},{default:withCtx(()=>[createVNode$1(unref(refresh_left_default))]),_:1}),createVNode$1(unref(ElIcon),{onClick:PIe[4]||(PIe[4]=LIe=>_Ie("clockwise"))},{default:withCtx(()=>[createVNode$1(unref(refresh_right_default))]),_:1})])],2)],2),createCommentVNode(" CANVAS "),createBaseVNode("div",{class:normalizeClass(unref(iAe).e("canvas"))},[EAe.value&&HIe.$slots["viewer-error"]?renderSlot(HIe.$slots,"viewer-error",{key:0,activeIndex:pAe.value,src:GAe.value}):(openBlock(),createElementBlock("img",{ref_key:"imgRef",ref:aAe,key:GAe.value,src:GAe.value,style:normalizeStyle$1(OAe.value),class:normalizeClass(unref(iAe).e("img")),crossorigin:r4.crossorigin,onLoad:iIe,onError:rIe,onMousedown:AIe,onTouchstart:XAe},null,46,_hoisted_1$94))],2),renderSlot(HIe.$slots,"default")]),_:3},8,["focus-trap-el"])],6)]),_:3})]),_:3},8,["disabled"]))}}),image_viewer_default=image_viewer_vue_vue_type_script_setup_true_lang_default;const ElImageViewer=withInstall(image_viewer_default),_hoisted_1$93=["src","loading","crossorigin"],_hoisted_2$v={key:0};var image_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElImage",inheritAttrs:!1,__name:"image",props:imageProps,emits:imageEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,{t:eAe}=useLocale(),tAe=useNamespace("image"),AAe=useAttrs$1(),iAe=computed(()=>fromPairs(Object.entries(AAe).filter(([rIe])=>/^(data-|on[A-Z])/i.test(rIe)||["id","style"].includes(rIe)))),nAe=useAttrs({excludeListeners:!0,excludeKeys:computed(()=>Object.keys(iAe.value))}),oAe=ref(),aAe=ref(!1),cAe=ref(!0),uAe=ref(!1),dAe=ref(),EAe=ref(),gAe=isClient$1&&"loading"in HTMLImageElement.prototype;let pAe;const mAe=computed(()=>[tAe.e("inner"),DAe.value&&tAe.e("preview"),cAe.value&&tAe.is("loading")]),SAe=computed(()=>{const{fit:rIe}=zP;return isClient$1&&rIe?{objectFit:rIe}:{}}),DAe=computed(()=>{const{previewSrcList:rIe}=zP;return isArray$6(rIe)&&rIe.length>0}),NAe=computed(()=>{const{previewSrcList:rIe,initialIndex:AIe}=zP;let XAe=AIe;return AIe>rIe.length-1&&(XAe=0),XAe}),TAe=computed(()=>zP.loading==="eager"?!1:!gAe&&zP.loading==="lazy"||zP.lazy),bAe=()=>{isClient$1&&(cAe.value=!0,aAe.value=!1,oAe.value=zP.src)};function GAe(rIe){cAe.value=!1,aAe.value=!1,z9("load",rIe)}function LAe(rIe){cAe.value=!1,aAe.value=!0,z9("error",rIe)}function wAe(rIe){rIe&&(bAe(),HAe())}const OAe=useThrottleFn$1(wAe,200,!0);async function PAe(){if(!isClient$1)return;await nextTick();const{scrollContainer:rIe}=zP;if(isElement$1(rIe))EAe.value=rIe;else if(isString$2(rIe)&&rIe!=="")EAe.value=document.querySelector(rIe)??void 0;else if(dAe.value){const XAe=getScrollContainer(dAe.value);EAe.value=isWindow(XAe)?void 0:XAe}const{stop:AIe}=useIntersectionObserver(dAe,([XAe])=>{OAe(XAe.isIntersecting)},{root:EAe});pAe=AIe}function HAe(){!isClient$1||!OAe||(pAe==null||pAe(),EAe.value=void 0,pAe=void 0)}function zAe(){DAe.value&&(uAe.value=!0,z9("show"))}function eIe(){uAe.value=!1,z9("close")}function iIe(rIe){z9("switch",rIe)}return watch(()=>zP.src,()=>{TAe.value?(cAe.value=!0,aAe.value=!1,HAe(),PAe()):bAe()}),onMounted(()=>{TAe.value?PAe():bAe()}),x_({showPreview:zAe}),(rIe,AIe)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:dAe},iAe.value,{class:[unref(tAe).b(),rIe.$attrs.class]}),[aAe.value?renderSlot(rIe.$slots,"error",{key:0},()=>[createBaseVNode("div",{class:normalizeClass(unref(tAe).e("error"))},toDisplayString(unref(eAe)("el.image.error")),3)]):(openBlock(),createElementBlock(Fragment$1,{key:1},[oAe.value!==void 0?(openBlock(),createElementBlock("img",mergeProps({key:0},unref(nAe),{src:oAe.value,loading:r4.loading,style:SAe.value,class:mAe.value,crossorigin:r4.crossorigin,onClick:zAe,onLoad:GAe,onError:LAe}),null,16,_hoisted_1$93)):createCommentVNode("v-if",!0),cAe.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(tAe).e("wrapper"))},[renderSlot(rIe.$slots,"placeholder",{},()=>[createBaseVNode("div",{class:normalizeClass(unref(tAe).e("placeholder"))},null,2)])],2)):createCommentVNode("v-if",!0)],64)),DAe.value?(openBlock(),createElementBlock(Fragment$1,{key:2},[uAe.value?(openBlock(),createBlock(unref(ElImageViewer),{key:0,"z-index":r4.zIndex,"initial-index":NAe.value,infinite:r4.infinite,"zoom-rate":r4.zoomRate,"min-scale":r4.minScale,"max-scale":r4.maxScale,"show-progress":r4.showProgress,"url-list":r4.previewSrcList,scale:r4.scale,crossorigin:r4.crossorigin,"hide-on-click-modal":r4.hideOnClickModal,teleported:r4.previewTeleported,"close-on-press-escape":r4.closeOnPressEscape,onClose:eIe,onSwitch:iIe},createSlots({toolbar:withCtx(XAe=>[renderSlot(rIe.$slots,"toolbar",normalizeProps(guardReactiveProps(XAe)))]),default:withCtx(()=>[rIe.$slots.viewer?(openBlock(),createElementBlock("div",_hoisted_2$v,[renderSlot(rIe.$slots,"viewer")])):createCommentVNode("v-if",!0)]),_:2},[rIe.$slots.progress?{name:"progress",fn:withCtx(XAe=>[renderSlot(rIe.$slots,"progress",normalizeProps(guardReactiveProps(XAe)))]),key:"0"}:void 0,rIe.$slots["viewer-error"]?{name:"viewer-error",fn:withCtx(XAe=>[renderSlot(rIe.$slots,"viewer-error",normalizeProps(guardReactiveProps(XAe)))]),key:"1"}:void 0]),1032,["z-index","initial-index","infinite","zoom-rate","min-scale","max-scale","show-progress","url-list","scale","crossorigin","hide-on-click-modal","teleported","close-on-press-escape"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0)],16))}}),image_default=image_vue_vue_type_script_setup_true_lang_default;const ElImage=withInstall(image_default),inputNumberProps=buildProps$1({id:{type:String,default:void 0},step:{type:Number,default:1},stepStrictly:Boolean,max:{type:Number,default:Number.MAX_SAFE_INTEGER},min:{type:Number,default:Number.MIN_SAFE_INTEGER},modelValue:{type:[Number,null]},readonly:Boolean,disabled:{type:Boolean,default:void 0},size:useSizeProp,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:"",values:["","right"]},valueOnClear:{type:definePropType([String,Number,null]),validator:r4=>r4===null||isNumber$2(r4)||["min","max"].includes(r4),default:null},name:String,placeholder:String,precision:{type:Number,validator:r4=>r4>=0&&r4===Number.parseInt(`${r4}`,10)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"]),inputmode:{type:definePropType(String),default:void 0},align:{type:definePropType(String),default:"center"},disabledScientific:Boolean}),inputNumberEmits={[CHANGE_EVENT]:(r4,x_)=>x_!==r4,blur:r4=>r4 instanceof FocusEvent,focus:r4=>r4 instanceof FocusEvent,[INPUT_EVENT]:r4=>isNumber$2(r4)||isNil(r4),[UPDATE_MODEL_EVENT]:r4=>isNumber$2(r4)||isNil(r4)},_hoisted_1$92=["aria-label"],_hoisted_2$u=["aria-label"];var input_number_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElInputNumber",__name:"input-number",props:inputNumberProps,emits:inputNumberEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,{t:eAe}=useLocale(),tAe=useNamespace("input-number"),AAe=ref(),iAe=reactive({currentValue:zP.modelValue,userInput:null}),{formItem:nAe}=useFormItem(),oAe=computed(()=>isNumber$2(zP.modelValue)&&zP.modelValue<=zP.min),aAe=computed(()=>isNumber$2(zP.modelValue)&&zP.modelValue>=zP.max),cAe=computed(()=>{const rIe=mAe(zP.step);return isUndefined(zP.precision)?Math.max(mAe(zP.modelValue),rIe):(rIe>zP.precision&&debugWarn("InputNumber","precision should not be less than the decimal places of step"),zP.precision)}),uAe=computed(()=>zP.controls&&zP.controlsPosition==="right"),dAe=useFormSize(),EAe=useFormDisabled(),gAe=computed(()=>{if(iAe.userInput!==null)return iAe.userInput;let rIe=iAe.currentValue;if(isNil(rIe))return"";if(isNumber$2(rIe)){if(Number.isNaN(rIe))return"";isUndefined(zP.precision)||(rIe=rIe.toFixed(zP.precision))}return rIe}),pAe=(rIe,AIe)=>{if(isUndefined(AIe)&&(AIe=cAe.value),AIe===0)return Math.round(rIe);let XAe=String(rIe);const EIe=XAe.indexOf(".");if(EIe===-1||!XAe.replace(".","").split("")[EIe+AIe])return rIe;const hIe=XAe.length;return XAe.charAt(hIe-1)==="5"&&(XAe=`${XAe.slice(0,Math.max(0,hIe-1))}6`),Number.parseFloat(Number(XAe).toFixed(AIe))},mAe=rIe=>{if(isNil(rIe))return 0;const AIe=rIe.toString(),XAe=AIe.indexOf(".");let EIe=0;return XAe!==-1&&(EIe=AIe.length-XAe-1),EIe},SAe=(rIe,AIe=1)=>isNumber$2(rIe)?rIe>=Number.MAX_SAFE_INTEGER&&AIe===1?(debugWarn("InputNumber","The value has reached the maximum safe integer limit."),rIe):rIe<=Number.MIN_SAFE_INTEGER&&AIe===-1?(debugWarn("InputNumber","The value has reached the minimum safe integer limit."),rIe):pAe(rIe+zP.step*AIe):iAe.currentValue,DAe=rIe=>{const AIe=getEventCode(rIe),XAe=getEventKey(rIe);if(zP.disabledScientific&&["e","E"].includes(XAe)){rIe.preventDefault();return}switch(AIe){case EVENT_CODE.up:rIe.preventDefault(),NAe();break;case EVENT_CODE.down:rIe.preventDefault(),TAe();break}},NAe=()=>{zP.readonly||EAe.value||aAe.value||(GAe(SAe(Number(gAe.value)||0)),z9(INPUT_EVENT,iAe.currentValue),eIe())},TAe=()=>{zP.readonly||EAe.value||oAe.value||(GAe(SAe(Number(gAe.value)||0,-1)),z9(INPUT_EVENT,iAe.currentValue),eIe())},bAe=(rIe,AIe)=>{const{max:XAe,min:EIe,step:hIe,precision:tIe,stepStrictly:gIe,valueOnClear:pIe}=zP;XAeXAe||_IeXAe?XAe:EIe,AIe&&z9(UPDATE_MODEL_EVENT,_Ie)),_Ie},GAe=(rIe,AIe=!0)=>{var hIe;const XAe=iAe.currentValue,EIe=bAe(rIe);if(!AIe){z9(UPDATE_MODEL_EVENT,EIe);return}iAe.userInput=null,!(XAe===EIe&&rIe)&&(z9(UPDATE_MODEL_EVENT,EIe),XAe!==EIe&&z9(CHANGE_EVENT,EIe,XAe),zP.validateEvent&&((hIe=nAe==null?void 0:nAe.validate)==null||hIe.call(nAe,"change").catch(tIe=>debugWarn(tIe))),iAe.currentValue=EIe)},LAe=rIe=>{iAe.userInput=rIe;const AIe=rIe===""?null:Number(rIe);z9(INPUT_EVENT,AIe),GAe(AIe,!1)},wAe=rIe=>{const AIe=rIe!==""?Number(rIe):"";(isNumber$2(AIe)&&!Number.isNaN(AIe)||rIe==="")&&GAe(AIe),eIe(),iAe.userInput=null},OAe=()=>{var rIe,AIe;(AIe=(rIe=AAe.value)==null?void 0:rIe.focus)==null||AIe.call(rIe)},PAe=()=>{var rIe,AIe;(AIe=(rIe=AAe.value)==null?void 0:rIe.blur)==null||AIe.call(rIe)},HAe=rIe=>{z9("focus",rIe)},zAe=rIe=>{var AIe,XAe;iAe.userInput=null,iAe.currentValue===null&&((AIe=AAe.value)!=null&&AIe.input)&&(AAe.value.input.value=""),z9("blur",rIe),zP.validateEvent&&((XAe=nAe==null?void 0:nAe.validate)==null||XAe.call(nAe,"blur").catch(EIe=>debugWarn(EIe)))},eIe=()=>{iAe.currentValue!==zP.modelValue&&(iAe.currentValue=zP.modelValue)},iIe=rIe=>{document.activeElement===rIe.target&&rIe.preventDefault()};return watch(()=>zP.modelValue,(rIe,AIe)=>{const XAe=bAe(rIe,!0);iAe.userInput===null&&XAe!==AIe&&(iAe.currentValue=XAe)},{immediate:!0}),watch(()=>zP.precision,()=>{iAe.currentValue=bAe(zP.modelValue)}),onMounted(()=>{var hIe;const{min:rIe,max:AIe,modelValue:XAe}=zP,EIe=(hIe=AAe.value)==null?void 0:hIe.input;if(EIe.setAttribute("role","spinbutton"),Number.isFinite(AIe)?EIe.setAttribute("aria-valuemax",String(AIe)):EIe.removeAttribute("aria-valuemax"),Number.isFinite(rIe)?EIe.setAttribute("aria-valuemin",String(rIe)):EIe.removeAttribute("aria-valuemin"),EIe.setAttribute("aria-valuenow",iAe.currentValue||iAe.currentValue===0?String(iAe.currentValue):""),EIe.setAttribute("aria-disabled",String(EAe.value)),!isNumber$2(XAe)&&XAe!=null){let tIe=Number(XAe);Number.isNaN(tIe)&&(tIe=null),z9(UPDATE_MODEL_EVENT,tIe)}EIe.addEventListener("wheel",iIe,{passive:!1})}),onUpdated(()=>{var rIe,AIe;(AIe=(rIe=AAe.value)==null?void 0:rIe.input)==null||AIe.setAttribute("aria-valuenow",`${iAe.currentValue??""}`)}),x_({focus:OAe,blur:PAe}),(rIe,AIe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(tAe).b(),unref(tAe).m(unref(dAe)),unref(tAe).is("disabled",unref(EAe)),unref(tAe).is("without-controls",!r4.controls),unref(tAe).is("controls-right",uAe.value),unref(tAe).is(r4.align,!!r4.align)]),onDragstart:AIe[0]||(AIe[0]=withModifiers(()=>{},["prevent"]))},[r4.controls?withDirectives((openBlock(),createElementBlock("span",{key:0,role:"button","aria-label":unref(eAe)("el.inputNumber.decrease"),class:normalizeClass([unref(tAe).e("decrease"),unref(tAe).is("disabled",oAe.value)]),onKeydown:withKeys(TAe,["enter"])},[renderSlot(rIe.$slots,"decrease-icon",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[uAe.value?(openBlock(),createBlock(unref(arrow_down_default),{key:0})):(openBlock(),createBlock(unref(minus_default),{key:1}))]),_:1})])],42,_hoisted_1$92)),[[unref(vRepeatClick),TAe]]):createCommentVNode("v-if",!0),r4.controls?withDirectives((openBlock(),createElementBlock("span",{key:1,role:"button","aria-label":unref(eAe)("el.inputNumber.increase"),class:normalizeClass([unref(tAe).e("increase"),unref(tAe).is("disabled",aAe.value)]),onKeydown:withKeys(NAe,["enter"])},[renderSlot(rIe.$slots,"increase-icon",{},()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[uAe.value?(openBlock(),createBlock(unref(arrow_up_default),{key:0})):(openBlock(),createBlock(unref(plus_default),{key:1}))]),_:1})])],42,_hoisted_2$u)),[[unref(vRepeatClick),NAe]]):createCommentVNode("v-if",!0),createVNode$1(unref(ElInput),{id:r4.id,ref_key:"input",ref:AAe,type:"number",step:r4.step,"model-value":gAe.value,placeholder:r4.placeholder,readonly:r4.readonly,disabled:unref(EAe),size:unref(dAe),max:r4.max,min:r4.min,name:r4.name,"aria-label":r4.ariaLabel,"validate-event":!1,inputmode:r4.inputmode,onKeydown:DAe,onBlur:zAe,onFocus:HAe,onInput:LAe,onChange:wAe},createSlots({_:2},[rIe.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(rIe.$slots,"prefix")]),key:"0"}:void 0,rIe.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(rIe.$slots,"suffix")]),key:"1"}:void 0]),1032,["id","step","model-value","placeholder","readonly","disabled","size","max","min","name","aria-label","inputmode"])],34))}}),input_number_default=input_number_vue_vue_type_script_setup_true_lang_default;const ElInputNumber=withInstall(input_number_default),inputTagProps=buildProps$1({modelValue:{type:definePropType(Array)},max:Number,tagType:{...tagProps.type,default:"info"},tagEffect:tagProps.effect,effect:{type:definePropType(String),default:"light"},trigger:{type:definePropType(String),default:EVENT_CODE.enter},draggable:Boolean,delimiter:{type:[String,RegExp],default:""},size:useSizeProp,clearable:Boolean,clearIcon:{type:iconPropType,default:circle_close_default},disabled:{type:Boolean,default:void 0},validateEvent:{type:Boolean,default:!0},readonly:Boolean,autofocus:Boolean,id:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},maxlength:{type:[String,Number]},minlength:{type:[String,Number]},placeholder:String,autocomplete:{type:definePropType(String),default:"off"},saveOnBlur:{type:Boolean,default:!0},collapseTags:Boolean,collapseTagsTooltip:Boolean,maxCollapseTags:{type:Number,default:1},ariaLabel:String}),inputTagEmits={[UPDATE_MODEL_EVENT]:r4=>isArray$6(r4)||isUndefined(r4),[CHANGE_EVENT]:r4=>isArray$6(r4)||isUndefined(r4),[INPUT_EVENT]:r4=>isString$2(r4),"add-tag":r4=>isString$2(r4)||isArray$6(r4),"remove-tag":(r4,x_)=>isString$2(r4)&&isNumber$2(x_),"drag-tag":(r4,x_,$P)=>isNumber$2(r4)&&isNumber$2(x_)&&isString$2($P),focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent,clear:()=>!0};function useDragTag({wrapperRef:r4,handleDragged:x_,afterDragged:$P}){const zP=useNamespace("input-tag"),z9=shallowRef(),eAe=ref(!1);let tAe,AAe,iAe,nAe;function oAe(dAe){return`.${zP.e("inner")} .${zP.namespace.value}-tag:nth-child(${dAe+1})`}function aAe(dAe,EAe){tAe=EAe,AAe=r4.value.querySelector(oAe(EAe)),AAe&&(AAe.style.opacity="0.5"),dAe.dataTransfer.effectAllowed="move"}function cAe(dAe,EAe){if(iAe=EAe,dAe.preventDefault(),dAe.dataTransfer.dropEffect="move",isUndefined(tAe)||tAe===EAe){eAe.value=!1;return}const gAe=r4.value.querySelector(oAe(EAe)).getBoundingClientRect(),pAe=tAe+1!==EAe,mAe=tAe-1!==EAe,SAe=dAe.clientX-gAe.left,DAe=pAe?mAe?.5:1:-1,NAe=mAe?pAe?.5:0:1;SAe<=gAe.width*DAe?nAe="before":SAe>gAe.width*NAe?nAe="after":nAe=void 0;const TAe=r4.value.querySelector(`.${zP.e("inner")}`),bAe=TAe.getBoundingClientRect(),GAe=Number.parseFloat(getStyle$1(TAe,"gap"))/2,LAe=gAe.top-bAe.top;let wAe=-9999;if(nAe==="before")wAe=Math.max(gAe.left-bAe.left-GAe,Math.floor(-GAe/2));else if(nAe==="after"){const OAe=gAe.right-bAe.left;wAe=OAe+(bAe.width===OAe?Math.floor(GAe/2):GAe)}setStyle(z9.value,{top:`${LAe}px`,left:`${wAe}px`}),eAe.value=!!nAe}function uAe(dAe){dAe.preventDefault(),AAe&&(AAe.style.opacity=""),nAe&&!isUndefined(tAe)&&!isUndefined(iAe)&&tAe!==iAe&&x_(tAe,iAe,nAe),eAe.value=!1,tAe=void 0,AAe=null,iAe=void 0,nAe=void 0,$P==null||$P()}return{dropIndicatorRef:z9,showDropIndicator:eAe,handleDragStart:aAe,handleDragOver:cAe,handleDragEnd:uAe}}function useHovering(){const r4=ref(!1);return{hovering:r4,handleMouseEnter:()=>{r4.value=!0},handleMouseLeave:()=>{r4.value=!1}}}function useInputTag({props:r4,emit:x_,formItem:$P}){const zP=useFormDisabled(),z9=useFormSize(),eAe=shallowRef(),tAe=ref(),AAe=ref(),iAe=computed(()=>["small"].includes(z9.value)?"small":"default"),nAe=computed(()=>{var iIe;return(iIe=r4.modelValue)!=null&&iIe.length?void 0:r4.placeholder}),oAe=computed(()=>!(r4.readonly||zP.value)),aAe=computed(()=>{var iIe;return isUndefined(r4.max)?!1:(((iIe=r4.modelValue)==null?void 0:iIe.length)??0)>=r4.max}),cAe=computed(()=>{var iIe;return r4.collapseTags?(iIe=r4.modelValue)==null?void 0:iIe.slice(0,r4.maxCollapseTags):r4.modelValue}),uAe=computed(()=>{var iIe;return r4.collapseTags?(iIe=r4.modelValue)==null?void 0:iIe.slice(r4.maxCollapseTags):[]}),dAe=iIe=>{const rIe=[...r4.modelValue??[],...castArray$1(iIe)];x_(UPDATE_MODEL_EVENT,rIe),x_(CHANGE_EVENT,rIe),x_("add-tag",iIe),tAe.value=void 0},EAe=iIe=>{var XAe;const rIe=iIe.split(r4.delimiter),AIe=rIe.length>1?rIe.map(EIe=>EIe.trim()).filter(Boolean):[];if(r4.max){const EIe=r4.max-(((XAe=r4.modelValue)==null?void 0:XAe.length)??0);AIe.splice(EIe)}return AIe.length===1?AIe[0]:AIe},gAe=iIe=>{var gIe;const rIe=(gIe=iIe.clipboardData)==null?void 0:gIe.getData("text");if(r4.readonly||aAe.value||!r4.delimiter||!rIe)return;const{selectionStart:AIe=0,selectionEnd:XAe=0,value:EIe}=iIe.target,hIe=EIe.slice(0,AIe)+rIe+EIe.slice(XAe),tIe=EAe(hIe);tIe.length&&(dAe(tIe),x_(INPUT_EVENT,hIe),iIe.preventDefault())},pAe=iIe=>{if(aAe.value){tAe.value=void 0;return}if(!PAe.value){if(r4.delimiter&&tAe.value){const rIe=EAe(tAe.value);rIe.length&&dAe(rIe)}x_(INPUT_EVENT,iIe.target.value)}},mAe=iIe=>{var rIe;if(!PAe.value)switch(getEventCode(iIe)){case r4.trigger:iIe.preventDefault(),iIe.stopPropagation(),DAe();break;case EVENT_CODE.numpadEnter:r4.trigger===EVENT_CODE.enter&&(iIe.preventDefault(),iIe.stopPropagation(),DAe());break;case EVENT_CODE.backspace:!tAe.value&&((rIe=r4.modelValue)!=null&&rIe.length)&&(iIe.preventDefault(),iIe.stopPropagation(),NAe(r4.modelValue.length-1));break}},SAe=iIe=>{if(!(PAe.value||!isAndroid$1()))switch(getEventCode(iIe)){case EVENT_CODE.space:r4.trigger===EVENT_CODE.space&&(iIe.preventDefault(),iIe.stopPropagation(),DAe());break}},DAe=()=>{var rIe;const iIe=(rIe=tAe.value)==null?void 0:rIe.trim();!iIe||aAe.value||dAe(iIe)},NAe=iIe=>{const rIe=(r4.modelValue??[]).slice(),[AIe]=rIe.splice(iIe,1);x_(UPDATE_MODEL_EVENT,rIe),x_(CHANGE_EVENT,rIe),x_("remove-tag",AIe,iIe)},TAe=()=>{tAe.value=void 0,x_(UPDATE_MODEL_EVENT,void 0),x_(CHANGE_EVENT,void 0),x_("clear")},bAe=(iIe,rIe,AIe)=>{const XAe=(r4.modelValue??[]).slice(),[EIe]=XAe.splice(iIe,1),hIe=rIe>iIe&&AIe==="before"?-1:rIe{var iIe;(iIe=eAe.value)==null||iIe.focus()},LAe=()=>{var iIe;(iIe=eAe.value)==null||iIe.blur()},{wrapperRef:wAe,isFocused:OAe}=useFocusController(eAe,{disabled:zP,beforeBlur(iIe){var rIe;return(rIe=AAe.value)==null?void 0:rIe.isFocusInsideContent(iIe)},afterBlur(){var iIe;r4.saveOnBlur?DAe():tAe.value=void 0,r4.validateEvent&&((iIe=$P==null?void 0:$P.validate)==null||iIe.call($P,"blur").catch(rIe=>debugWarn(rIe)))}}),{isComposing:PAe,handleCompositionStart:HAe,handleCompositionUpdate:zAe,handleCompositionEnd:eIe}=useComposition({afterComposition:pAe});return watch(()=>r4.modelValue,()=>{var iIe;r4.validateEvent&&((iIe=$P==null?void 0:$P.validate)==null||iIe.call($P,CHANGE_EVENT).catch(rIe=>debugWarn(rIe)))}),{inputRef:eAe,wrapperRef:wAe,tagTooltipRef:AAe,isFocused:OAe,isComposing:PAe,inputValue:tAe,size:z9,tagSize:iAe,placeholder:nAe,closable:oAe,disabled:zP,inputLimit:aAe,showTagList:cAe,collapseTagList:uAe,handleDragged:bAe,handlePaste:gAe,handleInput:pAe,handleKeydown:mAe,handleKeyup:SAe,handleAddTag:DAe,handleRemoveTag:NAe,handleClear:TAe,handleCompositionStart:HAe,handleCompositionUpdate:zAe,handleCompositionEnd:eIe,focus:GAe,blur:LAe}}function useInputTagDom({props:r4,isFocused:x_,hovering:$P,disabled:zP,inputValue:z9,size:eAe,validateState:tAe,validateIcon:AAe,needStatusIcon:iAe}){const nAe=useAttrs$1(),oAe=useSlots(),aAe=useNamespace("input-tag"),cAe=useNamespace("input"),uAe=ref(),dAe=ref(),EAe=computed(()=>[aAe.b(),aAe.is("focused",x_.value),aAe.is("hovering",$P.value),aAe.is("disabled",zP.value),aAe.m(eAe.value),aAe.e("wrapper"),nAe.class]),gAe=computed(()=>[nAe.style]),pAe=computed(()=>{var LAe,wAe;return[aAe.e("inner"),aAe.is("draggable",r4.draggable),aAe.is("left-space",!((LAe=r4.modelValue)!=null&&LAe.length)&&!oAe.prefix),aAe.is("right-space",!((wAe=r4.modelValue)!=null&&wAe.length)&&!SAe.value)]}),mAe=computed(()=>{var LAe;return r4.clearable&&!zP.value&&!r4.readonly&&(((LAe=r4.modelValue)==null?void 0:LAe.length)||z9.value)&&(x_.value||$P.value)}),SAe=computed(()=>oAe.suffix||mAe.value||tAe.value&&AAe.value&&iAe.value),DAe=reactive({innerWidth:0,collapseItemWidth:0}),NAe=()=>{if(!dAe.value)return 0;const LAe=window.getComputedStyle(dAe.value);return Number.parseFloat(LAe.gap||"6px")},TAe=()=>{DAe.innerWidth=Number.parseFloat(window.getComputedStyle(dAe.value).width)},bAe=()=>{DAe.collapseItemWidth=uAe.value.getBoundingClientRect().width},GAe=computed(()=>{if(!r4.collapseTags)return{};const LAe=NAe(),wAe=LAe+MINIMUM_INPUT_WIDTH,OAe=uAe.value&&r4.maxCollapseTags===1?DAe.innerWidth-DAe.collapseItemWidth-LAe-wAe:DAe.innerWidth-wAe;return{maxWidth:`${Math.max(OAe,0)}px`}});return useResizeObserver(dAe,TAe),useResizeObserver(uAe,bAe),{ns:aAe,nsInput:cAe,containerKls:EAe,containerStyle:gAe,innerKls:pAe,showClear:mAe,showSuffix:SAe,tagStyle:GAe,collapseItemRef:uAe,innerRef:dAe}}const _hoisted_1$91=["id","minlength","maxlength","disabled","readonly","autocomplete","tabindex","placeholder","autofocus","ariaLabel"],_hoisted_2$t=["textContent"];var input_tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElInputTag",inheritAttrs:!1,__name:"input-tag",props:inputTagProps,emits:inputTagEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useAttrs(),tAe=useSlots(),{form:AAe,formItem:iAe}=useFormItem(),{inputId:nAe}=useFormItemInputId(zP,{formItemContext:iAe}),oAe=computed(()=>(AAe==null?void 0:AAe.statusIcon)??!1),aAe=computed(()=>(iAe==null?void 0:iAe.validateState)||""),cAe=computed(()=>aAe.value&&ValidateComponentsMap[aAe.value]),{inputRef:uAe,wrapperRef:dAe,tagTooltipRef:EAe,isFocused:gAe,inputValue:pAe,size:mAe,tagSize:SAe,placeholder:DAe,closable:NAe,disabled:TAe,showTagList:bAe,collapseTagList:GAe,handleDragged:LAe,handlePaste:wAe,handleInput:OAe,handleKeydown:PAe,handleKeyup:HAe,handleRemoveTag:zAe,handleClear:eIe,handleCompositionStart:iIe,handleCompositionUpdate:rIe,handleCompositionEnd:AIe,focus:XAe,blur:EIe}=useInputTag({props:zP,emit:z9,formItem:iAe}),{hovering:hIe,handleMouseEnter:tIe,handleMouseLeave:gIe}=useHovering(),{calculatorRef:pIe,inputStyle:_Ie}=useCalcInputWidth(),{dropIndicatorRef:SIe,showDropIndicator:yIe,handleDragStart:OIe,handleDragOver:HIe,handleDragEnd:PIe}=useDragTag({wrapperRef:dAe,handleDragged:LAe,afterDragged:XAe}),{ns:LIe,nsInput:oEe,containerKls:JIe,containerStyle:XIe,innerKls:zIe,showClear:YIe,showSuffix:uEe,tagStyle:NEe,collapseItemRef:MEe,innerRef:FEe}=useInputTagDom({props:zP,hovering:hIe,isFocused:gAe,inputValue:pAe,disabled:TAe,size:mAe,validateState:aAe,validateIcon:cAe,needStatusIcon:oAe});return x_({focus:XAe,blur:EIe}),(vEe,yEe)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:dAe,class:normalizeClass(unref(JIe)),style:normalizeStyle$1(unref(XIe)),onMouseenter:yEe[9]||(yEe[9]=(...VEe)=>unref(tIe)&&unref(tIe)(...VEe)),onMouseleave:yEe[10]||(yEe[10]=(...VEe)=>unref(gIe)&&unref(gIe)(...VEe))},[unref(tAe).prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(LIe).e("prefix"))},[renderSlot(vEe.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"innerRef",ref:FEe,class:normalizeClass(unref(zIe))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(bAe),(VEe,UEe)=>(openBlock(),createBlock(unref(ElTag),{key:UEe,size:unref(SAe),closable:unref(NAe),type:r4.tagType,effect:r4.tagEffect,draggable:unref(NAe)&&r4.draggable,style:normalizeStyle$1(unref(NEe)),"disable-transitions":"",onClose:UCe=>unref(zAe)(UEe),onDragstart:UCe=>unref(OIe)(UCe,UEe),onDragover:UCe=>unref(HIe)(UCe,UEe),onDragend:unref(PIe),onDrop:yEe[0]||(yEe[0]=withModifiers(()=>{},["stop"]))},{default:withCtx(()=>[renderSlot(vEe.$slots,"tag",{value:VEe,index:UEe},()=>[createTextVNode(toDisplayString(VEe),1)])]),_:2},1032,["size","closable","type","effect","draggable","style","onClose","onDragstart","onDragover","onDragend"]))),128)),r4.collapseTags&&r4.modelValue&&r4.modelValue.length>r4.maxCollapseTags?(openBlock(),createBlock(unref(ElTooltip),{key:0,ref_key:"tagTooltipRef",ref:EAe,disabled:!r4.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:r4.effect,placement:"bottom"},{default:withCtx(()=>[createBaseVNode("div",{ref_key:"collapseItemRef",ref:MEe,class:normalizeClass(unref(LIe).e("collapse-tag"))},[createVNode$1(unref(ElTag),{closable:!1,size:unref(SAe),type:r4.tagType,effect:r4.tagEffect,"disable-transitions":""},{default:withCtx(()=>[createTextVNode(" + "+toDisplayString(r4.modelValue.length-r4.maxCollapseTags),1)]),_:1},8,["size","type","effect"])],2)]),content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(LIe).e("input-tag-list"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(GAe),(VEe,UEe)=>(openBlock(),createBlock(unref(ElTag),{key:UEe,size:unref(SAe),closable:unref(NAe),type:r4.tagType,effect:r4.tagEffect,"disable-transitions":"",onClose:UCe=>unref(zAe)(UEe+r4.maxCollapseTags)},{default:withCtx(()=>[renderSlot(vEe.$slots,"tag",{value:VEe,index:UEe+r4.maxCollapseTags},()=>[createTextVNode(toDisplayString(VEe),1)])]),_:2},1032,["size","closable","type","effect","onClose"]))),128))],2)]),_:3},8,["disabled","effect"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(LIe).e("input-wrapper"))},[withDirectives(createBaseVNode("input",mergeProps({id:unref(nAe),ref_key:"inputRef",ref:uAe,"onUpdate:modelValue":yEe[1]||(yEe[1]=VEe=>isRef(pAe)?pAe.value=VEe:null)},unref(eAe),{type:"text",minlength:r4.minlength,maxlength:r4.maxlength,disabled:unref(TAe),readonly:r4.readonly,autocomplete:r4.autocomplete,tabindex:r4.tabindex,placeholder:unref(DAe),autofocus:r4.autofocus,ariaLabel:r4.ariaLabel,class:unref(LIe).e("input"),style:unref(_Ie),onCompositionstart:yEe[2]||(yEe[2]=(...VEe)=>unref(iIe)&&unref(iIe)(...VEe)),onCompositionupdate:yEe[3]||(yEe[3]=(...VEe)=>unref(rIe)&&unref(rIe)(...VEe)),onCompositionend:yEe[4]||(yEe[4]=(...VEe)=>unref(AIe)&&unref(AIe)(...VEe)),onPaste:yEe[5]||(yEe[5]=(...VEe)=>unref(wAe)&&unref(wAe)(...VEe)),onInput:yEe[6]||(yEe[6]=(...VEe)=>unref(OAe)&&unref(OAe)(...VEe)),onKeydown:yEe[7]||(yEe[7]=(...VEe)=>unref(PAe)&&unref(PAe)(...VEe)),onKeyup:yEe[8]||(yEe[8]=(...VEe)=>unref(HAe)&&unref(HAe)(...VEe))}),null,16,_hoisted_1$91),[[vModelText,unref(pAe)]]),createBaseVNode("span",{ref_key:"calculatorRef",ref:pIe,"aria-hidden":"true",class:normalizeClass(unref(LIe).e("input-calculator")),textContent:toDisplayString(unref(pAe))},null,10,_hoisted_2$t)],2),withDirectives(createBaseVNode("div",{ref_key:"dropIndicatorRef",ref:SIe,class:normalizeClass(unref(LIe).e("drop-indicator"))},null,2),[[vShow,unref(yIe)]])],2),unref(uEe)?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(LIe).e("suffix"))},[renderSlot(vEe.$slots,"suffix"),unref(YIe)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(LIe).e("icon"),unref(LIe).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:unref(eIe)},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.clearIcon)))]),_:1},8,["class","onMousedown","onClick"])):createCommentVNode("v-if",!0),aAe.value&&cAe.value&&oAe.value?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(oEe).e("icon"),unref(oEe).e("validateIcon"),unref(oEe).is("loading",aAe.value==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(cAe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],38))}}),input_tag_default=input_tag_vue_vue_type_script_setup_true_lang_default;withInstall(input_tag_default);const linkProps=buildProps$1({type:{type:String,values:["primary","success","warning","info","danger","default"],default:void 0},underline:{type:[Boolean,String],values:[!0,!1,"always","never","hover"],default:void 0},disabled:Boolean,href:{type:String,default:""},target:{type:String,default:"_self"},icon:{type:iconPropType}}),linkEmits={click:r4=>r4 instanceof MouseEvent},_hoisted_1$90=["href","target"];var link_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElLink",__name:"link",props:linkProps,emits:linkEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useGlobalConfig("link");useDeprecated({scope:"el-link",from:"The underline option (boolean)",replacement:"'always' | 'hover' | 'never'",version:"3.0.0",ref:"https://element-plus.org/en-US/component/link.html#underline"},computed(()=>isBoolean($P.underline)));const eAe=useNamespace("link"),tAe=computed(()=>{var nAe;return[eAe.b(),eAe.m($P.type??((nAe=z9.value)==null?void 0:nAe.type)??"default"),eAe.is("disabled",$P.disabled),eAe.is("underline",AAe.value==="always"),eAe.is("hover-underline",AAe.value==="hover"&&!$P.disabled)]}),AAe=computed(()=>{var nAe;return isBoolean($P.underline)?$P.underline?"hover":"never":$P.underline??((nAe=z9.value)==null?void 0:nAe.underline)??"hover"});function iAe(nAe){$P.disabled||zP("click",nAe)}return(nAe,oAe)=>(openBlock(),createElementBlock("a",{class:normalizeClass(tAe.value),href:r4.disabled||!r4.href?void 0:r4.href,target:r4.disabled||!r4.href?void 0:r4.target,onClick:iAe},[r4.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1})):createCommentVNode("v-if",!0),nAe.$slots.default?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(eAe).e("inner"))},[renderSlot(nAe.$slots,"default")],2)):createCommentVNode("v-if",!0),nAe.$slots.icon?renderSlot(nAe.$slots,"icon",{key:2}):createCommentVNode("v-if",!0)],10,_hoisted_1$90))}}),link_default=link_vue_vue_type_script_setup_true_lang_default;const ElLink=withInstall(link_default),MENU_INJECTION_KEY="rootMenu",SUB_MENU_INJECTION_KEY="subMenu:";function useMenu(r4,x_){const $P=computed(()=>{let zP=r4.parent;const z9=[x_.value];for(;zP.type.name!=="ElMenu";)zP.props.index&&z9.unshift(zP.props.index),zP=zP.parent;return z9});return{parentMenu:computed(()=>{let zP=r4.parent;for(;zP&&!["ElMenu","ElSubMenu"].includes(zP.type.name);)zP=zP.parent;return zP}),indexPath:$P}}function useMenuColor(r4){return computed(()=>{const x_=r4.backgroundColor;return x_?new TinyColor(x_).shade(20).toString():""})}const useMenuCssVar=(r4,x_)=>{const $P=useNamespace("menu");return computed(()=>$P.cssVarBlock({"text-color":r4.textColor||"","hover-text-color":r4.textColor||"","bg-color":r4.backgroundColor||"","hover-bg-color":useMenuColor(r4).value||"","active-color":r4.activeTextColor||"",level:`${x_}`}))},subMenuProps=buildProps$1({index:{type:String,required:!0},showTimeout:Number,hideTimeout:Number,popperClass:String,popperStyle:{type:definePropType([String,Object])},disabled:Boolean,teleported:{type:Boolean,default:void 0},popperOffset:Number,expandCloseIcon:{type:iconPropType},expandOpenIcon:{type:iconPropType},collapseCloseIcon:{type:iconPropType},collapseOpenIcon:{type:iconPropType}}),COMPONENT_NAME$8="ElSubMenu";var sub_menu_default=defineComponent({name:COMPONENT_NAME$8,props:subMenuProps,setup(r4,{slots:x_,expose:$P}){const zP=getCurrentInstance(),{indexPath:z9,parentMenu:eAe}=useMenu(zP,computed(()=>r4.index)),tAe=useNamespace("menu"),AAe=useNamespace("sub-menu"),iAe=inject(MENU_INJECTION_KEY);iAe||throwError$2(COMPONENT_NAME$8,"can not inject root menu");const nAe=inject(`${SUB_MENU_INJECTION_KEY}${eAe.value.uid}`);nAe||throwError$2(COMPONENT_NAME$8,"can not inject sub menu");const oAe=ref({}),aAe=ref({});let cAe;const uAe=ref(!1),dAe=ref(),EAe=ref(),gAe=computed(()=>nAe.level===0),pAe=computed(()=>GAe.value==="horizontal"&&gAe.value?"bottom-start":"right-start"),mAe=computed(()=>GAe.value==="horizontal"&&gAe.value||GAe.value==="vertical"&&!iAe.props.collapse?r4.expandCloseIcon&&r4.expandOpenIcon?TAe.value?r4.expandOpenIcon:r4.expandCloseIcon:arrow_down_default:r4.collapseCloseIcon&&r4.collapseOpenIcon?TAe.value?r4.collapseOpenIcon:r4.collapseCloseIcon:arrow_right_default),SAe=computed(()=>{const tIe=r4.teleported;return isUndefined(tIe)?gAe.value:tIe}),DAe=computed(()=>iAe.props.collapse?`${tAe.namespace.value}-zoom-in-left`:`${tAe.namespace.value}-zoom-in-top`),NAe=computed(()=>GAe.value==="horizontal"&&gAe.value?["bottom-start","bottom-end","top-start","top-end","right-start","left-start"]:["right-start","right","right-end","left-start","bottom-start","bottom-end","top-start","top-end"]),TAe=computed(()=>iAe.openedMenus.includes(r4.index)),bAe=computed(()=>[...Object.values(oAe.value),...Object.values(aAe.value)].some(({active:tIe})=>tIe)),GAe=computed(()=>iAe.props.mode),LAe=computed(()=>iAe.props.persistent),wAe=reactive({index:r4.index,indexPath:z9,active:bAe}),OAe=useMenuCssVar(iAe.props,nAe.level+1),PAe=computed(()=>r4.popperOffset??iAe.props.popperOffset),HAe=computed(()=>r4.popperClass??iAe.props.popperClass),zAe=computed(()=>r4.popperStyle??iAe.props.popperStyle),eIe=computed(()=>r4.showTimeout??iAe.props.showTimeout),iIe=computed(()=>r4.hideTimeout??iAe.props.hideTimeout),rIe=()=>{var tIe,gIe,pIe;return(pIe=(gIe=(tIe=EAe.value)==null?void 0:tIe.popperRef)==null?void 0:gIe.popperInstanceRef)==null?void 0:pIe.destroy()},AIe=tIe=>{tIe||rIe()},XAe=()=>{iAe.props.menuTrigger==="hover"&&iAe.props.mode==="horizontal"||iAe.props.collapse&&iAe.props.mode==="vertical"||r4.disabled||iAe.handleSubMenuClick({index:r4.index,indexPath:z9.value,active:bAe.value})},EIe=(tIe,gIe=eIe.value)=>{var pIe;if(tIe.type!=="focus"){if(iAe.props.menuTrigger==="click"&&iAe.props.mode==="horizontal"||!iAe.props.collapse&&iAe.props.mode==="vertical"||r4.disabled){nAe.mouseInChild.value=!0;return}nAe.mouseInChild.value=!0,cAe==null||cAe(),{stop:cAe}=useTimeoutFn(()=>{iAe.openMenu(r4.index,z9.value)},gIe),SAe.value&&((pIe=eAe.value.vnode.el)==null||pIe.dispatchEvent(new MouseEvent("mouseenter"))),tIe.type==="mouseenter"&&tIe.target&&nextTick(()=>{focusElement(tIe.target,{preventScroll:!0})})}},hIe=(tIe=!1)=>{var gIe;if(iAe.props.menuTrigger==="click"&&iAe.props.mode==="horizontal"||!iAe.props.collapse&&iAe.props.mode==="vertical"){nAe.mouseInChild.value=!1;return}cAe==null||cAe(),nAe.mouseInChild.value=!1,{stop:cAe}=useTimeoutFn(()=>!uAe.value&&iAe.closeMenu(r4.index,z9.value),iIe.value),SAe.value&&tIe&&((gIe=nAe.handleMouseleave)==null||gIe.call(nAe,!0))};watch(()=>iAe.props.collapse,tIe=>AIe(!!tIe));{const tIe=pIe=>{aAe.value[pIe.index]=pIe},gIe=pIe=>{delete aAe.value[pIe.index]};provide(`${SUB_MENU_INJECTION_KEY}${zP.uid}`,{addSubMenu:tIe,removeSubMenu:gIe,handleMouseleave:hIe,mouseInChild:uAe,level:nAe.level+1})}return $P({opened:TAe}),onMounted(()=>{iAe.addSubMenu(wAe),nAe.addSubMenu(wAe)}),onBeforeUnmount(()=>{nAe.removeSubMenu(wAe),iAe.removeSubMenu(wAe)}),()=>{var pIe;const tIe=[(pIe=x_.title)==null?void 0:pIe.call(x_),h$d(ElIcon,{class:AAe.e("icon-arrow"),style:{transform:TAe.value?r4.expandCloseIcon&&r4.expandOpenIcon||r4.collapseCloseIcon&&r4.collapseOpenIcon&&iAe.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$2(mAe.value)?h$d(zP.appContext.components[mAe.value]):h$d(mAe.value)})],gIe=iAe.isMenuPopup?h$d(ElTooltip,{ref:EAe,visible:TAe.value,effect:"light",pure:!0,offset:PAe.value,showArrow:!1,persistent:LAe.value,popperClass:HAe.value,popperStyle:zAe.value,placement:pAe.value,teleported:SAe.value,fallbackPlacements:NAe.value,transition:DAe.value,gpuAcceleration:!1},{content:()=>{var _Ie;return h$d("div",{class:[tAe.m(GAe.value),tAe.m("popup-container"),HAe.value],onMouseenter:SIe=>EIe(SIe,100),onMouseleave:()=>hIe(!0),onFocus:SIe=>EIe(SIe,100)},[h$d("ul",{class:[tAe.b(),tAe.m("popup"),tAe.m(`popup-${pAe.value}`)],style:OAe.value},[(_Ie=x_.default)==null?void 0:_Ie.call(x_)])])},default:()=>h$d("div",{class:AAe.e("title"),onClick:XAe},tIe)}):h$d(Fragment$1,{},[h$d("div",{class:AAe.e("title"),ref:dAe,onClick:XAe},tIe),h$d(ElCollapseTransition,{},{default:()=>{var _Ie;return withDirectives(h$d("ul",{role:"menu",class:[tAe.b(),tAe.m("inline")],style:OAe.value},[(_Ie=x_.default)==null?void 0:_Ie.call(x_)]),[[vShow,TAe.value]])}})]);return h$d("li",{class:[AAe.b(),AAe.is("active",bAe.value),AAe.is("opened",TAe.value),AAe.is("disabled",r4.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:TAe.value,onMouseenter:EIe,onMouseleave:()=>hIe(),onFocus:EIe},[gIe])}}}),SubMenu=class{constructor(r4,x_){this.parent=r4,this.domNode=x_,this.subIndex=0,this.subIndex=0,this.init()}init(){this.subMenuItems=this.domNode.querySelectorAll("li"),this.addListeners()}gotoSubIndex(r4){r4===this.subMenuItems.length?r4=0:r4<0&&(r4=this.subMenuItems.length-1),this.subMenuItems[r4].focus(),this.subIndex=r4}addListeners(){const r4=this.parent.domNode;Array.prototype.forEach.call(this.subMenuItems,x_=>{x_.addEventListener("keydown",$P=>{const zP=getEventCode($P);let z9=!1;switch(zP){case EVENT_CODE.down:this.gotoSubIndex(this.subIndex+1),z9=!0;break;case EVENT_CODE.up:this.gotoSubIndex(this.subIndex-1),z9=!0;break;case EVENT_CODE.tab:triggerEvent(r4,"mouseleave");break;case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:case EVENT_CODE.space:z9=!0,$P.currentTarget.click();break}return z9&&($P.preventDefault(),$P.stopPropagation()),!1})})}},MenuItem=class{constructor(r4,x_){this.domNode=r4,this.submenu=null,this.submenu=null,this.init(x_)}init(r4){this.domNode.setAttribute("tabindex","0");const x_=this.domNode.querySelector(`.${r4}-menu`);x_&&(this.submenu=new SubMenu(this,x_)),this.addListeners()}addListeners(){this.domNode.addEventListener("keydown",r4=>{const x_=getEventCode(r4);let $P=!1;switch(x_){case EVENT_CODE.down:triggerEvent(r4.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(0),$P=!0;break;case EVENT_CODE.up:triggerEvent(r4.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(this.submenu.subMenuItems.length-1),$P=!0;break;case EVENT_CODE.tab:triggerEvent(r4.currentTarget,"mouseleave");break;case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:case EVENT_CODE.space:$P=!0,r4.currentTarget.click();break}$P&&r4.preventDefault()})}},Menu=class{constructor(r4,x_){this.domNode=r4,this.init(x_)}init(r4){const x_=this.domNode.childNodes;Array.from(x_).forEach($P=>{$P.nodeType===1&&new MenuItem($P,r4)})}},menu_collapse_transition_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElMenuCollapseTransition",__name:"menu-collapse-transition",setup(r4){const x_=useNamespace("menu"),$P={onBeforeEnter:zP=>zP.style.opacity="0.2",onEnter(zP,z9){addClass(zP,`${x_.namespace.value}-opacity-transition`),zP.style.opacity="1",z9()},onAfterEnter(zP){removeClass(zP,`${x_.namespace.value}-opacity-transition`),zP.style.opacity=""},onBeforeLeave(zP){zP.dataset||(zP.dataset={}),hasClass(zP,x_.m("collapse"))?(removeClass(zP,x_.m("collapse")),zP.dataset.oldOverflow=zP.style.overflow,zP.dataset.scrollWidth=zP.clientWidth.toString(),addClass(zP,x_.m("collapse"))):(addClass(zP,x_.m("collapse")),zP.dataset.oldOverflow=zP.style.overflow,zP.dataset.scrollWidth=zP.clientWidth.toString(),removeClass(zP,x_.m("collapse"))),zP.style.width=`${zP.scrollWidth}px`,zP.style.overflow="hidden"},onLeave(zP){addClass(zP,"horizontal-collapse-transition"),zP.style.width=`${zP.dataset.scrollWidth}px`}};return(zP,z9)=>(openBlock(),createBlock(Transition,mergeProps({mode:"out-in"},$P),{default:withCtx(()=>[renderSlot(zP.$slots,"default")]),_:3},16))}}),menu_collapse_transition_default=menu_collapse_transition_vue_vue_type_script_setup_true_lang_default;const menuProps=buildProps$1({mode:{type:String,values:["horizontal","vertical"],default:"vertical"},defaultActive:{type:String,default:""},defaultOpeneds:{type:definePropType(Array),default:()=>mutable([])},uniqueOpened:Boolean,router:Boolean,menuTrigger:{type:String,values:["hover","click"],default:"hover"},collapse:Boolean,backgroundColor:String,textColor:String,activeTextColor:String,closeOnClickOutside:Boolean,collapseTransition:{type:Boolean,default:!0},ellipsis:{type:Boolean,default:!0},popperOffset:{type:Number,default:6},ellipsisIcon:{type:iconPropType,default:()=>more_default},popperEffect:{type:definePropType(String),default:"dark"},popperClass:String,popperStyle:{type:definePropType([String,Object])},showTimeout:{type:Number,default:300},hideTimeout:{type:Number,default:300},persistent:{type:Boolean,default:!0}}),checkIndexPath=r4=>isArray$6(r4)&&r4.every(x_=>isString$2(x_)),menuEmits={close:(r4,x_)=>isString$2(r4)&&checkIndexPath(x_),open:(r4,x_)=>isString$2(r4)&&checkIndexPath(x_),select:(r4,x_,$P,zP)=>isString$2(r4)&&checkIndexPath(x_)&&isObject$9($P)&&(isUndefined(zP)||zP instanceof Promise)},DEFAULT_MORE_ITEM_WIDTH=64;var menu_default=defineComponent({name:"ElMenu",props:menuProps,emits:menuEmits,setup(r4,{emit:x_,slots:$P,expose:zP}){const z9=getCurrentInstance(),eAe=z9.appContext.config.globalProperties.$router,tAe=ref(),AAe=ref(),iAe=useNamespace("menu"),nAe=useNamespace("sub-menu");let oAe=DEFAULT_MORE_ITEM_WIDTH;const aAe=ref(-1),cAe=ref(r4.defaultOpeneds&&!r4.collapse?r4.defaultOpeneds.slice(0):[]),uAe=ref(r4.defaultActive),dAe=ref({}),EAe=ref({}),gAe=computed(()=>r4.mode==="horizontal"||r4.mode==="vertical"&&r4.collapse),pAe=()=>{const rIe=uAe.value&&dAe.value[uAe.value];!rIe||r4.mode==="horizontal"||r4.collapse||rIe.indexPath.forEach(AIe=>{const XAe=EAe.value[AIe];XAe&&mAe(AIe,XAe.indexPath)})},mAe=(rIe,AIe)=>{cAe.value.includes(rIe)||(r4.uniqueOpened&&(cAe.value=cAe.value.filter(XAe=>AIe.includes(XAe))),cAe.value.push(rIe),x_("open",rIe,AIe))},SAe=rIe=>{const AIe=cAe.value.indexOf(rIe);AIe!==-1&&cAe.value.splice(AIe,1)},DAe=(rIe,AIe)=>{SAe(rIe),x_("close",rIe,AIe)},NAe=({index:rIe,indexPath:AIe})=>{cAe.value.includes(rIe)?DAe(rIe,AIe):mAe(rIe,AIe)},TAe=rIe=>{(r4.mode==="horizontal"||r4.collapse)&&(cAe.value=[]);const{index:AIe,indexPath:XAe}=rIe;if(!(isNil(AIe)||isNil(XAe)))if(r4.router&&eAe){const EIe=rIe.route||AIe,hIe=eAe.push(EIe).then(tIe=>(tIe||(uAe.value=AIe),tIe));x_("select",AIe,XAe,{index:AIe,indexPath:XAe,route:EIe},hIe)}else uAe.value=AIe,x_("select",AIe,XAe,{index:AIe,indexPath:XAe})},bAe=rIe=>{var XAe;const AIe=dAe.value;uAe.value=((XAe=AIe[rIe]||uAe.value&&AIe[uAe.value]||AIe[r4.defaultActive])==null?void 0:XAe.index)??rIe},GAe=rIe=>{const AIe=getComputedStyle(rIe),XAe=Number.parseInt(AIe.marginLeft,10),EIe=Number.parseInt(AIe.marginRight,10);return rIe.offsetWidth+XAe+EIe||0},LAe=()=>{if(!tAe.value)return-1;const rIe=Array.from(tAe.value.childNodes).filter(pIe=>pIe.nodeName!=="#comment"&&(pIe.nodeName!=="#text"||pIe.nodeValue)),AIe=getComputedStyle(tAe.value),XAe=Number.parseInt(AIe.paddingLeft,10),EIe=Number.parseInt(AIe.paddingRight,10),hIe=tAe.value.clientWidth-XAe-EIe;let tIe=0,gIe=0;return rIe.forEach((pIe,_Ie)=>{tIe+=GAe(pIe),tIe<=hIe-oAe&&(gIe=_Ie+1)}),gIe===rIe.length?-1:gIe},wAe=rIe=>EAe.value[rIe].indexPath,OAe=(rIe,AIe=33.34)=>{let XAe;return()=>{XAe&&clearTimeout(XAe),XAe=setTimeout(()=>{rIe()},AIe)}};let PAe=!0;const HAe=()=>{const rIe=unrefElement$1(AAe);if(rIe&&(oAe=GAe(rIe)||DEFAULT_MORE_ITEM_WIDTH),aAe.value===LAe())return;const AIe=()=>{aAe.value=-1,nextTick(()=>{aAe.value=LAe()})};PAe?AIe():OAe(AIe)(),PAe=!1};watch(()=>r4.defaultActive,rIe=>{dAe.value[rIe]||(uAe.value=""),bAe(rIe)}),watch(()=>r4.collapse,rIe=>{rIe&&(cAe.value=[])}),watch(dAe.value,pAe);let zAe;watchEffect(()=>{r4.mode==="horizontal"&&r4.ellipsis?zAe=useResizeObserver(tAe,HAe).stop:zAe==null||zAe()});const eIe=ref(!1);{const rIe=hIe=>{EAe.value[hIe.index]=hIe},AIe=hIe=>{delete EAe.value[hIe.index]};provide(MENU_INJECTION_KEY,reactive({props:r4,openedMenus:cAe,items:dAe,subMenus:EAe,activeIndex:uAe,isMenuPopup:gAe,addMenuItem:hIe=>{dAe.value[hIe.index]=hIe},removeMenuItem:hIe=>{delete dAe.value[hIe.index]},addSubMenu:rIe,removeSubMenu:AIe,openMenu:mAe,closeMenu:DAe,handleMenuItemClick:TAe,handleSubMenuClick:NAe})),provide(`${SUB_MENU_INJECTION_KEY}${z9.uid}`,{addSubMenu:rIe,removeSubMenu:AIe,mouseInChild:eIe,level:0})}onMounted(()=>{r4.mode==="horizontal"&&new Menu(z9.vnode.el,iAe.namespace.value)}),zP({open:AIe=>{const{indexPath:XAe}=EAe.value[AIe];XAe.forEach(EIe=>mAe(EIe,XAe))},close:SAe,updateActiveIndex:bAe,handleResize:HAe});const iIe=useMenuCssVar(r4,0);return()=>{var hIe;let rIe=((hIe=$P.default)==null?void 0:hIe.call($P))??[];const AIe=[];if(r4.mode==="horizontal"&&tAe.value){const tIe=flattedChildren(rIe).filter(_Ie=>(_Ie==null?void 0:_Ie.shapeFlag)!==8),gIe=aAe.value===-1?tIe:tIe.slice(0,aAe.value),pIe=aAe.value===-1?[]:tIe.slice(aAe.value);pIe!=null&&pIe.length&&r4.ellipsis&&(rIe=gIe,AIe.push(h$d(sub_menu_default,{ref:AAe,index:"sub-menu-more",class:nAe.e("hide-arrow"),popperOffset:r4.popperOffset},{title:()=>h$d(ElIcon,{class:nAe.e("icon-more")},{default:()=>h$d(r4.ellipsisIcon)}),default:()=>pIe})))}const XAe=r4.closeOnClickOutside?[[ClickOutside,()=>{cAe.value.length&&(eIe.value||(cAe.value.forEach(tIe=>x_("close",tIe,wAe(tIe))),cAe.value=[]))}]]:[],EIe=withDirectives(h$d("ul",{key:String(r4.collapse),role:"menubar",ref:tAe,style:iIe.value,class:{[iAe.b()]:!0,[iAe.m(r4.mode)]:!0,[iAe.m("collapse")]:r4.collapse}},[...rIe,...AIe]),XAe);return r4.collapseTransition&&r4.mode==="vertical"?h$d(menu_collapse_transition_default,()=>EIe):EIe}}});const menuItemProps=buildProps$1({index:{type:definePropType([String,null]),default:null},route:{type:definePropType([String,Object])},disabled:Boolean}),menuItemEmits={click:r4=>isString$2(r4.index)&&isArray$6(r4.indexPath)},menuItemGroupProps={title:String},COMPONENT_NAME$7="ElMenuItem";var menu_item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$7,__name:"menu-item",props:menuItemProps,emits:menuItemEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P;isPropAbsent(zP.index)&&debugWarn(COMPONENT_NAME$7,'Missing required prop: "index"');const eAe=getCurrentInstance(),tAe=inject(MENU_INJECTION_KEY),AAe=useNamespace("menu"),iAe=useNamespace("menu-item");tAe||throwError$2(COMPONENT_NAME$7,"can not inject root menu");const{parentMenu:nAe,indexPath:oAe}=useMenu(eAe,toRef$1(zP,"index")),aAe=inject(`${SUB_MENU_INJECTION_KEY}${nAe.value.uid}`);aAe||throwError$2(COMPONENT_NAME$7,"can not inject sub menu");const cAe=computed(()=>zP.index===tAe.activeIndex),uAe=reactive({index:zP.index,indexPath:oAe,active:cAe}),dAe=()=>{zP.disabled||(tAe.handleMenuItemClick({index:zP.index,indexPath:oAe.value,route:zP.route}),z9("click",uAe))};return onMounted(()=>{aAe.addSubMenu(uAe),tAe.addMenuItem(uAe)}),onBeforeUnmount(()=>{aAe.removeSubMenu(uAe),tAe.removeMenuItem(uAe)}),x_({parentMenu:nAe,rootMenu:tAe,active:cAe,nsMenu:AAe,nsMenuItem:iAe,handleClick:dAe}),(EAe,gAe)=>(openBlock(),createElementBlock("li",{class:normalizeClass([unref(iAe).b(),unref(iAe).is("active",cAe.value),unref(iAe).is("disabled",r4.disabled)]),role:"menuitem",tabindex:"-1",onClick:dAe},[unref(nAe).type.name==="ElMenu"&&unref(tAe).props.collapse&&EAe.$slots.title?(openBlock(),createBlock(unref(ElTooltip),{key:0,effect:unref(tAe).props.popperEffect,placement:"right","fallback-placements":["left"],"popper-class":unref(tAe).props.popperClass,"popper-style":unref(tAe).props.popperStyle,persistent:unref(tAe).props.persistent,"focus-on-target":""},{content:withCtx(()=>[renderSlot(EAe.$slots,"title")]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(AAe).be("tooltip","trigger"))},[renderSlot(EAe.$slots,"default")],2)]),_:3},8,["effect","popper-class","popper-style","persistent"])):(openBlock(),createElementBlock(Fragment$1,{key:1},[renderSlot(EAe.$slots,"default"),renderSlot(EAe.$slots,"title")],64))],2))}}),menu_item_default=menu_item_vue_vue_type_script_setup_true_lang_default,menu_item_group_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElMenuItemGroup",__name:"menu-item-group",props:menuItemGroupProps,setup(r4){const x_=useNamespace("menu-item-group");return($P,zP)=>(openBlock(),createElementBlock("li",{class:normalizeClass(unref(x_).b())},[createBaseVNode("div",{class:normalizeClass(unref(x_).e("title"))},[$P.$slots.title?renderSlot($P.$slots,"title",{key:1}):(openBlock(),createElementBlock(Fragment$1,{key:0},[createTextVNode(toDisplayString(r4.title),1)],64))],2),createBaseVNode("ul",null,[renderSlot($P.$slots,"default")])],2))}}),menu_item_group_default=menu_item_group_vue_vue_type_script_setup_true_lang_default;const ElMenu=withInstall(menu_default,{MenuItem:menu_item_default,MenuItemGroup:menu_item_group_default,SubMenu:sub_menu_default}),ElMenuItem=withNoopInstall(menu_item_default);withNoopInstall(menu_item_group_default);const ElSubMenu=withNoopInstall(sub_menu_default),pageHeaderProps=buildProps$1({icon:{type:iconPropType,default:()=>back_default},title:String,content:{type:String,default:""}}),pageHeaderEmits={back:()=>!0},_hoisted_1$8$=["aria-label"];var page_header_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPageHeader",__name:"page-header",props:pageHeaderProps,emits:pageHeaderEmits,setup(r4,{emit:x_}){const $P=x_,{t:zP}=useLocale(),z9=useNamespace("page-header");function eAe(){$P("back")}return(tAe,AAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(z9).b(),unref(z9).is("contentful",!!tAe.$slots.default),{[unref(z9).m("has-breadcrumb")]:!!tAe.$slots.breadcrumb,[unref(z9).m("has-extra")]:!!tAe.$slots.extra}])},[tAe.$slots.breadcrumb?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(z9).e("breadcrumb"))},[renderSlot(tAe.$slots,"breadcrumb")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(z9).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(z9).e("left"))},[createBaseVNode("div",{class:normalizeClass(unref(z9).e("back")),role:"button",tabindex:"0",onClick:eAe},[r4.icon||tAe.$slots.icon?(openBlock(),createElementBlock("div",{key:0,"aria-label":r4.title||unref(zP)("el.pageHeader.title"),class:normalizeClass(unref(z9).e("icon"))},[renderSlot(tAe.$slots,"icon",{},()=>[r4.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1})):createCommentVNode("v-if",!0)])],10,_hoisted_1$8$)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(z9).e("title"))},[renderSlot(tAe.$slots,"title",{},()=>[createTextVNode(toDisplayString(r4.title||unref(zP)("el.pageHeader.title")),1)])],2)],2),createVNode$1(unref(ElDivider),{direction:"vertical"}),createBaseVNode("div",{class:normalizeClass(unref(z9).e("content"))},[renderSlot(tAe.$slots,"content",{},()=>[createTextVNode(toDisplayString(r4.content),1)])],2)],2),tAe.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(z9).e("extra"))},[renderSlot(tAe.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2),tAe.$slots.default?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(z9).e("main"))},[renderSlot(tAe.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}}),page_header_default=page_header_vue_vue_type_script_setup_true_lang_default;const ElPageHeader=withInstall(page_header_default),elPaginationKey=Symbol("elPaginationKey"),paginationPrevProps=buildProps$1({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:iconPropType}}),paginationPrevEmits={click:r4=>r4 instanceof MouseEvent},_hoisted_1$8_=["disabled","aria-label","aria-disabled"],_hoisted_2$s={key:0};var prev_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPaginationPrev",__name:"prev",props:paginationPrevProps,emits:paginationPrevEmits,setup(r4){const x_=r4,{t:$P}=useLocale(),zP=computed(()=>x_.disabled||x_.currentPage<=1);return(z9,eAe)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-prev",disabled:zP.value,"aria-label":z9.prevText||unref($P)("el.pagination.prev"),"aria-disabled":zP.value,onClick:eAe[0]||(eAe[0]=tAe=>z9.$emit("click",tAe))},[z9.prevText?(openBlock(),createElementBlock("span",_hoisted_2$s,toDisplayString(z9.prevText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(z9.prevIcon)))]),_:1}))],8,_hoisted_1$8_))}}),prev_default=prev_vue_vue_type_script_setup_true_lang_default;const paginationNextProps=buildProps$1({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:iconPropType}}),_hoisted_1$8Z=["disabled","aria-label","aria-disabled"],_hoisted_2$r={key:0};var next_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPaginationNext",__name:"next",props:paginationNextProps,emits:["click"],setup(r4){const x_=r4,{t:$P}=useLocale(),zP=computed(()=>x_.disabled||x_.currentPage===x_.pageCount||x_.pageCount===0);return(z9,eAe)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-next",disabled:zP.value,"aria-label":z9.nextText||unref($P)("el.pagination.next"),"aria-disabled":zP.value,onClick:eAe[0]||(eAe[0]=tAe=>z9.$emit("click",tAe))},[z9.nextText?(openBlock(),createElementBlock("span",_hoisted_2$r,toDisplayString(z9.nextText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(z9.nextIcon)))]),_:1}))],8,_hoisted_1$8Z))}}),next_default=next_vue_vue_type_script_setup_true_lang_default;const usePagination=()=>inject(elPaginationKey,{}),paginationSizesProps=buildProps$1({pageSize:{type:Number,required:!0},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String},popperStyle:{type:definePropType([String,Object])},disabled:Boolean,teleported:Boolean,size:{type:String,values:componentSizes},appendSizeTo:String});var sizes_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPaginationSizes",__name:"sizes",props:paginationSizesProps,emits:["page-size-change"],setup(r4,{emit:x_}){const $P=r4,zP=x_,{t:z9}=useLocale(),eAe=useNamespace("pagination"),tAe=usePagination(),AAe=ref($P.pageSize);watch(()=>$P.pageSizes,(oAe,aAe)=>{isEqual$1(oAe,aAe)||isArray$6(oAe)&&zP("page-size-change",oAe.includes($P.pageSize)?$P.pageSize:$P.pageSizes[0])}),watch(()=>$P.pageSize,oAe=>{AAe.value=oAe});const iAe=computed(()=>$P.pageSizes);function nAe(oAe){var aAe;oAe!==AAe.value&&(AAe.value=oAe,(aAe=tAe.handleSizeChange)==null||aAe.call(tAe,Number(oAe)))}return(oAe,aAe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(eAe).e("sizes"))},[createVNode$1(unref(ElSelect),{"model-value":AAe.value,disabled:oAe.disabled,"popper-class":oAe.popperClass,"popper-style":oAe.popperStyle,size:oAe.size,teleported:oAe.teleported,"validate-event":!1,"append-to":oAe.appendSizeTo,onChange:nAe},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(iAe.value,cAe=>(openBlock(),createBlock(unref(ElOption),{key:cAe,value:cAe,label:cAe+unref(z9)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","popper-style","size","teleported","append-to"])],2))}}),sizes_default=sizes_vue_vue_type_script_setup_true_lang_default;const paginationJumperProps=buildProps$1({size:{type:String,values:componentSizes}}),_hoisted_1$8Y=["disabled"];var jumper_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPaginationJumper",__name:"jumper",props:paginationJumperProps,setup(r4){const{t:x_}=useLocale(),$P=useNamespace("pagination"),{pageCount:zP,disabled:z9,currentPage:eAe,changeEvent:tAe}=usePagination(),AAe=ref(),iAe=computed(()=>AAe.value??(eAe==null?void 0:eAe.value));function nAe(aAe){AAe.value=aAe?+aAe:""}function oAe(aAe){aAe=Math.trunc(+aAe),tAe==null||tAe(aAe),AAe.value=void 0}return(aAe,cAe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref($P).e("jump")),disabled:unref(z9)},[createBaseVNode("span",{class:normalizeClass([unref($P).e("goto")])},toDisplayString(unref(x_)("el.pagination.goto")),3),createVNode$1(unref(ElInput),{size:aAe.size,class:normalizeClass([unref($P).e("editor"),unref($P).is("in-pagination")]),min:1,max:unref(zP),disabled:unref(z9),"model-value":iAe.value,"validate-event":!1,"aria-label":unref(x_)("el.pagination.page"),type:"number","onUpdate:modelValue":nAe,onChange:oAe},null,8,["size","class","max","disabled","model-value","aria-label"]),createBaseVNode("span",{class:normalizeClass([unref($P).e("classifier")])},toDisplayString(unref(x_)("el.pagination.pageClassifier")),3)],10,_hoisted_1$8Y))}}),jumper_default=jumper_vue_vue_type_script_setup_true_lang_default;const paginationTotalProps=buildProps$1({total:{type:Number,default:1e3}}),_hoisted_1$8X=["disabled"];var total_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPaginationTotal",__name:"total",props:paginationTotalProps,setup(r4){const{t:x_}=useLocale(),$P=useNamespace("pagination"),{disabled:zP}=usePagination();return(z9,eAe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref($P).e("total")),disabled:unref(zP)},toDisplayString(unref(x_)("el.pagination.total",{total:z9.total})),11,_hoisted_1$8X))}}),total_default=total_vue_vue_type_script_setup_true_lang_default;const paginationPagerProps=buildProps$1({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),_hoisted_1$8W=["aria-current","aria-label","tabindex"],_hoisted_2$q=["tabindex","aria-label"],_hoisted_3$g=["aria-current","aria-label","tabindex"],_hoisted_4$e=["tabindex","aria-label"],_hoisted_5$4=["aria-current","aria-label","tabindex"];var pager_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPaginationPager",__name:"pager",props:paginationPagerProps,emits:[CHANGE_EVENT],setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("pager"),eAe=useNamespace("icon"),{t:tAe}=useLocale(),AAe=ref(!1),iAe=ref(!1),nAe=ref(!1),oAe=ref(!1),aAe=ref(!1),cAe=ref(!1),uAe=computed(()=>{const NAe=$P.pagerCount,TAe=(NAe-1)/2,bAe=Number($P.currentPage),GAe=Number($P.pageCount);let LAe=!1,wAe=!1;GAe>NAe&&(bAe>NAe-TAe&&(LAe=!0),bAe["more","btn-quickprev",eAe.b(),z9.is("disabled",$P.disabled)]),EAe=computed(()=>["more","btn-quicknext",eAe.b(),z9.is("disabled",$P.disabled)]),gAe=computed(()=>$P.disabled?-1:0);watch(()=>[$P.pageCount,$P.pagerCount,$P.currentPage],([NAe,TAe,bAe])=>{const GAe=(TAe-1)/2;let LAe=!1,wAe=!1;NAe>TAe&&(LAe=bAe>TAe-GAe,wAe=bAeGAe&&(bAe=GAe)),bAe!==LAe&&zP(CHANGE_EVENT,bAe)}return(NAe,TAe)=>(openBlock(),createElementBlock("ul",{class:normalizeClass(unref(z9).b()),onClick:DAe,onKeyup:withKeys(SAe,["enter"])},[NAe.pageCount>0?(openBlock(),createElementBlock("li",{key:0,class:normalizeClass([[unref(z9).is("active",NAe.currentPage===1),unref(z9).is("disabled",NAe.disabled)],"number"]),"aria-current":NAe.currentPage===1,"aria-label":unref(tAe)("el.pagination.currentPage",{pager:1}),tabindex:gAe.value}," 1 ",10,_hoisted_1$8W)):createCommentVNode("v-if",!0),AAe.value?(openBlock(),createElementBlock("li",{key:1,class:normalizeClass(dAe.value),tabindex:gAe.value,"aria-label":unref(tAe)("el.pagination.prevPages",{pager:NAe.pagerCount-2}),onMouseenter:TAe[0]||(TAe[0]=bAe=>pAe(!0)),onMouseleave:TAe[1]||(TAe[1]=bAe=>nAe.value=!1),onFocus:TAe[2]||(TAe[2]=bAe=>mAe(!0)),onBlur:TAe[3]||(TAe[3]=bAe=>aAe.value=!1)},[(nAe.value||aAe.value)&&!NAe.disabled?(openBlock(),createBlock(unref(d_arrow_left_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,_hoisted_2$q)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment$1,null,renderList(uAe.value,bAe=>(openBlock(),createElementBlock("li",{key:bAe,class:normalizeClass([[unref(z9).is("active",NAe.currentPage===bAe),unref(z9).is("disabled",NAe.disabled)],"number"]),"aria-current":NAe.currentPage===bAe,"aria-label":unref(tAe)("el.pagination.currentPage",{pager:bAe}),tabindex:gAe.value},toDisplayString(bAe),11,_hoisted_3$g))),128)),iAe.value?(openBlock(),createElementBlock("li",{key:2,class:normalizeClass(EAe.value),tabindex:gAe.value,"aria-label":unref(tAe)("el.pagination.nextPages",{pager:NAe.pagerCount-2}),onMouseenter:TAe[4]||(TAe[4]=bAe=>pAe()),onMouseleave:TAe[5]||(TAe[5]=bAe=>oAe.value=!1),onFocus:TAe[6]||(TAe[6]=bAe=>mAe()),onBlur:TAe[7]||(TAe[7]=bAe=>cAe.value=!1)},[(oAe.value||cAe.value)&&!NAe.disabled?(openBlock(),createBlock(unref(d_arrow_right_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,_hoisted_4$e)):createCommentVNode("v-if",!0),NAe.pageCount>1?(openBlock(),createElementBlock("li",{key:3,class:normalizeClass([[unref(z9).is("active",NAe.currentPage===NAe.pageCount),unref(z9).is("disabled",NAe.disabled)],"number"]),"aria-current":NAe.currentPage===NAe.pageCount,"aria-label":unref(tAe)("el.pagination.currentPage",{pager:NAe.pageCount}),tabindex:gAe.value},toDisplayString(NAe.pageCount),11,_hoisted_5$4)):createCommentVNode("v-if",!0)],34))}}),pager_default=pager_vue_vue_type_script_setup_true_lang_default;const isAbsent=r4=>typeof r4!="number",paginationProps=buildProps$1({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:r4=>isNumber$2(r4)&&Math.trunc(r4)===r4&&r4>4&&r4<22&&r4%2===1,default:7},currentPage:Number,defaultCurrentPage:Number,layout:{type:String,default:["prev","pager","next","jumper","->","total"].join(", ")},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String,default:""},popperStyle:{type:definePropType([String,Object])},prevText:{type:String,default:""},prevIcon:{type:iconPropType,default:()=>arrow_left_default},nextText:{type:String,default:""},nextIcon:{type:iconPropType,default:()=>arrow_right_default},teleported:{type:Boolean,default:!0},small:Boolean,size:useSizeProp,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean,appendSizeTo:String}),paginationEmits={"update:current-page":r4=>isNumber$2(r4),"update:page-size":r4=>isNumber$2(r4),"size-change":r4=>isNumber$2(r4),change:(r4,x_)=>isNumber$2(r4)&&isNumber$2(x_),"current-change":r4=>isNumber$2(r4),"prev-click":r4=>isNumber$2(r4),"next-click":r4=>isNumber$2(r4)},componentName="ElPagination";var pagination_default=defineComponent({name:componentName,props:paginationProps,emits:paginationEmits,setup(r4,{emit:x_,slots:$P}){const{t:zP}=useLocale(),z9=useNamespace("pagination"),eAe=getCurrentInstance().vnode.props||{},tAe=useGlobalSize(),AAe=computed(()=>r4.small?"small":r4.size??tAe.value);useDeprecated({from:"small",replacement:"size",version:"3.0.0",scope:"el-pagination",ref:"https://element-plus.org/zh-CN/component/pagination.html"},computed(()=>!!r4.small));const iAe="onUpdate:currentPage"in eAe||"onUpdate:current-page"in eAe||"onCurrentChange"in eAe,nAe="onUpdate:pageSize"in eAe||"onUpdate:page-size"in eAe||"onSizeChange"in eAe,oAe=computed(()=>{if(isAbsent(r4.total)&&isAbsent(r4.pageCount)||!isAbsent(r4.currentPage)&&!iAe)return!1;if(r4.layout.includes("sizes")){if(isAbsent(r4.pageCount)){if(!isAbsent(r4.total)&&!isAbsent(r4.pageSize)&&!nAe)return!1}else if(!nAe)return!1}return!0}),aAe=ref(isAbsent(r4.defaultPageSize)?10:r4.defaultPageSize),cAe=ref(isAbsent(r4.defaultCurrentPage)?1:r4.defaultCurrentPage),uAe=computed({get(){return isAbsent(r4.pageSize)?aAe.value:r4.pageSize},set(NAe){isAbsent(r4.pageSize)&&(aAe.value=NAe),nAe&&(x_("update:page-size",NAe),x_("size-change",NAe))}}),dAe=computed(()=>{let NAe=0;return isAbsent(r4.pageCount)?isAbsent(r4.total)||(NAe=Math.max(1,Math.ceil(r4.total/uAe.value))):NAe=r4.pageCount,NAe}),EAe=computed({get(){return isAbsent(r4.currentPage)?cAe.value:r4.currentPage},set(NAe){let TAe=NAe;NAe<1?TAe=1:NAe>dAe.value&&(TAe=dAe.value),isAbsent(r4.currentPage)&&(cAe.value=TAe),iAe&&(x_("update:current-page",TAe),x_("current-change",TAe))}});watch(dAe,NAe=>{EAe.value>NAe&&(EAe.value=NAe)}),watch([EAe,uAe],NAe=>{x_(CHANGE_EVENT,...NAe)},{flush:"post"});function gAe(NAe){EAe.value=NAe}function pAe(NAe){uAe.value=NAe;const TAe=dAe.value;EAe.value>TAe&&(EAe.value=TAe)}function mAe(){r4.disabled||(EAe.value-=1,x_("prev-click",EAe.value))}function SAe(){r4.disabled||(EAe.value+=1,x_("next-click",EAe.value))}function DAe(NAe,TAe){NAe&&(NAe.props||(NAe.props={}),NAe.props.class=[NAe.props.class,TAe].join(" "))}return provide(elPaginationKey,{pageCount:dAe,disabled:computed(()=>r4.disabled),currentPage:EAe,changeEvent:gAe,handleSizeChange:pAe}),()=>{var OAe;if(!oAe.value)return debugWarn(componentName,zP("el.pagination.deprecationWarning")),null;if(!r4.layout||r4.hideOnSinglePage&&dAe.value<=1)return null;const NAe=[],TAe=[],bAe=h$d("div",{class:z9.e("rightwrapper")},TAe),GAe={prev:h$d(prev_default,{disabled:r4.disabled,currentPage:EAe.value,prevText:r4.prevText,prevIcon:r4.prevIcon,onClick:mAe}),jumper:h$d(jumper_default,{size:AAe.value}),pager:h$d(pager_default,{currentPage:EAe.value,pageCount:dAe.value,pagerCount:r4.pagerCount,onChange:gAe,disabled:r4.disabled}),next:h$d(next_default,{disabled:r4.disabled,currentPage:EAe.value,pageCount:dAe.value,nextText:r4.nextText,nextIcon:r4.nextIcon,onClick:SAe}),sizes:h$d(sizes_default,{pageSize:uAe.value,pageSizes:r4.pageSizes,popperClass:r4.popperClass,popperStyle:r4.popperStyle,disabled:r4.disabled,teleported:r4.teleported,size:AAe.value,appendSizeTo:r4.appendSizeTo}),slot:((OAe=$P==null?void 0:$P.default)==null?void 0:OAe.call($P))??null,total:h$d(total_default,{total:isAbsent(r4.total)?0:r4.total})},LAe=r4.layout.split(",").map(PAe=>PAe.trim());let wAe=!1;return LAe.forEach(PAe=>{if(PAe==="->"){wAe=!0;return}wAe?TAe.push(GAe[PAe]):NAe.push(GAe[PAe])}),DAe(NAe[0],z9.is("first")),DAe(NAe[NAe.length-1],z9.is("last")),wAe&&TAe.length>0&&(DAe(TAe[0],z9.is("first")),DAe(TAe[TAe.length-1],z9.is("last")),NAe.push(bAe)),h$d("div",{class:[z9.b(),z9.is("background",r4.background),z9.m(AAe.value)]},NAe)}}});const ElPagination=withInstall(pagination_default),popconfirmProps=buildProps$1({title:String,confirmButtonText:String,cancelButtonText:String,confirmButtonType:{type:String,values:buttonTypes,default:"primary"},cancelButtonType:{type:String,values:buttonTypes,default:"text"},icon:{type:iconPropType,default:()=>question_filled_default},iconColor:{type:String,default:"#f90"},hideIcon:Boolean,hideAfter:{type:Number,default:200},effect:{...useTooltipContentProps.effect,default:"light"},teleported:useTooltipContentProps.teleported,persistent:useTooltipContentProps.persistent,width:{type:[String,Number],default:150},virtualTriggering:useTooltipTriggerProps.virtualTriggering,virtualRef:useTooltipTriggerProps.virtualRef}),popconfirmEmits={confirm:r4=>r4 instanceof MouseEvent,cancel:r4=>r4 instanceof MouseEvent};var popconfirm_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPopconfirm",__name:"popconfirm",props:popconfirmProps,emits:popconfirmEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,{t:eAe}=useLocale(),tAe=useNamespace("popconfirm"),AAe=ref(),iAe=ref(),nAe=computed(()=>{var pAe;return(pAe=unref(AAe))==null?void 0:pAe.popperRef}),oAe=()=>{var pAe,mAe;(mAe=(pAe=iAe.value)==null?void 0:pAe.focus)==null||mAe.call(pAe)},aAe=()=>{var pAe,mAe;(mAe=(pAe=AAe.value)==null?void 0:pAe.onClose)==null||mAe.call(pAe)},cAe=computed(()=>({width:addUnit(zP.width)})),uAe=pAe=>{z9("confirm",pAe),aAe()},dAe=pAe=>{z9("cancel",pAe),aAe()},EAe=computed(()=>zP.confirmButtonText||eAe("el.popconfirm.confirmButtonText")),gAe=computed(()=>zP.cancelButtonText||eAe("el.popconfirm.cancelButtonText"));return x_({popperRef:nAe,hide:aAe}),(pAe,mAe)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:AAe,trigger:"click",effect:r4.effect},pAe.$attrs,{"virtual-triggering":r4.virtualTriggering,"virtual-ref":r4.virtualRef,"popper-class":`${unref(tAe).namespace.value}-popover`,"popper-style":cAe.value,teleported:r4.teleported,"fallback-placements":["bottom","top","right","left"],"hide-after":r4.hideAfter,persistent:r4.persistent,loop:"",onShow:oAe}),{content:withCtx(()=>[createBaseVNode("div",{ref_key:"rootRef",ref:iAe,tabindex:"-1",class:normalizeClass(unref(tAe).b())},[createBaseVNode("div",{class:normalizeClass(unref(tAe).e("main"))},[!r4.hideIcon&&r4.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(tAe).e("icon")),style:normalizeStyle$1({color:r4.iconColor})},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1},8,["class","style"])):createCommentVNode("v-if",!0),createTextVNode(" "+toDisplayString(r4.title),1)],2),createBaseVNode("div",{class:normalizeClass(unref(tAe).e("action"))},[renderSlot(pAe.$slots,"actions",{confirm:uAe,cancel:dAe},()=>[createVNode$1(unref(ElButton),{size:"small",type:r4.cancelButtonType==="text"?"":r4.cancelButtonType,text:r4.cancelButtonType==="text",onClick:dAe},{default:withCtx(()=>[createTextVNode(toDisplayString(gAe.value),1)]),_:1},8,["type","text"]),createVNode$1(unref(ElButton),{size:"small",type:r4.confirmButtonType==="text"?"":r4.confirmButtonType,text:r4.confirmButtonType==="text",onClick:uAe},{default:withCtx(()=>[createTextVNode(toDisplayString(EAe.value),1)]),_:1},8,["type","text"])])],2)],2)]),default:withCtx(()=>[pAe.$slots.reference?renderSlot(pAe.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["effect","virtual-triggering","virtual-ref","popper-class","popper-style","teleported","hide-after","persistent"]))}}),popconfirm_default=popconfirm_vue_vue_type_script_setup_true_lang_default;withInstall(popconfirm_default);const popoverProps=buildProps$1({trigger:useTooltipTriggerProps.trigger,triggerKeys:useTooltipTriggerProps.triggerKeys,placement:dropdownProps.placement,disabled:useTooltipTriggerProps.disabled,visible:useTooltipContentProps.visible,transition:useTooltipContentProps.transition,popperOptions:dropdownProps.popperOptions,tabindex:dropdownProps.tabindex,content:useTooltipContentProps.content,popperStyle:useTooltipContentProps.popperStyle,popperClass:useTooltipContentProps.popperClass,enterable:{...useTooltipContentProps.enterable,default:!0},effect:{...useTooltipContentProps.effect,default:"light"},teleported:useTooltipContentProps.teleported,appendTo:useTooltipContentProps.appendTo,title:String,width:{type:[String,Number],default:150},offset:{type:Number,default:void 0},showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0},showArrow:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},"onUpdate:visible":{type:Function}}),popoverEmits={"update:visible":r4=>isBoolean(r4),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},updateEventKeyRaw="onUpdate:visible";var popover_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElPopover",__name:"popover",props:popoverProps,emits:popoverEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=computed(()=>zP[updateEventKeyRaw]),tAe=useNamespace("popover"),AAe=ref(),iAe=computed(()=>{var pAe;return(pAe=unref(AAe))==null?void 0:pAe.popperRef}),nAe=computed(()=>[{width:addUnit(zP.width)},zP.popperStyle]),oAe=computed(()=>[tAe.b(),zP.popperClass,{[tAe.m("plain")]:!!zP.content}]),aAe=computed(()=>zP.transition===`${tAe.namespace.value}-fade-in-linear`),cAe=()=>{var pAe;(pAe=AAe.value)==null||pAe.hide()},uAe=()=>{z9("before-enter")},dAe=()=>{z9("before-leave")},EAe=()=>{z9("after-enter")},gAe=()=>{z9("update:visible",!1),z9("after-leave")};return x_({popperRef:iAe,hide:cAe}),(pAe,mAe)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:AAe},pAe.$attrs,{trigger:r4.trigger,"trigger-keys":r4.triggerKeys,placement:r4.placement,disabled:r4.disabled,visible:r4.visible,transition:r4.transition,"popper-options":r4.popperOptions,tabindex:r4.tabindex,content:r4.content,offset:r4.offset,"show-after":r4.showAfter,"hide-after":r4.hideAfter,"auto-close":r4.autoClose,"show-arrow":r4.showArrow,"aria-label":r4.title,effect:r4.effect,enterable:r4.enterable,"popper-class":oAe.value,"popper-style":nAe.value,teleported:r4.teleported,"append-to":r4.appendTo,persistent:r4.persistent,"gpu-acceleration":aAe.value,"onUpdate:visible":eAe.value,onBeforeShow:uAe,onBeforeHide:dAe,onShow:EAe,onHide:gAe}),{content:withCtx(()=>[r4.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(tAe).e("title")),role:"title"},toDisplayString(r4.title),3)):createCommentVNode("v-if",!0),renderSlot(pAe.$slots,"default",{hide:cAe},()=>[createTextVNode(toDisplayString(r4.content),1)])]),default:withCtx(()=>[pAe.$slots.reference?renderSlot(pAe.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["trigger","trigger-keys","placement","disabled","visible","transition","popper-options","tabindex","content","offset","show-after","hide-after","auto-close","show-arrow","aria-label","effect","enterable","popper-class","popper-style","teleported","append-to","persistent","gpu-acceleration","onUpdate:visible"]))}}),popover_default=popover_vue_vue_type_script_setup_true_lang_default;const attachEvents=(r4,x_)=>{var zP;const $P=(zP=x_.arg||x_.value)==null?void 0:zP.popperRef;$P&&($P.triggerRef=r4)};var directive_default={mounted(r4,x_){attachEvents(r4,x_)},updated(r4,x_){attachEvents(r4,x_)}};const VPopover="popover",ElPopoverDirective=withInstallDirective(directive_default,VPopover),ElPopover=withInstall(popover_default,{directive:ElPopoverDirective}),progressProps=buildProps$1({type:{type:String,default:"line",values:["line","circle","dashboard"]},percentage:{type:Number,default:0,validator:r4=>r4>=0&&r4<=100},status:{type:String,default:"",values:["","success","exception","warning"]},indeterminate:Boolean,duration:{type:Number,default:3},strokeWidth:{type:Number,default:6},strokeLinecap:{type:definePropType(String),default:"round"},textInside:Boolean,width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:definePropType([String,Array,Function]),default:""},striped:Boolean,stripedFlow:Boolean,format:{type:definePropType(Function),default:r4=>`${r4}%`}}),_hoisted_1$8V=["aria-valuenow"],_hoisted_2$p={viewBox:"0 0 100 100"},_hoisted_3$f=["d","stroke","stroke-linecap","stroke-width"],_hoisted_4$d=["d","stroke","opacity","stroke-linecap","stroke-width"],_hoisted_5$3={key:0};var progress_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElProgress",__name:"progress",props:progressProps,setup(r4){const x_={success:"#13ce66",exception:"#ff4949",warning:"#e6a23c",default:"#20a0ff"},$P=r4,zP=useNamespace("progress"),z9=computed(()=>{const SAe={width:`${$P.percentage}%`,animationDuration:`${$P.duration}s`},DAe=mAe($P.percentage);return DAe.includes("gradient")?SAe.background=DAe:SAe.backgroundColor=DAe,SAe}),eAe=computed(()=>($P.strokeWidth/$P.width*100).toFixed(1)),tAe=computed(()=>["circle","dashboard"].includes($P.type)?Number.parseInt(`${50-Number.parseFloat(eAe.value)/2}`,10):0),AAe=computed(()=>{const SAe=tAe.value,DAe=$P.type==="dashboard";return` M 50 50 m 0 ${DAe?"":"-"}${SAe} a ${SAe} ${SAe} 0 1 1 0 ${DAe?"-":""}${SAe*2} a ${SAe} ${SAe} 0 1 1 0 ${DAe?"":"-"}${SAe*2} `}),iAe=computed(()=>2*Math.PI*tAe.value),nAe=computed(()=>$P.type==="dashboard"?.75:1),oAe=computed(()=>`${-1*iAe.value*(1-nAe.value)/2}px`),aAe=computed(()=>({strokeDasharray:`${iAe.value*nAe.value}px, ${iAe.value}px`,strokeDashoffset:oAe.value})),cAe=computed(()=>({strokeDasharray:`${iAe.value*nAe.value*($P.percentage/100)}px, ${iAe.value}px`,strokeDashoffset:oAe.value,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease, opacity ease 0.6s"})),uAe=computed(()=>{let SAe;return $P.color?SAe=mAe($P.percentage):SAe=x_[$P.status]||x_.default,SAe}),dAe=computed(()=>$P.status==="warning"?warning_filled_default:$P.type==="line"?$P.status==="success"?circle_check_default:circle_close_default:$P.status==="success"?check_default:close_default),EAe=computed(()=>$P.type==="line"?12+$P.strokeWidth*.4:$P.width*.111111+2),gAe=computed(()=>$P.format($P.percentage));function pAe(SAe){const DAe=100/SAe.length;return SAe.map((NAe,TAe)=>isString$2(NAe)?{color:NAe,percentage:(TAe+1)*DAe}:NAe).sort((NAe,TAe)=>NAe.percentage-TAe.percentage)}const mAe=SAe=>{var NAe;const{color:DAe}=$P;if(isFunction$4(DAe))return DAe(SAe);if(isString$2(DAe))return DAe;{const TAe=pAe(DAe);for(const bAe of TAe)if(bAe.percentage>SAe)return bAe.color;return(NAe=TAe[TAe.length-1])==null?void 0:NAe.color}};return(SAe,DAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(zP).b(),unref(zP).m(r4.type),unref(zP).is(r4.status),{[unref(zP).m("without-text")]:!r4.showText,[unref(zP).m("text-inside")]:r4.textInside}]),role:"progressbar","aria-valuenow":r4.percentage,"aria-valuemin":"0","aria-valuemax":"100"},[r4.type==="line"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).b("bar"))},[createBaseVNode("div",{class:normalizeClass(unref(zP).be("bar","outer")),style:normalizeStyle$1({height:`${r4.strokeWidth}px`})},[createBaseVNode("div",{class:normalizeClass([unref(zP).be("bar","inner"),{[unref(zP).bem("bar","inner","indeterminate")]:r4.indeterminate},{[unref(zP).bem("bar","inner","striped")]:r4.striped},{[unref(zP).bem("bar","inner","striped-flow")]:r4.stripedFlow}]),style:normalizeStyle$1(z9.value)},[(r4.showText||SAe.$slots.default)&&r4.textInside?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).be("bar","innerText"))},[renderSlot(SAe.$slots,"default",{percentage:r4.percentage},()=>[createBaseVNode("span",null,toDisplayString(gAe.value),1)])],2)):createCommentVNode("v-if",!0)],6)],6)],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(zP).b("circle")),style:normalizeStyle$1({height:`${r4.width}px`,width:`${r4.width}px`})},[(openBlock(),createElementBlock("svg",_hoisted_2$p,[createBaseVNode("path",{class:normalizeClass(unref(zP).be("circle","track")),d:AAe.value,stroke:`var(${unref(zP).cssVarName("fill-color-light")}, #e5e9f2)`,"stroke-linecap":r4.strokeLinecap,"stroke-width":eAe.value,fill:"none",style:normalizeStyle$1(aAe.value)},null,14,_hoisted_3$f),createBaseVNode("path",{class:normalizeClass(unref(zP).be("circle","path")),d:AAe.value,stroke:uAe.value,fill:"none",opacity:r4.percentage?1:0,"stroke-linecap":r4.strokeLinecap,"stroke-width":eAe.value,style:normalizeStyle$1(cAe.value)},null,14,_hoisted_4$d)]))],6)),(r4.showText||SAe.$slots.default)&&!r4.textInside?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(zP).e("text")),style:normalizeStyle$1({fontSize:`${EAe.value}px`})},[renderSlot(SAe.$slots,"default",{percentage:r4.percentage},()=>[r4.status?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(dAe.value)))]),_:1})):(openBlock(),createElementBlock("span",_hoisted_5$3,toDisplayString(gAe.value),1))])],6)):createCommentVNode("v-if",!0)],10,_hoisted_1$8V))}}),progress_default=progress_vue_vue_type_script_setup_true_lang_default;const ElProgress=withInstall(progress_default),rateProps=buildProps$1({modelValue:{type:Number,default:0},id:{type:String,default:void 0},lowThreshold:{type:Number,default:2},highThreshold:{type:Number,default:4},max:{type:Number,default:5},colors:{type:definePropType([Array,Object]),default:()=>mutable(["","",""])},voidColor:{type:String,default:""},disabledVoidColor:{type:String,default:""},icons:{type:definePropType([Array,Object]),default:()=>[star_filled_default,star_filled_default,star_filled_default]},voidIcon:{type:iconPropType,default:()=>star_default},disabledVoidIcon:{type:iconPropType,default:()=>star_filled_default},disabled:{type:Boolean,default:void 0},allowHalf:Boolean,showText:Boolean,showScore:Boolean,textColor:{type:String,default:""},texts:{type:definePropType(Array),default:()=>mutable(["Extremely bad","Disappointed","Fair","Satisfied","Surprise"])},scoreTemplate:{type:String,default:"{value}"},size:useSizeProp,clearable:Boolean,...useAriaProps(["ariaLabel"])}),rateEmits={[CHANGE_EVENT]:r4=>isNumber$2(r4),[UPDATE_MODEL_EVENT]:r4=>isNumber$2(r4)},_hoisted_1$8U=["id","aria-label","aria-labelledby","aria-valuenow","aria-valuetext","aria-valuemax","tabindex","aria-disabled"],_hoisted_2$o=["onMousemove","onClick"];var rate_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElRate",__name:"rate",props:rateProps,emits:rateEmits,setup(r4,{expose:x_,emit:$P}){function zP(AIe,XAe){const EIe=tIe=>isObject$9(tIe),hIe=XAe[Object.keys(XAe).map(tIe=>+tIe).filter(tIe=>{const gIe=XAe[tIe];return EIe(gIe)&&gIe.excluded?AIetIe-gIe)[0]];return EIe(hIe)&&hIe.value||hIe}const z9=r4,eAe=$P,tAe=inject(formItemContextKey,void 0),AAe=useFormSize(),iAe=useNamespace("rate"),{inputId:nAe,isLabeledByFormItem:oAe}=useFormItemInputId(z9,{formItemContext:tAe}),aAe=ref(clamp$2(z9.modelValue,0,z9.max)),cAe=ref(-1),uAe=ref(!0),dAe=ref([]),EAe=computed(()=>dAe.value.map(AIe=>AIe.$el.clientWidth)),gAe=computed(()=>[iAe.b(),iAe.m(AAe.value)]),pAe=useFormDisabled(),mAe=computed(()=>iAe.cssVarBlock({"void-color":z9.voidColor,"disabled-void-color":z9.disabledVoidColor,"fill-color":TAe.value})),SAe=computed(()=>{let AIe="";return z9.showScore?AIe=z9.scoreTemplate.replace(/\{\s*value\s*\}/,pAe.value?`${z9.modelValue}`:`${aAe.value}`):z9.showText&&(AIe=z9.texts[Math.ceil(aAe.value)-1]),AIe}),DAe=computed(()=>z9.modelValue*100-Math.floor(z9.modelValue)*100),NAe=computed(()=>isArray$6(z9.colors)?{[z9.lowThreshold]:z9.colors[0],[z9.highThreshold]:{value:z9.colors[1],excluded:!0},[z9.max]:z9.colors[2]}:z9.colors),TAe=computed(()=>{const AIe=zP(aAe.value,NAe.value);return isObject$9(AIe)?"":AIe}),bAe=computed(()=>{let AIe="";return pAe.value?AIe=`${DAe.value}%`:z9.allowHalf&&(AIe="50%"),{color:TAe.value,width:AIe}}),GAe=computed(()=>{let AIe=isArray$6(z9.icons)?[...z9.icons]:{...z9.icons};return AIe=markRaw(AIe),isArray$6(AIe)?{[z9.lowThreshold]:AIe[0],[z9.highThreshold]:{value:AIe[1],excluded:!0},[z9.max]:AIe[2]}:AIe}),LAe=computed(()=>zP(z9.modelValue,GAe.value)),wAe=computed(()=>pAe.value?isString$2(z9.disabledVoidIcon)?z9.disabledVoidIcon:markRaw(z9.disabledVoidIcon):isString$2(z9.voidIcon)?z9.voidIcon:markRaw(z9.voidIcon)),OAe=computed(()=>zP(aAe.value,GAe.value));function PAe(AIe){const XAe=pAe.value&&DAe.value>0&&AIe-1z9.modelValue,EIe=z9.allowHalf&&uAe.value&&AIe-.5<=aAe.value&&AIe>aAe.value;return XAe||EIe}function HAe(AIe){z9.clearable&&AIe===z9.modelValue&&(AIe=0),eAe(UPDATE_MODEL_EVENT,AIe),z9.modelValue!==AIe&&eAe(CHANGE_EVENT,AIe)}function zAe(AIe){pAe.value||(z9.allowHalf&&uAe.value?HAe(aAe.value):HAe(AIe))}function eIe(AIe){if(pAe.value)return;const XAe=getEventCode(AIe),EIe=z9.allowHalf?.5:1;let hIe=aAe.value;switch(XAe){case EVENT_CODE.up:case EVENT_CODE.right:hIe+=EIe;break;case EVENT_CODE.left:case EVENT_CODE.down:hIe-=EIe;break}if(hIe=clamp$2(hIe,0,z9.max),hIe!==aAe.value)return AIe.stopPropagation(),AIe.preventDefault(),eAe(UPDATE_MODEL_EVENT,hIe),eAe(CHANGE_EVENT,hIe),hIe}function iIe(AIe,XAe){pAe.value||(z9.allowHalf&&XAe?(uAe.value=XAe.offsetX*2<=EAe.value[AIe-1],aAe.value=uAe.value?AIe-.5:AIe):aAe.value=AIe,cAe.value=AIe)}function rIe(){pAe.value||(z9.allowHalf&&(uAe.value=z9.modelValue!==Math.floor(z9.modelValue)),aAe.value=clamp$2(z9.modelValue,0,z9.max),cAe.value=-1)}return watch(()=>z9.modelValue,AIe=>{aAe.value=clamp$2(AIe,0,z9.max),uAe.value=z9.modelValue!==Math.floor(z9.modelValue)}),z9.modelValue||eAe(UPDATE_MODEL_EVENT,0),x_({setCurrentValue:iIe,resetCurrentValue:rIe}),(AIe,XAe)=>{var EIe;return openBlock(),createElementBlock("div",{id:unref(nAe),class:normalizeClass([gAe.value,unref(iAe).is("disabled",unref(pAe))]),role:"slider","aria-label":unref(oAe)?void 0:r4.ariaLabel||"rating","aria-labelledby":unref(oAe)?(EIe=unref(tAe))==null?void 0:EIe.labelId:void 0,"aria-valuenow":aAe.value,"aria-valuetext":SAe.value||void 0,"aria-valuemin":"0","aria-valuemax":r4.max,style:normalizeStyle$1(mAe.value),tabindex:unref(pAe)?void 0:0,"aria-disabled":unref(pAe),onKeydown:eIe},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.max,(hIe,tIe)=>(openBlock(),createElementBlock("span",{key:tIe,class:normalizeClass(unref(iAe).e("item")),onMousemove:gIe=>iIe(hIe,gIe),onMouseleave:rIe,onClick:gIe=>zAe(hIe)},[createVNode$1(unref(ElIcon),{ref_for:!0,ref_key:"iconRefs",ref:dAe,class:normalizeClass([unref(iAe).e("icon"),{hover:cAe.value===hIe},unref(iAe).is("active",hIe<=aAe.value),unref(iAe).is("focus-visible",hIe===Math.ceil(aAe.value||1))])},{default:withCtx(()=>[withDirectives((openBlock(),createBlock(resolveDynamicComponent(OAe.value),null,null,512)),[[vShow,!PAe(hIe)&&hIe<=aAe.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(wAe.value),null,null,512)),[[vShow,!PAe(hIe)&&hIe>aAe.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(wAe.value),{class:normalizeClass([unref(iAe).em("decimal","box")])},null,8,["class"])),[[vShow,PAe(hIe)]]),withDirectives(createVNode$1(unref(ElIcon),{style:normalizeStyle$1(bAe.value),class:normalizeClass([unref(iAe).e("icon"),unref(iAe).e("decimal")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(LAe.value)))]),_:1},8,["style","class"]),[[vShow,PAe(hIe)]])]),_:2},1032,["class"])],42,_hoisted_2$o))),128)),r4.showText||r4.showScore?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(iAe).e("text")),style:normalizeStyle$1({color:r4.textColor})},toDisplayString(SAe.value),7)):createCommentVNode("v-if",!0)],46,_hoisted_1$8U)}}}),rate_default=rate_vue_vue_type_script_setup_true_lang_default;withInstall(rate_default);const IconMap={primary:"icon-primary",success:"icon-success",warning:"icon-warning",error:"icon-error",info:"icon-info"},IconComponentMap={[IconMap.primary]:info_filled_default,[IconMap.success]:circle_check_filled_default,[IconMap.warning]:warning_filled_default,[IconMap.error]:circle_close_filled_default,[IconMap.info]:info_filled_default},resultProps=buildProps$1({title:{type:String,default:""},subTitle:{type:String,default:""},icon:{type:String,values:["primary","success","warning","info","error"],default:"info"}});var result_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElResult",__name:"result",props:resultProps,setup(r4){const x_=r4,$P=useNamespace("result"),zP=computed(()=>{const z9=x_.icon,eAe=z9&&IconMap[z9]?IconMap[z9]:"icon-info";return{class:eAe,component:IconComponentMap[eAe]||IconComponentMap["icon-info"]}});return(z9,eAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($P).b())},[createBaseVNode("div",{class:normalizeClass(unref($P).e("icon"))},[renderSlot(z9.$slots,"icon",{},()=>[zP.value.component?(openBlock(),createBlock(resolveDynamicComponent(zP.value.component),{key:0,class:normalizeClass(zP.value.class)},null,8,["class"])):createCommentVNode("v-if",!0)])],2),r4.title||z9.$slots.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($P).e("title"))},[renderSlot(z9.$slots,"title",{},()=>[createBaseVNode("p",null,toDisplayString(r4.title),1)])],2)):createCommentVNode("v-if",!0),r4.subTitle||z9.$slots["sub-title"]?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($P).e("subtitle"))},[renderSlot(z9.$slots,"sub-title",{},()=>[createBaseVNode("p",null,toDisplayString(r4.subTitle),1)])],2)):createCommentVNode("v-if",!0),z9.$slots.extra?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref($P).e("extra"))},[renderSlot(z9.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2))}}),result_default=result_vue_vue_type_script_setup_true_lang_default;withInstall(result_default);const DEFAULT_DYNAMIC_LIST_ITEM_SIZE=50,ITEM_RENDER_EVT="itemRendered",SCROLL_EVT="scroll",FORWARD="forward",BACKWARD="backward",AUTO_ALIGNMENT="auto",SMART_ALIGNMENT="smart",START_ALIGNMENT="start",CENTERED_ALIGNMENT="center",END_ALIGNMENT="end",HORIZONTAL$1="horizontal",VERTICAL$1="vertical",LTR="ltr",RTL="rtl",RTL_OFFSET_NAG="negative",RTL_OFFSET_POS_ASC="positive-ascending",RTL_OFFSET_POS_DESC="positive-descending",ScrollbarDirKey={[HORIZONTAL$1]:"left",[VERTICAL$1]:"top"},SCROLLBAR_MIN_SIZE=20,itemSize$1=buildProp({type:definePropType([Number,Function]),required:!0}),estimatedItemSize=buildProp({type:Number}),cache=buildProp({type:Number,default:2}),direction$1=buildProp({type:String,values:["ltr","rtl"],default:"ltr"}),initScrollOffset=buildProp({type:Number,default:0}),total$1=buildProp({type:Number,required:!0}),layout$4=buildProp({type:String,values:["horizontal","vertical"],default:VERTICAL$1}),virtualizedProps=buildProps$1({className:{type:String,default:""},containerElement:{type:definePropType([String,Object]),default:"div"},data:{type:definePropType(Array),default:()=>mutable([])},direction:direction$1,height:{type:[String,Number],required:!0},innerElement:{type:[String,Object],default:"div"},innerProps:{type:definePropType(Object),default:()=>({})},style:{type:definePropType([Object,String,Array])},useIsScrolling:Boolean,width:{type:[Number,String],required:!1},perfMode:{type:Boolean,default:!0},scrollbarAlwaysOn:Boolean}),virtualizedListProps=buildProps$1({cache,estimatedItemSize,layout:layout$4,initScrollOffset,total:total$1,itemSize:itemSize$1,...virtualizedProps}),scrollbarSize={type:Number,default:6},startGap={type:Number,default:0},endGap={type:Number,default:2},virtualizedGridProps=buildProps$1({columnCache:cache,columnWidth:itemSize$1,estimatedColumnWidth:estimatedItemSize,estimatedRowHeight:estimatedItemSize,initScrollLeft:initScrollOffset,initScrollTop:initScrollOffset,itemKey:{type:definePropType(Function),default:({columnIndex:r4,rowIndex:x_})=>`${x_}:${r4}`},rowCache:cache,rowHeight:itemSize$1,totalColumn:total$1,totalRow:total$1,hScrollbarSize:scrollbarSize,vScrollbarSize:scrollbarSize,scrollbarStartGap:startGap,scrollbarEndGap:endGap,role:String,...virtualizedProps}),virtualizedScrollbarProps=buildProps$1({alwaysOn:Boolean,class:String,layout:layout$4,total:total$1,ratio:{type:Number,required:!0},clientSize:{type:Number,required:!0},scrollFrom:{type:Number,required:!0},scrollbarSize,startGap,endGap,visible:Boolean}),getScrollDir=(r4,x_)=>r4r4===LTR||r4===RTL||r4===HORIZONTAL$1,isRTL=r4=>r4===RTL;let cachedRTLResult=null;function getRTLOffsetType(r4=!1){if(cachedRTLResult===null||r4){const x_=document.createElement("div"),$P=x_.style;$P.width="50px",$P.height="50px",$P.overflow="scroll",$P.direction="rtl";const zP=document.createElement("div"),z9=zP.style;return z9.width="100px",z9.height="100px",x_.appendChild(zP),document.body.appendChild(x_),x_.scrollLeft>0?cachedRTLResult=RTL_OFFSET_POS_DESC:(x_.scrollLeft=1,x_.scrollLeft===0?cachedRTLResult=RTL_OFFSET_NAG:cachedRTLResult=RTL_OFFSET_POS_ASC),document.body.removeChild(x_),cachedRTLResult}return cachedRTLResult}function renderThumbStyle({move:r4,size:x_,bar:$P},zP){const z9={},eAe=`translate${$P.axis}(${r4}px)`;return z9[$P.size]=x_,z9.transform=eAe,zP==="horizontal"?z9.height="100%":z9.width="100%",z9}var safeIsNaN=Number.isNaN||function(x_){return typeof x_=="number"&&x_!==x_};function isEqual(r4,x_){return!!(r4===x_||safeIsNaN(r4)&&safeIsNaN(x_))}function areInputsEqual(r4,x_){if(r4.length!==x_.length)return!1;for(var $P=0;$P{const r4=getCurrentInstance().proxy.$props;return computed(()=>{const x_=($P,zP,z9)=>({});return r4.perfMode?memoize(x_):memoizeOne(x_)})},useWheel=({atEndEdge:r4,atStartEdge:x_,layout:$P},zP)=>{let z9,eAe=0;const tAe=iAe=>iAe<0&&x_.value||iAe>0&&r4.value;return{hasReachedEdge:tAe,onWheel:iAe=>{cAF(z9);let{deltaX:nAe,deltaY:oAe}=iAe;iAe.shiftKey&&oAe!==0&&(nAe=oAe,oAe=0);const aAe=$P.value===HORIZONTAL$1?nAe:oAe;tAe(aAe)||(eAe+=aAe,!isFirefox()&&aAe!==0&&iAe.preventDefault(),z9=rAF(()=>{zP(eAe),eAe=0}))}}},ScrollBar=defineComponent({name:"ElVirtualScrollBar",props:virtualizedScrollbarProps,emits:["scroll","start-move","stop-move"],setup(r4,{emit:x_}){const $P=computed(()=>r4.startGap+r4.endGap),zP=useNamespace("virtual-scrollbar"),z9=useNamespace("scrollbar"),eAe=ref(),tAe=ref();let AAe=null,iAe=null;const nAe=reactive({isDragging:!1,traveled:0}),oAe=computed(()=>BAR_MAP[r4.layout]),aAe=computed(()=>r4.clientSize-unref($P)),cAe=computed(()=>({position:"absolute",width:`${HORIZONTAL$1===r4.layout?aAe.value:r4.scrollbarSize}px`,height:`${HORIZONTAL$1===r4.layout?r4.scrollbarSize:aAe.value}px`,[ScrollbarDirKey[r4.layout]]:"2px",right:"2px",bottom:"2px",borderRadius:"4px"})),uAe=computed(()=>{const TAe=r4.ratio;if(TAe>=100)return Number.POSITIVE_INFINITY;if(TAe>=50)return TAe*aAe.value/100;const bAe=aAe.value/3;return Math.floor(Math.min(Math.max(TAe*aAe.value/100,SCROLLBAR_MIN_SIZE),bAe))}),dAe=computed(()=>{if(!Number.isFinite(uAe.value))return{display:"none"};const TAe=`${uAe.value}px`;return renderThumbStyle({bar:oAe.value,size:TAe,move:nAe.traveled},r4.layout)}),EAe=computed(()=>Math.ceil(r4.clientSize-uAe.value-unref($P))),gAe=()=>{window.addEventListener("mousemove",DAe),window.addEventListener("mouseup",SAe);const TAe=unref(tAe);TAe&&(iAe=document.onselectstart,document.onselectstart=()=>!1,TAe.addEventListener("touchmove",DAe,{passive:!0}),TAe.addEventListener("touchend",SAe))},pAe=()=>{window.removeEventListener("mousemove",DAe),window.removeEventListener("mouseup",SAe),document.onselectstart=iAe,iAe=null;const TAe=unref(tAe);TAe&&(TAe.removeEventListener("touchmove",DAe),TAe.removeEventListener("touchend",SAe))},mAe=TAe=>{TAe.stopImmediatePropagation(),!(TAe.ctrlKey||[1,2].includes(TAe.button))&&(nAe.isDragging=!0,nAe[oAe.value.axis]=TAe.currentTarget[oAe.value.offset]-(TAe[oAe.value.client]-TAe.currentTarget.getBoundingClientRect()[oAe.value.direction]),x_("start-move"),gAe())},SAe=()=>{nAe.isDragging=!1,nAe[oAe.value.axis]=0,x_("stop-move"),pAe()},DAe=TAe=>{const{isDragging:bAe}=nAe;if(!bAe||!tAe.value||!eAe.value)return;const GAe=nAe[oAe.value.axis];if(!GAe)return;cAF(AAe);const LAe=(eAe.value.getBoundingClientRect()[oAe.value.direction]-TAe[oAe.value.client])*-1-(tAe.value[oAe.value.offset]-GAe);AAe=rAF(()=>{nAe.traveled=Math.max(0,Math.min(LAe,EAe.value)),x_("scroll",LAe,EAe.value)})},NAe=TAe=>{const bAe=Math.abs(TAe.target.getBoundingClientRect()[oAe.value.direction]-TAe[oAe.value.client])-tAe.value[oAe.value.offset]/2;nAe.traveled=Math.max(0,Math.min(bAe,EAe.value)),x_("scroll",bAe,EAe.value)};return watch(()=>r4.scrollFrom,TAe=>{nAe.isDragging||(nAe.traveled=Math.ceil(TAe*EAe.value))}),onBeforeUnmount(()=>{pAe()}),()=>h$d("div",{role:"presentation",ref:eAe,class:[zP.b(),r4.class,(r4.alwaysOn||nAe.isDragging)&&"always-on"],style:cAe.value,onMousedown:withModifiers(NAe,["stop","prevent"]),onTouchstartPrevent:mAe},h$d("div",{ref:tAe,class:z9.e("thumb"),style:dAe.value,onMousedown:mAe},[]))}}),createList$2=({name:r4,getOffset:x_,getItemSize:$P,getItemOffset:zP,getEstimatedTotalSize:z9,getStartIndexForOffset:eAe,getStopIndexForStartIndex:tAe,initCache:AAe,clearCache:iAe,validateProps:nAe})=>defineComponent({name:r4??"ElVirtualList",props:virtualizedListProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(oAe,{emit:aAe,expose:cAe}){nAe(oAe);const uAe=getCurrentInstance(),dAe=useNamespace("vl"),EAe=ref(AAe(oAe,uAe)),gAe=useCache(),pAe=ref(),mAe=ref(),SAe=ref(),DAe=ref({isScrolling:!1,scrollDir:"forward",scrollOffset:isNumber$2(oAe.initScrollOffset)?oAe.initScrollOffset:0,updateRequested:!1,isScrollbarDragging:!1,scrollbarAlwaysOn:oAe.scrollbarAlwaysOn}),NAe=computed(()=>{const{total:gIe,cache:pIe}=oAe,{isScrolling:_Ie,scrollDir:SIe,scrollOffset:yIe}=unref(DAe);if(gIe===0)return[0,0,0,0];const OIe=eAe(oAe,yIe,unref(EAe)),HIe=tAe(oAe,OIe,yIe,unref(EAe)),PIe=!_Ie||SIe===BACKWARD?Math.max(1,pIe):1,LIe=!_Ie||SIe===FORWARD?Math.max(1,pIe):1;return[Math.max(0,OIe-PIe),Math.max(0,Math.min(gIe-1,HIe+LIe)),OIe,HIe]}),TAe=computed(()=>z9(oAe,unref(EAe))),bAe=computed(()=>isHorizontal(oAe.layout)),GAe=computed(()=>[{position:"relative",[`overflow-${bAe.value?"x":"y"}`]:"scroll",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:oAe.direction,height:isNumber$2(oAe.height)?`${oAe.height}px`:oAe.height,width:isNumber$2(oAe.width)?`${oAe.width}px`:oAe.width},oAe.style]),LAe=computed(()=>{const gIe=unref(TAe),pIe=unref(bAe);return{height:pIe?"100%":`${gIe}px`,pointerEvents:unref(DAe).isScrolling?"none":void 0,width:pIe?`${gIe}px`:"100%",margin:0,boxSizing:"border-box"}}),wAe=computed(()=>bAe.value?oAe.width:oAe.height),{onWheel:OAe}=useWheel({atStartEdge:computed(()=>DAe.value.scrollOffset<=0),atEndEdge:computed(()=>DAe.value.scrollOffset>=TAe.value),layout:computed(()=>oAe.layout)},gIe=>{var pIe,_Ie;(_Ie=(pIe=SAe.value).onMouseUp)==null||_Ie.call(pIe),rIe(Math.min(DAe.value.scrollOffset+gIe,TAe.value-wAe.value))});useEventListener$1(pAe,"wheel",OAe,{passive:!1});const PAe=()=>{const{total:gIe}=oAe;if(gIe>0){const[yIe,OIe,HIe,PIe]=unref(NAe);aAe(ITEM_RENDER_EVT,yIe,OIe,HIe,PIe)}const{scrollDir:pIe,scrollOffset:_Ie,updateRequested:SIe}=unref(DAe);aAe(SCROLL_EVT,pIe,_Ie,SIe)},HAe=gIe=>{const{clientHeight:pIe,scrollHeight:_Ie,scrollTop:SIe}=gIe.currentTarget,yIe=unref(DAe);if(yIe.scrollOffset===SIe)return;const OIe=Math.max(0,Math.min(SIe,_Ie-pIe));DAe.value={...yIe,isScrolling:!0,scrollDir:getScrollDir(yIe.scrollOffset,OIe),scrollOffset:OIe,updateRequested:!1},nextTick(EIe)},zAe=gIe=>{const{clientWidth:pIe,scrollLeft:_Ie,scrollWidth:SIe}=gIe.currentTarget,yIe=unref(DAe);if(yIe.scrollOffset===_Ie)return;const{direction:OIe}=oAe;let HIe=_Ie;if(OIe===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:HIe=-_Ie;break;case RTL_OFFSET_POS_DESC:HIe=SIe-pIe-_Ie;break}HIe=Math.max(0,Math.min(HIe,SIe-pIe)),DAe.value={...yIe,isScrolling:!0,scrollDir:getScrollDir(yIe.scrollOffset,HIe),scrollOffset:HIe,updateRequested:!1},nextTick(EIe)},eIe=gIe=>{unref(bAe)?zAe(gIe):HAe(gIe),PAe()},iIe=(gIe,pIe)=>{const _Ie=(TAe.value-wAe.value)/pIe*gIe;rIe(Math.min(TAe.value-wAe.value,_Ie))},rIe=gIe=>{gIe=Math.max(gIe,0),gIe!==unref(DAe).scrollOffset&&(DAe.value={...unref(DAe),scrollOffset:gIe,scrollDir:getScrollDir(unref(DAe).scrollOffset,gIe),updateRequested:!0},nextTick(EIe))},AIe=(gIe,pIe=AUTO_ALIGNMENT)=>{const{scrollOffset:_Ie}=unref(DAe);gIe=Math.max(0,Math.min(gIe,oAe.total-1)),rIe(x_(oAe,gIe,pIe,_Ie,unref(EAe)))},XAe=gIe=>{const{direction:pIe,itemSize:_Ie,layout:SIe}=oAe,yIe=gAe.value(iAe&&_Ie,iAe&&SIe,iAe&&pIe);let OIe;if(hasOwn$1(yIe,String(gIe)))OIe=yIe[gIe];else{const HIe=zP(oAe,gIe,unref(EAe)),PIe=$P(oAe,gIe,unref(EAe)),LIe=unref(bAe),oEe=pIe===RTL,JIe=LIe?HIe:0;yIe[gIe]=OIe={position:"absolute",left:oEe?void 0:`${JIe}px`,right:oEe?`${JIe}px`:void 0,top:LIe?0:`${HIe}px`,height:LIe?"100%":`${PIe}px`,width:LIe?`${PIe}px`:"100%"}}return OIe},EIe=()=>{DAe.value.isScrolling=!1,nextTick(()=>{gAe.value(-1,null,null)})},hIe=()=>{const gIe=pAe.value;gIe&&(gIe.scrollTop=0)};onMounted(()=>{if(!isClient$1)return;const{initScrollOffset:gIe}=oAe,pIe=unref(pAe);isNumber$2(gIe)&&pIe&&(unref(bAe)?pIe.scrollLeft=gIe:pIe.scrollTop=gIe),PAe()}),onUpdated(()=>{const{direction:gIe,layout:pIe}=oAe,{scrollOffset:_Ie,updateRequested:SIe}=unref(DAe),yIe=unref(pAe);if(SIe&&yIe)if(pIe===HORIZONTAL$1)if(gIe===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:yIe.scrollLeft=-_Ie;break;case RTL_OFFSET_POS_ASC:yIe.scrollLeft=_Ie;break;default:{const{clientWidth:OIe,scrollWidth:HIe}=yIe;yIe.scrollLeft=HIe-OIe-_Ie;break}}else yIe.scrollLeft=_Ie;else yIe.scrollTop=_Ie}),onActivated(()=>{unref(pAe).scrollTop=unref(DAe).scrollOffset});const tIe={ns:dAe,clientSize:wAe,estimatedTotalSize:TAe,windowStyle:GAe,windowRef:pAe,innerRef:mAe,innerStyle:LAe,itemsToRender:NAe,scrollbarRef:SAe,states:DAe,getItemStyle:XAe,onScroll:eIe,onScrollbarScroll:iIe,onWheel:OAe,scrollTo:rIe,scrollToItem:AIe,resetScrollTop:hIe};return cAe({windowRef:pAe,innerRef:mAe,getItemStyleCache:gAe,scrollTo:rIe,scrollToItem:AIe,resetScrollTop:hIe,states:DAe}),tIe},render(oAe){var EIe;const{$slots:aAe,className:cAe,clientSize:uAe,containerElement:dAe,data:EAe,getItemStyle:gAe,innerElement:pAe,itemsToRender:mAe,innerStyle:SAe,layout:DAe,total:NAe,onScroll:TAe,onScrollbarScroll:bAe,states:GAe,useIsScrolling:LAe,windowStyle:wAe,ns:OAe}=oAe,[PAe,HAe]=mAe,zAe=resolveDynamicComponent(dAe),eIe=resolveDynamicComponent(pAe),iIe=[];if(NAe>0)for(let hIe=PAe;hIe<=HAe;hIe++)iIe.push(h$d(Fragment$1,{key:hIe},(EIe=aAe.default)==null?void 0:EIe.call(aAe,{data:EAe,index:hIe,isScrolling:LAe?GAe.isScrolling:void 0,style:gAe(hIe)})));const rIe=[h$d(eIe,mergeProps(oAe.innerProps,{style:SAe,ref:"innerRef"}),isString$2(eIe)?iIe:{default:()=>iIe})],AIe=h$d(ScrollBar,{ref:"scrollbarRef",clientSize:uAe,layout:DAe,onScroll:bAe,ratio:uAe*100/this.estimatedTotalSize,scrollFrom:GAe.scrollOffset/(this.estimatedTotalSize-uAe),total:NAe,alwaysOn:GAe.scrollbarAlwaysOn}),XAe=h$d(zAe,{class:[OAe.e("window"),cAe],style:wAe,onScroll:TAe,ref:"windowRef",key:0},isString$2(zAe)?[rIe]:{default:()=>[rIe]});return h$d("div",{key:0,class:[OAe.e("wrapper"),GAe.scrollbarAlwaysOn?"always-on":""]},[XAe,AIe])}}),FixedSizeList=createList$2({name:"ElFixedSizeList",getItemOffset:({itemSize:r4},x_)=>x_*r4,getItemSize:({itemSize:r4})=>r4,getEstimatedTotalSize:({total:r4,itemSize:x_})=>x_*r4,getOffset:({height:r4,total:x_,itemSize:$P,layout:zP,width:z9},eAe,tAe,AAe)=>{const iAe=isHorizontal(zP)?z9:r4;isString$2(iAe)&&throwError$2("[ElVirtualList]",` You should set width/height to number when your layout is horizontal/vertical `);const nAe=Math.max(0,x_*$P-iAe),oAe=Math.min(nAe,eAe*$P),aAe=Math.max(0,(eAe+1)*$P-iAe);switch(tAe===SMART_ALIGNMENT&&(AAe>=aAe-iAe&&AAe<=oAe+iAe?tAe=AUTO_ALIGNMENT:tAe=CENTERED_ALIGNMENT),tAe){case START_ALIGNMENT:return oAe;case END_ALIGNMENT:return aAe;case CENTERED_ALIGNMENT:{const cAe=Math.round(aAe+(oAe-aAe)/2);return cAenAe+Math.floor(iAe/2)?nAe:cAe}case AUTO_ALIGNMENT:default:return AAe>=aAe&&AAe<=oAe?AAe:AAeMath.max(0,Math.min(r4-1,Math.floor($P/x_))),getStopIndexForStartIndex:({height:r4,total:x_,itemSize:$P,layout:zP,width:z9},eAe,tAe)=>{const AAe=eAe*$P,iAe=isHorizontal(zP)?z9:r4,nAe=Math.ceil((iAe+tAe-AAe)/$P);return Math.max(0,Math.min(x_-1,eAe+nAe-1))},initCache(){},clearCache:!0,validateProps(){}}),SCOPE$5="ElDynamicSizeList",getItemFromCache$1=(r4,x_,$P)=>{const{itemSize:zP}=r4,{items:z9,lastVisitedIndex:eAe}=$P;if(x_>eAe){let tAe=0;if(eAe>=0){const AAe=z9[eAe];tAe=AAe.offset+AAe.size}for(let AAe=eAe+1;AAe<=x_;AAe++){const iAe=zP(AAe);z9[AAe]={offset:tAe,size:iAe},tAe+=iAe}$P.lastVisitedIndex=x_}return z9[x_]},findItem$1=(r4,x_,$P)=>{const{items:zP,lastVisitedIndex:z9}=x_;return(z9>0?zP[z9].offset:0)>=$P?bs$5(r4,x_,0,z9,$P):es$6(r4,x_,Math.max(0,z9),$P)},bs$5=(r4,x_,$P,zP,z9)=>{for(;$P<=zP;){const eAe=$P+Math.floor((zP-$P)/2),tAe=getItemFromCache$1(r4,eAe,x_).offset;if(tAe===z9)return eAe;tAez9&&(zP=eAe-1)}return Math.max(0,$P-1)},es$6=(r4,x_,$P,zP)=>{const{total:z9}=r4;let eAe=1;for(;$P{let z9=0;if(zP>=r4&&(zP=r4-1),zP>=0){const tAe=x_[zP];z9=tAe.offset+tAe.size}const eAe=(r4-zP-1)*$P;return z9+eAe},DynamicSizeList=createList$2({name:"ElDynamicSizeList",getItemOffset:(r4,x_,$P)=>getItemFromCache$1(r4,x_,$P).offset,getItemSize:(r4,x_,{items:$P})=>$P[x_].size,getEstimatedTotalSize,getOffset:(r4,x_,$P,zP,z9)=>{const{height:eAe,layout:tAe,width:AAe}=r4,iAe=isHorizontal(tAe)?AAe:eAe,nAe=getItemFromCache$1(r4,x_,z9),oAe=getEstimatedTotalSize(r4,z9),aAe=Math.max(0,Math.min(oAe-iAe,nAe.offset)),cAe=Math.max(0,nAe.offset-iAe+nAe.size);switch($P===SMART_ALIGNMENT&&(zP>=cAe-iAe&&zP<=aAe+iAe?$P=AUTO_ALIGNMENT:$P=CENTERED_ALIGNMENT),$P){case START_ALIGNMENT:return aAe;case END_ALIGNMENT:return cAe;case CENTERED_ALIGNMENT:return Math.round(cAe+(aAe-cAe)/2);case AUTO_ALIGNMENT:default:return zP>=cAe&&zP<=aAe?zP:zPfindItem$1(r4,$P,x_),getStopIndexForStartIndex:(r4,x_,$P,zP)=>{const{height:z9,total:eAe,layout:tAe,width:AAe}=r4,iAe=isHorizontal(tAe)?AAe:z9,nAe=getItemFromCache$1(r4,x_,zP),oAe=$P+iAe;let aAe=nAe.offset+nAe.size,cAe=x_;for(;cAe{var eAe,tAe;$P.lastVisitedIndex=Math.min($P.lastVisitedIndex,zP-1),(eAe=x_.exposed)==null||eAe.getItemStyleCache(-1),z9&&((tAe=x_.proxy)==null||tAe.$forceUpdate())},$P},clearCache:!1,validateProps:({itemSize:r4})=>{typeof r4!="function"&&throwError$2(SCOPE$5,` itemSize is required as function, but the given value was ${typeof r4} `)}}),useGridWheel=({atXEndEdge:r4,atXStartEdge:x_,atYEndEdge:$P,atYStartEdge:zP},z9)=>{let eAe=null,tAe=0,AAe=0;const iAe=(oAe,aAe)=>{const cAe=oAe<0&&x_.value||oAe>0&&r4.value,uAe=aAe<0&&zP.value||aAe>0&&$P.value;return cAe||uAe};return{hasReachedEdge:iAe,onWheel:oAe=>{cAF(eAe);let aAe=oAe.deltaX,cAe=oAe.deltaY;if(Math.abs(aAe)>Math.abs(cAe)?cAe=0:aAe=0,oAe.shiftKey&&cAe!==0&&(aAe=cAe,cAe=0),iAe(aAe,cAe)){oAe.deltaX!==0&&aAe===0&&oAe.preventDefault();return}tAe+=aAe,AAe+=cAe,oAe.preventDefault(),eAe=rAF(()=>{z9(tAe,AAe),tAe=0,AAe=0})}}},useGridTouch=(r4,x_,$P,zP,z9,eAe,tAe)=>{const AAe=ref(0),iAe=ref(0);let nAe,oAe=0,aAe=0;const cAe=dAe=>{cAF(nAe),AAe.value=dAe.touches[0].clientX,iAe.value=dAe.touches[0].clientY,oAe=0,aAe=0},uAe=dAe=>{dAe.preventDefault(),cAF(nAe),oAe+=AAe.value-dAe.touches[0].clientX,aAe+=iAe.value-dAe.touches[0].clientY,AAe.value=dAe.touches[0].clientX,iAe.value=dAe.touches[0].clientY,nAe=rAF(()=>{const EAe=zP.value-unref(eAe),gAe=z9.value-unref(tAe);$P({scrollLeft:Math.min(x_.value.scrollLeft+oAe,EAe),scrollTop:Math.min(x_.value.scrollTop+aAe,gAe)}),oAe=0,aAe=0})};return useEventListener$1(r4,"touchstart",cAe,{passive:!0}),useEventListener$1(r4,"touchmove",uAe,{passive:!1}),{touchStartX:AAe,touchStartY:iAe,handleTouchStart:cAe,handleTouchMove:uAe}},createGrid=({name:r4,clearCache:x_,getColumnPosition:$P,getColumnStartIndexForOffset:zP,getColumnStopIndexForStartIndex:z9,getEstimatedTotalHeight:eAe,getEstimatedTotalWidth:tAe,getColumnOffset:AAe,getRowOffset:iAe,getRowPosition:nAe,getRowStartIndexForOffset:oAe,getRowStopIndexForStartIndex:aAe,initCache:cAe,injectToInstance:uAe,validateProps:dAe})=>defineComponent({name:r4??"ElVirtualList",props:virtualizedGridProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(EAe,{emit:gAe,expose:pAe,slots:mAe}){const SAe=useNamespace("vl");dAe(EAe);const DAe=getCurrentInstance(),NAe=ref(cAe(EAe,DAe));uAe==null||uAe(DAe,NAe);const TAe=ref(),bAe=ref(),GAe=ref(),LAe=ref(),wAe=ref({isScrolling:!1,scrollLeft:isNumber$2(EAe.initScrollLeft)?EAe.initScrollLeft:0,scrollTop:isNumber$2(EAe.initScrollTop)?EAe.initScrollTop:0,updateRequested:!1,xAxisScrollDir:FORWARD,yAxisScrollDir:FORWARD}),OAe=useCache(),PAe=computed(()=>Number.parseInt(`${EAe.height}`,10)),HAe=computed(()=>Number.parseInt(`${EAe.width}`,10)),zAe=computed(()=>{const{totalColumn:vEe,totalRow:yEe,columnCache:VEe}=EAe,{isScrolling:UEe,xAxisScrollDir:UCe,scrollLeft:CCe}=unref(wAe);if(vEe===0||yEe===0)return[0,0,0,0];const fCe=zP(EAe,CCe,unref(NAe)),VCe=z9(EAe,fCe,CCe,unref(NAe)),$Ee=!UEe||UCe===BACKWARD?Math.max(1,VEe):1,tCe=!UEe||UCe===FORWARD?Math.max(1,VEe):1;return[Math.max(0,fCe-$Ee),Math.max(0,Math.min(vEe-1,VCe+tCe)),fCe,VCe]}),eIe=computed(()=>{const{totalColumn:vEe,totalRow:yEe,rowCache:VEe}=EAe,{isScrolling:UEe,yAxisScrollDir:UCe,scrollTop:CCe}=unref(wAe);if(vEe===0||yEe===0)return[0,0,0,0];const fCe=oAe(EAe,CCe,unref(NAe)),VCe=aAe(EAe,fCe,CCe,unref(NAe)),$Ee=!UEe||UCe===BACKWARD?Math.max(1,VEe):1,tCe=!UEe||UCe===FORWARD?Math.max(1,VEe):1;return[Math.max(0,fCe-$Ee),Math.max(0,Math.min(yEe-1,VCe+tCe)),fCe,VCe]}),iIe=computed(()=>eAe(EAe,unref(NAe))),rIe=computed(()=>tAe(EAe,unref(NAe))),AIe=computed(()=>[{position:"relative",overflow:"hidden",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:EAe.direction,height:isNumber$2(EAe.height)?`${EAe.height}px`:EAe.height,width:isNumber$2(EAe.width)?`${EAe.width}px`:EAe.width},EAe.style??{}]),XAe=computed(()=>{const vEe=`${unref(rIe)}px`;return{height:`${unref(iIe)}px`,pointerEvents:unref(wAe).isScrolling?"none":void 0,width:vEe,margin:0,boxSizing:"border-box"}}),EIe=()=>{const{totalColumn:vEe,totalRow:yEe}=EAe;if(vEe>0&&yEe>0){const[VCe,$Ee,tCe,iCe]=unref(zAe),[gCe,TCe,YEe,cEe]=unref(eIe);gAe(ITEM_RENDER_EVT,{columnCacheStart:VCe,columnCacheEnd:$Ee,rowCacheStart:gCe,rowCacheEnd:TCe,columnVisibleStart:tCe,columnVisibleEnd:iCe,rowVisibleStart:YEe,rowVisibleEnd:cEe})}const{scrollLeft:VEe,scrollTop:UEe,updateRequested:UCe,xAxisScrollDir:CCe,yAxisScrollDir:fCe}=unref(wAe);gAe(SCROLL_EVT,{xAxisScrollDir:CCe,scrollLeft:VEe,yAxisScrollDir:fCe,scrollTop:UEe,updateRequested:UCe})},hIe=vEe=>{const{clientHeight:yEe,clientWidth:VEe,scrollHeight:UEe,scrollLeft:UCe,scrollTop:CCe,scrollWidth:fCe}=vEe.currentTarget,VCe=unref(wAe);if(VCe.scrollTop===CCe&&VCe.scrollLeft===UCe)return;let $Ee=UCe;if(isRTL(EAe.direction))switch(getRTLOffsetType()){case RTL_OFFSET_NAG:$Ee=-UCe;break;case RTL_OFFSET_POS_DESC:$Ee=fCe-VEe-UCe;break}wAe.value={...VCe,isScrolling:!0,scrollLeft:$Ee,scrollTop:Math.max(0,Math.min(CCe,UEe-yEe)),updateRequested:!0,xAxisScrollDir:getScrollDir(VCe.scrollLeft,$Ee),yAxisScrollDir:getScrollDir(VCe.scrollTop,CCe)},nextTick(()=>oEe()),JIe(),EIe()},tIe=(vEe,yEe)=>{const VEe=unref(PAe),UEe=(iIe.value-VEe)/yEe*vEe;_Ie({scrollTop:Math.min(iIe.value-VEe,UEe)})},gIe=(vEe,yEe)=>{const VEe=unref(HAe),UEe=(rIe.value-VEe)/yEe*vEe;_Ie({scrollLeft:Math.min(rIe.value-VEe,UEe)})},{onWheel:pIe}=useGridWheel({atXStartEdge:computed(()=>wAe.value.scrollLeft<=0),atXEndEdge:computed(()=>wAe.value.scrollLeft>=rIe.value-unref(HAe)),atYStartEdge:computed(()=>wAe.value.scrollTop<=0),atYEndEdge:computed(()=>wAe.value.scrollTop>=iIe.value-unref(PAe))},(vEe,yEe)=>{var UCe,CCe,fCe,VCe;(CCe=(UCe=bAe.value)==null?void 0:UCe.onMouseUp)==null||CCe.call(UCe),(VCe=(fCe=GAe.value)==null?void 0:fCe.onMouseUp)==null||VCe.call(fCe);const VEe=unref(HAe),UEe=unref(PAe);_Ie({scrollLeft:Math.min(wAe.value.scrollLeft+vEe,rIe.value-VEe),scrollTop:Math.min(wAe.value.scrollTop+yEe,iIe.value-UEe)})});useEventListener$1(TAe,"wheel",pIe,{passive:!1});const _Ie=({scrollLeft:vEe=wAe.value.scrollLeft,scrollTop:yEe=wAe.value.scrollTop})=>{vEe=Math.max(vEe,0),yEe=Math.max(yEe,0);const VEe=unref(wAe);yEe===VEe.scrollTop&&vEe===VEe.scrollLeft||(wAe.value={...VEe,xAxisScrollDir:getScrollDir(VEe.scrollLeft,vEe),yAxisScrollDir:getScrollDir(VEe.scrollTop,yEe),scrollLeft:vEe,scrollTop:yEe,updateRequested:!0},nextTick(()=>oEe()),JIe(),EIe())},{touchStartX:SIe,touchStartY:yIe,handleTouchStart:OIe,handleTouchMove:HIe}=useGridTouch(TAe,wAe,_Ie,rIe,iIe,HAe,PAe),PIe=(vEe=0,yEe=0,VEe=AUTO_ALIGNMENT)=>{const UEe=unref(wAe);yEe=Math.max(0,Math.min(yEe,EAe.totalColumn-1)),vEe=Math.max(0,Math.min(vEe,EAe.totalRow-1));const UCe=getScrollBarWidth(SAe.namespace.value),CCe=unref(NAe),fCe=eAe(EAe,CCe),VCe=tAe(EAe,CCe);_Ie({scrollLeft:AAe(EAe,yEe,VEe,UEe.scrollLeft,CCe,VCe>EAe.width?UCe:0),scrollTop:iAe(EAe,vEe,VEe,UEe.scrollTop,CCe,fCe>EAe.height?UCe:0)})},LIe=(vEe,yEe)=>{const{columnWidth:VEe,direction:UEe,rowHeight:UCe}=EAe,CCe=OAe.value(x_&&VEe,x_&&UCe,x_&&UEe),fCe=`${vEe},${yEe}`;if(hasOwn$1(CCe,fCe))return CCe[fCe];{const[,VCe]=$P(EAe,yEe,unref(NAe)),$Ee=unref(NAe),tCe=isRTL(UEe),[iCe,gCe]=nAe(EAe,vEe,$Ee),[TCe]=$P(EAe,yEe,$Ee);return CCe[fCe]={position:"absolute",left:tCe?void 0:`${VCe}px`,right:tCe?`${VCe}px`:void 0,top:`${gCe}px`,height:`${iCe}px`,width:`${TCe}px`},CCe[fCe]}},oEe=()=>{wAe.value.isScrolling=!1,nextTick(()=>{OAe.value(-1,null,null)})};onMounted(()=>{if(!isClient$1)return;const{initScrollLeft:vEe,initScrollTop:yEe}=EAe,VEe=unref(TAe);VEe&&(isNumber$2(vEe)&&(VEe.scrollLeft=vEe),isNumber$2(yEe)&&(VEe.scrollTop=yEe)),EIe()});const JIe=()=>{const{direction:vEe}=EAe,{scrollLeft:yEe,scrollTop:VEe,updateRequested:UEe}=unref(wAe),UCe=unref(TAe);if(UEe&&UCe){if(vEe===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:UCe.scrollLeft=-yEe;break;case RTL_OFFSET_POS_ASC:UCe.scrollLeft=yEe;break;default:{const{clientWidth:CCe,scrollWidth:fCe}=UCe;UCe.scrollLeft=fCe-CCe-yEe;break}}else UCe.scrollLeft=Math.max(0,yEe);UCe.scrollTop=Math.max(0,VEe)}},{resetAfterColumnIndex:XIe,resetAfterRowIndex:zIe,resetAfter:YIe}=DAe.proxy;pAe({windowRef:TAe,innerRef:LAe,getItemStyleCache:OAe,touchStartX:SIe,touchStartY:yIe,handleTouchStart:OIe,handleTouchMove:HIe,scrollTo:_Ie,scrollToItem:PIe,states:wAe,resetAfterColumnIndex:XIe,resetAfterRowIndex:zIe,resetAfter:YIe});const uEe=()=>{const{scrollbarAlwaysOn:vEe,scrollbarStartGap:yEe,scrollbarEndGap:VEe,totalColumn:UEe,totalRow:UCe}=EAe,CCe=unref(HAe),fCe=unref(PAe),VCe=unref(rIe),$Ee=unref(iIe),{scrollLeft:tCe,scrollTop:iCe}=unref(wAe);return{horizontalScrollbar:h$d(ScrollBar,{ref:bAe,alwaysOn:vEe,startGap:yEe,endGap:VEe,class:SAe.e("horizontal"),clientSize:CCe,layout:"horizontal",onScroll:gIe,ratio:CCe*100/VCe,scrollFrom:tCe/(VCe-CCe),total:UCe,visible:!0}),verticalScrollbar:h$d(ScrollBar,{ref:GAe,alwaysOn:vEe,startGap:yEe,endGap:VEe,class:SAe.e("vertical"),clientSize:fCe,layout:"vertical",onScroll:tIe,ratio:fCe*100/$Ee,scrollFrom:iCe/($Ee-fCe),total:UEe,visible:!0})}},NEe=()=>{var iCe;const[vEe,yEe]=unref(zAe),[VEe,UEe]=unref(eIe),{data:UCe,totalColumn:CCe,totalRow:fCe,useIsScrolling:VCe,itemKey:$Ee}=EAe,tCe=[];if(fCe>0&&CCe>0)for(let gCe=VEe;gCe<=UEe;gCe++)for(let TCe=vEe;TCe<=yEe;TCe++){const YEe=$Ee({columnIndex:TCe,data:UCe,rowIndex:gCe});tCe.push(h$d(Fragment$1,{key:YEe},(iCe=mAe.default)==null?void 0:iCe.call(mAe,{columnIndex:TCe,data:UCe,isScrolling:VCe?unref(wAe).isScrolling:void 0,style:LIe(gCe,TCe),rowIndex:gCe})))}return tCe},MEe=()=>{const vEe=resolveDynamicComponent(EAe.innerElement),yEe=NEe();return[h$d(vEe,mergeProps(EAe.innerProps,{style:unref(XAe),ref:LAe}),isString$2(vEe)?yEe:{default:()=>yEe})]};return()=>{const vEe=resolveDynamicComponent(EAe.containerElement),{horizontalScrollbar:yEe,verticalScrollbar:VEe}=uEe(),UEe=MEe();return h$d("div",{key:0,class:SAe.e("wrapper"),role:EAe.role},[h$d(vEe,{class:EAe.className,style:unref(AIe),onScroll:hIe,ref:TAe},isString$2(vEe)?UEe:{default:()=>UEe}),yEe,VEe])}}}),SCOPE$4="ElFixedSizeGrid",FixedSizeGrid=createGrid({name:"ElFixedSizeGrid",getColumnPosition:({columnWidth:r4},x_)=>[r4,x_*r4],getRowPosition:({rowHeight:r4},x_)=>[r4,x_*r4],getEstimatedTotalHeight:({totalRow:r4,rowHeight:x_})=>x_*r4,getEstimatedTotalWidth:({totalColumn:r4,columnWidth:x_})=>x_*r4,getColumnOffset:({totalColumn:r4,columnWidth:x_,width:$P},zP,z9,eAe,tAe,AAe)=>{$P=Number($P);const iAe=Math.max(0,r4*x_-$P),nAe=Math.min(iAe,zP*x_),oAe=Math.max(0,zP*x_-$P+AAe+x_);switch(z9==="smart"&&(eAe>=oAe-$P&&eAe<=nAe+$P?z9=AUTO_ALIGNMENT:z9=CENTERED_ALIGNMENT),z9){case START_ALIGNMENT:return nAe;case END_ALIGNMENT:return oAe;case CENTERED_ALIGNMENT:{const aAe=Math.round(oAe+(nAe-oAe)/2);return aAeiAe+Math.floor($P/2)?iAe:aAe}case AUTO_ALIGNMENT:default:return eAe>=oAe&&eAe<=nAe?eAe:oAe>nAe||eAe{x_=Number(x_);const iAe=Math.max(0,$P*r4-x_),nAe=Math.min(iAe,zP*r4),oAe=Math.max(0,zP*r4-x_+AAe+r4);switch(z9===SMART_ALIGNMENT&&(eAe>=oAe-x_&&eAe<=nAe+x_?z9=AUTO_ALIGNMENT:z9=CENTERED_ALIGNMENT),z9){case START_ALIGNMENT:return nAe;case END_ALIGNMENT:return oAe;case CENTERED_ALIGNMENT:{const aAe=Math.round(oAe+(nAe-oAe)/2);return aAeiAe+Math.floor(x_/2)?iAe:aAe}case AUTO_ALIGNMENT:default:return eAe>=oAe&&eAe<=nAe?eAe:oAe>nAe||eAeMath.max(0,Math.min(x_-1,Math.floor($P/r4))),getColumnStopIndexForStartIndex:({columnWidth:r4,totalColumn:x_,width:$P},zP,z9)=>{const eAe=zP*r4,tAe=Math.ceil(($P+z9-eAe)/r4);return Math.max(0,Math.min(x_-1,zP+tAe-1))},getRowStartIndexForOffset:({rowHeight:r4,totalRow:x_},$P)=>Math.max(0,Math.min(x_-1,Math.floor($P/r4))),getRowStopIndexForStartIndex:({rowHeight:r4,totalRow:x_,height:$P},zP,z9)=>{const eAe=zP*r4,tAe=Math.ceil(($P+z9-eAe)/r4);return Math.max(0,Math.min(x_-1,zP+tAe-1))},initCache:()=>{},clearCache:!0,validateProps:({columnWidth:r4,rowHeight:x_})=>{isNumber$2(r4)||throwError$2(SCOPE$4,` "columnWidth" must be passed as number, instead ${typeof r4} was given. `),isNumber$2(x_)||throwError$2(SCOPE$4,` "columnWidth" must be passed as number, instead ${typeof x_} was given. `)}}),{max:max$3,min:min$2,floor}=Math,SCOPE$3="ElDynamicSizeGrid",ACCESS_SIZER_KEY_MAP={column:"columnWidth",row:"rowHeight"},ACCESS_LAST_VISITED_KEY_MAP={column:"lastVisitedColumnIndex",row:"lastVisitedRowIndex"},getItemFromCache=(r4,x_,$P,zP)=>{const[z9,eAe,tAe]=[$P[zP],r4[ACCESS_SIZER_KEY_MAP[zP]],$P[ACCESS_LAST_VISITED_KEY_MAP[zP]]];if(x_>tAe){let AAe=0;if(tAe>=0){const iAe=z9[tAe];AAe=iAe.offset+iAe.size}for(let iAe=tAe+1;iAe<=x_;iAe++){const nAe=eAe(iAe);z9[iAe]={offset:AAe,size:nAe},AAe+=nAe}$P[ACCESS_LAST_VISITED_KEY_MAP[zP]]=x_}return z9[x_]},bs$4=(r4,x_,$P,zP,z9,eAe)=>{for(;$P<=zP;){const tAe=$P+floor((zP-$P)/2),AAe=getItemFromCache(r4,tAe,x_,eAe).offset;if(AAe===z9)return tAe;AAe{const eAe=z9==="column"?r4.totalColumn:r4.totalRow;let tAe=1;for(;$P{const[z9,eAe]=[x_[zP],x_[ACCESS_LAST_VISITED_KEY_MAP[zP]]];return(eAe>0?z9[eAe].offset:0)>=$P?bs$4(r4,x_,0,eAe,$P,zP):es$5(r4,x_,max$3(0,eAe),$P,zP)},getEstimatedTotalHeight=({totalRow:r4},{estimatedRowHeight:x_,lastVisitedRowIndex:$P,row:zP})=>{let z9=0;if($P>=r4&&($P=r4-1),$P>=0){const tAe=zP[$P];z9=tAe.offset+tAe.size}const eAe=(r4-$P-1)*x_;return z9+eAe},getEstimatedTotalWidth=({totalColumn:r4},{column:x_,estimatedColumnWidth:$P,lastVisitedColumnIndex:zP})=>{let z9=0;if(zP>r4&&(zP=r4-1),zP>=0){const tAe=x_[zP];z9=tAe.offset+tAe.size}const eAe=(r4-zP-1)*$P;return z9+eAe},ACCESS_ESTIMATED_SIZE_KEY_MAP={column:getEstimatedTotalWidth,row:getEstimatedTotalHeight},getOffset$1=(r4,x_,$P,zP,z9,eAe,tAe)=>{const[AAe,iAe]=[eAe==="row"?r4.height:r4.width,ACCESS_ESTIMATED_SIZE_KEY_MAP[eAe]],nAe=getItemFromCache(r4,x_,z9,eAe),oAe=max$3(0,min$2(iAe(r4,z9)-AAe,nAe.offset)),aAe=max$3(0,nAe.offset-AAe+tAe+nAe.size);switch($P===SMART_ALIGNMENT&&(zP>=aAe-AAe&&zP<=oAe+AAe?$P=AUTO_ALIGNMENT:$P=CENTERED_ALIGNMENT),$P){case START_ALIGNMENT:return oAe;case END_ALIGNMENT:return aAe;case CENTERED_ALIGNMENT:return Math.round(aAe+(oAe-aAe)/2);case AUTO_ALIGNMENT:default:return zP>=aAe&&zP<=oAe?zP:aAe>oAe||zP{const zP=getItemFromCache(r4,x_,$P,"column");return[zP.size,zP.offset]},getRowPosition:(r4,x_,$P)=>{const zP=getItemFromCache(r4,x_,$P,"row");return[zP.size,zP.offset]},getColumnOffset:(r4,x_,$P,zP,z9,eAe)=>getOffset$1(r4,x_,$P,zP,z9,"column",eAe),getRowOffset:(r4,x_,$P,zP,z9,eAe)=>getOffset$1(r4,x_,$P,zP,z9,"row",eAe),getColumnStartIndexForOffset:(r4,x_,$P)=>findItem(r4,$P,x_,"column"),getColumnStopIndexForStartIndex:(r4,x_,$P,zP)=>{const z9=getItemFromCache(r4,x_,zP,"column"),eAe=$P+r4.width;let tAe=z9.offset+z9.size,AAe=x_;for(;AAefindItem(r4,$P,x_,"row"),getRowStopIndexForStartIndex:(r4,x_,$P,zP)=>{const{totalRow:z9,height:eAe}=r4,tAe=getItemFromCache(r4,x_,zP,"row"),AAe=$P+eAe;let iAe=tAe.size+tAe.offset,nAe=x_;for(;nAe{const $P=({columnIndex:eAe,rowIndex:tAe},AAe)=>{var iAe,nAe;AAe=isUndefined(AAe)?!0:AAe,isNumber$2(eAe)&&(x_.value.lastVisitedColumnIndex=Math.min(x_.value.lastVisitedColumnIndex,eAe-1)),isNumber$2(tAe)&&(x_.value.lastVisitedRowIndex=Math.min(x_.value.lastVisitedRowIndex,tAe-1)),(iAe=r4.exposed)==null||iAe.getItemStyleCache.value(-1,null,null),AAe&&((nAe=r4.proxy)==null||nAe.$forceUpdate())},zP=(eAe,tAe)=>{$P({columnIndex:eAe},tAe)},z9=(eAe,tAe)=>{$P({rowIndex:eAe},tAe)};Object.assign(r4.proxy,{resetAfterColumnIndex:zP,resetAfterRowIndex:z9,resetAfter:$P})},initCache:({estimatedColumnWidth:r4=DEFAULT_DYNAMIC_LIST_ITEM_SIZE,estimatedRowHeight:x_=DEFAULT_DYNAMIC_LIST_ITEM_SIZE})=>({column:{},estimatedColumnWidth:r4,estimatedRowHeight:x_,lastVisitedColumnIndex:-1,lastVisitedRowIndex:-1,row:{}}),clearCache:!1,validateProps:({columnWidth:r4,rowHeight:x_})=>{isFunction$4(r4)||throwError$2(SCOPE$3,` "columnWidth" must be passed as function, instead ${typeof r4} was given. `),isFunction$4(x_)||throwError$2(SCOPE$3,` "rowHeight" must be passed as function, instead ${typeof x_} was given. `)}}),selectV2InjectionKey=Symbol("ElSelectV2Injection"),selectV2Props=buildProps$1({allowCreate:Boolean,autocomplete:{type:definePropType(String),default:"none"},automaticDropdown:Boolean,clearable:Boolean,clearIcon:{type:iconPropType,default:circle_close_default},effect:{type:definePropType(String),default:"light"},collapseTags:Boolean,collapseTagsTooltip:Boolean,tagTooltip:{type:definePropType(Object),default:()=>({})},maxCollapseTags:{type:Number,default:1},defaultFirstOption:Boolean,disabled:{type:Boolean,default:void 0},estimatedOptionHeight:{type:Number,default:void 0},filterable:Boolean,filterMethod:{type:definePropType(Function)},height:{type:Number,default:274},itemHeight:{type:Number,default:34},id:String,loading:Boolean,loadingText:String,modelValue:{type:definePropType([Array,String,Number,Boolean,Object]),default:void 0},multiple:Boolean,multipleLimit:{type:Number,default:0},name:String,noDataText:String,noMatchText:String,remoteMethod:{type:definePropType(Function)},reserveKeyword:{type:Boolean,default:!0},options:{type:definePropType(Array),required:!0},placeholder:{type:String},teleported:useTooltipContentProps.teleported,persistent:{type:Boolean,default:!0},popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,debounce:{type:Number,default:300},size:useSizeProp,props:{type:definePropType(Object),default:()=>defaultProps$2},valueKey:{type:String,default:"value"},scrollbarAlwaysOn:Boolean,validateEvent:{type:Boolean,default:!0},offset:{type:Number,default:12},remoteShowSuffix:Boolean,showArrow:{type:Boolean,default:!0},placement:{type:definePropType(String),values:Ee$7,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},tabindex:{type:[String,Number],default:0},appendTo:useTooltipContentProps.appendTo,fitInputWidth:{type:[Boolean,Number],default:!0,validator(r4){return isBoolean(r4)||isNumber$2(r4)}},suffixIcon:{type:iconPropType,default:arrow_down_default},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),optionV2Props=buildProps$1({data:Array,disabled:Boolean,hovering:Boolean,item:{type:definePropType(Object),required:!0},index:Number,style:Object,selected:Boolean,created:Boolean}),selectV2Emits={[UPDATE_MODEL_EVENT]:r4=>!0,[CHANGE_EVENT]:r4=>!0,"remove-tag":r4=>!0,"visible-change":r4=>!0,focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent,clear:()=>!0},optionV2Emits={hover:r4=>isNumber$2(r4),select:(r4,x_)=>!0};var group_item_vue_vue_type_script_lang_default=defineComponent({props:{item:{type:Object,required:!0},style:{type:Object},height:Number},setup(){return{ns:useNamespace("select")}}});function _sfc_render$h(r4,x_,$P,zP,z9,eAe){return openBlock(),createElementBlock("div",{class:normalizeClass(r4.ns.be("group","title")),style:normalizeStyle$1({...r4.style,lineHeight:`${r4.height}px`})},toDisplayString(r4.item.label),7)}var group_item_default=_plugin_vue_export_helper_default(group_item_vue_vue_type_script_lang_default,[["render",_sfc_render$h]]);function useOption(r4,{emit:x_}){return{hoverItem:()=>{r4.disabled||x_("hover",r4.index)},selectOptionClick:()=>{r4.disabled||x_("select",r4.item,r4.index)}}}var option_item_vue_vue_type_script_lang_default=defineComponent({props:optionV2Props,emits:optionV2Emits,setup(r4,{emit:x_}){const $P=inject(selectV2InjectionKey),zP=useNamespace("select"),{hoverItem:z9,selectOptionClick:eAe}=useOption(r4,{emit:x_}),{getLabel:tAe}=useProps($P.props),AAe=$P.contentId;return{ns:zP,contentId:AAe,hoverItem:z9,handleMousedown:nAe=>{let oAe=nAe.target;const aAe=nAe.currentTarget;for(;oAe&&oAe!==aAe;){if(isFocusable(oAe))return;oAe=oAe.parentElement}nAe.preventDefault()},selectOptionClick:eAe,getLabel:tAe}}});const _hoisted_1$8T=["id","aria-selected","aria-disabled"];function _sfc_render$g(r4,x_,$P,zP,z9,eAe){return openBlock(),createElementBlock("li",{id:`${r4.contentId}-${r4.index}`,role:"option","aria-selected":r4.selected,"aria-disabled":r4.disabled||void 0,style:normalizeStyle$1(r4.style),class:normalizeClass([r4.ns.be("dropdown","item"),r4.ns.is("selected",r4.selected),r4.ns.is("disabled",r4.disabled),r4.ns.is("created",r4.created),r4.ns.is("hovering",r4.hovering)]),onMousemove:x_[0]||(x_[0]=(...tAe)=>r4.hoverItem&&r4.hoverItem(...tAe)),onMousedown:x_[1]||(x_[1]=(...tAe)=>r4.handleMousedown&&r4.handleMousedown(...tAe)),onClick:x_[2]||(x_[2]=withModifiers((...tAe)=>r4.selectOptionClick&&r4.selectOptionClick(...tAe),["stop"]))},[renderSlot(r4.$slots,"default",{item:r4.item,index:r4.index,disabled:r4.disabled},()=>[createBaseVNode("span",null,toDisplayString(r4.getLabel(r4.item)),1)])],46,_hoisted_1$8T)}var option_item_default=_plugin_vue_export_helper_default(option_item_vue_vue_type_script_lang_default,[["render",_sfc_render$g]]);const props={loading:Boolean,data:{type:Array,required:!0},hoveringIndex:Number,width:Number,id:String,ariaLabel:String};var select_dropdown_default=defineComponent({name:"ElSelectDropdown",props,setup(r4,{slots:x_,expose:$P}){const zP=inject(selectV2InjectionKey),z9=useNamespace("select"),{getLabel:eAe,getValue:tAe,getDisabled:AAe}=useProps(zP.props),iAe=ref([]),nAe=ref(),oAe=computed(()=>r4.data.length);watch(()=>oAe.value,()=>{var wAe,OAe;(OAe=(wAe=zP.tooltipRef.value)==null?void 0:wAe.updatePopper)==null||OAe.call(wAe)});const aAe=computed(()=>isUndefined(zP.props.estimatedOptionHeight)),cAe=computed(()=>aAe.value?{itemSize:zP.props.itemHeight}:{estimatedSize:zP.props.estimatedOptionHeight,itemSize:wAe=>iAe.value[wAe]}),uAe=(wAe=[],OAe)=>{const{props:{valueKey:PAe}}=zP;return isObject$9(OAe)?wAe&&wAe.some(HAe=>toRaw(get$2(HAe,PAe))===get$2(OAe,PAe)):wAe.includes(OAe)},dAe=(wAe,OAe)=>{if(isObject$9(OAe)){const{valueKey:PAe}=zP.props;return get$2(wAe,PAe)===get$2(OAe,PAe)}else return wAe===OAe},EAe=(wAe,OAe)=>zP.props.multiple?uAe(wAe,tAe(OAe)):dAe(wAe,tAe(OAe)),gAe=(wAe,OAe)=>{const{disabled:PAe,multiple:HAe,multipleLimit:zAe}=zP.props;return PAe||!OAe&&(HAe?zAe>0&&wAe.length>=zAe:!1)},pAe=wAe=>r4.hoveringIndex===wAe;$P({listRef:nAe,isSized:aAe,isItemDisabled:gAe,isItemHovering:pAe,isItemSelected:EAe,scrollToItem:wAe=>{const OAe=nAe.value;OAe&&OAe.scrollToItem(wAe)},resetScrollTop:()=>{const wAe=nAe.value;wAe&&wAe.resetScrollTop()}});const DAe=wAe=>{const{index:OAe,data:PAe,style:HAe}=wAe,zAe=unref(aAe),{itemSize:eIe,estimatedSize:iIe}=unref(cAe),{modelValue:rIe}=zP.props,{onSelect:AIe,onHover:XAe}=zP,EIe=PAe[OAe];if(EIe.type==="Group")return createVNode$1(group_item_default,{item:EIe,style:HAe,height:zAe?eIe:iIe},null);const hIe=EAe(rIe,EIe),tIe=gAe(rIe,hIe),gIe=pAe(OAe);return createVNode$1(option_item_default,mergeProps(wAe,{selected:hIe,disabled:AAe(EIe)||tIe,created:!!EIe.created,hovering:gIe,item:EIe,onSelect:AIe,onHover:XAe}),{default:pIe=>{var _Ie;return((_Ie=x_.default)==null?void 0:_Ie.call(x_,pIe))||createVNode$1("span",null,[eAe(EIe)])}})},{onKeyboardNavigate:NAe,onKeyboardSelect:TAe}=zP,bAe=()=>{NAe("forward")},GAe=()=>{NAe("backward")},LAe=wAe=>{const OAe=getEventCode(wAe),{tab:PAe,esc:HAe,down:zAe,up:eIe,enter:iIe,numpadEnter:rIe}=EVENT_CODE;switch([HAe,zAe,eIe,iIe,rIe].includes(OAe)&&(wAe.preventDefault(),wAe.stopPropagation()),OAe){case PAe:case HAe:break;case zAe:bAe();break;case eIe:GAe();break;case iIe:case rIe:TAe();break}};return()=>{var rIe,AIe,XAe,EIe;const{data:wAe,width:OAe}=r4,{height:PAe,multiple:HAe,scrollbarAlwaysOn:zAe}=zP.props,eIe=computed(()=>isIOS$1?!0:zAe),iIe=unref(aAe)?FixedSizeList:DynamicSizeList;return createVNode$1("div",{class:[z9.b("dropdown"),z9.is("multiple",HAe)],style:{width:`${OAe}px`}},[(rIe=x_.header)==null?void 0:rIe.call(x_),((AIe=x_.loading)==null?void 0:AIe.call(x_))||((XAe=x_.empty)==null?void 0:XAe.call(x_))||createVNode$1(iIe,mergeProps({ref:nAe},unref(cAe),{className:z9.be("dropdown","list"),scrollbarAlwaysOn:eIe.value,data:wAe,height:PAe,width:OAe,total:wAe.length,innerElement:"ul",innerProps:{id:r4.id,role:"listbox","aria-label":r4.ariaLabel,"aria-orientation":"vertical"},onKeydown:LAe}),{default:hIe=>createVNode$1(DAe,hIe,null)}),(EIe=x_.footer)==null?void 0:EIe.call(x_)])}}});function useAllowCreate(r4,x_){const{aliasProps:$P,getLabel:zP,getValue:z9}=useProps(r4),eAe=ref(0),tAe=ref(),AAe=computed(()=>r4.allowCreate&&r4.filterable);watch(()=>r4.options,uAe=>{const dAe=new Set(uAe.map(EAe=>zP(EAe)));x_.createdOptions=x_.createdOptions.filter(EAe=>!dAe.has(zP(EAe)))});function iAe(uAe){const dAe=EAe=>zP(EAe)===uAe;return r4.options&&r4.options.some(dAe)||x_.createdOptions.some(dAe)}function nAe(uAe){AAe.value&&(r4.multiple&&uAe.created?eAe.value++:tAe.value=uAe)}function oAe(uAe){if(AAe.value)if(uAe&&uAe.length>0){if(iAe(uAe)){x_.createdOptions=x_.createdOptions.filter(EAe=>zP(EAe)!==x_.previousQuery);return}const dAe={[$P.value.value]:uAe,[$P.value.label]:uAe,created:!0,[$P.value.disabled]:!1};x_.createdOptions.length>=eAe.value?x_.createdOptions[eAe.value]=dAe:x_.createdOptions.push(dAe)}else if(r4.multiple)x_.createdOptions.length=eAe.value;else{const dAe=tAe.value;x_.createdOptions.length=0,dAe&&dAe.created&&x_.createdOptions.push(dAe)}}function aAe(uAe){if(!AAe.value||!uAe||!uAe.created||uAe.created&&r4.reserveKeyword&&x_.inputValue===zP(uAe))return;const dAe=x_.createdOptions.findIndex(EAe=>z9(EAe)===z9(uAe));~dAe&&(x_.createdOptions.splice(dAe,1),eAe.value--)}function cAe(){AAe.value&&(x_.createdOptions.length=0,eAe.value=0)}return{createNewOption:oAe,removeNewOption:aAe,selectNewOption:nAe,clearAllNewOption:cAe}}const useSelect$1=(r4,x_)=>{const{t:$P}=useLocale(),zP=useSlots(),z9=useNamespace("select"),eAe=useNamespace("input"),{form:tAe,formItem:AAe}=useFormItem(),{inputId:iAe}=useFormItemInputId(r4,{formItemContext:AAe}),{aliasProps:nAe,getLabel:oAe,getValue:aAe,getDisabled:cAe,getOptions:uAe}=useProps(r4),{valueOnClear:dAe,isEmptyValue:EAe}=useEmptyValues(r4),gAe=reactive({inputValue:"",cachedOptions:[],createdOptions:[],hoveringIndex:-1,inputHovering:!1,selectionWidth:0,collapseItemWidth:0,previousQuery:null,previousValue:void 0,selectedLabel:"",menuVisibleOnFocus:!1,isBeforeHide:!1}),pAe=ref(-1),mAe=ref(!1),SAe=ref(),DAe=ref(),NAe=ref(),TAe=ref(),bAe=ref(),GAe=ref(),LAe=ref(),wAe=ref(),OAe=ref(),PAe=ref(),{isComposing:HAe,handleCompositionStart:zAe,handleCompositionEnd:eIe,handleCompositionUpdate:iIe}=useComposition({afterComposition:oBe=>mEe(oBe)}),rIe=useFormDisabled(),{wrapperRef:AIe,isFocused:XAe,handleBlur:EIe}=useFocusController(bAe,{disabled:rIe,afterFocus(){r4.automaticDropdown&&!pIe.value&&(pIe.value=!0,gAe.menuVisibleOnFocus=!0)},beforeBlur(oBe){var XCe,IBe;return((XCe=NAe.value)==null?void 0:XCe.isFocusInsideContent(oBe))||((IBe=TAe.value)==null?void 0:IBe.isFocusInsideContent(oBe))},afterBlur(){var oBe;pIe.value=!1,gAe.menuVisibleOnFocus=!1,r4.validateEvent&&((oBe=AAe==null?void 0:AAe.validate)==null||oBe.call(AAe,"blur").catch(XCe=>debugWarn(XCe)))}}),hIe=computed(()=>NEe("")),tIe=computed(()=>r4.loading?!1:r4.options.length>0||gAe.createdOptions.length>0),gIe=ref([]),pIe=ref(!1),_Ie=computed(()=>(tAe==null?void 0:tAe.statusIcon)??!1),SIe=computed(()=>{const oBe=gIe.value.length*r4.itemHeight;return oBe>r4.height?r4.height:oBe}),yIe=computed(()=>r4.multiple?isArray$6(r4.modelValue)&&r4.modelValue.length>0:!EAe(r4.modelValue)),OIe=computed(()=>r4.clearable&&!rIe.value&&yIe.value&&(XAe.value||gAe.inputHovering)),HIe=computed(()=>r4.remote&&r4.filterable&&!r4.remoteShowSuffix?"":r4.suffixIcon),PIe=computed(()=>HIe.value&&z9.is("reverse",pIe.value)),LIe=computed(()=>(AAe==null?void 0:AAe.validateState)||""),oEe=computed(()=>{if(LIe.value)return ValidateComponentsMap[LIe.value]}),JIe=computed(()=>r4.remote?r4.debounce:0),XIe=computed(()=>r4.remote&&!gAe.inputValue&&!tIe.value),zIe=computed(()=>r4.loading?r4.loadingText||$P("el.select.loading"):r4.filterable&&gAe.inputValue&&tIe.value&&gIe.value.length===0?r4.noMatchText||$P("el.select.noMatch"):tIe.value?null:r4.noDataText||$P("el.select.noData")),YIe=computed(()=>r4.filterable&&isFunction$4(r4.filterMethod)),uEe=computed(()=>r4.filterable&&r4.remote&&isFunction$4(r4.remoteMethod)),NEe=oBe=>{const XCe=new RegExp(escapeStringRegexp(oBe),"i"),IBe=yBe=>YIe.value||uEe.value?!0:oBe?XCe.test(oAe(yBe)||""):!0;return r4.loading?[]:[...gAe.createdOptions,...r4.options].reduce((yBe,dCe)=>{const QCe=uAe(dCe);if(isArray$6(QCe)){const WQe=QCe.filter(IBe);WQe.length>0&&yBe.push({label:oAe(dCe),type:"Group"},...WQe)}else(r4.remote||IBe(dCe))&&yBe.push(dCe);return yBe},[])},MEe=()=>{gIe.value=NEe(gAe.inputValue)},FEe=computed(()=>{const oBe=new Map;return hIe.value.forEach((XCe,IBe)=>{oBe.set(rBe(aAe(XCe)),{option:XCe,index:IBe})}),oBe}),vEe=computed(()=>{const oBe=new Map;return gIe.value.forEach((XCe,IBe)=>{oBe.set(rBe(aAe(XCe)),{option:XCe,index:IBe})}),oBe}),yEe=computed(()=>gIe.value.every(oBe=>cAe(oBe))),VEe=useFormSize(),UEe=computed(()=>VEe.value==="small"?"small":"default"),UCe=()=>{var XCe;if(isNumber$2(r4.fitInputWidth)){pAe.value=r4.fitInputWidth;return}const oBe=((XCe=SAe.value)==null?void 0:XCe.offsetWidth)||200;!r4.fitInputWidth&&tIe.value?nextTick(()=>{pAe.value=Math.max(oBe,CCe())}):pAe.value=oBe},CCe=()=>{var QCe,WQe;const oBe=document.createElement("canvas").getContext("2d"),XCe=z9.be("dropdown","item"),IBe=(((WQe=(QCe=wAe.value)==null?void 0:QCe.listRef)==null?void 0:WQe.innerRef)||document).querySelector(`.${XCe}`);if(IBe===null||oBe===null)return 0;const yBe=getComputedStyle(IBe),dCe=Number.parseFloat(yBe.paddingLeft)+Number.parseFloat(yBe.paddingRight);return oBe.font=`bold ${yBe.font.replace(new RegExp(`\\b${yBe.fontWeight}\\b`),"")}`,gIe.value.reduce((ime,kQe)=>{const Ome=oBe.measureText(oAe(kQe));return Math.max(Ome.width,ime)},0)+dCe},fCe=()=>{if(!DAe.value)return 0;const oBe=window.getComputedStyle(DAe.value);return Number.parseFloat(oBe.gap||"6px")},VCe=computed(()=>{const oBe=fCe(),XCe=r4.filterable?oBe+MINIMUM_INPUT_WIDTH:0;return{maxWidth:`${PAe.value&&r4.maxCollapseTags===1?gAe.selectionWidth-gAe.collapseItemWidth-oBe-XCe:gAe.selectionWidth-XCe}px`}}),$Ee=computed(()=>({maxWidth:`${gAe.selectionWidth}px`})),tCe=computed(()=>isArray$6(r4.modelValue)?r4.modelValue.length===0&&!gAe.inputValue:r4.filterable?!gAe.inputValue:!0),iCe=computed(()=>{const oBe=r4.placeholder??$P("el.select.placeholder");return r4.multiple||!yIe.value?oBe:gAe.selectedLabel}),gCe=computed(()=>{var oBe,XCe;return(XCe=(oBe=NAe.value)==null?void 0:oBe.popperRef)==null?void 0:XCe.contentRef}),TCe=computed(()=>{if(r4.multiple){const oBe=r4.modelValue.length;if(oBe>0&&vEe.value.has(r4.modelValue[oBe-1])){const{index:XCe}=vEe.value.get(r4.modelValue[oBe-1]);return XCe}}else if(!EAe(r4.modelValue)&&vEe.value.has(r4.modelValue)){const{index:oBe}=vEe.value.get(r4.modelValue);return oBe}return-1}),YEe=computed({get(){return pIe.value&&(r4.loading||!XIe.value||r4.remote&&!!zP.empty)&&(!mAe.value||!isEmpty(gAe.previousQuery)||tIe.value)},set(oBe){pIe.value=oBe}}),cEe=computed(()=>r4.multiple?r4.collapseTags?gAe.cachedOptions.slice(0,r4.maxCollapseTags):gAe.cachedOptions:[]),OEe=computed(()=>r4.multiple?r4.collapseTags?gAe.cachedOptions.slice(r4.maxCollapseTags):[]:[]),{createNewOption:REe,removeNewOption:ZEe,selectNewOption:uCe,clearAllNewOption:YCe}=useAllowCreate(r4,gAe),MBe=oBe=>{var XCe;rIe.value||r4.filterable&&pIe.value&&oBe&&!((XCe=LAe.value)!=null&&XCe.contains(oBe.target))||(gAe.menuVisibleOnFocus?gAe.menuVisibleOnFocus=!1:pIe.value=!pIe.value)},_Ce=()=>{gAe.inputValue.length>0&&!pIe.value&&(pIe.value=!0),REe(gAe.inputValue),nextTick(()=>{kEe(gAe.inputValue)})},FCe=useDebounceFn(()=>{_Ce(),mAe.value=!1},JIe),kEe=oBe=>{gAe.previousQuery===oBe||HAe.value||(gAe.previousQuery=oBe,r4.filterable&&isFunction$4(r4.filterMethod)?r4.filterMethod(oBe):r4.filterable&&r4.remote&&isFunction$4(r4.remoteMethod)&&r4.remoteMethod(oBe),r4.defaultFirstOption&&(r4.filterable||r4.remote)&&gIe.value.length?nextTick(WCe):nextTick(TEe))},WCe=()=>{const oBe=gIe.value.filter(yBe=>!yBe.disabled&&yBe.type!=="Group"),XCe=oBe.find(yBe=>yBe.created),IBe=oBe[0];gAe.hoveringIndex=TIe(gIe.value,XCe||IBe)},EBe=oBe=>{isEqual$1(r4.modelValue,oBe)||x_(CHANGE_EVENT,oBe)},bIe=oBe=>{x_(UPDATE_MODEL_EVENT,oBe),EBe(oBe),gAe.previousValue=r4.multiple?String(oBe):oBe,nextTick(()=>{if(r4.multiple&&isArray$6(r4.modelValue)){const XCe=gAe.cachedOptions.slice(),IBe=r4.modelValue.map(yBe=>OBe(yBe,XCe));isEqual$1(gAe.cachedOptions,IBe)||(gAe.cachedOptions=IBe)}else FBe(!0)})},TIe=(oBe=[],XCe)=>{if(!isObject$9(XCe))return oBe.indexOf(XCe);const IBe=r4.valueKey;let yBe=-1;return oBe.some((dCe,QCe)=>get$2(dCe,IBe)===get$2(XCe,IBe)?(yBe=QCe,!0):!1),yBe},rBe=oBe=>isObject$9(oBe)?get$2(oBe,r4.valueKey):oBe,RCe=()=>{UCe()},bBe=()=>{gAe.selectionWidth=Number.parseFloat(window.getComputedStyle(DAe.value).width)},FQe=()=>{gAe.collapseItemWidth=PAe.value.getBoundingClientRect().width},mme=()=>{var oBe,XCe;(XCe=(oBe=NAe.value)==null?void 0:oBe.updatePopper)==null||XCe.call(oBe)},Dme=()=>{var oBe,XCe;(XCe=(oBe=TAe.value)==null?void 0:oBe.updatePopper)==null||XCe.call(oBe)},wQe=oBe=>{const XCe=aAe(oBe);if(r4.multiple){let IBe=r4.modelValue.slice();const yBe=TIe(IBe,XCe);yBe>-1?(IBe=[...IBe.slice(0,yBe),...IBe.slice(yBe+1)],gAe.cachedOptions.splice(yBe,1),ZEe(oBe)):(r4.multipleLimit<=0||IBe.length{let IBe=r4.modelValue.slice();const yBe=TIe(IBe,aAe(XCe));yBe>-1&&!rIe.value&&(IBe=[...r4.modelValue.slice(0,yBe),...r4.modelValue.slice(yBe+1)],gAe.cachedOptions.splice(yBe,1),bIe(IBe),x_("remove-tag",aAe(XCe)),ZEe(XCe)),oBe.stopPropagation(),IQe()},IQe=()=>{var oBe;(oBe=bAe.value)==null||oBe.focus()},NBe=()=>{var oBe;if(pIe.value){pIe.value=!1,nextTick(()=>{var XCe;return(XCe=bAe.value)==null?void 0:XCe.blur()});return}(oBe=bAe.value)==null||oBe.blur()},uBe=()=>{gAe.inputValue.length>0?gAe.inputValue="":pIe.value=!1},UBe=oBe=>findLastIndex(oBe,XCe=>!gAe.cachedOptions.some(IBe=>aAe(IBe)===XCe&&cAe(IBe))),kIe=oBe=>{const XCe=getEventCode(oBe);if(r4.multiple&&XCe!==EVENT_CODE.delete&&gAe.inputValue.length===0){oBe.preventDefault();const IBe=r4.modelValue.slice(),yBe=UBe(IBe);if(yBe<0)return;const dCe=IBe[yBe];IBe.splice(yBe,1);const QCe=gAe.cachedOptions[yBe];gAe.cachedOptions.splice(yBe,1),ZEe(QCe),bIe(IBe),x_("remove-tag",dCe)}},BEe=()=>{let oBe;isArray$6(r4.modelValue)?oBe=[]:oBe=dAe.value,gAe.selectedLabel="",pIe.value=!1,bIe(oBe),x_("clear"),YCe(),IQe()},iEe=(oBe,XCe=void 0)=>{const IBe=gIe.value;if(!["forward","backward"].includes(oBe)||rIe.value||IBe.length<=0||yEe.value||HAe.value)return;if(!pIe.value)return MBe();isUndefined(XCe)&&(XCe=gAe.hoveringIndex);let yBe=-1;oBe==="forward"?(yBe=XCe+1,yBe>=IBe.length&&(yBe=0)):oBe==="backward"&&(yBe=XCe-1,(yBe<0||yBe>=IBe.length)&&(yBe=IBe.length-1));const dCe=IBe[yBe];if(cAe(dCe)||dCe.type==="Group")return iEe(oBe,yBe);gAe.hoveringIndex=yBe,eBe(yBe)},aEe=()=>{if(pIe.value)~gAe.hoveringIndex&&gIe.value[gAe.hoveringIndex]&&wQe(gIe.value[gAe.hoveringIndex]);else return MBe()},pEe=oBe=>{gAe.hoveringIndex=oBe??-1},TEe=()=>{if(!r4.multiple)gAe.hoveringIndex=gIe.value.findIndex(oBe=>rBe(aAe(oBe))===rBe(r4.modelValue));else{const oBe=r4.modelValue.length;if(oBe>0){const XCe=r4.modelValue[oBe-1];gAe.hoveringIndex=gIe.value.findIndex(IBe=>rBe(XCe)===rBe(aAe(IBe)))}else gAe.hoveringIndex=-1}},mEe=oBe=>{if(gAe.inputValue=oBe.target.value,r4.remote)mAe.value=!0,FCe();else return _Ce()},dEe=oBe=>{pIe.value=!1,XAe.value&&EIe(new FocusEvent("blur",oBe))},ICe=()=>(gAe.isBeforeHide=!1,nextTick(()=>{~TCe.value&&eBe(TCe.value)})),eBe=oBe=>{wAe.value.scrollToItem(oBe)},OBe=(oBe,XCe)=>{const IBe=rBe(oBe);if(FEe.value.has(IBe)){const{option:yBe}=FEe.value.get(IBe);return yBe}if(XCe&&XCe.length){const yBe=XCe.find(dCe=>rBe(aAe(dCe))===IBe);if(yBe)return yBe}return{[nAe.value.value]:oBe,[nAe.value.label]:oBe}},CQe=oBe=>{var XCe;return((XCe=FEe.value.get(aAe(oBe)))==null?void 0:XCe.index)??-1},FBe=(oBe=!1)=>{if(r4.multiple)if(r4.modelValue.length>0){const XCe=gAe.cachedOptions.slice();gAe.cachedOptions.length=0,gAe.previousValue=r4.modelValue.toString();for(const IBe of r4.modelValue){const yBe=OBe(IBe,XCe);gAe.cachedOptions.push(yBe)}}else gAe.cachedOptions=[],gAe.previousValue=void 0;else if(yIe.value){gAe.previousValue=r4.modelValue;const XCe=gIe.value,IBe=XCe.findIndex(yBe=>rBe(aAe(yBe))===rBe(r4.modelValue));~IBe?gAe.selectedLabel=oAe(XCe[IBe]):(!gAe.selectedLabel||oBe)&&(gAe.selectedLabel=rBe(r4.modelValue))}else gAe.selectedLabel="",gAe.previousValue=void 0;YCe(),UCe()};watch(()=>r4.fitInputWidth,()=>{UCe()}),watch(pIe,oBe=>{oBe?(r4.persistent||UCe(),kEe("")):(gAe.inputValue="",gAe.previousQuery=null,gAe.isBeforeHide=!0,gAe.menuVisibleOnFocus=!1,REe(""))}),watch(()=>r4.modelValue,(oBe,XCe)=>{var IBe;(!oBe||isArray$6(oBe)&&oBe.length===0||r4.multiple&&!isEqual$1(oBe.toString(),gAe.previousValue)||!r4.multiple&&rBe(oBe)!==rBe(gAe.previousValue))&&FBe(!0),!isEqual$1(oBe,XCe)&&r4.validateEvent&&((IBe=AAe==null?void 0:AAe.validate)==null||IBe.call(AAe,"change").catch(yBe=>debugWarn(yBe)))},{deep:!0}),watch(()=>r4.options,()=>{const oBe=bAe.value;(!oBe||oBe&&document.activeElement!==oBe)&&FBe()},{deep:!0,flush:"post"}),watch(()=>gIe.value,()=>(UCe(),wAe.value&&nextTick(wAe.value.resetScrollTop))),watchEffect(()=>{gAe.isBeforeHide||MEe()}),watchEffect(()=>{const{valueKey:oBe,options:XCe}=r4,IBe=new Map;for(const yBe of XCe){const dCe=aAe(yBe);let QCe=dCe;if(isObject$9(QCe)&&(QCe=get$2(dCe,oBe)),IBe.get(QCe)){debugWarn("ElSelectV2","The option values you provided seem to be duplicated, which may cause some problems, please check.");break}else IBe.set(QCe,!0)}}),onMounted(()=>{FBe()}),useResizeObserver(SAe,RCe),useResizeObserver(DAe,bBe),useResizeObserver(AIe,mme),useResizeObserver(OAe,Dme),useResizeObserver(PAe,FQe);let BQe;return watch(()=>YEe.value,oBe=>{oBe?BQe=useResizeObserver(wAe,mme).stop:(BQe==null||BQe(),BQe=void 0),x_("visible-change",oBe)}),{inputId:iAe,collapseTagSize:UEe,currentPlaceholder:iCe,expanded:pIe,emptyText:zIe,popupHeight:SIe,debounce:JIe,allOptions:hIe,allOptionsValueMap:FEe,filteredOptions:gIe,iconComponent:HIe,iconReverse:PIe,tagStyle:VCe,collapseTagStyle:$Ee,popperSize:pAe,dropdownMenuVisible:YEe,hasModelValue:yIe,shouldShowPlaceholder:tCe,selectDisabled:rIe,selectSize:VEe,needStatusIcon:_Ie,showClearBtn:OIe,states:gAe,isFocused:XAe,nsSelect:z9,nsInput:eAe,inputRef:bAe,menuRef:wAe,tagMenuRef:OAe,tooltipRef:NAe,tagTooltipRef:TAe,selectRef:SAe,wrapperRef:AIe,selectionRef:DAe,prefixRef:GAe,suffixRef:LAe,collapseItemRef:PAe,popperRef:gCe,validateState:LIe,validateIcon:oEe,showTagList:cEe,collapseTagList:OEe,debouncedOnInputChange:FCe,deleteTag:Wme,getLabel:oAe,getValue:aAe,getDisabled:cAe,getValueKey:rBe,getIndex:CQe,handleClear:BEe,handleClickOutside:dEe,handleDel:kIe,handleEsc:uBe,focus:IQe,blur:NBe,handleMenuEnter:ICe,handleResize:RCe,resetSelectionWidth:bBe,updateTooltip:mme,updateTagTooltip:Dme,updateOptions:MEe,toggleMenu:MBe,scrollTo:eBe,onInput:mEe,onKeyboardNavigate:iEe,onKeyboardSelect:aEe,onSelect:wQe,onHover:pEe,handleCompositionStart:zAe,handleCompositionEnd:eIe,handleCompositionUpdate:iIe}};var select_vue_vue_type_script_lang_default=defineComponent({name:"ElSelectV2",components:{ElSelectMenu:select_dropdown_default,ElTag,ElTooltip,ElIcon},directives:{ClickOutside},props:selectV2Props,emits:selectV2Emits,setup(r4,{emit:x_}){const $P=computed(()=>{const{modelValue:iAe,multiple:nAe}=r4,oAe=nAe?[]:void 0;return isArray$6(iAe)?nAe?iAe:oAe:nAe?oAe:iAe}),zP=useSelect$1(reactive({...toRefs(r4),modelValue:$P}),x_),{calculatorRef:z9,inputStyle:eAe}=useCalcInputWidth(),tAe=useId();provide(selectV2InjectionKey,{props:reactive({...toRefs(r4),height:zP.popupHeight,modelValue:$P}),expanded:zP.expanded,tooltipRef:zP.tooltipRef,contentId:tAe,onSelect:zP.onSelect,onHover:zP.onHover,onKeyboardNavigate:zP.onKeyboardNavigate,onKeyboardSelect:zP.onKeyboardSelect});const AAe=computed(()=>r4.multiple?zP.states.cachedOptions.map(iAe=>zP.getLabel(iAe)):zP.states.selectedLabel);return{...zP,modelValue:$P,selectedLabel:AAe,calculatorRef:z9,inputStyle:eAe,contentId:tAe,BORDER_HORIZONTAL_WIDTH}}});const _hoisted_1$8S=["id","value","autocomplete","tabindex","aria-expanded","aria-label","disabled","aria-controls","aria-activedescendant","readonly","name"],_hoisted_2$n=["textContent"],_hoisted_3$e={key:1};function _sfc_render$f(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-tag"),AAe=resolveComponent("el-tooltip"),iAe=resolveComponent("el-icon"),nAe=resolveComponent("el-select-menu"),oAe=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([r4.nsSelect.b(),r4.nsSelect.m(r4.selectSize)]),onMouseenter:x_[15]||(x_[15]=aAe=>r4.states.inputHovering=!0),onMouseleave:x_[16]||(x_[16]=aAe=>r4.states.inputHovering=!1)},[createVNode$1(AAe,{ref:"tooltipRef",visible:r4.dropdownMenuVisible,teleported:r4.teleported,"popper-class":[r4.nsSelect.e("popper"),r4.popperClass],"popper-style":r4.popperStyle,"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"popper-options":r4.popperOptions,"fallback-placements":r4.fallbackPlacements,effect:r4.effect,placement:r4.placement,pure:"",transition:`${r4.nsSelect.namespace.value}-zoom-in-top`,trigger:"click",persistent:r4.persistent,"append-to":r4.appendTo,"show-arrow":r4.showArrow,offset:r4.offset,onBeforeShow:r4.handleMenuEnter,onHide:x_[14]||(x_[14]=aAe=>r4.states.isBeforeHide=!1)},{default:withCtx(()=>{var aAe;return[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([r4.nsSelect.e("wrapper"),r4.nsSelect.is("focused",r4.isFocused),r4.nsSelect.is("hovering",r4.states.inputHovering),r4.nsSelect.is("filterable",r4.filterable),r4.nsSelect.is("disabled",r4.selectDisabled)]),onClick:x_[11]||(x_[11]=withModifiers((...cAe)=>r4.toggleMenu&&r4.toggleMenu(...cAe),["prevent"]))},[r4.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(r4.nsSelect.e("prefix"))},[renderSlot(r4.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([r4.nsSelect.e("selection"),r4.nsSelect.is("near",r4.multiple&&!r4.$slots.prefix&&!!r4.modelValue.length)])},[r4.multiple?renderSlot(r4.$slots,"tag",{key:0,data:r4.states.cachedOptions,deleteTag:r4.deleteTag,selectDisabled:r4.selectDisabled},()=>{var cAe,uAe,dAe,EAe,gAe,pAe,mAe,SAe,DAe,NAe,TAe,bAe,GAe;return[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.showTagList,LAe=>(openBlock(),createElementBlock("div",{key:r4.getValueKey(r4.getValue(LAe)),class:normalizeClass(r4.nsSelect.e("selected-item"))},[createVNode$1(tAe,{closable:!r4.selectDisabled&&!r4.getDisabled(LAe),size:r4.collapseTagSize,type:r4.tagType,effect:r4.tagEffect,"disable-transitions":"",style:normalizeStyle$1(r4.tagStyle),onClose:wAe=>r4.deleteTag(wAe,LAe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(r4.nsSelect.e("tags-text"))},[renderSlot(r4.$slots,"label",{index:r4.getIndex(LAe),label:r4.getLabel(LAe),value:r4.getValue(LAe)},()=>[createTextVNode(toDisplayString(r4.getLabel(LAe)),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),r4.collapseTags&&r4.states.cachedOptions.length>r4.maxCollapseTags?(openBlock(),createBlock(AAe,{key:0,ref:"tagTooltipRef",disabled:r4.dropdownMenuVisible||!r4.collapseTagsTooltip,"fallback-placements":((cAe=r4.tagTooltip)==null?void 0:cAe.fallbackPlacements)??["bottom","top","right","left"],effect:((uAe=r4.tagTooltip)==null?void 0:uAe.effect)??r4.effect,placement:((dAe=r4.tagTooltip)==null?void 0:dAe.placement)??"bottom","popper-class":((EAe=r4.tagTooltip)==null?void 0:EAe.popperClass)??r4.popperClass,"popper-style":((gAe=r4.tagTooltip)==null?void 0:gAe.popperStyle)??r4.popperStyle,teleported:((pAe=r4.tagTooltip)==null?void 0:pAe.teleported)??r4.teleported,"append-to":((mAe=r4.tagTooltip)==null?void 0:mAe.appendTo)??r4.appendTo,"popper-options":((SAe=r4.tagTooltip)==null?void 0:SAe.popperOptions)??r4.popperOptions,transition:(DAe=r4.tagTooltip)==null?void 0:DAe.transition,"show-after":(NAe=r4.tagTooltip)==null?void 0:NAe.showAfter,"hide-after":(TAe=r4.tagTooltip)==null?void 0:TAe.hideAfter,"auto-close":(bAe=r4.tagTooltip)==null?void 0:bAe.autoClose,offset:(GAe=r4.tagTooltip)==null?void 0:GAe.offset},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(r4.nsSelect.e("selected-item"))},[createVNode$1(tAe,{closable:!1,size:r4.collapseTagSize,type:r4.tagType,effect:r4.tagEffect,style:normalizeStyle$1(r4.collapseTagStyle),"disable-transitions":""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(r4.nsSelect.e("tags-text"))}," + "+toDisplayString(r4.states.cachedOptions.length-r4.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(r4.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.collapseTagList,LAe=>(openBlock(),createElementBlock("div",{key:r4.getValueKey(r4.getValue(LAe)),class:normalizeClass(r4.nsSelect.e("selected-item"))},[createVNode$1(tAe,{class:"in-tooltip",closable:!r4.selectDisabled&&!r4.getDisabled(LAe),size:r4.collapseTagSize,type:r4.tagType,effect:r4.tagEffect,"disable-transitions":"",onClose:wAe=>r4.deleteTag(wAe,LAe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(r4.nsSelect.e("tags-text"))},[renderSlot(r4.$slots,"label",{index:r4.getIndex(LAe),label:r4.getLabel(LAe),value:r4.getValue(LAe)},()=>[createTextVNode(toDisplayString(r4.getLabel(LAe)),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","fallback-placements","effect","placement","popper-class","popper-style","teleported","append-to","popper-options","transition","show-after","hide-after","auto-close","offset"])):createCommentVNode("v-if",!0)]}):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([r4.nsSelect.e("selected-item"),r4.nsSelect.e("input-wrapper"),r4.nsSelect.is("hidden",!r4.filterable||r4.selectDisabled||!r4.states.inputValue&&!r4.isFocused)])},[createBaseVNode("input",{id:r4.inputId,ref:"inputRef",value:r4.states.inputValue,style:normalizeStyle$1(r4.inputStyle),autocomplete:r4.autocomplete,tabindex:r4.tabindex,"aria-autocomplete":"none","aria-haspopup":"listbox",autocapitalize:"off","aria-expanded":r4.expanded,"aria-label":r4.ariaLabel,class:normalizeClass([r4.nsSelect.e("input"),r4.nsSelect.is(r4.selectSize)]),disabled:r4.selectDisabled,role:"combobox","aria-controls":r4.contentId,"aria-activedescendant":r4.states.hoveringIndex>=0?`${r4.contentId}-${r4.states.hoveringIndex}`:"",readonly:!r4.filterable,spellcheck:"false",type:"text",name:r4.name,onInput:x_[0]||(x_[0]=(...cAe)=>r4.onInput&&r4.onInput(...cAe)),onChange:x_[1]||(x_[1]=withModifiers(()=>{},["stop"])),onCompositionstart:x_[2]||(x_[2]=(...cAe)=>r4.handleCompositionStart&&r4.handleCompositionStart(...cAe)),onCompositionupdate:x_[3]||(x_[3]=(...cAe)=>r4.handleCompositionUpdate&&r4.handleCompositionUpdate(...cAe)),onCompositionend:x_[4]||(x_[4]=(...cAe)=>r4.handleCompositionEnd&&r4.handleCompositionEnd(...cAe)),onKeydown:[x_[5]||(x_[5]=withKeys(withModifiers(cAe=>r4.onKeyboardNavigate("backward"),["stop","prevent"]),["up"])),x_[6]||(x_[6]=withKeys(withModifiers(cAe=>r4.onKeyboardNavigate("forward"),["stop","prevent"]),["down"])),x_[7]||(x_[7]=withKeys(withModifiers((...cAe)=>r4.onKeyboardSelect&&r4.onKeyboardSelect(...cAe),["stop","prevent"]),["enter"])),x_[8]||(x_[8]=withKeys(withModifiers((...cAe)=>r4.handleEsc&&r4.handleEsc(...cAe),["stop","prevent"]),["esc"])),x_[9]||(x_[9]=withKeys(withModifiers((...cAe)=>r4.handleDel&&r4.handleDel(...cAe),["stop"]),["delete"]))],onClick:x_[10]||(x_[10]=withModifiers((...cAe)=>r4.toggleMenu&&r4.toggleMenu(...cAe),["stop"]))},null,46,_hoisted_1$8S),r4.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(r4.nsSelect.e("input-calculator")),textContent:toDisplayString(r4.states.inputValue)},null,10,_hoisted_2$n)):createCommentVNode("v-if",!0)],2),r4.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([r4.nsSelect.e("selected-item"),r4.nsSelect.e("placeholder"),r4.nsSelect.is("transparent",!r4.hasModelValue||r4.expanded&&!r4.states.inputValue)])},[r4.hasModelValue?renderSlot(r4.$slots,"label",{key:0,index:((aAe=r4.allOptionsValueMap.get(r4.modelValue))==null?void 0:aAe.index)??-1,label:r4.currentPlaceholder,value:r4.modelValue},()=>[createBaseVNode("span",null,toDisplayString(r4.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",_hoisted_3$e,toDisplayString(r4.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(r4.nsSelect.e("suffix"))},[r4.iconComponent?withDirectives((openBlock(),createBlock(iAe,{key:0,class:normalizeClass([r4.nsSelect.e("caret"),r4.nsInput.e("icon"),r4.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.iconComponent)))]),_:1},8,["class"])),[[vShow,!r4.showClearBtn]]):createCommentVNode("v-if",!0),r4.showClearBtn&&r4.clearIcon?(openBlock(),createBlock(iAe,{key:1,class:normalizeClass([r4.nsSelect.e("caret"),r4.nsInput.e("icon"),r4.nsSelect.e("clear")]),onClick:withModifiers(r4.handleClear,["prevent","stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),r4.validateState&&r4.validateIcon&&r4.needStatusIcon?(openBlock(),createBlock(iAe,{key:2,class:normalizeClass([r4.nsInput.e("icon"),r4.nsInput.e("validateIcon"),r4.nsInput.is("loading",r4.validateState==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)]}),content:withCtx(()=>[createVNode$1(nAe,{id:r4.contentId,ref:"menuRef",data:r4.filteredOptions,width:r4.popperSize-r4.BORDER_HORIZONTAL_WIDTH,"hovering-index":r4.states.hoveringIndex,"scrollbar-always-on":r4.scrollbarAlwaysOn,"aria-label":r4.ariaLabel},createSlots({default:withCtx(aAe=>[renderSlot(r4.$slots,"default",normalizeProps(guardReactiveProps(aAe)))]),_:2},[r4.$slots.header?{name:"header",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(r4.nsSelect.be("dropdown","header")),onClick:x_[12]||(x_[12]=withModifiers(()=>{},["stop"]))},[renderSlot(r4.$slots,"header")],2)]),key:"0"}:void 0,r4.$slots.loading&&r4.loading?{name:"loading",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(r4.nsSelect.be("dropdown","loading"))},[renderSlot(r4.$slots,"loading")],2)]),key:"1"}:r4.loading||r4.filteredOptions.length===0?{name:"empty",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(r4.nsSelect.be("dropdown","empty"))},[renderSlot(r4.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(r4.emptyText),1)])],2)]),key:"2"}:void 0,r4.$slots.footer?{name:"footer",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(r4.nsSelect.be("dropdown","footer")),onClick:x_[13]||(x_[13]=withModifiers(()=>{},["stop"]))},[renderSlot(r4.$slots,"footer")],2)]),key:"3"}:void 0]),1032,["id","data","width","hovering-index","scrollbar-always-on","aria-label"])]),_:3},8,["visible","teleported","popper-class","popper-style","popper-options","fallback-placements","effect","placement","transition","persistent","append-to","show-arrow","offset","onBeforeShow"])],34)),[[oAe,r4.handleClickOutside,r4.popperRef]])}var select_default=_plugin_vue_export_helper_default(select_vue_vue_type_script_lang_default,[["render",_sfc_render$f]]);withInstall(select_default);const skeletonProps=buildProps$1({animated:Boolean,count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:definePropType([Number,Object])}}),skeletonItemProps=buildProps$1({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}});var skeleton_item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSkeletonItem",__name:"skeleton-item",props:skeletonItemProps,setup(r4){const x_=useNamespace("skeleton");return($P,zP)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(x_).e("item"),unref(x_).e(r4.variant)])},[r4.variant==="image"?(openBlock(),createBlock(unref(picture_filled_default),{key:0})):createCommentVNode("v-if",!0)],2))}}),skeleton_item_default=skeleton_item_vue_vue_type_script_setup_true_lang_default,skeleton_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSkeleton",__name:"skeleton",props:skeletonProps,setup(r4,{expose:x_}){const $P=r4,zP=useNamespace("skeleton"),z9=useThrottleRender(toRef$1($P,"loading"),$P.throttle);return x_({uiLoading:z9}),(eAe,tAe)=>unref(z9)?(openBlock(),createElementBlock("div",mergeProps({key:0,class:[unref(zP).b(),unref(zP).is("animated",r4.animated)]},eAe.$attrs),[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.count,AAe=>(openBlock(),createElementBlock(Fragment$1,{key:AAe},[unref(z9)?renderSlot(eAe.$slots,"template",{key:AAe},()=>[createVNode$1(skeleton_item_default,{class:normalizeClass(unref(zP).is("first")),variant:"p"},null,8,["class"]),(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.rows,iAe=>(openBlock(),createBlock(skeleton_item_default,{key:iAe,class:normalizeClass([unref(zP).e("paragraph"),unref(zP).is("last",iAe===r4.rows&&r4.rows>1)]),variant:"p"},null,8,["class"]))),128))]):createCommentVNode("v-if",!0)],64))),128))],16)):renderSlot(eAe.$slots,"default",normalizeProps(mergeProps({key:1},eAe.$attrs)))}}),skeleton_default=skeleton_vue_vue_type_script_setup_true_lang_default;const ElSkeleton=withInstall(skeleton_default,{SkeletonItem:skeleton_item_default});withNoopInstall(skeleton_item_default);const sliderContextKey=Symbol("sliderContextKey"),sliderProps=buildProps$1({modelValue:{type:definePropType([Number,Array]),default:0},id:{type:String,default:void 0},min:{type:Number,default:0},max:{type:Number,default:100},step:{type:definePropType([Number,String]),default:1},showInput:Boolean,showInputControls:{type:Boolean,default:!0},size:useSizeProp,inputSize:useSizeProp,showStops:Boolean,showTooltip:{type:Boolean,default:!0},formatTooltip:{type:definePropType(Function),default:void 0},disabled:{type:Boolean,default:void 0},range:Boolean,vertical:Boolean,height:String,rangeStartLabel:{type:String,default:void 0},rangeEndLabel:{type:String,default:void 0},formatValueText:{type:definePropType(Function),default:void 0},tooltipClass:{type:String,default:void 0},placement:{type:String,values:Ee$7,default:"top"},marks:{type:definePropType(Object)},validateEvent:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),isValidValue$1=r4=>isNumber$2(r4)||isArray$6(r4)&&r4.every(isNumber$2),sliderEmits={[UPDATE_MODEL_EVENT]:isValidValue$1,[INPUT_EVENT]:isValidValue$1,[CHANGE_EVENT]:isValidValue$1},useLifecycle=(r4,x_,$P)=>{const zP=ref();return onMounted(async()=>{r4.range?(isArray$6(r4.modelValue)?(x_.firstValue=Math.max(r4.min,r4.modelValue[0]),x_.secondValue=Math.min(r4.max,r4.modelValue[1])):(x_.firstValue=r4.min,x_.secondValue=r4.max),x_.oldValue=[x_.firstValue,x_.secondValue]):(!isNumber$2(r4.modelValue)||Number.isNaN(r4.modelValue)?x_.firstValue=r4.min:x_.firstValue=Math.min(r4.max,Math.max(r4.min,r4.modelValue)),x_.oldValue=x_.firstValue),useEventListener$1(window,"resize",$P),await nextTick(),$P()}),{sliderWrapper:zP}},useMarks=r4=>{const x_=computed(()=>r4.marks?Object.keys(r4.marks).map(Number.parseFloat).sort(($P,zP)=>$P-zP).filter($P=>$P<=r4.max&&$P>=r4.min).map($P=>({point:$P,position:($P-r4.min)*100/(r4.max-r4.min),mark:r4.marks[$P]})):[]);return watchEffect(()=>{if(r4.step==="mark"&&!r4.marks&&debugWarn("ElSlider","marks prop must be provided when step is mark"),r4.marks){const $P=Object.keys(r4.marks),zP=x_.value.map(eAe=>eAe.point),z9=$P.filter(eAe=>{const tAe=Number.parseFloat(eAe);return Number.isNaN(tAe)||!zP.includes(tAe)});z9.length>0&&debugWarn("ElSlider",`Some marks keys are invalid (not a number or out of [min, max]): [${z9.map(eAe=>`'${eAe}'`).join(", ")}] and will be ignored.`)}}),x_},useSlide=(r4,x_,$P)=>{const{formItem:zP}=useFormItem(),z9=shallowRef(),eAe=ref(),tAe=ref(),AAe={firstButton:eAe,secondButton:tAe},iAe=useFormDisabled(),nAe=computed(()=>Math.min(x_.firstValue,x_.secondValue)),oAe=computed(()=>Math.max(x_.firstValue,x_.secondValue)),aAe=computed(()=>r4.range?`${100*(oAe.value-nAe.value)/(r4.max-r4.min)}%`:`${100*(x_.firstValue-r4.min)/(r4.max-r4.min)}%`),cAe=computed(()=>r4.range?`${100*(nAe.value-r4.min)/(r4.max-r4.min)}%`:"0%"),uAe=computed(()=>r4.vertical?{height:r4.height}:{}),dAe=computed(()=>r4.vertical?{height:aAe.value,bottom:cAe.value}:{width:aAe.value,left:cAe.value}),EAe=()=>{z9.value&&(x_.sliderSize=z9.value.getBoundingClientRect()[r4.vertical?"height":"width"])},gAe=OAe=>{const PAe=r4.min+OAe*(r4.max-r4.min)/100;if(!r4.range)return eAe;let HAe;return Math.abs(nAe.value-PAe)x_.secondValue?"firstButton":"secondButton",AAe[HAe]},pAe=OAe=>{const PAe=gAe(OAe);return PAe.value.setPosition(OAe),PAe},mAe=OAe=>{x_.firstValue=OAe??r4.min,DAe(r4.range?[nAe.value,oAe.value]:OAe??r4.min)},SAe=OAe=>{x_.secondValue=OAe,r4.range&&DAe([nAe.value,oAe.value])},DAe=OAe=>{$P(UPDATE_MODEL_EVENT,OAe),$P(INPUT_EVENT,OAe)},NAe=async()=>{await nextTick(),$P(CHANGE_EVENT,r4.range?[nAe.value,oAe.value]:r4.modelValue)},TAe=OAe=>{var HAe,zAe,eIe,iIe;if(iAe.value||x_.dragging)return;EAe();let PAe=0;if(r4.vertical){const rIe=((zAe=(HAe=OAe.touches)==null?void 0:HAe.item(0))==null?void 0:zAe.clientY)??OAe.clientY;PAe=(z9.value.getBoundingClientRect().bottom-rIe)/x_.sliderSize*100}else PAe=((((iIe=(eIe=OAe.touches)==null?void 0:eIe.item(0))==null?void 0:iIe.clientX)??OAe.clientX)-z9.value.getBoundingClientRect().left)/x_.sliderSize*100;if(!(PAe<0||PAe>100))return pAe(PAe)};return{elFormItem:zP,slider:z9,firstButton:eAe,secondButton:tAe,sliderDisabled:iAe,minValue:nAe,maxValue:oAe,runwayStyle:uAe,barStyle:dAe,resetSize:EAe,setPosition:pAe,emitChange:NAe,onSliderWrapperPrevent:OAe=>{var PAe,HAe;((PAe=AAe.firstButton.value)!=null&&PAe.dragging||(HAe=AAe.secondButton.value)!=null&&HAe.dragging)&&OAe.preventDefault()},onSliderClick:OAe=>{TAe(OAe)&&NAe()},onSliderDown:async OAe=>{const PAe=TAe(OAe);PAe&&(await nextTick(),PAe.value.onButtonDown(OAe))},onSliderMarkerDown:OAe=>{iAe.value||x_.dragging||pAe(OAe)&&NAe()},setFirstValue:mAe,setSecondValue:SAe}},useStops=(r4,x_,$P,zP)=>({stops:computed(()=>{if(!r4.showStops||r4.min>r4.max)return[];if(r4.step==="mark"||r4.step===0)return r4.step===0&&debugWarn("ElSlider","step should not be 0."),[];const tAe=Math.ceil((r4.max-r4.min)/r4.step),AAe=100*r4.step/(r4.max-r4.min),iAe=Array.from({length:tAe-1}).map((nAe,oAe)=>(oAe+1)*AAe);return r4.range?iAe.filter(nAe=>nAe<100*($P.value-r4.min)/(r4.max-r4.min)||nAe>100*(zP.value-r4.min)/(r4.max-r4.min)):iAe.filter(nAe=>nAe>100*(x_.firstValue-r4.min)/(r4.max-r4.min))}),getStopStyle:tAe=>r4.vertical?{bottom:`${tAe}%`}:{left:`${tAe}%`}}),useWatch=(r4,x_,$P,zP,z9,eAe)=>{const tAe=nAe=>{z9(UPDATE_MODEL_EVENT,nAe),z9(INPUT_EVENT,nAe)},AAe=()=>r4.range?![$P.value,zP.value].every((nAe,oAe)=>nAe===x_.oldValue[oAe]):r4.modelValue!==x_.oldValue,iAe=()=>{var oAe,aAe;r4.min>r4.max&&throwError$2("Slider","min should not be greater than max.");const nAe=r4.modelValue;r4.range&&isArray$6(nAe)?nAe[1]r4.max?tAe([r4.max,r4.max]):nAe[0]r4.max?tAe([nAe[0],r4.max]):(x_.firstValue=nAe[0],x_.secondValue=nAe[1],AAe()&&(r4.validateEvent&&((oAe=eAe==null?void 0:eAe.validate)==null||oAe.call(eAe,"change").catch(cAe=>debugWarn(cAe))),x_.oldValue=nAe.slice())):!r4.range&&isNumber$2(nAe)&&!Number.isNaN(nAe)&&(nAer4.max?tAe(r4.max):(x_.firstValue=nAe,AAe()&&(r4.validateEvent&&((aAe=eAe==null?void 0:eAe.validate)==null||aAe.call(eAe,"change").catch(cAe=>debugWarn(cAe))),x_.oldValue=nAe)))};iAe(),watch(()=>x_.dragging,nAe=>{nAe||iAe()}),watch(()=>r4.modelValue,(nAe,oAe)=>{x_.dragging||isArray$6(nAe)&&isArray$6(oAe)&&nAe.every((aAe,cAe)=>aAe===oAe[cAe])&&x_.firstValue===nAe[0]&&x_.secondValue===nAe[1]||iAe()},{deep:!0}),watch(()=>[r4.min,r4.max],()=>{iAe()})},useTooltip=(r4,x_,$P)=>{const zP=ref(),z9=ref(!1),eAe=computed(()=>x_.value instanceof Function);return{tooltip:zP,tooltipVisible:z9,formatValue:computed(()=>eAe.value&&x_.value(r4.modelValue)||r4.modelValue),displayTooltip:debounce(()=>{$P.value&&(z9.value=!0)},50),hideTooltip:debounce(()=>{$P.value&&(z9.value=!1)},50)}},useSliderButton=(r4,x_,$P)=>{const{disabled:zP,min:z9,max:eAe,step:tAe,showTooltip:AAe,persistent:iAe,precision:nAe,sliderSize:oAe,formatTooltip:aAe,emitChange:cAe,resetSize:uAe,updateDragging:dAe,markList:EAe}=inject(sliderContextKey),{tooltip:gAe,tooltipVisible:pAe,formatValue:mAe,displayTooltip:SAe,hideTooltip:DAe}=useTooltip(r4,aAe,AAe),NAe=ref(),TAe=computed(()=>`${(r4.modelValue-z9.value)/(eAe.value-z9.value)*100}%`),bAe=computed(()=>r4.vertical?{bottom:TAe.value}:{left:TAe.value}),GAe=computed(()=>tAe.value==="mark"&&EAe.value.length>0),LAe=()=>{x_.hovering=!0,SAe()},wAe=()=>{x_.hovering=!1,x_.dragging||DAe()},OAe=SIe=>{zP.value||(SIe.preventDefault(),tIe(SIe),window.addEventListener("mousemove",gIe),window.addEventListener("touchmove",gIe),window.addEventListener("mouseup",pIe),window.addEventListener("touchend",pIe),window.addEventListener("contextmenu",pIe),NAe.value.focus())},PAe=SIe=>{zP.value||(x_.newPosition=Number.parseFloat(TAe.value)+SIe/(eAe.value-z9.value)*100,_Ie(x_.newPosition),cAe())},HAe=SIe=>{if(zP.value||!EAe.value.length)return;const yIe=r4.modelValue,OIe=Number.EPSILON,HIe=Math.abs(SIe);let PIe;if(SIe>0){const LIe=EAe.value.findIndex(oEe=>oEe.point>yIe+OIe);if(LIe!==-1){const oEe=Math.min(LIe+HIe-1,EAe.value.length-1);PIe=EAe.value[oEe].point}}else{let LIe=-1;for(let oEe=EAe.value.length-1;oEe>=0;oEe--)if(EAe.value[oEe].point{GAe.value?HAe(-1):isNumber$2(tAe.value)&&PAe(-tAe.value)},eIe=()=>{GAe.value?HAe(1):isNumber$2(tAe.value)&&PAe(tAe.value)},iIe=()=>{GAe.value?HAe(-4):isNumber$2(tAe.value)&&PAe(-tAe.value*4)},rIe=()=>{GAe.value?HAe(4):isNumber$2(tAe.value)&&PAe(tAe.value*4)},AIe=()=>{zP.value||(_Ie(0),cAe())},XAe=()=>{zP.value||(_Ie(100),cAe())},EIe=SIe=>{const yIe=getEventCode(SIe);let OIe=!0;switch(yIe){case EVENT_CODE.left:case EVENT_CODE.down:zAe();break;case EVENT_CODE.right:case EVENT_CODE.up:eIe();break;case EVENT_CODE.home:AIe();break;case EVENT_CODE.end:XAe();break;case EVENT_CODE.pageDown:iIe();break;case EVENT_CODE.pageUp:rIe();break;default:OIe=!1;break}OIe&&SIe.preventDefault()},hIe=SIe=>{let yIe,OIe;return SIe.type.startsWith("touch")?(OIe=SIe.touches[0].clientY,yIe=SIe.touches[0].clientX):(OIe=SIe.clientY,yIe=SIe.clientX),{clientX:yIe,clientY:OIe}},tIe=SIe=>{x_.dragging=!0,x_.isClick=!0;const{clientX:yIe,clientY:OIe}=hIe(SIe);r4.vertical?x_.startY=OIe:x_.startX=yIe,x_.startPosition=Number.parseFloat(TAe.value),x_.newPosition=x_.startPosition},gIe=SIe=>{if(x_.dragging){x_.isClick=!1,SAe(),uAe();let yIe;const{clientX:OIe,clientY:HIe}=hIe(SIe);r4.vertical?(x_.currentY=HIe,yIe=(x_.startY-x_.currentY)/oAe.value*100):(x_.currentX=OIe,yIe=(x_.currentX-x_.startX)/oAe.value*100),x_.newPosition=x_.startPosition+yIe,_Ie(x_.newPosition)}},pIe=()=>{x_.dragging&&(setTimeout(()=>{x_.dragging=!1,x_.hovering||DAe(),x_.isClick||_Ie(x_.newPosition),cAe()},0),window.removeEventListener("mousemove",gIe),window.removeEventListener("touchmove",gIe),window.removeEventListener("mouseup",pIe),window.removeEventListener("touchend",pIe),window.removeEventListener("contextmenu",pIe))},_Ie=async SIe=>{if(SIe===null||Number.isNaN(+SIe))return;SIe=clamp$2(SIe,0,100);let yIe;if(tAe.value==="mark")EAe.value.length===0?yIe=SIe<=50?z9.value:eAe.value:yIe=EAe.value.reduce((OIe,HIe)=>Math.abs(HIe.position-SIe)x_.dragging,SIe=>{dAe(SIe)}),useEventListener$1(NAe,"touchstart",OAe,{passive:!1}),{disabled:zP,button:NAe,tooltip:gAe,tooltipVisible:pAe,showTooltip:AAe,persistent:iAe,wrapperStyle:bAe,formatValue:mAe,handleMouseEnter:LAe,handleMouseLeave:wAe,onButtonDown:OAe,onKeyDown:EIe,setPosition:_Ie}},sliderButtonProps=buildProps$1({modelValue:{type:Number,default:0},vertical:Boolean,tooltipClass:String,placement:{type:String,values:Ee$7,default:"top"}}),sliderButtonEmits={[UPDATE_MODEL_EVENT]:r4=>isNumber$2(r4)},_hoisted_1$8R=["tabindex"];var button_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSliderButton",__name:"button",props:sliderButtonProps,emits:sliderButtonEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("slider"),tAe=reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:zP.modelValue}),AAe=computed(()=>aAe.value?cAe.value:!1),{disabled:iAe,button:nAe,tooltip:oAe,showTooltip:aAe,persistent:cAe,tooltipVisible:uAe,wrapperStyle:dAe,formatValue:EAe,handleMouseEnter:gAe,handleMouseLeave:pAe,onButtonDown:mAe,onKeyDown:SAe,setPosition:DAe}=useSliderButton(zP,tAe,z9),{hovering:NAe,dragging:TAe}=toRefs(tAe);return x_({onButtonDown:mAe,onKeyDown:SAe,setPosition:DAe,hovering:NAe,dragging:TAe}),(bAe,GAe)=>(openBlock(),createElementBlock("div",{ref_key:"button",ref:nAe,class:normalizeClass([unref(eAe).e("button-wrapper"),{hover:unref(NAe),dragging:unref(TAe)}]),style:normalizeStyle$1(unref(dAe)),tabindex:unref(iAe)?void 0:0,onMouseenter:GAe[0]||(GAe[0]=(...LAe)=>unref(gAe)&&unref(gAe)(...LAe)),onMouseleave:GAe[1]||(GAe[1]=(...LAe)=>unref(pAe)&&unref(pAe)(...LAe)),onMousedown:GAe[2]||(GAe[2]=(...LAe)=>unref(mAe)&&unref(mAe)(...LAe)),onFocus:GAe[3]||(GAe[3]=(...LAe)=>unref(gAe)&&unref(gAe)(...LAe)),onBlur:GAe[4]||(GAe[4]=(...LAe)=>unref(pAe)&&unref(pAe)(...LAe)),onKeydown:GAe[5]||(GAe[5]=(...LAe)=>unref(SAe)&&unref(SAe)(...LAe))},[createVNode$1(unref(ElTooltip),{ref_key:"tooltip",ref:oAe,visible:unref(uAe),placement:bAe.placement,"fallback-placements":["top","bottom","right","left"],"stop-popper-mouse-event":!1,"popper-class":bAe.tooltipClass,disabled:!unref(aAe),persistent:AAe.value},{content:withCtx(()=>[createBaseVNode("span",null,toDisplayString(unref(EAe)),1)]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass([unref(eAe).e("button"),{hover:unref(NAe),dragging:unref(TAe)}])},null,2)]),_:1},8,["visible","placement","popper-class","disabled","persistent"])],46,_hoisted_1$8R))}}),button_default=button_vue_vue_type_script_setup_true_lang_default;const sliderMarkerProps=buildProps$1({mark:{type:definePropType([String,Object]),default:void 0}});var marker_default=defineComponent({name:"ElSliderMarker",props:sliderMarkerProps,setup(r4){const x_=useNamespace("slider"),$P=computed(()=>isString$2(r4.mark)?r4.mark:r4.mark.label),zP=computed(()=>isString$2(r4.mark)?void 0:r4.mark.style);return()=>h$d("div",{class:x_.e("marks-text"),style:zP.value},$P.value)}});const _hoisted_1$8Q=["id","role","aria-label","aria-labelledby"],_hoisted_2$m={key:1};var slider_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSlider",__name:"slider",props:sliderProps,emits:sliderEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("slider"),{t:tAe}=useLocale(),AAe=reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:iAe,slider:nAe,firstButton:oAe,secondButton:aAe,sliderDisabled:cAe,minValue:uAe,maxValue:dAe,runwayStyle:EAe,barStyle:gAe,resetSize:pAe,emitChange:mAe,onSliderWrapperPrevent:SAe,onSliderClick:DAe,onSliderDown:NAe,onSliderMarkerDown:TAe,setFirstValue:bAe,setSecondValue:GAe}=useSlide(zP,AAe,z9),{stops:LAe,getStopStyle:wAe}=useStops(zP,AAe,uAe,dAe),{inputId:OAe,isLabeledByFormItem:PAe}=useFormItemInputId(zP,{formItemContext:iAe}),HAe=useFormSize(),zAe=computed(()=>zP.inputSize||HAe.value),eIe=computed(()=>zP.showInput&&!zP.range&&zP.step!=="mark"),iIe=computed(()=>zP.ariaLabel||tAe("el.slider.defaultLabel",{min:zP.min,max:zP.max})),rIe=computed(()=>zP.range?zP.rangeStartLabel||tAe("el.slider.defaultRangeStartLabel"):iIe.value),AIe=computed(()=>zP.formatValueText?zP.formatValueText(SIe.value):`${SIe.value}`),XAe=computed(()=>zP.rangeEndLabel||tAe("el.slider.defaultRangeEndLabel")),EIe=computed(()=>zP.formatValueText?zP.formatValueText(yIe.value):`${yIe.value}`),hIe=computed(()=>[eAe.b(),eAe.m(HAe.value),eAe.is("vertical",zP.vertical),{[eAe.m("with-input")]:eIe.value}]),tIe=useMarks(zP);useWatch(zP,AAe,uAe,dAe,z9,iAe);const gIe=computed(()=>isNumber$2(zP.step)?zP.step:1),pIe=computed(()=>{const PIe=isNumber$2(zP.step)?zP.step:1,LIe=[zP.min,zP.max,PIe].map(oEe=>{const JIe=`${oEe}`.split(".")[1];return JIe?JIe.length:0});return Math.max.apply(null,LIe)}),{sliderWrapper:_Ie}=useLifecycle(zP,AAe,pAe),{firstValue:SIe,secondValue:yIe,sliderSize:OIe}=toRefs(AAe),HIe=PIe=>{AAe.dragging=PIe};return useEventListener$1(_Ie,"touchstart",SAe,{passive:!1}),useEventListener$1(_Ie,"touchmove",SAe,{passive:!1}),provide(sliderContextKey,{...toRefs(zP),sliderSize:OIe,disabled:cAe,precision:pIe,markList:tIe,emitChange:mAe,resetSize:pAe,updateDragging:HIe}),x_({onSliderClick:DAe}),(PIe,LIe)=>{var oEe,JIe;return openBlock(),createElementBlock("div",{id:PIe.range?unref(OAe):void 0,ref_key:"sliderWrapper",ref:_Ie,class:normalizeClass(hIe.value),role:PIe.range?"group":void 0,"aria-label":PIe.range&&!unref(PAe)?iIe.value:void 0,"aria-labelledby":PIe.range&&unref(PAe)?(oEe=unref(iAe))==null?void 0:oEe.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:nAe,class:normalizeClass([unref(eAe).e("runway"),{"show-input":eIe.value},unref(eAe).is("disabled",unref(cAe))]),style:normalizeStyle$1(unref(EAe)),onMousedown:LIe[0]||(LIe[0]=(...XIe)=>unref(NAe)&&unref(NAe)(...XIe)),onTouchstartPassive:LIe[1]||(LIe[1]=(...XIe)=>unref(NAe)&&unref(NAe)(...XIe))},[createBaseVNode("div",{class:normalizeClass(unref(eAe).e("bar")),style:normalizeStyle$1(unref(gAe))},null,6),createVNode$1(button_default,{id:PIe.range?void 0:unref(OAe),ref_key:"firstButton",ref:oAe,"model-value":unref(SIe),vertical:PIe.vertical,"tooltip-class":PIe.tooltipClass,placement:PIe.placement,role:"slider","aria-label":PIe.range||!unref(PAe)?rIe.value:void 0,"aria-labelledby":!PIe.range&&unref(PAe)?(JIe=unref(iAe))==null?void 0:JIe.labelId:void 0,"aria-valuemin":PIe.min,"aria-valuemax":PIe.range?unref(yIe):PIe.max,"aria-valuenow":unref(SIe),"aria-valuetext":AIe.value,"aria-orientation":PIe.vertical?"vertical":"horizontal","aria-disabled":unref(cAe),"onUpdate:modelValue":unref(bAe)},null,8,["id","model-value","vertical","tooltip-class","placement","aria-label","aria-labelledby","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"]),PIe.range?(openBlock(),createBlock(button_default,{key:0,ref_key:"secondButton",ref:aAe,"model-value":unref(yIe),vertical:PIe.vertical,"tooltip-class":PIe.tooltipClass,placement:PIe.placement,role:"slider","aria-label":XAe.value,"aria-valuemin":unref(SIe),"aria-valuemax":PIe.max,"aria-valuenow":unref(yIe),"aria-valuetext":EIe.value,"aria-orientation":PIe.vertical?"vertical":"horizontal","aria-disabled":unref(cAe),"onUpdate:modelValue":unref(GAe)},null,8,["model-value","vertical","tooltip-class","placement","aria-label","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"])):createCommentVNode("v-if",!0),PIe.showStops?(openBlock(),createElementBlock("div",_hoisted_2$m,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(LAe),(XIe,zIe)=>(openBlock(),createElementBlock("div",{key:zIe,class:normalizeClass(unref(eAe).e("stop")),style:normalizeStyle$1(unref(wAe)(XIe))},null,6))),128))])):createCommentVNode("v-if",!0),unref(tIe).length>0?(openBlock(),createElementBlock(Fragment$1,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(tIe),(XIe,zIe)=>(openBlock(),createElementBlock("div",{key:zIe,style:normalizeStyle$1(unref(wAe)(XIe.position)),class:normalizeClass([unref(eAe).e("stop"),unref(eAe).e("marks-stop")])},null,6))),128))]),createBaseVNode("div",{class:normalizeClass(unref(eAe).e("marks"))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(tIe),(XIe,zIe)=>(openBlock(),createBlock(unref(marker_default),{key:zIe,mark:XIe.mark,style:normalizeStyle$1(unref(wAe)(XIe.position)),onMousedown:withModifiers(YIe=>unref(TAe)(XIe.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],38),eIe.value?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(SIe),class:normalizeClass(unref(eAe).e("input")),step:gIe.value,disabled:unref(cAe),controls:PIe.showInputControls,min:PIe.min,max:PIe.max,precision:pIe.value,size:zAe.value,"onUpdate:modelValue":unref(bAe),onChange:unref(mAe)},null,8,["model-value","class","step","disabled","controls","min","max","precision","size","onUpdate:modelValue","onChange"])):createCommentVNode("v-if",!0)],10,_hoisted_1$8Q)}}}),slider_default=slider_vue_vue_type_script_setup_true_lang_default;withInstall(slider_default);const spaceItemProps=buildProps$1({prefixCls:{type:String}}),SpaceItem=defineComponent({name:"ElSpaceItem",props:spaceItemProps,setup(r4,{slots:x_}){const $P=useNamespace("space"),zP=computed(()=>`${r4.prefixCls||$P.b()}__item`);return()=>h$d("div",{class:zP.value},renderSlot(x_,"default"))}}),SIZE_MAP={small:8,default:12,large:16};function useSpace(r4){const x_=useNamespace("space"),$P=computed(()=>[x_.b(),x_.m(r4.direction),r4.class]),zP=ref(0),z9=ref(0),eAe=computed(()=>[r4.wrap||r4.fill?{flexWrap:"wrap"}:{},{alignItems:r4.alignment},{rowGap:`${z9.value}px`,columnGap:`${zP.value}px`},r4.style]),tAe=computed(()=>r4.fill?{flexGrow:1,minWidth:`${r4.fillRatio}%`}:{});return watchEffect(()=>{const{size:AAe="small",wrap:iAe,direction:nAe,fill:oAe}=r4;if(isArray$6(AAe)){const[aAe=0,cAe=0]=AAe;zP.value=aAe,z9.value=cAe}else{let aAe;isNumber$2(AAe)?aAe=AAe:aAe=SIZE_MAP[AAe||"small"]||SIZE_MAP.small,(iAe||oAe)&&nAe==="horizontal"?zP.value=z9.value=aAe:nAe==="horizontal"?(zP.value=aAe,z9.value=0):(z9.value=aAe,zP.value=0)}}),{classes:$P,containerStyle:eAe,itemStyle:tAe}}const spaceProps=buildProps$1({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},class:{type:definePropType([String,Object,Array]),default:""},style:{type:definePropType([String,Array,Object]),default:""},alignment:{type:definePropType(String),default:"center"},prefixCls:{type:String},spacer:{type:definePropType([Object,String,Number,Array]),default:null,validator:r4=>isVNode(r4)||isNumber$2(r4)||isString$2(r4)},wrap:Boolean,fill:Boolean,fillRatio:{type:Number,default:100},size:{type:[String,Array,Number],values:componentSizes,validator:r4=>isNumber$2(r4)||isArray$6(r4)&&r4.length===2&&r4.every(isNumber$2)}}),Space=defineComponent({name:"ElSpace",props:spaceProps,setup(r4,{slots:x_}){const{classes:$P,containerStyle:zP,itemStyle:z9}=useSpace(r4);function eAe(tAe,AAe="",iAe=[]){const{prefixCls:nAe}=r4;return tAe.forEach((oAe,aAe)=>{isFragment(oAe)?isArray$6(oAe.children)&&oAe.children.forEach((cAe,uAe)=>{isFragment(cAe)&&isArray$6(cAe.children)?eAe(cAe.children,`${AAe+uAe}-`,iAe):isVNode(cAe)&&(cAe==null?void 0:cAe.type)===Comment?iAe.push(cAe):iAe.push(createVNode$1(SpaceItem,{style:z9.value,prefixCls:nAe,key:`nested-${AAe+uAe}`},{default:()=>[cAe]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}):isValidElementNode(oAe)&&iAe.push(createVNode$1(SpaceItem,{style:z9.value,prefixCls:nAe,key:`LoopKey${AAe+aAe}`},{default:()=>[oAe]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}),iAe}return()=>{const{spacer:tAe,direction:AAe}=r4,iAe=renderSlot(x_,"default",{key:0},()=>[]);if((iAe.children??[]).length===0)return null;if(isArray$6(iAe.children)){let nAe=eAe(iAe.children);if(tAe){const oAe=nAe.length-1;nAe=nAe.reduce((aAe,cAe,uAe)=>{const dAe=[...aAe,cAe];return uAe!==oAe&&dAe.push(createVNode$1("span",{style:[z9.value,AAe==="vertical"?"width: 100%":null],key:uAe},[isVNode(tAe)?tAe:createTextVNode(tAe,PatchFlags.TEXT)],PatchFlags.STYLE)),dAe},[])}return createVNode$1("div",{class:$P.value,style:zP.value},nAe,PatchFlags.STYLE|PatchFlags.CLASS)}return iAe.children}}});withInstall(Space);const statisticProps=buildProps$1({decimalSeparator:{type:String,default:"."},groupSeparator:{type:String,default:","},precision:{type:Number,default:0},formatter:Function,value:{type:definePropType([Number,Object]),default:0},prefix:String,suffix:String,title:String,valueStyle:{type:definePropType([String,Object,Array])}});var statistic_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElStatistic",__name:"statistic",props:statisticProps,setup(r4,{expose:x_}){const $P=r4,zP=useNamespace("statistic"),z9=computed(()=>{const{value:eAe,formatter:tAe,precision:AAe,decimalSeparator:iAe,groupSeparator:nAe}=$P;if(isFunction$4(tAe))return tAe(eAe);if(!isNumber$2(eAe)||Number.isNaN(eAe))return eAe;let[oAe,aAe=""]=String(eAe).split(".");return aAe=aAe.padEnd(AAe,"0").slice(0,AAe>0?AAe:0),oAe=oAe.replace(/\B(?=(\d{3})+(?!\d))/g,nAe),[oAe,aAe].join(aAe?iAe:"")});return x_({displayValue:z9}),(eAe,tAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(zP).b())},[eAe.$slots.title||r4.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("head"))},[renderSlot(eAe.$slots,"title",{},()=>[createTextVNode(toDisplayString(r4.title),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(zP).e("content"))},[eAe.$slots.prefix||r4.prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("prefix"))},[renderSlot(eAe.$slots,"prefix",{},()=>[createBaseVNode("span",null,toDisplayString(r4.prefix),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(zP).e("number")),style:normalizeStyle$1(r4.valueStyle)},toDisplayString(z9.value),7),eAe.$slots.suffix||r4.suffix?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(zP).e("suffix"))},[renderSlot(eAe.$slots,"suffix",{},()=>[createBaseVNode("span",null,toDisplayString(r4.suffix),1)])],2)):createCommentVNode("v-if",!0)],2)],2))}}),statistic_default=statistic_vue_vue_type_script_setup_true_lang_default;const ElStatistic=withInstall(statistic_default),countdownProps=buildProps$1({format:{type:String,default:"HH:mm:ss"},prefix:String,suffix:String,title:String,value:{type:definePropType([Number,Object]),default:0},valueStyle:{type:definePropType([String,Object,Array])}}),countdownEmits={finish:()=>!0,[CHANGE_EVENT]:r4=>isNumber$2(r4)},timeUnits$1=[["Y",1e3*60*60*24*365],["M",1e3*60*60*24*30],["D",1e3*60*60*24],["H",1e3*60*60],["m",1e3*60],["s",1e3],["S",1]],getTime$1=r4=>isNumber$2(r4)?new Date(r4).getTime():r4.valueOf(),formatTime$1=(r4,x_)=>{let $P=r4;return timeUnits$1.reduce((zP,[z9,eAe])=>{const tAe=new RegExp(`${z9}+(?![^\\[\\]]*\\])`,"g");if(tAe.test(zP)){const AAe=Math.floor($P/eAe);return $P-=AAe*eAe,zP.replace(tAe,iAe=>String(AAe).padStart(iAe.length,"0"))}return zP},x_).replace(/\[([^\]]*)]/g,"$1")};var countdown_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElCountdown",__name:"countdown",props:countdownProps,emits:countdownEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P;let eAe;const tAe=ref(0),AAe=computed(()=>formatTime$1(tAe.value,zP.format)),iAe=aAe=>formatTime$1(aAe,zP.format),nAe=()=>{eAe&&(cAF(eAe),eAe=void 0)},oAe=()=>{const aAe=getTime$1(zP.value),cAe=()=>{let uAe=aAe-Date.now();z9(CHANGE_EVENT,uAe),uAe<=0?(uAe=0,nAe(),z9("finish")):eAe=rAF(cAe),tAe.value=uAe};eAe=rAF(cAe)};return onMounted(()=>{tAe.value=getTime$1(zP.value)-Date.now(),watch(()=>[zP.value,zP.format],()=>{nAe(),oAe()},{immediate:!0})}),onBeforeUnmount(()=>{nAe()}),x_({displayValue:AAe}),(aAe,cAe)=>(openBlock(),createBlock(unref(ElStatistic),{value:tAe.value,title:r4.title,prefix:r4.prefix,suffix:r4.suffix,"value-style":r4.valueStyle,formatter:iAe},createSlots({_:2},[renderList(aAe.$slots,(uAe,dAe)=>({name:dAe,fn:withCtx(()=>[renderSlot(aAe.$slots,dAe)])}))]),1032,["value","title","prefix","suffix","value-style"]))}}),countdown_default=countdown_vue_vue_type_script_setup_true_lang_default;withInstall(countdown_default);const stepsProps=buildProps$1({space:{type:[Number,String],default:""},active:{type:Number,default:0},direction:{type:String,default:"horizontal",values:["horizontal","vertical"]},alignCenter:{type:Boolean},simple:{type:Boolean},finishStatus:{type:String,values:["wait","process","finish","error","success"],default:"finish"},processStatus:{type:String,values:["wait","process","finish","error","success"],default:"process"}}),stepsEmits={[CHANGE_EVENT]:(r4,x_)=>[r4,x_].every(isNumber$2)},STEPS_INJECTION_KEY="ElSteps",stepProps=buildProps$1({title:{type:String,default:""},icon:{type:iconPropType},description:{type:String,default:""},status:{type:String,values:["","wait","process","finish","error","success"],default:""}});var steps_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSteps",__name:"steps",props:stepsProps,emits:stepsEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("steps"),{children:eAe,addChild:tAe,removeChild:AAe,ChildrenSorter:iAe}=useOrderedChildren(getCurrentInstance(),"ElStep");return watch(eAe,()=>{eAe.value.forEach((nAe,oAe)=>{nAe.setIndex(oAe)})}),provide(STEPS_INJECTION_KEY,{props:$P,steps:eAe,addStep:tAe,removeStep:AAe}),watch(()=>$P.active,(nAe,oAe)=>{zP(CHANGE_EVENT,nAe,oAe)}),(nAe,oAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(z9).b(),unref(z9).m(r4.simple?"simple":r4.direction)])},[renderSlot(nAe.$slots,"default"),createVNode$1(unref(iAe))],2))}}),steps_default$1=steps_vue_vue_type_script_setup_true_lang_default,item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElStep",__name:"item",props:stepProps,setup(r4){const x_=r4,$P=useNamespace("step"),zP=ref(-1),z9=ref({}),eAe=ref(""),tAe=inject(STEPS_INJECTION_KEY),AAe=getCurrentInstance();let iAe=0,nAe=0;onMounted(()=>{watch([()=>tAe.props.active,()=>tAe.props.processStatus,()=>tAe.props.finishStatus],([GAe],[LAe])=>{nAe=LAe||0,iAe=GAe-nAe,TAe(GAe)},{immediate:!0})});const oAe=computed(()=>x_.status||eAe.value),aAe=computed(()=>{const GAe=tAe.steps.value[zP.value-1];return GAe?GAe.internalStatus.value:"wait"}),cAe=computed(()=>tAe.props.alignCenter),uAe=computed(()=>tAe.props.direction==="vertical"),dAe=computed(()=>tAe.props.simple),EAe=computed(()=>tAe.steps.value.length),gAe=computed(()=>{var GAe;return((GAe=tAe.steps.value[EAe.value-1])==null?void 0:GAe.uid)===AAe.uid}),pAe=computed(()=>dAe.value?"":tAe.props.space),mAe=computed(()=>[$P.b(),$P.is(dAe.value?"simple":tAe.props.direction),$P.is("flex",gAe.value&&!pAe.value&&!cAe.value),$P.is("center",cAe.value&&!uAe.value&&!dAe.value)]),SAe=computed(()=>{const GAe={flexBasis:isNumber$2(pAe.value)?`${pAe.value}px`:pAe.value?pAe.value:`${100/(EAe.value-(cAe.value?0:1))}%`};return uAe.value||gAe.value&&(GAe.maxWidth=`${100/EAe.value}%`),GAe}),DAe=GAe=>{zP.value=GAe},NAe=GAe=>{const LAe=GAe==="wait",wAe={transitionDelay:`${Math.abs(iAe)===1?0:iAe>0?(zP.value+1-nAe)*150:-(zP.value+1-tAe.props.active)*150}ms`},OAe=GAe===tAe.props.processStatus||LAe?0:100;wAe.borderWidth=OAe&&!dAe.value?"1px":0,wAe[tAe.props.direction==="vertical"?"height":"width"]=`${OAe}%`,z9.value=wAe},TAe=GAe=>{GAe>zP.value?eAe.value=tAe.props.finishStatus:GAe===zP.value&&aAe.value!=="error"?eAe.value=tAe.props.processStatus:eAe.value="wait";const LAe=tAe.steps.value[zP.value-1];LAe&&LAe.calcProgress(eAe.value)},bAe={uid:AAe.uid,getVnode:()=>AAe.vnode,currentStatus:oAe,internalStatus:eAe,setIndex:DAe,calcProgress:NAe};return tAe.addStep(bAe),onBeforeUnmount(()=>{tAe.removeStep(bAe)}),(GAe,LAe)=>(openBlock(),createElementBlock("div",{style:normalizeStyle$1(SAe.value),class:normalizeClass(mAe.value)},[createCommentVNode(" icon & line "),createBaseVNode("div",{class:normalizeClass([unref($P).e("head"),unref($P).is(oAe.value)])},[dAe.value?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($P).e("line"))},[createBaseVNode("i",{class:normalizeClass(unref($P).e("line-inner")),style:normalizeStyle$1(z9.value)},null,6)],2)),createBaseVNode("div",{class:normalizeClass([unref($P).e("icon"),unref($P).is(r4.icon||GAe.$slots.icon?"icon":"text")])},[renderSlot(GAe.$slots,"icon",{},()=>[r4.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($P).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1},8,["class"])):oAe.value==="success"?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref($P).e("icon-inner"),unref($P).is("status")])},{default:withCtx(()=>[createVNode$1(unref(check_default))]),_:1},8,["class"])):oAe.value==="error"?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref($P).e("icon-inner"),unref($P).is("status")])},{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1},8,["class"])):dAe.value?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(unref($P).e("icon-inner"))},toDisplayString(zP.value+1),3))])],2)],2),createCommentVNode(" title & description "),createBaseVNode("div",{class:normalizeClass(unref($P).e("main"))},[createBaseVNode("div",{class:normalizeClass([unref($P).e("title"),unref($P).is(oAe.value)])},[renderSlot(GAe.$slots,"title",{},()=>[createTextVNode(toDisplayString(r4.title),1)])],2),dAe.value?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($P).e("arrow"))},null,2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref($P).e("description"),unref($P).is(oAe.value)])},[renderSlot(GAe.$slots,"description",{},()=>[createTextVNode(toDisplayString(r4.description),1)])],2))],2)],6))}}),item_default=item_vue_vue_type_script_setup_true_lang_default;const ElSteps=withInstall(steps_default$1,{Step:item_default}),ElStep=withNoopInstall(item_default),isValidComponentSize=r4=>["",...componentSizes].includes(r4),switchProps=buildProps$1({modelValue:{type:[Boolean,String,Number],default:!1},disabled:{type:Boolean,default:void 0},loading:Boolean,size:{type:String,validator:isValidComponentSize},width:{type:[String,Number],default:""},inlinePrompt:Boolean,inactiveActionIcon:{type:iconPropType},activeActionIcon:{type:iconPropType},activeIcon:{type:iconPropType},inactiveIcon:{type:iconPropType},activeText:{type:String,default:""},inactiveText:{type:String,default:""},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{type:String,default:""},validateEvent:{type:Boolean,default:!0},beforeChange:{type:definePropType(Function)},id:String,tabindex:{type:[String,Number]},...useAriaProps(["ariaLabel"])}),switchEmits={[UPDATE_MODEL_EVENT]:r4=>isBoolean(r4)||isString$2(r4)||isNumber$2(r4),[CHANGE_EVENT]:r4=>isBoolean(r4)||isString$2(r4)||isNumber$2(r4),[INPUT_EVENT]:r4=>isBoolean(r4)||isString$2(r4)||isNumber$2(r4)},_hoisted_1$8P=["id","aria-checked","aria-disabled","aria-label","name","true-value","false-value","disabled","tabindex"],_hoisted_2$l=["aria-hidden"],_hoisted_3$d={key:1},_hoisted_4$c={key:1},_hoisted_5$2=["aria-hidden"],COMPONENT_NAME$6="ElSwitch";var switch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$6,__name:"switch",props:switchProps,emits:switchEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,{formItem:eAe}=useFormItem(),tAe=useFormSize(),AAe=useNamespace("switch"),{inputId:iAe}=useFormItemInputId(zP,{formItemContext:eAe}),nAe=useFormDisabled(computed(()=>{if(zP.loading)return!0})),oAe=ref(zP.modelValue!==!1),aAe=shallowRef(),cAe=computed(()=>[AAe.b(),AAe.m(tAe.value),AAe.is("disabled",nAe.value),AAe.is("checked",pAe.value)]),uAe=computed(()=>[AAe.e("label"),AAe.em("label","left"),AAe.is("active",!pAe.value)]),dAe=computed(()=>[AAe.e("label"),AAe.em("label","right"),AAe.is("active",pAe.value)]),EAe=computed(()=>({width:addUnit(zP.width)}));watch(()=>zP.modelValue,()=>{oAe.value=!0});const gAe=computed(()=>oAe.value?zP.modelValue:!1),pAe=computed(()=>gAe.value===zP.activeValue);[zP.activeValue,zP.inactiveValue].includes(gAe.value)||(z9(UPDATE_MODEL_EVENT,zP.inactiveValue),z9(CHANGE_EVENT,zP.inactiveValue),z9(INPUT_EVENT,zP.inactiveValue)),watch(pAe,NAe=>{var TAe;aAe.value.checked=NAe,zP.validateEvent&&((TAe=eAe==null?void 0:eAe.validate)==null||TAe.call(eAe,"change").catch(bAe=>debugWarn(bAe)))});const mAe=()=>{const NAe=pAe.value?zP.inactiveValue:zP.activeValue;z9(UPDATE_MODEL_EVENT,NAe),z9(CHANGE_EVENT,NAe),z9(INPUT_EVENT,NAe),nextTick(()=>{aAe.value.checked=pAe.value})},SAe=()=>{if(nAe.value)return;const{beforeChange:NAe}=zP;if(!NAe){mAe();return}const TAe=NAe();[isPromise$1(TAe),isBoolean(TAe)].includes(!0)||throwError$2(COMPONENT_NAME$6,"beforeChange must return type `Promise` or `boolean`"),isPromise$1(TAe)?TAe.then(bAe=>{bAe&&mAe()}).catch(bAe=>{debugWarn(COMPONENT_NAME$6,`some error occurred: ${bAe}`)}):TAe&&mAe()},DAe=()=>{var NAe,TAe;(TAe=(NAe=aAe.value)==null?void 0:NAe.focus)==null||TAe.call(NAe)};return onMounted(()=>{aAe.value.checked=pAe.value}),x_({focus:DAe,checked:pAe}),(NAe,TAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(cAe.value),onClick:withModifiers(SAe,["prevent"])},[createBaseVNode("input",{id:unref(iAe),ref_key:"input",ref:aAe,class:normalizeClass(unref(AAe).e("input")),type:"checkbox",role:"switch","aria-checked":pAe.value,"aria-disabled":unref(nAe),"aria-label":r4.ariaLabel,name:r4.name,"true-value":r4.activeValue,"false-value":r4.inactiveValue,disabled:unref(nAe),tabindex:r4.tabindex,onChange:mAe,onKeydown:withKeys(SAe,["enter"])},null,42,_hoisted_1$8P),!r4.inlinePrompt&&(r4.inactiveIcon||r4.inactiveText||NAe.$slots.inactive)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(uAe.value)},[renderSlot(NAe.$slots,"inactive",{},()=>[r4.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.inactiveIcon)))]),_:1})):createCommentVNode("v-if",!0),!r4.inactiveIcon&&r4.inactiveText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":pAe.value},toDisplayString(r4.inactiveText),9,_hoisted_2$l)):createCommentVNode("v-if",!0)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(AAe).e("core")),style:normalizeStyle$1(EAe.value)},[r4.inlinePrompt?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(AAe).e("inner"))},[pAe.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(AAe).e("inner-wrapper"))},[renderSlot(NAe.$slots,"active",{},()=>[r4.activeIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.activeIcon)))]),_:1})):createCommentVNode("v-if",!0),!r4.activeIcon&&r4.activeText?(openBlock(),createElementBlock("span",_hoisted_4$c,toDisplayString(r4.activeText),1)):createCommentVNode("v-if",!0)])],2)):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(AAe).e("inner-wrapper"))},[renderSlot(NAe.$slots,"inactive",{},()=>[r4.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.inactiveIcon)))]),_:1})):createCommentVNode("v-if",!0),!r4.inactiveIcon&&r4.inactiveText?(openBlock(),createElementBlock("span",_hoisted_3$d,toDisplayString(r4.inactiveText),1)):createCommentVNode("v-if",!0)])],2))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(AAe).e("action"))},[r4.loading?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(AAe).is("loading"))},{default:withCtx(()=>[createVNode$1(unref(loading_default))]),_:1},8,["class"])):pAe.value?renderSlot(NAe.$slots,"active-action",{key:1},()=>[r4.activeActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.activeActionIcon)))]),_:1})):createCommentVNode("v-if",!0)]):pAe.value?createCommentVNode("v-if",!0):renderSlot(NAe.$slots,"inactive-action",{key:2},()=>[r4.inactiveActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.inactiveActionIcon)))]),_:1})):createCommentVNode("v-if",!0)])],2)],6),!r4.inlinePrompt&&(r4.activeIcon||r4.activeText||NAe.$slots.active)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(dAe.value)},[renderSlot(NAe.$slots,"active",{},()=>[r4.activeIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.activeIcon)))]),_:1})):createCommentVNode("v-if",!0),!r4.activeIcon&&r4.activeText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":!pAe.value},toDisplayString(r4.activeText),9,_hoisted_5$2)):createCommentVNode("v-if",!0)])],2)):createCommentVNode("v-if",!0)],2))}}),switch_default=switch_vue_vue_type_script_setup_true_lang_default;const ElSwitch=withInstall(switch_default),getCell=function(r4){var x_;return(x_=r4.target)==null?void 0:x_.closest("td")},orderBy=function(r4,x_,$P,zP,z9){if(!x_&&!zP&&(!z9||isArray$6(z9)&&!z9.length))return r4;isString$2($P)?$P=$P==="descending"?-1:1:$P=$P&&$P<0?-1:1;const eAe=zP?null:function(AAe,iAe){return z9?flatMap(castArray$1(z9),nAe=>isString$2(nAe)?get$2(AAe,nAe):nAe(AAe,iAe,r4)):(x_!=="$key"&&isObject$9(AAe)&&"$value"in AAe&&(AAe=AAe.$value),[isObject$9(AAe)?x_?get$2(AAe,x_):null:AAe])},tAe=function(AAe,iAe){var nAe,oAe,aAe,cAe,uAe;if(zP)return zP(AAe.value,iAe.value);for(let dAe=0,EAe=((nAe=AAe.key)==null?void 0:nAe.length)??0;dAe((uAe=iAe.key)==null?void 0:uAe[dAe]))return 1}return 0};return r4.map((AAe,iAe)=>({value:AAe,index:iAe,key:eAe?eAe(AAe,iAe):null})).sort((AAe,iAe)=>{let nAe=tAe(AAe,iAe);return nAe||(nAe=AAe.index-iAe.index),nAe*+$P}).map(AAe=>AAe.value)},getColumnById=function(r4,x_){let $P=null;return r4.columns.forEach(zP=>{zP.id===x_&&($P=zP)}),$P},getColumnByKey=function(r4,x_){let $P=null;for(let zP=0;zP{if(!r4)throw new Error("Row is required when get row identity");if(isString$2(x_)){if(!x_.includes("."))return`${r4[x_]}`;const $P=x_.split(".");let zP=r4;for(const z9 of $P)zP=zP[z9];return`${zP}`}else if(isFunction$4(x_))return x_.call(null,r4);return""},getKeysMap=function(r4,x_,$P=!1,zP="children"){const z9=r4||[],eAe={};return z9.forEach((tAe,AAe)=>{if(eAe[getRowIdentity(tAe,x_)]={row:tAe,index:AAe},$P){const iAe=tAe[zP];isArray$6(iAe)&&Object.assign(eAe,getKeysMap(iAe,x_,!0,zP))}}),eAe};function mergeOptions(r4,x_){const $P={};let zP;for(zP in r4)$P[zP]=r4[zP];for(zP in x_)if(hasOwn$1(x_,zP)){const z9=x_[zP];isUndefined(z9)||($P[zP]=z9)}return $P}function parseWidth(r4){return r4===""||isUndefined(r4)||(r4=Number.parseInt(r4,10),Number.isNaN(r4)&&(r4="")),r4}function parseMinWidth(r4){return r4===""||isUndefined(r4)||(r4=parseWidth(r4),Number.isNaN(r4)&&(r4=80)),r4}function parseHeight(r4){return isNumber$2(r4)?r4:isString$2(r4)?/^\d+(?:px)?$/.test(r4)?Number.parseInt(r4,10):r4:null}function compose(...r4){return r4.length===0?x_=>x_:r4.length===1?r4[0]:r4.reduce((x_,$P)=>(...zP)=>x_($P(...zP)))}function toggleRowStatus(r4,x_,$P,zP,z9,eAe,tAe){let AAe=eAe??0,iAe=!1;const oAe=(()=>{if(!tAe)return r4.indexOf(x_);const EAe=getRowIdentity(x_,tAe);return r4.findIndex(gAe=>getRowIdentity(gAe,tAe)===EAe)})(),aAe=oAe!==-1,cAe=z9==null?void 0:z9.call(null,x_,AAe),uAe=EAe=>{EAe==="add"?r4.push(x_):r4.splice(oAe,1),iAe=!0},dAe=EAe=>{let gAe=0;const pAe=(zP==null?void 0:zP.children)&&EAe[zP.children];return pAe&&isArray$6(pAe)&&(gAe+=pAe.length,pAe.forEach(mAe=>{gAe+=dAe(mAe)})),gAe};return(!z9||cAe)&&(isBoolean($P)?$P&&!aAe?uAe("add"):!$P&&aAe&&uAe("remove"):uAe(aAe?"remove":"add")),!(zP!=null&&zP.checkStrictly)&&(zP!=null&&zP.children)&&isArray$6(x_[zP.children])&&x_[zP.children].forEach(EAe=>{const gAe=toggleRowStatus(r4,EAe,$P??!aAe,zP,z9,AAe+1,tAe);AAe+=dAe(EAe)+1,gAe&&(iAe=gAe)}),iAe}function walkTreeNode(r4,x_,$P="children",zP="hasChildren",z9=!1){const eAe=AAe=>!(isArray$6(AAe)&&AAe.length);function tAe(AAe,iAe,nAe){x_(AAe,iAe,nAe),iAe.forEach(oAe=>{if(oAe[zP]&&z9){x_(oAe,null,nAe+1);return}const aAe=oAe[$P];eAe(aAe)||tAe(oAe,aAe,nAe+1)})}r4.forEach(AAe=>{if(AAe[zP]&&z9){x_(AAe,null,0);return}const iAe=AAe[$P];eAe(iAe)||tAe(AAe,iAe,0)})}const getTableOverflowTooltipProps=(r4,x_,$P,zP)=>{const z9={strategy:"fixed",...r4.popperOptions},eAe=isFunction$4(zP==null?void 0:zP.tooltipFormatter)?zP.tooltipFormatter({row:$P,column:zP,cellValue:getProp($P,zP.property).value}):void 0;return isVNode(eAe)?{slotContent:eAe,content:null,...r4,popperOptions:z9}:{slotContent:null,content:eAe??x_,...r4,popperOptions:z9}};let removePopper=null;function createTablePopper(r4,x_,$P,zP,z9,eAe){var uAe;const tAe=getTableOverflowTooltipProps(r4,x_,$P,zP),AAe={...tAe,slotContent:void 0};if((removePopper==null?void 0:removePopper.trigger)===z9){const dAe=(uAe=removePopper.vm)==null?void 0:uAe.component;merge$1(dAe==null?void 0:dAe.props,AAe),dAe&&tAe.slotContent&&(dAe.slots.content=()=>[tAe.slotContent]);return}removePopper==null||removePopper();const iAe=eAe==null?void 0:eAe.refs.tableWrapper,nAe=iAe==null?void 0:iAe.dataset.prefix,oAe=createVNode$1(ElTooltip,{virtualTriggering:!0,virtualRef:z9,appendTo:iAe,placement:"top",transition:"none",offset:0,hideAfter:0,...AAe},tAe.slotContent?{content:()=>tAe.slotContent}:void 0);oAe.appContext={...eAe.appContext,...eAe};const aAe=document.createElement("div");render$1(oAe,aAe),oAe.component.exposed.onOpen();const cAe=iAe==null?void 0:iAe.querySelector(`.${nAe}-scrollbar__wrap`);removePopper=()=>{var EAe,gAe;(gAe=(EAe=oAe.component)==null?void 0:EAe.exposed)!=null&&gAe.onClose&&oAe.component.exposed.onClose(),render$1(null,aAe);const dAe=removePopper;cAe==null||cAe.removeEventListener("scroll",dAe),dAe.trigger=void 0,dAe.vm=void 0,removePopper=null},removePopper.trigger=z9??void 0,removePopper.vm=oAe,cAe==null||cAe.addEventListener("scroll",removePopper)}function getCurrentColumns(r4){return r4.children?flatMap(r4.children,getCurrentColumns):[r4]}function getColSpan(r4,x_){return r4+x_.colSpan}const isFixedColumn=(r4,x_,$P,zP)=>{let z9=0,eAe=r4;const tAe=$P.states.columns.value;if(zP){const iAe=getCurrentColumns(zP[r4]);z9=tAe.slice(0,tAe.indexOf(iAe[0])).reduce(getColSpan,0),eAe=z9+iAe.reduce(getColSpan,0)-1}else z9=r4;let AAe;switch(x_){case"left":eAe<$P.states.fixedLeafColumnsLength.value&&(AAe="left");break;case"right":z9>=tAe.length-$P.states.rightFixedLeafColumnsLength.value&&(AAe="right");break;default:eAe<$P.states.fixedLeafColumnsLength.value?AAe="left":z9>=tAe.length-$P.states.rightFixedLeafColumnsLength.value&&(AAe="right")}return AAe?{direction:AAe,start:z9,after:eAe}:{}},getFixedColumnsClass=(r4,x_,$P,zP,z9,eAe=0)=>{const tAe=[],{direction:AAe,start:iAe,after:nAe}=isFixedColumn(x_,$P,zP,z9);if(AAe){const oAe=AAe==="left";tAe.push(`${r4}-fixed-column--${AAe}`),oAe&&nAe+eAe===zP.states.fixedLeafColumnsLength.value-1?tAe.push("is-last-column"):!oAe&&iAe-eAe===zP.states.columns.value.length-zP.states.rightFixedLeafColumnsLength.value&&tAe.push("is-first-column")}return tAe};function getOffset(r4,x_){return r4+(isNull(x_.realWidth)||Number.isNaN(x_.realWidth)?Number(x_.width):x_.realWidth)}const getFixedColumnOffset=(r4,x_,$P,zP)=>{const{direction:z9,start:eAe=0,after:tAe=0}=isFixedColumn(r4,x_,$P,zP);if(!z9)return;const AAe={},iAe=z9==="left",nAe=$P.states.columns.value;return iAe?AAe.left=nAe.slice(0,eAe).reduce(getOffset,0):AAe.right=nAe.slice(tAe+1).reverse().reduce(getOffset,0),AAe},ensurePosition=(r4,x_)=>{r4&&(Number.isNaN(r4[x_])||(r4[x_]=`${r4[x_]}px`))};function ensureValidVNode(r4){return r4.some(x_=>isVNode(x_)?!(x_.type===Comment||x_.type===Fragment$1&&!ensureValidVNode(x_.children)):!0)?r4:null}function useExpand(r4){const x_=getCurrentInstance(),$P=ref(!1),zP=ref([]),z9=(nAe,oAe)=>{const aAe=x_.store.states.rowExpandable.value;return(aAe==null?void 0:aAe(nAe,oAe))??!0};return{updateExpandRows:()=>{const nAe=r4.data.value||[],oAe=r4.rowKey.value;if($P.value)zP.value=x_.store.states.rowExpandable.value?nAe.filter(z9):nAe.slice();else if(oAe){const aAe=getKeysMap(zP.value,oAe);zP.value=nAe.filter((cAe,uAe)=>!!aAe[getRowIdentity(cAe,oAe)]&&z9(cAe,uAe))}else zP.value=[]},toggleRowExpansion:(nAe,oAe)=>{const aAe=(r4.data.value||[]).indexOf(nAe);aAe>-1&&!z9(nAe,aAe)||toggleRowStatus(zP.value,nAe,oAe,void 0,void 0,void 0,r4.rowKey.value)&&x_.emit("expand-change",nAe,zP.value.slice())},setExpandRowKeys:nAe=>{x_.store.assertRowKey();const oAe=r4.data.value||[],aAe=r4.rowKey.value,cAe=getKeysMap(oAe,aAe);zP.value=nAe.reduce((uAe,dAe)=>{const EAe=cAe[dAe];return EAe&&z9(EAe.row,EAe.index)&&uAe.push(EAe.row),uAe},[])},isRowExpanded:nAe=>{const oAe=r4.rowKey.value;return oAe?!!getKeysMap(zP.value,oAe)[getRowIdentity(nAe,oAe)]:zP.value.includes(nAe)},states:{expandRows:zP,defaultExpandAll:$P}}}function useCurrent(r4){const x_=getCurrentInstance(),$P=ref(null),zP=ref(null),z9=nAe=>{x_.store.assertRowKey(),$P.value=nAe,tAe(nAe)},eAe=()=>{$P.value=null},tAe=nAe=>{const{data:oAe,rowKey:aAe}=r4,cAe=zP.value;let uAe=null;aAe.value&&(uAe=(unref(oAe)||[]).find(dAe=>getRowIdentity(dAe,aAe.value)===nAe)??null),zP.value=uAe??null,x_.emit("current-change",zP.value,cAe)};return{setCurrentRowKey:z9,restoreCurrentRowKey:eAe,setCurrentRowByKey:tAe,updateCurrentRow:nAe=>{const oAe=zP.value;if(nAe&&nAe!==oAe){zP.value=nAe,x_.emit("current-change",zP.value,oAe);return}!nAe&&oAe&&(zP.value=null,x_.emit("current-change",null,oAe))},updateCurrentRowData:()=>{const nAe=r4.rowKey.value,oAe=r4.data.value||[],aAe=zP.value;aAe&&!oAe.includes(aAe)?nAe?tAe(getRowIdentity(aAe,nAe)):(zP.value=null,x_.emit("current-change",null,aAe)):$P.value&&(tAe($P.value),eAe())},states:{_currentRowKey:$P,currentRow:zP}}}function useTree$2(r4){const x_=ref([]),$P=ref({}),zP=ref(16),z9=ref(!1),eAe=ref({}),tAe=ref("hasChildren"),AAe=ref("children"),iAe=ref(!1),nAe=getCurrentInstance(),oAe=computed(()=>r4.rowKey.value?cAe(r4.data.value||[]):{}),aAe=computed(()=>{const DAe=r4.rowKey.value,NAe=Object.keys(eAe.value),TAe={};return NAe.length&&NAe.forEach(bAe=>{if(eAe.value[bAe].length){const GAe={children:[]};eAe.value[bAe].forEach(LAe=>{const wAe=getRowIdentity(LAe,DAe);GAe.children.push(wAe),LAe[tAe.value]&&!TAe[wAe]&&(TAe[wAe]={children:[]})}),TAe[bAe]=GAe}}),TAe}),cAe=DAe=>{const NAe=r4.rowKey.value,TAe={};return walkTreeNode(DAe,(bAe,GAe,LAe)=>{const wAe=getRowIdentity(bAe,NAe);isArray$6(GAe)?TAe[wAe]={children:GAe.map(OAe=>getRowIdentity(OAe,NAe)),level:LAe}:z9.value&&(TAe[wAe]={children:[],lazy:!0,level:LAe})},AAe.value,tAe.value,z9.value),TAe},uAe=(DAe=!1,NAe)=>{var wAe,OAe;NAe||(NAe=(wAe=nAe.store)==null?void 0:wAe.states.defaultExpandAll.value);const TAe=oAe.value,bAe=aAe.value,GAe=Object.keys(TAe),LAe={};if(GAe.length){const PAe=unref($P),HAe=[],zAe=(iIe,rIe)=>{if(DAe)return x_.value?NAe||x_.value.includes(rIe):!!(NAe||iIe!=null&&iIe.expanded);{const AIe=NAe||x_.value&&x_.value.includes(rIe);return!!(iIe!=null&&iIe.expanded||AIe)}};GAe.forEach(iIe=>{const rIe=PAe[iIe],AIe={...TAe[iIe]};if(AIe.expanded=zAe(rIe,iIe),AIe.lazy){const{loaded:XAe=!1,loading:EIe=!1}=rIe||{};AIe.loaded=!!XAe,AIe.loading=!!EIe,HAe.push(iIe)}LAe[iIe]=AIe});const eIe=Object.keys(bAe);z9.value&&eIe.length&&HAe.length&&eIe.forEach(iIe=>{var XAe;const rIe=PAe[iIe],AIe=bAe[iIe].children;if(HAe.includes(iIe)){if(((XAe=LAe[iIe].children)==null?void 0:XAe.length)!==0)throw new Error("[ElTable]children must be an empty array.");LAe[iIe].children=AIe}else{const{loaded:EIe=!1,loading:hIe=!1}=rIe||{};LAe[iIe]={lazy:!0,loaded:!!EIe,loading:!!hIe,expanded:zAe(rIe,iIe),children:AIe,level:void 0}}})}$P.value=LAe,(OAe=nAe.store)==null||OAe.updateTableScrollY()};watch(()=>x_.value,()=>{uAe(!0)},{deep:!0}),watch(()=>oAe.value,()=>{uAe()}),watch(()=>aAe.value,()=>{uAe()});const dAe=DAe=>{x_.value=DAe,uAe()},EAe=DAe=>z9.value&&DAe&&"loaded"in DAe&&!DAe.loaded,gAe=(DAe,NAe)=>{nAe.store.assertRowKey();const TAe=r4.rowKey.value,bAe=getRowIdentity(DAe,TAe),GAe=bAe&&$P.value[bAe];if(bAe&&GAe&&"expanded"in GAe){const LAe=GAe.expanded;NAe=isUndefined(NAe)?!GAe.expanded:NAe,$P.value[bAe].expanded=NAe,LAe!==NAe&&nAe.emit("expand-change",DAe,NAe),NAe&&EAe(GAe)&&mAe(DAe,bAe,GAe),nAe.store.updateTableScrollY()}},pAe=DAe=>{nAe.store.assertRowKey();const NAe=r4.rowKey.value,TAe=getRowIdentity(DAe,NAe),bAe=$P.value[TAe];EAe(bAe)?mAe(DAe,TAe,bAe):gAe(DAe,void 0)},mAe=(DAe,NAe,TAe)=>{const{load:bAe}=nAe.props;bAe&&!$P.value[NAe].loaded&&($P.value[NAe].loading=!0,bAe(DAe,TAe,GAe=>{if(!isArray$6(GAe))throw new TypeError("[ElTable] data must be an array");$P.value[NAe].loading=!1,$P.value[NAe].loaded=!0,$P.value[NAe].expanded=!0,GAe.length&&(eAe.value[NAe]=GAe),nAe.emit("expand-change",DAe,!0)}))};return{loadData:mAe,loadOrToggle:pAe,toggleTreeExpansion:gAe,updateTreeExpandKeys:dAe,updateTreeData:uAe,updateKeyChildren:(DAe,NAe)=>{const{lazy:TAe,rowKey:bAe}=nAe.props;if(TAe){if(!bAe)throw new Error("[Table] rowKey is required in updateKeyChild");eAe.value[DAe]&&(eAe.value[DAe]=NAe)}},normalize:cAe,states:{expandRowKeys:x_,treeData:$P,indent:zP,lazy:z9,lazyTreeNodeMap:eAe,lazyColumnIdentifier:tAe,childrenColumnName:AAe,checkStrictly:iAe}}}const sortData=(r4,x_)=>{const $P=x_.sortingColumn;return!$P||isString$2($P.sortable)?r4:orderBy(r4,x_.sortProp,x_.sortOrder,$P.sortMethod,$P.sortBy)},doFlattenColumns=r4=>{const x_=[];return r4.forEach($P=>{$P.children&&$P.children.length>0?x_.push.apply(x_,doFlattenColumns($P.children)):x_.push($P)}),x_};function useWatcher$1(){var iCe;const r4=getCurrentInstance(),{size:x_}=toRefs((iCe=r4.proxy)==null?void 0:iCe.$props),$P=ref(null),zP=ref([]),z9=ref([]),eAe=ref(!1),tAe=ref([]),AAe=ref([]),iAe=ref([]),nAe=ref([]),oAe=ref([]),aAe=ref([]),cAe=ref([]),uAe=ref([]),dAe=[],EAe=ref(0),gAe=ref(0),pAe=ref(0),mAe=ref(!1),SAe=ref([]),DAe=ref(!1),NAe=ref(!1),TAe=ref(null),bAe=ref(null),GAe=ref({}),LAe=ref(null),wAe=ref(null),OAe=ref(null),PAe=ref(null),HAe=ref(null),zAe=computed(()=>$P.value?getKeysMap(SAe.value,$P.value):void 0);watch(zP,()=>{var gCe;r4.state&&(AIe(!1),r4.props.tableLayout==="auto"&&((gCe=r4.refs.tableHeaderRef)==null||gCe.updateFixedColumnStyle()))},{deep:!0});const eIe=()=>{if(!$P.value)throw new Error("[ElTable] prop row-key is required")},iIe=gCe=>{var TCe;(TCe=gCe.children)==null||TCe.forEach(YEe=>{YEe.fixed=gCe.fixed,iIe(YEe)})},rIe=()=>{tAe.value.forEach(ZEe=>{iIe(ZEe)}),nAe.value=tAe.value.filter(ZEe=>[!0,"left"].includes(ZEe.fixed));const gCe=tAe.value.find(ZEe=>ZEe.type==="selection");let TCe;gCe&&gCe.fixed!=="right"&&!nAe.value.includes(gCe)&&tAe.value.indexOf(gCe)===0&&nAe.value.length&&(nAe.value.unshift(gCe),TCe=!0),oAe.value=tAe.value.filter(ZEe=>ZEe.fixed==="right");const YEe=tAe.value.filter(ZEe=>(TCe?ZEe.type!=="selection":!0)&&!ZEe.fixed);AAe.value=Array.from(nAe.value).concat(YEe).concat(oAe.value);const cEe=doFlattenColumns(YEe),OEe=doFlattenColumns(nAe.value),REe=doFlattenColumns(oAe.value);EAe.value=cEe.length,gAe.value=OEe.length,pAe.value=REe.length,iAe.value=Array.from(OEe).concat(cEe).concat(REe),eAe.value=nAe.value.length>0||oAe.value.length>0},AIe=(gCe,TCe=!1)=>{gCe&&rIe(),TCe?r4.state.doLayout():r4.state.debouncedUpdateLayout()},XAe=gCe=>zAe.value?!!zAe.value[getRowIdentity(gCe,$P.value)]:SAe.value.includes(gCe),EIe=()=>{mAe.value=!1;const gCe=SAe.value;SAe.value=[],gCe.length&&r4.emit("selection-change",[])},hIe=()=>{var TCe,YEe;let gCe;if($P.value){gCe=[];const cEe=(YEe=(TCe=r4==null?void 0:r4.store)==null?void 0:TCe.states)==null?void 0:YEe.childrenColumnName.value,OEe=getKeysMap(zP.value,$P.value,!0,cEe);for(const REe in zAe.value)hasOwn$1(zAe.value,REe)&&!OEe[REe]&&gCe.push(zAe.value[REe].row)}else gCe=SAe.value.filter(cEe=>!zP.value.includes(cEe));if(gCe.length){const cEe=SAe.value.filter(OEe=>!gCe.includes(OEe));SAe.value=cEe,r4.emit("selection-change",cEe.slice())}},tIe=()=>(SAe.value||[]).slice(),gIe=(gCe,TCe,YEe=!0,cEe=!1)=>{var REe,ZEe,uCe,YCe;const OEe={children:(ZEe=(REe=r4==null?void 0:r4.store)==null?void 0:REe.states)==null?void 0:ZEe.childrenColumnName.value,checkStrictly:(YCe=(uCe=r4==null?void 0:r4.store)==null?void 0:uCe.states)==null?void 0:YCe.checkStrictly.value};if(toggleRowStatus(SAe.value,gCe,TCe,OEe,cEe?void 0:TAe.value,zP.value.indexOf(gCe),$P.value)){const MBe=(SAe.value||[]).slice();YEe&&r4.emit("select",MBe,gCe),r4.emit("selection-change",MBe)}},pIe=()=>{var ZEe,uCe;const gCe=NAe.value?!mAe.value:!(mAe.value||SAe.value.length);mAe.value=gCe;let TCe=!1,YEe=0;const cEe=(uCe=(ZEe=r4==null?void 0:r4.store)==null?void 0:ZEe.states)==null?void 0:uCe.rowKey.value,{childrenColumnName:OEe}=r4.store.states,REe={children:OEe.value,checkStrictly:!1};zP.value.forEach((YCe,MBe)=>{const _Ce=MBe+YEe;toggleRowStatus(SAe.value,YCe,gCe,REe,TAe.value,_Ce,cEe)&&(TCe=!0),YEe+=SIe(getRowIdentity(YCe,cEe))}),TCe&&r4.emit("selection-change",SAe.value?SAe.value.slice():[]),r4.emit("select-all",(SAe.value||[]).slice())},_Ie=()=>{var REe;if(((REe=zP.value)==null?void 0:REe.length)===0){mAe.value=!1;return}const{childrenColumnName:gCe}=r4.store.states;let TCe=0,YEe=0;const cEe=ZEe=>{var uCe;for(const YCe of ZEe){const MBe=TAe.value&&TAe.value.call(null,YCe,TCe);if(XAe(YCe))YEe++;else if(!TAe.value||MBe)return!1;if(TCe++,(uCe=YCe[gCe.value])!=null&&uCe.length&&!cEe(YCe[gCe.value]))return!1}return!0},OEe=cEe(zP.value||[]);mAe.value=YEe===0?!1:OEe},SIe=gCe=>{var OEe;if(!r4||!r4.store)return 0;const{treeData:TCe}=r4.store.states;let YEe=0;const cEe=(OEe=TCe.value[gCe])==null?void 0:OEe.children;return cEe&&(YEe+=cEe.length,cEe.forEach(REe=>{YEe+=SIe(REe)})),YEe},yIe=(gCe,TCe)=>{const YEe={};return castArray$1(gCe).forEach(cEe=>{GAe.value[cEe.id]=TCe,YEe[cEe.columnKey||cEe.id]=TCe}),YEe},OIe=(gCe,TCe,YEe)=>{wAe.value&&wAe.value!==gCe&&(wAe.value.order=null),wAe.value=gCe,OAe.value=TCe,PAe.value=YEe},HIe=()=>{let gCe=unref(z9);Object.keys(GAe.value).forEach(TCe=>{const YEe=GAe.value[TCe];if(!YEe||YEe.length===0)return;const cEe=getColumnById({columns:iAe.value},TCe);cEe&&cEe.filterMethod&&(gCe=gCe.filter(OEe=>YEe.some(REe=>cEe.filterMethod.call(null,REe,OEe,cEe))))}),LAe.value=gCe},PIe=()=>{zP.value=sortData(LAe.value??[],{sortingColumn:wAe.value,sortProp:OAe.value,sortOrder:PAe.value})},LIe=(gCe=void 0)=>{gCe!=null&&gCe.filter||HIe(),PIe()},oEe=gCe=>{const{tableHeaderRef:TCe}=r4.refs;if(!TCe)return;const YEe=Object.assign({},TCe.filterPanels),cEe=Object.keys(YEe);if(cEe.length)if(isString$2(gCe)&&(gCe=[gCe]),isArray$6(gCe)){const OEe=gCe.map(REe=>getColumnByKey({columns:iAe.value},REe));cEe.forEach(REe=>{const ZEe=OEe.find(uCe=>uCe.id===REe);ZEe&&(ZEe.filteredValue=[])}),r4.store.commit("filterChange",{column:OEe,values:[],silent:!0,multi:!0})}else cEe.forEach(OEe=>{const REe=iAe.value.find(ZEe=>ZEe.id===OEe);REe&&(REe.filteredValue=[])}),GAe.value={},r4.store.commit("filterChange",{column:{},values:[],silent:!0})},JIe=()=>{wAe.value&&(OIe(null,null,null),r4.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:XIe,toggleRowExpansion:zIe,updateExpandRows:YIe,states:uEe,isRowExpanded:NEe}=useExpand({data:zP,rowKey:$P}),{updateTreeExpandKeys:MEe,toggleTreeExpansion:FEe,updateTreeData:vEe,updateKeyChildren:yEe,loadOrToggle:VEe,states:UEe}=useTree$2({data:zP,rowKey:$P}),{updateCurrentRowData:UCe,updateCurrentRow:CCe,setCurrentRowKey:fCe,states:VCe}=useCurrent({data:zP,rowKey:$P});return{assertRowKey:eIe,updateColumns:rIe,scheduleLayout:AIe,isSelected:XAe,clearSelection:EIe,cleanSelection:hIe,getSelectionRows:tIe,toggleRowSelection:gIe,_toggleAllSelection:pIe,toggleAllSelection:null,updateAllSelected:_Ie,updateFilters:yIe,updateCurrentRow:CCe,updateSort:OIe,execFilter:HIe,execSort:PIe,execQuery:LIe,clearFilter:oEe,clearSort:JIe,toggleRowExpansion:zIe,setExpandRowKeysAdapter:gCe=>{XIe(gCe),MEe(gCe)},setCurrentRowKey:fCe,toggleRowExpansionAdapter:(gCe,TCe)=>{iAe.value.some(({type:YEe})=>YEe==="expand")?zIe(gCe,TCe):FEe(gCe,TCe)},isRowExpanded:NEe,updateExpandRows:YIe,updateCurrentRowData:UCe,loadOrToggle:VEe,updateTreeData:vEe,updateKeyChildren:yEe,states:{tableSize:x_,rowKey:$P,data:zP,_data:z9,isComplex:eAe,_columns:tAe,originColumns:AAe,columns:iAe,fixedColumns:nAe,rightFixedColumns:oAe,leafColumns:aAe,fixedLeafColumns:cAe,rightFixedLeafColumns:uAe,updateOrderFns:dAe,leafColumnsLength:EAe,fixedLeafColumnsLength:gAe,rightFixedLeafColumnsLength:pAe,isAllSelected:mAe,selection:SAe,reserveSelection:DAe,selectOnIndeterminate:NAe,selectable:TAe,rowExpandable:bAe,filters:GAe,filteredData:LAe,sortingColumn:wAe,sortProp:OAe,sortOrder:PAe,hoverRow:HAe,...uEe,...UEe,...VCe}}}function replaceColumn(r4,x_){return r4.map($P=>{var zP;return $P.id===x_.id?x_:((zP=$P.children)!=null&&zP.length&&($P.children=replaceColumn($P.children,x_)),$P)})}function sortColumn(r4){r4.forEach(x_=>{var $P,zP;x_.no=($P=x_.getColumnIndex)==null?void 0:$P.call(x_),(zP=x_.children)!=null&&zP.length&&sortColumn(x_.children)}),r4.sort((x_,$P)=>x_.no-$P.no)}function useStore(){const r4=getCurrentInstance(),x_=useWatcher$1(),$P=useNamespace("table"),{t:zP}=useLocale();return{ns:$P,t:zP,...x_,mutations:{setData(AAe,iAe){const nAe=unref(AAe._data)!==iAe;AAe.data.value=iAe,AAe._data.value=iAe,r4.store.execQuery(),r4.store.updateCurrentRowData(),r4.store.updateExpandRows(),r4.store.updateTreeData(r4.store.states.defaultExpandAll.value),unref(AAe.reserveSelection)?r4.store.assertRowKey():nAe?r4.store.clearSelection():r4.store.cleanSelection(),r4.store.updateAllSelected(),r4.$ready&&r4.store.scheduleLayout()},insertColumn(AAe,iAe,nAe,oAe){var uAe;const aAe=unref(AAe._columns);let cAe=[];nAe?(nAe&&!nAe.children&&(nAe.children=[]),(uAe=nAe.children)==null||uAe.push(iAe),cAe=replaceColumn(aAe,nAe)):(aAe.push(iAe),cAe=aAe),sortColumn(cAe),AAe._columns.value=cAe,AAe.updateOrderFns.push(oAe),iAe.type==="selection"&&(AAe.selectable.value=iAe.selectable,AAe.reserveSelection.value=iAe.reserveSelection),r4.$ready&&(r4.store.updateColumns(),r4.store.scheduleLayout())},updateColumnOrder(AAe,iAe){var nAe;((nAe=iAe.getColumnIndex)==null?void 0:nAe.call(iAe))!==iAe.no&&(sortColumn(AAe._columns.value),r4.$ready&&r4.store.updateColumns())},removeColumn(AAe,iAe,nAe,oAe){var uAe;const aAe=unref(AAe._columns)||[];if(nAe)(uAe=nAe.children)==null||uAe.splice(nAe.children.findIndex(dAe=>dAe.id===iAe.id),1),nextTick(()=>{var dAe;((dAe=nAe.children)==null?void 0:dAe.length)===0&&delete nAe.children}),AAe._columns.value=replaceColumn(aAe,nAe);else{const dAe=aAe.indexOf(iAe);dAe>-1&&(aAe.splice(dAe,1),AAe._columns.value=aAe)}const cAe=AAe.updateOrderFns.indexOf(oAe);cAe>-1&&AAe.updateOrderFns.splice(cAe,1),r4.$ready&&(r4.store.updateColumns(),r4.store.scheduleLayout())},sort(AAe,iAe){const{prop:nAe,order:oAe,init:aAe}=iAe;if(nAe){const cAe=unref(AAe.columns).find(uAe=>uAe.property===nAe);cAe&&(cAe.order=oAe,r4.store.updateSort(cAe,nAe,oAe),r4.store.commit("changeSortCondition",{init:aAe}))}},changeSortCondition(AAe,iAe){const{sortingColumn:nAe,sortProp:oAe,sortOrder:aAe}=AAe,cAe=unref(nAe),uAe=unref(oAe),dAe=unref(aAe);isNull(dAe)&&(AAe.sortingColumn.value=null,AAe.sortProp.value=null),r4.store.execQuery({filter:!0}),(!iAe||!(iAe.silent||iAe.init))&&r4.emit("sort-change",{column:cAe,prop:uAe,order:dAe}),r4.store.updateTableScrollY()},filterChange(AAe,iAe){const{column:nAe,values:oAe,silent:aAe}=iAe,cAe=r4.store.updateFilters(nAe,oAe);r4.store.execQuery(),aAe||r4.emit("filter-change",cAe),r4.store.updateTableScrollY()},toggleAllSelection(){var AAe,iAe;(iAe=(AAe=r4.store).toggleAllSelection)==null||iAe.call(AAe)},rowSelectedChanged(AAe,iAe){r4.store.toggleRowSelection(iAe),r4.store.updateAllSelected()},setHoverRow(AAe,iAe){AAe.hoverRow.value=iAe},setCurrentRow(AAe,iAe){r4.store.updateCurrentRow(iAe)}},commit:function(AAe,...iAe){const nAe=r4.store.mutations;if(nAe[AAe])nAe[AAe].apply(r4,[r4.store.states,...iAe]);else throw new Error(`Action not found: ${AAe}`)},updateTableScrollY:function(){nextTick(()=>r4.layout.updateScrollY.apply(r4.layout))}}}const InitialStateMap={rowKey:"rowKey",defaultExpandAll:"defaultExpandAll",rowExpandable:"rowExpandable",selectOnIndeterminate:"selectOnIndeterminate",indent:"indent",lazy:"lazy","treeProps.hasChildren":{key:"lazyColumnIdentifier",default:"hasChildren"},"treeProps.children":{key:"childrenColumnName",default:"children"},"treeProps.checkStrictly":{key:"checkStrictly",default:!1}};function createStore(r4,x_){if(!r4)throw new Error("Table is required.");const $P=useStore();return $P.toggleAllSelection=debounce($P._toggleAllSelection,10),Object.keys(InitialStateMap).forEach(zP=>{handleValue(getArrKeysValue(x_,zP),zP,$P)}),proxyTableProps($P,x_),$P}function proxyTableProps(r4,x_){Object.keys(InitialStateMap).forEach($P=>{watch(()=>getArrKeysValue(x_,$P),zP=>{handleValue(zP,$P,r4)})})}function handleValue(r4,x_,$P){let zP=r4,z9=InitialStateMap[x_];isObject$9(z9)&&(zP=zP||z9.default,z9=z9.key),$P.states[z9].value=zP}function getArrKeysValue(r4,x_){if(x_.includes(".")){const $P=x_.split(".");let zP=r4;return $P.forEach(z9=>{zP=zP[z9]}),zP}else return r4[x_]}var TableLayout=class{constructor(r4){this.observers=[],this.table=null,this.store=null,this.columns=[],this.fit=!0,this.showHeader=!0,this.height=ref(null),this.scrollX=ref(!1),this.scrollY=ref(!1),this.bodyWidth=ref(null),this.fixedWidth=ref(null),this.rightFixedWidth=ref(null),this.gutterWidth=0;for(const x_ in r4)hasOwn$1(r4,x_)&&(isRef(this[x_])?this[x_].value=r4[x_]:this[x_]=r4[x_]);if(!this.table)throw new Error("Table is required for Table Layout");if(!this.store)throw new Error("Store is required for Table Layout")}updateScrollY(){const r4=this.height.value;if(isNull(r4))return!1;const x_=this.table.refs.scrollBarRef;if(this.table.vnode.el&&(x_!=null&&x_.wrapRef)){let $P=!0;const zP=this.scrollY.value;return $P=x_.wrapRef.scrollHeight>x_.wrapRef.clientHeight,this.scrollY.value=$P,zP!==$P}return!1}setHeight(r4,x_="height"){if(!isClient$1)return;const $P=this.table.vnode.el;if(r4=parseHeight(r4),this.height.value=Number(r4),!$P&&(r4||r4===0)){nextTick(()=>this.setHeight(r4,x_));return}$P&&isNumber$2(r4)?($P.style[x_]=`${r4}px`,this.updateElsHeight()):$P&&isString$2(r4)&&($P.style[x_]=r4,this.updateElsHeight())}setMaxHeight(r4){this.setHeight(r4,"max-height")}getFlattenColumns(){const r4=[];return this.table.store.states.columns.value.forEach(x_=>{x_.isColumnGroup?r4.push.apply(r4,x_.columns):r4.push(x_)}),r4}updateElsHeight(){this.updateScrollY(),this.notifyObservers("scrollable")}headerDisplayNone(r4){if(!r4)return!0;let x_=r4;for(;x_.tagName!=="DIV";){if(getComputedStyle(x_).display==="none")return!0;x_=x_.parentElement}return!1}updateColumnsWidth(){var AAe;if(!isClient$1)return;const r4=this.fit,x_=(AAe=this.table.vnode.el)==null?void 0:AAe.clientWidth;let $P=0;const zP=this.getFlattenColumns(),z9=zP.filter(iAe=>!isNumber$2(iAe.width));if(zP.forEach(iAe=>{isNumber$2(iAe.width)&&iAe.realWidth&&(iAe.realWidth=null)}),z9.length>0&&r4){if(zP.forEach(iAe=>{$P+=Number(iAe.width||iAe.minWidth||80)}),$P<=x_){this.scrollX.value=!1;const iAe=x_-$P;if(z9.length===1)z9[0].realWidth=Number(z9[0].minWidth||80)+iAe;else{const nAe=iAe/z9.reduce((aAe,cAe)=>aAe+Number(cAe.minWidth||80),0);let oAe=0;z9.forEach((aAe,cAe)=>{if(cAe===0)return;const uAe=Math.floor(Number(aAe.minWidth||80)*nAe);oAe+=uAe,aAe.realWidth=Number(aAe.minWidth||80)+uAe}),z9[0].realWidth=Number(z9[0].minWidth||80)+iAe-oAe}}else this.scrollX.value=!0,z9.forEach(iAe=>{iAe.realWidth=Number(iAe.minWidth)});this.bodyWidth.value=Math.max($P,x_),this.table.state.resizeState.value.width=this.bodyWidth.value}else zP.forEach(iAe=>{!iAe.width&&!iAe.minWidth?iAe.realWidth=80:iAe.realWidth=Number(iAe.width||iAe.minWidth),$P+=iAe.realWidth}),this.scrollX.value=$P>x_,this.bodyWidth.value=$P;const eAe=this.store.states.fixedColumns.value;if(eAe.length>0){let iAe=0;eAe.forEach(nAe=>{iAe+=Number(nAe.realWidth||nAe.width)}),this.fixedWidth.value=iAe}const tAe=this.store.states.rightFixedColumns.value;if(tAe.length>0){let iAe=0;tAe.forEach(nAe=>{iAe+=Number(nAe.realWidth||nAe.width)}),this.rightFixedWidth.value=iAe}this.notifyObservers("columns")}addObserver(r4){this.observers.push(r4)}removeObserver(r4){const x_=this.observers.indexOf(r4);x_!==-1&&this.observers.splice(x_,1)}notifyObservers(r4){this.observers.forEach(x_=>{var $P,zP;switch(r4){case"columns":($P=x_.state)==null||$P.onColumnsChange(this);break;case"scrollable":(zP=x_.state)==null||zP.onScrollableChange(this);break;default:throw new Error(`Table Layout don't have event ${r4}.`)}})}};const TABLE_INJECTION_KEY=Symbol("ElTable"),getAllColumns=r4=>{const x_=[];return r4.forEach($P=>{$P.children?(x_.push($P),x_.push.apply(x_,getAllColumns($P.children))):x_.push($P)}),x_},convertToRows=r4=>{let x_=1;const $P=(z9,eAe)=>{if(eAe&&(z9.level=eAe.level+1,x_{$P(AAe,z9),tAe+=AAe.colSpan}),z9.colSpan=tAe}else z9.colSpan=1};r4.forEach(z9=>{z9.level=1,$P(z9,void 0)});const zP=[];for(let z9=0;z9{z9.children?(z9.rowSpan=1,z9.children.forEach(eAe=>eAe.isSubColumn=!0)):z9.rowSpan=x_-z9.level+1,zP[z9.level-1].push(z9)}),zP};function useUtils$1(r4){const x_=inject(TABLE_INJECTION_KEY),$P=computed(()=>convertToRows(r4.store.states.originColumns.value));return{isGroup:computed(()=>{const eAe=$P.value.length>1;return eAe&&x_&&(x_.state.isGroup.value=!0),eAe}),toggleAllSelection:eAe=>{eAe.stopPropagation(),x_==null||x_.store.commit("toggleAllSelection")},columnRows:$P}}var filter_panel_vue_vue_type_script_lang_default=defineComponent({name:"ElTableFilterPanel",components:{ElCheckbox,ElCheckboxGroup,ElScrollbar,ElTooltip,ElIcon,ArrowDown:arrow_down_default,ArrowUp:arrow_up_default},props:{placement:{type:String,default:"bottom-start"},store:{type:Object},column:{type:Object},upDataColumn:{type:Function},appendTo:useTooltipContentProps.appendTo},setup(r4){const x_=getCurrentInstance(),{t:$P}=useLocale(),zP=useNamespace("table-filter"),z9=x_==null?void 0:x_.parent;r4.column&&!z9.filterPanels.value[r4.column.id]&&(z9.filterPanels.value[r4.column.id]=x_);const eAe=ref(null),tAe=ref(null),AAe=ref(0),iAe=computed(()=>r4.column&&r4.column.filters),nAe=computed(()=>r4.column&&r4.column.filterClassName?`${zP.b()} ${r4.column.filterClassName}`:zP.b()),oAe=computed({get:()=>{var bAe;return(((bAe=r4.column)==null?void 0:bAe.filteredValue)||[])[0]},set:bAe=>{aAe.value&&(isPropAbsent(bAe)?aAe.value.splice(0,1):aAe.value.splice(0,1,bAe))}}),aAe=computed({get(){return r4.column?r4.column.filteredValue||[]:[]},set(bAe){var GAe;r4.column&&((GAe=r4.upDataColumn)==null||GAe.call(r4,"filteredValue",bAe))}}),cAe=computed(()=>r4.column?r4.column.filterMultiple:!0),uAe=bAe=>bAe.value===oAe.value,dAe=()=>{var bAe;(bAe=eAe.value)==null||bAe.onClose()},EAe=()=>{mAe(aAe.value),dAe()},gAe=()=>{aAe.value=[],mAe(aAe.value),dAe()},pAe=(bAe,GAe)=>{oAe.value=bAe,AAe.value=GAe,isPropAbsent(bAe)?mAe([]):mAe(aAe.value),dAe()},mAe=bAe=>{var GAe,LAe;(GAe=r4.store)==null||GAe.commit("filterChange",{column:r4.column,values:bAe}),(LAe=r4.store)==null||LAe.updateAllSelected()},SAe=()=>{var bAe,GAe;(bAe=tAe.value)==null||bAe.focus(),!cAe.value&&NAe(),r4.column&&((GAe=r4.upDataColumn)==null||GAe.call(r4,"filterOpened",!0))},DAe=()=>{var bAe;r4.column&&((bAe=r4.upDataColumn)==null||bAe.call(r4,"filterOpened",!1))},NAe=()=>{if(isPropAbsent(oAe)){AAe.value=0;return}const bAe=(iAe.value||[]).findIndex(GAe=>GAe.value===oAe.value);AAe.value=bAe>=0?bAe+1:0};return{multiple:cAe,filterClassName:nAe,filteredValue:aAe,filterValue:oAe,filters:iAe,handleConfirm:EAe,handleReset:gAe,handleSelect:pAe,isPropAbsent,isActive:uAe,t:$P,ns:zP,tooltipRef:eAe,rootRef:tAe,checkedIndex:AAe,handleShowTooltip:SAe,handleHideTooltip:DAe,handleKeydown:bAe=>{var PAe,HAe;const GAe=getEventCode(bAe),LAe=(iAe.value?iAe.value.length:0)+1;let wAe=AAe.value,OAe=!0;switch(GAe){case EVENT_CODE.down:case EVENT_CODE.right:wAe=(wAe+1)%LAe;break;case EVENT_CODE.up:case EVENT_CODE.left:wAe=(wAe-1+LAe)%LAe;break;case EVENT_CODE.tab:dAe(),OAe=!1;break;case EVENT_CODE.enter:case EVENT_CODE.space:if(wAe===0)pAe(null,0);else{const zAe=(iAe.value||[])[wAe-1];zAe.value&&pAe(zAe.value,wAe)}break;default:OAe=!1;break}OAe&&bAe.preventDefault(),AAe.value=wAe,(HAe=(PAe=tAe.value)==null?void 0:PAe.querySelector(`.${zP.e("list-item")}:nth-child(${wAe+1})`))==null||HAe.focus()}}}});const _hoisted_1$8O=["disabled"],_hoisted_2$k=["tabindex","aria-checked"],_hoisted_3$c=["tabindex","aria-checked","onClick"],_hoisted_4$b=["aria-label"];function _sfc_render$e(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-checkbox"),AAe=resolveComponent("el-checkbox-group"),iAe=resolveComponent("el-scrollbar"),nAe=resolveComponent("arrow-up"),oAe=resolveComponent("arrow-down"),aAe=resolveComponent("el-icon"),cAe=resolveComponent("el-tooltip");return openBlock(),createBlock(cAe,{ref:"tooltipRef",offset:0,placement:r4.placement,"show-arrow":!1,trigger:"click",role:"dialog",teleported:"",effect:"light",pure:"",loop:"","popper-class":r4.filterClassName,persistent:"","append-to":r4.appendTo,onShow:r4.handleShowTooltip,onHide:r4.handleHideTooltip},{content:withCtx(()=>[r4.multiple?(openBlock(),createElementBlock("div",{key:0,ref:"rootRef",tabindex:"-1",class:normalizeClass(r4.ns.e("multiple"))},[createBaseVNode("div",{class:normalizeClass(r4.ns.e("content"))},[createVNode$1(iAe,{"wrap-class":r4.ns.e("wrap")},{default:withCtx(()=>[createVNode$1(AAe,{modelValue:r4.filteredValue,"onUpdate:modelValue":x_[0]||(x_[0]=uAe=>r4.filteredValue=uAe),class:normalizeClass(r4.ns.e("checkbox-group"))},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.filters,uAe=>(openBlock(),createBlock(tAe,{key:uAe.value,value:uAe.value},{default:withCtx(()=>[createTextVNode(toDisplayString(uAe.text),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","class"])]),_:1},8,["wrap-class"])],2),createBaseVNode("div",{class:normalizeClass(r4.ns.e("bottom"))},[createBaseVNode("button",{class:normalizeClass(r4.ns.is("disabled",r4.filteredValue.length===0)),disabled:r4.filteredValue.length===0,type:"button",onClick:x_[1]||(x_[1]=(...uAe)=>r4.handleConfirm&&r4.handleConfirm(...uAe))},toDisplayString(r4.t("el.table.confirmFilter")),11,_hoisted_1$8O),createBaseVNode("button",{type:"button",onClick:x_[2]||(x_[2]=(...uAe)=>r4.handleReset&&r4.handleReset(...uAe))},toDisplayString(r4.t("el.table.resetFilter")),1)],2)],2)):(openBlock(),createElementBlock("ul",{key:1,ref:"rootRef",tabindex:"-1",role:"radiogroup",class:normalizeClass(r4.ns.e("list")),onKeydown:x_[4]||(x_[4]=(...uAe)=>r4.handleKeydown&&r4.handleKeydown(...uAe))},[createBaseVNode("li",{role:"radio",class:normalizeClass([r4.ns.e("list-item"),r4.ns.is("active",r4.isPropAbsent(r4.filterValue))]),tabindex:r4.checkedIndex===0?0:-1,"aria-checked":r4.isPropAbsent(r4.filterValue),onClick:x_[3]||(x_[3]=uAe=>r4.handleSelect(null,0))},toDisplayString(r4.t("el.table.clearFilter")),11,_hoisted_2$k),(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.filters,(uAe,dAe)=>(openBlock(),createElementBlock("li",{key:uAe.value,role:"radio",class:normalizeClass([r4.ns.e("list-item"),r4.ns.is("active",r4.isActive(uAe))]),tabindex:r4.checkedIndex===dAe+1?0:-1,"aria-checked":r4.isActive(uAe),onClick:EAe=>r4.handleSelect(uAe.value,dAe+1)},toDisplayString(uAe.text),11,_hoisted_3$c))),128))],34))]),default:withCtx(()=>{var uAe;return[createBaseVNode("button",{type:"button",class:normalizeClass(`${r4.ns.namespace.value}-table__column-filter-trigger`),"aria-label":r4.t("el.table.filterLabel",{column:((uAe=r4.column)==null?void 0:uAe.label)||""})},[createVNode$1(aAe,null,{default:withCtx(()=>[renderSlot(r4.$slots,"filter-icon",{},()=>{var dAe;return[(dAe=r4.column)!=null&&dAe.filterOpened?(openBlock(),createBlock(nAe,{key:0})):(openBlock(),createBlock(oAe,{key:1}))]})]),_:3})],10,_hoisted_4$b)]}),_:3},8,["placement","popper-class","append-to","onShow","onHide"])}var filter_panel_default=_plugin_vue_export_helper_default(filter_panel_vue_vue_type_script_lang_default,[["render",_sfc_render$e]]);function useLayoutObserver(r4){const x_=getCurrentInstance();onBeforeMount(()=>{$P.value.addObserver(x_)}),onMounted(()=>{zP($P.value),z9($P.value)}),onUpdated(()=>{zP($P.value),z9($P.value)}),onUnmounted(()=>{$P.value.removeObserver(x_)});const $P=computed(()=>{const eAe=r4.layout;if(!eAe)throw new Error("Can not find table layout.");return eAe}),zP=eAe=>{var nAe;const tAe=((nAe=r4.vnode.el)==null?void 0:nAe.querySelectorAll("colgroup > col"))||[];if(!tAe.length)return;const AAe=eAe.getFlattenColumns(),iAe={};AAe.forEach(oAe=>{iAe[oAe.id]=oAe});for(let oAe=0,aAe=tAe.length;oAe{var iAe,nAe;const tAe=((iAe=r4.vnode.el)==null?void 0:iAe.querySelectorAll("colgroup > col[name=gutter]"))||[];for(let oAe=0,aAe=tAe.length;oAe{EAe.stopPropagation()},eAe=(EAe,gAe)=>{!gAe.filters&&gAe.sortable?dAe(EAe,gAe,!1):gAe.filterable&&!gAe.sortable&&z9(EAe),zP==null||zP.emit("header-click",gAe,EAe)},tAe=(EAe,gAe)=>{zP==null||zP.emit("header-contextmenu",gAe,EAe)},AAe=ref(null),iAe=ref(!1),nAe=ref(),oAe=(EAe,gAe)=>{var pAe,mAe,SAe;if(isClient$1&&!(gAe.children&&gAe.children.length>0)&&AAe.value&&r4.border&&AAe.value.id===gAe.id){iAe.value=!0;const DAe=zP;x_("set-drag-visible",!0);const NAe=(pAe=DAe==null?void 0:DAe.vnode.el)==null?void 0:pAe.getBoundingClientRect().left,TAe=(SAe=(mAe=$P==null?void 0:$P.vnode)==null?void 0:mAe.el)==null?void 0:SAe.querySelector(`th.${gAe.id}`),bAe=TAe.getBoundingClientRect(),GAe=bAe.left-NAe+30;addClass(TAe,"noclick"),nAe.value={startMouseLeft:EAe.clientX,startLeft:bAe.right-NAe,startColumnLeft:bAe.left-NAe,tableLeft:NAe};const LAe=DAe==null?void 0:DAe.refs.resizeProxy;LAe.style.left=`${nAe.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const wAe=PAe=>{const HAe=PAe.clientX-nAe.value.startMouseLeft,zAe=nAe.value.startLeft+HAe;LAe.style.left=`${Math.max(GAe,zAe)}px`},OAe=()=>{if(iAe.value){const{startColumnLeft:PAe,startLeft:HAe}=nAe.value;gAe.width=gAe.realWidth=Number.parseInt(LAe.style.left,10)-PAe,DAe==null||DAe.emit("header-dragend",gAe.width,HAe-PAe,gAe,EAe),requestAnimationFrame(()=>{r4.store.scheduleLayout(!1,!0)}),document.body.style.cursor="",iAe.value=!1,AAe.value=null,nAe.value=void 0,x_("set-drag-visible",!1)}document.removeEventListener("mousemove",wAe),document.removeEventListener("mouseup",OAe),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(TAe,"noclick")},0)};document.addEventListener("mousemove",wAe),document.addEventListener("mouseup",OAe)}},aAe=(EAe,gAe)=>{var LAe;if(!r4.border||gAe.children&&gAe.children.length>0)return;const pAe=EAe.target,mAe=isElement$1(pAe)?pAe.closest("th"):null;if(!mAe)return;const SAe=hasClass(mAe,"is-sortable");if(SAe){const wAe=iAe.value?"col-resize":"";mAe.style.cursor=wAe;const OAe=mAe.querySelector(".caret-wrapper");OAe&&(OAe.style.cursor=wAe)}if(!gAe.resizable||iAe.value){AAe.value=null;return}const DAe=mAe.getBoundingClientRect(),NAe=((LAe=mAe.parentNode)==null?void 0:LAe.lastElementChild)===mAe,TAe=r4.allowDragLastColumn||!NAe,bAe=DAe.width>12&&DAe.right-EAe.clientX<8&&TAe,GAe=bAe?"col-resize":"";document.body.style.cursor=GAe,AAe.value=bAe?gAe:null,SAe&&(mAe.style.cursor=GAe)},cAe=()=>{!isClient$1||iAe.value||(document.body.style.cursor="")},uAe=({order:EAe,sortOrders:gAe})=>{if(EAe==="")return gAe[0];const pAe=gAe.indexOf(EAe||null);return gAe[pAe>gAe.length-2?0:pAe+1]},dAe=(EAe,gAe,pAe)=>{var LAe;EAe.stopPropagation();const mAe=gAe.order===pAe?null:pAe||uAe(gAe),SAe=(LAe=EAe.target)==null?void 0:LAe.closest("th");if(SAe&&hasClass(SAe,"noclick")){removeClass(SAe,"noclick");return}if(!gAe.sortable)return;const DAe=EAe.currentTarget;if(["ascending","descending"].some(wAe=>hasClass(DAe,wAe)&&!gAe.sortOrders.includes(wAe)))return;const NAe=r4.store.states;let TAe=NAe.sortProp.value,bAe;const GAe=NAe.sortingColumn.value;(GAe!==gAe||GAe===gAe&&isNull(GAe.order))&&(GAe&&(GAe.order=null),NAe.sortingColumn.value=gAe,TAe=gAe.property),mAe?bAe=gAe.order=mAe:bAe=gAe.order=null,NAe.sortProp.value=TAe,NAe.sortOrder.value=bAe,zP==null||zP.store.commit("changeSortCondition")};return{handleHeaderClick:eAe,handleHeaderContextMenu:tAe,handleMouseDown:oAe,handleMouseMove:aAe,handleMouseOut:cAe,handleSortClick:dAe,handleFilterClick:z9}}function useStyle$2(r4){const x_=inject(TABLE_INJECTION_KEY),$P=useNamespace("table");return{getHeaderRowStyle:AAe=>{const iAe=x_==null?void 0:x_.props.headerRowStyle;return isFunction$4(iAe)?iAe.call(null,{rowIndex:AAe}):iAe},getHeaderRowClass:AAe=>{const iAe=[],nAe=x_==null?void 0:x_.props.headerRowClassName;return isString$2(nAe)?iAe.push(nAe):isFunction$4(nAe)&&iAe.push(nAe.call(null,{rowIndex:AAe})),iAe.join(" ")},getHeaderCellStyle:(AAe,iAe,nAe,oAe)=>{let aAe=(x_==null?void 0:x_.props.headerCellStyle)??{};isFunction$4(aAe)&&(aAe=aAe.call(null,{rowIndex:AAe,columnIndex:iAe,row:nAe,column:oAe}));const cAe=getFixedColumnOffset(iAe,oAe.fixed,r4.store,nAe);return ensurePosition(cAe,"left"),ensurePosition(cAe,"right"),Object.assign({},aAe,cAe)},getHeaderCellClass:(AAe,iAe,nAe,oAe)=>{const aAe=getFixedColumnsClass($P.b(),iAe,oAe.fixed,r4.store,nAe),cAe=[oAe.id,oAe.order,oAe.headerAlign,oAe.className,oAe.labelClassName,...aAe];oAe.children||cAe.push("is-leaf"),oAe.sortable&&cAe.push("is-sortable");const uAe=x_==null?void 0:x_.props.headerCellClassName;return isString$2(uAe)?cAe.push(uAe):isFunction$4(uAe)&&cAe.push(uAe.call(null,{rowIndex:AAe,columnIndex:iAe,row:nAe,column:oAe})),cAe.push($P.e("cell")),cAe.filter(dAe=>!!dAe).join(" ")}}}var table_header_default=defineComponent({name:"ElTableHeader",components:{ElCheckbox},props:{fixed:{type:String,default:""},store:{required:!0,type:Object},border:Boolean,defaultSort:{type:Object,default:()=>({prop:"",order:""})},appendFilterPanelTo:{type:String},allowDragLastColumn:{type:Boolean}},setup(r4,{emit:x_}){const $P=getCurrentInstance(),zP=inject(TABLE_INJECTION_KEY),z9=useNamespace("table"),eAe=ref({}),{onColumnsChange:tAe,onScrollableChange:AAe}=useLayoutObserver(zP),iAe=(zP==null?void 0:zP.props.tableLayout)==="auto",nAe=reactive(new Map),oAe=ref();let aAe;const cAe=()=>{aAe=setTimeout(()=>{nAe.size>0&&(nAe.forEach((PAe,HAe)=>{const zAe=oAe.value.querySelector(`.${HAe.replace(/\s/g,".")}`);zAe&&(PAe.width=zAe.getBoundingClientRect().width||PAe.width)}),nAe.clear())})};watch(nAe,cAe),onBeforeUnmount(()=>{aAe&&(clearTimeout(aAe),aAe=void 0)}),onMounted(async()=>{await nextTick(),await nextTick();const{prop:PAe,order:HAe}=r4.defaultSort;zP==null||zP.store.commit("sort",{prop:PAe,order:HAe,init:!0}),cAe()});const{handleHeaderClick:uAe,handleHeaderContextMenu:dAe,handleMouseDown:EAe,handleMouseMove:gAe,handleMouseOut:pAe,handleSortClick:mAe,handleFilterClick:SAe}=useEvent(r4,x_),{getHeaderRowStyle:DAe,getHeaderRowClass:NAe,getHeaderCellStyle:TAe,getHeaderCellClass:bAe}=useStyle$2(r4),{isGroup:GAe,toggleAllSelection:LAe,columnRows:wAe}=useUtils$1(r4),{t:OAe}=useLocale();return $P.state={onColumnsChange:tAe,onScrollableChange:AAe},$P.filterPanels=eAe,{ns:z9,t:OAe,filterPanels:eAe,onColumnsChange:tAe,onScrollableChange:AAe,columnRows:wAe,getHeaderRowClass:NAe,getHeaderRowStyle:DAe,getHeaderCellClass:bAe,getHeaderCellStyle:TAe,handleHeaderClick:uAe,handleHeaderContextMenu:dAe,handleMouseDown:EAe,handleMouseMove:gAe,handleMouseOut:pAe,handleSortClick:mAe,handleFilterClick:SAe,isGroup:GAe,toggleAllSelection:LAe,saveIndexSelection:nAe,isTableLayoutAuto:iAe,theadRef:oAe,updateFixedColumnStyle:cAe}},render(){const{ns:r4,t:x_,isGroup:$P,columnRows:zP,getHeaderCellStyle:z9,getHeaderCellClass:eAe,getHeaderRowClass:tAe,getHeaderRowStyle:AAe,handleHeaderClick:iAe,handleHeaderContextMenu:nAe,handleMouseDown:oAe,handleMouseMove:aAe,handleSortClick:cAe,handleMouseOut:uAe,store:dAe,$parent:EAe,saveIndexSelection:gAe,isTableLayoutAuto:pAe}=this;let mAe=1;return h$d("thead",{ref:"theadRef",class:r4.is("group",$P)},zP.map((SAe,DAe)=>h$d("tr",{class:tAe(DAe),key:DAe,style:AAe(DAe)},SAe.map((NAe,TAe)=>{NAe.rowSpan>mAe&&(mAe=NAe.rowSpan);const bAe=eAe(DAe,TAe,SAe,NAe);return pAe&&NAe.fixed&&gAe.set(bAe,NAe),h$d("th",{class:bAe,colspan:NAe.colSpan,key:`${NAe.id}-thead`,rowspan:NAe.rowSpan,scope:NAe.colSpan>1?"colgroup":"col",ariaSort:NAe.sortable?NAe.order:void 0,style:z9(DAe,TAe,SAe,NAe),onClick:GAe=>{var LAe;(LAe=GAe.currentTarget)!=null&&LAe.classList.contains("noclick")||iAe(GAe,NAe)},onContextmenu:GAe=>nAe(GAe,NAe),onMousedown:GAe=>oAe(GAe,NAe),onMousemove:GAe=>aAe(GAe,NAe),onMouseout:uAe},[h$d("div",{class:["cell",NAe.filteredValue&&NAe.filteredValue.length>0?"highlight":""]},[NAe.renderHeader?NAe.renderHeader({column:NAe,$index:TAe,store:dAe,_self:EAe}):NAe.label,NAe.sortable&&h$d("button",{type:"button",class:"caret-wrapper","aria-label":x_("el.table.sortLabel",{column:NAe.label||""}),onClick:GAe=>cAe(GAe,NAe)},[h$d("i",{onClick:GAe=>cAe(GAe,NAe,"ascending"),class:"sort-caret ascending"}),h$d("i",{onClick:GAe=>cAe(GAe,NAe,"descending"),class:"sort-caret descending"})]),NAe.filterable&&h$d(filter_panel_default,{store:dAe,placement:NAe.filterPlacement||"bottom-start",appendTo:EAe==null?void 0:EAe.appendFilterPanelTo,column:NAe,upDataColumn:(GAe,LAe)=>{NAe[GAe]=LAe}},{"filter-icon":()=>NAe.renderFilterIcon?NAe.renderFilterIcon({filterOpened:NAe.filterOpened}):null})])])}))))}});function useEvents(r4){const x_=inject(TABLE_INJECTION_KEY),$P=ref(""),zP=ref(h$d("div")),z9=(dAe,EAe,gAe)=>{var NAe,TAe;const pAe=x_,mAe=getCell(dAe);let SAe=null;const DAe=(NAe=pAe==null?void 0:pAe.vnode.el)==null?void 0:NAe.dataset.prefix;mAe&&(SAe=getColumnByCell({columns:((TAe=r4.store)==null?void 0:TAe.states.columns.value)??[]},mAe,DAe),SAe&&(pAe==null||pAe.emit(`cell-${gAe}`,EAe,SAe,mAe,dAe))),pAe==null||pAe.emit(`row-${gAe}`,EAe,SAe,dAe)},eAe=(dAe,EAe)=>{z9(dAe,EAe,"dblclick")},tAe=(dAe,EAe)=>{var gAe;(gAe=r4.store)==null||gAe.commit("setCurrentRow",EAe),z9(dAe,EAe,"click")},AAe=(dAe,EAe)=>{z9(dAe,EAe,"contextmenu")},iAe=debounce(dAe=>{var EAe;(EAe=r4.store)==null||EAe.commit("setHoverRow",dAe)},30),nAe=debounce(()=>{var dAe;(dAe=r4.store)==null||dAe.commit("setHoverRow",null)},30),oAe=dAe=>{const EAe=window.getComputedStyle(dAe,null);return{left:Number.parseInt(EAe.paddingLeft,10)||0,right:Number.parseInt(EAe.paddingRight,10)||0,top:Number.parseInt(EAe.paddingTop,10)||0,bottom:Number.parseInt(EAe.paddingBottom,10)||0}},aAe=(dAe,EAe,gAe)=>{var mAe;let pAe=(mAe=EAe==null?void 0:EAe.target)==null?void 0:mAe.parentNode;for(;dAe>1&&(pAe=pAe==null?void 0:pAe.nextSibling,!(!pAe||pAe.nodeName!=="TR"));)gAe(pAe,"hover-row hover-fixed-row"),dAe--};return{handleDoubleClick:eAe,handleClick:tAe,handleContextMenu:AAe,handleMouseEnter:iAe,handleMouseLeave:nAe,handleCellMouseEnter:(dAe,EAe,gAe)=>{var rIe,AIe,XAe;if(!x_)return;const pAe=x_,mAe=getCell(dAe),SAe=(rIe=pAe==null?void 0:pAe.vnode.el)==null?void 0:rIe.dataset.prefix;let DAe=null;if(mAe){if(DAe=getColumnByCell({columns:((AIe=r4.store)==null?void 0:AIe.states.columns.value)??[]},mAe,SAe),!DAe)return;mAe.rowSpan>1&&aAe(mAe.rowSpan,dAe,addClass);const EIe=pAe.hoverState={cell:mAe,column:DAe,row:EAe};pAe==null||pAe.emit("cell-mouse-enter",EIe.row,EIe.column,EIe.cell,dAe)}if(!gAe){(removePopper==null?void 0:removePopper.trigger)===mAe&&(removePopper==null||removePopper());return}const NAe=dAe.target.querySelector(".cell");if(!(hasClass(NAe,`${SAe}-tooltip`)&&NAe.childNodes.length&&((XAe=NAe.textContent)!=null&&XAe.trim())))return;const TAe=document.createRange();TAe.setStart(NAe,0),TAe.setEnd(NAe,NAe.childNodes.length);const{width:bAe,height:GAe}=TAe.getBoundingClientRect(),{width:LAe,height:wAe}=NAe.getBoundingClientRect(),{top:OAe,left:PAe,right:HAe,bottom:zAe}=oAe(NAe),eIe=PAe+HAe,iIe=OAe+zAe;isGreaterThan(bAe+eIe,LAe)||isGreaterThan(GAe+iIe,wAe)||isGreaterThan(NAe.scrollWidth,LAe)?createTablePopper(gAe,((mAe==null?void 0:mAe.innerText)||(mAe==null?void 0:mAe.textContent))??"",EAe,DAe,mAe,pAe):(removePopper==null?void 0:removePopper.trigger)===mAe&&(removePopper==null||removePopper())},handleCellMouseLeave:dAe=>{const EAe=getCell(dAe);if(!EAe)return;EAe.rowSpan>1&&aAe(EAe.rowSpan,dAe,removeClass);const gAe=x_==null?void 0:x_.hoverState;x_==null||x_.emit("cell-mouse-leave",gAe==null?void 0:gAe.row,gAe==null?void 0:gAe.column,gAe==null?void 0:gAe.cell,dAe)},tooltipContent:$P,tooltipTrigger:zP}}function useStyles$1(r4){const x_=inject(TABLE_INJECTION_KEY),$P=useNamespace("table");return{getRowStyle:(nAe,oAe)=>{const aAe=x_==null?void 0:x_.props.rowStyle;return isFunction$4(aAe)?aAe.call(null,{row:nAe,rowIndex:oAe}):aAe||null},getRowClass:(nAe,oAe,aAe)=>{var dAe;const cAe=[$P.e("row")];x_!=null&&x_.props.highlightCurrentRow&&nAe===((dAe=r4.store)==null?void 0:dAe.states.currentRow.value)&&cAe.push("current-row"),r4.stripe&&aAe%2===1&&cAe.push($P.em("row","striped"));const uAe=x_==null?void 0:x_.props.rowClassName;return isString$2(uAe)?cAe.push(uAe):isFunction$4(uAe)&&cAe.push(uAe.call(null,{row:nAe,rowIndex:oAe})),cAe},getCellStyle:(nAe,oAe,aAe,cAe)=>{const uAe=x_==null?void 0:x_.props.cellStyle;let dAe=uAe??{};isFunction$4(uAe)&&(dAe=uAe.call(null,{rowIndex:nAe,columnIndex:oAe,row:aAe,column:cAe}));const EAe=getFixedColumnOffset(oAe,r4==null?void 0:r4.fixed,r4.store);return ensurePosition(EAe,"left"),ensurePosition(EAe,"right"),Object.assign({},dAe,EAe)},getCellClass:(nAe,oAe,aAe,cAe,uAe)=>{const dAe=getFixedColumnsClass($P.b(),oAe,r4==null?void 0:r4.fixed,r4.store,void 0,uAe),EAe=[cAe.id,cAe.align,cAe.className,...dAe],gAe=x_==null?void 0:x_.props.cellClassName;return isString$2(gAe)?EAe.push(gAe):isFunction$4(gAe)&&EAe.push(gAe.call(null,{rowIndex:nAe,columnIndex:oAe,row:aAe,column:cAe})),EAe.push($P.e("cell")),EAe.filter(pAe=>!!pAe).join(" ")},getSpan:(nAe,oAe,aAe,cAe)=>{let uAe=1,dAe=1;const EAe=x_==null?void 0:x_.props.spanMethod;if(isFunction$4(EAe)){const gAe=EAe({row:nAe,column:oAe,rowIndex:aAe,columnIndex:cAe});isArray$6(gAe)?(uAe=gAe[0],dAe=gAe[1]):isObject$9(gAe)&&(uAe=gAe.rowspan,dAe=gAe.colspan)}return{rowspan:uAe,colspan:dAe}},getColspanRealWidth:(nAe,oAe,aAe)=>{if(oAe<1)return nAe[aAe].realWidth;const cAe=nAe.map(({realWidth:uAe,width:dAe})=>uAe||dAe).slice(aAe,aAe+oAe);return Number(cAe.reduce((uAe,dAe)=>Number(uAe)+Number(dAe),-1))}}}const _hoisted_1$8N=["colspan","rowspan"];var td_wrapper_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TableTdWrapper",__name:"td-wrapper",props:{colspan:{type:Number,default:1},rowspan:{type:Number,default:1}},setup(r4){return(x_,$P)=>(openBlock(),createElementBlock("td",{colspan:r4.colspan,rowspan:r4.rowspan},[renderSlot(x_.$slots,"default")],8,_hoisted_1$8N))}}),td_wrapper_default=td_wrapper_vue_vue_type_script_setup_true_lang_default;function useRender$1(r4){const x_=inject(TABLE_INJECTION_KEY),$P=useNamespace("table"),{handleDoubleClick:zP,handleClick:z9,handleContextMenu:eAe,handleMouseEnter:tAe,handleMouseLeave:AAe,handleCellMouseEnter:iAe,handleCellMouseLeave:nAe,tooltipContent:oAe,tooltipTrigger:aAe}=useEvents(r4),{getRowStyle:cAe,getRowClass:uAe,getCellStyle:dAe,getCellClass:EAe,getSpan:gAe,getColspanRealWidth:pAe}=useStyles$1(r4);let mAe=-1;const SAe=computed(()=>{var GAe;return(GAe=r4.store)==null?void 0:GAe.states.columns.value.findIndex(({type:LAe})=>LAe==="default")}),DAe=(GAe,LAe)=>{var OAe;const wAe=(OAe=x_==null?void 0:x_.props)==null?void 0:OAe.rowKey;return wAe?getRowIdentity(GAe,wAe):LAe},NAe=(GAe,LAe,wAe,OAe=!1)=>{const{tooltipEffect:PAe,tooltipOptions:HAe,store:zAe}=r4,{indent:eIe,columns:iIe}=zAe.states,rIe=[];let AIe=!0;return wAe&&(rIe.push($P.em("row",`level-${wAe.level}`)),AIe=!!wAe.display),LAe===0&&(mAe=-1),r4.stripe&&AIe&&mAe++,rIe.push(...uAe(GAe,LAe,mAe)),h$d("tr",{style:[AIe?null:{display:"none"},cAe(GAe,LAe)],class:rIe,key:DAe(GAe,LAe),onDblclick:XAe=>zP(XAe,GAe),onClick:XAe=>z9(XAe,GAe),onContextmenu:XAe=>eAe(XAe,GAe),onMouseenter:()=>tAe(LAe),onMouseleave:AAe},iIe.value.map((XAe,EIe)=>{const{rowspan:hIe,colspan:tIe}=gAe(GAe,XAe,LAe,EIe);if(!hIe||!tIe)return null;const gIe=Object.assign({},XAe);gIe.realWidth=pAe(iIe.value,tIe,EIe);const pIe={store:zAe,_self:r4.context||x_,column:gIe,row:GAe,$index:LAe,cellIndex:EIe,expanded:OAe};EIe===SAe.value&&wAe&&(pIe.treeNode={indent:wAe.level&&wAe.level*eIe.value,level:wAe.level},isBoolean(wAe.expanded)&&(pIe.treeNode.expanded=wAe.expanded,"loading"in wAe&&(pIe.treeNode.loading=wAe.loading),"noLazyChildren"in wAe&&(pIe.treeNode.noLazyChildren=wAe.noLazyChildren)));const _Ie=`${DAe(GAe,LAe)},${EIe}`,SIe=gIe.columnKey||gIe.rawColumnKey||"",yIe=XAe.showOverflowTooltip&&merge$1({effect:PAe},HAe,XAe.showOverflowTooltip);return h$d(td_wrapper_default,{style:dAe(LAe,EIe,GAe,XAe),class:EAe(LAe,EIe,GAe,XAe,tIe-1),key:`${SIe}${_Ie}`,rowspan:hIe,colspan:tIe,onMouseenter:OIe=>iAe(OIe,GAe,yIe),onMouseleave:nAe},{default:()=>TAe(EIe,XAe,pIe)})}))},TAe=(GAe,LAe,wAe)=>LAe.renderCell(wAe);return{wrappedRowRender:(GAe,LAe)=>{const wAe=r4.store,{isRowExpanded:OAe,assertRowKey:PAe}=wAe,{treeData:HAe,lazyTreeNodeMap:zAe,childrenColumnName:eIe,rowKey:iIe}=wAe.states,rIe=wAe.states.columns.value;if(rIe.some(({type:AIe})=>AIe==="expand")){const AIe=OAe(GAe),XAe=NAe(GAe,LAe,void 0,AIe),EIe=x_==null?void 0:x_.renderExpanded;if(!EIe)return console.error("[Element Error]renderExpanded is required."),XAe;const hIe=[[XAe]];return(x_.props.preserveExpandedContent||AIe)&&hIe[0].push(h$d("tr",{key:`expanded-row__${XAe.key}`,style:{display:AIe?"":"none"}},[h$d("td",{colspan:rIe.length,class:`${$P.e("cell")} ${$P.e("expanded-cell")}`},[EIe({row:GAe,$index:LAe,store:wAe,expanded:AIe})])])),hIe}else if(Object.keys(HAe.value).length){PAe();const AIe=getRowIdentity(GAe,iIe.value);let XAe=HAe.value[AIe],EIe=null;XAe&&(EIe={expanded:XAe.expanded,level:XAe.level,display:!0,noLazyChildren:void 0,loading:void 0},isBoolean(XAe.lazy)&&(EIe&&isBoolean(XAe.loaded)&&XAe.loaded&&(EIe.noLazyChildren=!(XAe.children&&XAe.children.length)),EIe.loading=XAe.loading));const hIe=[NAe(GAe,LAe,EIe??void 0)];if(XAe){let tIe=0;const gIe=(pIe,_Ie)=>{pIe&&pIe.length&&_Ie&&pIe.forEach(SIe=>{const yIe={display:_Ie.display&&_Ie.expanded,level:_Ie.level+1,expanded:!1,noLazyChildren:!1,loading:!1},OIe=getRowIdentity(SIe,iIe.value);if(isPropAbsent(OIe))throw new Error("For nested data item, row-key is required.");XAe={...HAe.value[OIe]},XAe&&(yIe.expanded=XAe.expanded,XAe.level=XAe.level||yIe.level,XAe.display=!!(XAe.expanded&&yIe.display),isBoolean(XAe.lazy)&&(isBoolean(XAe.loaded)&&XAe.loaded&&(yIe.noLazyChildren=!(XAe.children&&XAe.children.length)),yIe.loading=XAe.loading)),tIe++,hIe.push(NAe(SIe,LAe+tIe,yIe)),XAe&&gIe(zAe.value[OIe]||SIe[eIe.value],XAe)})};XAe.display=!0,gIe(zAe.value[AIe]||GAe[eIe.value],XAe)}return hIe}else return NAe(GAe,LAe,void 0)},tooltipContent:oAe,tooltipTrigger:aAe}}const defaultProps$1={store:{required:!0,type:Object},stripe:Boolean,tooltipEffect:String,tooltipOptions:{type:Object},context:{default:()=>({}),type:Object},rowClassName:[String,Function],rowStyle:[Object,Function],fixed:{type:String,default:""},highlight:Boolean};var table_body_default=defineComponent({name:"ElTableBody",props:defaultProps$1,setup(r4){var oAe;const x_=getCurrentInstance(),$P=inject(TABLE_INJECTION_KEY),zP=useNamespace("table"),{wrappedRowRender:z9,tooltipContent:eAe,tooltipTrigger:tAe}=useRender$1(r4),{onColumnsChange:AAe,onScrollableChange:iAe}=useLayoutObserver($P),nAe=[];return watch((oAe=r4.store)==null?void 0:oAe.states.hoverRow,(aAe,cAe)=>{var pAe,mAe;const uAe=x_==null?void 0:x_.vnode.el,dAe=Array.from((uAe==null?void 0:uAe.children)||[]).filter(SAe=>SAe==null?void 0:SAe.classList.contains(`${zP.e("row")}`));let EAe=aAe;const gAe=(pAe=dAe[EAe])==null?void 0:pAe.childNodes;if(gAe!=null&&gAe.length){let SAe=0;Array.from(gAe).reduce((DAe,NAe,TAe)=>{var bAe,GAe;return((bAe=gAe[TAe])==null?void 0:bAe.colSpan)>1&&(SAe=(GAe=gAe[TAe])==null?void 0:GAe.colSpan),NAe.nodeName!=="TD"&&SAe===0&&DAe.push(TAe),SAe>0&&SAe--,DAe},[]).forEach(DAe=>{var NAe;for(EAe=aAe;EAe>0;){const TAe=(NAe=dAe[EAe-1])==null?void 0:NAe.childNodes;if(TAe[DAe]&&TAe[DAe].nodeName==="TD"&&TAe[DAe].rowSpan>1){addClass(TAe[DAe],"hover-cell"),nAe.push(TAe[DAe]);break}EAe--}})}else nAe.forEach(SAe=>removeClass(SAe,"hover-cell")),nAe.length=0;!((mAe=r4.store)!=null&&mAe.states.isComplex.value)||!isClient$1||rAF(()=>{const SAe=dAe[cAe],DAe=dAe[aAe];SAe&&!SAe.classList.contains("hover-fixed-row")&&removeClass(SAe,"hover-row"),DAe&&addClass(DAe,"hover-row")})}),onUnmounted(()=>{removePopper==null||removePopper()}),{ns:zP,onColumnsChange:AAe,onScrollableChange:iAe,wrappedRowRender:z9,tooltipContent:eAe,tooltipTrigger:tAe}},render(){const{wrappedRowRender:r4,store:x_}=this;return h$d("tbody",{tabIndex:-1},[((x_==null?void 0:x_.states.data.value)||[]).reduce(($P,zP)=>$P.concat(r4(zP,$P.length)),[])])}});function useMapState(){var x_;const r4=(x_=inject(TABLE_INJECTION_KEY))==null?void 0:x_.store;return{leftFixedLeafCount:computed(()=>(r4==null?void 0:r4.states.fixedLeafColumnsLength.value)??0),rightFixedLeafCount:computed(()=>(r4==null?void 0:r4.states.rightFixedColumns.value.length)??0),columnsCount:computed(()=>(r4==null?void 0:r4.states.columns.value.length)??0),leftFixedCount:computed(()=>(r4==null?void 0:r4.states.fixedColumns.value.length)??0),rightFixedCount:computed(()=>(r4==null?void 0:r4.states.rightFixedColumns.value.length)??0),columns:computed(()=>(r4==null?void 0:r4.states.columns.value)??[])}}function useStyle$1(r4){const{columns:x_}=useMapState(),$P=useNamespace("table");return{getCellClasses:(eAe,tAe)=>{const AAe=eAe[tAe],iAe=[$P.e("cell"),AAe.id,AAe.align,AAe.labelClassName,...getFixedColumnsClass($P.b(),tAe,AAe.fixed,r4.store)];return AAe.className&&iAe.push(AAe.className),AAe.children||iAe.push($P.is("leaf")),iAe},getCellStyles:(eAe,tAe)=>{const AAe=getFixedColumnOffset(tAe,eAe.fixed,r4.store);return ensurePosition(AAe,"left"),ensurePosition(AAe,"right"),AAe},columns:x_}}var table_footer_default=defineComponent({name:"ElTableFooter",props:{fixed:{type:String,default:""},store:{required:!0,type:Object},summaryMethod:Function,sumText:String,border:Boolean,defaultSort:{type:Object,default:()=>({prop:"",order:""})}},setup(r4){const x_=inject(TABLE_INJECTION_KEY),$P=useNamespace("table"),{getCellClasses:zP,getCellStyles:z9,columns:eAe}=useStyle$1(r4),{onScrollableChange:tAe,onColumnsChange:AAe}=useLayoutObserver(x_);return{ns:$P,onScrollableChange:tAe,onColumnsChange:AAe,getCellClasses:zP,getCellStyles:z9,columns:eAe}},render(){const{columns:r4,getCellStyles:x_,getCellClasses:$P,summaryMethod:zP,sumText:z9}=this,eAe=this.store.states.data.value;let tAe=[];return zP?tAe=zP({columns:r4,data:eAe}):r4.forEach((AAe,iAe)=>{if(iAe===0){tAe[iAe]=z9;return}const nAe=eAe.map(uAe=>Number(uAe[AAe.property])),oAe=[];let aAe=!0;nAe.forEach(uAe=>{if(!Number.isNaN(+uAe)){aAe=!1;const dAe=`${uAe}`.split(".")[1];oAe.push(dAe?dAe.length:0)}});const cAe=Math.max.apply(null,oAe);aAe?tAe[iAe]="":tAe[iAe]=nAe.reduce((uAe,dAe)=>{const EAe=Number(dAe);return Number.isNaN(+EAe)?uAe:Number.parseFloat((uAe+dAe).toFixed(Math.min(cAe,20)))},0)}),h$d(h$d("tfoot",[h$d("tr",{},[...r4.map((AAe,iAe)=>h$d("td",{key:iAe,colspan:AAe.colSpan,rowspan:AAe.rowSpan,class:$P(r4,iAe),style:x_(AAe,iAe)},[h$d("div",{class:["cell",AAe.labelClassName]},[tAe[iAe]])]))])]))}});function useUtils(r4){return{setCurrentRow:aAe=>{r4.commit("setCurrentRow",aAe)},getSelectionRows:()=>r4.getSelectionRows(),toggleRowSelection:(aAe,cAe,uAe=!0)=>{r4.toggleRowSelection(aAe,cAe,!1,uAe),r4.updateAllSelected()},clearSelection:()=>{r4.clearSelection()},clearFilter:aAe=>{r4.clearFilter(aAe)},toggleAllSelection:()=>{r4.commit("toggleAllSelection")},toggleRowExpansion:(aAe,cAe)=>{r4.toggleRowExpansionAdapter(aAe,cAe)},clearSort:()=>{r4.clearSort()},sort:(aAe,cAe)=>{r4.commit("sort",{prop:aAe,order:cAe})},updateKeyChildren:(aAe,cAe)=>{r4.updateKeyChildren(aAe,cAe)}}}function useStyle(r4,x_,$P,zP){const z9=ref(!1),eAe=ref(null),tAe=ref(!1),AAe=eIe=>{tAe.value=eIe},iAe=ref({width:null,height:null,headerHeight:null}),nAe=ref(!1),oAe={display:"inline-block",verticalAlign:"middle"},aAe=ref(),cAe=ref(0),uAe=ref(0),dAe=ref(0),EAe=ref(0),gAe=ref(0);watch(()=>r4.height,eIe=>{x_.setHeight(eIe??null)},{immediate:!0}),watch(()=>r4.maxHeight,eIe=>{x_.setMaxHeight(eIe??null)},{immediate:!0}),watch(()=>[r4.currentRowKey,$P.states.rowKey],([eIe,iIe])=>{!unref(iIe)||!unref(eIe)||$P.setCurrentRowKey(`${eIe}`)},{immediate:!0}),watch(()=>r4.data,eIe=>{zP.store.commit("setData",eIe)},{immediate:!0,deep:!0}),watchEffect(()=>{r4.expandRowKeys&&$P.setExpandRowKeysAdapter(r4.expandRowKeys)});const pAe=()=>{zP.store.commit("setHoverRow",null),zP.hoverState&&(zP.hoverState=null)},mAe=(eIe,iIe)=>{const{pixelX:rIe,pixelY:AIe}=iIe;Math.abs(rIe)>=Math.abs(AIe)&&(zP.refs.bodyWrapper.scrollLeft+=iIe.pixelX/5)},SAe=computed(()=>r4.height||r4.maxHeight||$P.states.fixedColumns.value.length>0||$P.states.rightFixedColumns.value.length>0),DAe=computed(()=>({width:x_.bodyWidth.value?`${x_.bodyWidth.value}px`:""})),NAe=()=>{SAe.value&&x_.updateElsHeight(),x_.updateColumnsWidth(),!(typeof window>"u")&&requestAnimationFrame(LAe)};onMounted(async()=>{await nextTick(),$P.updateColumns(),wAe(),requestAnimationFrame(NAe);const eIe=zP.vnode.el,iIe=zP.refs.headerWrapper;r4.flexible&&eIe&&eIe.parentElement&&(eIe.parentElement.style.minWidth="0"),iAe.value={width:aAe.value=eIe.offsetWidth,height:eIe.offsetHeight,headerHeight:r4.showHeader&&iIe?iIe.offsetHeight:null},$P.states.columns.value.forEach(rIe=>{rIe.filteredValue&&rIe.filteredValue.length&&zP.store.commit("filterChange",{column:rIe,values:rIe.filteredValue,silent:!0})}),zP.$ready=!0});const TAe=(eIe,iIe)=>{if(!eIe)return;const rIe=Array.from(eIe.classList).filter(AIe=>!AIe.startsWith("is-scrolling-"));rIe.push(x_.scrollX.value?iIe:"is-scrolling-none"),eIe.className=rIe.join(" ")},bAe=eIe=>{const{tableWrapper:iIe}=zP.refs;TAe(iIe,eIe)},GAe=eIe=>{const{tableWrapper:iIe}=zP.refs;return!!(iIe&&iIe.classList.contains(eIe))},LAe=function(){if(!zP.refs.scrollBarRef)return;if(!x_.scrollX.value){const hIe="is-scrolling-none";GAe(hIe)||bAe(hIe);return}const eIe=zP.refs.scrollBarRef.wrapRef;if(!eIe)return;const{scrollLeft:iIe,offsetWidth:rIe,scrollWidth:AIe}=eIe,{headerWrapper:XAe,footerWrapper:EIe}=zP.refs;XAe&&(XAe.scrollLeft=iIe),EIe&&(EIe.scrollLeft=iIe),iIe>=AIe-rIe-1?bAe("is-scrolling-right"):bAe(iIe===0?"is-scrolling-left":"is-scrolling-middle")},wAe=()=>{zP.refs.scrollBarRef&&(zP.refs.scrollBarRef.wrapRef&&useEventListener$1(zP.refs.scrollBarRef.wrapRef,"scroll",LAe,{passive:!0}),r4.fit?useResizeObserver(zP.vnode.el,OAe):useEventListener$1(window,"resize",OAe),useResizeObserver(zP.refs.tableInnerWrapper,()=>{var eIe,iIe;OAe(),(iIe=(eIe=zP.refs)==null?void 0:eIe.scrollBarRef)==null||iIe.update()}))},OAe=()=>{var gIe,pIe,_Ie,SIe;const eIe=zP.vnode.el;if(!zP.$ready||!eIe)return;let iIe=!1;const{width:rIe,height:AIe,headerHeight:XAe}=iAe.value,EIe=aAe.value=eIe.offsetWidth;rIe!==EIe&&(iIe=!0);const hIe=eIe.offsetHeight;(r4.height||SAe.value)&&AIe!==hIe&&(iIe=!0);const tIe=r4.tableLayout==="fixed"?zP.refs.headerWrapper:(gIe=zP.refs.tableHeaderRef)==null?void 0:gIe.$el;r4.showHeader&&(tIe==null?void 0:tIe.offsetHeight)!==XAe&&(iIe=!0),cAe.value=((pIe=zP.refs.tableWrapper)==null?void 0:pIe.scrollHeight)||0,dAe.value=(tIe==null?void 0:tIe.scrollHeight)||0,EAe.value=((_Ie=zP.refs.footerWrapper)==null?void 0:_Ie.offsetHeight)||0,gAe.value=((SIe=zP.refs.appendWrapper)==null?void 0:SIe.offsetHeight)||0,uAe.value=cAe.value-dAe.value-EAe.value-gAe.value,iIe&&(iAe.value={width:EIe,height:hIe,headerHeight:r4.showHeader&&(tIe==null?void 0:tIe.offsetHeight)||0},NAe())},PAe=useFormSize(),HAe=computed(()=>{const{bodyWidth:eIe,scrollY:iIe,gutterWidth:rIe}=x_;return eIe.value?`${eIe.value-(iIe.value?rIe:0)}px`:""}),zAe=computed(()=>r4.maxHeight?"fixed":r4.tableLayout);return{isHidden:z9,renderExpanded:eAe,setDragVisible:AAe,isGroup:nAe,handleMouseLeave:pAe,handleHeaderFooterMousewheel:mAe,tableSize:PAe,emptyBlockStyle:computed(()=>{if(r4.data&&r4.data.length)return;let eIe="100%";r4.height&&uAe.value&&(eIe=`${uAe.value}px`);const iIe=aAe.value;return{width:iIe?`${iIe}px`:"",height:eIe}}),resizeProxyVisible:tAe,bodyWidth:HAe,resizeState:iAe,doLayout:NAe,tableBodyStyles:DAe,tableLayout:zAe,scrollbarViewStyle:oAe,scrollbarStyle:computed(()=>r4.height?{height:"100%"}:r4.maxHeight?Number.isNaN(Number(r4.maxHeight))?{maxHeight:`calc(${r4.maxHeight} - ${dAe.value+EAe.value}px)`}:{maxHeight:`${+r4.maxHeight-dAe.value-EAe.value}px`}:{})}}function useKeyRender(r4){let x_;const $P=()=>{const zP=r4.vnode.el.querySelector(".hidden-columns"),z9={childList:!0,subtree:!0},eAe=r4.store.states.updateOrderFns;x_=new MutationObserver(()=>{eAe.forEach(tAe=>tAe())}),x_.observe(zP,z9)};onMounted(()=>{$P()}),onUnmounted(()=>{x_==null||x_.disconnect()})}var defaults_default$1={data:{type:Array,default:()=>[]},size:useSizeProp,width:[String,Number],height:[String,Number],maxHeight:[String,Number],fit:{type:Boolean,default:!0},stripe:Boolean,border:Boolean,rowKey:[String,Function],showHeader:{type:Boolean,default:!0},showSummary:Boolean,sumText:String,summaryMethod:Function,rowClassName:[String,Function],rowStyle:[Object,Function],cellClassName:[String,Function],cellStyle:[Object,Function],headerRowClassName:[String,Function],headerRowStyle:[Object,Function],headerCellClassName:[String,Function],headerCellStyle:[Object,Function],highlightCurrentRow:Boolean,currentRowKey:[String,Number],emptyText:String,expandRowKeys:Array,defaultExpandAll:Boolean,rowExpandable:{type:Function},defaultSort:Object,tooltipEffect:String,tooltipOptions:Object,spanMethod:Function,selectOnIndeterminate:{type:Boolean,default:!0},indent:{type:Number,default:16},treeProps:{type:Object,default:()=>({hasChildren:"hasChildren",children:"children",checkStrictly:!1})},lazy:Boolean,load:Function,style:{type:[String,Object,Array],default:()=>({})},className:{type:String,default:""},tableLayout:{type:String,default:"fixed"},scrollbarAlwaysOn:Boolean,flexible:Boolean,showOverflowTooltip:{type:[Boolean,Object],default:void 0},tooltipFormatter:Function,appendFilterPanelTo:String,scrollbarTabindex:{type:[Number,String],default:void 0},allowDragLastColumn:{type:Boolean,default:!0},preserveExpandedContent:Boolean,nativeScrollbar:Boolean};function hColgroup(r4){const x_=r4.tableLayout==="auto";let $P=r4.columns||[];x_&&$P.every(({width:z9})=>isUndefined(z9))&&($P=[]);const zP=z9=>{const eAe={key:`${r4.tableLayout}_${z9.id}`,style:{},name:void 0};return x_?eAe.style={width:`${z9.width}px`}:eAe.name=z9.id,eAe};return h$d("colgroup",{},$P.map(z9=>h$d("col",zP(z9))))}hColgroup.props=["columns","tableLayout"];const useScrollbar$1=()=>{const r4=ref(),x_=(eAe,tAe)=>{const AAe=r4.value;AAe&&AAe.scrollTo(eAe,tAe)},$P=(eAe,tAe)=>{const AAe=r4.value;AAe&&isNumber$2(tAe)&&["Top","Left"].includes(eAe)&&AAe[`setScroll${eAe}`](tAe)};return{scrollBarRef:r4,scrollTo:x_,setScrollTop:eAe=>$P("Top",eAe),setScrollLeft:eAe=>$P("Left",eAe)}};let tableIdSeed=1;var table_vue_vue_type_script_lang_default=defineComponent({name:"ElTable",directives:{Mousewheel},components:{TableHeader:table_header_default,TableBody:table_body_default,TableFooter:table_footer_default,ElScrollbar,hColgroup},props:defaults_default$1,emits:["select","select-all","selection-change","cell-mouse-enter","cell-mouse-leave","cell-contextmenu","cell-click","cell-dblclick","row-click","row-contextmenu","row-dblclick","header-click","header-contextmenu","sort-change","filter-change","current-change","header-dragend","expand-change","scroll"],setup(r4){const{t:x_}=useLocale(),$P=useNamespace("table"),zP=useGlobalConfig("table"),z9=getCurrentInstance();provide(TABLE_INJECTION_KEY,z9);const eAe=createStore(z9,r4);z9.store=eAe;const tAe=new TableLayout({store:z9.store,table:z9,fit:r4.fit,showHeader:r4.showHeader});z9.layout=tAe;const AAe=computed(()=>(eAe.states.data.value||[]).length===0),{setCurrentRow:iAe,getSelectionRows:nAe,toggleRowSelection:oAe,clearSelection:aAe,clearFilter:cAe,toggleAllSelection:uAe,toggleRowExpansion:dAe,clearSort:EAe,sort:gAe,updateKeyChildren:pAe}=useUtils(eAe),{isHidden:mAe,renderExpanded:SAe,setDragVisible:DAe,isGroup:NAe,handleMouseLeave:TAe,handleHeaderFooterMousewheel:bAe,tableSize:GAe,emptyBlockStyle:LAe,resizeProxyVisible:wAe,bodyWidth:OAe,resizeState:PAe,doLayout:HAe,tableBodyStyles:zAe,tableLayout:eIe,scrollbarViewStyle:iIe,scrollbarStyle:rIe}=useStyle(r4,tAe,eAe,z9),{scrollBarRef:AIe,scrollTo:XAe,setScrollLeft:EIe,setScrollTop:hIe}=useScrollbar$1(),tIe=debounce(HAe,50),gIe=`${$P.namespace.value}-table_${tableIdSeed++}`;z9.tableId=gIe,z9.state={isGroup:NAe,resizeState:PAe,doLayout:HAe,debouncedUpdateLayout:tIe};const pIe=computed(()=>r4.sumText??x_("el.table.sumText")),_Ie=computed(()=>r4.emptyText??x_("el.table.emptyText")),SIe=computed(()=>{var HIe;return r4.tooltipEffect??((HIe=zP.value)==null?void 0:HIe.tooltipEffect)}),yIe=computed(()=>{var HIe;return r4.tooltipOptions??((HIe=zP.value)==null?void 0:HIe.tooltipOptions)}),OIe=computed(()=>convertToRows(eAe.states.originColumns.value)[0]);return useKeyRender(z9),onBeforeUnmount(()=>{tIe.cancel()}),{ns:$P,layout:tAe,store:eAe,columns:OIe,handleHeaderFooterMousewheel:bAe,handleMouseLeave:TAe,tableId:gIe,tableSize:GAe,isHidden:mAe,isEmpty:AAe,renderExpanded:SAe,resizeProxyVisible:wAe,resizeState:PAe,isGroup:NAe,bodyWidth:OAe,tableBodyStyles:zAe,emptyBlockStyle:LAe,debouncedUpdateLayout:tIe,setCurrentRow:iAe,getSelectionRows:nAe,toggleRowSelection:oAe,clearSelection:aAe,clearFilter:cAe,toggleAllSelection:uAe,toggleRowExpansion:dAe,clearSort:EAe,doLayout:HAe,sort:gAe,updateKeyChildren:pAe,t:x_,setDragVisible:DAe,context:z9,computedSumText:pIe,computedEmptyText:_Ie,computedTooltipEffect:SIe,computedTooltipOptions:yIe,tableLayout:eIe,scrollbarViewStyle:iIe,scrollbarStyle:rIe,scrollBarRef:AIe,scrollTo:XAe,setScrollLeft:EIe,setScrollTop:hIe,allowDragLastColumn:r4.allowDragLastColumn}}});const _hoisted_1$8M=["data-prefix"],_hoisted_2$j={ref:"hiddenColumns",class:"hidden-columns"};function _sfc_render$d(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("hColgroup"),AAe=resolveComponent("table-header"),iAe=resolveComponent("table-body"),nAe=resolveComponent("table-footer"),oAe=resolveComponent("el-scrollbar"),aAe=resolveDirective("mousewheel");return openBlock(),createElementBlock("div",{ref:"tableWrapper",class:normalizeClass([{[r4.ns.m("fit")]:r4.fit,[r4.ns.m("striped")]:r4.stripe,[r4.ns.m("border")]:r4.border||r4.isGroup,[r4.ns.m("hidden")]:r4.isHidden,[r4.ns.m("group")]:r4.isGroup,[r4.ns.m("fluid-height")]:r4.maxHeight,[r4.ns.m("scrollable-x")]:r4.layout.scrollX.value,[r4.ns.m("scrollable-y")]:r4.layout.scrollY.value,[r4.ns.m("enable-row-hover")]:!r4.store.states.isComplex.value,[r4.ns.m("enable-row-transition")]:(r4.store.states.data.value||[]).length!==0&&(r4.store.states.data.value||[]).length<100,"has-footer":r4.showSummary},r4.ns.m(r4.tableSize),r4.className,r4.ns.b(),r4.ns.m(`layout-${r4.tableLayout}`)]),style:normalizeStyle$1(r4.style),"data-prefix":r4.ns.namespace.value,onMouseleave:x_[1]||(x_[1]=(...cAe)=>r4.handleMouseLeave&&r4.handleMouseLeave(...cAe))},[createBaseVNode("div",{ref:"tableInnerWrapper",class:normalizeClass(r4.ns.e("inner-wrapper"))},[createBaseVNode("div",_hoisted_2$j,[renderSlot(r4.$slots,"default")],512),r4.showHeader&&r4.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:0,ref:"headerWrapper",class:normalizeClass(r4.ns.e("header-wrapper"))},[createBaseVNode("table",{ref:"tableHeader",class:normalizeClass(r4.ns.e("header")),style:normalizeStyle$1(r4.tableBodyStyles),border:"0",cellpadding:"0",cellspacing:"0"},[createVNode$1(tAe,{columns:r4.store.states.columns.value,"table-layout":r4.tableLayout},null,8,["columns","table-layout"]),createVNode$1(AAe,{ref:"tableHeaderRef",border:r4.border,"default-sort":r4.defaultSort,store:r4.store,"append-filter-panel-to":r4.appendFilterPanelTo,"allow-drag-last-column":r4.allowDragLastColumn,onSetDragVisible:r4.setDragVisible},null,8,["border","default-sort","store","append-filter-panel-to","allow-drag-last-column","onSetDragVisible"])],6)],2)),[[aAe,r4.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"bodyWrapper",class:normalizeClass(r4.ns.e("body-wrapper"))},[createVNode$1(oAe,{ref:"scrollBarRef","view-style":r4.scrollbarViewStyle,"wrap-style":r4.scrollbarStyle,always:r4.scrollbarAlwaysOn,tabindex:r4.scrollbarTabindex,native:r4.nativeScrollbar,onScroll:x_[0]||(x_[0]=cAe=>r4.$emit("scroll",cAe))},{default:withCtx(()=>[createBaseVNode("table",{ref:"tableBody",class:normalizeClass(r4.ns.e("body")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle$1({width:r4.bodyWidth,tableLayout:r4.tableLayout})},[createVNode$1(tAe,{columns:r4.store.states.columns.value,"table-layout":r4.tableLayout},null,8,["columns","table-layout"]),r4.showHeader&&r4.tableLayout==="auto"?(openBlock(),createBlock(AAe,{key:0,ref:"tableHeaderRef",class:normalizeClass(r4.ns.e("body-header")),border:r4.border,"default-sort":r4.defaultSort,store:r4.store,"append-filter-panel-to":r4.appendFilterPanelTo,onSetDragVisible:r4.setDragVisible},null,8,["class","border","default-sort","store","append-filter-panel-to","onSetDragVisible"])):createCommentVNode("v-if",!0),createVNode$1(iAe,{context:r4.context,highlight:r4.highlightCurrentRow,"row-class-name":r4.rowClassName,"tooltip-effect":r4.computedTooltipEffect,"tooltip-options":r4.computedTooltipOptions,"row-style":r4.rowStyle,store:r4.store,stripe:r4.stripe},null,8,["context","highlight","row-class-name","tooltip-effect","tooltip-options","row-style","store","stripe"]),r4.showSummary&&r4.tableLayout==="auto"?(openBlock(),createBlock(nAe,{key:1,class:normalizeClass(r4.ns.e("body-footer")),border:r4.border,"default-sort":r4.defaultSort,store:r4.store,"sum-text":r4.computedSumText,"summary-method":r4.summaryMethod},null,8,["class","border","default-sort","store","sum-text","summary-method"])):createCommentVNode("v-if",!0)],6),r4.isEmpty?(openBlock(),createElementBlock("div",{key:0,ref:"emptyBlock",style:normalizeStyle$1(r4.emptyBlockStyle),class:normalizeClass(r4.ns.e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(r4.ns.e("empty-text"))},[renderSlot(r4.$slots,"empty",{},()=>[createTextVNode(toDisplayString(r4.computedEmptyText),1)])],2)],6)):createCommentVNode("v-if",!0),r4.$slots.append?(openBlock(),createElementBlock("div",{key:1,ref:"appendWrapper",class:normalizeClass(r4.ns.e("append-wrapper"))},[renderSlot(r4.$slots,"append")],2)):createCommentVNode("v-if",!0)]),_:3},8,["view-style","wrap-style","always","tabindex","native"])],2),r4.showSummary&&r4.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:1,ref:"footerWrapper",class:normalizeClass(r4.ns.e("footer-wrapper"))},[createBaseVNode("table",{class:normalizeClass(r4.ns.e("footer")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle$1(r4.tableBodyStyles)},[createVNode$1(tAe,{columns:r4.store.states.columns.value,"table-layout":r4.tableLayout},null,8,["columns","table-layout"]),createVNode$1(nAe,{border:r4.border,"default-sort":r4.defaultSort,store:r4.store,"sum-text":r4.computedSumText,"summary-method":r4.summaryMethod},null,8,["border","default-sort","store","sum-text","summary-method"])],6)],2)),[[vShow,!r4.isEmpty],[aAe,r4.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),r4.border||r4.isGroup?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(r4.ns.e("border-left-patch"))},null,2)):createCommentVNode("v-if",!0)],2),withDirectives(createBaseVNode("div",{ref:"resizeProxy",class:normalizeClass(r4.ns.e("column-resize-proxy"))},null,2),[[vShow,r4.resizeProxyVisible]])],46,_hoisted_1$8M)}var table_default=_plugin_vue_export_helper_default(table_vue_vue_type_script_lang_default,[["render",_sfc_render$d]]);const defaultClassNames={selection:"table-column--selection",expand:"table__expand-column"},cellStarts={default:{order:""},selection:{width:48,minWidth:48,realWidth:48,order:""},expand:{width:48,minWidth:48,realWidth:48,order:""},index:{width:48,minWidth:48,realWidth:48,order:""}},getDefaultClassName=r4=>defaultClassNames[r4]||"",cellForced={selection:{renderHeader({store:r4}){function x_(){return r4.states.data.value&&r4.states.data.value.length===0}return h$d(ElCheckbox,{disabled:x_(),size:r4.states.tableSize.value,indeterminate:r4.states.selection.value.length>0&&!r4.states.isAllSelected.value,"onUpdate:modelValue":r4.toggleAllSelection??void 0,modelValue:r4.states.isAllSelected.value,ariaLabel:r4.t("el.table.selectAllLabel")})},renderCell({row:r4,column:x_,store:$P,$index:zP}){return h$d(ElCheckbox,{disabled:x_.selectable?!x_.selectable.call(null,r4,zP):!1,size:$P.states.tableSize.value,onChange:()=>{$P.commit("rowSelectedChanged",r4)},onClick:z9=>z9.stopPropagation(),modelValue:$P.isSelected(r4),ariaLabel:$P.t("el.table.selectRowLabel")})},sortable:!1,resizable:!1},index:{renderHeader({column:r4}){return r4.label||"#"},renderCell({column:r4,$index:x_}){let $P=x_+1;const zP=r4.index;return isNumber$2(zP)?$P=x_+zP:isFunction$4(zP)&&($P=zP(x_)),h$d("div",{},[$P])},sortable:!1},expand:{renderHeader({column:r4}){return r4.label||""},renderCell({column:r4,row:x_,store:$P,expanded:zP,$index:z9}){var nAe,oAe;const{ns:eAe}=$P,tAe=[eAe.e("expand-icon")];!r4.renderExpand&&zP&&tAe.push(eAe.em("expand-icon","expanded"));const AAe=function(aAe){aAe.stopPropagation(),$P.toggleRowExpansion(x_)},iAe=((oAe=(nAe=$P.states.rowExpandable).value)==null?void 0:oAe.call(nAe,x_,z9))??!0;return iAe||tAe.push(eAe.is("disabled")),h$d("button",{type:"button",disabled:!iAe,"aria-label":$P.t(zP?"el.table.collapseRowLabel":"el.table.expandRowLabel"),"aria-expanded":zP,class:tAe,onClick:AAe},{default:()=>r4.renderExpand?[r4.renderExpand({expanded:zP,expandable:iAe})]:[h$d(ElIcon,null,{default:()=>[h$d(arrow_right_default)]})]})},sortable:!1,resizable:!1}};function defaultRenderCell({row:r4,column:x_,$index:$P}){var eAe;const zP=x_.property,z9=zP&&getProp(r4,zP).value;return x_&&x_.formatter?x_.formatter(r4,x_,z9,$P):((eAe=z9==null?void 0:z9.toString)==null?void 0:eAe.call(z9))||""}function treeCellPrefix({row:r4,treeNode:x_,store:$P},zP=!1){const{ns:z9}=$P;if(!x_)return zP?[h$d("span",{class:z9.e("placeholder")})]:null;const eAe=[],tAe=function(AAe){AAe.stopPropagation(),!x_.loading&&$P.loadOrToggle(r4)};if(x_.indent&&eAe.push(h$d("span",{class:z9.e("indent"),style:{"padding-left":`${x_.indent}px`}})),isBoolean(x_.expanded)&&!x_.noLazyChildren){const AAe=[z9.e("expand-icon"),x_.expanded?z9.em("expand-icon","expanded"):""];let iAe=arrow_right_default;x_.loading&&(iAe=loading_default),eAe.push(h$d("button",{type:"button","aria-label":$P.t(x_.expanded?"el.table.collapseRowLabel":"el.table.expandRowLabel"),"aria-expanded":x_.expanded,class:AAe,onClick:tAe},{default:()=>[h$d(ElIcon,{class:z9.is("loading",x_.loading)},{default:()=>[h$d(iAe)]})]}))}else eAe.push(h$d("span",{class:z9.e("placeholder")}));return eAe}function getAllAliases(r4,x_){return r4.reduce(($P,zP)=>($P[zP]=zP,$P),x_)}function useWatcher(r4,x_){const $P=getCurrentInstance();return{registerComplexWatchers:()=>{const eAe=["fixed"],tAe={realWidth:"width",realMinWidth:"minWidth"},AAe=getAllAliases(eAe,tAe);Object.keys(AAe).forEach(iAe=>{const nAe=tAe[iAe];hasOwn$1(x_,nAe)&&watch(()=>x_[nAe],oAe=>{let aAe=oAe;nAe==="width"&&iAe==="realWidth"&&(aAe=parseWidth(oAe)),nAe==="minWidth"&&iAe==="realMinWidth"&&(aAe=parseMinWidth(oAe)),$P.columnConfig.value[nAe]=aAe,$P.columnConfig.value[iAe]=aAe;const cAe=nAe==="fixed";r4.value.store.scheduleLayout(cAe)})})},registerNormalWatchers:()=>{const eAe=["label","filters","filterMultiple","filteredValue","sortable","index","formatter","className","labelClassName","filterClassName","showOverflowTooltip","tooltipFormatter","resizable"],tAe=["showOverflowTooltip"],AAe={property:"prop",align:"realAlign",headerAlign:"realHeaderAlign"},iAe=getAllAliases(eAe,AAe);Object.keys(iAe).forEach(oAe=>{const aAe=AAe[oAe];hasOwn$1(x_,aAe)&&watch(()=>x_[aAe],cAe=>{$P.columnConfig.value[oAe]=cAe,(oAe==="filters"||oAe==="filterMethod")&&($P.columnConfig.value.filterable=!!($P.columnConfig.value.filters||$P.columnConfig.value.filterMethod))})}),tAe.forEach(oAe=>{hasOwn$1(r4.value.props,oAe)&&watch(()=>r4.value.props[oAe],aAe=>{$P.columnConfig.value.type!=="selection"&&isUndefined(x_[oAe])&&($P.columnConfig.value[oAe]=aAe)})});const nAe=useGlobalConfig("table");nAe.value&&hasOwn$1(nAe.value,"showOverflowTooltip")&&watch(()=>{var oAe;return(oAe=nAe.value)==null?void 0:oAe.showOverflowTooltip},oAe=>{$P.columnConfig.value.type!=="selection"&&(!isUndefined(x_.showOverflowTooltip)||!isUndefined(r4.value.props.showOverflowTooltip)||($P.columnConfig.value.showOverflowTooltip=oAe))})}}}function useRender(r4,x_,$P){const zP=getCurrentInstance(),z9=ref(""),eAe=ref(!1),tAe=ref(),AAe=ref(),iAe=useNamespace("table");watchEffect(()=>{tAe.value=r4.align?`is-${r4.align}`:null,tAe.value}),watchEffect(()=>{AAe.value=r4.headerAlign?`is-${r4.headerAlign}`:tAe.value,AAe.value});const nAe=computed(()=>{let DAe=zP.vnode.vParent||zP.parent;for(;DAe&&!DAe.tableId&&!DAe.columnId;)DAe=DAe.vnode.vParent||DAe.parent;return DAe}),oAe=computed(()=>{const{store:DAe}=zP.parent;if(!DAe)return!1;const{treeData:NAe}=DAe.states,TAe=NAe.value;return TAe&&Object.keys(TAe).length>0}),aAe=ref(parseWidth(r4.width)),cAe=ref(parseMinWidth(r4.minWidth)),uAe=DAe=>(aAe.value&&(DAe.width=aAe.value),cAe.value&&(DAe.minWidth=cAe.value),!aAe.value&&cAe.value&&(DAe.width=void 0),DAe.minWidth||(DAe.minWidth=80),DAe.realWidth=Number(isUndefined(DAe.width)?DAe.minWidth:DAe.width),DAe),dAe=DAe=>{const NAe=DAe.type,TAe=cellForced[NAe]||{};Object.keys(TAe).forEach(GAe=>{const LAe=TAe[GAe];GAe!=="className"&&!isUndefined(LAe)&&(DAe[GAe]=LAe)});const bAe=getDefaultClassName(NAe);if(bAe){const GAe=`${unref(iAe.namespace)}-${bAe}`;DAe.className=DAe.className?`${DAe.className} ${GAe}`:GAe}return DAe},EAe=DAe=>{isArray$6(DAe)?DAe.forEach(TAe=>NAe(TAe)):NAe(DAe);function NAe(TAe){var bAe;((bAe=TAe==null?void 0:TAe.type)==null?void 0:bAe.name)==="ElTableColumn"&&(TAe.vParent=zP)}};return{columnId:z9,realAlign:tAe,isSubColumn:eAe,realHeaderAlign:AAe,columnOrTableParent:nAe,setColumnWidth:uAe,setColumnForcedProps:dAe,setColumnRenders:DAe=>{r4.renderHeader?debugWarn("TableColumn","Comparing to render-header, scoped-slot header is easier to use. We recommend users to use scoped-slot header."):DAe.type!=="selection"&&(DAe.renderHeader=TAe=>{if(zP.columnConfig.value.label,x_.header){const bAe=x_.header(TAe);if(ensureValidVNode(bAe))return h$d(Fragment$1,bAe)}return createTextVNode(DAe.label)}),x_["filter-icon"]&&(DAe.renderFilterIcon=TAe=>renderSlot(x_,"filter-icon",TAe)),x_.expand&&(DAe.renderExpand=TAe=>renderSlot(x_,"expand",TAe));let NAe=DAe.renderCell;return DAe.type==="expand"?(DAe.renderCell=TAe=>h$d("div",{class:"cell"},[NAe(TAe)]),$P.value.renderExpanded=TAe=>x_.default?x_.default(TAe):x_.default):(NAe=NAe||defaultRenderCell,DAe.renderCell=TAe=>{let bAe=null;if(x_.default){const PAe=x_.default(TAe);bAe=PAe.some(HAe=>HAe.type!==Comment)?PAe:NAe(TAe)}else bAe=NAe(TAe);const{columns:GAe}=$P.value.store.states,LAe=GAe.value.findIndex(PAe=>PAe.type==="default"),wAe=treeCellPrefix(TAe,oAe.value&&TAe.cellIndex===LAe),OAe={class:"cell",style:{}};return DAe.showOverflowTooltip&&(OAe.class=`${OAe.class} ${unref(iAe.namespace)}-tooltip`,OAe.style={width:`${(TAe.column.realWidth||Number(TAe.column.width))-1}px`}),EAe(bAe),h$d("div",OAe,[wAe,bAe])}),DAe},getPropsData:(...DAe)=>DAe.reduce((NAe,TAe)=>(isArray$6(TAe)&&TAe.forEach(bAe=>{NAe[bAe]=r4[bAe]}),NAe),{}),getColumnElIndex:(DAe,NAe)=>Array.prototype.indexOf.call(DAe,NAe),updateColumnOrder:()=>{$P.value.store.commit("updateColumnOrder",zP.columnConfig.value)}}}var defaults_default={type:{type:String,default:"default"},label:String,className:String,labelClassName:String,property:String,prop:String,width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},renderHeader:Function,sortable:{type:[Boolean,String],default:!1},sortMethod:Function,sortBy:[String,Function,Array],resizable:{type:Boolean,default:!0},columnKey:String,align:String,headerAlign:String,showOverflowTooltip:{type:[Boolean,Object],default:void 0},tooltipFormatter:Function,fixed:[Boolean,String],formatter:Function,selectable:Function,reserveSelection:Boolean,filterMethod:Function,filteredValue:Array,filters:Array,filterPlacement:String,filterMultiple:{type:Boolean,default:!0},filterClassName:String,index:[Number,Function],sortOrders:{type:Array,default:()=>["ascending","descending",null],validator:r4=>r4.every(x_=>["ascending","descending",null].includes(x_))}};let columnIdSeed=1;var table_column_default=defineComponent({name:"ElTableColumn",components:{ElCheckbox},props:defaults_default,setup(r4,{slots:x_}){const $P=getCurrentInstance(),zP=useGlobalConfig("table"),z9=ref({}),eAe=computed(()=>{let DAe=$P.parent;for(;DAe&&!DAe.tableId;)DAe=DAe.parent;return DAe}),{registerNormalWatchers:tAe,registerComplexWatchers:AAe}=useWatcher(eAe,r4),{columnId:iAe,isSubColumn:nAe,realHeaderAlign:oAe,columnOrTableParent:aAe,setColumnWidth:cAe,setColumnForcedProps:uAe,setColumnRenders:dAe,getPropsData:EAe,getColumnElIndex:gAe,realAlign:pAe,updateColumnOrder:mAe}=useRender(r4,x_,eAe),SAe=aAe.value;iAe.value=`${"tableId"in SAe&&SAe.tableId||"columnId"in SAe&&SAe.columnId}_column_${columnIdSeed++}`,onBeforeMount(()=>{var wAe,OAe;nAe.value=eAe.value!==SAe;const DAe=r4.type||"default",NAe=r4.sortable===""?!0:r4.sortable,TAe=DAe==="selection"?!1:isUndefined(r4.showOverflowTooltip)?SAe.props.showOverflowTooltip??((wAe=zP.value)==null?void 0:wAe.showOverflowTooltip):r4.showOverflowTooltip,bAe=isUndefined(r4.tooltipFormatter)?SAe.props.tooltipFormatter??((OAe=zP.value)==null?void 0:OAe.tooltipFormatter):r4.tooltipFormatter,GAe={...cellStarts[DAe],id:iAe.value,type:DAe,property:r4.prop||r4.property,align:pAe,headerAlign:oAe,showOverflowTooltip:TAe,tooltipFormatter:bAe,filterable:r4.filters||r4.filterMethod,filteredValue:[],filterPlacement:"",filterClassName:"",isColumnGroup:!1,isSubColumn:!1,filterOpened:!1,sortable:NAe,index:r4.index,rawColumnKey:$P.vnode.key};let LAe=EAe(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);LAe=mergeOptions(GAe,LAe),LAe=compose(dAe,cAe,uAe)(LAe),z9.value=LAe,tAe(),AAe()}),onMounted(()=>{var bAe,GAe;const DAe=aAe.value,NAe=nAe.value?(bAe=DAe.vnode.el)==null?void 0:bAe.children:(GAe=DAe.refs.hiddenColumns)==null?void 0:GAe.children,TAe=()=>gAe(NAe||[],$P.vnode.el);z9.value.getColumnIndex=TAe,TAe()>-1&&eAe.value.store.commit("insertColumn",z9.value,nAe.value?"columnConfig"in DAe&&DAe.columnConfig.value:null,mAe)}),onBeforeUnmount(()=>{const DAe=z9.value.getColumnIndex;(DAe?DAe():-1)>-1&&eAe.value.store.commit("removeColumn",z9.value,nAe.value?"columnConfig"in SAe&&SAe.columnConfig.value:null,mAe)}),$P.columnId=iAe.value,$P.columnConfig=z9},render(){var r4,x_,$P;try{const zP=(x_=(r4=this.$slots).default)==null?void 0:x_.call(r4,{row:{},column:{},$index:-1}),z9=[];if(isArray$6(zP))for(const eAe of zP)(($P=eAe.type)==null?void 0:$P.name)==="ElTableColumn"||eAe.shapeFlag&2?z9.push(eAe):eAe.type===Fragment$1&&isArray$6(eAe.children)&&eAe.children.forEach(tAe=>{(tAe==null?void 0:tAe.patchFlag)!==1024&&!isString$2(tAe==null?void 0:tAe.children)&&z9.push(tAe)});return h$d("div",z9)}catch{return h$d("div",[])}}}),tableColumn_default=table_column_default;const ElTable=withInstall(table_default,{TableColumn:tableColumn_default}),ElTableColumn=withNoopInstall(tableColumn_default);let SortOrder=function(r4){return r4.ASC="asc",r4.DESC="desc",r4}({}),Alignment=function(r4){return r4.LEFT="left",r4.CENTER="center",r4.RIGHT="right",r4}({}),FixedDir=function(r4){return r4.LEFT="left",r4.RIGHT="right",r4}({});const oppositeOrderMap={[SortOrder.ASC]:SortOrder.DESC,[SortOrder.DESC]:SortOrder.ASC},placeholderSign=Symbol("placeholder"),classType=String,columns={type:definePropType(Array),required:!0},fixedDataType={type:definePropType(Array)},dataType={...fixedDataType,required:!0},expandColumnKey=String,expandKeys={type:definePropType(Array),default:()=>mutable([])},requiredNumber={type:Number,required:!0},rowKey={type:definePropType([String,Number,Symbol]),default:"id"},styleType={type:definePropType(Object)},tableV2RowProps=buildProps$1({class:String,columns,columnsStyles:{type:definePropType(Object),required:!0},depth:Number,expandColumnKey,estimatedRowHeight:{...virtualizedGridProps.estimatedRowHeight,default:void 0},isScrolling:Boolean,onRowExpand:{type:definePropType(Function)},onRowHover:{type:definePropType(Function)},onRowHeightChange:{type:definePropType(Function)},rowData:{type:definePropType(Object),required:!0},rowEventHandlers:{type:definePropType(Object)},rowIndex:{type:Number,required:!0},rowKey,style:{type:definePropType(Object)}}),requiredNumberType={type:Number,required:!0},tableV2HeaderProps=buildProps$1({class:String,columns,fixedHeaderData:{type:definePropType(Array)},headerData:{type:definePropType(Array),required:!0},headerHeight:{type:definePropType([Number,Array]),default:50},rowWidth:requiredNumberType,rowHeight:{type:Number,default:50},height:requiredNumberType,width:requiredNumberType}),tableV2GridProps=buildProps$1({columns,data:dataType,fixedData:fixedDataType,estimatedRowHeight:tableV2RowProps.estimatedRowHeight,width:requiredNumber,height:requiredNumber,headerWidth:requiredNumber,headerHeight:tableV2HeaderProps.headerHeight,bodyWidth:requiredNumber,rowHeight:requiredNumber,cache:virtualizedListProps.cache,useIsScrolling:Boolean,scrollbarAlwaysOn:virtualizedGridProps.scrollbarAlwaysOn,scrollbarStartGap:virtualizedGridProps.scrollbarStartGap,scrollbarEndGap:virtualizedGridProps.scrollbarEndGap,class:classType,style:styleType,containerStyle:styleType,getRowHeight:{type:definePropType(Function),required:!0},rowKey:tableV2RowProps.rowKey,onRowsRendered:{type:definePropType(Function)},onScroll:{type:definePropType(Function)}}),tableV2Props=buildProps$1({cache:tableV2GridProps.cache,estimatedRowHeight:tableV2RowProps.estimatedRowHeight,rowKey,headerClass:{type:definePropType([String,Function])},headerProps:{type:definePropType([Object,Function])},headerCellProps:{type:definePropType([Object,Function])},headerHeight:tableV2HeaderProps.headerHeight,footerHeight:{type:Number,default:0},rowClass:{type:definePropType([String,Function])},rowProps:{type:definePropType([Object,Function])},rowHeight:{type:Number,default:50},cellProps:{type:definePropType([Object,Function])},columns,data:dataType,dataGetter:{type:definePropType(Function)},fixedData:fixedDataType,expandColumnKey:tableV2RowProps.expandColumnKey,expandedRowKeys:expandKeys,defaultExpandedRowKeys:expandKeys,class:classType,fixed:Boolean,style:{type:definePropType(Object)},width:requiredNumber,height:requiredNumber,maxHeight:Number,useIsScrolling:Boolean,indentSize:{type:Number,default:12},iconSize:{type:Number,default:12},hScrollbarSize:virtualizedGridProps.hScrollbarSize,vScrollbarSize:virtualizedGridProps.vScrollbarSize,scrollbarAlwaysOn:virtualizedScrollbarProps.alwaysOn,sortBy:{type:definePropType(Object),default:()=>({})},sortState:{type:definePropType(Object),default:void 0},onColumnSort:{type:definePropType(Function)},onExpandedRowsChange:{type:definePropType(Function)},onEndReached:{type:definePropType(Function)},onRowExpand:tableV2RowProps.onRowExpand,onScroll:tableV2GridProps.onScroll,onRowsRendered:tableV2GridProps.onRowsRendered,rowEventHandlers:tableV2RowProps.rowEventHandlers}),calcColumnStyle=(r4,x_,$P)=>{const zP={flexGrow:0,flexShrink:0,...$P?{}:{flexGrow:r4.flexGrow??0,flexShrink:r4.flexShrink??1}},z9={...r4.style??{},...zP,flexBasis:"auto",width:r4.width};return x_||(r4.maxWidth&&(z9.maxWidth=r4.maxWidth),r4.minWidth&&(z9.minWidth=r4.minWidth)),z9};function useColumns(r4,x_,$P){const zP=computed(()=>unref(x_).map((gAe,pAe)=>({...gAe,key:gAe.key??gAe.dataKey??pAe}))),z9=computed(()=>unref(zP).filter(gAe=>!gAe.hidden)),eAe=computed(()=>unref(z9).filter(gAe=>gAe.fixed==="left"||gAe.fixed===!0)),tAe=computed(()=>unref(z9).filter(gAe=>gAe.fixed==="right")),AAe=computed(()=>unref(z9).filter(gAe=>!gAe.fixed)),iAe=computed(()=>{const gAe=[];return unref(eAe).forEach(pAe=>{gAe.push({...pAe,placeholderSign})}),unref(AAe).forEach(pAe=>{gAe.push(pAe)}),unref(tAe).forEach(pAe=>{gAe.push({...pAe,placeholderSign})}),gAe}),nAe=computed(()=>unref(eAe).length||unref(tAe).length),oAe=computed(()=>unref(zP).reduce((gAe,pAe)=>(gAe[pAe.key]=calcColumnStyle(pAe,unref($P),r4.fixed),gAe),{})),aAe=computed(()=>unref(z9).reduce((gAe,pAe)=>gAe+pAe.width,0)),cAe=gAe=>unref(zP).find(pAe=>pAe.key===gAe),uAe=gAe=>unref(oAe)[gAe],dAe=(gAe,pAe)=>{gAe.width=pAe};function EAe(gAe){var NAe;const{key:pAe}=gAe.currentTarget.dataset;if(!pAe)return;const{sortState:mAe,sortBy:SAe}=r4;let DAe=SortOrder.ASC;isObject$9(mAe)?DAe=oppositeOrderMap[mAe[pAe]]:DAe=oppositeOrderMap[SAe.order],(NAe=r4.onColumnSort)==null||NAe.call(r4,{column:cAe(pAe),key:pAe,order:DAe})}return{columns:zP,columnsStyles:oAe,columnsTotalWidth:aAe,fixedColumnsOnLeft:eAe,fixedColumnsOnRight:tAe,hasFixedColumns:nAe,mainColumns:iAe,normalColumns:AAe,visibleColumns:z9,getColumn:cAe,getColumnStyle:uAe,updateColumnWidth:dAe,onColumnSorted:EAe}}const useScrollbar=(r4,{mainTableRef:x_,leftTableRef:$P,rightTableRef:zP,onMaybeEndReached:z9})=>{const eAe=ref({scrollLeft:0,scrollTop:0});function tAe(uAe){var EAe,gAe,pAe;const{scrollTop:dAe}=uAe;(EAe=x_.value)==null||EAe.scrollTo(uAe),(gAe=$P.value)==null||gAe.scrollToTop(dAe),(pAe=zP.value)==null||pAe.scrollToTop(dAe)}function AAe(uAe){eAe.value=uAe,tAe(uAe)}function iAe(uAe){eAe.value.scrollTop=uAe,tAe(unref(eAe))}function nAe(uAe){var dAe,EAe;eAe.value.scrollLeft=uAe,(EAe=(dAe=x_.value)==null?void 0:dAe.scrollTo)==null||EAe.call(dAe,unref(eAe))}function oAe(uAe){var dAe;AAe(uAe),(dAe=r4.onScroll)==null||dAe.call(r4,uAe)}function aAe({scrollTop:uAe}){const{scrollTop:dAe}=unref(eAe);uAe!==dAe&&iAe(uAe)}function cAe(uAe,dAe="auto"){var EAe;(EAe=x_.value)==null||EAe.scrollToRow(uAe,dAe)}return watch(()=>unref(eAe).scrollTop,(uAe,dAe)=>{uAe>dAe&&z9()}),{scrollPos:eAe,scrollTo:AAe,scrollToLeft:nAe,scrollToTop:iAe,scrollToRow:cAe,onScroll:oAe,onVerticalScroll:aAe}},useRow=(r4,{mainTableRef:x_,leftTableRef:$P,rightTableRef:zP,tableInstance:z9,ns:eAe,isScrolling:tAe})=>{const AAe=getCurrentInstance(),{emit:iAe}=AAe,nAe=shallowRef(!1),oAe=ref(r4.defaultExpandedRowKeys||[]),aAe=ref(-1),cAe=shallowRef(null),uAe=ref({}),dAe=ref({}),EAe=shallowRef({}),gAe=shallowRef({}),pAe=shallowRef({}),mAe=computed(()=>isNumber$2(r4.estimatedRowHeight));function SAe(wAe){var OAe;(OAe=r4.onRowsRendered)==null||OAe.call(r4,wAe),wAe.rowCacheEnd>unref(aAe)&&(aAe.value=wAe.rowCacheEnd)}function DAe({hovered:wAe,rowKey:OAe}){tAe.value||z9.vnode.el.querySelectorAll(`[rowkey="${String(OAe)}"]`).forEach(PAe=>{wAe?PAe.classList.add(eAe.is("hovered")):PAe.classList.remove(eAe.is("hovered"))})}function NAe({expanded:wAe,rowData:OAe,rowIndex:PAe,rowKey:HAe}){var iIe,rIe;const zAe=[...unref(oAe)],eIe=zAe.indexOf(HAe);wAe?eIe===-1&&zAe.push(HAe):eIe>-1&&zAe.splice(eIe,1),oAe.value=zAe,iAe("update:expandedRowKeys",zAe),(iIe=r4.onRowExpand)==null||iIe.call(r4,{expanded:wAe,rowData:OAe,rowIndex:PAe,rowKey:HAe}),(rIe=r4.onExpandedRowsChange)==null||rIe.call(r4,zAe),z9.vnode.el.querySelector(`.${eAe.is("hovered")}[rowkey="${String(HAe)}"]`)&&nextTick(()=>DAe({hovered:!0,rowKey:HAe}))}const TAe=debounce(()=>{var wAe,OAe,PAe,HAe;nAe.value=!0,uAe.value={...unref(uAe),...unref(dAe)},bAe(unref(cAe),!1),dAe.value={},cAe.value=null,(wAe=x_.value)==null||wAe.forceUpdate(),(OAe=$P.value)==null||OAe.forceUpdate(),(PAe=zP.value)==null||PAe.forceUpdate(),(HAe=AAe.proxy)==null||HAe.$forceUpdate(),nAe.value=!1},0);function bAe(wAe,OAe=!1){unref(mAe)&&[x_,$P,zP].forEach(PAe=>{const HAe=unref(PAe);HAe&&HAe.resetAfterRowIndex(wAe,OAe)})}function GAe(wAe,OAe,PAe){const HAe=unref(cAe);(HAe===null||HAe>PAe)&&(cAe.value=PAe),dAe.value[wAe]=OAe}function LAe({rowKey:wAe,height:OAe,rowIndex:PAe},HAe){HAe?HAe===FixedDir.RIGHT?pAe.value[wAe]=OAe:EAe.value[wAe]=OAe:gAe.value[wAe]=OAe;const zAe=Math.max(...[EAe,pAe,gAe].map(eIe=>eIe.value[wAe]||0));unref(uAe)[wAe]!==zAe&&(GAe(wAe,zAe,PAe),TAe())}return{expandedRowKeys:oAe,lastRenderedRowIndex:aAe,isDynamic:mAe,isResetting:nAe,rowHeights:uAe,resetAfterIndex:bAe,onRowExpanded:NAe,onRowHovered:DAe,onRowsRendered:SAe,onRowHeightChange:LAe}},useData=(r4,{expandedRowKeys:x_,lastRenderedRowIndex:$P,resetAfterIndex:zP})=>{const z9=ref({}),eAe=computed(()=>{const AAe={},{data:iAe,rowKey:nAe}=r4,oAe=unref(x_);if(!oAe||!oAe.length)return iAe;const aAe=[],cAe=new Set;oAe.forEach(dAe=>cAe.add(dAe));let uAe=iAe.slice();for(uAe.forEach(dAe=>AAe[dAe[nAe]]=0);uAe.length>0;){const dAe=uAe.shift();aAe.push(dAe),cAe.has(dAe[nAe])&&isArray$6(dAe.children)&&dAe.children.length>0&&(uAe=[...dAe.children,...uAe],dAe.children.forEach(EAe=>AAe[EAe[nAe]]=AAe[dAe[nAe]]+1))}return z9.value=AAe,aAe}),tAe=computed(()=>{const{data:AAe,expandColumnKey:iAe}=r4;return iAe?unref(eAe):AAe});return watch(tAe,(AAe,iAe)=>{AAe!==iAe&&($P.value=-1,zP(0,!0))}),{data:tAe,depthMap:z9}},sumReducer=(r4,x_)=>r4+x_,sum$1=r4=>isArray$6(r4)?r4.reduce(sumReducer,0):r4,tryCall=(r4,x_,$P={})=>isFunction$4(r4)?r4(x_):r4??$P,enforceUnit=r4=>(["width","maxWidth","minWidth","height"].forEach(x_=>{r4[x_]=addUnit(r4[x_])}),r4),componentToSlot=r4=>isVNode(r4)?x_=>h$d(r4,x_):r4,useStyles=(r4,{columnsTotalWidth:x_,rowsHeight:$P,fixedColumnsOnLeft:zP,fixedColumnsOnRight:z9})=>{const eAe=computed(()=>{const{fixed:EAe,width:gAe,vScrollbarSize:pAe}=r4,mAe=gAe-pAe;return EAe?Math.max(Math.round(unref(x_)),mAe):mAe}),tAe=computed(()=>{const{height:EAe=0,maxHeight:gAe=0,footerHeight:pAe,hScrollbarSize:mAe}=r4;if(gAe>0){const SAe=unref(cAe),DAe=unref($P),NAe=unref(aAe)+SAe+DAe+mAe;return Math.min(NAe,gAe-pAe)}return EAe-pAe}),AAe=computed(()=>{const{maxHeight:EAe}=r4,gAe=unref(tAe);if(isNumber$2(EAe)&&EAe>0)return gAe;const pAe=unref($P)+unref(aAe)+unref(cAe);return Math.min(gAe,pAe)}),iAe=EAe=>EAe.width,nAe=computed(()=>sum$1(unref(zP).map(iAe))),oAe=computed(()=>sum$1(unref(z9).map(iAe))),aAe=computed(()=>sum$1(r4.headerHeight)),cAe=computed(()=>{var EAe;return(((EAe=r4.fixedData)==null?void 0:EAe.length)||0)*r4.rowHeight}),uAe=computed(()=>unref(tAe)-unref(aAe)-unref(cAe)),dAe=computed(()=>{const{style:EAe={},height:gAe,width:pAe}=r4;return enforceUnit({...EAe,height:gAe,width:pAe})});return{bodyWidth:eAe,fixedTableHeight:AAe,mainTableHeight:tAe,leftTableWidth:nAe,rightTableWidth:oAe,windowHeight:uAe,footerHeight:computed(()=>enforceUnit({height:r4.footerHeight})),emptyStyle:computed(()=>({top:addUnit(unref(aAe)),bottom:addUnit(r4.footerHeight),width:addUnit(r4.width)})),rootStyle:dAe,headerHeight:aAe}};function useTable(r4){const x_=ref(),$P=ref(),zP=ref(),{columns:z9,columnsStyles:eAe,columnsTotalWidth:tAe,fixedColumnsOnLeft:AAe,fixedColumnsOnRight:iAe,hasFixedColumns:nAe,mainColumns:oAe,onColumnSorted:aAe}=useColumns(r4,toRef$1(r4,"columns"),toRef$1(r4,"fixed")),{scrollTo:cAe,scrollToLeft:uAe,scrollToTop:dAe,scrollToRow:EAe,onScroll:gAe,onVerticalScroll:pAe,scrollPos:mAe}=useScrollbar(r4,{mainTableRef:x_,leftTableRef:$P,rightTableRef:zP,onMaybeEndReached:JIe}),SAe=useNamespace("table-v2"),DAe=getCurrentInstance(),NAe=shallowRef(!1),{expandedRowKeys:TAe,lastRenderedRowIndex:bAe,isDynamic:GAe,isResetting:LAe,rowHeights:wAe,resetAfterIndex:OAe,onRowExpanded:PAe,onRowHeightChange:HAe,onRowHovered:zAe,onRowsRendered:eIe}=useRow(r4,{mainTableRef:x_,leftTableRef:$P,rightTableRef:zP,tableInstance:DAe,ns:SAe,isScrolling:NAe}),{data:iIe,depthMap:rIe}=useData(r4,{expandedRowKeys:TAe,lastRenderedRowIndex:bAe,resetAfterIndex:OAe}),AIe=computed(()=>{const{estimatedRowHeight:XIe,rowHeight:zIe}=r4,YIe=unref(iIe);return isNumber$2(XIe)?Object.values(unref(wAe)).reduce((uEe,NEe)=>uEe+NEe,0):YIe.length*zIe}),{bodyWidth:XAe,fixedTableHeight:EIe,mainTableHeight:hIe,leftTableWidth:tIe,rightTableWidth:gIe,windowHeight:pIe,footerHeight:_Ie,emptyStyle:SIe,rootStyle:yIe,headerHeight:OIe}=useStyles(r4,{columnsTotalWidth:tAe,fixedColumnsOnLeft:AAe,fixedColumnsOnRight:iAe,rowsHeight:AIe}),HIe=ref(),PIe=computed(()=>{const XIe=unref(iIe).length===0;return isArray$6(r4.fixedData)?r4.fixedData.length===0&&XIe:XIe});function LIe(XIe){const{estimatedRowHeight:zIe,rowHeight:YIe,rowKey:uEe}=r4;return zIe?unref(wAe)[unref(iIe)[XIe][uEe]]||zIe:YIe}const oEe=ref(!1);function JIe(){const{onEndReached:XIe}=r4;if(!XIe)return;const{scrollTop:zIe}=unref(mAe),YIe=unref(AIe),uEe=YIe-(zIe+unref(pIe))+r4.hScrollbarSize;!oEe.value&&unref(bAe)>=0&&YIe<=zIe+unref(hIe)-unref(OIe)?(oEe.value=!0,XIe(uEe)):oEe.value=!1}return watch(()=>unref(AIe),()=>oEe.value=!1),watch(()=>r4.expandedRowKeys,XIe=>TAe.value=XIe,{deep:!0}),{columns:z9,containerRef:HIe,mainTableRef:x_,leftTableRef:$P,rightTableRef:zP,isDynamic:GAe,isResetting:LAe,isScrolling:NAe,hasFixedColumns:nAe,columnsStyles:eAe,columnsTotalWidth:tAe,data:iIe,expandedRowKeys:TAe,depthMap:rIe,fixedColumnsOnLeft:AAe,fixedColumnsOnRight:iAe,mainColumns:oAe,bodyWidth:XAe,emptyStyle:SIe,rootStyle:yIe,footerHeight:_Ie,mainTableHeight:hIe,fixedTableHeight:EIe,leftTableWidth:tIe,rightTableWidth:gIe,showEmpty:PIe,getRowHeight:LIe,onColumnSorted:aAe,onRowHovered:zAe,onRowExpanded:PAe,onRowsRendered:eIe,onRowHeightChange:HAe,scrollTo:cAe,scrollToLeft:uAe,scrollToTop:dAe,scrollToRow:EAe,onScroll:gAe,onVerticalScroll:pAe}}const TableV2InjectionKey=Symbol("tableV2"),TABLE_V2_GRID_INJECTION_KEY="tableV2GridScrollLeft",TableV2Header=defineComponent({name:"ElTableV2Header",props:tableV2HeaderProps,setup(r4,{slots:x_,expose:$P}){const zP=useNamespace("table-v2"),z9=inject(TABLE_V2_GRID_INJECTION_KEY),eAe=ref(),tAe=computed(()=>enforceUnit({width:r4.width,height:r4.height})),AAe=computed(()=>enforceUnit({width:r4.rowWidth,height:r4.height})),iAe=computed(()=>castArray$1(unref(r4.headerHeight))),nAe=cAe=>{const uAe=unref(eAe);nextTick(()=>{uAe!=null&&uAe.scroll&&uAe.scroll({left:cAe})})},oAe=()=>{const cAe=zP.e("fixed-header-row"),{columns:uAe,fixedHeaderData:dAe,rowHeight:EAe}=r4;return dAe==null?void 0:dAe.map((gAe,pAe)=>{var SAe;const mAe=enforceUnit({height:EAe,width:"100%"});return(SAe=x_.fixed)==null?void 0:SAe.call(x_,{class:cAe,columns:uAe,rowData:gAe,rowIndex:-(pAe+1),style:mAe})})},aAe=()=>{const cAe=zP.e("dynamic-header-row"),{columns:uAe}=r4;return unref(iAe).map((dAe,EAe)=>{var pAe;const gAe=enforceUnit({width:"100%",height:dAe});return(pAe=x_.dynamic)==null?void 0:pAe.call(x_,{class:cAe,columns:uAe,headerIndex:EAe,style:gAe})})};return onUpdated(()=>{z9!=null&&z9.value&&nAe(z9.value)}),$P({scrollToLeft:nAe}),()=>{if(!(r4.height<=0))return createVNode$1("div",{ref:eAe,class:r4.class,style:unref(tAe),role:"rowgroup"},[createVNode$1("div",{style:unref(AAe),class:zP.e("header")},[aAe(),oAe()])])}}}),COMPONENT_NAME$5="ElTableV2Grid",useTableGrid=r4=>{const x_=ref(),$P=ref(),zP=ref(0),z9=computed(()=>{const{data:gAe,rowHeight:pAe,estimatedRowHeight:mAe}=r4;if(!mAe)return gAe.length*pAe}),eAe=computed(()=>{const{fixedData:gAe,rowHeight:pAe}=r4;return((gAe==null?void 0:gAe.length)||0)*pAe}),tAe=computed(()=>sum$1(r4.headerHeight)),AAe=computed(()=>{const{height:gAe}=r4;return Math.max(0,gAe-unref(tAe)-unref(eAe))}),iAe=computed(()=>unref(tAe)+unref(eAe)>0),nAe=({data:gAe,rowIndex:pAe})=>gAe[pAe][r4.rowKey];function oAe({rowCacheStart:gAe,rowCacheEnd:pAe,rowVisibleStart:mAe,rowVisibleEnd:SAe}){var DAe;(DAe=r4.onRowsRendered)==null||DAe.call(r4,{rowCacheStart:gAe,rowCacheEnd:pAe,rowVisibleStart:mAe,rowVisibleEnd:SAe})}function aAe(gAe,pAe){var mAe;(mAe=$P.value)==null||mAe.resetAfterRowIndex(gAe,pAe)}function cAe(gAe,pAe){const mAe=unref(x_),SAe=unref($P);isObject$9(gAe)?(mAe==null||mAe.scrollToLeft(gAe.scrollLeft),zP.value=gAe.scrollLeft,SAe==null||SAe.scrollTo(gAe)):(mAe==null||mAe.scrollToLeft(gAe),zP.value=gAe,SAe==null||SAe.scrollTo({scrollLeft:gAe,scrollTop:pAe}))}function uAe(gAe){var pAe;(pAe=unref($P))==null||pAe.scrollTo({scrollTop:gAe})}function dAe(gAe,pAe){const mAe=unref($P);if(!mAe)return;const SAe=zP.value;mAe.scrollToItem(gAe,0,pAe),SAe&&cAe({scrollLeft:SAe})}function EAe(){var gAe,pAe;(gAe=unref($P))==null||gAe.$forceUpdate(),(pAe=unref(x_))==null||pAe.$forceUpdate()}return watch(()=>r4.bodyWidth,()=>{var gAe;isNumber$2(r4.estimatedRowHeight)&&((gAe=$P.value)==null||gAe.resetAfter({columnIndex:0},!1))}),{bodyRef:$P,forceUpdate:EAe,fixedRowHeight:eAe,gridHeight:AAe,hasHeader:iAe,headerHeight:tAe,headerRef:x_,totalHeight:z9,itemKey:nAe,onItemRendered:oAe,resetAfterRowIndex:aAe,scrollTo:cAe,scrollToTop:uAe,scrollToRow:dAe,scrollLeft:zP}},TableGrid=defineComponent({name:COMPONENT_NAME$5,props:tableV2GridProps,setup(r4,{slots:x_,expose:$P}){const{ns:zP}=inject(TableV2InjectionKey),{bodyRef:z9,fixedRowHeight:eAe,gridHeight:tAe,hasHeader:AAe,headerRef:iAe,headerHeight:nAe,totalHeight:oAe,forceUpdate:aAe,itemKey:cAe,onItemRendered:uAe,resetAfterRowIndex:dAe,scrollTo:EAe,scrollToTop:gAe,scrollToRow:pAe,scrollLeft:mAe}=useTableGrid(r4);provide(TABLE_V2_GRID_INJECTION_KEY,mAe),onActivated(async()=>{var NAe;await nextTick();const DAe=(NAe=z9.value)==null?void 0:NAe.states.scrollTop;DAe&&gAe(Math.round(DAe)+1)}),$P({forceUpdate:aAe,totalHeight:oAe,scrollTo:EAe,scrollToTop:gAe,scrollToRow:pAe,resetAfterRowIndex:dAe});const SAe=()=>r4.bodyWidth;return()=>{const{cache:DAe,columns:NAe,data:TAe,fixedData:bAe,useIsScrolling:GAe,scrollbarAlwaysOn:LAe,scrollbarEndGap:wAe,scrollbarStartGap:OAe,style:PAe,rowHeight:HAe,bodyWidth:zAe,estimatedRowHeight:eIe,headerWidth:iIe,height:rIe,width:AIe,getRowHeight:XAe,onScroll:EIe}=r4,hIe=isNumber$2(eIe),tIe=hIe?DynamicSizeGrid:FixedSizeGrid,gIe=unref(nAe);return createVNode$1("div",{role:"table",class:[zP.e("table"),r4.class],style:PAe},[createVNode$1(tIe,{ref:z9,data:TAe,useIsScrolling:GAe,itemKey:cAe,columnCache:0,columnWidth:hIe?SAe:zAe,totalColumn:1,totalRow:TAe.length,rowCache:DAe,rowHeight:hIe?XAe:HAe,width:AIe,height:unref(tAe),class:zP.e("body"),role:"rowgroup",scrollbarStartGap:OAe,scrollbarEndGap:wAe,scrollbarAlwaysOn:LAe,onScroll:EIe,onItemRendered:uAe,perfMode:!1},{default:pIe=>{var SIe;const _Ie=TAe[pIe.rowIndex];return(SIe=x_.row)==null?void 0:SIe.call(x_,{...pIe,columns:NAe,rowData:_Ie})}}),unref(AAe)&&createVNode$1(TableV2Header,{ref:iAe,class:zP.e("header-wrapper"),columns:NAe,headerData:TAe,headerHeight:r4.headerHeight,fixedHeaderData:bAe,rowWidth:iIe,rowHeight:HAe,width:AIe,height:Math.min(gIe+unref(eAe),rIe)},{dynamic:x_.header,fixed:x_.row})])}}});function _isSlot$5(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}const MainTable=(r4,{slots:x_})=>{const{mainTableRef:$P,...zP}=r4;return createVNode$1(TableGrid,mergeProps({ref:$P},zP),_isSlot$5(x_)?x_:{default:()=>[x_]})};function _isSlot$4(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}const LeftTable=(r4,{slots:x_})=>{if(!r4.columns.length)return;const{leftTableRef:$P,...zP}=r4;return createVNode$1(TableGrid,mergeProps({ref:$P},zP),_isSlot$4(x_)?x_:{default:()=>[x_]})};function _isSlot$3(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}const RightTable=(r4,{slots:x_})=>{if(!r4.columns.length)return;const{rightTableRef:$P,...zP}=r4;return createVNode$1(TableGrid,mergeProps({ref:$P},zP),_isSlot$3(x_)?x_:{default:()=>[x_]})},useTableRow=r4=>{const{isScrolling:x_}=inject(TableV2InjectionKey),$P=ref(!1),zP=ref(),z9=computed(()=>isNumber$2(r4.estimatedRowHeight)&&r4.rowIndex>=0),eAe=(iAe=!1)=>{const nAe=unref(zP);if(!nAe)return;const{columns:oAe,onRowHeightChange:aAe,rowKey:cAe,rowIndex:uAe,style:dAe}=r4,{height:EAe}=nAe.getBoundingClientRect();$P.value=!0,nextTick(()=>{if(iAe||EAe!==Number.parseInt(dAe.height)){const gAe=oAe[0],pAe=(gAe==null?void 0:gAe.placeholderSign)===placeholderSign;aAe==null||aAe({rowKey:cAe,height:EAe,rowIndex:uAe},gAe&&!pAe&&gAe.fixed)}})},tAe=computed(()=>{const{rowData:iAe,rowIndex:nAe,rowKey:oAe,onRowHover:aAe}=r4,cAe=r4.rowEventHandlers||{},uAe={};return Object.entries(cAe).forEach(([dAe,EAe])=>{isFunction$4(EAe)&&(uAe[dAe]=gAe=>{EAe({event:gAe,rowData:iAe,rowIndex:nAe,rowKey:oAe})})}),aAe&&[{name:"onMouseleave",hovered:!1},{name:"onMouseenter",hovered:!0}].forEach(({name:dAe,hovered:EAe})=>{const gAe=uAe[dAe];uAe[dAe]=pAe=>{aAe({event:pAe,hovered:EAe,rowData:iAe,rowIndex:nAe,rowKey:oAe}),gAe==null||gAe(pAe)}}),uAe}),AAe=iAe=>{const{onRowExpand:nAe,rowData:oAe,rowIndex:aAe,rowKey:cAe}=r4;nAe==null||nAe({expanded:iAe,rowData:oAe,rowIndex:aAe,rowKey:cAe})};return onMounted(()=>{unref(z9)&&eAe(!0)}),{isScrolling:x_,measurable:z9,measured:$P,rowRef:zP,eventHandlers:tAe,onExpand:AAe}},TableV2Row=defineComponent({name:"ElTableV2TableRow",props:tableV2RowProps,setup(r4,{expose:x_,slots:$P,attrs:zP}){const{eventHandlers:z9,isScrolling:eAe,measurable:tAe,measured:AAe,rowRef:iAe,onExpand:nAe}=useTableRow(r4);return x_({onExpand:nAe}),()=>{const{columns:oAe,columnsStyles:aAe,expandColumnKey:cAe,depth:uAe,rowData:dAe,rowIndex:EAe,style:gAe}=r4;let pAe=oAe.map((mAe,SAe)=>{const DAe=isArray$6(dAe.children)&&dAe.children.length>0&&mAe.key===cAe;return $P.cell({column:mAe,columns:oAe,columnIndex:SAe,depth:uAe,style:aAe[mAe.key],rowData:dAe,rowIndex:EAe,isScrolling:unref(eAe),expandIconProps:DAe?{rowData:dAe,rowIndex:EAe,onExpand:nAe}:void 0})});if($P.row&&(pAe=$P.row({cells:pAe.map(mAe=>isArray$6(mAe)&&mAe.length===1?mAe[0]:mAe),style:gAe,columns:oAe,depth:uAe,rowData:dAe,rowIndex:EAe,isScrolling:unref(eAe)})),unref(tAe)){const{height:mAe,...SAe}=gAe||{},DAe=unref(AAe);return createVNode$1("div",mergeProps({ref:iAe,class:r4.class,style:DAe?gAe:SAe,role:"row"},zP,unref(z9)),[pAe])}return createVNode$1("div",mergeProps(zP,{ref:iAe,class:r4.class,style:gAe,role:"row"},unref(z9)),[pAe])}}});function _isSlot$2(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}const RowRenderer=(r4,{slots:x_})=>{const{columns:$P,columnsStyles:zP,depthMap:z9,expandColumnKey:eAe,expandedRowKeys:tAe,estimatedRowHeight:AAe,hasFixedColumns:iAe,rowData:nAe,rowIndex:oAe,style:aAe,isScrolling:cAe,rowProps:uAe,rowClass:dAe,rowKey:EAe,rowEventHandlers:gAe,ns:pAe,onRowHovered:mAe,onRowExpanded:SAe}=r4,DAe=tryCall(dAe,{columns:$P,rowData:nAe,rowIndex:oAe},""),NAe=tryCall(uAe,{columns:$P,rowData:nAe,rowIndex:oAe}),TAe=nAe[EAe],bAe=z9[TAe]||0,GAe=!!eAe,LAe=oAe<0,wAe=[pAe.e("row"),DAe,pAe.is("expanded",GAe&&tAe.includes(TAe)),pAe.is("fixed",!bAe&&LAe),pAe.is("customized",!!x_.row),{[pAe.e(`row-depth-${bAe}`)]:GAe&&oAe>=0}],OAe=iAe?mAe:void 0,PAe={...NAe,columns:$P,columnsStyles:zP,class:wAe,depth:bAe,expandColumnKey:eAe,estimatedRowHeight:LAe?void 0:AAe,isScrolling:cAe,rowIndex:oAe,rowData:nAe,rowKey:TAe,rowEventHandlers:gAe,style:aAe};return createVNode$1(TableV2Row,mergeProps(PAe,{onRowExpand:SAe,onMouseenter:eIe=>{OAe==null||OAe({hovered:!0,rowKey:TAe,event:eIe,rowData:nAe,rowIndex:oAe})},onMouseleave:eIe=>{OAe==null||OAe({hovered:!1,rowKey:TAe,event:eIe,rowData:nAe,rowIndex:oAe})},rowkey:TAe}),_isSlot$2(x_)?x_:{default:()=>[x_]})},TableV2Cell=(r4,{slots:x_})=>{var tAe;const{cellData:$P,style:zP}=r4,z9=((tAe=$P==null?void 0:$P.toString)==null?void 0:tAe.call($P))||"",eAe=renderSlot(x_,"default",r4,()=>[z9]);return createVNode$1("div",{class:r4.class,title:z9,style:zP},[eAe])};TableV2Cell.displayName="ElTableV2Cell";TableV2Cell.inheritAttrs=!1;const ExpandIcon=r4=>{const{expanded:x_,expandable:$P,onExpand:zP,style:z9,size:eAe,ariaLabel:tAe}=r4;return createVNode$1("button",mergeProps({onClick:$P?()=>zP(!x_):void 0,ariaLabel:tAe,ariaExpanded:x_,class:r4.class},{type:"button"}),[createVNode$1(ElIcon,{size:eAe,style:z9},{default:()=>[createVNode$1(arrow_right_default,null,null)]})])};ExpandIcon.inheritAttrs=!1;const CellRenderer=({columns:r4,column:x_,columnIndex:$P,depth:zP,expandIconProps:z9,isScrolling:eAe,rowData:tAe,rowIndex:AAe,style:iAe,expandedRowKeys:nAe,ns:oAe,t:aAe,cellProps:cAe,expandColumnKey:uAe,indentSize:dAe,iconSize:EAe,rowKey:gAe},{slots:pAe})=>{const mAe=enforceUnit(iAe);if(x_.placeholderSign===placeholderSign)return createVNode$1("div",{class:oAe.em("row-cell","placeholder"),style:mAe},null);const{cellRenderer:SAe,dataKey:DAe,dataGetter:NAe}=x_,TAe=isFunction$4(NAe)?NAe({columns:r4,column:x_,columnIndex:$P,rowData:tAe,rowIndex:AAe}):get$2(tAe,DAe??""),bAe=tryCall(cAe,{cellData:TAe,columns:r4,column:x_,columnIndex:$P,rowIndex:AAe,rowData:tAe}),GAe={class:oAe.e("cell-text"),columns:r4,column:x_,columnIndex:$P,cellData:TAe,isScrolling:eAe,rowData:tAe,rowIndex:AAe},LAe=componentToSlot(SAe),wAe=LAe?LAe(GAe):renderSlot(pAe,"default",GAe,()=>[createVNode$1(TableV2Cell,GAe,null)]),OAe=[oAe.e("row-cell"),x_.class,x_.align===Alignment.CENTER&&oAe.is("align-center"),x_.align===Alignment.RIGHT&&oAe.is("align-right")],PAe=AAe>=0&&uAe&&x_.key===uAe,HAe=AAe>=0&&nAe.includes(tAe[gAe]);let zAe;const eIe=`margin-inline-start: ${zP*dAe}px;`;return PAe&&(isObject$9(z9)?zAe=createVNode$1(ExpandIcon,mergeProps(z9,{class:[oAe.e("expand-icon"),oAe.is("expanded",HAe)],size:EAe,expanded:HAe,ariaLabel:aAe(HAe?"el.table.collapseRowLabel":"el.table.expandRowLabel"),style:eIe,expandable:!0}),null):zAe=createVNode$1("div",{style:[eIe,`width: ${EAe}px; height: ${EAe}px;`].join(" ")},null)),createVNode$1("div",mergeProps({class:OAe,style:mAe},bAe,{role:"cell"}),[zAe,wAe])};CellRenderer.inheritAttrs=!1;const tableV2HeaderRowProps=buildProps$1({class:String,columns,columnsStyles:{type:definePropType(Object),required:!0},headerIndex:Number,style:{type:definePropType(Object)}}),TableV2HeaderRow=defineComponent({name:"ElTableV2HeaderRow",props:tableV2HeaderRowProps,setup(r4,{slots:x_}){return()=>{const{columns:$P,columnsStyles:zP,headerIndex:z9,style:eAe}=r4;let tAe=$P.map((AAe,iAe)=>x_.cell({columns:$P,column:AAe,columnIndex:iAe,headerIndex:z9,style:zP[AAe.key]}));return x_.header&&(tAe=x_.header({cells:tAe.map(AAe=>isArray$6(AAe)&&AAe.length===1?AAe[0]:AAe),columns:$P,headerIndex:z9})),createVNode$1("div",{class:r4.class,style:eAe,role:"row"},[tAe])}}});function _isSlot$1(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}const HeaderRenderer=({columns:r4,columnsStyles:x_,headerIndex:$P,style:zP,headerClass:z9,headerProps:eAe,ns:tAe},{slots:AAe})=>{const iAe={columns:r4,headerIndex:$P},nAe=[tAe.e("header-row"),tryCall(z9,iAe,""),tAe.is("customized",!!AAe.header)];return createVNode$1(TableV2HeaderRow,{...tryCall(eAe,iAe),columnsStyles:x_,class:nAe,columns:r4,headerIndex:$P,style:zP},_isSlot$1(AAe)?AAe:{default:()=>[AAe]})},HeaderCell=(r4,{slots:x_})=>renderSlot(x_,"default",r4,()=>{var $P,zP;return[createVNode$1("div",{class:r4.class,title:($P=r4.column)==null?void 0:$P.title},[(zP=r4.column)==null?void 0:zP.title])]});HeaderCell.displayName="ElTableV2HeaderCell";HeaderCell.inheritAttrs=!1;const SortIcon=r4=>{const{sortOrder:x_}=r4;return createVNode$1("button",{type:"button","aria-label":r4.ariaLabel,class:r4.class},[createVNode$1(ElIcon,{size:14},{default:()=>[x_===SortOrder.ASC?createVNode$1(sort_up_default,null,null):createVNode$1(sort_down_default,null,null)]})])},HeaderCellRenderer=(r4,{slots:x_})=>{const{column:$P,ns:zP,t:z9,style:eAe,onColumnSorted:tAe}=r4,AAe=enforceUnit(eAe);if($P.placeholderSign===placeholderSign)return createVNode$1("div",{class:zP.em("header-row-cell","placeholder"),style:AAe},null);const{headerCellRenderer:iAe,headerClass:nAe,sortable:oAe}=$P,aAe={...r4,class:zP.e("header-cell-text")},cAe=componentToSlot(iAe),uAe=cAe?cAe(aAe):renderSlot(x_,"default",aAe,()=>[createVNode$1(HeaderCell,aAe,null)]),{sortBy:dAe,sortState:EAe,headerCellProps:gAe}=r4;let pAe,mAe,SAe;if(EAe){const NAe=EAe[$P.key];pAe=!!oppositeOrderMap[NAe],mAe=pAe?NAe:SortOrder.ASC}else pAe=$P.key===dAe.key,mAe=pAe?dAe.order:SortOrder.ASC;mAe===SortOrder.ASC?SAe="ascending":mAe===SortOrder.DESC?SAe="descending":SAe=void 0;const DAe=[zP.e("header-cell"),tryCall(nAe,r4,""),$P.align===Alignment.CENTER&&zP.is("align-center"),$P.align===Alignment.RIGHT&&zP.is("align-right"),oAe&&zP.is("sortable")];return createVNode$1("div",mergeProps({...tryCall(gAe,r4),onClick:$P.sortable?tAe:void 0,ariaSort:oAe?SAe:void 0,class:DAe,style:AAe,"data-key":$P.key},{role:"columnheader"}),[uAe,oAe&&createVNode$1(SortIcon,{class:[zP.e("sort-icon"),pAe&&zP.is("sorting")],sortOrder:mAe,ariaLabel:z9("el.table.sortLabel",{column:$P.title||""})},null)])},Footer$1=(r4,{slots:x_})=>{var $P;return createVNode$1("div",{class:r4.class,style:r4.style},[($P=x_.default)==null?void 0:$P.call(x_)])};Footer$1.displayName="ElTableV2Footer";const Footer=(r4,{slots:x_})=>{const $P=renderSlot(x_,"default",{},()=>[createVNode$1(ElEmpty,null,null)]);return createVNode$1("div",{class:r4.class,style:r4.style},[$P])};Footer.displayName="ElTableV2Empty";const Overlay=(r4,{slots:x_})=>{var $P;return createVNode$1("div",{class:r4.class,style:r4.style},[($P=x_.default)==null?void 0:$P.call(x_)])};Overlay.displayName="ElTableV2Overlay";function _isSlot(r4){return typeof r4=="function"||Object.prototype.toString.call(r4)==="[object Object]"&&!isVNode(r4)}const TableV2=defineComponent({name:"ElTableV2",props:tableV2Props,slots:Object,setup(r4,{slots:x_,expose:$P}){const zP=useNamespace("table-v2"),{t:z9}=useLocale(),{columnsStyles:eAe,fixedColumnsOnLeft:tAe,fixedColumnsOnRight:AAe,mainColumns:iAe,mainTableHeight:nAe,fixedTableHeight:oAe,leftTableWidth:aAe,rightTableWidth:cAe,data:uAe,depthMap:dAe,expandedRowKeys:EAe,hasFixedColumns:gAe,mainTableRef:pAe,leftTableRef:mAe,rightTableRef:SAe,isDynamic:DAe,isResetting:NAe,isScrolling:TAe,bodyWidth:bAe,emptyStyle:GAe,rootStyle:LAe,footerHeight:wAe,showEmpty:OAe,scrollTo:PAe,scrollToLeft:HAe,scrollToTop:zAe,scrollToRow:eIe,getRowHeight:iIe,onColumnSorted:rIe,onRowHeightChange:AIe,onRowHovered:XAe,onRowExpanded:EIe,onRowsRendered:hIe,onScroll:tIe,onVerticalScroll:gIe}=useTable(r4);return $P({scrollTo:PAe,scrollToLeft:HAe,scrollToTop:zAe,scrollToRow:eIe}),provide(TableV2InjectionKey,{ns:zP,isResetting:NAe,isScrolling:TAe}),()=>{const{cache:pIe,cellProps:_Ie,estimatedRowHeight:SIe,expandColumnKey:yIe,fixedData:OIe,headerHeight:HIe,headerClass:PIe,headerProps:LIe,headerCellProps:oEe,sortBy:JIe,sortState:XIe,rowHeight:zIe,rowClass:YIe,rowEventHandlers:uEe,rowKey:NEe,rowProps:MEe,scrollbarAlwaysOn:FEe,indentSize:vEe,iconSize:yEe,useIsScrolling:VEe,vScrollbarSize:UEe,width:UCe}=r4,CCe=unref(uAe),fCe={cache:pIe,class:zP.e("main"),columns:unref(iAe),data:CCe,fixedData:OIe,estimatedRowHeight:SIe,bodyWidth:unref(bAe),headerHeight:HIe,headerWidth:unref(bAe),height:unref(nAe),mainTableRef:pAe,rowKey:NEe,rowHeight:zIe,scrollbarAlwaysOn:FEe,scrollbarStartGap:2,scrollbarEndGap:UEe,useIsScrolling:VEe,width:UCe,getRowHeight:iIe,onRowsRendered:hIe,onScroll:tIe},VCe=unref(aAe),$Ee=unref(oAe),tCe={cache:pIe,class:zP.e("left"),columns:unref(tAe),data:CCe,fixedData:OIe,estimatedRowHeight:SIe,leftTableRef:mAe,rowHeight:zIe,bodyWidth:VCe,headerWidth:VCe,headerHeight:HIe,height:$Ee,rowKey:NEe,scrollbarAlwaysOn:FEe,scrollbarStartGap:2,scrollbarEndGap:UEe,useIsScrolling:VEe,width:VCe,getRowHeight:iIe,onScroll:gIe},iCe=unref(cAe),gCe={cache:pIe,class:zP.e("right"),columns:unref(AAe),data:CCe,fixedData:OIe,estimatedRowHeight:SIe,rightTableRef:SAe,rowHeight:zIe,bodyWidth:iCe,headerWidth:iCe,headerHeight:HIe,height:$Ee,rowKey:NEe,scrollbarAlwaysOn:FEe,scrollbarStartGap:2,scrollbarEndGap:UEe,width:iCe,style:`${zP.cssVarName("table-scrollbar-size")}: ${UEe}px`,useIsScrolling:VEe,getRowHeight:iIe,onScroll:gIe},TCe=unref(eAe),YEe={ns:zP,depthMap:unref(dAe),columnsStyles:TCe,expandColumnKey:yIe,expandedRowKeys:unref(EAe),estimatedRowHeight:SIe,hasFixedColumns:unref(gAe),rowProps:MEe,rowClass:YIe,rowKey:NEe,rowEventHandlers:uEe,onRowHovered:XAe,onRowExpanded:EIe,onRowHeightChange:AIe},cEe={cellProps:_Ie,expandColumnKey:yIe,indentSize:vEe,iconSize:yEe,rowKey:NEe,expandedRowKeys:unref(EAe),ns:zP,t:z9},OEe={ns:zP,headerClass:PIe,headerProps:LIe,columnsStyles:TCe},REe={ns:zP,t:z9,sortBy:JIe,sortState:XIe,headerCellProps:oEe,onColumnSorted:rIe},ZEe={row:MBe=>createVNode$1(RowRenderer,mergeProps(MBe,YEe),{row:x_.row,cell:_Ce=>{let FCe;return x_.cell?createVNode$1(CellRenderer,mergeProps(_Ce,cEe,{style:TCe[_Ce.column.key]}),_isSlot(FCe=x_.cell(_Ce))?FCe:{default:()=>[FCe]}):createVNode$1(CellRenderer,mergeProps(_Ce,cEe,{style:TCe[_Ce.column.key]}),null)}}),header:MBe=>createVNode$1(HeaderRenderer,mergeProps(MBe,OEe),{header:x_.header,cell:_Ce=>{let FCe;return x_["header-cell"]?createVNode$1(HeaderCellRenderer,mergeProps(_Ce,REe,{style:TCe[_Ce.column.key]}),_isSlot(FCe=x_["header-cell"](_Ce))?FCe:{default:()=>[FCe]}):createVNode$1(HeaderCellRenderer,mergeProps(_Ce,REe,{style:TCe[_Ce.column.key]}),null)}})},uCe=[r4.class,zP.b(),zP.e("root"),zP.is("dynamic",unref(DAe))],YCe={class:zP.e("footer"),style:unref(wAe)};return createVNode$1("div",{class:uCe,style:unref(LAe)},[createVNode$1(MainTable,fCe,_isSlot(ZEe)?ZEe:{default:()=>[ZEe]}),createVNode$1(LeftTable,tCe,_isSlot(ZEe)?ZEe:{default:()=>[ZEe]}),createVNode$1(RightTable,gCe,_isSlot(ZEe)?ZEe:{default:()=>[ZEe]}),x_.footer&&createVNode$1(Footer$1,YCe,{default:x_.footer}),unref(OAe)&&createVNode$1(Footer,{class:zP.e("empty"),style:unref(GAe)},{default:x_.empty}),x_.overlay&&createVNode$1(Overlay,{class:zP.e("overlay")},{default:x_.overlay})])}}}),autoResizerProps=buildProps$1({disableWidth:Boolean,disableHeight:Boolean,onResize:{type:definePropType(Function)}}),useAutoResize=r4=>{const x_=ref(),$P=ref(0),zP=ref(0);let z9;return onMounted(()=>{z9=useResizeObserver(x_,([eAe])=>{const{width:tAe,height:AAe}=eAe.contentRect,{paddingLeft:iAe,paddingRight:nAe,paddingTop:oAe,paddingBottom:aAe}=getComputedStyle(eAe.target),cAe=Number.parseInt(iAe)||0,uAe=Number.parseInt(nAe)||0,dAe=Number.parseInt(oAe)||0,EAe=Number.parseInt(aAe)||0;$P.value=tAe-cAe-uAe,zP.value=AAe-dAe-EAe}).stop}),onBeforeUnmount(()=>{z9==null||z9()}),watch([$P,zP],([eAe,tAe])=>{var AAe;(AAe=r4.onResize)==null||AAe.call(r4,{width:eAe,height:tAe})}),{sizer:x_,width:$P,height:zP}},AutoResizer=defineComponent({name:"ElAutoResizer",props:autoResizerProps,setup(r4,{slots:x_}){const $P=useNamespace("auto-resizer"),{height:zP,width:z9,sizer:eAe}=useAutoResize(r4),tAe={width:"100%",height:"100%"};return()=>{var AAe;return createVNode$1("div",{ref:eAe,class:$P.b(),style:tAe},[(AAe=x_.default)==null?void 0:AAe.call(x_,{height:zP.value,width:z9.value})])}}});withInstall(TableV2);withInstall(AutoResizer);const tabsRootContextKey=Symbol("tabsRootContextKey"),tabBarProps=buildProps$1({tabs:{type:definePropType(Array),default:()=>mutable([])},tabRefs:{type:definePropType(Object),default:()=>mutable({})}}),COMPONENT_NAME$4="ElTabBar";var tab_bar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$4,__name:"tab-bar",props:tabBarProps,setup(r4,{expose:x_}){const $P=r4,zP=inject(tabsRootContextKey);zP||throwError$2(COMPONENT_NAME$4,"");const z9=useNamespace("tabs"),eAe=ref(),tAe=ref(),AAe=computed(()=>{var uAe;return isUndefined(zP.props.defaultValue)||!!((uAe=tAe.value)!=null&&uAe.transform)}),iAe=()=>{let uAe=0,dAe=0;const EAe=["top","bottom"].includes(zP.props.tabPosition)?"width":"height",gAe=EAe==="width"?"x":"y",pAe=gAe==="x"?"left":"top";return $P.tabs.every(mAe=>{if(isUndefined(mAe.paneName))return!1;const SAe=$P.tabRefs[mAe.paneName];if(!SAe)return!1;if(!mAe.active)return!0;uAe=SAe[`offset${capitalize$2(pAe)}`],dAe=SAe[`client${capitalize$2(EAe)}`];const DAe=window.getComputedStyle(SAe);return EAe==="width"&&(dAe-=Number.parseFloat(DAe.paddingLeft)+Number.parseFloat(DAe.paddingRight),uAe+=Number.parseFloat(DAe.paddingLeft)),!1}),{[EAe]:`${dAe}px`,transform:`translate${capitalize$2(gAe)}(${uAe}px)`}},nAe=()=>tAe.value=iAe(),oAe=[],aAe=()=>{oAe.forEach(uAe=>uAe.stop()),oAe.length=0,Object.values($P.tabRefs).forEach(uAe=>{oAe.push(useResizeObserver(uAe,nAe))})};watch(()=>$P.tabs,async()=>{await nextTick(),nAe(),aAe()},{immediate:!0});const cAe=useResizeObserver(eAe,()=>nAe());return onBeforeUnmount(()=>{oAe.forEach(uAe=>uAe.stop()),oAe.length=0,cAe.stop()}),x_({ref:eAe,update:nAe}),(uAe,dAe)=>AAe.value?(openBlock(),createElementBlock("div",{key:0,ref_key:"barRef",ref:eAe,class:normalizeClass([unref(z9).e("active-bar"),unref(z9).is(unref(zP).props.tabPosition)]),style:normalizeStyle$1(tAe.value)},null,6)):createCommentVNode("v-if",!0)}}),tab_bar_default=tab_bar_vue_vue_type_script_setup_true_lang_default;const tabNavProps=buildProps$1({panes:{type:definePropType(Array),default:()=>mutable([])},currentName:{type:[String,Number],default:""},editable:Boolean,type:{type:String,values:["card","border-card",""],default:""},stretch:Boolean,tabindex:{type:[String,Number],default:void 0}}),tabNavEmits={tabClick:(r4,x_,$P)=>$P instanceof Event,tabRemove:(r4,x_)=>x_ instanceof Event},COMPONENT_NAME$3="ElTabNav",TabNav=defineComponent({name:COMPONENT_NAME$3,props:tabNavProps,emits:tabNavEmits,setup(r4,{expose:x_,emit:$P}){const zP=inject(tabsRootContextKey);zP||throwError$2(COMPONENT_NAME$3,"");const z9=useNamespace("tabs"),eAe=useDocumentVisibility(),tAe=useWindowFocus(),AAe=ref(),iAe=ref(),nAe=ref(),oAe=ref({}),aAe=ref(),cAe=ref(!1),uAe=ref(0),dAe=ref(!1),EAe=ref(!0),gAe=ref(!1),pAe=shallowRef(),mAe=computed(()=>["top","bottom"].includes(zP.props.tabPosition)),SAe=computed(()=>mAe.value?"width":"height"),DAe=computed(()=>{const tIe=SAe.value==="width"?"X":"Y";return{transition:gAe.value?"none":void 0,transform:`translate${tIe}(-${uAe.value}px)`}}),{width:NAe,height:TAe}=useElementSize(AAe),{width:bAe,height:GAe}=useElementSize(iAe,{width:0,height:0},{box:"border-box"}),LAe=computed(()=>mAe.value?NAe.value:TAe.value),wAe=computed(()=>mAe.value?bAe.value:GAe.value),{onWheel:OAe}=useWheel({atStartEdge:computed(()=>uAe.value<=0),atEndEdge:computed(()=>wAe.value-uAe.value<=LAe.value),layout:computed(()=>mAe.value?"horizontal":"vertical")},tIe=>{uAe.value=clamp$2(uAe.value+tIe,0,wAe.value-LAe.value)}),PAe=tIe=>{gAe.value=!0,OAe(tIe),rAF(()=>{gAe.value=!1})},HAe=()=>{if(!AAe.value)return;const tIe=AAe.value.getBoundingClientRect()[SAe.value],gIe=uAe.value;gIe&&(uAe.value=gIe>tIe?gIe-tIe:0)},zAe=()=>{if(!AAe.value||!iAe.value)return;const tIe=iAe.value.getBoundingClientRect()[SAe.value],gIe=AAe.value.getBoundingClientRect()[SAe.value],pIe=uAe.value;isGreaterThan(tIe-pIe,gIe)&&(uAe.value=tIe-pIe>gIe*2?pIe+gIe:tIe-gIe)},eIe=async()=>{const tIe=iAe.value;if(!cAe.value||!nAe.value||!AAe.value||!tIe)return;await nextTick();const gIe=oAe.value[r4.currentName];if(!gIe)return;const pIe=AAe.value,_Ie=gIe.getBoundingClientRect(),SIe=pIe.getBoundingClientRect(),yIe=SIe.left+1,OIe=SIe.right-1,HIe=tIe.getBoundingClientRect(),PIe=mAe.value?HIe.width-SIe.width:HIe.height-SIe.height,LIe=uAe.value;let oEe=LIe;mAe.value?(_Ie.leftOIe&&(oEe=LIe+_Ie.right-OIe)):(_Ie.topSIe.bottom&&(oEe=LIe+(_Ie.bottom-SIe.bottom))),oEe=Math.max(oEe,0),uAe.value=Math.min(oEe,PIe)},iIe=()=>{var _Ie;if(!iAe.value||!AAe.value)return;r4.stretch&&((_Ie=aAe.value)==null||_Ie.update());const tIe=iAe.value.getBoundingClientRect()[SAe.value],gIe=AAe.value.getBoundingClientRect()[SAe.value],pIe=uAe.value;gIe0&&(uAe.value=0))},rIe=tIe=>{const gIe=getEventCode(tIe);let pIe=0;switch(gIe){case EVENT_CODE.left:case EVENT_CODE.up:pIe=-1;break;case EVENT_CODE.right:case EVENT_CODE.down:pIe=1;break;default:return}const _Ie=Array.from(tIe.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)"));let SIe=_Ie.indexOf(tIe.target)+pIe;SIe<0?SIe=_Ie.length-1:SIe>=_Ie.length&&(SIe=0),_Ie[SIe].focus({preventScroll:!0}),_Ie[SIe].click(),AIe()},AIe=()=>{EAe.value&&(dAe.value=!0)},XAe=()=>dAe.value=!1,EIe=(tIe,gIe)=>{oAe.value[gIe]=tIe},hIe=async()=>{var tIe;await nextTick(),(tIe=oAe.value[r4.currentName])==null||tIe.focus({preventScroll:!0})};return watch(eAe,tIe=>{tIe==="hidden"?EAe.value=!1:tIe==="visible"&&setTimeout(()=>EAe.value=!0,50)}),watch(tAe,tIe=>{tIe?setTimeout(()=>EAe.value=!0,50):EAe.value=!1}),useResizeObserver(nAe,()=>{rAF(iIe)}),onMounted(()=>setTimeout(()=>eIe(),0)),onUpdated(()=>iIe()),x_({scrollToActiveTab:eIe,removeFocus:XAe,focusActiveTab:hIe,tabListRef:iAe,tabBarRef:aAe,scheduleRender:()=>triggerRef(pAe)}),()=>{const tIe=cAe.value?[createVNode$1("span",{class:[z9.e("nav-prev"),z9.is("disabled",!cAe.value.prev)],onClick:HAe},[createVNode$1(ElIcon,null,{default:()=>[createVNode$1(arrow_left_default,null,null)]})]),createVNode$1("span",{class:[z9.e("nav-next"),z9.is("disabled",!cAe.value.next)],onClick:zAe},[createVNode$1(ElIcon,null,{default:()=>[createVNode$1(arrow_right_default,null,null)]})])]:null,gIe=r4.panes.map((pIe,_Ie)=>{var JIe,XIe;const SIe=pIe.uid,yIe=pIe.props.disabled,OIe=pIe.props.name??pIe.index??`${_Ie}`,HIe=!yIe&&(pIe.isClosable||pIe.props.closable!==!1&&r4.editable);pIe.index=`${_Ie}`;const PIe=HIe?createVNode$1(ElIcon,{class:"is-icon-close",onClick:zIe=>$P("tabRemove",pIe,zIe)},{default:()=>[createVNode$1(close_default,null,null)]}):null,LIe=((XIe=(JIe=pIe.slots).label)==null?void 0:XIe.call(JIe))||pIe.props.label,oEe=!yIe&&pIe.active?r4.tabindex??zP.props.tabindex:-1;return createVNode$1("div",{ref:zIe=>EIe(zIe,OIe),class:[z9.e("item"),z9.is(zP.props.tabPosition),z9.is("active",pIe.active),z9.is("disabled",yIe),z9.is("closable",HIe),z9.is("focus",dAe.value)],id:`tab-${OIe}`,key:`tab-${SIe}`,"aria-controls":`pane-${OIe}`,role:"tab","aria-selected":pIe.active,tabindex:oEe,onFocus:()=>AIe(),onBlur:()=>XAe(),onClick:zIe=>{XAe(),$P("tabClick",pIe,OIe,zIe)},onKeydown:zIe=>{const YIe=getEventCode(zIe);HIe&&(YIe===EVENT_CODE.delete||YIe===EVENT_CODE.backspace)&&$P("tabRemove",pIe,zIe)}},[LIe,PIe])});return pAe.value,createVNode$1("div",{ref:nAe,class:[z9.e("nav-wrap"),z9.is("scrollable",!!cAe.value),z9.is(zP.props.tabPosition)]},[tIe,createVNode$1("div",{class:z9.e("nav-scroll"),ref:AAe},[r4.panes.length>0?createVNode$1("div",{class:[z9.e("nav"),z9.is(zP.props.tabPosition),z9.is("stretch",r4.stretch&&["top","bottom"].includes(zP.props.tabPosition))],ref:iAe,style:DAe.value,role:"tablist",onKeydown:rIe,onWheel:PAe},[r4.type?null:createVNode$1(tab_bar_default,{ref:aAe,tabs:[...r4.panes],tabRefs:oAe.value},null),gIe]):null])])}}}),tabsProps=buildProps$1({type:{type:String,values:["card","border-card",""],default:""},closable:Boolean,addable:Boolean,modelValue:{type:[String,Number]},defaultValue:{type:[String,Number]},editable:Boolean,tabPosition:{type:String,values:["top","right","bottom","left"],default:"top"},beforeLeave:{type:definePropType(Function),default:()=>!0},stretch:Boolean,tabindex:{type:[String,Number],default:0}}),isPaneName=r4=>isString$2(r4)||isNumber$2(r4),tabsEmits={[UPDATE_MODEL_EVENT]:r4=>isPaneName(r4),tabClick:(r4,x_)=>x_ instanceof Event,tabChange:r4=>isPaneName(r4),edit:(r4,x_)=>["remove","add"].includes(x_),tabRemove:r4=>isPaneName(r4),tabAdd:()=>!0},Tabs=defineComponent({name:"ElTabs",props:tabsProps,emits:tabsEmits,setup(r4,{emit:x_,slots:$P,expose:zP}){const z9=useNamespace("tabs"),eAe=computed(()=>["left","right"].includes(r4.tabPosition)),{children:tAe,addChild:AAe,removeChild:iAe,ChildrenSorter:nAe}=useOrderedChildren(getCurrentInstance(),"ElTabPane"),oAe=ref(),aAe=ref((isUndefined(r4.modelValue)?r4.defaultValue:r4.modelValue)??"0"),cAe=async(mAe,SAe=!1)=>{var DAe,NAe,TAe,bAe;if(!(aAe.value===mAe||isUndefined(mAe)))try{let GAe;if(r4.beforeLeave){const LAe=r4.beforeLeave(mAe,aAe.value);GAe=LAe instanceof Promise?await LAe:LAe}else GAe=!0;if(GAe!==!1){const LAe=(DAe=tAe.value.find(wAe=>wAe.paneName===aAe.value))==null?void 0:DAe.isFocusInsidePane();aAe.value=mAe,SAe&&(x_(UPDATE_MODEL_EVENT,mAe),x_("tabChange",mAe)),(TAe=(NAe=oAe.value)==null?void 0:NAe.removeFocus)==null||TAe.call(NAe),LAe&&((bAe=oAe.value)==null||bAe.focusActiveTab())}}catch{}},uAe=(mAe,SAe,DAe)=>{mAe.props.disabled||(x_("tabClick",mAe,DAe),cAe(SAe,!0))},dAe=(mAe,SAe)=>{mAe.props.disabled||isUndefined(mAe.props.name)||(SAe.stopPropagation(),x_("edit",mAe.props.name,"remove"),x_("tabRemove",mAe.props.name))},EAe=()=>{x_("edit",void 0,"add"),x_("tabAdd")},gAe=mAe=>{const SAe=getEventCode(mAe);[EVENT_CODE.enter,EVENT_CODE.numpadEnter].includes(SAe)&&EAe()},pAe=mAe=>{const SAe=mAe.el.firstChild,DAe=["bottom","right"].includes(r4.tabPosition)?mAe.children[0].el:mAe.children[1].el;SAe!==DAe&&SAe.before(DAe)};return watch(()=>r4.modelValue,mAe=>cAe(mAe)),watch(aAe,async()=>{var mAe;await nextTick(),(mAe=oAe.value)==null||mAe.scrollToActiveTab()}),provide(tabsRootContextKey,{props:r4,currentName:aAe,registerPane:AAe,unregisterPane:iAe,nav$:oAe}),zP({currentName:aAe,get tabNavRef(){return omit(oAe.value,["scheduleRender"])}}),()=>{const mAe=$P["add-icon"],SAe=r4.editable||r4.addable?createVNode$1("div",{class:[z9.e("new-tab"),eAe.value&&z9.e("new-tab-vertical")],tabindex:r4.tabindex,onClick:EAe,onKeydown:gAe},[mAe?renderSlot($P,"add-icon"):createVNode$1(ElIcon,{class:z9.is("icon-plus")},{default:()=>[createVNode$1(plus_default,null,null)]})]):null,DAe=()=>createVNode$1(TabNav,{ref:oAe,currentName:aAe.value,editable:r4.editable,type:r4.type,panes:tAe.value,stretch:r4.stretch,onTabClick:uAe,onTabRemove:dAe},null),NAe=createVNode$1("div",{class:[z9.e("header"),eAe.value&&z9.e("header-vertical"),z9.is(r4.tabPosition)]},[createVNode$1(nAe,null,{default:DAe,$stable:!0}),SAe]),TAe=createVNode$1("div",{class:z9.e("content")},[renderSlot($P,"default")]);return createVNode$1("div",{class:[z9.b(),z9.m(r4.tabPosition),{[z9.m("card")]:r4.type==="card",[z9.m("border-card")]:r4.type==="border-card"}],onVnodeMounted:pAe,onVnodeUpdated:pAe},[TAe,NAe])}}}),tabPaneProps=buildProps$1({label:{type:String,default:""},name:{type:[String,Number]},closable:{type:Boolean,default:void 0},disabled:Boolean,lazy:Boolean}),_hoisted_1$8L=["id","aria-hidden","aria-labelledby"],COMPONENT_NAME$2="ElTabPane";var tab_pane_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$2,__name:"tab-pane",props:tabPaneProps,setup(r4){const x_=r4,$P=getCurrentInstance(),zP=useSlots(),z9=inject(tabsRootContextKey);z9||throwError$2(COMPONENT_NAME$2,"usage: ");const eAe=useNamespace("tab-pane"),tAe=ref(),AAe=ref(),iAe=computed(()=>x_.closable??z9.props.closable),nAe=computed(()=>z9.currentName.value===(x_.name??AAe.value)),oAe=ref(nAe.value),aAe=computed(()=>x_.name??AAe.value),cAe=computed(()=>!x_.lazy||oAe.value||nAe.value),uAe=()=>{var EAe;return(EAe=tAe.value)==null?void 0:EAe.contains(document.activeElement)};watch(nAe,EAe=>{EAe&&(oAe.value=!0)});const dAe=reactive({uid:$P.uid,getVnode:()=>$P.vnode,slots:zP,props:x_,paneName:aAe,active:nAe,index:AAe,isClosable:iAe,isFocusInsidePane:uAe});return z9.registerPane(dAe),onBeforeUnmount(()=>{z9.unregisterPane(dAe)}),onBeforeUpdate(()=>{var EAe;zP.label&&((EAe=z9.nav$.value)==null||EAe.scheduleRender())}),(EAe,gAe)=>cAe.value?withDirectives((openBlock(),createElementBlock("div",{key:0,id:`pane-${aAe.value}`,ref_key:"paneRef",ref:tAe,class:normalizeClass(unref(eAe).b()),role:"tabpanel","aria-hidden":!nAe.value,"aria-labelledby":`tab-${aAe.value}`},[renderSlot(EAe.$slots,"default")],10,_hoisted_1$8L)),[[vShow,nAe.value]]):createCommentVNode("v-if",!0)}}),tab_pane_default=tab_pane_vue_vue_type_script_setup_true_lang_default;const ElTabs=withInstall(Tabs,{TabPane:tab_pane_default}),ElTabPane=withNoopInstall(tab_pane_default),textProps=buildProps$1({type:{type:String,values:["primary","success","info","warning","danger",""],default:""},size:{type:String,values:componentSizes,default:""},truncated:Boolean,lineClamp:{type:[String,Number]},tag:{type:String,default:"span"}});var text_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElText",__name:"text",props:textProps,setup(r4){const x_=r4,$P=ref(),zP=useFormSize(),z9=useNamespace("text"),eAe=computed(()=>[z9.b(),z9.m(x_.type),z9.m(zP.value),z9.is("truncated",x_.truncated),z9.is("line-clamp",!isUndefined(x_.lineClamp))]),tAe=()=>{var nAe,oAe,aAe,cAe,uAe,dAe,EAe;if(useAttrs$1().title)return;let AAe=!1;const iAe=((nAe=$P.value)==null?void 0:nAe.textContent)||"";if(x_.truncated){const gAe=(oAe=$P.value)==null?void 0:oAe.offsetWidth,pAe=(aAe=$P.value)==null?void 0:aAe.scrollWidth;gAe&&pAe&&pAe>gAe&&(AAe=!0)}else if(!isUndefined(x_.lineClamp)){const gAe=(cAe=$P.value)==null?void 0:cAe.offsetHeight,pAe=(uAe=$P.value)==null?void 0:uAe.scrollHeight;gAe&&pAe&&pAe>gAe&&(AAe=!0)}AAe?(dAe=$P.value)==null||dAe.setAttribute("title",iAe):(EAe=$P.value)==null||EAe.removeAttribute("title")};return onMounted(tAe),onUpdated(tAe),(AAe,iAe)=>(openBlock(),createBlock(resolveDynamicComponent(r4.tag),{ref_key:"textRef",ref:$P,class:normalizeClass(eAe.value),style:normalizeStyle$1({"-webkit-line-clamp":r4.lineClamp})},{default:withCtx(()=>[renderSlot(AAe.$slots,"default")]),_:3},8,["class","style"]))}}),text_default=text_vue_vue_type_script_setup_true_lang_default;const ElText=withInstall(text_default),DEFAULT_STEP="00:30",timeSelectProps=buildProps$1({format:{type:String,default:"HH:mm"},modelValue:{type:definePropType(String)},disabled:{type:Boolean,default:void 0},editable:{type:Boolean,default:!0},effect:{type:definePropType(String),default:"light"},clearable:{type:Boolean,default:!0},size:useSizeProp,placeholder:String,start:{type:String,default:"09:00"},end:{type:String,default:"18:00"},step:{type:String,default:DEFAULT_STEP},minTime:{type:definePropType(String)},maxTime:{type:definePropType(String)},includeEndTime:Boolean,name:String,prefixIcon:{type:definePropType([String,Object]),default:()=>clock_default},clearIcon:{type:definePropType([String,Object]),default:()=>circle_close_default},popperClass:{type:String,default:""},popperStyle:{type:definePropType([String,Object])},...useEmptyValuesProps}),parseTime=r4=>{const x_=(r4||"").split(":");if(x_.length>=2){let $P=Number.parseInt(x_[0],10);const zP=Number.parseInt(x_[1],10),z9=r4.toUpperCase();return z9.includes("AM")&&$P===12?$P=0:z9.includes("PM")&&$P!==12&&($P+=12),{hours:$P,minutes:zP}}return null},compareTime=(r4,x_)=>{const $P=parseTime(r4);if(!$P)return-1;const zP=parseTime(x_);if(!zP)return-1;const z9=$P.minutes+$P.hours*60,eAe=zP.minutes+zP.hours*60;return z9===eAe?0:z9>eAe?1:-1},padTime=r4=>`${r4}`.padStart(2,"0"),formatTime=r4=>`${padTime(r4.hours)}:${padTime(r4.minutes)}`,nextTime=(r4,x_)=>{const $P=parseTime(r4);if(!$P)return"";const zP=parseTime(x_);if(!zP)return"";const z9={hours:$P.hours,minutes:$P.minutes};return z9.minutes+=zP.minutes,z9.hours+=zP.hours,z9.hours+=Math.floor(z9.minutes/60),z9.minutes=z9.minutes%60,formatTime(z9)};var time_select_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTimeSelect",__name:"time-select",props:timeSelectProps,emits:[CHANGE_EVENT,"blur","focus","clear",UPDATE_MODEL_EVENT],setup(r4,{expose:x_}){dayjs.extend(customParseFormat);const{Option:$P}=ElSelect,zP=r4,z9=useNamespace("input"),eAe=ref(),tAe=useFormDisabled(),{lang:AAe}=useLocale(),iAe=computed(()=>zP.modelValue),nAe=computed(()=>{const pAe=parseTime(zP.start);return pAe?formatTime(pAe):null}),oAe=computed(()=>{const pAe=parseTime(zP.end);return pAe?formatTime(pAe):null}),aAe=computed(()=>{const pAe=parseTime(zP.minTime||"");return pAe?formatTime(pAe):null}),cAe=computed(()=>{const pAe=parseTime(zP.maxTime||"");return pAe?formatTime(pAe):null}),uAe=computed(()=>{const pAe=parseTime(zP.step),mAe=!pAe||pAe.hours<0||pAe.minutes<0||Number.isNaN(pAe.hours)||Number.isNaN(pAe.minutes)||pAe.hours===0&&pAe.minutes===0;return mAe&&debugWarn("ElTimeSelect",`invalid step, fallback to default step (${DEFAULT_STEP}).`),mAe?DEFAULT_STEP:formatTime(pAe)}),dAe=computed(()=>{var SAe;const pAe=[],mAe=(DAe,NAe)=>{pAe.push({value:DAe,rawValue:NAe,disabled:compareTime(NAe,aAe.value||"-1:-1")<=0||compareTime(NAe,cAe.value||"100:100")>=0})};if(zP.start&&zP.end&&zP.step){let DAe=nAe.value,NAe;for(;DAe&&oAe.value&&compareTime(DAe,oAe.value)<=0;)NAe=dayjs(DAe,"HH:mm").locale(AAe.value).format(zP.format),mAe(NAe,DAe),DAe=nextTime(DAe,uAe.value);zP.includeEndTime&&oAe.value&&((SAe=pAe[pAe.length-1])==null?void 0:SAe.rawValue)!==oAe.value&&mAe(dayjs(oAe.value,"HH:mm").locale(AAe.value).format(zP.format),oAe.value)}return pAe});return x_({blur:()=>{var pAe,mAe;(mAe=(pAe=eAe.value)==null?void 0:pAe.blur)==null||mAe.call(pAe)},focus:()=>{var pAe,mAe;(mAe=(pAe=eAe.value)==null?void 0:pAe.focus)==null||mAe.call(pAe)}}),(pAe,mAe)=>(openBlock(),createBlock(unref(ElSelect),{ref_key:"select",ref:eAe,name:r4.name,"model-value":iAe.value,disabled:unref(tAe),clearable:r4.clearable,"clear-icon":r4.clearIcon,size:r4.size,effect:r4.effect,placeholder:r4.placeholder,"default-first-option":"",filterable:r4.editable,"empty-values":r4.emptyValues,"value-on-clear":r4.valueOnClear,"popper-class":r4.popperClass,"popper-style":r4.popperStyle,"onUpdate:modelValue":mAe[0]||(mAe[0]=SAe=>pAe.$emit(unref(UPDATE_MODEL_EVENT),SAe)),onChange:mAe[1]||(mAe[1]=SAe=>pAe.$emit(unref(CHANGE_EVENT),SAe)),onBlur:mAe[2]||(mAe[2]=SAe=>pAe.$emit("blur",SAe)),onFocus:mAe[3]||(mAe[3]=SAe=>pAe.$emit("focus",SAe)),onClear:mAe[4]||(mAe[4]=()=>pAe.$emit("clear"))},{prefix:withCtx(()=>[r4.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(z9).e("prefix-icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(dAe.value,SAe=>(openBlock(),createBlock(unref($P),{key:SAe.value,label:SAe.value,value:SAe.value,disabled:SAe.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["name","model-value","disabled","clearable","clear-icon","size","effect","placeholder","filterable","empty-values","value-on-clear","popper-class","popper-style"]))}}),time_select_default=time_select_vue_vue_type_script_setup_true_lang_default;const ElTimeSelect=withInstall(time_select_default),TIMELINE_INJECTION_KEY="timeline",timelineProps=buildProps$1({mode:{type:String,values:["start","alternate","alternate-reverse","end"],default:"start"},reverse:Boolean}),Timeline=defineComponent({name:"ElTimeline",props:timelineProps,setup(r4,{slots:x_}){const $P=useNamespace("timeline");provide(TIMELINE_INJECTION_KEY,{props:r4,slots:x_});const zP=computed(()=>[$P.b(),$P.is(r4.mode)]);return()=>{var eAe;const z9=flattedChildren(((eAe=x_.default)==null?void 0:eAe.call(x_))??[]);return h$d("ul",{class:zP.value},r4.reverse?z9.reverse():z9)}}}),timelineItemProps=buildProps$1({timestamp:{type:String,default:""},hideTimestamp:Boolean,center:Boolean,placement:{type:String,values:["top","bottom"],default:"bottom"},type:{type:String,values:["primary","success","warning","danger","info"],default:""},color:{type:String,default:""},size:{type:String,values:["normal","large"],default:"normal"},icon:{type:iconPropType},hollow:Boolean});var timeline_item_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTimelineItem",__name:"timeline-item",props:timelineItemProps,setup(r4){const x_=r4,{props:$P}=inject(TIMELINE_INJECTION_KEY),zP=useNamespace("timeline-item"),z9=computed(()=>[zP.e("node"),zP.em("node",x_.size||""),zP.em("node",x_.type||""),zP.is("hollow",x_.hollow)]),eAe=computed(()=>[zP.b(),{[zP.e("center")]:x_.center},zP.is($P.mode)]);return(tAe,AAe)=>(openBlock(),createElementBlock("li",{class:normalizeClass(eAe.value)},[createBaseVNode("div",{class:normalizeClass(unref(zP).e("tail"))},null,2),tAe.$slots.dot?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(z9.value),style:normalizeStyle$1({backgroundColor:r4.color})},[r4.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(zP).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.icon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],6)),tAe.$slots.dot?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(zP).e("dot"))},[renderSlot(tAe.$slots,"dot")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(zP).e("wrapper"))},[!r4.hideTimestamp&&r4.placement==="top"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(zP).e("timestamp"),unref(zP).is("top")])},toDisplayString(r4.timestamp),3)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(zP).e("content"))},[renderSlot(tAe.$slots,"default")],2),!r4.hideTimestamp&&r4.placement==="bottom"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(zP).e("timestamp"),unref(zP).is("bottom")])},toDisplayString(r4.timestamp),3)):createCommentVNode("v-if",!0)],2)],2))}}),timeline_item_default=timeline_item_vue_vue_type_script_setup_true_lang_default;const ElTimeline=withInstall(Timeline,{TimelineItem:timeline_item_default}),ElTimelineItem=withNoopInstall(timeline_item_default),LEFT_CHECK_CHANGE_EVENT="left-check-change",RIGHT_CHECK_CHANGE_EVENT="right-check-change",transferProps=buildProps$1({data:{type:definePropType(Array),default:()=>[]},titles:{type:definePropType(Array),default:()=>[]},buttonTexts:{type:definePropType(Array),default:()=>[]},filterPlaceholder:String,filterMethod:{type:definePropType(Function)},leftDefaultChecked:{type:definePropType(Array),default:()=>[]},rightDefaultChecked:{type:definePropType(Array),default:()=>[]},renderContent:{type:definePropType(Function)},modelValue:{type:definePropType(Array),default:()=>[]},format:{type:definePropType(Object),default:()=>({})},filterable:Boolean,props:{type:definePropType(Object),default:()=>mutable({label:"label",key:"key",disabled:"disabled"})},targetOrder:{type:String,values:["original","push","unshift"],default:"original"},validateEvent:{type:Boolean,default:!0}}),transferCheckedChangeFn=(r4,x_)=>[r4,x_].every(isArray$6)||isArray$6(r4)&&isNil(x_),transferEmits={[CHANGE_EVENT]:(r4,x_,$P)=>[r4,$P].every(isArray$6)&&["left","right"].includes(x_),[UPDATE_MODEL_EVENT]:r4=>isArray$6(r4),[LEFT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn,[RIGHT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn},usePropsAlias=r4=>{const x_={label:"label",key:"key",disabled:"disabled"};return computed(()=>({...x_,...r4.props}))},useCheckedChange=(r4,x_)=>({onSourceCheckedChange:(z9,eAe)=>{r4.leftChecked=z9,eAe&&x_(LEFT_CHECK_CHANGE_EVENT,z9,eAe)},onTargetCheckedChange:(z9,eAe)=>{r4.rightChecked=z9,eAe&&x_(RIGHT_CHECK_CHANGE_EVENT,z9,eAe)}}),useComputedData=r4=>{const x_=usePropsAlias(r4),$P=computed(()=>r4.data.reduce((zP,z9)=>(zP[z9[x_.value.key]]=z9,zP),{}));return{sourceData:computed(()=>r4.data.filter(zP=>!r4.modelValue.includes(zP[x_.value.key]))),targetData:computed(()=>r4.targetOrder==="original"?r4.data.filter(zP=>r4.modelValue.includes(zP[x_.value.key])):r4.modelValue.reduce((zP,z9)=>{const eAe=$P.value[z9];return eAe&&zP.push(eAe),zP},[]))}},useMove=(r4,x_,$P)=>{const zP=usePropsAlias(r4),z9=(AAe,iAe,nAe)=>{$P(UPDATE_MODEL_EVENT,AAe),$P(CHANGE_EVENT,AAe,iAe,nAe)};return{addToLeft:()=>{const AAe=r4.modelValue.slice();x_.rightChecked.forEach(iAe=>{const nAe=AAe.indexOf(iAe);nAe>-1&&AAe.splice(nAe,1)}),z9(AAe,"left",x_.rightChecked)},addToRight:()=>{let AAe=r4.modelValue.slice();const iAe=r4.data.filter(nAe=>{const oAe=nAe[zP.value.key];return x_.leftChecked.includes(oAe)&&!r4.modelValue.includes(oAe)}).map(nAe=>nAe[zP.value.key]);AAe=r4.targetOrder==="unshift"?iAe.concat(AAe):AAe.concat(iAe),r4.targetOrder==="original"&&(AAe=r4.data.filter(nAe=>AAe.includes(nAe[zP.value.key])).map(nAe=>nAe[zP.value.key])),z9(AAe,"right",x_.leftChecked)}}},CHECKED_CHANGE_EVENT="checked-change",transferPanelProps=buildProps$1({data:transferProps.data,optionRender:{type:definePropType(Function)},placeholder:String,title:String,filterable:Boolean,format:transferProps.format,filterMethod:transferProps.filterMethod,defaultChecked:transferProps.leftDefaultChecked,props:transferProps.props}),transferPanelEmits={[CHECKED_CHANGE_EVENT]:transferCheckedChangeFn},useCheck$1=(r4,x_,$P)=>{const zP=usePropsAlias(r4),z9=computed(()=>r4.data.filter(oAe=>isFunction$4(r4.filterMethod)?r4.filterMethod(x_.query,oAe):String(oAe[zP.value.label]||oAe[zP.value.key]).toLowerCase().includes(x_.query.toLowerCase()))),eAe=computed(()=>z9.value.filter(oAe=>!oAe[zP.value.disabled])),tAe=computed(()=>{const oAe=x_.checked.length,aAe=r4.data.length,{noChecked:cAe,hasChecked:uAe}=r4.format;return cAe&&uAe?oAe>0?uAe.replace(/\${checked}/g,oAe.toString()).replace(/\${total}/g,aAe.toString()):cAe.replace(/\${total}/g,aAe.toString()):`${oAe}/${aAe}`}),AAe=computed(()=>{const oAe=x_.checked.length;return oAe>0&&oAe{const oAe=eAe.value.map(aAe=>aAe[zP.value.key]);x_.allChecked=oAe.length>0&&oAe.every(aAe=>x_.checked.includes(aAe))},nAe=oAe=>{x_.checked=oAe?eAe.value.map(aAe=>aAe[zP.value.key]):[]};return watch(()=>x_.checked,(oAe,aAe)=>{iAe(),x_.checkChangeByUser?$P(CHECKED_CHANGE_EVENT,oAe,oAe.concat(aAe).filter(cAe=>!oAe.includes(cAe)||!aAe.includes(cAe))):($P(CHECKED_CHANGE_EVENT,oAe),x_.checkChangeByUser=!0)}),watch(eAe,()=>{iAe()}),watch(()=>r4.data,()=>{const oAe=[],aAe=z9.value.map(cAe=>cAe[zP.value.key]);x_.checked.forEach(cAe=>{aAe.includes(cAe)&&oAe.push(cAe)}),x_.checkChangeByUser=!1,x_.checked=oAe}),watch(()=>r4.defaultChecked,(oAe,aAe)=>{if(aAe&&oAe.length===aAe.length&&oAe.every(dAe=>aAe.includes(dAe)))return;const cAe=[],uAe=eAe.value.map(dAe=>dAe[zP.value.key]);oAe.forEach(dAe=>{uAe.includes(dAe)&&cAe.push(dAe)}),x_.checkChangeByUser=!1,x_.checked=cAe},{immediate:!0}),{filteredData:z9,checkableData:eAe,checkedSummary:tAe,isIndeterminate:AAe,updateAllChecked:iAe,handleAllCheckedChange:nAe}};var transfer_panel_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTransferPanel",__name:"transfer-panel",props:transferPanelProps,emits:transferPanelEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useSlots(),tAe=({option:DAe})=>DAe,{t:AAe}=useLocale(),iAe=useNamespace("transfer"),nAe=reactive({checked:[],allChecked:!1,query:"",checkChangeByUser:!0}),oAe=usePropsAlias(zP),{filteredData:aAe,checkedSummary:cAe,isIndeterminate:uAe,handleAllCheckedChange:dAe}=useCheck$1(zP,nAe,z9),EAe=computed(()=>!isEmpty(nAe.query)&&isEmpty(aAe.value)),gAe=computed(()=>!isEmpty(eAe.default()[0].children)),{checked:pAe,allChecked:mAe,query:SAe}=toRefs(nAe);return x_({query:SAe}),(DAe,NAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(iAe).b("panel"))},[createBaseVNode("p",{class:normalizeClass(unref(iAe).be("panel","header"))},[createVNode$1(unref(ElCheckbox),{modelValue:unref(mAe),"onUpdate:modelValue":NAe[0]||(NAe[0]=TAe=>isRef(mAe)?mAe.value=TAe:null),indeterminate:unref(uAe),"validate-event":!1,onChange:unref(dAe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(iAe).be("panel","header-title"))},toDisplayString(r4.title),3),createBaseVNode("span",{class:normalizeClass(unref(iAe).be("panel","header-count"))},toDisplayString(unref(cAe)),3)]),_:1},8,["modelValue","indeterminate","onChange"])],2),createBaseVNode("div",{class:normalizeClass([unref(iAe).be("panel","body"),unref(iAe).is("with-footer",gAe.value)])},[r4.filterable?(openBlock(),createBlock(unref(ElInput),{key:0,modelValue:unref(SAe),"onUpdate:modelValue":NAe[1]||(NAe[1]=TAe=>isRef(SAe)?SAe.value=TAe:null),class:normalizeClass(unref(iAe).be("panel","filter")),size:"default",placeholder:r4.placeholder,"prefix-icon":unref(search_default),clearable:"","validate-event":!1},null,8,["modelValue","class","placeholder","prefix-icon"])):createCommentVNode("v-if",!0),withDirectives(createVNode$1(unref(ElCheckboxGroup),{modelValue:unref(pAe),"onUpdate:modelValue":NAe[2]||(NAe[2]=TAe=>isRef(pAe)?pAe.value=TAe:null),"validate-event":!1,class:normalizeClass([unref(iAe).is("filterable",r4.filterable),unref(iAe).be("panel","list")])},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(unref(aAe),TAe=>(openBlock(),createBlock(unref(ElCheckbox),{key:TAe[unref(oAe).key],class:normalizeClass(unref(iAe).be("panel","item")),value:TAe[unref(oAe).key],disabled:TAe[unref(oAe).disabled],"validate-event":!1},{default:withCtx(()=>{var bAe;return[createVNode$1(tAe,{option:(bAe=r4.optionRender)==null?void 0:bAe.call(r4,TAe)},null,8,["option"])]}),_:2},1032,["class","value","disabled"]))),128))]),_:1},8,["modelValue","class"]),[[vShow,!EAe.value&&!unref(isEmpty)(r4.data)]]),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(iAe).be("panel","empty"))},[renderSlot(DAe.$slots,"empty",{},()=>[createTextVNode(toDisplayString(EAe.value?unref(AAe)("el.transfer.noMatch"):unref(AAe)("el.transfer.noData")),1)])],2),[[vShow,EAe.value||unref(isEmpty)(r4.data)]])],2),gAe.value?(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(iAe).be("panel","footer"))},[renderSlot(DAe.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}}),transfer_panel_default=transfer_panel_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$8K={key:0},_hoisted_2$i={key:0};var transfer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTransfer",__name:"transfer",props:transferProps,emits:transferEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useSlots(),{t:tAe}=useLocale(),AAe=useNamespace("transfer"),{formItem:iAe}=useFormItem(),nAe=reactive({leftChecked:[],rightChecked:[]}),oAe=usePropsAlias(zP),{sourceData:aAe,targetData:cAe}=useComputedData(zP),{onSourceCheckedChange:uAe,onTargetCheckedChange:dAe}=useCheckedChange(nAe,z9),{addToLeft:EAe,addToRight:gAe}=useMove(zP,nAe,z9),pAe=ref(),mAe=ref(),SAe=LAe=>{switch(LAe){case"left":pAe.value.query="";break;case"right":mAe.value.query="";break}},DAe=computed(()=>zP.buttonTexts.length===2),NAe=computed(()=>zP.titles[0]||tAe("el.transfer.titles.0")),TAe=computed(()=>zP.titles[1]||tAe("el.transfer.titles.1")),bAe=computed(()=>zP.filterPlaceholder||tAe("el.transfer.filterPlaceholder"));watch(()=>zP.modelValue,()=>{var LAe;zP.validateEvent&&((LAe=iAe==null?void 0:iAe.validate)==null||LAe.call(iAe,"change").catch(wAe=>debugWarn(wAe)))});const GAe=computed(()=>LAe=>{var OAe;if(zP.renderContent)return zP.renderContent(h$d,LAe);const wAe=(((OAe=eAe.default)==null?void 0:OAe.call(eAe,{option:LAe}))||[]).filter(PAe=>PAe.type!==Comment);return wAe.length?wAe:h$d("span",LAe[oAe.value.label]||LAe[oAe.value.key])});return x_({clearQuery:SAe,leftPanel:pAe,rightPanel:mAe}),(LAe,wAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(AAe).b())},[createVNode$1(transfer_panel_default,{ref_key:"leftPanel",ref:pAe,data:unref(aAe),"option-render":GAe.value,placeholder:bAe.value,title:NAe.value,filterable:r4.filterable,format:r4.format,"filter-method":r4.filterMethod,"default-checked":r4.leftDefaultChecked,props:zP.props,onCheckedChange:unref(uAe)},{empty:withCtx(()=>[renderSlot(LAe.$slots,"left-empty")]),default:withCtx(()=>[renderSlot(LAe.$slots,"left-footer")]),_:3},8,["data","option-render","placeholder","title","filterable","format","filter-method","default-checked","props","onCheckedChange"]),createBaseVNode("div",{class:normalizeClass(unref(AAe).e("buttons"))},[createVNode$1(unref(ElButton),{type:"primary",class:normalizeClass([unref(AAe).e("button"),unref(AAe).is("with-texts",DAe.value)]),disabled:unref(isEmpty)(nAe.rightChecked),onClick:unref(EAe)},{default:withCtx(()=>[createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_left_default))]),_:1}),unref(isUndefined)(r4.buttonTexts[0])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",_hoisted_1$8K,toDisplayString(r4.buttonTexts[0]),1))]),_:1},8,["class","disabled","onClick"]),createVNode$1(unref(ElButton),{type:"primary",class:normalizeClass([unref(AAe).e("button"),unref(AAe).is("with-texts",DAe.value)]),disabled:unref(isEmpty)(nAe.leftChecked),onClick:unref(gAe)},{default:withCtx(()=>[unref(isUndefined)(r4.buttonTexts[1])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",_hoisted_2$i,toDisplayString(r4.buttonTexts[1]),1)),createVNode$1(unref(ElIcon),null,{default:withCtx(()=>[createVNode$1(unref(arrow_right_default))]),_:1})]),_:1},8,["class","disabled","onClick"])],2),createVNode$1(transfer_panel_default,{ref_key:"rightPanel",ref:mAe,data:unref(cAe),"option-render":GAe.value,placeholder:bAe.value,filterable:r4.filterable,format:r4.format,"filter-method":r4.filterMethod,title:TAe.value,"default-checked":r4.rightDefaultChecked,props:zP.props,onCheckedChange:unref(dAe)},{empty:withCtx(()=>[renderSlot(LAe.$slots,"right-empty")]),default:withCtx(()=>[renderSlot(LAe.$slots,"right-footer")]),_:3},8,["data","option-render","placeholder","filterable","format","filter-method","title","default-checked","props","onCheckedChange"])],2))}}),transfer_default=transfer_vue_vue_type_script_setup_true_lang_default;withInstall(transfer_default);const ROOT_TREE_INJECTION_KEY$1="RootTree",NODE_INSTANCE_INJECTION_KEY="NodeInstance",TREE_NODE_MAP_INJECTION_KEY="TreeNodeMap",treeProps$1=buildProps$1({data:{type:definePropType(Array),default:()=>[]},emptyText:{type:String},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkOnClickLeaf:{type:Boolean,default:!0},checkDescendants:Boolean,autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:{type:Array},defaultExpandedKeys:{type:Array},currentNodeKey:{type:[String,Number]},renderContent:{type:definePropType(Function)},showCheckbox:Boolean,draggable:Boolean,allowDrag:{type:definePropType(Function)},allowDrop:{type:definePropType(Function)},props:{type:Object,default:()=>({children:"children",label:"label",disabled:"disabled"})},lazy:Boolean,highlightCurrent:Boolean,load:{type:Function},filterNodeMethod:{type:Function},accordion:Boolean,indent:{type:Number,default:18},icon:{type:iconPropType}}),treeEmits$1={"check-change":(r4,x_,$P)=>r4&&isBoolean(x_)&&isBoolean($P),"current-change":(r4,x_)=>!0,"node-click":(r4,x_,$P,zP)=>r4&&x_&&zP instanceof Event,"node-contextmenu":(r4,x_,$P,zP)=>r4 instanceof Event&&x_&&$P,"node-collapse":(r4,x_,$P)=>r4&&x_,"node-expand":(r4,x_,$P)=>r4&&x_,check:(r4,x_)=>r4&&x_,"node-drag-start":(r4,x_)=>r4&&x_,"node-drag-end":(r4,x_,$P,zP)=>r4&&zP,"node-drop":(r4,x_,$P,zP)=>r4&&x_&&zP,"node-drag-leave":(r4,x_,$P)=>r4&&x_&&$P,"node-drag-enter":(r4,x_,$P)=>r4&&x_&&$P,"node-drag-over":(r4,x_,$P)=>r4&&x_&&$P},NODE_KEY="$treeNodeId",markNodeData=function(r4,x_){!x_||x_[NODE_KEY]||Object.defineProperty(x_,NODE_KEY,{value:r4.id,enumerable:!1,configurable:!1,writable:!1})},getNodeKey=(r4,x_)=>x_==null?void 0:x_[r4||NODE_KEY],handleCurrentChange=(r4,x_,$P)=>{const zP=r4.value.currentNode;$P();const z9=r4.value.currentNode;zP!==z9&&x_("current-change",z9?z9.data:null,z9)},getChildState=r4=>{let x_=!0,$P=!0,zP=!0,z9=!0;for(let eAe=0,tAe=r4.length;eAe{$P.canFocus=x_,setCanFocus($P.childNodes,x_)})};let nodeIdSeed=0;var Node$1=class GAt{constructor(x_){this.isLeafByUser=void 0,this.isLeaf=void 0,this.isEffectivelyChecked=!1,this.id=nodeIdSeed++,this.text=null,this.checked=!1,this.indeterminate=!1,this.data=null,this.expanded=!1,this.parent=null,this.visible=!0,this.isCurrent=!1,this.canFocus=!1;for(const $P in x_)hasOwn$1(x_,$P)&&(this[$P]=x_[$P]);this.level=0,this.loaded=!1,this.childNodes=[],this.loading=!1,this.parent&&(this.level=this.parent.level+1)}initialize(){var eAe;const x_=this.store;if(!x_)throw new Error("[Node]store is required!");x_.registerNode(this);const $P=x_.props;if($P&&typeof $P.isLeaf<"u"){const tAe=getPropertyFromData(this,"isLeaf");isBoolean(tAe)&&(this.isLeafByUser=tAe)}if(x_.lazy!==!0&&this.data?(this.setData(this.data),x_.defaultExpandAll&&(this.expanded=!0,this.canFocus=!0)):this.level>0&&x_.lazy&&x_.defaultExpandAll&&!this.isLeafByUser&&this.expand(),isArray$6(this.data)||markNodeData(this,this.data),!this.data)return;const zP=x_.defaultExpandedKeys,z9=x_.key;z9&&!isNil(this.key)&&zP&&zP.includes(this.key)&&this.expand(null,x_.autoExpandParent),z9&&x_.currentNodeKey!==void 0&&this.key===x_.currentNodeKey&&(x_.currentNode&&(x_.currentNode.isCurrent=!1),x_.currentNode=this,x_.currentNode.isCurrent=!0),x_.lazy&&x_._initDefaultCheckedNode(this),this.updateLeafState(),(this.level===1||((eAe=this.parent)==null?void 0:eAe.expanded)===!0)&&(this.canFocus=!0)}setData(x_){isArray$6(x_)||markNodeData(this,x_),this.data=x_,this.childNodes=[];let $P;this.level===0&&isArray$6(this.data)?$P=this.data:$P=getPropertyFromData(this,"children")||[];for(let zP=0,z9=$P.length;zP-1)return x_.childNodes[$P+1]}return null}get previousSibling(){const x_=this.parent;if(x_){const $P=x_.childNodes.indexOf(this);if($P>-1)return $P>0?x_.childNodes[$P-1]:null}return null}contains(x_,$P=!0){return(this.childNodes||[]).some(zP=>zP===x_||$P&&zP.contains(x_))}remove(){const x_=this.parent;x_&&x_.removeChild(this)}insertChild(x_,$P,zP){if(!x_)throw new Error("InsertChild error: child is required.");if(!(x_ instanceof GAt)){if(!zP){const z9=this.getChildren(!0);z9!=null&&z9.includes(x_.data)||(isUndefined($P)||$P<0?z9==null||z9.push(x_.data):z9==null||z9.splice($P,0,x_.data))}Object.assign(x_,{parent:this,store:this.store}),x_=reactive(new GAt(x_)),x_ instanceof GAt&&x_.initialize()}x_.level=this.level+1,isUndefined($P)||$P<0?this.childNodes.push(x_):this.childNodes.splice($P,0,x_),this.updateLeafState()}insertBefore(x_,$P){let zP;$P&&(zP=this.childNodes.indexOf($P)),this.insertChild(x_,zP)}insertAfter(x_,$P){let zP;$P&&(zP=this.childNodes.indexOf($P),zP!==-1&&(zP+=1)),this.insertChild(x_,zP)}removeChild(x_){const $P=this.getChildren()||[],zP=$P.indexOf(x_.data);zP>-1&&$P.splice(zP,1);const z9=this.childNodes.indexOf(x_);z9>-1&&(this.store&&this.store.deregisterNode(x_),x_.parent=null,this.childNodes.splice(z9,1)),this.updateLeafState()}removeChildByData(x_){const $P=this.childNodes.find(zP=>zP.data===x_);$P&&this.removeChild($P)}expand(x_,$P){const zP=()=>{if($P){let z9=this.parent;for(;z9&&z9.level>0;)z9.expanded=!0,z9=z9.parent}this.expanded=!0,x_&&x_(),setCanFocus(this.childNodes,!0)};this.shouldLoadData()?this.loadData(z9=>{isArray$6(z9)&&(this.checked?this.setChecked(!0,!0):this.store.checkStrictly||reInitChecked(this),zP())}):zP()}doCreateChildren(x_,$P={}){x_.forEach(zP=>{this.insertChild(Object.assign({data:zP},$P),void 0,!0)})}collapse(){this.expanded=!1,setCanFocus(this.childNodes,!1)}shouldLoadData(){return!!(this.store.lazy===!0&&this.store.load&&!this.loaded)}updateLeafState(){if(this.store.lazy===!0&&this.loaded!==!0&&typeof this.isLeafByUser<"u"){this.isLeaf=this.isLeafByUser,this.isEffectivelyChecked=this.isLeaf&&this.disabled;return}const x_=this.childNodes;if(!this.store.lazy||this.store.lazy===!0&&this.loaded===!0){this.isLeaf=!x_||x_.length===0,this.isEffectivelyChecked=this.isLeaf&&this.disabled;return}this.isLeaf=!1}setChecked(x_,$P,zP,z9){if(this.indeterminate=x_==="half",this.checked=x_===!0,this.isEffectivelyChecked=!this.childNodes.length&&(this.disabled||this.checked),this.store.checkStrictly)return;if(!(this.shouldLoadData()&&!this.store.checkDescendants)){const tAe=()=>{if($P){const AAe=this.childNodes;for(let aAe=0,cAe=AAe.length;aAe{tAe(),reInitChecked(this)},{checked:x_!==!1});return}else tAe()}const eAe=this.parent;!eAe||eAe.level===0||zP||reInitChecked(eAe)}getChildren(x_=!1){if(this.level===0)return this.data;const $P=this.data;if(!$P)return null;const zP=this.store.props;let z9="children";return zP&&(z9=zP.children||"children"),isUndefined($P[z9])&&($P[z9]=null),x_&&!$P[z9]&&($P[z9]=[]),$P[z9]}updateChildren(){const x_=this.getChildren()||[],$P=this.childNodes.map(eAe=>eAe.data),zP={},z9=[];x_.forEach((eAe,tAe)=>{const AAe=eAe[NODE_KEY];AAe&&$P.some(iAe=>(iAe==null?void 0:iAe[NODE_KEY])===AAe)?zP[AAe]={index:tAe,data:eAe}:z9.push({index:tAe,data:eAe})}),this.store.lazy||$P.forEach(eAe=>{zP[eAe==null?void 0:eAe[NODE_KEY]]||this.removeChildByData(eAe)}),z9.forEach(({index:eAe,data:tAe})=>{this.insertChild({data:tAe},eAe)}),this.updateLeafState()}loadData(x_,$P={}){if(this.store.lazy===!0&&this.store.load&&!this.loaded&&(!this.loading||Object.keys($P).length)){this.loading=!0;const zP=eAe=>{this.childNodes=[],this.doCreateChildren(eAe,$P),this.loaded=!0,this.loading=!1,this.updateLeafState(),x_&&x_.call(this,eAe)},z9=()=>{this.loading=!1};this.store.load(this,zP,z9)}else x_&&x_.call(this)}eachNode(x_){const $P=[this];for(;$P.length;){const zP=$P.shift();$P.unshift(...zP.childNodes),x_(zP)}}reInitChecked(){this.store.checkStrictly||reInitChecked(this)}},TreeStore=class{constructor(r4){this.lazy=!1,this.checkStrictly=!1,this.autoExpandParent=!1,this.defaultExpandAll=!1,this.checkDescendants=!1,this.currentNode=null,this.currentNodeKey=null;for(const x_ in r4)hasOwn$1(r4,x_)&&(this[x_]=r4[x_]);this.nodesMap={}}initialize(){if(this.root=new Node$1({data:this.data,store:this}),this.root.initialize(),this.lazy&&this.load){const r4=this.load;r4(this.root,x_=>{this.root.doCreateChildren(x_),this._initDefaultCheckedNodes()},NOOP)}else this._initDefaultCheckedNodes()}filter(r4){const x_=this.filterNodeMethod,$P=this.lazy,zP=async function(z9){const eAe=z9.root?z9.root.childNodes:z9.childNodes;for(const[tAe,AAe]of eAe.entries())AAe.visible=!!(x_!=null&&x_.call(AAe,r4,AAe.data,AAe)),tAe%80===0&&tAe>0&&await nextTick(),await zP(AAe);if(!z9.visible&&eAe.length){let tAe=!0;tAe=!eAe.some(AAe=>AAe.visible),z9.root?z9.root.visible=tAe===!1:z9.visible=tAe===!1}r4&&z9.visible&&!z9.isLeaf&&(!$P||z9.loaded)&&z9.expand()};zP(this)}setData(r4){r4!==this.root.data?(this.nodesMap={},this.root.setData(r4),this._initDefaultCheckedNodes(),this.setCurrentNodeKey(this.currentNodeKey)):this.root.updateChildren()}getNode(r4){if(r4 instanceof Node$1)return r4;const x_=isObject$9(r4)?getNodeKey(this.key,r4):r4;return this.nodesMap[x_]||null}insertBefore(r4,x_){var zP;const $P=this.getNode(x_);(zP=$P.parent)==null||zP.insertBefore({data:r4},$P)}insertAfter(r4,x_){var zP;const $P=this.getNode(x_);(zP=$P.parent)==null||zP.insertAfter({data:r4},$P)}remove(r4){const x_=this.getNode(r4);x_&&x_.parent&&(x_===this.currentNode&&(this.currentNode=null),x_.parent.removeChild(x_))}append(r4,x_){const $P=isPropAbsent(x_)?this.root:this.getNode(x_);$P&&$P.insertChild({data:r4})}_initDefaultCheckedNodes(){const r4=this.defaultCheckedKeys||[],x_=this.nodesMap;r4.forEach($P=>{const zP=x_[$P];zP&&zP.setChecked(!0,!this.checkStrictly)})}_initDefaultCheckedNode(r4){const x_=this.defaultCheckedKeys||[];!isNil(r4.key)&&x_.includes(r4.key)&&r4.setChecked(!0,!this.checkStrictly)}setDefaultCheckedKey(r4){r4!==this.defaultCheckedKeys&&(this.defaultCheckedKeys=r4,this._initDefaultCheckedNodes())}registerNode(r4){const x_=this.key;if(!(!r4||!r4.data))if(!x_)this.nodesMap[r4.id]=r4;else{const $P=r4.key;isNil($P)||(this.nodesMap[$P]=r4)}}deregisterNode(r4){!this.key||!r4||!r4.data||(r4.childNodes.forEach(x_=>{this.deregisterNode(x_)}),delete this.nodesMap[r4.key])}getCheckedNodes(r4=!1,x_=!1){const $P=[],zP=function(z9){(z9.root?z9.root.childNodes:z9.childNodes).forEach(eAe=>{(eAe.checked||x_&&eAe.indeterminate)&&(!r4||r4&&eAe.isLeaf)&&$P.push(eAe.data),zP(eAe)})};return zP(this),$P}getCheckedKeys(r4=!1){return this.getCheckedNodes(r4).map(x_=>(x_||{})[this.key])}getHalfCheckedNodes(){const r4=[],x_=function($P){($P.root?$P.root.childNodes:$P.childNodes).forEach(zP=>{zP.indeterminate&&r4.push(zP.data),x_(zP)})};return x_(this),r4}getHalfCheckedKeys(){return this.getHalfCheckedNodes().map(r4=>(r4||{})[this.key])}_getAllNodes(){const r4=[],x_=this.nodesMap;for(const $P in x_)hasOwn$1(x_,$P)&&r4.push(x_[$P]);return r4}updateChildren(r4,x_){const $P=this.nodesMap[r4];if(!$P)return;const zP=$P.childNodes;for(let z9=zP.length-1;z9>=0;z9--){const eAe=zP[z9];this.remove(eAe.data)}for(let z9=0,eAe=x_.length;z9AAe.level-iAe.level),z9=Object.create(null),eAe=Object.keys($P);zP.forEach(AAe=>AAe.setChecked(!1,!1));const tAe=AAe=>{AAe.childNodes.forEach(iAe=>{var nAe;z9[iAe.data[r4]]=!0,(nAe=iAe.childNodes)!=null&&nAe.length&&tAe(iAe)})};for(let AAe=0,iAe=zP.length;AAe{uAe.isLeaf||uAe.setChecked(!1,!1,!0),aAe(uAe)}),cAe.reInitChecked()};aAe(nAe)}}}setCheckedNodes(r4,x_=!1){const $P=this.key,zP={};r4.forEach(z9=>{zP[(z9||{})[$P]]=!0}),this._setCheckedKeys($P,x_,zP)}setCheckedKeys(r4,x_=!1){this.defaultCheckedKeys=r4;const $P=this.key,zP={};r4.forEach(z9=>{zP[z9]=!0}),this._setCheckedKeys($P,x_,zP)}setDefaultExpandedKeys(r4){r4=r4||[],this.defaultExpandedKeys=r4,r4.forEach(x_=>{const $P=this.getNode(x_);$P&&$P.expand(null,this.autoExpandParent)})}setChecked(r4,x_,$P){const zP=this.getNode(r4);zP&&zP.setChecked(!!x_,$P)}getCurrentNode(){return this.currentNode}setCurrentNode(r4){const x_=this.currentNode;x_&&(x_.isCurrent=!1),this.currentNode=r4,this.currentNode.isCurrent=!0}setUserCurrentNode(r4,x_=!0){var z9;const $P=r4[this.key],zP=this.nodesMap[$P];this.setCurrentNode(zP),x_&&this.currentNode&&this.currentNode.level>1&&((z9=this.currentNode.parent)==null||z9.expand(null,!0))}setCurrentNodeKey(r4,x_=!0){var zP;if(this.currentNodeKey=r4,isPropAbsent(r4)){this.currentNode&&(this.currentNode.isCurrent=!1),this.currentNode=null;return}const $P=this.getNode(r4);$P&&(this.setCurrentNode($P),x_&&this.currentNode&&this.currentNode.level>1&&((zP=this.currentNode.parent)==null||zP.expand(null,!0)))}};function useNodeExpandEventBroadcast(r4){const x_=inject(TREE_NODE_MAP_INJECTION_KEY,null);let $P={treeNodeExpand:zP=>{var z9;r4.node!==zP&&((z9=r4.node)==null||z9.collapse())},children:new Set};return x_&&x_.children.add($P),onBeforeUnmount(()=>{x_&&x_.children.delete($P),$P=null}),provide(TREE_NODE_MAP_INJECTION_KEY,$P),{broadcastExpanded:zP=>{if(r4.accordion)for(const z9 of $P.children)z9.treeNodeExpand(zP)}}}const dragEventsKey=Symbol("dragEvents");function useDragNodeHandler({props:r4,ctx:x_,el$:$P,dropIndicator$:zP,store:z9}){const eAe=useNamespace("tree"),tAe=ref({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null});return provide(dragEventsKey,{treeNodeDragStart:({event:oAe,treeNode:aAe})=>{if(oAe.dataTransfer){if(isFunction$4(r4.allowDrag)&&!r4.allowDrag(aAe.node))return oAe.preventDefault(),!1;oAe.dataTransfer.effectAllowed="move";try{oAe.dataTransfer.setData("text/plain","")}catch{}tAe.value.draggingNode=aAe,x_.emit("node-drag-start",aAe.node,oAe)}},treeNodeDragOver:({event:oAe,treeNode:aAe})=>{if(!oAe.dataTransfer)return;const cAe=aAe,uAe=tAe.value.dropNode;uAe&&uAe.node.id!==cAe.node.id&&removeClass(uAe.$el,eAe.is("drop-inner"));const dAe=tAe.value.draggingNode;if(!dAe||!cAe)return;let EAe=!0,gAe=!0,pAe=!0,mAe=!0;isFunction$4(r4.allowDrop)&&(EAe=r4.allowDrop(dAe.node,cAe.node,"prev"),mAe=gAe=r4.allowDrop(dAe.node,cAe.node,"inner"),pAe=r4.allowDrop(dAe.node,cAe.node,"next")),oAe.dataTransfer.dropEffect=gAe||EAe||pAe?"move":"none",(EAe||gAe||pAe)&&(uAe==null?void 0:uAe.node.id)!==cAe.node.id&&(uAe&&x_.emit("node-drag-leave",dAe.node,uAe.node,oAe),x_.emit("node-drag-enter",dAe.node,cAe.node,oAe)),EAe||gAe||pAe?tAe.value.dropNode=cAe:tAe.value.dropNode=null,cAe.node.nextSibling===dAe.node&&(pAe=!1),cAe.node.previousSibling===dAe.node&&(EAe=!1),cAe.node.contains(dAe.node,!1)&&(gAe=!1),(dAe.node===cAe.node||dAe.node.contains(cAe.node))&&(EAe=!1,gAe=!1,pAe=!1);const SAe=cAe.$el,DAe=SAe.querySelector(`.${eAe.be("node","content")}`).getBoundingClientRect(),NAe=$P.value.getBoundingClientRect(),TAe=$P.value.scrollTop;let bAe;const GAe=EAe?gAe?.25:pAe?.45:1:Number.NEGATIVE_INFINITY,LAe=pAe?gAe?.75:EAe?.55:0:Number.POSITIVE_INFINITY;let wAe=-9999;const OAe=oAe.clientY-DAe.top;OAeDAe.height*LAe?bAe="after":gAe?bAe="inner":bAe="none";const PAe=SAe.querySelector(`.${eAe.be("node","expand-icon")}`).getBoundingClientRect(),HAe=zP.value;bAe==="before"?wAe=PAe.top-NAe.top+TAe:bAe==="after"&&(wAe=PAe.bottom-NAe.top+TAe),HAe.style.top=`${wAe}px`,HAe.style.left=`${PAe.right-NAe.left}px`,bAe==="inner"?addClass(SAe,eAe.is("drop-inner")):removeClass(SAe,eAe.is("drop-inner")),tAe.value.showDropIndicator=bAe==="before"||bAe==="after",tAe.value.allowDrop=tAe.value.showDropIndicator||mAe,tAe.value.dropType=bAe,x_.emit("node-drag-over",dAe.node,cAe.node,oAe)},treeNodeDragEnd:oAe=>{var dAe,EAe;const{draggingNode:aAe,dropType:cAe,dropNode:uAe}=tAe.value;if(oAe.preventDefault(),oAe.dataTransfer&&(oAe.dataTransfer.dropEffect="move"),aAe!=null&&aAe.node.data&&uAe){const gAe={data:aAe.node.data};cAe!=="none"&&aAe.node.remove(),cAe==="before"?(dAe=uAe.node.parent)==null||dAe.insertBefore(gAe,uAe.node):cAe==="after"?(EAe=uAe.node.parent)==null||EAe.insertAfter(gAe,uAe.node):cAe==="inner"&&uAe.node.insertChild(gAe),cAe!=="none"&&(z9.value.registerNode(gAe),z9.value.key&&aAe.node.eachNode(pAe=>{var mAe;(mAe=z9.value.nodesMap[pAe.data[z9.value.key]])==null||mAe.setChecked(pAe.checked,!z9.value.checkStrictly)})),removeClass(uAe.$el,eAe.is("drop-inner")),x_.emit("node-drag-end",aAe.node,uAe.node,cAe,oAe),cAe!=="none"&&x_.emit("node-drop",aAe.node,uAe.node,cAe,oAe)}aAe&&!uAe&&x_.emit("node-drag-end",aAe.node,null,cAe,oAe),tAe.value.showDropIndicator=!1,tAe.value.draggingNode=null,tAe.value.dropNode=null,tAe.value.allowDrop=!0}}),{dragState:tAe}}var tree_node_content_vue_vue_type_script_lang_default=defineComponent({name:"ElTreeNodeContent",props:{node:{type:Object,required:!0},renderContent:Function},setup(r4){const x_=useNamespace("tree"),$P=inject(NODE_INSTANCE_INJECTION_KEY),zP=inject(ROOT_TREE_INJECTION_KEY$1);return()=>{const z9=r4.node,{data:eAe,store:tAe}=z9;return r4.renderContent?r4.renderContent(h$d,{_self:$P,node:z9,data:eAe,store:tAe}):renderSlot(zP.ctx.slots,"default",{node:z9,data:eAe},()=>[h$d(ElText,{tag:"span",truncated:!0,class:x_.be("node","label")},()=>[z9.label])])}}}),tree_node_content_default$1=tree_node_content_vue_vue_type_script_lang_default,tree_node_vue_vue_type_script_lang_default=defineComponent({name:"ElTreeNode",components:{ElCollapseTransition,ElCheckbox,NodeContent:tree_node_content_default$1,ElIcon,Loading:loading_default},props:{node:{type:Node$1,default:()=>({})},props:{type:Object,default:()=>({})},accordion:Boolean,renderContent:Function,renderAfterExpand:Boolean,showCheckbox:Boolean},emits:["node-expand"],setup(r4,x_){const $P=useNamespace("tree"),{broadcastExpanded:zP}=useNodeExpandEventBroadcast(r4),z9=inject(ROOT_TREE_INJECTION_KEY$1),eAe=ref(!1),tAe=ref(!1),AAe=ref(),iAe=ref(),nAe=ref(),oAe=inject(dragEventsKey),aAe=getCurrentInstance();provide(NODE_INSTANCE_INJECTION_KEY,aAe),z9||debugWarn("Tree","Can not find node's tree."),r4.node.expanded&&(eAe.value=!0,tAe.value=!0);const cAe=z9.props.props.children||"children";watch(()=>{var wAe;const LAe=(wAe=r4.node.data)==null?void 0:wAe[cAe];return LAe&&[...LAe]},()=>{r4.node.updateChildren()}),watch(()=>r4.node.indeterminate,LAe=>{EAe(r4.node.checked,LAe)}),watch(()=>r4.node.checked,LAe=>{EAe(LAe,r4.node.indeterminate)}),watch(()=>r4.node.childNodes.length,()=>r4.node.reInitChecked()),watch(()=>r4.node.expanded,LAe=>{nextTick(()=>eAe.value=LAe),LAe&&(tAe.value=!0)});const uAe=LAe=>z9.props.nodeKey?getNodeKey(z9.props.nodeKey,LAe.data):LAe.id,dAe=LAe=>{const wAe=r4.props.class;if(!wAe)return{};let OAe;if(isFunction$4(wAe)){const{data:PAe}=LAe;OAe=wAe(PAe,LAe)}else OAe=wAe;return isString$2(OAe)?{[OAe]:!0}:OAe},EAe=(LAe,wAe)=>{(AAe.value!==LAe||iAe.value!==wAe)&&z9.ctx.emit("check-change",r4.node.data,LAe,wAe),AAe.value=LAe,iAe.value=wAe},gAe=LAe=>{handleCurrentChange(z9.store,z9.ctx.emit,()=>{var wAe;if((wAe=z9==null?void 0:z9.props)!=null&&wAe.nodeKey){const OAe=uAe(r4.node);z9.store.value.setCurrentNodeKey(OAe)}else z9.store.value.setCurrentNode(r4.node)}),z9.currentNode.value=r4.node,z9.props.expandOnClickNode&&mAe(),(z9.props.checkOnClickNode||r4.node.isLeaf&&z9.props.checkOnClickLeaf&&r4.showCheckbox)&&!r4.node.disabled&&SAe(!r4.node.checked),z9.ctx.emit("node-click",r4.node.data,r4.node,aAe,LAe)},pAe=LAe=>{var wAe;(wAe=z9.instance.vnode.props)!=null&&wAe.onNodeContextmenu&&(LAe.stopPropagation(),LAe.preventDefault()),z9.ctx.emit("node-contextmenu",LAe,r4.node.data,r4.node,aAe)},mAe=()=>{r4.node.isLeaf||(eAe.value?(z9.ctx.emit("node-collapse",r4.node.data,r4.node,aAe),r4.node.collapse()):r4.node.expand(()=>{x_.emit("node-expand",r4.node.data,r4.node,aAe)}))},SAe=LAe=>{const wAe=z9==null?void 0:z9.props.checkStrictly,OAe=r4.node.childNodes;!wAe&&OAe.length&&(LAe=OAe.some(PAe=>!PAe.isEffectivelyChecked)),r4.node.setChecked(LAe,!wAe),nextTick(()=>{const PAe=z9.store.value;z9.ctx.emit("check",r4.node.data,{checkedNodes:PAe.getCheckedNodes(),checkedKeys:PAe.getCheckedKeys(),halfCheckedNodes:PAe.getHalfCheckedNodes(),halfCheckedKeys:PAe.getHalfCheckedKeys()})})};return{ns:$P,node$:nAe,tree:z9,expanded:eAe,childNodeRendered:tAe,oldChecked:AAe,oldIndeterminate:iAe,getNodeKey:uAe,getNodeClass:dAe,handleSelectChange:EAe,handleClick:gAe,handleContextMenu:pAe,handleExpandIconClick:mAe,handleCheckChange:SAe,handleChildNodeExpand:(LAe,wAe,OAe)=>{zP(wAe),z9.ctx.emit("node-expand",LAe,wAe,OAe)},handleDragStart:LAe=>{z9.props.draggable&&oAe.treeNodeDragStart({event:LAe,treeNode:r4})},handleDragOver:LAe=>{LAe.preventDefault(),z9.props.draggable&&oAe.treeNodeDragOver({event:LAe,treeNode:{$el:nAe.value,node:r4.node}})},handleDrop:LAe=>{LAe.preventDefault()},handleDragEnd:LAe=>{z9.props.draggable&&oAe.treeNodeDragEnd(LAe)},CaretRight:caret_right_default}}});const _hoisted_1$8J=["aria-expanded","aria-disabled","aria-checked","draggable","data-key"],_hoisted_2$h=["aria-expanded"];function _sfc_render$c(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-icon"),AAe=resolveComponent("el-checkbox"),iAe=resolveComponent("loading"),nAe=resolveComponent("node-content"),oAe=resolveComponent("el-tree-node"),aAe=resolveComponent("el-collapse-transition");return withDirectives((openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([r4.ns.b("node"),r4.ns.is("expanded",r4.expanded),r4.ns.is("current",r4.node.isCurrent),r4.ns.is("hidden",!r4.node.visible),r4.ns.is("focusable",!r4.node.disabled),r4.ns.is("checked",!r4.node.disabled&&r4.node.checked),r4.getNodeClass(r4.node)]),role:"treeitem",tabindex:"-1","aria-expanded":r4.expanded,"aria-disabled":r4.node.disabled,"aria-checked":r4.node.checked,draggable:r4.tree.props.draggable,"data-key":r4.getNodeKey(r4.node),onClick:x_[2]||(x_[2]=withModifiers((...cAe)=>r4.handleClick&&r4.handleClick(...cAe),["stop"])),onContextmenu:x_[3]||(x_[3]=(...cAe)=>r4.handleContextMenu&&r4.handleContextMenu(...cAe)),onDragstart:x_[4]||(x_[4]=withModifiers((...cAe)=>r4.handleDragStart&&r4.handleDragStart(...cAe),["stop"])),onDragover:x_[5]||(x_[5]=withModifiers((...cAe)=>r4.handleDragOver&&r4.handleDragOver(...cAe),["stop"])),onDragend:x_[6]||(x_[6]=withModifiers((...cAe)=>r4.handleDragEnd&&r4.handleDragEnd(...cAe),["stop"])),onDrop:x_[7]||(x_[7]=withModifiers((...cAe)=>r4.handleDrop&&r4.handleDrop(...cAe),["stop"]))},[createBaseVNode("div",{class:normalizeClass(r4.ns.be("node","content")),style:normalizeStyle$1({paddingLeft:(r4.node.level-1)*r4.tree.props.indent+"px"})},[r4.tree.props.icon||r4.CaretRight?(openBlock(),createBlock(tAe,{key:0,class:normalizeClass([r4.ns.be("node","expand-icon"),r4.ns.is("leaf",r4.node.isLeaf),{expanded:!r4.node.isLeaf&&r4.expanded}]),onClick:withModifiers(r4.handleExpandIconClick,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.tree.props.icon||r4.CaretRight)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),r4.showCheckbox?(openBlock(),createBlock(AAe,{key:1,"model-value":r4.node.checked,indeterminate:r4.node.indeterminate,disabled:!!r4.node.disabled,onClick:x_[0]||(x_[0]=withModifiers(()=>{},["stop"])),onChange:r4.handleCheckChange},null,8,["model-value","indeterminate","disabled","onChange"])):createCommentVNode("v-if",!0),r4.node.loading?(openBlock(),createBlock(tAe,{key:2,class:normalizeClass([r4.ns.be("node","loading-icon"),r4.ns.is("loading")])},{default:withCtx(()=>[createVNode$1(iAe)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode$1(nAe,{node:r4.node,"render-content":r4.renderContent},null,8,["node","render-content"])],6),createVNode$1(aAe,null,{default:withCtx(()=>[!r4.renderAfterExpand||r4.childNodeRendered?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(r4.ns.be("node","children")),role:"group","aria-expanded":r4.expanded,onClick:x_[1]||(x_[1]=withModifiers(()=>{},["stop"]))},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.node.childNodes,cAe=>(openBlock(),createBlock(oAe,{key:r4.getNodeKey(cAe),"render-content":r4.renderContent,"render-after-expand":r4.renderAfterExpand,"show-checkbox":r4.showCheckbox,node:cAe,accordion:r4.accordion,props:r4.props,onNodeExpand:r4.handleChildNodeExpand},null,8,["render-content","render-after-expand","show-checkbox","node","accordion","props","onNodeExpand"]))),128))],10,_hoisted_2$h)),[[vShow,r4.expanded]]):createCommentVNode("v-if",!0)]),_:1})],42,_hoisted_1$8J)),[[vShow,r4.node.visible]])}var tree_node_default$1=_plugin_vue_export_helper_default(tree_node_vue_vue_type_script_lang_default,[["render",_sfc_render$c]]);function useKeydown({el$:r4},x_){const $P=useNamespace("tree");onMounted(()=>{eAe()}),onUpdated(()=>{var tAe;(tAe=r4.value)==null||tAe.querySelectorAll("input[type=checkbox]").forEach(AAe=>{AAe.setAttribute("tabindex","-1")})});function zP(tAe,AAe){var nAe,oAe;const iAe=x_.value.getNode(tAe[AAe].dataset.key);return iAe.canFocus&&iAe.visible&&(((nAe=iAe.parent)==null?void 0:nAe.expanded)||((oAe=iAe.parent)==null?void 0:oAe.level)===0)}useEventListener$1(r4,"keydown",tAe=>{const AAe=tAe.target;if(!AAe.className.includes($P.b("node")))return;const iAe=getEventCode(tAe),nAe=Array.from(r4.value.querySelectorAll(`.${$P.is("focusable")}[role=treeitem]`)),oAe=nAe.indexOf(AAe);let aAe;if([EVENT_CODE.up,EVENT_CODE.down].includes(iAe)){if(tAe.preventDefault(),iAe===EVENT_CODE.up){aAe=oAe===-1?0:oAe!==0?oAe-1:nAe.length-1;const uAe=aAe;for(;!zP(nAe,aAe);){if(aAe--,aAe===uAe){aAe=-1;break}aAe<0&&(aAe=nAe.length-1)}}else{aAe=oAe===-1?0:oAe=nAe.length&&(aAe=0)}}aAe!==-1&&nAe[aAe].focus()}[EVENT_CODE.left,EVENT_CODE.right].includes(iAe)&&(tAe.preventDefault(),AAe.click());const cAe=AAe.querySelector('[type="checkbox"]');[EVENT_CODE.enter,EVENT_CODE.numpadEnter,EVENT_CODE.space].includes(iAe)&&cAe&&(tAe.preventDefault(),cAe.click())});const eAe=()=>{var iAe;if(!r4.value)return;const tAe=Array.from(r4.value.querySelectorAll(`.${$P.is("focusable")}[role=treeitem]`));Array.from(r4.value.querySelectorAll("input[type=checkbox]")).forEach(nAe=>{nAe.setAttribute("tabindex","-1")});const AAe=r4.value.querySelectorAll(`.${$P.is("checked")}[role=treeitem]`);if(AAe.length){AAe[0].setAttribute("tabindex","0");return}(iAe=tAe[0])==null||iAe.setAttribute("tabindex","0")}}var tree_vue_vue_type_script_lang_default=defineComponent({name:"ElTree",components:{ElTreeNode:tree_node_default$1},props:treeProps$1,emits:treeEmits$1,setup(r4,x_){const{t:$P}=useLocale(),zP=useNamespace("tree"),z9=ref(new TreeStore({key:r4.nodeKey,data:r4.data,lazy:r4.lazy,props:r4.props,load:r4.load,currentNodeKey:r4.currentNodeKey,checkStrictly:r4.checkStrictly,checkDescendants:r4.checkDescendants,defaultCheckedKeys:r4.defaultCheckedKeys,defaultExpandedKeys:r4.defaultExpandedKeys,autoExpandParent:r4.autoExpandParent,defaultExpandAll:r4.defaultExpandAll,filterNodeMethod:r4.filterNodeMethod}));z9.value.initialize();const eAe=ref(z9.value.root),tAe=ref(null),AAe=ref(null),iAe=ref(null),{broadcastExpanded:nAe}=useNodeExpandEventBroadcast(r4),{dragState:oAe}=useDragNodeHandler({props:r4,ctx:x_,el$:AAe,dropIndicator$:iAe,store:z9});useKeydown({el$:AAe},z9);const aAe=getCurrentInstance(),cAe=computed(()=>{let EIe=aAe==null?void 0:aAe.parent;for(;EIe;){if(EIe.type.name==="ElTreeSelect")return!0;EIe=EIe.parent}return!1}),uAe=computed(()=>{const{childNodes:EIe}=eAe.value;return(!EIe||EIe.length===0||EIe.every(({visible:hIe})=>!hIe))&&!cAe.value});watch(()=>r4.currentNodeKey,EIe=>{z9.value.setCurrentNodeKey(EIe??null)}),watch(()=>r4.defaultCheckedKeys,(EIe,hIe)=>{isEqual$1(EIe,hIe)||z9.value.setDefaultCheckedKey(EIe??[])}),watch(()=>r4.defaultExpandedKeys,EIe=>{z9.value.setDefaultExpandedKeys(EIe??[])}),watch(()=>r4.data,EIe=>{z9.value.setData(EIe)},{deep:!0}),watch(()=>r4.checkStrictly,EIe=>{z9.value.checkStrictly=EIe});const dAe=EIe=>{if(!r4.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");z9.value.filter(EIe)},EAe=EIe=>r4.nodeKey?getNodeKey(r4.nodeKey,EIe.data):EIe.id,gAe=EIe=>{if(!r4.nodeKey)throw new Error(`[Tree] nodeKey is required in ${EIe}`)},pAe=EIe=>{gAe("getNodePath");const hIe=z9.value.getNode(EIe);if(!hIe)return[];const tIe=[hIe.data];let gIe=hIe.parent;for(;gIe&&gIe!==eAe.value;)tIe.push(gIe.data),gIe=gIe.parent;return tIe.reverse()},mAe=(EIe,hIe)=>z9.value.getCheckedNodes(EIe,hIe),SAe=EIe=>z9.value.getCheckedKeys(EIe),DAe=()=>{const EIe=z9.value.getCurrentNode();return EIe?EIe.data:null},NAe=()=>{gAe("getCurrentKey");const EIe=DAe();return EIe?EIe[r4.nodeKey]:null},TAe=(EIe,hIe)=>{gAe("setCheckedNodes"),z9.value.setCheckedNodes(EIe,hIe)},bAe=(EIe,hIe)=>{gAe("setCheckedKeys"),z9.value.setCheckedKeys(EIe,hIe)},GAe=(EIe,hIe,tIe)=>{z9.value.setChecked(EIe,hIe,tIe)},LAe=()=>z9.value.getHalfCheckedNodes(),wAe=()=>z9.value.getHalfCheckedKeys(),OAe=(EIe,hIe=!0)=>{gAe("setCurrentNode"),handleCurrentChange(z9,x_.emit,()=>{nAe(EIe),z9.value.setUserCurrentNode(EIe,hIe)})},PAe=(EIe=null,hIe=!0)=>{gAe("setCurrentKey"),handleCurrentChange(z9,x_.emit,()=>{nAe(),z9.value.setCurrentNodeKey(EIe,hIe)})},HAe=EIe=>z9.value.getNode(EIe),zAe=EIe=>{z9.value.remove(EIe)},eIe=(EIe,hIe)=>{z9.value.append(EIe,hIe)},iIe=(EIe,hIe)=>{z9.value.insertBefore(EIe,hIe)},rIe=(EIe,hIe)=>{z9.value.insertAfter(EIe,hIe)},AIe=(EIe,hIe,tIe)=>{nAe(hIe),x_.emit("node-expand",EIe,hIe,tIe)},XAe=(EIe,hIe)=>{gAe("updateKeyChildren"),z9.value.updateChildren(EIe,hIe)};return provide(ROOT_TREE_INJECTION_KEY$1,{ctx:x_,props:r4,store:z9,root:eAe,currentNode:tAe,instance:aAe}),provide(formItemContextKey,void 0),{ns:zP,store:z9,root:eAe,currentNode:tAe,dragState:oAe,el$:AAe,dropIndicator$:iAe,isEmpty:uAe,filter:dAe,getNodeKey:EAe,getNodePath:pAe,getCheckedNodes:mAe,getCheckedKeys:SAe,getCurrentNode:DAe,getCurrentKey:NAe,setCheckedNodes:TAe,setCheckedKeys:bAe,setChecked:GAe,getHalfCheckedNodes:LAe,getHalfCheckedKeys:wAe,setCurrentNode:OAe,setCurrentKey:PAe,t:$P,getNode:HAe,remove:zAe,append:eIe,insertBefore:iIe,insertAfter:rIe,handleNodeExpand:AIe,updateKeyChildren:XAe}}});function _sfc_render$b(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-tree-node");return openBlock(),createElementBlock("div",{ref:"el$",class:normalizeClass([r4.ns.b(),r4.ns.is("dragging",!!r4.dragState.draggingNode),r4.ns.is("drop-not-allow",!r4.dragState.allowDrop),r4.ns.is("drop-inner",r4.dragState.dropType==="inner"),{[r4.ns.m("highlight-current")]:r4.highlightCurrent}]),role:"tree"},[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.root.childNodes,AAe=>(openBlock(),createBlock(tAe,{key:r4.getNodeKey(AAe),node:AAe,props:r4.props,accordion:r4.accordion,"render-after-expand":r4.renderAfterExpand,"show-checkbox":r4.showCheckbox,"render-content":r4.renderContent,onNodeExpand:r4.handleNodeExpand},null,8,["node","props","accordion","render-after-expand","show-checkbox","render-content","onNodeExpand"]))),128)),r4.isEmpty?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(r4.ns.e("empty-block"))},[renderSlot(r4.$slots,"empty",{},()=>[createBaseVNode("span",{class:normalizeClass(r4.ns.e("empty-text"))},toDisplayString(r4.emptyText??r4.t("el.tree.emptyText")),3)])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{ref:"dropIndicator$",class:normalizeClass(r4.ns.e("drop-indicator"))},null,2),[[vShow,r4.dragState.showDropIndicator]])],2)}var tree_default$1=_plugin_vue_export_helper_default(tree_vue_vue_type_script_lang_default,[["render",_sfc_render$b]]);const ElTree=withInstall(tree_default$1),useSelect=(r4,{attrs:x_,emit:$P},{select:zP,tree:z9,key:eAe})=>{const tAe=useNamespace("tree-select");watch(()=>r4.data,()=>{r4.filterable&&nextTick(()=>{var iAe,nAe;(nAe=z9.value)==null||nAe.filter((iAe=zP.value)==null?void 0:iAe.states.inputValue)})},{flush:"post"});const AAe=iAe=>{var oAe,aAe;const nAe=iAe.at(-1);if(nAe.expanded&&nAe.childNodes.at(-1))AAe([nAe.childNodes.at(-1)]);else{(aAe=(oAe=z9.value.el$)==null?void 0:oAe.querySelector(`[data-key="${iAe.at(-1).key}"]`))==null||aAe.focus({preventScroll:!0});return}};return onMounted(()=>{useEventListener$1(()=>{var iAe;return(iAe=zP.value)==null?void 0:iAe.$el},"keydown",async iAe=>{const nAe=getEventCode(iAe),{dropdownMenuVisible:oAe}=zP.value;[EVENT_CODE.down,EVENT_CODE.up].includes(nAe)&&oAe&&(await nextTick(),setTimeout(()=>{var aAe,cAe,uAe;if(EVENT_CODE.up===nAe){const dAe=z9.value.store.root.childNodes;AAe(dAe);return}(uAe=(cAe=(aAe=zP.value.optionsArray[zP.value.states.hoveringIndex].$el)==null?void 0:aAe.parentNode)==null?void 0:cAe.parentNode)==null||uAe.focus({preventScroll:!0})}))},{capture:!0})}),{...pick(toRefs(r4),Object.keys(ElSelect.props)),...x_,class:computed(()=>x_.class),style:computed(()=>x_.style),"onUpdate:modelValue":iAe=>$P(UPDATE_MODEL_EVENT,iAe),valueKey:eAe,popperClass:computed(()=>{const iAe=[tAe.e("popper")];return r4.popperClass&&iAe.push(r4.popperClass),iAe.join(" ")}),filterMethod:(iAe="")=>{var nAe;r4.filterMethod?r4.filterMethod(iAe):r4.remoteMethod?r4.remoteMethod(iAe):(nAe=z9.value)==null||nAe.filter(iAe)}}},component=defineComponent({extends:ElOption,setup(r4,x_){const $P=ElOption.setup(r4,x_);delete $P.selectOptionClick;const zP=getCurrentInstance().proxy;return nextTick(()=>{$P.select.states.cachedOptions.get(zP.value)||$P.select.onOptionCreate(zP)}),watch(()=>x_.attrs.visible,z9=>{nextTick(()=>{$P.states.visible=z9})},{immediate:!0}),$P},methods:{selectOptionClick(){this.$el.parentElement.click()}}});function isValidValue(r4){return r4||r4===0}function isValidArray(r4){return isArray$6(r4)&&r4.length}function toValidArray(r4){return isArray$6(r4)?r4:isValidValue(r4)?[r4]:[]}function treeFind(r4,x_,$P,zP,z9){for(let eAe=0;eAe{watch([()=>r4.modelValue,eAe],()=>{r4.showCheckbox&&nextTick(()=>{const dAe=eAe.value;dAe&&!isEqual$1(dAe.getCheckedKeys(),toValidArray(r4.modelValue))&&dAe.setCheckedKeys(toValidArray(r4.modelValue))})},{immediate:!0,deep:!0});const AAe=computed(()=>({value:tAe.value,label:"label",children:"children",disabled:"disabled",isLeaf:"isLeaf",...r4.props})),iAe=(dAe,EAe)=>{var pAe;const gAe=AAe.value[dAe];return isFunction$4(gAe)?gAe(EAe,(pAe=eAe.value)==null?void 0:pAe.getNode(iAe("value",EAe))):EAe[gAe]},nAe=toValidArray(r4.modelValue).map(dAe=>treeFind(r4.data||[],EAe=>iAe("value",EAe)===dAe,EAe=>iAe("children",EAe),(EAe,gAe,pAe,mAe)=>mAe&&iAe("value",mAe))).filter(dAe=>isValidValue(dAe)),oAe=computed(()=>{if(!r4.renderAfterExpand&&!r4.lazy)return[];const dAe=[];return treeEach(r4.data.concat(r4.cacheData),EAe=>{const gAe=iAe("value",EAe);dAe.push({value:gAe,currentLabel:iAe("label",EAe),isDisabled:iAe("disabled",EAe)})},EAe=>iAe("children",EAe)),dAe}),aAe=()=>{var dAe;return(dAe=eAe.value)==null?void 0:dAe.getCheckedKeys().filter(EAe=>{var pAe;const gAe=(pAe=eAe.value)==null?void 0:pAe.getNode(EAe);return!isNil(gAe)&&isEmpty(gAe.childNodes)})},cAe=dAe=>{isEqual$1(r4.modelValue,dAe)||zP(CHANGE_EVENT,dAe)};function uAe(dAe){zP(UPDATE_MODEL_EVENT,dAe),cAe(dAe)}return{...pick(toRefs(r4),Object.keys(ElTree.props)),...x_,nodeKey:tAe,expandOnClickNode:computed(()=>!r4.checkStrictly&&r4.expandOnClickNode),defaultExpandedKeys:computed(()=>r4.defaultExpandedKeys?r4.defaultExpandedKeys.concat(nAe):nAe),renderContent:(dAe,{node:EAe,data:gAe,store:pAe})=>dAe(component,{value:iAe("value",gAe),label:iAe("label",gAe),disabled:iAe("disabled",gAe),visible:EAe.visible},r4.renderContent?()=>r4.renderContent(dAe,{node:EAe,data:gAe,store:pAe}):$P.default?()=>$P.default({node:EAe,data:gAe,store:pAe}):void 0),filterNodeMethod:(dAe,EAe,gAe)=>r4.filterNodeMethod?r4.filterNodeMethod(dAe,EAe,gAe):dAe?new RegExp(escapeStringRegexp(dAe),"i").test(iAe("label",EAe)||""):!0,onNodeClick:(dAe,EAe,gAe)=>{var pAe,mAe,SAe;if((pAe=x_.onNodeClick)==null||pAe.call(x_,dAe,EAe,gAe),!(r4.showCheckbox&&r4.checkOnClickNode))if(!r4.showCheckbox&&(r4.checkStrictly||EAe.isLeaf)){if(!iAe("disabled",dAe)){const DAe=(mAe=z9.value)==null?void 0:mAe.states.options.get(iAe("value",dAe));(SAe=z9.value)==null||SAe.handleOptionSelect(DAe)}}else r4.expandOnClickNode&&gAe.proxy.handleExpandIconClick()},onCheck:(dAe,EAe)=>{var NAe;if(!r4.showCheckbox)return;const gAe=iAe("value",dAe),pAe={};treeEach([eAe.value.store.root],TAe=>pAe[TAe.key]=TAe,TAe=>TAe.childNodes);const mAe=EAe.checkedKeys,SAe=r4.multiple?toValidArray(r4.modelValue).filter(TAe=>!(TAe in pAe)&&!mAe.includes(TAe)):[],DAe=SAe.concat(mAe);if(r4.checkStrictly)uAe(r4.multiple?DAe:DAe.includes(gAe)?gAe:void 0);else if(r4.multiple){const TAe=aAe();uAe(SAe.concat(TAe))}else{const TAe=treeFind([dAe],LAe=>!isValidArray(iAe("children",LAe))&&!iAe("disabled",LAe),LAe=>iAe("children",LAe)),bAe=TAe?iAe("value",TAe):void 0,GAe=isValidValue(r4.modelValue)&&!!treeFind([dAe],LAe=>iAe("value",LAe)===r4.modelValue,LAe=>iAe("children",LAe));uAe(bAe===r4.modelValue||GAe?void 0:bAe)}nextTick(()=>{var bAe;const TAe=toValidArray(r4.modelValue);eAe.value.setCheckedKeys(TAe),(bAe=x_.onCheck)==null||bAe.call(x_,dAe,{checkedKeys:eAe.value.getCheckedKeys(),checkedNodes:eAe.value.getCheckedNodes(),halfCheckedKeys:eAe.value.getHalfCheckedKeys(),halfCheckedNodes:eAe.value.getHalfCheckedNodes()})}),(NAe=z9.value)==null||NAe.focus()},onNodeExpand:(dAe,EAe,gAe)=>{var pAe;(pAe=x_.onNodeExpand)==null||pAe.call(x_,dAe,EAe,gAe),nextTick(()=>{if(!r4.checkStrictly&&r4.lazy&&r4.multiple&&EAe.checked){const mAe={},SAe=eAe.value.getCheckedKeys();treeEach([eAe.value.store.root],TAe=>mAe[TAe.key]=TAe,TAe=>TAe.childNodes);const DAe=toValidArray(r4.modelValue).filter(TAe=>!(TAe in mAe)&&!SAe.includes(TAe)),NAe=aAe();uAe(DAe.concat(NAe))}})},cacheOptions:oAe}};var cache_options_default=defineComponent({props:{data:{type:Array,default:()=>[]}},setup(r4){const x_=inject(selectKey);return watch(()=>r4.data,()=>{var zP;r4.data.forEach(z9=>{x_.states.cachedOptions.has(z9.value)||x_.states.cachedOptions.set(z9.value,z9)});const $P=((zP=x_.selectRef)==null?void 0:zP.querySelectorAll("input"))||[];isClient$1&&!Array.from($P).includes(document.activeElement)&&x_.setSelected()},{flush:"post",immediate:!0}),()=>{}}}),tree_select_vue_vue_type_script_lang_default=defineComponent({name:"ElTreeSelect",inheritAttrs:!1,props:{...selectProps,...treeProps$1,cacheData:{type:Array,default:()=>[]}},setup(r4,x_){const{slots:$P,expose:zP,emit:z9,attrs:eAe}=x_,tAe={...eAe,onChange:void 0},AAe=ref(),iAe=ref(),nAe=computed(()=>r4.nodeKey||r4.valueKey||"value"),oAe=useSelect(r4,{attrs:eAe,emit:z9},{select:AAe,tree:iAe,key:nAe}),{cacheOptions:aAe,...cAe}=useTree$1(r4,{attrs:tAe,slots:$P,emit:z9},{select:AAe,tree:iAe,key:nAe}),uAe=reactive({});return zP(uAe),onMounted(()=>{Object.assign(uAe,{...pick(iAe.value,["filter","updateKeyChildren","getCheckedNodes","setCheckedNodes","getCheckedKeys","setCheckedKeys","setChecked","getHalfCheckedNodes","getHalfCheckedKeys","getCurrentKey","getCurrentNode","setCurrentKey","setCurrentNode","getNode","remove","append","insertBefore","insertAfter"]),...pick(AAe.value,["focus","blur","selectedLabel"]),treeRef:iAe.value,selectRef:AAe.value})}),()=>h$d(ElSelect,reactive({...oAe,ref:dAe=>AAe.value=dAe}),{...$P,default:()=>[h$d(cache_options_default,{data:aAe.value}),h$d(ElTree,reactive({...cAe,ref:dAe=>iAe.value=dAe}))]})}}),tree_select_default=tree_select_vue_vue_type_script_lang_default;const ElTreeSelect=withInstall(tree_select_default),ROOT_TREE_INJECTION_KEY=Symbol(),EMPTY_NODE={key:-1,level:-1,data:{}};let TreeOptionsEnum=function(r4){return r4.KEY="id",r4.LABEL="label",r4.CHILDREN="children",r4.DISABLED="disabled",r4.CLASS="",r4}({}),SetOperationEnum=function(r4){return r4.ADD="add",r4.DELETE="delete",r4}({});const itemSize={type:Number,default:26},treeProps=buildProps$1({data:{type:definePropType(Array),default:()=>mutable([])},emptyText:{type:String},height:{type:Number,default:200},props:{type:definePropType(Object),default:()=>mutable({children:TreeOptionsEnum.CHILDREN,label:TreeOptionsEnum.LABEL,disabled:TreeOptionsEnum.DISABLED,value:TreeOptionsEnum.KEY,class:TreeOptionsEnum.CLASS})},highlightCurrent:Boolean,showCheckbox:Boolean,defaultCheckedKeys:{type:definePropType(Array),default:()=>mutable([])},checkStrictly:Boolean,defaultExpandedKeys:{type:definePropType(Array),default:()=>mutable([])},indent:{type:Number,default:16},itemSize,icon:{type:iconPropType},expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkOnClickLeaf:{type:Boolean,default:!0},currentNodeKey:{type:definePropType([String,Number])},accordion:Boolean,filterMethod:{type:definePropType(Function)},perfMode:{type:Boolean,default:!0},scrollbarAlwaysOn:Boolean}),treeNodeProps=buildProps$1({node:{type:definePropType(Object),default:()=>mutable(EMPTY_NODE)},expanded:Boolean,checked:Boolean,indeterminate:Boolean,showCheckbox:Boolean,disabled:Boolean,current:Boolean,hiddenExpandIcon:Boolean,itemSize}),treeNodeContentProps=buildProps$1({node:{type:definePropType(Object),required:!0}}),NODE_CLICK="node-click",NODE_DROP="node-drop",NODE_EXPAND="node-expand",NODE_COLLAPSE="node-collapse",CURRENT_CHANGE="current-change",NODE_CHECK="check",NODE_CHECK_CHANGE="check-change",NODE_CONTEXTMENU="node-contextmenu",treeEmits={[NODE_CLICK]:(r4,x_,$P)=>r4&&x_&&$P,[NODE_DROP]:(r4,x_,$P)=>r4&&x_&&$P,[NODE_EXPAND]:(r4,x_)=>r4&&x_,[NODE_COLLAPSE]:(r4,x_)=>r4&&x_,[CURRENT_CHANGE]:(r4,x_)=>r4&&x_,[NODE_CHECK]:(r4,x_)=>r4&&x_,[NODE_CHECK_CHANGE]:(r4,x_)=>r4&&isBoolean(x_),[NODE_CONTEXTMENU]:(r4,x_,$P)=>r4&&x_&&$P},treeNodeEmits={click:(r4,x_)=>!!(r4&&x_),drop:(r4,x_)=>!!(r4&&x_),toggle:r4=>!!r4,check:(r4,x_)=>r4&&isBoolean(x_)};function useCheck(r4,x_){const $P=ref(new Set),zP=ref(new Set),{emit:z9}=getCurrentInstance();watch([()=>x_.value,()=>r4.defaultCheckedKeys],()=>nextTick(()=>{mAe(r4.defaultCheckedKeys)}),{immediate:!0});const eAe=()=>{if(!x_.value||!r4.showCheckbox||r4.checkStrictly)return;const{levelTreeNodeMap:SAe,maxLevel:DAe}=x_.value,NAe=$P.value,TAe=new Set;for(let bAe=DAe;bAe>=1;--bAe){const GAe=SAe.get(bAe);GAe&&GAe.forEach(LAe=>{const wAe=LAe.children;let OAe=!LAe.isLeaf||LAe.disabled||NAe.has(LAe.key);if(wAe){let PAe=!0,HAe=!1;for(const zAe of wAe){const eIe=zAe.key;if(zAe.isEffectivelyChecked||(OAe=!1),NAe.has(eIe))HAe=!0;else if(TAe.has(eIe)){PAe=!1,HAe=!0;break}else PAe=!1}PAe?NAe.add(LAe.key):HAe?(TAe.add(LAe.key),NAe.delete(LAe.key)):(NAe.delete(LAe.key),TAe.delete(LAe.key))}LAe.isEffectivelyChecked=OAe})}zP.value=TAe},tAe=SAe=>$P.value.has(SAe.key),AAe=SAe=>zP.value.has(SAe.key),iAe=(SAe,DAe,NAe=!0,TAe=!0)=>{const bAe=$P.value,GAe=SAe.children;!r4.checkStrictly&&NAe&&(GAe!=null&&GAe.length)&&(DAe=GAe.some(wAe=>!wAe.isEffectivelyChecked));const LAe=(wAe,OAe)=>{bAe[OAe?SetOperationEnum.ADD:SetOperationEnum.DELETE](wAe.key);const PAe=wAe.children;!r4.checkStrictly&&PAe&&PAe.forEach(HAe=>{(!HAe.disabled||HAe.children)&&LAe(HAe,OAe)})};LAe(SAe,DAe),TAe&&eAe(),NAe&&nAe(SAe,DAe)},nAe=(SAe,DAe)=>{const{checkedNodes:NAe,checkedKeys:TAe}=dAe(),{halfCheckedNodes:bAe,halfCheckedKeys:GAe}=EAe();z9(NODE_CHECK,SAe.data,{checkedKeys:TAe,checkedNodes:NAe,halfCheckedKeys:GAe,halfCheckedNodes:bAe}),z9(NODE_CHECK_CHANGE,SAe.data,DAe)};function oAe(SAe=!1){return dAe(SAe).checkedKeys}function aAe(SAe=!1){return dAe(SAe).checkedNodes}function cAe(){return EAe().halfCheckedKeys}function uAe(){return EAe().halfCheckedNodes}function dAe(SAe=!1){const DAe=[],NAe=[];if(x_!=null&&x_.value&&r4.showCheckbox){const{treeNodeMap:TAe}=x_.value;$P.value.forEach(bAe=>{const GAe=TAe.get(bAe);GAe&&(!SAe||SAe&&GAe.isLeaf)&&(NAe.push(bAe),DAe.push(GAe.data))})}return{checkedKeys:NAe,checkedNodes:DAe}}function EAe(){const SAe=[],DAe=[];if(x_!=null&&x_.value&&r4.showCheckbox){const{treeNodeMap:NAe}=x_.value;zP.value.forEach(TAe=>{const bAe=NAe.get(TAe);bAe&&(DAe.push(TAe),SAe.push(bAe.data))})}return{halfCheckedNodes:SAe,halfCheckedKeys:DAe}}function gAe(SAe){$P.value.clear(),zP.value.clear(),nextTick(()=>{mAe(SAe)})}function pAe(SAe,DAe){if(x_!=null&&x_.value&&r4.showCheckbox){const NAe=x_.value.treeNodeMap.get(SAe);NAe&&iAe(NAe,DAe,!1)}}function mAe(SAe){if(x_!=null&&x_.value){const{treeNodeMap:DAe}=x_.value;if(r4.showCheckbox&&DAe&&(SAe==null?void 0:SAe.length)>0){for(const NAe of SAe){const TAe=DAe.get(NAe);TAe&&!tAe(TAe)&&iAe(TAe,!0,!1,!1)}eAe()}}}return{updateCheckedKeys:eAe,toggleCheckbox:iAe,isChecked:tAe,isIndeterminate:AAe,getCheckedKeys:oAe,getCheckedNodes:aAe,getHalfCheckedKeys:cAe,getHalfCheckedNodes:uAe,setChecked:pAe,setCheckedKeys:gAe}}function useFilter(r4,x_){const $P=ref(new Set([])),zP=ref(new Set([])),z9=computed(()=>isFunction$4(r4.filterMethod));function eAe(AAe){var EAe;if(!z9.value)return;const iAe=new Set,nAe=zP.value,oAe=$P.value,aAe=[],cAe=((EAe=x_.value)==null?void 0:EAe.treeNodes)||[],uAe=r4.filterMethod;oAe.clear();function dAe(gAe){gAe.forEach(pAe=>{aAe.push(pAe),uAe!=null&&uAe(AAe,pAe.data,pAe)?aAe.forEach(SAe=>{iAe.add(SAe.key),SAe.expanded=!0}):(pAe.expanded=!1,pAe.isLeaf&&oAe.add(pAe.key));const mAe=pAe.children;if(mAe&&dAe(mAe),!pAe.isLeaf){if(!iAe.has(pAe.key))oAe.add(pAe.key);else if(mAe){let SAe=!0;for(const DAe of mAe)if(!oAe.has(DAe.key)){SAe=!1;break}SAe?nAe.add(pAe.key):nAe.delete(pAe.key)}}aAe.pop()})}return dAe(cAe),iAe}function tAe(AAe){return zP.value.has(AAe.key)}return{hiddenExpandIconKeySet:zP,hiddenNodeKeySet:$P,doFilter:eAe,isForceHiddenExpandIcon:tAe}}function useTree(r4,x_){const $P=ref(new Set),zP=ref(),z9=shallowRef(),eAe=ref(),{isIndeterminate:tAe,isChecked:AAe,toggleCheckbox:iAe,getCheckedKeys:nAe,getCheckedNodes:oAe,getHalfCheckedKeys:aAe,getHalfCheckedNodes:cAe,setChecked:uAe,setCheckedKeys:dAe}=useCheck(r4,z9),{doFilter:EAe,hiddenNodeKeySet:gAe,isForceHiddenExpandIcon:pAe}=useFilter(r4,z9),mAe=computed(()=>{var LIe;return((LIe=r4.props)==null?void 0:LIe.value)||TreeOptionsEnum.KEY}),SAe=computed(()=>{var LIe;return((LIe=r4.props)==null?void 0:LIe.children)||TreeOptionsEnum.CHILDREN}),DAe=computed(()=>{var LIe;return((LIe=r4.props)==null?void 0:LIe.disabled)||TreeOptionsEnum.DISABLED}),NAe=computed(()=>{var LIe;return((LIe=r4.props)==null?void 0:LIe.label)||TreeOptionsEnum.LABEL}),TAe=computed(()=>{var YIe;const LIe=$P.value,oEe=gAe.value,JIe=[],XIe=((YIe=z9.value)==null?void 0:YIe.treeNodes)||[],zIe=[];for(let uEe=XIe.length-1;uEe>=0;--uEe)zIe.push(XIe[uEe]);for(;zIe.length;){const uEe=zIe.pop();if(!oEe.has(uEe.key)&&(JIe.push(uEe),uEe.children&&LIe.has(uEe.key)))for(let NEe=uEe.children.length-1;NEe>=0;--NEe)zIe.push(uEe.children[NEe])}return JIe}),bAe=computed(()=>TAe.value.length>0);function GAe(LIe){const oEe=new Map,JIe=new Map;let XIe=1;function zIe(uEe,NEe=1,MEe=void 0){var vEe;const FEe=[];for(const yEe of uEe){const VEe=OAe(yEe),UEe={level:NEe,key:VEe,data:yEe};UEe.label=HAe(yEe),UEe.parent=MEe;const UCe=wAe(yEe);UEe.disabled=PAe(yEe),UEe.isLeaf=!UCe||UCe.length===0,UEe.expanded=$P.value.has(VEe),UCe&&UCe.length&&(UEe.children=zIe(UCe,NEe+1,UEe)),FEe.push(UEe),oEe.set(VEe,UEe),JIe.has(NEe)||JIe.set(NEe,[]),(vEe=JIe.get(NEe))==null||vEe.push(UEe)}return NEe>XIe&&(XIe=NEe),FEe}const YIe=zIe(LIe);return{treeNodeMap:oEe,levelTreeNodeMap:JIe,maxLevel:XIe,treeNodes:YIe}}function LAe(LIe){const oEe=EAe(LIe);oEe&&($P.value=oEe)}function wAe(LIe){return LIe[SAe.value]}function OAe(LIe){return LIe?LIe[mAe.value]:""}function PAe(LIe){return LIe[DAe.value]}function HAe(LIe){return LIe[NAe.value]}function zAe(LIe){$P.value.has(LIe.key)?hIe(LIe):EIe(LIe)}function eIe(LIe){const oEe=new Set,JIe=z9.value.treeNodeMap;$P.value.forEach(XIe=>{const zIe=JIe.get(XIe);zIe&&(zIe.expanded=!1)}),LIe.forEach(XIe=>{let zIe=JIe.get(XIe);for(;zIe&&!oEe.has(zIe.key);)oEe.add(zIe.key),zIe.expanded=!0,zIe=zIe.parent}),$P.value=oEe}function iIe(LIe,oEe){x_(NODE_CLICK,LIe.data,LIe,oEe),AIe(LIe),r4.expandOnClickNode&&zAe(LIe),r4.showCheckbox&&(r4.checkOnClickNode||LIe.isLeaf&&r4.checkOnClickLeaf)&&!LIe.disabled&&iAe(LIe,!AAe(LIe),!0)}function rIe(LIe,oEe){x_(NODE_DROP,LIe.data,LIe,oEe)}function AIe(LIe){gIe(LIe)||(zP.value=LIe.key,x_(CURRENT_CHANGE,LIe.data,LIe))}function XAe(LIe,oEe){iAe(LIe,oEe)}function EIe(LIe){const oEe=$P.value;if(z9.value&&r4.accordion){const{treeNodeMap:XIe}=z9.value;oEe.forEach(zIe=>{const YIe=XIe.get(zIe);LIe&&LIe.level===(YIe==null?void 0:YIe.level)&&(oEe.delete(zIe),YIe.expanded=!1)})}oEe.add(LIe.key);const JIe=OIe(LIe.key);JIe&&(JIe.expanded=!0,x_(NODE_EXPAND,JIe.data,JIe))}function hIe(LIe){$P.value.delete(LIe.key);const oEe=OIe(LIe.key);oEe&&(oEe.expanded=!1,x_(NODE_COLLAPSE,oEe.data,oEe))}function tIe(LIe){return!!LIe.disabled}function gIe(LIe){const oEe=zP.value;return oEe!==void 0&&oEe===LIe.key}function pIe(){var LIe,oEe;if(zP.value)return(oEe=(LIe=z9.value)==null?void 0:LIe.treeNodeMap.get(zP.value))==null?void 0:oEe.data}function _Ie(){return zP.value}function SIe(LIe){zP.value=LIe}function yIe(LIe){z9.value=GAe(LIe)}function OIe(LIe){var JIe;const oEe=isObject$9(LIe)?OAe(LIe):LIe;return(JIe=z9.value)==null?void 0:JIe.treeNodeMap.get(oEe)}function HIe(LIe,oEe="auto"){const JIe=OIe(LIe);JIe&&eAe.value&&eAe.value.scrollToItem(TAe.value.indexOf(JIe),oEe)}function PIe(LIe){var oEe;(oEe=eAe.value)==null||oEe.scrollTo(LIe)}return watch(()=>r4.currentNodeKey,LIe=>{zP.value=LIe},{immediate:!0}),watch(()=>r4.defaultExpandedKeys,LIe=>{eIe(LIe||[])}),watch(()=>r4.data,LIe=>{yIe(LIe),eIe(r4.defaultExpandedKeys||[])},{immediate:!0}),{tree:z9,flattenTree:TAe,isNotEmpty:bAe,listRef:eAe,getKey:OAe,getChildren:wAe,toggleExpand:zAe,toggleCheckbox:iAe,isChecked:AAe,isIndeterminate:tAe,isDisabled:tIe,isCurrent:gIe,isForceHiddenExpandIcon:pAe,handleNodeClick:iIe,handleNodeDrop:rIe,handleNodeCheck:XAe,getCurrentNode:pIe,getCurrentKey:_Ie,setCurrentKey:SIe,getCheckedKeys:nAe,getCheckedNodes:oAe,getHalfCheckedKeys:aAe,getHalfCheckedNodes:cAe,setChecked:uAe,setCheckedKeys:dAe,filter:LAe,setData:yIe,getNode:OIe,expandNode:EIe,collapseNode:hIe,setExpandedKeys:eIe,scrollToNode:HIe,scrollTo:PIe}}var tree_node_content_default=defineComponent({name:"ElTreeNodeContent",props:treeNodeContentProps,setup(r4){const x_=inject(ROOT_TREE_INJECTION_KEY),$P=useNamespace("tree");return()=>{const zP=r4.node,{data:z9}=zP;return x_!=null&&x_.ctx.slots.default?x_.ctx.slots.default({node:zP,data:z9}):h$d(ElText,{tag:"span",truncated:!0,class:$P.be("node","label")},()=>[zP==null?void 0:zP.label])}}});const _hoisted_1$8I=["aria-expanded","aria-disabled","aria-checked","data-key"];var tree_node_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTreeNode",__name:"tree-node",props:treeNodeProps,emits:treeNodeEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=inject(ROOT_TREE_INJECTION_KEY),eAe=useNamespace("tree"),tAe=computed(()=>(z9==null?void 0:z9.props.indent)??16),AAe=computed(()=>(z9==null?void 0:z9.props.icon)??caret_right_default),iAe=dAe=>{var pAe;const EAe=(pAe=z9==null?void 0:z9.props.props)==null?void 0:pAe.class;if(!EAe)return{};let gAe;if(isFunction$4(EAe)){const{data:mAe}=dAe;gAe=EAe(mAe,dAe)}else gAe=EAe;return isString$2(gAe)?{[gAe]:!0}:gAe},nAe=dAe=>{zP("click",$P.node,dAe)},oAe=dAe=>{zP("drop",$P.node,dAe)},aAe=()=>{zP("toggle",$P.node)},cAe=dAe=>{zP("check",$P.node,dAe)},uAe=dAe=>{var EAe,gAe,pAe,mAe;(pAe=(gAe=(EAe=z9==null?void 0:z9.instance)==null?void 0:EAe.vnode)==null?void 0:gAe.props)!=null&&pAe.onNodeContextmenu&&(dAe.stopPropagation(),dAe.preventDefault()),z9==null||z9.ctx.emit(NODE_CONTEXTMENU,dAe,(mAe=$P.node)==null?void 0:mAe.data,$P.node)};return(dAe,EAe)=>{var gAe,pAe,mAe;return openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([unref(eAe).b("node"),unref(eAe).is("expanded",r4.expanded),unref(eAe).is("current",r4.current),unref(eAe).is("focusable",!r4.disabled),unref(eAe).is("checked",!r4.disabled&&r4.checked),iAe(r4.node)]),role:"treeitem",tabindex:"-1","aria-expanded":r4.expanded,"aria-disabled":r4.disabled,"aria-checked":r4.checked,"data-key":(gAe=r4.node)==null?void 0:gAe.key,onClick:withModifiers(nAe,["stop"]),onContextmenu:uAe,onDragover:EAe[1]||(EAe[1]=withModifiers(()=>{},["prevent"])),onDragenter:EAe[2]||(EAe[2]=withModifiers(()=>{},["prevent"])),onDrop:withModifiers(oAe,["stop"])},[createBaseVNode("div",{class:normalizeClass(unref(eAe).be("node","content")),style:normalizeStyle$1({paddingLeft:`${(r4.node.level-1)*tAe.value}px`,height:r4.itemSize+"px"})},[AAe.value?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(eAe).is("leaf",!!((pAe=r4.node)!=null&&pAe.isLeaf)),unref(eAe).is("hidden",r4.hiddenExpandIcon),{expanded:!((mAe=r4.node)!=null&&mAe.isLeaf)&&r4.expanded},unref(eAe).be("node","expand-icon")]),onClick:withModifiers(aAe,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(AAe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),r4.showCheckbox?(openBlock(),createBlock(unref(ElCheckbox),{key:1,"model-value":r4.checked,indeterminate:r4.indeterminate,disabled:r4.disabled,onChange:cAe,onClick:EAe[0]||(EAe[0]=withModifiers(()=>{},["stop"]))},null,8,["model-value","indeterminate","disabled"])):createCommentVNode("v-if",!0),createVNode$1(unref(tree_node_content_default),{node:{...r4.node,expanded:r4.expanded}},null,8,["node"])],6)],42,_hoisted_1$8I)}}}),tree_node_default=tree_node_vue_vue_type_script_setup_true_lang_default,tree_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTreeV2",__name:"tree",props:treeProps,emits:treeEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useSlots(),tAe=computed(()=>zP.itemSize);provide(ROOT_TREE_INJECTION_KEY,{ctx:{emit:z9,slots:eAe},props:zP,instance:getCurrentInstance()}),provide(formItemContextKey,void 0);const{t:AAe}=useLocale(),iAe=useNamespace("tree"),{flattenTree:nAe,isNotEmpty:oAe,listRef:aAe,toggleExpand:cAe,isIndeterminate:uAe,isChecked:dAe,isDisabled:EAe,isCurrent:gAe,isForceHiddenExpandIcon:pAe,handleNodeClick:mAe,handleNodeDrop:SAe,handleNodeCheck:DAe,toggleCheckbox:NAe,getCurrentNode:TAe,getCurrentKey:bAe,setCurrentKey:GAe,getCheckedKeys:LAe,getCheckedNodes:wAe,getHalfCheckedKeys:OAe,getHalfCheckedNodes:PAe,setChecked:HAe,setCheckedKeys:zAe,filter:eIe,setData:iIe,getNode:rIe,expandNode:AIe,collapseNode:XAe,setExpandedKeys:EIe,scrollToNode:hIe,scrollTo:tIe}=useTree(zP,z9);return x_({toggleCheckbox:NAe,getCurrentNode:TAe,getCurrentKey:bAe,setCurrentKey:GAe,getCheckedKeys:LAe,getCheckedNodes:wAe,getHalfCheckedKeys:OAe,getHalfCheckedNodes:PAe,setChecked:HAe,setCheckedKeys:zAe,filter:eIe,setData:iIe,getNode:rIe,expandNode:AIe,collapseNode:XAe,setExpandedKeys:EIe,scrollToNode:hIe,scrollTo:tIe}),(gIe,pIe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(iAe).b(),{[unref(iAe).m("highlight-current")]:r4.highlightCurrent}]),role:"tree"},[unref(oAe)?(openBlock(),createBlock(unref(FixedSizeList),{key:0,ref_key:"listRef",ref:aAe,"class-name":unref(iAe).b("virtual-list"),data:unref(nAe),total:unref(nAe).length,height:r4.height,"item-size":tAe.value,"perf-mode":r4.perfMode,"scrollbar-always-on":r4.scrollbarAlwaysOn},{default:withCtx(({data:_Ie,index:SIe,style:yIe})=>[(openBlock(),createBlock(tree_node_default,{key:_Ie[SIe].key,style:normalizeStyle$1(yIe),node:_Ie[SIe],expanded:_Ie[SIe].expanded,"show-checkbox":r4.showCheckbox,checked:unref(dAe)(_Ie[SIe]),indeterminate:unref(uAe)(_Ie[SIe]),"item-size":tAe.value,disabled:unref(EAe)(_Ie[SIe]),current:unref(gAe)(_Ie[SIe]),"hidden-expand-icon":unref(pAe)(_Ie[SIe]),onClick:unref(mAe),onToggle:unref(cAe),onCheck:unref(DAe),onDrop:unref(SAe)},null,8,["style","node","expanded","show-checkbox","checked","indeterminate","item-size","disabled","current","hidden-expand-icon","onClick","onToggle","onCheck","onDrop"]))]),_:1},8,["class-name","data","total","height","item-size","perf-mode","scrollbar-always-on"])):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(iAe).e("empty-block"))},[renderSlot(gIe.$slots,"empty",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(iAe).e("empty-text"))},toDisplayString(r4.emptyText??unref(AAe)("el.tree.emptyText")),3)])],2))],2))}}),tree_default=tree_vue_vue_type_script_setup_true_lang_default;withInstall(tree_default);const SCOPE$2="ElUpload";var UploadAjaxError=class extends Error{constructor(r4,x_,$P,zP){super(r4),this.name="UploadAjaxError",this.status=x_,this.method=$P,this.url=zP}};function getError(r4,x_,$P){let zP;return $P.response?zP=`${$P.response.error||$P.response}`:$P.responseText?zP=`${$P.responseText}`:zP=`fail to ${x_.method} ${r4} ${$P.status}`,new UploadAjaxError(zP,$P.status,x_.method,r4)}function getBody(r4){const x_=r4.responseText||r4.response;if(!x_)return x_;try{return JSON.parse(x_)}catch{return x_}}const ajaxUpload=r4=>{typeof XMLHttpRequest>"u"&&throwError$2(SCOPE$2,"XMLHttpRequest is undefined");const x_=new XMLHttpRequest,$P=r4.action;x_.upload&&x_.upload.addEventListener("progress",eAe=>{const tAe=eAe;tAe.percent=eAe.total>0?eAe.loaded/eAe.total*100:0,r4.onProgress(tAe)});const zP=new FormData;if(r4.data)for(const[eAe,tAe]of Object.entries(r4.data))isArray$6(tAe)?tAe.length===2&&tAe[0]instanceof Blob&&isString$2(tAe[1])?zP.append(eAe,tAe[0],tAe[1]):tAe.forEach(AAe=>{zP.append(eAe,AAe)}):zP.append(eAe,tAe);zP.append(r4.filename,r4.file,r4.file.name),x_.addEventListener("error",()=>{r4.onError(getError($P,r4,x_))}),x_.addEventListener("load",()=>{if(x_.status<200||x_.status>=300)return r4.onError(getError($P,r4,x_));r4.onSuccess(getBody(x_))}),x_.open(r4.method,$P,!0),r4.withCredentials&&"withCredentials"in x_&&(x_.withCredentials=!0);const z9=r4.headers||{};if(z9 instanceof Headers)z9.forEach((eAe,tAe)=>x_.setRequestHeader(tAe,eAe));else for(const[eAe,tAe]of Object.entries(z9))isNil(tAe)||x_.setRequestHeader(eAe,String(tAe));return x_.send(zP),x_},uploadListTypes=["text","picture","picture-card"];let fileId=1;const genFileId=()=>Date.now()+fileId++,uploadBaseProps=buildProps$1({action:{type:String,default:"#"},headers:{type:definePropType(Object)},method:{type:String,default:"post"},data:{type:definePropType([Object,Function,Promise]),default:()=>mutable({})},multiple:Boolean,name:{type:String,default:"file"},drag:Boolean,withCredentials:Boolean,showFileList:{type:Boolean,default:!0},accept:{type:String,default:""},fileList:{type:definePropType(Array),default:()=>mutable([])},autoUpload:{type:Boolean,default:!0},listType:{type:String,values:uploadListTypes,default:"text"},httpRequest:{type:definePropType(Function),default:ajaxUpload},disabled:{type:Boolean,default:void 0},limit:Number,directory:Boolean}),uploadProps=buildProps$1({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},beforeRemove:{type:definePropType(Function)},onRemove:{type:definePropType(Function),default:NOOP},onChange:{type:definePropType(Function),default:NOOP},onPreview:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP},crossorigin:{type:definePropType(String)}}),uploadContextKey=Symbol("uploadContextKey"),uploadListProps=buildProps$1({files:{type:definePropType(Array),default:()=>mutable([])},disabled:{type:Boolean,default:void 0},handlePreview:{type:definePropType(Function),default:NOOP},listType:{type:String,values:uploadListTypes,default:"text"},crossorigin:{type:definePropType(String)}}),uploadListEmits={remove:r4=>!!r4},uploadContentProps=buildProps$1({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},onRemove:{type:definePropType(Function),default:NOOP},onStart:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP}}),uploadDraggerProps=buildProps$1({disabled:{type:Boolean,default:void 0},directory:Boolean}),uploadDraggerEmits={file:r4=>isArray$6(r4)},_hoisted_1$8H=["tabindex","aria-disabled","onKeydown"],_hoisted_2$g=["src","crossorigin"],_hoisted_3$b=["onClick"],_hoisted_4$a=["title"],_hoisted_5$1=["onClick"],_hoisted_6$2=["onClick"];var upload_list_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElUploadList",__name:"upload-list",props:uploadListProps,emits:uploadListEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,{t:z9}=useLocale(),eAe=useNamespace("upload"),tAe=useNamespace("icon"),AAe=useNamespace("list"),iAe=useFormDisabled(),nAe=ref(!1),oAe=computed(()=>[eAe.b("list"),eAe.bm("list",$P.listType),eAe.is("disabled",iAe.value)]),aAe=cAe=>{zP("remove",cAe)};return(cAe,uAe)=>(openBlock(),createBlock(TransitionGroup,{tag:"ul",class:normalizeClass(oAe.value),name:unref(AAe).b()},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.files,(dAe,EAe)=>(openBlock(),createElementBlock("li",{key:dAe.uid||dAe.name,class:normalizeClass([unref(eAe).be("list","item"),unref(eAe).is(dAe.status),{focusing:nAe.value}]),tabindex:unref(iAe)?void 0:0,"aria-disabled":unref(iAe),role:"button",onKeydown:withKeys(gAe=>!unref(iAe)&&aAe(dAe),["delete"]),onFocus:uAe[0]||(uAe[0]=gAe=>nAe.value=!0),onBlur:uAe[1]||(uAe[1]=gAe=>nAe.value=!1),onClick:uAe[2]||(uAe[2]=gAe=>nAe.value=!1)},[renderSlot(cAe.$slots,"default",{file:dAe,index:EAe},()=>[r4.listType==="picture"||dAe.status!=="uploading"&&r4.listType==="picture-card"?(openBlock(),createElementBlock("img",{key:0,class:normalizeClass(unref(eAe).be("list","item-thumbnail")),src:dAe.url,crossorigin:r4.crossorigin,alt:""},null,10,_hoisted_2$g)):createCommentVNode("v-if",!0),dAe.status==="uploading"||r4.listType!=="picture-card"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(eAe).be("list","item-info"))},[createBaseVNode("a",{class:normalizeClass(unref(eAe).be("list","item-name")),onClick:withModifiers(gAe=>r4.handlePreview(dAe),["prevent"])},[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(tAe).m("document"))},{default:withCtx(()=>[createVNode$1(unref(document_default))]),_:1},8,["class"]),createBaseVNode("span",{class:normalizeClass(unref(eAe).be("list","item-file-name")),title:dAe.name},toDisplayString(dAe.name),11,_hoisted_4$a)],10,_hoisted_3$b),dAe.status==="uploading"?(openBlock(),createBlock(unref(ElProgress),{key:0,type:r4.listType==="picture-card"?"circle":"line","stroke-width":r4.listType==="picture-card"?6:2,percentage:Number(dAe.percentage),style:normalizeStyle$1(r4.listType==="picture-card"?"":"margin-top: 0.5rem")},null,8,["type","stroke-width","percentage","style"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("label",{class:normalizeClass(unref(eAe).be("list","item-status-label"))},[r4.listType==="text"?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(tAe).m("upload-success"),unref(tAe).m("circle-check")])},{default:withCtx(()=>[createVNode$1(unref(circle_check_default))]),_:1},8,["class"])):["picture-card","picture"].includes(r4.listType)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(tAe).m("upload-success"),unref(tAe).m("check")])},{default:withCtx(()=>[createVNode$1(unref(check_default))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2),unref(iAe)?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(tAe).m("close")),"aria-label":unref(z9)("el.upload.delete"),role:"button",tabindex:"0",onClick:gAe=>aAe(dAe),onKeydown:withKeys(withModifiers(gAe=>aAe(dAe),["prevent"]),["enter","space"])},{default:withCtx(()=>[createVNode$1(unref(close_default))]),_:1},8,["class","aria-label","onClick","onKeydown"])),unref(iAe)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("i",{key:3,class:normalizeClass(unref(tAe).m("close-tip"))},toDisplayString(unref(z9)("el.upload.deleteTip")),3)),r4.listType==="picture-card"?(openBlock(),createElementBlock("span",{key:4,class:normalizeClass(unref(eAe).be("list","item-actions"))},[createBaseVNode("span",{class:normalizeClass(unref(eAe).be("list","item-preview")),onClick:gAe=>r4.handlePreview(dAe)},[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(tAe).m("zoom-in"))},{default:withCtx(()=>[createVNode$1(unref(zoom_in_default))]),_:1},8,["class"])],10,_hoisted_5$1),unref(iAe)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(eAe).be("list","item-delete")),onClick:gAe=>aAe(dAe)},[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(tAe).m("delete"))},{default:withCtx(()=>[createVNode$1(unref(delete_default))]),_:1},8,["class"])],10,_hoisted_6$2))],2)):createCommentVNode("v-if",!0)])],42,_hoisted_1$8H))),128)),renderSlot(cAe.$slots,"append")]),_:3},8,["class","name"]))}}),upload_list_default=upload_list_vue_vue_type_script_setup_true_lang_default;const COMPONENT_NAME$1="ElUploadDrag";var upload_dragger_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME$1,__name:"upload-dragger",props:uploadDraggerProps,emits:uploadDraggerEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_;inject(uploadContextKey)||throwError$2(COMPONENT_NAME$1,"usage: ");const z9=useNamespace("upload"),eAe=ref(!1),tAe=useFormDisabled(),AAe=cAe=>new Promise((uAe,dAe)=>cAe.file(uAe,dAe)),iAe=async cAe=>{try{if(cAe.isFile){const uAe=await AAe(cAe);return uAe.isDirectory=!1,[uAe]}if(cAe.isDirectory){const uAe=cAe.createReader(),dAe=()=>new Promise((mAe,SAe)=>uAe.readEntries(mAe,SAe)),EAe=[];let gAe=await dAe();for(;gAe.length>0;)EAe.push(...gAe),gAe=await dAe();const pAe=EAe.map(mAe=>iAe(mAe).catch(()=>[]));return flatten(await Promise.all(pAe))}}catch{return[]}return[]},nAe=async cAe=>{if(tAe.value)return;eAe.value=!1,cAe.stopPropagation();const uAe=Array.from(cAe.dataTransfer.files),dAe=cAe.dataTransfer.items||[];if($P.directory){const EAe=Array.from(dAe).map(gAe=>{var pAe;return(pAe=gAe==null?void 0:gAe.webkitGetAsEntry)==null?void 0:pAe.call(gAe)}).filter(gAe=>gAe);zP("file",flatten(await Promise.all(EAe.map(iAe))));return}uAe.forEach((EAe,gAe)=>{var mAe,SAe;const pAe=(SAe=(mAe=dAe[gAe])==null?void 0:mAe.webkitGetAsEntry)==null?void 0:SAe.call(mAe);pAe&&(EAe.isDirectory=pAe.isDirectory)}),zP("file",uAe)},oAe=()=>{tAe.value||(eAe.value=!0)},aAe=cAe=>{cAe.currentTarget.contains(cAe.relatedTarget)||(eAe.value=!1)};return(cAe,uAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(z9).b("dragger"),unref(z9).is("dragover",eAe.value)]),onDrop:withModifiers(nAe,["prevent"]),onDragover:withModifiers(oAe,["prevent"]),onDragleave:withModifiers(aAe,["prevent"])},[renderSlot(cAe.$slots,"default")],34))}}),upload_dragger_default=upload_dragger_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$8G=["tabindex","aria-disabled","onKeydown"],_hoisted_2$f=["name","disabled","multiple","accept","webkitdirectory"];var upload_content_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElUploadContent",inheritAttrs:!1,__name:"upload-content",props:uploadContentProps,setup(r4,{expose:x_}){const $P=r4,zP=useNamespace("upload"),z9=useFormDisabled(),eAe=shallowRef({}),tAe=shallowRef(),AAe=EAe=>{if(EAe.length===0)return;const{autoUpload:gAe,limit:pAe,fileList:mAe,multiple:SAe,onStart:DAe,onExceed:NAe}=$P;if(pAe&&mAe.length+EAe.length>pAe){NAe(EAe,mAe);return}SAe||(EAe=EAe.slice(0,1));for(const TAe of EAe){const bAe=TAe;bAe.uid=genFileId(),DAe(bAe),gAe&&iAe(bAe)}},iAe=async EAe=>{if(tAe.value.value="",!$P.beforeUpload)return oAe(EAe);let gAe,pAe={};try{const SAe=$P.data,DAe=$P.beforeUpload(EAe);pAe=isPlainObject$3($P.data)?cloneDeep($P.data):$P.data,gAe=await DAe,isPlainObject$3($P.data)&&isEqual$1(SAe,pAe)&&(pAe=cloneDeep($P.data))}catch{gAe=!1}if(gAe===!1){$P.onRemove(EAe);return}let mAe=EAe;gAe instanceof Blob&&(gAe instanceof File?mAe=gAe:mAe=new File([gAe],EAe.name,{type:EAe.type})),oAe(Object.assign(mAe,{uid:EAe.uid}),pAe)},nAe=async(EAe,gAe)=>isFunction$4(EAe)?EAe(gAe):EAe,oAe=async(EAe,gAe)=>{const{headers:pAe,data:mAe,method:SAe,withCredentials:DAe,name:NAe,action:TAe,onProgress:bAe,onSuccess:GAe,onError:LAe,httpRequest:wAe}=$P;try{gAe=await nAe(gAe??mAe,EAe)}catch{$P.onRemove(EAe);return}const{uid:OAe}=EAe,PAe={headers:pAe||{},withCredentials:DAe,file:EAe,data:gAe,method:SAe,filename:NAe,action:TAe,onProgress:zAe=>{bAe(zAe,EAe)},onSuccess:zAe=>{GAe(zAe,EAe),delete eAe.value[OAe]},onError:zAe=>{LAe(zAe,EAe),delete eAe.value[OAe]}},HAe=wAe(PAe);eAe.value[OAe]=HAe,HAe instanceof Promise&&HAe.then(PAe.onSuccess,PAe.onError)},aAe=EAe=>{const gAe=EAe.target.files;gAe&&AAe(Array.from(gAe))},cAe=()=>{z9.value||(tAe.value.value="",tAe.value.click())},uAe=()=>{cAe()};return x_({abort:EAe=>{entriesOf(eAe.value).filter(EAe?([gAe])=>String(EAe.uid)===gAe:()=>!0).forEach(([gAe,pAe])=>{pAe instanceof XMLHttpRequest&&pAe.abort(),delete eAe.value[gAe]})},upload:iAe}),(EAe,gAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(zP).b(),unref(zP).m(r4.listType),unref(zP).is("drag",r4.drag),unref(zP).is("disabled",unref(z9))]),tabindex:unref(z9)?void 0:0,"aria-disabled":unref(z9),role:"button",onClick:cAe,onKeydown:withKeys(withModifiers(uAe,["self"]),["enter","space"])},[r4.drag?(openBlock(),createBlock(upload_dragger_default,{key:0,disabled:unref(z9),directory:r4.directory,onFile:AAe},{default:withCtx(()=>[renderSlot(EAe.$slots,"default")]),_:3},8,["disabled","directory"])):renderSlot(EAe.$slots,"default",{key:1}),createBaseVNode("input",{ref_key:"inputRef",ref:tAe,class:normalizeClass(unref(zP).e("input")),name:r4.name,disabled:unref(z9),multiple:r4.multiple,accept:r4.accept,webkitdirectory:r4.directory||void 0,type:"file",onChange:aAe,onClick:gAe[0]||(gAe[0]=withModifiers(()=>{},["stop"]))},null,42,_hoisted_2$f)],42,_hoisted_1$8G))}}),upload_content_default=upload_content_vue_vue_type_script_setup_true_lang_default;const SCOPE$1="ElUpload",revokeFileObjectURL=r4=>{var x_;(x_=r4.url)!=null&&x_.startsWith("blob:")&&URL.revokeObjectURL(r4.url)},useHandlers=(r4,x_)=>{const $P=useVModel$1(r4,"fileList",void 0,{passive:!0}),zP=dAe=>$P.value.find(EAe=>EAe.uid===dAe.uid);function z9(dAe){var EAe;(EAe=x_.value)==null||EAe.abort(dAe)}function eAe(dAe=["ready","uploading","success","fail"]){$P.value=$P.value.filter(EAe=>!dAe.includes(EAe.status))}function tAe(dAe){$P.value=$P.value.filter(EAe=>EAe.uid!==dAe.uid)}const AAe=dAe=>{nextTick(()=>r4.onChange(dAe,$P.value))},iAe=(dAe,EAe)=>{const gAe=zP(EAe);gAe&&(console.error(dAe),gAe.status="fail",tAe(gAe),r4.onError(dAe,gAe,$P.value),AAe(gAe))},nAe=(dAe,EAe)=>{const gAe=zP(EAe);gAe&&(r4.onProgress(dAe,gAe,$P.value),gAe.status="uploading",gAe.percentage=Math.round(dAe.percent))},oAe=(dAe,EAe)=>{const gAe=zP(EAe);gAe&&(gAe.status="success",gAe.response=dAe,r4.onSuccess(dAe,gAe,$P.value),AAe(gAe))},aAe=dAe=>{isNil(dAe.uid)&&(dAe.uid=genFileId());const EAe={name:dAe.name,percentage:0,status:"ready",size:dAe.size,raw:dAe,uid:dAe.uid};if(r4.listType==="picture-card"||r4.listType==="picture")try{EAe.url=URL.createObjectURL(dAe)}catch(gAe){debugWarn(SCOPE$1,gAe.message),r4.onError(gAe,EAe,$P.value)}$P.value=[...$P.value,EAe],AAe(EAe)},cAe=async dAe=>{const EAe=dAe instanceof File?zP(dAe):dAe;EAe||throwError$2(SCOPE$1,"file to be removed not found");const gAe=pAe=>{z9(pAe),tAe(pAe),r4.onRemove(pAe,$P.value),revokeFileObjectURL(pAe)};r4.beforeRemove?await r4.beforeRemove(EAe,$P.value)!==!1&&gAe(EAe):gAe(EAe)};function uAe(){$P.value.filter(({status:dAe})=>dAe==="ready").forEach(({raw:dAe})=>{var EAe;return dAe&&((EAe=x_.value)==null?void 0:EAe.upload(dAe))})}return watch(()=>r4.listType,dAe=>{dAe!=="picture-card"&&dAe!=="picture"||($P.value=$P.value.map(EAe=>{const{raw:gAe,url:pAe}=EAe;if(!pAe&&gAe)try{EAe.url=URL.createObjectURL(gAe)}catch(mAe){r4.onError(mAe,EAe,$P.value)}return EAe}))}),watch($P,dAe=>{for(const EAe of dAe)EAe.uid||(EAe.uid=genFileId()),EAe.status||(EAe.status="success")},{immediate:!0,deep:!0}),{uploadFiles:$P,abort:z9,clearFiles:eAe,handleError:iAe,handleProgress:nAe,handleStart:aAe,handleSuccess:oAe,handleRemove:cAe,submit:uAe,revokeFileObjectURL}};var upload_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElUpload",__name:"upload",props:uploadProps,setup(r4,{expose:x_}){const $P=r4,zP=useFormDisabled(),z9=shallowRef(),{abort:eAe,submit:tAe,clearFiles:AAe,uploadFiles:iAe,handleStart:nAe,handleError:oAe,handleRemove:aAe,handleSuccess:cAe,handleProgress:uAe,revokeFileObjectURL:dAe}=useHandlers($P,z9),EAe=computed(()=>$P.listType==="picture-card"),gAe=computed(()=>({...$P,fileList:iAe.value,onStart:nAe,onProgress:uAe,onSuccess:cAe,onError:oAe,onRemove:aAe}));return onBeforeUnmount(()=>{iAe.value.forEach(dAe)}),provide(uploadContextKey,{accept:toRef$1($P,"accept")}),x_({abort:eAe,submit:tAe,clearFiles:AAe,handleStart:nAe,handleRemove:aAe}),(pAe,mAe)=>(openBlock(),createElementBlock("div",null,[EAe.value&&r4.showFileList?(openBlock(),createBlock(upload_list_default,{key:0,disabled:unref(zP),"list-type":r4.listType,files:unref(iAe),crossorigin:r4.crossorigin,"handle-preview":r4.onPreview,onRemove:unref(aAe)},createSlots({append:withCtx(()=>[createVNode$1(upload_content_default,mergeProps({ref_key:"uploadRef",ref:z9},gAe.value),{default:withCtx(()=>[pAe.$slots.trigger?renderSlot(pAe.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!pAe.$slots.trigger&&pAe.$slots.default?renderSlot(pAe.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)]),_:2},[pAe.$slots.file?{name:"default",fn:withCtx(({file:SAe,index:DAe})=>[renderSlot(pAe.$slots,"file",{file:SAe,index:DAe})]),key:"0"}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0),!EAe.value||EAe.value&&!r4.showFileList?(openBlock(),createBlock(upload_content_default,mergeProps({key:1,ref_key:"uploadRef",ref:z9},gAe.value),{default:withCtx(()=>[pAe.$slots.trigger?renderSlot(pAe.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!pAe.$slots.trigger&&pAe.$slots.default?renderSlot(pAe.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)):createCommentVNode("v-if",!0),pAe.$slots.trigger?renderSlot(pAe.$slots,"default",{key:2}):createCommentVNode("v-if",!0),renderSlot(pAe.$slots,"tip"),!EAe.value&&r4.showFileList?(openBlock(),createBlock(upload_list_default,{key:3,disabled:unref(zP),"list-type":r4.listType,files:unref(iAe),crossorigin:r4.crossorigin,"handle-preview":r4.onPreview,onRemove:unref(aAe)},createSlots({_:2},[pAe.$slots.file?{name:"default",fn:withCtx(({file:SAe,index:DAe})=>[renderSlot(pAe.$slots,"file",{file:SAe,index:DAe})]),key:"0"}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0)]))}}),upload_default=upload_vue_vue_type_script_setup_true_lang_default;const ElUpload=withInstall(upload_default),watermarkProps=buildProps$1({zIndex:{type:Number,default:9},rotate:{type:Number,default:-22},width:Number,height:Number,image:String,content:{type:definePropType([String,Array]),default:"Element Plus"},font:{type:definePropType(Object)},gap:{type:definePropType(Array),default:()=>[100,100]},offset:{type:definePropType(Array)}});function toLowercaseSeparator(r4){return r4.replace(/([A-Z])/g,"-$1").toLowerCase()}function getStyleStr(r4){return Object.keys(r4).map(x_=>`${toLowercaseSeparator(x_)}: ${r4[x_]};`).join(" ")}function getPixelRatio(){return window.devicePixelRatio||1}const reRendering=(r4,x_)=>{let $P=!1;return r4.removedNodes.length&&x_&&($P=Array.from(r4.removedNodes).includes(x_)),r4.type==="attributes"&&r4.target===x_&&($P=!0),$P},TEXT_ALIGN_RATIO_MAP={left:[0,.5],start:[0,.5],center:[.5,0],right:[1,-.5],end:[1,-.5]};function prepareCanvas(r4,x_,$P=1){const zP=document.createElement("canvas"),z9=zP.getContext("2d"),eAe=r4*$P,tAe=x_*$P;return zP.setAttribute("width",`${eAe}px`),zP.setAttribute("height",`${tAe}px`),z9.save(),[z9,zP,eAe,tAe]}function useClips(){function r4(x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){const[oAe,aAe,cAe,uAe]=prepareCanvas(z9,eAe,zP);let dAe=0;if(x_ instanceof HTMLImageElement)oAe.drawImage(x_,0,0,cAe,uAe);else{const{color:tIe,fontSize:gIe,fontStyle:pIe,fontWeight:_Ie,fontFamily:SIe,textAlign:yIe,textBaseline:OIe}=tAe,HIe=Number(gIe)*zP;oAe.font=`${pIe} normal ${_Ie} ${HIe}px/${eAe}px ${SIe}`,oAe.fillStyle=tIe,oAe.textAlign=yIe,oAe.textBaseline=OIe;const PIe=isArray$6(x_)?x_:[x_];if(OIe!=="top"&&PIe[0]){const LIe=oAe.measureText(PIe[0]);oAe.textBaseline="top";const oEe=oAe.measureText(PIe[0]);dAe=LIe.actualBoundingBoxAscent-oEe.actualBoundingBoxAscent}PIe==null||PIe.forEach((LIe,oEe)=>{const[JIe,XIe]=TEXT_ALIGN_RATIO_MAP[yIe];oAe.fillText(LIe??"",cAe*JIe+nAe*XIe,oEe*(HIe+tAe.fontGap*zP))})}const EAe=Math.PI/180*Number($P),gAe=Math.max(z9,eAe),[pAe,mAe,SAe]=prepareCanvas(gAe,gAe,zP);pAe.translate(SAe/2,SAe/2),pAe.rotate(EAe),cAe>0&&uAe>0&&pAe.drawImage(aAe,-cAe/2,-uAe/2);function DAe(tIe,gIe){return[tIe*Math.cos(EAe)-gIe*Math.sin(EAe),tIe*Math.sin(EAe)+gIe*Math.cos(EAe)]}let NAe=0,TAe=0,bAe=0,GAe=0;const LAe=cAe/2,wAe=uAe/2;[[0-LAe,0-wAe],[0+LAe,0-wAe],[0+LAe,0+wAe],[0-LAe,0+wAe]].forEach(([tIe,gIe])=>{const[pIe,_Ie]=DAe(tIe,gIe);NAe=Math.min(NAe,pIe),TAe=Math.max(TAe,pIe),bAe=Math.min(bAe,_Ie),GAe=Math.max(GAe,_Ie)});const OAe=NAe+SAe/2,PAe=bAe+SAe/2,HAe=TAe-NAe,zAe=GAe-bAe,eIe=AAe*zP,iIe=iAe*zP,rIe=(HAe+eIe)*2,AIe=zAe+iIe,[XAe,EIe]=prepareCanvas(rIe,AIe);function hIe(tIe=0,gIe=0){XAe.drawImage(mAe,OAe,PAe,HAe,zAe,tIe,gIe+dAe,HAe,zAe)}return hIe(),hIe(HAe+eIe,-zAe/2-iIe/2),hIe(HAe+eIe,+zAe/2+iIe/2),[EIe.toDataURL(),rIe/zP,AIe/zP]}return r4}var watermark_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElWatermark",__name:"watermark",props:watermarkProps,setup(r4){const x_={position:"relative"},$P=r4,zP=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.fontGap)??3}),z9=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.color)??"rgba(0,0,0,.15)"}),eAe=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.fontSize)??16}),tAe=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.fontWeight)??"normal"}),AAe=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.fontStyle)??"normal"}),iAe=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.fontFamily)??"sans-serif"}),nAe=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.textAlign)??"center"}),oAe=computed(()=>{var OAe;return((OAe=$P.font)==null?void 0:OAe.textBaseline)??"hanging"}),aAe=computed(()=>$P.gap[0]),cAe=computed(()=>$P.gap[1]),uAe=computed(()=>aAe.value/2),dAe=computed(()=>cAe.value/2),EAe=computed(()=>{var OAe;return((OAe=$P.offset)==null?void 0:OAe[0])??uAe.value}),gAe=computed(()=>{var OAe;return((OAe=$P.offset)==null?void 0:OAe[1])??dAe.value}),pAe=()=>{const OAe={zIndex:$P.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let PAe=EAe.value-uAe.value,HAe=gAe.value-dAe.value;return PAe>0&&(OAe.left=`${PAe}px`,OAe.width=`calc(100% - ${PAe}px)`,PAe=0),HAe>0&&(OAe.top=`${HAe}px`,OAe.height=`calc(100% - ${HAe}px)`,HAe=0),OAe.backgroundPosition=`${PAe}px ${HAe}px`,OAe},mAe=shallowRef(null),SAe=shallowRef(),DAe=ref(!1),NAe=()=>{SAe.value&&(SAe.value.remove(),SAe.value=void 0)},TAe=(OAe,PAe)=>{var HAe;mAe.value&&SAe.value&&(DAe.value=!0,SAe.value.setAttribute("style",getStyleStr({...pAe(),backgroundImage:`url('${OAe}')`,backgroundSize:`${Math.floor(PAe)}px`})),(HAe=mAe.value)==null||HAe.append(SAe.value),setTimeout(()=>{DAe.value=!1}))},bAe=OAe=>{let PAe=120,HAe=64,zAe=0;const{image:eIe,content:iIe,width:rIe,height:AIe,rotate:XAe}=$P;if(!eIe&&OAe.measureText){OAe.font=`${Number(eAe.value)}px ${iAe.value}`;const EIe=isArray$6(iIe)?iIe:[iIe];let hIe=0,tIe=0;EIe.forEach(pIe=>{const{width:_Ie,fontBoundingBoxAscent:SIe,fontBoundingBoxDescent:yIe,actualBoundingBoxAscent:OIe,actualBoundingBoxDescent:HIe}=OAe.measureText(pIe),PIe=isUndefined(SIe)?OIe+HIe:SIe+yIe;_Ie>hIe&&(hIe=Math.ceil(_Ie)),PIe>tIe&&(tIe=Math.ceil(PIe))}),PAe=hIe,HAe=tIe*EIe.length+(EIe.length-1)*zP.value;const gIe=Math.PI/180*Number(XAe);zAe=Math.ceil(Math.abs(Math.sin(gIe)*HAe)/2),PAe+=zAe}return[rIe??PAe,AIe??HAe,zAe]},GAe=useClips(),LAe=()=>{const OAe=document.createElement("canvas").getContext("2d"),PAe=$P.image,HAe=$P.content,zAe=$P.rotate;if(OAe){SAe.value||(SAe.value=document.createElement("div"));const eIe=getPixelRatio(),[iIe,rIe,AIe]=bAe(OAe),XAe=EIe=>{const[hIe,tIe]=GAe(EIe||"",zAe,eIe,iIe,rIe,{color:z9.value,fontSize:eAe.value,fontStyle:AAe.value,fontWeight:tAe.value,fontFamily:iAe.value,fontGap:zP.value,textAlign:nAe.value,textBaseline:oAe.value},aAe.value,cAe.value,AIe);TAe(hIe,tIe)};if(PAe){const EIe=new Image;EIe.onload=()=>{XAe(EIe)},EIe.onerror=()=>{XAe(HAe)},EIe.crossOrigin="anonymous",EIe.referrerPolicy="no-referrer",EIe.src=PAe}else XAe(HAe)}};return onMounted(()=>{LAe()}),watch(()=>$P,()=>{LAe()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{NAe()}),useMutationObserver(mAe,OAe=>{DAe.value||OAe.forEach(PAe=>{reRendering(PAe,SAe.value)&&(NAe(),LAe())})},{attributes:!0,subtree:!0,childList:!0}),(OAe,PAe)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:mAe,style:normalizeStyle$1([x_])},[renderSlot(OAe.$slots,"default")],4))}}),watermark_default=watermark_vue_vue_type_script_setup_true_lang_default;withInstall(watermark_default);const tourStrategies=["absolute","fixed"],tourPlacements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tourContentProps=buildProps$1({placement:{type:definePropType(String),values:tourPlacements,default:"bottom"},reference:{type:definePropType(Object),default:null},strategy:{type:definePropType(String),values:tourStrategies,default:"absolute"},offset:{type:Number,default:10},showArrow:Boolean,zIndex:{type:Number,default:2001}}),tourContentEmits={close:()=>!0},tourProps=buildProps$1({modelValue:Boolean,current:{type:Number,default:0},showArrow:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeIcon:{type:iconPropType},placement:tourContentProps.placement,contentStyle:{type:definePropType([Object])},mask:{type:definePropType([Boolean,Object]),default:!0},gap:{type:definePropType(Object),default:()=>({offset:6,radius:2})},zIndex:{type:Number},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:()=>({block:"center"})},type:{type:definePropType(String)},appendTo:{type:teleportProps.to.type,default:"body"},closeOnPressEscape:{type:Boolean,default:!0},targetAreaClickable:{type:Boolean,default:!0}}),tourEmits={[UPDATE_MODEL_EVENT]:r4=>isBoolean(r4),"update:current":r4=>isNumber$2(r4),close:r4=>isNumber$2(r4),finish:()=>!0,change:r4=>isNumber$2(r4)},tourStepProps=buildProps$1({target:{type:definePropType([String,Object,Function])},title:String,description:String,showClose:{type:Boolean,default:void 0},closeIcon:{type:iconPropType},showArrow:{type:Boolean,default:void 0},placement:tourContentProps.placement,mask:{type:definePropType([Boolean,Object]),default:void 0},contentStyle:{type:definePropType([Object])},prevButtonProps:{type:definePropType(Object)},nextButtonProps:{type:definePropType(Object)},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:void 0},type:{type:definePropType(String)}}),tourStepEmits={close:()=>!0},useTarget=(r4,x_,$P,zP,z9)=>{const eAe=ref(null),tAe=()=>{let oAe;return isString$2(r4.value)?oAe=document.querySelector(r4.value):isFunction$4(r4.value)?oAe=r4.value():oAe=r4.value,oAe},AAe=()=>{const oAe=tAe();if(!oAe||!x_.value){eAe.value=null;return}isInViewPort(oAe)||oAe.scrollIntoView(z9.value);const{left:aAe,top:cAe,width:uAe,height:dAe}=oAe.getBoundingClientRect();eAe.value={left:aAe,top:cAe,width:uAe,height:dAe,radius:0}};onMounted(()=>{watch([x_,r4],()=>{AAe()},{immediate:!0}),window.addEventListener("resize",AAe)}),onBeforeUnmount(()=>{window.removeEventListener("resize",AAe)});const iAe=oAe=>(isArray$6($P.value.offset)?$P.value.offset[oAe]:$P.value.offset)??6,nAe=computed(()=>{var uAe;if(!eAe.value)return eAe.value;const oAe=iAe(0),aAe=iAe(1),cAe=((uAe=$P.value)==null?void 0:uAe.radius)||2;return{left:eAe.value.left-oAe,top:eAe.value.top-aAe,width:eAe.value.width+oAe*2,height:eAe.value.height+aAe*2,radius:cAe}});return{mergedPosInfo:nAe,triggerTarget:computed(()=>{const oAe=tAe();return!zP.value||!oAe||!window.DOMRect?oAe||void 0:{getBoundingClientRect(){var aAe,cAe,uAe,dAe;return window.DOMRect.fromRect({width:((aAe=nAe.value)==null?void 0:aAe.width)||0,height:((cAe=nAe.value)==null?void 0:cAe.height)||0,x:((uAe=nAe.value)==null?void 0:uAe.left)||0,y:((dAe=nAe.value)==null?void 0:dAe.top)||0})}}})}},tourKey=Symbol("ElTour");function isInViewPort(r4){const x_=window.innerWidth||document.documentElement.clientWidth,$P=window.innerHeight||document.documentElement.clientHeight,{top:zP,right:z9,bottom:eAe,left:tAe}=r4.getBoundingClientRect();return zP>=0&&tAe>=0&&z9<=x_&&eAe<=$P}const useFloating=(r4,x_,$P,zP,z9,eAe,tAe,AAe)=>{const iAe=ref(),nAe=ref(),oAe=ref({}),aAe={x:iAe,y:nAe,placement:zP,strategy:z9,middlewareData:oAe},cAe=computed(()=>{const pAe=[offset(unref(eAe)),flip(),shift(),overflowMiddleware()];return unref(AAe)&&unref($P)&&pAe.push(arrow({element:unref($P)})),pAe}),uAe=async()=>{if(!isClient$1)return;const pAe=unref(r4),mAe=unref(x_);if(!pAe||!mAe)return;const SAe=await computePosition(pAe,mAe,{placement:unref(zP),strategy:unref(z9),middleware:unref(cAe)});keysOf(aAe).forEach(DAe=>{aAe[DAe].value=SAe[DAe]})},dAe=computed(()=>{if(!unref(r4))return{position:"fixed",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",maxWidth:"100vw",zIndex:unref(tAe)};const{overflow:pAe}=unref(oAe);return{position:unref(z9),zIndex:unref(tAe),top:unref(nAe)!=null?`${unref(nAe)}px`:"",left:unref(iAe)!=null?`${unref(iAe)}px`:"",maxWidth:pAe!=null&&pAe.maxWidth?`${pAe==null?void 0:pAe.maxWidth}px`:""}}),EAe=computed(()=>{if(!unref(AAe))return{};const{arrow:pAe}=unref(oAe);return{left:(pAe==null?void 0:pAe.x)!=null?`${pAe==null?void 0:pAe.x}px`:"",top:(pAe==null?void 0:pAe.y)!=null?`${pAe==null?void 0:pAe.y}px`:""}});let gAe;return onMounted(()=>{const pAe=unref(r4),mAe=unref(x_);pAe&&mAe&&(gAe=autoUpdate(pAe,mAe,uAe)),watchEffect(()=>{uAe()})}),onBeforeUnmount(()=>{gAe&&gAe()}),{update:uAe,contentStyle:dAe,arrowStyle:EAe}},overflowMiddleware=()=>({name:"overflow",async fn(r4){const x_=await detectOverflow(r4);let $P=0;return x_.left>0&&($P=x_.left),x_.right>0&&($P=x_.right),{data:{maxWidth:r4.rects.floating.width-$P}}}}),maskProps=buildProps$1({zIndex:{type:Number,default:1001},visible:Boolean,fill:{type:String,default:"rgba(0,0,0,0.5)"},pos:{type:definePropType(Object)},targetAreaClickable:{type:Boolean,default:!0}}),_hoisted_1$8F={style:{width:"100%",height:"100%"}},_hoisted_2$e=["d"];var mask_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTourMask",inheritAttrs:!1,__name:"mask",props:maskProps,setup(r4){const x_=r4,{ns:$P}=inject(tourKey),zP=computed(()=>{var oAe;return((oAe=x_.pos)==null?void 0:oAe.radius)??2}),z9=computed(()=>{const oAe=zP.value,aAe=`a${oAe},${oAe} 0 0 1`;return{topRight:`${aAe} ${oAe},${oAe}`,bottomRight:`${aAe} ${-oAe},${oAe}`,bottomLeft:`${aAe} ${-oAe},${-oAe}`,topLeft:`${aAe} ${oAe},${-oAe}`}}),{width:eAe,height:tAe}=useWindowSize$1(),AAe=computed(()=>{const oAe=eAe.value,aAe=tAe.value,cAe=z9.value,uAe=`M${oAe},0 L0,0 L0,${aAe} L${oAe},${aAe} L${oAe},0 Z`,dAe=zP.value;return x_.pos?`${uAe} M${x_.pos.left+dAe},${x_.pos.top} h${x_.pos.width-dAe*2} ${cAe.topRight} v${x_.pos.height-dAe*2} ${cAe.bottomRight} h${-x_.pos.width+dAe*2} ${cAe.bottomLeft} v${-x_.pos.height+dAe*2} ${cAe.topLeft} z`:uAe}),iAe=computed(()=>({position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:x_.zIndex,pointerEvents:x_.pos&&x_.targetAreaClickable?"none":"auto"})),nAe=computed(()=>({fill:x_.fill,pointerEvents:"auto",cursor:"auto"}));return useLockscreen(toRef$1(x_,"visible"),{ns:$P}),(oAe,aAe)=>r4.visible?(openBlock(),createElementBlock("div",mergeProps({key:0,class:unref($P).e("mask"),style:iAe.value},oAe.$attrs),[(openBlock(),createElementBlock("svg",_hoisted_1$8F,[createBaseVNode("path",{class:normalizeClass(unref($P).e("hollow")),style:normalizeStyle$1(nAe.value),d:AAe.value},null,14,_hoisted_2$e)]))],16)):createCommentVNode("v-if",!0)}}),mask_default=mask_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$8E=["data-side"];var content_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTourContent",__name:"content",props:tourContentProps,emits:tourContentEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=ref($P.placement),eAe=ref($P.strategy),tAe=ref(null),AAe=ref(null);watch(()=>$P.placement,()=>{z9.value=$P.placement});const{contentStyle:iAe,arrowStyle:nAe}=useFloating(toRef$1($P,"reference"),tAe,AAe,z9,eAe,toRef$1($P,"offset"),toRef$1($P,"zIndex"),toRef$1($P,"showArrow")),oAe=computed(()=>z9.value.split("-")[0]),{ns:aAe}=inject(tourKey),cAe=()=>{zP("close")},uAe=dAe=>{dAe.detail.focusReason==="pointer"&&dAe.preventDefault()};return(dAe,EAe)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:tAe,style:normalizeStyle$1(unref(iAe)),class:normalizeClass(unref(aAe).e("content")),"data-side":oAe.value,tabindex:"-1"},[createVNode$1(unref(focus_trap_default$1),{loop:"",trapped:"","focus-start-el":"container","focus-trap-el":tAe.value||void 0,onReleaseRequested:cAe,onFocusoutPrevented:uAe},{default:withCtx(()=>[renderSlot(dAe.$slots,"default")]),_:3},8,["focus-trap-el"]),r4.showArrow?(openBlock(),createElementBlock("span",{key:0,ref_key:"arrowRef",ref:AAe,style:normalizeStyle$1(unref(nAe)),class:normalizeClass(unref(aAe).e("arrow"))},null,6)):createCommentVNode("v-if",!0)],14,_hoisted_1$8E))}}),content_default=content_vue_vue_type_script_setup_true_lang_default,steps_default=defineComponent({name:"ElTourSteps",props:{current:{type:Number,default:0}},emits:["update-total"],setup(r4,{slots:x_,emit:$P}){let zP=0;return()=>{var iAe,nAe;const z9=(iAe=x_.default)==null?void 0:iAe.call(x_),eAe=[];let tAe=0;function AAe(oAe){isArray$6(oAe)&&oAe.forEach(aAe=>{var cAe;((cAe=(aAe==null?void 0:aAe.type)||{})==null?void 0:cAe.name)==="ElTourStep"&&(eAe.push(aAe),tAe+=1)})}return z9.length&&AAe(flattedChildren((nAe=z9[0])==null?void 0:nAe.children)),zP!==tAe&&(zP=tAe,$P("update-total",tAe)),eAe.length?eAe[r4.current]:null}}}),tour_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTour",inheritAttrs:!1,__name:"tour",props:tourProps,emits:tourEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("tour"),eAe=ref(0),tAe=ref(),AAe=useVModel$1($P,"current",zP,{passive:!0}),iAe=computed(()=>{var wAe;return(wAe=tAe.value)==null?void 0:wAe.target}),nAe=computed(()=>[z9.b(),pAe.value==="primary"?z9.m("primary"):""]),oAe=computed(()=>{var wAe;return((wAe=tAe.value)==null?void 0:wAe.placement)||$P.placement}),aAe=computed(()=>{var wAe;return((wAe=tAe.value)==null?void 0:wAe.contentStyle)??$P.contentStyle}),cAe=computed(()=>{var wAe;return((wAe=tAe.value)==null?void 0:wAe.mask)??$P.mask}),uAe=computed(()=>!!cAe.value&&$P.modelValue),dAe=computed(()=>isBoolean(cAe.value)?void 0:cAe.value),EAe=computed(()=>{var wAe;return!!iAe.value&&(((wAe=tAe.value)==null?void 0:wAe.showArrow)??$P.showArrow)}),gAe=computed(()=>{var wAe;return((wAe=tAe.value)==null?void 0:wAe.scrollIntoViewOptions)??$P.scrollIntoViewOptions}),pAe=computed(()=>{var wAe;return((wAe=tAe.value)==null?void 0:wAe.type)??$P.type}),{nextZIndex:mAe}=useZIndex(),SAe=mAe(),DAe=computed(()=>$P.zIndex??SAe),{mergedPosInfo:NAe,triggerTarget:TAe}=useTarget(iAe,toRef$1($P,"modelValue"),toRef$1($P,"gap"),cAe,gAe);watch(()=>$P.modelValue,wAe=>{wAe||(AAe.value=0)});const bAe=()=>{$P.closeOnPressEscape&&(zP(UPDATE_MODEL_EVENT,!1),zP("close",AAe.value))},GAe=wAe=>{eAe.value=wAe},LAe=useSlots();return provide(tourKey,{currentStep:tAe,current:AAe,total:eAe,showClose:toRef$1($P,"showClose"),closeIcon:toRef$1($P,"closeIcon"),mergedType:pAe,ns:z9,slots:LAe,updateModelValue(wAe){zP(UPDATE_MODEL_EVENT,wAe)},onClose(){zP("close",AAe.value)},onFinish(){zP("finish")},onChange(){zP(CHANGE_EVENT,AAe.value)}}),(wAe,OAe)=>(openBlock(),createElementBlock(Fragment$1,null,[createVNode$1(unref(ElTeleport),{to:r4.appendTo},{default:withCtx(()=>{var PAe,HAe;return[createBaseVNode("div",mergeProps({class:nAe.value},wAe.$attrs),[createVNode$1(mask_default,{visible:uAe.value,fill:(PAe=dAe.value)==null?void 0:PAe.color,style:normalizeStyle$1((HAe=dAe.value)==null?void 0:HAe.style),pos:unref(NAe),"z-index":DAe.value,"target-area-clickable":r4.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),r4.modelValue?(openBlock(),createBlock(content_default,{key:unref(AAe),reference:unref(TAe),placement:oAe.value,"show-arrow":EAe.value,"z-index":DAe.value,style:normalizeStyle$1(aAe.value),onClose:bAe},{default:withCtx(()=>[createVNode$1(unref(steps_default),{current:unref(AAe),onUpdateTotal:GAe},{default:withCtx(()=>[renderSlot(wAe.$slots,"default")]),_:3},8,["current"])]),_:3},8,["reference","placement","show-arrow","z-index","style"])):createCommentVNode("v-if",!0)],16)]}),_:3},8,["to"]),createCommentVNode(" just for IDE "),createCommentVNode("v-if",!0)],64))}}),tour_default=tour_vue_vue_type_script_setup_true_lang_default;const _hoisted_1$8D=["aria-label"];var step_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElTourStep",__name:"step",props:tourStepProps,emits:tourStepEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,{Close:z9}=CloseComponents,{t:eAe}=useLocale(),{currentStep:tAe,current:AAe,total:iAe,showClose:nAe,closeIcon:oAe,mergedType:aAe,ns:cAe,slots:uAe,updateModelValue:dAe,onClose:EAe,onFinish:gAe,onChange:pAe}=inject(tourKey);watch($P,wAe=>{tAe.value=wAe},{immediate:!0});const mAe=computed(()=>$P.showClose??nAe.value),SAe=computed(()=>$P.closeIcon??oAe.value??z9),DAe=wAe=>{if(wAe)return omit(wAe,["children","onClick"])},NAe=()=>{var wAe,OAe;AAe.value-=1,(wAe=$P.prevButtonProps)!=null&&wAe.onClick&&((OAe=$P.prevButtonProps)==null||OAe.onClick()),pAe()},TAe=()=>{var wAe;AAe.value>=iAe.value-1?bAe():AAe.value+=1,(wAe=$P.nextButtonProps)!=null&&wAe.onClick&&$P.nextButtonProps.onClick(),pAe()},bAe=()=>{GAe(),gAe()},GAe=()=>{dAe(!1),EAe(),zP("close")},LAe=wAe=>{var OAe;if(!((OAe=wAe.target)!=null&&OAe.isContentEditable))switch(getEventCode(wAe)){case EVENT_CODE.left:wAe.preventDefault(),AAe.value>0&&NAe();break;case EVENT_CODE.right:wAe.preventDefault(),TAe();break}};return onMounted(()=>{window.addEventListener("keydown",LAe)}),onBeforeUnmount(()=>{window.removeEventListener("keydown",LAe)}),(wAe,OAe)=>(openBlock(),createElementBlock(Fragment$1,null,[mAe.value?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(eAe)("el.tour.close"),class:normalizeClass(unref(cAe).e("closebtn")),type:"button",onClick:GAe},[createVNode$1(unref(ElIcon),{class:normalizeClass(unref(cAe).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(SAe.value)))]),_:1},8,["class"])],10,_hoisted_1$8D)):createCommentVNode("v-if",!0),createBaseVNode("header",{class:normalizeClass([unref(cAe).e("header"),{"show-close":unref(nAe)}])},[renderSlot(wAe.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading",class:normalizeClass(unref(cAe).e("title"))},toDisplayString(r4.title),3)])],2),createBaseVNode("div",{class:normalizeClass(unref(cAe).e("body"))},[renderSlot(wAe.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(r4.description),1)])],2),createBaseVNode("footer",{class:normalizeClass(unref(cAe).e("footer"))},[createBaseVNode("div",{class:normalizeClass(unref(cAe).b("indicators"))},[unref(uAe).indicators?(openBlock(),createBlock(resolveDynamicComponent(unref(uAe).indicators),{key:0,current:unref(AAe),total:unref(iAe)},null,8,["current","total"])):(openBlock(!0),createElementBlock(Fragment$1,{key:1},renderList(unref(iAe),(PAe,HAe)=>(openBlock(),createElementBlock("span",{key:PAe,class:normalizeClass([unref(cAe).b("indicator"),unref(cAe).is("active",HAe===unref(AAe))])},null,2))),128))],2),createBaseVNode("div",{class:normalizeClass(unref(cAe).b("buttons"))},[unref(AAe)>0?(openBlock(),createBlock(unref(ElButton),mergeProps({key:0,size:"small",type:unref(aAe)},DAe(r4.prevButtonProps),{onClick:NAe}),{default:withCtx(()=>{var PAe;return[createTextVNode(toDisplayString(((PAe=r4.prevButtonProps)==null?void 0:PAe.children)??unref(eAe)("el.tour.previous")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0),unref(AAe)<=unref(iAe)-1?(openBlock(),createBlock(unref(ElButton),mergeProps({key:1,size:"small",type:unref(aAe)==="primary"?"default":"primary"},DAe(r4.nextButtonProps),{onClick:TAe}),{default:withCtx(()=>{var PAe;return[createTextVNode(toDisplayString(((PAe=r4.nextButtonProps)==null?void 0:PAe.children)??(unref(AAe)===unref(iAe)-1?unref(eAe)("el.tour.finish"):unref(eAe)("el.tour.next"))),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0)],2)],2)],64))}}),step_default=step_vue_vue_type_script_setup_true_lang_default;withInstall(tour_default,{TourStep:step_default});withNoopInstall(step_default);const anchorProps=buildProps$1({container:{type:definePropType([String,Object])},offset:{type:Number,default:0},bound:{type:Number,default:15},duration:{type:Number,default:300},marker:{type:Boolean,default:!0},type:{type:definePropType(String),default:"default"},direction:{type:definePropType(String),default:"vertical"},selectScrollTop:Boolean}),anchorEmits={change:r4=>isString$2(r4),click:(r4,x_)=>r4 instanceof MouseEvent&&(isString$2(x_)||isUndefined(x_))},getElement=r4=>{if(!isClient$1||r4==="")return null;if(isString$2(r4))try{return document.querySelector(r4)}catch{return null}return r4};function throttleByRaf(r4){let x_=0;const $P=(...zP)=>{x_&&cAF(x_),x_=rAF(()=>{r4(...zP),x_=0})};return $P.cancel=()=>{cAF(x_),x_=0},$P}const anchorKey=Symbol("anchor");var anchor_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElAnchor",__name:"anchor",props:anchorProps,emits:anchorEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useSlots(),tAe=ref(""),AAe=ref({}),iAe=ref(null),nAe=ref(null),oAe=ref(),aAe={};let cAe=!1,uAe=0;const dAe=useNamespace("anchor"),EAe=computed(()=>[dAe.b(),zP.type==="underline"?dAe.m("underline"):"",dAe.m(zP.direction)]),gAe=PAe=>{aAe[PAe.href]=PAe.el},pAe=PAe=>{delete aAe[PAe]},mAe=PAe=>{tAe.value!==PAe&&(tAe.value=PAe,z9(CHANGE_EVENT,PAe))};let SAe=null,DAe="";const NAe=PAe=>{if(!oAe.value)return;const HAe=getElement(PAe);if(!HAe)return;if(SAe){if(DAe===PAe)return;SAe()}DAe=PAe,cAe=!0;const zAe=getScrollElement(HAe,oAe.value),eIe=getOffsetTopDistance(HAe,zAe),iIe=zAe.scrollHeight-zAe.clientHeight,rIe=Math.min(eIe-zP.offset,iIe);SAe=animateScrollTo(oAe.value,uAe,rIe,zP.duration,()=>{setTimeout(()=>{cAe=!1,DAe=""},20)})},TAe=PAe=>{PAe&&(mAe(PAe),NAe(PAe))},bAe=(PAe,HAe)=>{z9("click",PAe,HAe),TAe(HAe)},GAe=throttleByRaf(()=>{oAe.value&&(uAe=getScrollTop(oAe.value));const PAe=LAe();cAe||isUndefined(PAe)||mAe(PAe)}),LAe=()=>{if(!oAe.value)return;const PAe=getScrollTop(oAe.value),HAe=[];for(const zAe of Object.keys(aAe)){const eIe=getElement(zAe);if(!eIe)continue;const iIe=getOffsetTopDistance(eIe,getScrollElement(eIe,oAe.value));HAe.push({top:iIe-zP.offset-zP.bound,href:zAe})}HAe.sort((zAe,eIe)=>zAe.top-eIe.top);for(let zAe=0;zAePAe))return eIe.href}},wAe=()=>{const PAe=getElement(zP.container);!PAe||isWindow(PAe)?oAe.value=window:oAe.value=PAe};useEventListener$1(oAe,"scroll",GAe);const OAe=()=>{nextTick(()=>{if(!iAe.value||!nAe.value||!tAe.value){AAe.value={};return}const PAe=aAe[tAe.value];if(!PAe){AAe.value={};return}const HAe=iAe.value.getBoundingClientRect(),zAe=nAe.value.getBoundingClientRect(),eIe=PAe.getBoundingClientRect();zP.direction==="horizontal"?AAe.value={left:`${eIe.left-HAe.left}px`,width:`${eIe.width}px`,opacity:1}:AAe.value={top:`${eIe.top-HAe.top+(eIe.height-zAe.height)/2}px`,opacity:1}})};return watch(tAe,OAe),watch(()=>{var PAe;return(PAe=eAe.default)==null?void 0:PAe.call(eAe)},OAe),onMounted(()=>{wAe();const PAe=decodeURIComponent(window.location.hash);getElement(PAe)?TAe(PAe):GAe()}),watch(()=>zP.container,()=>{wAe()}),provide(anchorKey,{ns:dAe,direction:zP.direction,currentAnchor:tAe,addLink:gAe,removeLink:pAe,handleClick:bAe}),x_({scrollTo:TAe}),(PAe,HAe)=>(openBlock(),createElementBlock("div",{ref_key:"anchorRef",ref:iAe,class:normalizeClass(EAe.value)},[r4.marker?(openBlock(),createElementBlock("div",{key:0,ref_key:"markerRef",ref:nAe,class:normalizeClass(unref(dAe).e("marker")),style:normalizeStyle$1(AAe.value)},null,6)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(dAe).e("list"))},[renderSlot(PAe.$slots,"default")],2)],2))}}),anchor_default=anchor_vue_vue_type_script_setup_true_lang_default;const anchorLinkProps=buildProps$1({title:String,href:String}),_hoisted_1$8C=["href"];var anchor_link_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElAnchorLink",__name:"anchor-link",props:anchorLinkProps,setup(r4){const x_=r4,$P=ref(null),{ns:zP,direction:z9,currentAnchor:eAe,addLink:tAe,removeLink:AAe,handleClick:iAe}=inject(anchorKey),nAe=computed(()=>[zP.e("link"),zP.is("active",eAe.value===x_.href)]),oAe=aAe=>{iAe(aAe,x_.href)};return watch(()=>x_.href,(aAe,cAe)=>{nextTick(()=>{cAe&&AAe(cAe),aAe&&tAe({href:aAe,el:$P.value})})}),onMounted(()=>{const{href:aAe}=x_;aAe&&tAe({href:aAe,el:$P.value})}),onBeforeUnmount(()=>{const{href:aAe}=x_;aAe&&AAe(aAe)}),(aAe,cAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(zP).e("item"))},[createBaseVNode("a",{ref_key:"linkRef",ref:$P,class:normalizeClass(nAe.value),href:r4.href,onClick:oAe},[renderSlot(aAe.$slots,"default",{},()=>[createTextVNode(toDisplayString(r4.title),1)])],10,_hoisted_1$8C),aAe.$slots["sub-link"]&&unref(z9)==="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(zP).e("list"))},[renderSlot(aAe.$slots,"sub-link")],2)):createCommentVNode("v-if",!0)],2))}}),anchor_link_default=anchor_link_vue_vue_type_script_setup_true_lang_default;withInstall(anchor_default,{AnchorLink:anchor_link_default});withNoopInstall(anchor_link_default);const defaultProps={label:"label",value:"value",disabled:"disabled"},segmentedProps=buildProps$1({direction:{type:definePropType(String),default:"horizontal"},options:{type:definePropType(Array),default:()=>[]},modelValue:{type:[String,Number,Boolean],default:void 0},props:{type:definePropType(Object),default:()=>defaultProps},block:Boolean,size:useSizeProp,disabled:{type:Boolean,default:void 0},validateEvent:{type:Boolean,default:!0},id:String,name:String,...useAriaProps(["ariaLabel"])}),segmentedEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4)||isNumber$2(r4)||isBoolean(r4),[CHANGE_EVENT]:r4=>isString$2(r4)||isNumber$2(r4)||isBoolean(r4)},_hoisted_1$8B=["id","aria-label","aria-labelledby"],_hoisted_2$d=["name","disabled","checked","onChange"];var segmented_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSegmented",__name:"segmented",props:segmentedProps,emits:segmentedEmits,setup(r4,{emit:x_}){const $P=r4,zP=x_,z9=useNamespace("segmented"),eAe=useId(),tAe=useFormSize(),AAe=useFormDisabled(),{formItem:iAe}=useFormItem(),{inputId:nAe,isLabeledByFormItem:oAe}=useFormItemInputId($P,{formItemContext:iAe}),aAe=ref(null),cAe=useActiveElement(),uAe=reactive({isInit:!1,width:0,height:0,translateX:0,translateY:0,focusVisible:!1}),dAe=(OAe,PAe)=>{const HAe=gAe(PAe);zP(UPDATE_MODEL_EVENT,HAe),zP(CHANGE_EVENT,HAe),OAe.target.checked=HAe===$P.modelValue},EAe=computed(()=>({...defaultProps,...$P.props})),gAe=OAe=>isObject$9(OAe)?OAe[EAe.value.value]:OAe,pAe=OAe=>isObject$9(OAe)?OAe[EAe.value.label]:OAe,mAe=OAe=>!!(AAe.value||isObject$9(OAe)&&OAe[EAe.value.disabled]),SAe=OAe=>$P.modelValue===gAe(OAe),DAe=OAe=>$P.options.find(PAe=>gAe(PAe)===OAe),NAe=OAe=>[z9.e("item"),z9.is("selected",SAe(OAe)),z9.is("disabled",mAe(OAe))],TAe=()=>{if(!aAe.value)return;const OAe=aAe.value.querySelector(".is-selected"),PAe=aAe.value.querySelector(".is-selected input");if(!OAe||!PAe){uAe.width=0,uAe.height=0,uAe.translateX=0,uAe.translateY=0,uAe.focusVisible=!1;return}uAe.isInit=!0,$P.direction==="vertical"?(uAe.height=OAe.offsetHeight,uAe.translateY=OAe.offsetTop):(uAe.width=OAe.offsetWidth,uAe.translateX=OAe.offsetLeft);try{uAe.focusVisible=PAe.matches(":focus-visible")}catch{}},bAe=computed(()=>[z9.b(),z9.m(tAe.value),z9.is("block",$P.block)]),GAe=computed(()=>({width:$P.direction==="vertical"?"100%":`${uAe.width}px`,height:$P.direction==="vertical"?`${uAe.height}px`:"100%",transform:$P.direction==="vertical"?`translateY(${uAe.translateY}px)`:`translateX(${uAe.translateX}px)`,display:uAe.isInit?"block":"none"})),LAe=computed(()=>[z9.e("item-selected"),z9.is("disabled",mAe(DAe($P.modelValue))),z9.is("focus-visible",uAe.focusVisible)]),wAe=computed(()=>$P.name||eAe.value);return useResizeObserver(aAe,TAe),watch(cAe,TAe),watch(()=>$P.modelValue,()=>{var OAe;TAe(),$P.validateEvent&&((OAe=iAe==null?void 0:iAe.validate)==null||OAe.call(iAe,"change").catch(PAe=>debugWarn(PAe)))},{flush:"post"}),(OAe,PAe)=>r4.options.length?(openBlock(),createElementBlock("div",{key:0,id:unref(nAe),ref_key:"segmentedRef",ref:aAe,class:normalizeClass(bAe.value),role:"radiogroup","aria-label":unref(oAe)?void 0:r4.ariaLabel||"segmented","aria-labelledby":unref(oAe)?unref(iAe).labelId:void 0},[createBaseVNode("div",{class:normalizeClass([unref(z9).e("group"),unref(z9).m(r4.direction)])},[createBaseVNode("div",{style:normalizeStyle$1(GAe.value),class:normalizeClass(LAe.value)},null,6),(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.options,(HAe,zAe)=>(openBlock(),createElementBlock("label",{key:zAe,class:normalizeClass(NAe(HAe))},[createBaseVNode("input",{class:normalizeClass(unref(z9).e("item-input")),type:"radio",name:wAe.value,disabled:mAe(HAe),checked:SAe(HAe),onChange:eIe=>dAe(eIe,HAe)},null,42,_hoisted_2$d),createBaseVNode("div",{class:normalizeClass(unref(z9).e("item-label"))},[renderSlot(OAe.$slots,"default",{item:HAe},()=>[createTextVNode(toDisplayString(pAe(HAe)),1)])],2)],2))),128))],2)],10,_hoisted_1$8B)):createCommentVNode("v-if",!0)}}),segmented_default=segmented_vue_vue_type_script_setup_true_lang_default;const ElSegmented=withInstall(segmented_default),filterOption=(r4,x_)=>{const $P=r4.toLowerCase();return(x_.label||x_.value||"").toLowerCase().includes($P)},getMentionCtx=(r4,x_,$P)=>{const{selectionEnd:zP}=r4;if(zP===null)return;const z9=r4.value,eAe=castArray$1(x_);let tAe=-1,AAe;for(let iAe=zP-1;iAe>=0;--iAe){const nAe=z9[iAe];if(tAe===-1&&(nAe===$P||nAe===` `||nAe==="\r")){tAe=iAe;continue}if(eAe.includes(nAe)){const oAe=tAe===-1?zP:tAe;AAe={pattern:z9.slice(iAe+1,oAe),start:iAe+1,end:oAe,prefix:nAe,prefixIndex:iAe,splitIndex:tAe,selectionEnd:zP};break}}return AAe},getCursorPosition=(r4,x_={debug:!1,useSelectionEnd:!1})=>{const $P=r4.selectionStart!==null?r4.selectionStart:0,zP=r4.selectionEnd!==null?r4.selectionEnd:0,z9=x_.useSelectionEnd?zP:$P,eAe=["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","borderStyle","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing","tabSize","MozTabSize"];if(x_.debug){const cAe=document.querySelector("#input-textarea-caret-position-mirror-div");cAe!=null&&cAe.parentNode&&cAe.parentNode.removeChild(cAe)}const tAe=document.createElement("div");tAe.id="input-textarea-caret-position-mirror-div",document.body.appendChild(tAe);const AAe=tAe.style,iAe=window.getComputedStyle(r4),nAe=r4.nodeName==="INPUT";AAe.whiteSpace=nAe?"nowrap":"pre-wrap",nAe||(AAe.wordWrap="break-word"),AAe.position="absolute",x_.debug||(AAe.visibility="hidden"),eAe.forEach(cAe=>{if(nAe&&cAe==="lineHeight")if(iAe.boxSizing==="border-box"){const uAe=Number.parseInt(iAe.height),dAe=Number.parseInt(iAe.paddingTop)+Number.parseInt(iAe.paddingBottom)+Number.parseInt(iAe.borderTopWidth)+Number.parseInt(iAe.borderBottomWidth),EAe=dAe+Number.parseInt(iAe.lineHeight);uAe>EAe?AAe.lineHeight=`${uAe-dAe}px`:uAe===EAe?AAe.lineHeight=iAe.lineHeight:AAe.lineHeight="0"}else AAe.lineHeight=iAe.height;else AAe[cAe]=iAe[cAe]}),isFirefox()?r4.scrollHeight>Number.parseInt(iAe.height)&&(AAe.overflowY="scroll"):AAe.overflow="hidden",tAe.textContent=r4.value.slice(0,Math.max(0,z9)),nAe&&tAe.textContent&&(tAe.textContent=tAe.textContent.replace(/\s/g," "));const oAe=document.createElement("span");oAe.textContent=r4.value.slice(Math.max(0,z9))||".",oAe.style.position="relative",oAe.style.left=`${-r4.scrollLeft}px`,oAe.style.top=`${-r4.scrollTop}px`,tAe.appendChild(oAe);const aAe={top:oAe.offsetTop+Number.parseInt(iAe.borderTopWidth),left:oAe.offsetLeft+Number.parseInt(iAe.borderLeftWidth),height:Number.parseInt(iAe.fontSize)*1.5};return x_.debug?oAe.style.backgroundColor="#aaa":document.body.removeChild(tAe),aAe.left>=r4.clientWidth&&(aAe.left=r4.clientWidth),aAe},mentionProps=buildProps$1({...inputProps,options:{type:definePropType(Array),default:()=>[]},prefix:{type:definePropType([String,Array]),default:"@",validator:r4=>isString$2(r4)?r4.length===1:r4.every(x_=>isString$2(x_)&&x_.length===1)},split:{type:String,default:" ",validator:r4=>r4.length===1},filterOption:{type:definePropType([Boolean,Function]),default:()=>filterOption,validator:r4=>r4===!1?!0:isFunction$4(r4)},placement:{type:definePropType(String),default:"bottom"},showArrow:Boolean,offset:{type:Number,default:0},whole:Boolean,checkIsWhole:{type:definePropType(Function)},modelValue:String,loading:Boolean,popperClass:useTooltipContentProps.popperClass,popperStyle:useTooltipContentProps.popperStyle,popperOptions:{type:definePropType(Object),default:()=>({})},props:{type:definePropType(Object),default:()=>mentionDefaultProps}}),mentionEmits={[UPDATE_MODEL_EVENT]:r4=>isString$2(r4),"whole-remove":(r4,x_)=>isString$2(r4)&&isString$2(x_),input:r4=>isString$2(r4),search:(r4,x_)=>isString$2(r4)&&isString$2(x_),select:(r4,x_)=>isObject$9(r4)&&isString$2(x_),focus:r4=>r4 instanceof FocusEvent,blur:r4=>r4 instanceof FocusEvent},mentionDefaultProps={value:"value",label:"label",disabled:"disabled"},mentionDropdownProps=buildProps$1({options:{type:definePropType(Array),default:()=>[]},loading:Boolean,disabled:Boolean,contentId:String,ariaLabel:String}),mentionDropdownEmits={select:r4=>isString$2(r4.value)},_hoisted_1$8A=["id","aria-disabled","aria-selected","onMousemove","onClick"];var mention_dropdown_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElMentionDropdown",__name:"mention-dropdown",props:mentionDropdownProps,emits:mentionDropdownEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=useNamespace("mention"),{t:tAe}=useLocale(),AAe=ref(-1),iAe=ref(),nAe=ref(),oAe=ref(),aAe=(DAe,NAe)=>[eAe.be("dropdown","item"),eAe.is("hovering",AAe.value===NAe),eAe.is("disabled",DAe.disabled||zP.disabled)],cAe=DAe=>{DAe.disabled||zP.disabled||z9("select",DAe)},uAe=DAe=>{AAe.value=DAe},dAe=computed(()=>zP.disabled||zP.options.every(DAe=>DAe.disabled)),EAe=computed(()=>zP.options[AAe.value]),gAe=()=>{!EAe.value||EAe.value.disabled||zP.disabled||z9("select",EAe.value)},pAe=DAe=>{const{options:NAe}=zP;if(NAe.length===0||dAe.value)return;DAe==="next"?(AAe.value++,AAe.value===NAe.length&&(AAe.value=0)):DAe==="prev"&&(AAe.value--,AAe.value<0&&(AAe.value=NAe.length-1));const TAe=NAe[AAe.value];if(TAe.disabled){pAe(DAe);return}nextTick(()=>mAe(TAe))},mAe=DAe=>{var GAe,LAe,wAe,OAe;const{options:NAe}=zP,TAe=NAe.findIndex(PAe=>PAe.value===DAe.value),bAe=(GAe=nAe.value)==null?void 0:GAe[TAe];if(bAe){const PAe=(wAe=(LAe=oAe.value)==null?void 0:LAe.querySelector)==null?void 0:wAe.call(LAe,`.${eAe.be("dropdown","wrap")}`);PAe&&scrollIntoView(PAe,bAe)}(OAe=iAe.value)==null||OAe.handleScroll()};return watch(()=>zP.options,()=>{dAe.value||zP.options.length===0?AAe.value=-1:AAe.value=zP.options.findIndex(DAe=>!DAe.disabled)},{immediate:!0}),x_({hoveringIndex:AAe,navigateOptions:pAe,selectHoverOption:gAe,hoverOption:EAe}),(DAe,NAe)=>(openBlock(),createElementBlock("div",{ref_key:"dropdownRef",ref:oAe,class:normalizeClass(unref(eAe).b("dropdown"))},[DAe.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(eAe).be("dropdown","header"))},[renderSlot(DAe.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode$1(unref(ElScrollbar),{id:r4.contentId,ref_key:"scrollbarRef",ref:iAe,tag:"ul","wrap-class":unref(eAe).be("dropdown","wrap"),"view-class":unref(eAe).be("dropdown","list"),role:"listbox","aria-label":r4.ariaLabel,"aria-orientation":"vertical"},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment$1,null,renderList(r4.options,(TAe,bAe)=>(openBlock(),createElementBlock("li",{id:`${r4.contentId}-${bAe}`,ref_for:!0,ref_key:"optionRefs",ref:nAe,key:bAe,class:normalizeClass(aAe(TAe,bAe)),role:"option","aria-disabled":TAe.disabled||r4.disabled||void 0,"aria-selected":AAe.value===bAe,onMousemove:GAe=>uAe(bAe),onClick:withModifiers(GAe=>cAe(TAe),["stop"])},[renderSlot(DAe.$slots,"label",{item:TAe,index:bAe},()=>[createBaseVNode("span",null,toDisplayString(TAe.label??TAe.value),1)])],42,_hoisted_1$8A))),128))]),_:3},8,["id","wrap-class","view-class","aria-label"]),[[vShow,r4.options.length>0&&!r4.loading]]),r4.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(eAe).be("dropdown","loading"))},[renderSlot(DAe.$slots,"loading",{},()=>[createTextVNode(toDisplayString(unref(tAe)("el.mention.loading")),1)])],2)):createCommentVNode("v-if",!0),DAe.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(eAe).be("dropdown","footer"))},[renderSlot(DAe.$slots,"footer")],2)):createCommentVNode("v-if",!0)],2))}}),mention_dropdown_default=mention_dropdown_vue_vue_type_script_setup_true_lang_default,mention_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElMention",inheritAttrs:!1,__name:"mention",props:mentionProps,emits:mentionEmits,setup(r4,{expose:x_,emit:$P}){const zP=r4,z9=$P,eAe=computed(()=>{const rIe=ElInput.props??[];return pick(zP,isArray$6(rIe)?rIe:Object.keys(rIe))}),tAe=useNamespace("mention"),AAe=useFormDisabled(),iAe=useId(),nAe=ref(),oAe=ref(),aAe=ref(),cAe=ref(!1),uAe=ref(),dAe=ref(),EAe=computed(()=>zP.showArrow?zP.placement:`${zP.placement}-start`),gAe=computed(()=>zP.showArrow?["bottom","top"]:["bottom-start","top-start"]),pAe=computed(()=>({...mentionDefaultProps,...zP.props})),mAe=rIe=>{const AIe={label:rIe[pAe.value.label],value:rIe[pAe.value.value],disabled:rIe[pAe.value.disabled]};return{...rIe,...AIe}},SAe=computed(()=>zP.options.map(mAe)),DAe=computed(()=>{const{filterOption:rIe}=zP;return!dAe.value||!rIe?SAe.value:SAe.value.filter(AIe=>rIe(dAe.value.pattern,AIe))}),NAe=computed(()=>cAe.value&&(!!DAe.value.length||zP.loading)),TAe=computed(()=>{var rIe;return`${iAe.value}-${(rIe=aAe.value)==null?void 0:rIe.hoveringIndex}`}),bAe=rIe=>{z9(UPDATE_MODEL_EVENT,rIe),z9(INPUT_EVENT,rIe),zAe()},GAe=rIe=>{var XAe,EIe,hIe,tIe;if((XAe=nAe.value)!=null&&XAe.isComposing)return;const AIe=getEventCode(rIe);switch(AIe){case EVENT_CODE.left:case EVENT_CODE.right:zAe();break;case EVENT_CODE.up:case EVENT_CODE.down:if(!cAe.value)return;rIe.preventDefault(),(EIe=aAe.value)==null||EIe.navigateOptions(AIe===EVENT_CODE.up?"prev":"next");break;case EVENT_CODE.enter:case EVENT_CODE.numpadEnter:if(!cAe.value){zP.type!=="textarea"&&zAe();return}rIe.preventDefault(),(hIe=aAe.value)!=null&&hIe.hoverOption?(tIe=aAe.value)==null||tIe.selectHoverOption():cAe.value=!1;break;case EVENT_CODE.esc:if(!cAe.value)return;rIe.preventDefault(),cAe.value=!1;break;case EVENT_CODE.backspace:if(zP.whole&&dAe.value){const{splitIndex:gIe,selectionEnd:pIe,pattern:_Ie,prefixIndex:SIe,prefix:yIe}=dAe.value,OIe=HAe();if(!OIe)return;const HIe=OIe.value,PIe=SAe.value.find(LIe=>LIe.value===_Ie);if((isFunction$4(zP.checkIsWhole)?zP.checkIsWhole(_Ie,yIe):PIe)&&gIe!==-1&&gIe+1===pIe){rIe.preventDefault();const LIe=HIe.slice(0,SIe)+HIe.slice(gIe+1);z9(UPDATE_MODEL_EVENT,LIe),z9(INPUT_EVENT,LIe),z9("whole-remove",_Ie,yIe);const oEe=SIe;nextTick(()=>{OIe.selectionStart=oEe,OIe.selectionEnd=oEe,iIe()})}}}},{wrapperRef:LAe}=useFocusController(nAe,{disabled:AAe,afterFocus(){zAe()},beforeBlur(rIe){var AIe;return(AIe=oAe.value)==null?void 0:AIe.isFocusInsideContent(rIe)},afterBlur(){cAe.value=!1}}),wAe=()=>{zAe()},OAe=rIe=>zP.options.find(AIe=>rIe.value===AIe[pAe.value.value]),PAe=rIe=>{if(!dAe.value)return;const AIe=HAe();if(!AIe)return;const XAe=AIe.value,{split:EIe}=zP,hIe=XAe.slice(dAe.value.end),tIe=hIe.startsWith(EIe),gIe=`${rIe.value}${tIe?"":EIe}`,pIe=XAe.slice(0,dAe.value.start)+gIe+hIe;z9(UPDATE_MODEL_EVENT,pIe),z9(INPUT_EVENT,pIe),z9("select",OAe(rIe),dAe.value.prefix);const _Ie=dAe.value.start+gIe.length+(tIe?1:0);nextTick(()=>{AIe.selectionStart=_Ie,AIe.selectionEnd=_Ie,AIe.focus(),iIe()})},HAe=()=>{var rIe,AIe;return zP.type==="textarea"?(rIe=nAe.value)==null?void 0:rIe.textarea:(AIe=nAe.value)==null?void 0:AIe.input},zAe=()=>{setTimeout(()=>{eIe(),iIe(),nextTick(()=>{var rIe;return(rIe=oAe.value)==null?void 0:rIe.updatePopper()})},0)},eIe=()=>{const rIe=HAe();if(!rIe)return;const AIe=getCursorPosition(rIe),XAe=rIe.getBoundingClientRect(),EIe=LAe.value.getBoundingClientRect();uAe.value={position:"absolute",width:0,height:`${AIe.height}px`,left:`${AIe.left+XAe.left-EIe.left}px`,top:`${AIe.top+XAe.top-EIe.top}px`}},iIe=()=>{const rIe=HAe();if(document.activeElement!==rIe){cAe.value=!1;return}const{prefix:AIe,split:XAe}=zP;if(dAe.value=getMentionCtx(rIe,AIe,XAe),dAe.value&&dAe.value.splitIndex===-1){cAe.value=!0,z9("search",dAe.value.pattern,dAe.value.prefix);return}cAe.value=!1};return x_({input:nAe,tooltip:oAe,dropdownVisible:NAe}),(rIe,AIe)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:LAe,class:normalizeClass(unref(tAe).b())},[createVNode$1(unref(ElInput),mergeProps(mergeProps(eAe.value,rIe.$attrs),{ref_key:"elInputRef",ref:nAe,"model-value":r4.modelValue,disabled:unref(AAe),role:NAe.value?"combobox":void 0,"aria-activedescendant":NAe.value?TAe.value||"":void 0,"aria-controls":NAe.value?unref(iAe):void 0,"aria-expanded":NAe.value||void 0,"aria-label":r4.ariaLabel,"aria-autocomplete":NAe.value?"none":void 0,"aria-haspopup":NAe.value?"listbox":void 0,onInput:bAe,onKeydown:GAe,onMousedown:wAe}),createSlots({_:2},[renderList(rIe.$slots,(XAe,EIe)=>({name:EIe,fn:withCtx(hIe=>[renderSlot(rIe.$slots,EIe,normalizeProps(guardReactiveProps(hIe)))])}))]),1040,["model-value","disabled","role","aria-activedescendant","aria-controls","aria-expanded","aria-label","aria-autocomplete","aria-haspopup"]),createVNode$1(unref(ElTooltip),{ref_key:"tooltipRef",ref:oAe,visible:NAe.value,"popper-class":[unref(tAe).e("popper"),r4.popperClass],"popper-style":r4.popperStyle,"popper-options":r4.popperOptions,placement:EAe.value,"fallback-placements":gAe.value,effect:"light",pure:"",offset:r4.offset,"show-arrow":r4.showArrow},{default:withCtx(()=>[createBaseVNode("div",{style:normalizeStyle$1(uAe.value)},null,4)]),content:withCtx(()=>[createVNode$1(mention_dropdown_default,{ref_key:"dropdownRef",ref:aAe,options:DAe.value,disabled:unref(AAe),loading:r4.loading,"content-id":unref(iAe),"aria-label":r4.ariaLabel,onSelect:PAe,onClick:AIe[0]||(AIe[0]=withModifiers(XAe=>{var EIe;return(EIe=nAe.value)==null?void 0:EIe.focus()},["stop"]))},createSlots({_:2},[renderList(rIe.$slots,(XAe,EIe)=>({name:EIe,fn:withCtx(hIe=>[renderSlot(rIe.$slots,EIe,normalizeProps(guardReactiveProps(hIe)))])}))]),1032,["options","disabled","loading","content-id","aria-label"])]),_:3},8,["visible","popper-class","popper-style","popper-options","placement","fallback-placements","offset","show-arrow"])],2))}}),mention_default=mention_vue_vue_type_script_setup_true_lang_default;withInstall(mention_default);const splitterProps=buildProps$1({layout:{type:String,default:"horizontal",values:["horizontal","vertical"]},lazy:Boolean}),splitterEmits={resizeStart:(r4,x_)=>!0,resize:(r4,x_)=>!0,resizeEnd:(r4,x_)=>!0,collapse:(r4,x_,$P)=>!0},splitterPanelProps=buildProps$1({min:{type:[String,Number]},max:{type:[String,Number]},size:{type:[String,Number]},resizable:{type:Boolean,default:!0},collapsible:Boolean}),splitterPanelEmits={"update:size":r4=>typeof r4=="number"||typeof r4=="string"};function useContainer(r4){const x_=ref(),{width:$P,height:zP}=useElementSize(x_);return{containerEl:x_,containerSize:computed(()=>r4.value==="horizontal"?$P.value:zP.value)}}function getPct(r4){return Number(r4.slice(0,-1))/100}function getPx(r4){return Number(r4.slice(0,-2))}function isPct(r4){return isString$2(r4)&&r4.endsWith("%")}function isPx(r4){return isString$2(r4)&&r4.endsWith("px")}function useSize(r4,x_){const $P=computed(()=>r4.value.map(tAe=>tAe.size)),zP=computed(()=>r4.value.length),z9=ref([]);watch([$P,zP,x_],()=>{var nAe;let tAe=[],AAe=0;for(let oAe=0;oAeoAe+(aAe||0),0);if(iAe>1||!AAe){const oAe=1/iAe;tAe=tAe.map(aAe=>aAe===void 0?0:aAe*oAe)}else{const oAe=(1-iAe)/AAe;tAe=tAe.map(aAe=>aAe===void 0?oAe:aAe)}z9.value=tAe});const eAe=tAe=>tAe*x_.value;return{percentSizes:z9,pxSizes:computed(()=>z9.value.map(eAe))}}function useResize(r4,x_,$P,zP){const z9=gAe=>gAe*x_.value||0;function eAe(gAe,pAe){return isPct(gAe)?z9(getPct(gAe)):isPx(gAe)?getPx(gAe):gAe??pAe}const tAe=ref(0),AAe=ref(null);let iAe=[],nAe=NOOP;const oAe=computed(()=>r4.value.map(gAe=>[gAe.min,gAe.max]));watch(zP,()=>{if(tAe.value){const gAe=new MouseEvent("mouseup",{bubbles:!0});window.dispatchEvent(gAe)}});const aAe=gAe=>{tAe.value=0,AAe.value={index:gAe,confirmed:!1},iAe=$P.value},cAe=(gAe,pAe)=>{var OAe;let mAe=null;if((!AAe.value||!AAe.value.confirmed)&&pAe!==0){if(pAe>0)mAe=gAe,AAe.value={index:gAe,confirmed:!0};else for(let PAe=gAe;PAe>=0;PAe-=1)if(iAe[PAe]>0){mAe=PAe,AAe.value={index:PAe,confirmed:!0};break}}const SAe=mAe??((OAe=AAe.value)==null?void 0:OAe.index)??gAe,DAe=[...iAe],NAe=SAe+1,TAe=eAe(oAe.value[SAe][0],0),bAe=eAe(oAe.value[NAe][0],0),GAe=eAe(oAe.value[SAe][1],x_.value||0),LAe=eAe(oAe.value[NAe][1],x_.value||0);let wAe=pAe;DAe[SAe]+wAeGAe&&(wAe=GAe-DAe[SAe]),DAe[NAe]-wAe>LAe&&(wAe=DAe[NAe]-LAe),DAe[SAe]+=wAe,DAe[NAe]-=wAe,tAe.value=wAe,nAe=()=>{r4.value.forEach((PAe,HAe)=>{PAe.size=DAe[HAe]}),nAe=NOOP},zP.value||nAe()},uAe=()=>{zP.value&&nAe(),tAe.value=0,AAe.value=null,iAe=[]},dAe=[];return{lazyOffset:tAe,onMoveStart:aAe,onMoving:cAe,onMoveEnd:uAe,movingIndex:AAe,onCollapse:(gAe,pAe)=>{dAe.length||dAe.push(...$P.value);const mAe=$P.value,SAe=pAe==="start"?gAe:gAe+1,DAe=pAe==="start"?gAe+1:gAe,NAe=mAe[SAe],TAe=mAe[DAe];if(NAe!==0&&TAe!==0)mAe[SAe]=0,mAe[DAe]+=NAe,dAe[gAe]=NAe;else{const bAe=NAe+TAe,GAe=dAe[gAe],LAe=bAe-GAe;mAe[DAe]=GAe,mAe[SAe]=LAe}r4.value.forEach((bAe,GAe)=>{bAe.size=mAe[GAe]})}}}const splitterRootContextKey=Symbol("splitterRootContextKey");var splitter_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSplitter",__name:"splitter",props:splitterProps,emits:splitterEmits,setup(r4,{emit:x_}){const $P=useNamespace("splitter"),zP=x_,z9=r4,eAe=toRef$1(z9,"layout"),tAe=toRef$1(z9,"lazy"),{containerEl:AAe,containerSize:iAe}=useContainer(eAe),{removeChild:nAe,children:oAe,addChild:aAe,ChildrenSorter:cAe}=useOrderedChildren(getCurrentInstance(),"ElSplitterPanel");watch(oAe,()=>{gAe.value=null,oAe.value.forEach((wAe,OAe)=>{wAe.setIndex(OAe)})});const{percentSizes:uAe,pxSizes:dAe}=useSize(oAe,iAe),{lazyOffset:EAe,movingIndex:gAe,onMoveStart:pAe,onMoving:mAe,onMoveEnd:SAe,onCollapse:DAe}=useResize(oAe,iAe,dAe,tAe),NAe=computed(()=>({[$P.cssVarBlockName("bar-offset")]:tAe.value?`${EAe.value}px`:void 0}));return provide(splitterRootContextKey,reactive({panels:oAe,percentSizes:uAe,pxSizes:dAe,layout:eAe,lazy:tAe,movingIndex:gAe,containerSize:iAe,onMoveStart:wAe=>{pAe(wAe),zP("resizeStart",wAe,dAe.value)},onMoving:(wAe,OAe)=>{mAe(wAe,OAe),tAe.value||zP("resize",wAe,dAe.value)},onMoveEnd:async wAe=>{SAe(),await nextTick(),zP("resizeEnd",wAe,dAe.value)},onCollapse:(wAe,OAe)=>{DAe(wAe,OAe),zP("collapse",wAe,OAe,dAe.value)},registerPanel:aAe,unregisterPanel:nAe})),(wAe,OAe)=>(openBlock(),createElementBlock("div",{ref_key:"containerEl",ref:AAe,class:normalizeClass([unref($P).b(),unref($P).e(eAe.value)]),style:normalizeStyle$1(NAe.value)},[renderSlot(wAe.$slots,"default"),createVNode$1(unref(cAe)),createCommentVNode(" Prevent iframe touch events from breaking "),unref(gAe)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref($P).e("mask"),unref($P).e(`mask-${eAe.value}`)])},null,2)):createCommentVNode("v-if",!0)],6))}}),splitter_default=splitter_vue_vue_type_script_setup_true_lang_default;function getCollapsible(r4){return r4&&isObject$9(r4)?r4:{start:!!r4,end:!!r4}}function isCollapsible(r4,x_,$P,zP){return!!(r4!=null&&r4.collapsible.end&&x_>0||$P!=null&&$P.collapsible.start&&zP===0&&x_>0)}var split_bar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElSplitterBar",__name:"split-bar",props:{index:{type:Number,required:!0},layout:{type:String,values:["horizontal","vertical"],default:"horizontal"},resizable:{type:Boolean,default:!0},lazy:Boolean,startCollapsible:Boolean,endCollapsible:Boolean},emits:["moveStart","moving","moveEnd","collapse"],setup(r4,{emit:x_}){const $P=useNamespace("splitter-bar"),zP=r4,z9=x_,eAe=computed(()=>zP.layout==="horizontal"),tAe=computed(()=>eAe.value?{width:0}:{height:0}),AAe=computed(()=>({width:eAe.value?"16px":"100%",height:eAe.value?"100%":"16px",cursor:zP.resizable?eAe.value?"ew-resize":"ns-resize":"auto",touchAction:"none"})),iAe=computed(()=>{const mAe=$P.e("dragger");return{[`${mAe}-horizontal`]:eAe.value,[`${mAe}-vertical`]:!eAe.value,[`${mAe}-active`]:!!nAe.value}}),nAe=ref(null),oAe=mAe=>{zP.resizable&&(nAe.value=[mAe.pageX,mAe.pageY],z9("moveStart",zP.index),window.addEventListener("mouseup",dAe),window.addEventListener("mousemove",cAe))},aAe=mAe=>{if(zP.resizable&&mAe.touches.length===1){mAe.preventDefault();const SAe=mAe.touches[0];nAe.value=[SAe.pageX,SAe.pageY],z9("moveStart",zP.index),window.addEventListener("touchend",EAe),window.addEventListener("touchmove",uAe)}},cAe=mAe=>{const{pageX:SAe,pageY:DAe}=mAe,NAe=SAe-nAe.value[0],TAe=DAe-nAe.value[1],bAe=eAe.value?NAe:TAe;z9("moving",zP.index,bAe)},uAe=mAe=>{if(mAe.touches.length===1){mAe.preventDefault();const SAe=mAe.touches[0],DAe=SAe.pageX-nAe.value[0],NAe=SAe.pageY-nAe.value[1],TAe=eAe.value?DAe:NAe;z9("moving",zP.index,TAe)}},dAe=()=>{nAe.value=null,window.removeEventListener("mouseup",dAe),window.removeEventListener("mousemove",cAe),z9("moveEnd",zP.index)},EAe=()=>{nAe.value=null,window.removeEventListener("touchend",EAe),window.removeEventListener("touchmove",uAe),z9("moveEnd",zP.index)},gAe=computed(()=>eAe.value?arrow_left_default:arrow_up_default),pAe=computed(()=>eAe.value?arrow_right_default:arrow_down_default);return(mAe,SAe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($P).b()]),style:normalizeStyle$1(tAe.value)},[r4.startCollapsible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref($P).e("collapse-icon"),unref($P).e(`${r4.layout}-collapse-icon-start`)]),onClick:SAe[0]||(SAe[0]=DAe=>z9("collapse",r4.index,"start"))},[renderSlot(mAe.$slots,"start-collapsible",{},()=>[(openBlock(),createBlock(resolveDynamicComponent(gAe.value),{style:{width:"12px",height:"12px"}}))])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([unref($P).e("dragger"),iAe.value,unref($P).is("disabled",!r4.resizable),unref($P).is("lazy",r4.resizable&&r4.lazy)]),style:normalizeStyle$1(AAe.value),onMousedown:oAe,onTouchstart:aAe},null,38),r4.endCollapsible?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref($P).e("collapse-icon"),unref($P).e(`${r4.layout}-collapse-icon-end`)]),onClick:SAe[1]||(SAe[1]=DAe=>z9("collapse",r4.index,"end"))},[renderSlot(mAe.$slots,"end-collapsible",{},()=>[(openBlock(),createBlock(resolveDynamicComponent(pAe.value),{style:{width:"12px",height:"12px"}}))])],2)):createCommentVNode("v-if",!0)],6))}}),split_bar_default=split_bar_vue_vue_type_script_setup_true_lang_default;const COMPONENT_NAME="ElSplitterPanel";var split_panel_vue_vue_type_script_setup_true_lang_default=defineComponent({name:COMPONENT_NAME,__name:"split-panel",props:splitterPanelProps,emits:splitterPanelEmits,setup(r4,{expose:x_,emit:$P}){const zP=useNamespace("splitter-panel"),z9=r4,eAe=$P,tAe=inject(splitterRootContextKey);tAe||throwError$2(COMPONENT_NAME,"usage: ");const{panels:AAe,layout:iAe,lazy:nAe,containerSize:oAe,pxSizes:aAe}=toRefs(tAe),{registerPanel:cAe,unregisterPanel:uAe,onCollapse:dAe,onMoveEnd:EAe,onMoveStart:gAe,onMoving:pAe}=tAe,mAe=ref(),SAe=getCurrentInstance(),DAe=SAe.uid,NAe=ref(0),TAe=computed(()=>AAe.value[NAe.value]),bAe=AIe=>{NAe.value=AIe},GAe=computed(()=>TAe.value?aAe.value[NAe.value]??0:0),LAe=computed(()=>TAe.value?aAe.value[NAe.value+1]??0:0),wAe=computed(()=>TAe.value?AAe.value[NAe.value+1]:null),OAe=computed(()=>{var AIe;return wAe.value?z9.resizable&&((AIe=wAe.value)==null?void 0:AIe.resizable)&&(GAe.value!==0||!z9.min)&&(LAe.value!==0||!wAe.value.min):!1}),PAe=computed(()=>TAe.value?NAe.value!==AAe.value.length-1:!1),HAe=computed(()=>isCollapsible(TAe.value,GAe.value,wAe.value,LAe.value)),zAe=computed(()=>isCollapsible(wAe.value,LAe.value,TAe.value,GAe.value));function eIe(AIe){return isPct(AIe)?getPct(AIe)*oAe.value||0:isPx(AIe)?getPx(AIe):AIe??0}let iIe=!1;watch(()=>z9.size,()=>{if(!iIe&&TAe.value){if(!oAe.value){TAe.value.size=z9.size;return}const AIe=eIe(z9.size),XAe=eIe(z9.max),EIe=eIe(z9.min),hIe=Math.min(Math.max(AIe,EIe||0),XAe||AIe);hIe!==AIe&&eAe("update:size",hIe),TAe.value.size=hIe}}),watch(()=>{var AIe;return(AIe=TAe.value)==null?void 0:AIe.size},AIe=>{AIe!==z9.size&&(iIe=!0,eAe("update:size",AIe),nextTick(()=>iIe=!1))}),watch(()=>z9.resizable,AIe=>{TAe.value&&(TAe.value.resizable=AIe)});const rIe=reactive({uid:DAe,getVnode:()=>SAe.vnode,setIndex:bAe,...z9,collapsible:computed(()=>getCollapsible(z9.collapsible))});return cAe(rIe),onBeforeUnmount(()=>uAe(rIe)),x_({splitterPanelRef:mAe}),(AIe,XAe)=>(openBlock(),createElementBlock(Fragment$1,null,[createBaseVNode("div",mergeProps({ref_key:"panelEl",ref:mAe,class:[unref(zP).b()],style:{flexBasis:`${GAe.value}px`}},AIe.$attrs),[renderSlot(AIe.$slots,"default")],16),PAe.value?(openBlock(),createBlock(split_bar_default,{key:0,index:NAe.value,layout:unref(iAe),lazy:unref(nAe),resizable:OAe.value,"start-collapsible":HAe.value,"end-collapsible":zAe.value,onMoveStart:unref(gAe),onMoving:unref(pAe),onMoveEnd:unref(EAe),onCollapse:unref(dAe)},{"start-collapsible":withCtx(()=>[renderSlot(AIe.$slots,"start-collapsible")]),"end-collapsible":withCtx(()=>[renderSlot(AIe.$slots,"end-collapsible")]),_:3},8,["index","layout","lazy","resizable","start-collapsible","end-collapsible","onMoveStart","onMoving","onMoveEnd","onCollapse"])):createCommentVNode("v-if",!0)],64))}}),split_panel_default=split_panel_vue_vue_type_script_setup_true_lang_default;withInstall(splitter_default,{SplitPanel:split_panel_default});withNoopInstall(split_panel_default);const SCOPE="ElInfiniteScroll",CHECK_INTERVAL=50,DEFAULT_DELAY=200,DEFAULT_DISTANCE=0,attributes={delay:{type:Number,default:DEFAULT_DELAY},distance:{type:Number,default:DEFAULT_DISTANCE},disabled:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0}},getScrollOptions=(r4,x_)=>Object.entries(attributes).reduce(($P,[zP,z9])=>{const{type:eAe,default:tAe}=z9,AAe=r4.getAttribute(`infinite-scroll-${zP}`);let iAe=x_[AAe]??AAe??tAe;return iAe=iAe==="false"?!1:iAe,iAe=eAe(iAe),$P[zP]=Number.isNaN(iAe)?tAe:iAe,$P},{}),destroyObserver=r4=>{const{observer:x_}=r4[SCOPE];x_&&(x_.disconnect(),delete r4[SCOPE].observer)},handleScroll$1=(r4,x_)=>{const{container:$P,containerEl:zP,instance:z9,observer:eAe,lastScrollTop:tAe}=r4[SCOPE],{disabled:AAe,distance:iAe}=getScrollOptions(r4,z9),{clientHeight:nAe,scrollHeight:oAe,scrollTop:aAe}=zP,cAe=aAe-tAe;if(r4[SCOPE].lastScrollTop=aAe,eAe||AAe||cAe<0)return;let uAe=!1;if($P===r4)uAe=oAe-(nAe+aAe)<=iAe;else{const{clientTop:dAe,scrollHeight:EAe}=r4,gAe=getOffsetTopDistance(r4,zP);uAe=aAe+nAe>=gAe+dAe+EAe-iAe}uAe&&x_.call(z9)};function checkFull(r4,x_){const{containerEl:$P,instance:zP}=r4[SCOPE],{disabled:z9}=getScrollOptions(r4,zP);z9||$P.clientHeight===0||($P.scrollHeight<=$P.clientHeight?x_.call(zP):destroyObserver(r4))}const InfiniteScroll={async mounted(r4,x_){const{instance:$P,value:zP}=x_;useDeprecated({scope:SCOPE,from:"the directive v-infinite-scroll",replacement:"the el-scrollbar infinite scroll",version:"3.0.0",ref:"https://element-plus.org/en-US/component/scrollbar#infinite-scroll"},!0),isFunction$4(zP)||throwError$2(SCOPE,"'v-infinite-scroll' binding value must be a function"),await nextTick();const{delay:z9,immediate:eAe}=getScrollOptions(r4,$P),tAe=getScrollContainer(r4,!0),AAe=tAe===window?document.documentElement:tAe,iAe=throttle$2(handleScroll$1.bind(null,r4,zP),z9);if(tAe){if(r4[SCOPE]={instance:$P,container:tAe,containerEl:AAe,delay:z9,cb:zP,onScroll:iAe,lastScrollTop:AAe.scrollTop},eAe){const nAe=new MutationObserver(throttle$2(checkFull.bind(null,r4,zP),CHECK_INTERVAL));r4[SCOPE].observer=nAe,nAe.observe(r4,{childList:!0,subtree:!0}),checkFull(r4,zP)}tAe.addEventListener("scroll",iAe)}},unmounted(r4){if(!r4[SCOPE])return;const{container:x_,onScroll:$P}=r4[SCOPE];x_==null||x_.removeEventListener("scroll",$P),destroyObserver(r4)},async updated(r4){if(!r4[SCOPE])await nextTick();else{const{containerEl:x_,cb:$P,observer:zP}=r4[SCOPE];x_.clientHeight&&zP&&checkFull(r4,$P)}}},_InfiniteScroll=InfiniteScroll;_InfiniteScroll.install=r4=>{r4.directive("InfiniteScroll",_InfiniteScroll)};function createLoadingComponent(r4,x_){let $P;const zP=ref(!1),z9=reactive({...r4,originalPosition:"",originalOverflow:"",visible:!1});function eAe(cAe){z9.text=cAe}function tAe(){const cAe=z9.parent,uAe=aAe.ns;if(!cAe.vLoadingAddClassList){let dAe=cAe.getAttribute("loading-number");dAe=Number.parseInt(dAe)-1,dAe?cAe.setAttribute("loading-number",dAe.toString()):(removeClass(cAe,uAe.bm("parent","relative")),cAe.removeAttribute("loading-number")),removeClass(cAe,uAe.bm("parent","hidden"))}AAe(),oAe.unmount()}function AAe(){var cAe,uAe;(uAe=(cAe=aAe.$el)==null?void 0:cAe.parentNode)==null||uAe.removeChild(aAe.$el)}function iAe(){var cAe;r4.beforeClose&&!r4.beforeClose()||(zP.value=!0,clearTimeout($P),$P=setTimeout(nAe,400),z9.visible=!1,(cAe=r4.closed)==null||cAe.call(r4))}function nAe(){if(!zP.value)return;const cAe=z9.parent;zP.value=!1,cAe.vLoadingAddClassList=void 0,tAe()}const oAe=createApp(defineComponent({name:"ElLoading",setup(cAe,{expose:uAe}){const{ns:dAe,zIndex:EAe}=useGlobalComponentSettings("loading");return uAe({ns:dAe,zIndex:EAe}),()=>{const gAe=z9.spinner||z9.svg,pAe=h$d("svg",{class:"circular",viewBox:z9.svgViewBox?z9.svgViewBox:"0 0 50 50",...gAe?{innerHTML:gAe}:{}},[h$d("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none"})]),mAe=z9.text?h$d("p",{class:dAe.b("text")},[z9.text]):void 0;return h$d(Transition,{name:dAe.b("fade"),onAfterLeave:nAe},{default:withCtx(()=>[withDirectives(createVNode$1("div",{style:{backgroundColor:z9.background||""},class:[dAe.b("mask"),z9.customClass,dAe.is("fullscreen",z9.fullscreen)]},[h$d("div",{class:dAe.b("spinner")},[pAe,mAe])]),[[vShow,z9.visible]])])})}}}));Object.assign(oAe._context,x_??{});const aAe=oAe.mount(document.createElement("div"));return{...toRefs(z9),setText:eAe,removeElLoadingChild:AAe,close:iAe,handleAfterLeave:nAe,vm:aAe,get $el(){return aAe.$el}}}let fullscreenInstance;const Loading=function(r4={},x_){if(!isClient$1)return;const $P=resolveOptions(r4);if($P.fullscreen&&fullscreenInstance)return fullscreenInstance;const zP=createLoadingComponent({...$P,closed:()=>{var eAe;(eAe=$P.closed)==null||eAe.call($P),$P.fullscreen&&(fullscreenInstance=void 0)}},x_??Loading._context);addStyle($P,$P.parent,zP),addClassList($P,$P.parent,zP),$P.parent.vLoadingAddClassList=()=>addClassList($P,$P.parent,zP);let z9=$P.parent.getAttribute("loading-number");return z9?z9=`${Number.parseInt(z9)+1}`:z9="1",$P.parent.setAttribute("loading-number",z9),$P.parent.appendChild(zP.$el),nextTick(()=>zP.visible.value=$P.visible),$P.fullscreen&&(fullscreenInstance=zP),zP},resolveOptions=r4=>{let x_;return isString$2(r4.target)?x_=document.querySelector(r4.target)??document.body:x_=r4.target||document.body,{parent:x_===document.body||r4.body?document.body:x_,background:r4.background||"",svg:r4.svg||"",svgViewBox:r4.svgViewBox||"",spinner:r4.spinner||!1,text:r4.text||"",fullscreen:x_===document.body&&(r4.fullscreen??!0),lock:r4.lock??!1,customClass:r4.customClass||"",visible:r4.visible??!0,beforeClose:r4.beforeClose,closed:r4.closed,target:x_}},addStyle=async(r4,x_,$P)=>{const{nextZIndex:zP}=$P.vm.zIndex||$P.vm._.exposed.zIndex,z9={};if(r4.fullscreen)$P.originalPosition.value=getStyle$1(document.body,"position"),$P.originalOverflow.value=getStyle$1(document.body,"overflow"),z9.zIndex=zP();else if(r4.parent===document.body){$P.originalPosition.value=getStyle$1(document.body,"position"),await nextTick();for(const eAe of["top","left"]){const tAe=eAe==="top"?"scrollTop":"scrollLeft";z9[eAe]=`${r4.target.getBoundingClientRect()[eAe]+document.body[tAe]+document.documentElement[tAe]-Number.parseInt(getStyle$1(document.body,`margin-${eAe}`),10)}px`}for(const eAe of["height","width"])z9[eAe]=`${r4.target.getBoundingClientRect()[eAe]}px`}else $P.originalPosition.value=getStyle$1(x_,"position");for(const[eAe,tAe]of Object.entries(z9))$P.$el.style[eAe]=tAe},addClassList=(r4,x_,$P)=>{const zP=$P.vm.ns||$P.vm._.exposed.ns;["absolute","fixed","sticky"].includes($P.originalPosition.value)?removeClass(x_,zP.bm("parent","relative")):addClass(x_,zP.bm("parent","relative")),r4.fullscreen&&r4.lock?addClass(x_,zP.bm("parent","hidden")):removeClass(x_,zP.bm("parent","hidden"))};Loading._context=null;const INSTANCE_KEY=Symbol("ElLoading"),getAttributeName=r4=>`element-loading-${hyphenate(r4)}`,createInstance=(r4,x_)=>{const $P=x_.instance,zP=nAe=>isObject$9(x_.value)?x_.value[nAe]:void 0,z9=nAe=>ref(isString$2(nAe)&&($P==null?void 0:$P[nAe])||nAe),eAe=nAe=>z9(zP(nAe)||r4.getAttribute(getAttributeName(nAe))),tAe=zP("fullscreen")??x_.modifiers.fullscreen,AAe={text:eAe("text"),svg:eAe("svg"),svgViewBox:eAe("svgViewBox"),spinner:eAe("spinner"),background:eAe("background"),customClass:eAe("customClass"),fullscreen:tAe,target:zP("target")??(tAe?void 0:r4),body:zP("body")??x_.modifiers.body,lock:zP("lock")??x_.modifiers.lock},iAe=Loading(AAe);iAe._context=vLoading._context,r4[INSTANCE_KEY]={options:AAe,instance:iAe}},updateOptions=(r4,x_)=>{for(const $P of Object.keys(r4))isRef(r4[$P])&&(r4[$P].value=x_[$P])},vLoading={mounted(r4,x_){x_.value&&createInstance(r4,x_)},updated(r4,x_){const $P=r4[INSTANCE_KEY];if(!x_.value){$P==null||$P.instance.close(),r4[INSTANCE_KEY]=null;return}$P?updateOptions($P.options,isObject$9(x_.value)?x_.value:{text:r4.getAttribute(getAttributeName("text")),svg:r4.getAttribute(getAttributeName("svg")),svgViewBox:r4.getAttribute(getAttributeName("svgViewBox")),spinner:r4.getAttribute(getAttributeName("spinner")),background:r4.getAttribute(getAttributeName("background")),customClass:r4.getAttribute(getAttributeName("customClass"))}):createInstance(r4,x_)},unmounted(r4){var x_;(x_=r4[INSTANCE_KEY])==null||x_.instance.close(),r4[INSTANCE_KEY]=null}};vLoading._context=null;const ElLoading={install(r4){Loading._context=r4._context,vLoading._context=r4._context,r4.directive("loading",vLoading),r4.config.globalProperties.$loading=Loading},directive:vLoading,service:Loading},messageTypes=["primary","success","info","warning","error"],messagePlacement=["top","top-left","top-right","bottom","bottom-left","bottom-right"],MESSAGE_DEFAULT_PLACEMENT="top",messageDefaults=mutable({customClass:"",dangerouslyUseHTMLString:!1,duration:3e3,icon:void 0,id:"",message:"",onClose:void 0,showClose:!1,type:"info",plain:!1,offset:16,placement:void 0,zIndex:0,grouping:!1,repeatNum:1,appendTo:isClient$1?document.body:void 0}),messageProps=buildProps$1({customClass:{type:String,default:messageDefaults.customClass},dangerouslyUseHTMLString:{type:Boolean,default:messageDefaults.dangerouslyUseHTMLString},duration:{type:Number,default:messageDefaults.duration},icon:{type:iconPropType,default:messageDefaults.icon},id:{type:String,default:messageDefaults.id},message:{type:definePropType([String,Object,Function]),default:messageDefaults.message},onClose:{type:definePropType(Function),default:messageDefaults.onClose},showClose:{type:Boolean,default:messageDefaults.showClose},type:{type:String,values:messageTypes,default:messageDefaults.type},plain:{type:Boolean,default:messageDefaults.plain},offset:{type:Number,default:messageDefaults.offset},placement:{type:String,values:messagePlacement,default:messageDefaults.placement},zIndex:{type:Number,default:messageDefaults.zIndex},grouping:{type:Boolean,default:messageDefaults.grouping},repeatNum:{type:Number,default:messageDefaults.repeatNum}}),messageEmits={destroy:()=>!0},placementInstances=shallowReactive({}),getOrCreatePlacementInstances=r4=>(placementInstances[r4]||(placementInstances[r4]=shallowReactive([])),placementInstances[r4]),getInstance=(r4,x_)=>{const $P=placementInstances[x_]||[],zP=$P.findIndex(tAe=>tAe.id===r4),z9=$P[zP];let eAe;return zP>0&&(eAe=$P[zP-1]),{current:z9,prev:eAe}},getLastOffset=(r4,x_)=>{const{prev:$P}=getInstance(r4,x_);return $P?$P.vm.exposed.bottom.value:0},getOffsetOrSpace=(r4,x_,$P)=>(placementInstances[$P]||[]).findIndex(zP=>zP.id===r4)>0?16:x_,_hoisted_1$8z=["id"],_hoisted_2$c=["innerHTML"];var message_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElMessage",__name:"message",props:messageProps,emits:messageEmits,setup(r4,{expose:x_,emit:$P}){const{Close:zP}=TypeComponents,z9=r4,eAe=$P,tAe=ref(!1),{ns:AAe,zIndex:iAe}=useGlobalComponentSettings("message"),{currentZIndex:nAe,nextZIndex:oAe}=iAe,aAe=ref(),cAe=ref(!1),uAe=ref(0);let dAe;const EAe=computed(()=>z9.type?z9.type==="error"?"danger":z9.type:"info"),gAe=computed(()=>{const HAe=z9.type;return{[AAe.bm("icon",HAe)]:HAe&&TypeComponentsMap[HAe]}}),pAe=computed(()=>z9.icon||TypeComponentsMap[z9.type]||""),mAe=computed(()=>z9.placement||MESSAGE_DEFAULT_PLACEMENT),SAe=computed(()=>getLastOffset(z9.id,mAe.value)),DAe=computed(()=>Math.max(getOffsetOrSpace(z9.id,z9.offset,mAe.value)+SAe.value,z9.offset)),NAe=computed(()=>uAe.value+DAe.value),TAe=computed(()=>mAe.value.includes("left")?AAe.is("left"):mAe.value.includes("right")?AAe.is("right"):AAe.is("center")),bAe=computed(()=>mAe.value.startsWith("top")?"top":"bottom"),GAe=computed(()=>({[bAe.value]:`${DAe.value}px`,zIndex:nAe.value}));function LAe(){z9.duration!==0&&({stop:dAe}=useTimeoutFn(()=>{OAe()},z9.duration))}function wAe(){dAe==null||dAe()}function OAe(){cAe.value=!1,nextTick(()=>{var HAe;tAe.value||((HAe=z9.onClose)==null||HAe.call(z9),eAe("destroy"))})}function PAe(HAe){getEventCode(HAe)===EVENT_CODE.esc&&OAe()}return onMounted(()=>{LAe(),oAe(),cAe.value=!0}),watch(()=>z9.repeatNum,()=>{wAe(),LAe()}),useEventListener$1(document,"keydown",PAe),useResizeObserver(aAe,()=>{uAe.value=aAe.value.getBoundingClientRect().height}),x_({visible:cAe,bottom:NAe,close:OAe}),(HAe,zAe)=>(openBlock(),createBlock(Transition,{name:unref(AAe).b("fade"),onBeforeEnter:zAe[0]||(zAe[0]=eIe=>tAe.value=!0),onBeforeLeave:r4.onClose,onAfterLeave:zAe[1]||(zAe[1]=eIe=>HAe.$emit("destroy")),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:r4.id,ref_key:"messageRef",ref:aAe,class:normalizeClass([unref(AAe).b(),{[unref(AAe).m(r4.type)]:r4.type},unref(AAe).is("closable",r4.showClose),unref(AAe).is("plain",r4.plain),unref(AAe).is("bottom",bAe.value==="bottom"),TAe.value,r4.customClass]),style:normalizeStyle$1(GAe.value),role:"alert",onMouseenter:wAe,onMouseleave:LAe},[r4.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:r4.repeatNum,type:EAe.value,class:normalizeClass(unref(AAe).e("badge"))},null,8,["value","type","class"])):createCommentVNode("v-if",!0),pAe.value?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(AAe).e("icon"),gAe.value])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(pAe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),renderSlot(HAe.$slots,"default",{},()=>[r4.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment$1,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{class:normalizeClass(unref(AAe).e("content")),innerHTML:r4.message},null,10,_hoisted_2$c)],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(AAe).e("content"))},toDisplayString(r4.message),3))]),r4.showClose?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(AAe).e("closeBtn")),onClick:withModifiers(OAe,["stop"])},{default:withCtx(()=>[createVNode$1(unref(zP))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],46,_hoisted_1$8z),[[vShow,cAe.value]])]),_:3},8,["name","onBeforeLeave"]))}}),message_default=message_vue_vue_type_script_setup_true_lang_default;let seed$2=1;const normalizeAppendTo=r4=>{if(!r4.appendTo)r4.appendTo=document.body;else if(isString$2(r4.appendTo)){let x_=document.querySelector(r4.appendTo);isElement$1(x_)||(debugWarn("ElMessage","the appendTo option is not an HTMLElement. Falling back to document.body."),x_=document.body),r4.appendTo=x_}},normalizePlacement=r4=>{!r4.placement&&isString$2(messageConfig.placement)&&messageConfig.placement&&(r4.placement=messageConfig.placement),r4.placement||(r4.placement=MESSAGE_DEFAULT_PLACEMENT),messagePlacement.includes(r4.placement)||(debugWarn("ElMessage",`Invalid placement: ${r4.placement}. Falling back to '${MESSAGE_DEFAULT_PLACEMENT}'.`),r4.placement=MESSAGE_DEFAULT_PLACEMENT)},normalizeOptions=r4=>{const x_=!r4||isString$2(r4)||isVNode(r4)||isFunction$4(r4)?{message:r4}:r4,$P={...messageDefaults,...x_};return normalizeAppendTo($P),normalizePlacement($P),isBoolean(messageConfig.grouping)&&!$P.grouping&&($P.grouping=messageConfig.grouping),isNumber$2(messageConfig.duration)&&$P.duration===3e3&&($P.duration=messageConfig.duration),isNumber$2(messageConfig.offset)&&$P.offset===16&&($P.offset=messageConfig.offset),isBoolean(messageConfig.showClose)&&!$P.showClose&&($P.showClose=messageConfig.showClose),isBoolean(messageConfig.plain)&&!$P.plain&&($P.plain=messageConfig.plain),$P},closeMessage=r4=>{const x_=placementInstances[r4.props.placement||MESSAGE_DEFAULT_PLACEMENT],$P=x_.indexOf(r4);if($P===-1)return;x_.splice($P,1);const{handler:zP}=r4;zP.close()},createMessage=({appendTo:r4,...x_},$P)=>{const zP=`message_${seed$2++}`,z9=x_.onClose,eAe=document.createElement("div"),tAe={...x_,id:zP,onClose:()=>{z9==null||z9(),closeMessage(nAe)},onDestroy:()=>{render$1(null,eAe)}},AAe=createVNode$1(message_default,tAe,isFunction$4(tAe.message)||isVNode(tAe.message)?{default:isFunction$4(tAe.message)?tAe.message:()=>tAe.message}:null);AAe.appContext=$P||message._context,render$1(AAe,eAe),r4.appendChild(eAe.firstElementChild);const iAe=AAe.component,nAe={id:zP,vnode:AAe,vm:iAe,handler:{close:()=>{iAe.exposed.close()}},props:AAe.component.props};return nAe},message=(r4={},x_)=>{if(!isClient$1)return{close:()=>{}};const $P=normalizeOptions(r4),zP=getOrCreatePlacementInstances($P.placement||MESSAGE_DEFAULT_PLACEMENT);if($P.grouping&&zP.length){const eAe=zP.find(({vnode:tAe})=>{var AAe;return((AAe=tAe.props)==null?void 0:AAe.message)===$P.message});if(eAe)return eAe.props.repeatNum+=1,eAe.props.type=$P.type,eAe.handler}if(isNumber$2(messageConfig.max)&&zP.length>=messageConfig.max)return{close:()=>{}};const z9=createMessage($P,x_);return zP.push(z9),z9.handler};messageTypes.forEach(r4=>{message[r4]=(x_={},$P)=>message({...normalizeOptions(x_),type:r4},$P)});function closeAll$1(r4){for(const x_ in placementInstances)if(hasOwn$1(placementInstances,x_)){const $P=[...placementInstances[x_]];for(const zP of $P)(!r4||r4===zP.props.type)&&zP.handler.close()}}function closeAllByPlacement(r4){placementInstances[r4]&&[...placementInstances[r4]].forEach(x_=>x_.handler.close())}message.closeAll=closeAll$1;message.closeAllByPlacement=closeAllByPlacement;message._context=null;const ElMessage=withInstallFunction(message,"$message");var index_vue_vue_type_script_lang_default=defineComponent({name:"ElMessageBox",directives:{TrapFocus},components:{ElButton,ElFocusTrap:focus_trap_default$1,ElInput,ElOverlay,ElIcon,...TypeComponents},inheritAttrs:!1,props:{buttonSize:{type:String,validator:isValidComponentSize},modal:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},closeOnHashChange:{type:Boolean,default:!0},center:Boolean,draggable:Boolean,overflow:Boolean,roundButton:Boolean,container:{type:String,default:"body"},boxType:{type:String,default:""}},emits:["vanish","action"],setup(r4,{emit:x_}){const{locale:$P,zIndex:zP,ns:z9,size:eAe}=useGlobalComponentSettings("message-box",computed(()=>r4.buttonSize)),{t:tAe}=$P,{nextZIndex:AAe}=zP,iAe=ref(!1),nAe=reactive({autofocus:!0,beforeClose:null,callback:null,cancelButtonText:"",cancelButtonClass:"",confirmButtonText:"",confirmButtonClass:"",cancelButtonType:"",confirmButtonType:"primary",customClass:"",customStyle:{},dangerouslyUseHTMLString:!1,distinguishCancelAndClose:!1,icon:"",closeIcon:"",inputPattern:null,inputPlaceholder:"",inputType:"text",inputValue:"",inputValidator:void 0,inputErrorMessage:"",message:"",modalFade:!0,modalClass:"",showCancelButton:!1,showConfirmButton:!0,type:"",title:void 0,showInput:!1,action:"",confirmButtonLoading:!1,cancelButtonLoading:!1,confirmButtonLoadingIcon:markRaw(loading_default),cancelButtonLoadingIcon:markRaw(loading_default),confirmButtonDisabled:!1,editorErrorMessage:"",validateError:!1,zIndex:AAe()}),oAe=computed(()=>{const eIe=nAe.type;return{[z9.bm("icon",eIe)]:eIe&&TypeComponentsMap[eIe]}}),aAe=useId(),cAe=useId(),uAe=computed(()=>{const eIe=nAe.type;return nAe.icon||eIe&&TypeComponentsMap[eIe]||""}),dAe=computed(()=>!!nAe.message),EAe=ref(),gAe=ref(),pAe=ref(),mAe=ref(),SAe=ref(),DAe=computed(()=>nAe.confirmButtonClass);watch(()=>nAe.inputValue,async eIe=>{await nextTick(),r4.boxType==="prompt"&&eIe&&OAe()},{immediate:!0}),watch(()=>iAe.value,eIe=>{var iIe;eIe&&(r4.boxType!=="prompt"&&(nAe.autofocus?pAe.value=((iIe=SAe.value)==null?void 0:iIe.$el)??EAe.value:pAe.value=EAe.value),nAe.zIndex=AAe()),r4.boxType==="prompt"&&(eIe?nextTick().then(()=>{mAe.value&&mAe.value.$el&&(nAe.autofocus?pAe.value=PAe()??EAe.value:pAe.value=EAe.value)}):(nAe.editorErrorMessage="",nAe.validateError=!1))});const{isDragging:NAe}=useDraggable(EAe,gAe,computed(()=>r4.draggable),computed(()=>r4.overflow));onMounted(async()=>{await nextTick(),r4.closeOnHashChange&&window.addEventListener("hashchange",TAe)}),onBeforeUnmount(()=>{r4.closeOnHashChange&&window.removeEventListener("hashchange",TAe)});function TAe(){iAe.value&&(iAe.value=!1,nextTick(()=>{nAe.action&&x_("action",nAe.action)}))}const bAe=()=>{r4.closeOnClickModal&&wAe(nAe.distinguishCancelAndClose?"close":"cancel")},GAe=useSameTarget(bAe),LAe=eIe=>{var iIe;if(nAe.inputType!=="textarea"&&!((iIe=mAe.value)!=null&&iIe.isComposing))return eIe.preventDefault(),wAe("confirm")},wAe=eIe=>{var iIe;r4.boxType==="prompt"&&eIe==="confirm"&&!OAe()||(nAe.action=eIe,nAe.beforeClose?(iIe=nAe.beforeClose)==null||iIe.call(nAe,eIe,nAe,TAe):TAe())},OAe=()=>{if(r4.boxType==="prompt"){const eIe=nAe.inputPattern;if(eIe&&!eIe.test(nAe.inputValue||""))return nAe.editorErrorMessage=nAe.inputErrorMessage||tAe("el.messagebox.error"),nAe.validateError=!0,!1;const iIe=nAe.inputValidator;if(isFunction$4(iIe)){const rIe=iIe(nAe.inputValue);if(rIe===!1)return nAe.editorErrorMessage=nAe.inputErrorMessage||tAe("el.messagebox.error"),nAe.validateError=!0,!1;if(isString$2(rIe))return nAe.editorErrorMessage=rIe,nAe.validateError=!0,!1}}return nAe.editorErrorMessage="",nAe.validateError=!1,!0},PAe=()=>{var iIe;const eIe=(iIe=mAe.value)==null?void 0:iIe.$refs;return(eIe==null?void 0:eIe.input)??(eIe==null?void 0:eIe.textarea)},HAe=()=>{wAe("close")},zAe=()=>{r4.closeOnPressEscape&&HAe()};return r4.lockScroll&&useLockscreen(iAe,{ns:z9}),{...toRefs(nAe),ns:z9,overlayEvent:GAe,visible:iAe,hasMessage:dAe,typeClass:oAe,contentId:aAe,inputId:cAe,btnSize:eAe,iconComponent:uAe,confirmButtonClasses:DAe,rootRef:EAe,focusStartRef:pAe,headerRef:gAe,inputRef:mAe,isDragging:NAe,confirmRef:SAe,doClose:TAe,handleClose:HAe,onCloseRequested:zAe,handleWrapperClick:bAe,handleInputEnter:LAe,handleAction:wAe,t:tAe}}});const _hoisted_1$8y=["aria-label","aria-describedby"],_hoisted_2$b=["aria-label"],_hoisted_3$a=["id"];function _sfc_render$a(r4,x_,$P,zP,z9,eAe){const tAe=resolveComponent("el-icon"),AAe=resolveComponent("el-input"),iAe=resolveComponent("el-button"),nAe=resolveComponent("el-focus-trap"),oAe=resolveComponent("el-overlay");return openBlock(),createBlock(Transition,{name:"fade-in-linear",onAfterLeave:x_[11]||(x_[11]=aAe=>r4.$emit("vanish")),persisted:""},{default:withCtx(()=>[withDirectives(createVNode$1(oAe,{"z-index":r4.zIndex,"overlay-class":[r4.ns.is("message-box"),r4.modalClass],mask:r4.modal},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-label":r4.title,"aria-modal":"true","aria-describedby":r4.showInput?void 0:r4.contentId,class:normalizeClass(`${r4.ns.namespace.value}-overlay-message-box`),onClick:x_[8]||(x_[8]=(...aAe)=>r4.overlayEvent.onClick&&r4.overlayEvent.onClick(...aAe)),onMousedown:x_[9]||(x_[9]=(...aAe)=>r4.overlayEvent.onMousedown&&r4.overlayEvent.onMousedown(...aAe)),onMouseup:x_[10]||(x_[10]=(...aAe)=>r4.overlayEvent.onMouseup&&r4.overlayEvent.onMouseup(...aAe))},[createVNode$1(nAe,{loop:"",trapped:r4.visible,"focus-trap-el":r4.rootRef,"focus-start-el":r4.focusStartRef,onReleaseRequested:r4.onCloseRequested},{default:withCtx(()=>[createBaseVNode("div",{ref:"rootRef",class:normalizeClass([r4.ns.b(),r4.customClass,r4.ns.is("draggable",r4.draggable),r4.ns.is("dragging",r4.isDragging),{[r4.ns.m("center")]:r4.center}]),style:normalizeStyle$1(r4.customStyle),tabindex:"-1",onClick:x_[7]||(x_[7]=withModifiers(()=>{},["stop"]))},[r4.title!==null&&r4.title!==void 0?(openBlock(),createElementBlock("div",{key:0,ref:"headerRef",class:normalizeClass([r4.ns.e("header"),{"show-close":r4.showClose}])},[createBaseVNode("div",{class:normalizeClass(r4.ns.e("title"))},[r4.iconComponent&&r4.center?(openBlock(),createBlock(tAe,{key:0,class:normalizeClass([r4.ns.e("status"),r4.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("span",null,toDisplayString(r4.title),1)],2),r4.showClose?(openBlock(),createElementBlock("button",{key:0,type:"button",class:normalizeClass(r4.ns.e("headerbtn")),"aria-label":r4.t("el.messagebox.close"),onClick:x_[0]||(x_[0]=aAe=>r4.handleAction(r4.distinguishCancelAndClose?"close":"cancel")),onKeydown:x_[1]||(x_[1]=withKeys(withModifiers(aAe=>r4.handleAction(r4.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"]))},[createVNode$1(tAe,{class:normalizeClass(r4.ns.e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.closeIcon||"close")))]),_:1},8,["class"])],42,_hoisted_2$b)):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{id:r4.contentId,class:normalizeClass(r4.ns.e("content"))},[createBaseVNode("div",{class:normalizeClass(r4.ns.e("container"))},[r4.iconComponent&&!r4.center&&r4.hasMessage?(openBlock(),createBlock(tAe,{key:0,class:normalizeClass([r4.ns.e("status"),r4.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),r4.hasMessage?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(r4.ns.e("message"))},[renderSlot(r4.$slots,"default",{},()=>[r4.dangerouslyUseHTMLString?(openBlock(),createBlock(resolveDynamicComponent(r4.showInput?"label":"p"),{key:1,for:r4.showInput?r4.inputId:void 0,innerHTML:r4.message},null,8,["for","innerHTML"])):(openBlock(),createBlock(resolveDynamicComponent(r4.showInput?"label":"p"),{key:0,for:r4.showInput?r4.inputId:void 0,textContent:toDisplayString(r4.message)},null,8,["for","textContent"]))])],2)):createCommentVNode("v-if",!0)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(r4.ns.e("input"))},[createVNode$1(AAe,{id:r4.inputId,ref:"inputRef",modelValue:r4.inputValue,"onUpdate:modelValue":x_[2]||(x_[2]=aAe=>r4.inputValue=aAe),type:r4.inputType,placeholder:r4.inputPlaceholder,"aria-invalid":r4.validateError,class:normalizeClass({invalid:r4.validateError}),onKeydown:withKeys(r4.handleInputEnter,["enter"])},null,8,["id","modelValue","type","placeholder","aria-invalid","class","onKeydown"]),createBaseVNode("div",{class:normalizeClass(r4.ns.e("errormsg")),style:normalizeStyle$1({visibility:r4.editorErrorMessage?"visible":"hidden"})},toDisplayString(r4.editorErrorMessage),7)],2),[[vShow,r4.showInput]])],10,_hoisted_3$a),createBaseVNode("div",{class:normalizeClass(r4.ns.e("btns"))},[r4.showCancelButton?(openBlock(),createBlock(iAe,{key:0,type:r4.cancelButtonType==="text"?"":r4.cancelButtonType,text:r4.cancelButtonType==="text",loading:r4.cancelButtonLoading,"loading-icon":r4.cancelButtonLoadingIcon,class:normalizeClass([r4.cancelButtonClass]),round:r4.roundButton,size:r4.btnSize,onClick:x_[3]||(x_[3]=aAe=>r4.handleAction("cancel")),onKeydown:x_[4]||(x_[4]=withKeys(withModifiers(aAe=>r4.handleAction("cancel"),["prevent"]),["enter"]))},{default:withCtx(()=>[createTextVNode(toDisplayString(r4.cancelButtonText||r4.t("el.messagebox.cancel")),1)]),_:1},8,["type","text","loading","loading-icon","class","round","size"])):createCommentVNode("v-if",!0),withDirectives(createVNode$1(iAe,{ref:"confirmRef",type:r4.confirmButtonType==="text"?"":r4.confirmButtonType,text:r4.confirmButtonType==="text",loading:r4.confirmButtonLoading,"loading-icon":r4.confirmButtonLoadingIcon,class:normalizeClass([r4.confirmButtonClasses]),round:r4.roundButton,disabled:r4.confirmButtonDisabled,size:r4.btnSize,onClick:x_[5]||(x_[5]=aAe=>r4.handleAction("confirm")),onKeydown:x_[6]||(x_[6]=withKeys(withModifiers(aAe=>r4.handleAction("confirm"),["prevent"]),["enter"]))},{default:withCtx(()=>[createTextVNode(toDisplayString(r4.confirmButtonText||r4.t("el.messagebox.confirm")),1)]),_:1},8,["type","text","loading","loading-icon","class","round","disabled","size"]),[[vShow,r4.showConfirmButton]])],2)],6)]),_:3},8,["trapped","focus-trap-el","focus-start-el","onReleaseRequested"])],42,_hoisted_1$8y)]),_:3},8,["z-index","overlay-class","mask"]),[[vShow,r4.visible]])]),_:3})}var src_default=_plugin_vue_export_helper_default(index_vue_vue_type_script_lang_default,[["render",_sfc_render$a]]);const messageInstance=new Map,getAppendToElement=r4=>{let x_=document.body;return r4.appendTo&&(isString$2(r4.appendTo)&&(x_=document.querySelector(r4.appendTo)),isElement$1(r4.appendTo)&&(x_=r4.appendTo),isElement$1(x_)||(debugWarn("ElMessageBox","the appendTo option is not an HTMLElement. Falling back to document.body."),x_=document.body)),x_},initInstance=(r4,x_,$P=null)=>{const zP=createVNode$1(src_default,r4,isFunction$4(r4.message)||isVNode(r4.message)?{default:isFunction$4(r4.message)?r4.message:()=>r4.message}:null);return zP.appContext=$P,render$1(zP,x_),getAppendToElement(r4).appendChild(x_.firstElementChild),zP.component},genContainer=()=>document.createElement("div"),showMessage=(r4,x_)=>{const $P=genContainer();r4.onVanish=()=>{render$1(null,$P),messageInstance.delete(z9)},r4.onAction=eAe=>{const tAe=messageInstance.get(z9);let AAe;r4.showInput?AAe={value:z9.inputValue,action:eAe}:AAe=eAe,r4.callback?r4.callback(AAe,zP.proxy):eAe==="cancel"||eAe==="close"?r4.distinguishCancelAndClose&&eAe!=="cancel"?tAe.reject("close"):tAe.reject("cancel"):tAe.resolve(AAe)};const zP=initInstance(r4,$P,x_),z9=zP.proxy;for(const eAe in r4)hasOwn$1(r4,eAe)&&!hasOwn$1(z9.$props,eAe)&&(eAe==="closeIcon"&&isObject$9(r4[eAe])?z9[eAe]=markRaw(r4[eAe]):z9[eAe]=r4[eAe]);return z9.visible=!0,z9};function MessageBox(r4,x_=null){if(!isClient$1)return Promise.reject();let $P;return isString$2(r4)||isVNode(r4)?r4={message:r4}:$P=r4.callback,new Promise((zP,z9)=>{const eAe=showMessage(r4,x_??MessageBox._context);messageInstance.set(eAe,{options:r4,callback:$P,resolve:zP,reject:z9})})}const MESSAGE_BOX_VARIANTS=["alert","confirm","prompt"],MESSAGE_BOX_DEFAULT_OPTS={alert:{closeOnPressEscape:!1,closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};MESSAGE_BOX_VARIANTS.forEach(r4=>{MessageBox[r4]=messageBoxFactory(r4)});function messageBoxFactory(r4){return(x_,$P,zP,z9)=>{let eAe="";return isObject$9($P)?(zP=$P,eAe=""):isUndefined($P)?eAe="":eAe=$P,MessageBox(Object.assign({title:eAe,message:x_,type:"",...MESSAGE_BOX_DEFAULT_OPTS[r4]},zP,{boxType:r4}),z9)}}MessageBox.close=()=>{messageInstance.forEach((r4,x_)=>{x_.doClose()}),messageInstance.clear()};MessageBox._context=null;const _MessageBox=MessageBox;_MessageBox.install=r4=>{_MessageBox._context=r4._context,r4.config.globalProperties.$msgbox=_MessageBox,r4.config.globalProperties.$messageBox=_MessageBox,r4.config.globalProperties.$alert=_MessageBox.alert,r4.config.globalProperties.$confirm=_MessageBox.confirm,r4.config.globalProperties.$prompt=_MessageBox.prompt};const ElMessageBox=_MessageBox,notificationTypes=["primary","success","info","warning","error"],notificationProps=buildProps$1({customClass:{type:String,default:""},dangerouslyUseHTMLString:Boolean,duration:{type:Number,default:4500},icon:{type:iconPropType},id:{type:String,default:""},message:{type:definePropType([String,Object,Function]),default:""},offset:{type:Number,default:0},onClick:{type:definePropType(Function),default:()=>{}},onClose:{type:definePropType(Function),required:!0},position:{type:String,values:["top-right","top-left","bottom-right","bottom-left"],default:"top-right"},showClose:{type:Boolean,default:!0},title:{type:String,default:""},type:{type:String,values:[...notificationTypes,""],default:""},zIndex:Number,closeIcon:{type:iconPropType,default:close_default}}),notificationEmits={destroy:()=>!0},_hoisted_1$8x=["id"],_hoisted_2$a=["textContent"],_hoisted_3$9={key:0},_hoisted_4$9=["innerHTML"];var notification_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElNotification",__name:"notification",props:notificationProps,emits:notificationEmits,setup(r4,{expose:x_}){const $P=r4,{ns:zP,zIndex:z9}=useGlobalComponentSettings("notification"),{nextZIndex:eAe,currentZIndex:tAe}=z9,AAe=ref(!1);let iAe;const nAe=computed(()=>{const mAe=$P.type;return mAe&&TypeComponentsMap[$P.type]?zP.m(mAe):""}),oAe=computed(()=>$P.type&&TypeComponentsMap[$P.type]||$P.icon),aAe=computed(()=>$P.position.endsWith("right")?"right":"left"),cAe=computed(()=>$P.position.startsWith("top")?"top":"bottom"),uAe=computed(()=>({[cAe.value]:`${$P.offset}px`,zIndex:$P.zIndex??tAe.value}));function dAe(){$P.duration>0&&({stop:iAe}=useTimeoutFn(()=>{AAe.value&&gAe()},$P.duration))}function EAe(){iAe==null||iAe()}function gAe(){AAe.value=!1}function pAe(mAe){switch(getEventCode(mAe)){case EVENT_CODE.delete:case EVENT_CODE.backspace:EAe();break;case EVENT_CODE.esc:AAe.value&&gAe();break;default:dAe();break}}return onMounted(()=>{dAe(),eAe(),AAe.value=!0}),useEventListener$1(document,"keydown",pAe),x_({visible:AAe,close:gAe}),(mAe,SAe)=>(openBlock(),createBlock(Transition,{name:unref(zP).b("fade"),onBeforeLeave:r4.onClose,onAfterLeave:SAe[1]||(SAe[1]=DAe=>mAe.$emit("destroy")),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:r4.id,class:normalizeClass([unref(zP).b(),r4.customClass,aAe.value]),style:normalizeStyle$1(uAe.value),role:"alert",onMouseenter:EAe,onMouseleave:dAe,onClick:SAe[0]||(SAe[0]=(...DAe)=>r4.onClick&&r4.onClick(...DAe))},[oAe.value?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(zP).e("icon"),nAe.value])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(oAe.value)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(zP).e("group"))},[createBaseVNode("h2",{class:normalizeClass(unref(zP).e("title")),textContent:toDisplayString(r4.title)},null,10,_hoisted_2$a),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(zP).e("content")),style:normalizeStyle$1(r4.title?void 0:{margin:0})},[renderSlot(mAe.$slots,"default",{},()=>[r4.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment$1,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{innerHTML:r4.message},null,8,_hoisted_4$9)],2112)):(openBlock(),createElementBlock("p",_hoisted_3$9,toDisplayString(r4.message),1))])],6),[[vShow,r4.message]]),r4.showClose?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(zP).e("closeBtn")),onClick:withModifiers(gAe,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(r4.closeIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],46,_hoisted_1$8x),[[vShow,AAe.value]])]),_:3},8,["name","onBeforeLeave"]))}}),notification_default=notification_vue_vue_type_script_setup_true_lang_default;const notifications={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},GAP_SIZE=16;let seed$1=1;const notify=function(r4={},x_){if(!isClient$1)return{close:()=>{}};(isString$2(r4)||isVNode(r4))&&(r4={message:r4});const $P=r4.position||"top-right";let zP=r4.offset||0;notifications[$P].forEach(({vm:oAe})=>{var aAe;zP+=(((aAe=oAe.el)==null?void 0:aAe.offsetHeight)||0)+GAP_SIZE}),zP+=GAP_SIZE;const z9=`notification_${seed$1++}`,eAe=r4.onClose,tAe={...r4,offset:zP,id:z9,onClose:()=>{close$1(z9,$P,eAe)}};let AAe=document.body;isElement$1(r4.appendTo)?AAe=r4.appendTo:isString$2(r4.appendTo)&&(AAe=document.querySelector(r4.appendTo)),isElement$1(AAe)||(debugWarn("ElNotification","the appendTo option is not an HTMLElement. Falling back to document.body."),AAe=document.body);const iAe=document.createElement("div"),nAe=createVNode$1(notification_default,tAe,isFunction$4(tAe.message)?tAe.message:isVNode(tAe.message)?()=>tAe.message:null);return nAe.appContext=isUndefined(x_)?notify._context:x_,nAe.props.onDestroy=()=>{render$1(null,iAe)},render$1(nAe,iAe),notifications[$P].push({vm:nAe}),AAe.appendChild(iAe.firstElementChild),{close:()=>{nAe.component.exposed.visible.value=!1}}};notificationTypes.forEach(r4=>{notify[r4]=(x_={},$P)=>((isString$2(x_)||isVNode(x_))&&(x_={message:x_}),notify({...x_,type:r4},$P))});function close$1(r4,x_,$P){const zP=notifications[x_],z9=zP.findIndex(({vm:nAe})=>{var oAe;return((oAe=nAe.component)==null?void 0:oAe.props.id)===r4});if(z9===-1)return;const{vm:eAe}=zP[z9];if(!eAe)return;$P==null||$P(eAe);const tAe=eAe.el.offsetHeight,AAe=x_.split("-")[0];zP.splice(z9,1);const iAe=zP.length;if(!(iAe<1))for(let nAe=z9;nAe{x_.component.exposed.visible.value=!1})}function updateOffsets(r4="top-right"){var $P,zP,z9,eAe;let x_=((z9=(zP=($P=notifications[r4][0])==null?void 0:$P.vm.component)==null?void 0:zP.props)==null?void 0:z9.offset)||0;for(const{vm:tAe}of notifications[r4])tAe.component.props.offset=x_,x_+=(((eAe=tAe.el)==null?void 0:eAe.offsetHeight)||0)+GAP_SIZE}notify.closeAll=closeAll;notify.updateOffsets=updateOffsets;notify._context=null;const ElNotification=withInstallFunction(notify,"$notify");function tryOnScopeDispose(r4){return getCurrentScope()?(onScopeDispose(r4),!0):!1}const localProvidedStateMap=new WeakMap,injectLocal=(...r4)=>{var x_;const $P=r4[0],zP=(x_=getCurrentInstance())==null?void 0:x_.proxy;if(zP==null&&!hasInjectionContext())throw new Error("injectLocal must be called in setup");return zP&&localProvidedStateMap.has(zP)&&$P in localProvidedStateMap.get(zP)?localProvidedStateMap.get(zP)[$P]:inject(...r4)},isClient=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const isDef$1=r4=>typeof r4<"u",toString$1=Object.prototype.toString,isObject$5=r4=>toString$1.call(r4)==="[object Object]",noop$4=()=>{};function createFilterWrapper(r4,x_){function $P(...zP){return new Promise((z9,eAe)=>{Promise.resolve(r4(()=>x_.apply(this,zP),{fn:x_,thisArg:this,args:zP})).then(z9).catch(eAe)})}return $P}const bypassFilter=r4=>r4();function throttleFilter(...r4){let x_=0,$P,zP=!0,z9=noop$4,eAe,tAe,AAe,iAe,nAe;!isRef(r4[0])&&typeof r4[0]=="object"?{delay:tAe,trailing:AAe=!0,leading:iAe=!0,rejectOnCancel:nAe=!1}=r4[0]:[tAe,AAe=!0,iAe=!0,nAe=!1]=r4;const oAe=()=>{$P&&(clearTimeout($P),$P=void 0,z9(),z9=noop$4)};return cAe=>{const uAe=toValue$1(tAe),dAe=Date.now()-x_,EAe=()=>eAe=cAe();return oAe(),uAe<=0?(x_=Date.now(),EAe()):(dAe>uAe&&(iAe||!zP)?(x_=Date.now(),EAe()):AAe&&(eAe=new Promise((gAe,pAe)=>{z9=nAe?pAe:gAe,$P=setTimeout(()=>{x_=Date.now(),zP=!0,gAe(EAe()),oAe()},Math.max(0,uAe-dAe))})),!iAe&&!$P&&($P=setTimeout(()=>zP=!0,uAe)),zP=!1,eAe)}}function pausableFilter(r4=bypassFilter,x_={}){const{initialState:$P="active"}=x_,zP=toRef($P==="active");function z9(){zP.value=!1}function eAe(){zP.value=!0}return{isActive:readonly(zP),pause:z9,resume:eAe,eventFilter:(...AAe)=>{zP.value&&r4(...AAe)}}}function pxValue(r4){return r4.endsWith("rem")?Number.parseFloat(r4)*16:Number.parseFloat(r4)}function getLifeCycleTarget(r4){return getCurrentInstance()}function toArray(r4){return Array.isArray(r4)?r4:[r4]}function toRef(...r4){if(r4.length!==1)return toRef$1(...r4);const x_=r4[0];return typeof x_=="function"?readonly(customRef(()=>({get:x_,set:noop$4}))):ref(x_)}function useThrottleFn(r4,x_=200,$P=!1,zP=!0,z9=!1){return createFilterWrapper(throttleFilter(x_,$P,zP,z9),r4)}function watchWithFilter(r4,x_,$P={}){const{eventFilter:zP=bypassFilter,...z9}=$P;return watch(r4,createFilterWrapper(zP,x_),z9)}function watchPausable(r4,x_,$P={}){const{eventFilter:zP,initialState:z9="active",...eAe}=$P,{eventFilter:tAe,pause:AAe,resume:iAe,isActive:nAe}=pausableFilter(zP,{initialState:z9});return{stop:watchWithFilter(r4,x_,{...eAe,eventFilter:tAe}),pause:AAe,resume:iAe,isActive:nAe}}function tryOnMounted(r4,x_=!0,$P){getLifeCycleTarget()?onMounted(r4,$P):x_?r4():nextTick(r4)}function useToggle(r4=!1,x_={}){const{truthyValue:$P=!0,falsyValue:zP=!1}=x_,z9=isRef(r4),eAe=ref(r4);function tAe(AAe){if(arguments.length)return eAe.value=AAe,eAe.value;{const iAe=toValue$1($P);return eAe.value=eAe.value===iAe?toValue$1(zP):iAe,eAe.value}}return z9?tAe:[eAe,tAe]}function watchImmediate(r4,x_,$P){return watch(r4,x_,{...$P,immediate:!0})}const defaultWindow$1=isClient?window:void 0,defaultDocument=isClient?window.document:void 0;function unrefElement(r4){var x_;const $P=toValue$1(r4);return(x_=$P==null?void 0:$P.$el)!=null?x_:$P}function useEventListener(...r4){const x_=[],$P=()=>{x_.forEach(AAe=>AAe()),x_.length=0},zP=(AAe,iAe,nAe,oAe)=>(AAe.addEventListener(iAe,nAe,oAe),()=>AAe.removeEventListener(iAe,nAe,oAe)),z9=computed(()=>{const AAe=toArray(toValue$1(r4[0])).filter(iAe=>iAe!=null);return AAe.every(iAe=>typeof iAe!="string")?AAe:void 0}),eAe=watchImmediate(()=>{var AAe,iAe;return[(iAe=(AAe=z9.value)==null?void 0:AAe.map(nAe=>unrefElement(nAe)))!=null?iAe:[defaultWindow$1].filter(nAe=>nAe!=null),toArray(toValue$1(z9.value?r4[1]:r4[0])),toArray(unref(z9.value?r4[2]:r4[1])),toValue$1(z9.value?r4[3]:r4[2])]},([AAe,iAe,nAe,oAe])=>{if($P(),!(AAe!=null&&AAe.length)||!(iAe!=null&&iAe.length)||!(nAe!=null&&nAe.length))return;const aAe=isObject$5(oAe)?{...oAe}:oAe;x_.push(...AAe.flatMap(cAe=>iAe.flatMap(uAe=>nAe.map(dAe=>zP(cAe,uAe,dAe,aAe)))))},{flush:"post"}),tAe=()=>{eAe(),$P()};return tryOnScopeDispose($P),tAe}function useMounted(){const r4=shallowRef(!1),x_=getCurrentInstance();return x_&&onMounted(()=>{r4.value=!0},x_),r4}function useSupported(r4){const x_=useMounted();return computed(()=>(x_.value,!!r4()))}const ssrWidthSymbol=Symbol("vueuse-ssr-width");function useSSRWidth(){const r4=hasInjectionContext()?injectLocal(ssrWidthSymbol,null):null;return typeof r4=="number"?r4:void 0}function useMediaQuery(r4,x_={}){const{window:$P=defaultWindow$1,ssrWidth:zP=useSSRWidth()}=x_,z9=useSupported(()=>$P&&"matchMedia"in $P&&typeof $P.matchMedia=="function"),eAe=ref(typeof zP=="number"),tAe=shallowRef(),AAe=shallowRef(!1),iAe=nAe=>{AAe.value=nAe.matches};return watchEffect(()=>{if(eAe.value){eAe.value=!z9.value;const nAe=toValue$1(r4).split(",");AAe.value=nAe.some(oAe=>{const aAe=oAe.includes("not all"),cAe=oAe.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),uAe=oAe.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let dAe=!!(cAe||uAe);return cAe&&dAe&&(dAe=zP>=pxValue(cAe[1])),uAe&&dAe&&(dAe=zP<=pxValue(uAe[1])),aAe?!dAe:dAe});return}z9.value&&(tAe.value=$P.matchMedia(toValue$1(r4)),AAe.value=tAe.value.matches)}),useEventListener(tAe,"change",iAe,{passive:!0}),computed(()=>AAe.value)}function cloneFnJSON(r4){return JSON.parse(JSON.stringify(r4))}const _global=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},globalKey="__vueuse_ssr_handlers__",handlers$2=getHandlers();function getHandlers(){return globalKey in _global||(_global[globalKey]=_global[globalKey]||{}),_global[globalKey]}function getSSRHandler(r4,x_){return handlers$2[r4]||x_}function usePreferredDark(r4){return useMediaQuery("(prefers-color-scheme: dark)",r4)}function guessSerializerType(r4){return r4==null?"any":r4 instanceof Set?"set":r4 instanceof Map?"map":r4 instanceof Date?"date":typeof r4=="boolean"?"boolean":typeof r4=="string"?"string":typeof r4=="object"?"object":Number.isNaN(r4)?"any":"number"}const StorageSerializers={boolean:{read:r4=>r4==="true",write:r4=>String(r4)},object:{read:r4=>JSON.parse(r4),write:r4=>JSON.stringify(r4)},number:{read:r4=>Number.parseFloat(r4),write:r4=>String(r4)},any:{read:r4=>r4,write:r4=>String(r4)},string:{read:r4=>r4,write:r4=>String(r4)},map:{read:r4=>new Map(JSON.parse(r4)),write:r4=>JSON.stringify(Array.from(r4.entries()))},set:{read:r4=>new Set(JSON.parse(r4)),write:r4=>JSON.stringify(Array.from(r4))},date:{read:r4=>new Date(r4),write:r4=>r4.toISOString()}},customStorageEventName="vueuse-storage";function useStorage(r4,x_,$P,zP={}){var z9;const{flush:eAe="pre",deep:tAe=!0,listenToStorageChanges:AAe=!0,writeDefaults:iAe=!0,mergeDefaults:nAe=!1,shallow:oAe,window:aAe=defaultWindow$1,eventFilter:cAe,onError:uAe=OAe=>{console.error(OAe)},initOnMounted:dAe}=zP,EAe=(oAe?shallowRef:ref)(typeof x_=="function"?x_():x_),gAe=computed(()=>toValue$1(r4));if(!$P)try{$P=getSSRHandler("getDefaultStorage",()=>{var OAe;return(OAe=defaultWindow$1)==null?void 0:OAe.localStorage})()}catch(OAe){uAe(OAe)}if(!$P)return EAe;const pAe=toValue$1(x_),mAe=guessSerializerType(pAe),SAe=(z9=zP.serializer)!=null?z9:StorageSerializers[mAe],{pause:DAe,resume:NAe}=watchPausable(EAe,()=>bAe(EAe.value),{flush:eAe,deep:tAe,eventFilter:cAe});watch(gAe,()=>LAe(),{flush:eAe}),aAe&&AAe&&tryOnMounted(()=>{$P instanceof Storage?useEventListener(aAe,"storage",LAe,{passive:!0}):useEventListener(aAe,customStorageEventName,wAe),dAe&&LAe()}),dAe||LAe();function TAe(OAe,PAe){if(aAe){const HAe={key:gAe.value,oldValue:OAe,newValue:PAe,storageArea:$P};aAe.dispatchEvent($P instanceof Storage?new StorageEvent("storage",HAe):new CustomEvent(customStorageEventName,{detail:HAe}))}}function bAe(OAe){try{const PAe=$P.getItem(gAe.value);if(OAe==null)TAe(PAe,null),$P.removeItem(gAe.value);else{const HAe=SAe.write(OAe);PAe!==HAe&&($P.setItem(gAe.value,HAe),TAe(PAe,HAe))}}catch(PAe){uAe(PAe)}}function GAe(OAe){const PAe=OAe?OAe.newValue:$P.getItem(gAe.value);if(PAe==null)return iAe&&pAe!=null&&$P.setItem(gAe.value,SAe.write(pAe)),pAe;if(!OAe&&nAe){const HAe=SAe.read(PAe);return typeof nAe=="function"?nAe(HAe,pAe):mAe==="object"&&!Array.isArray(HAe)?{...pAe,...HAe}:HAe}else return typeof PAe!="string"?PAe:SAe.read(PAe)}function LAe(OAe){if(!(OAe&&OAe.storageArea!==$P)){if(OAe&&OAe.key==null){EAe.value=pAe;return}if(!(OAe&&OAe.key!==gAe.value)){DAe();try{(OAe==null?void 0:OAe.newValue)!==SAe.write(EAe.value)&&(EAe.value=GAe(OAe))}catch(PAe){uAe(PAe)}finally{OAe?nextTick(NAe):NAe()}}}}function wAe(OAe){LAe(OAe.detail)}return EAe}const CSS_DISABLE_TRANS="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function useColorMode(r4={}){const{selector:x_="html",attribute:$P="class",initialValue:zP="auto",window:z9=defaultWindow$1,storage:eAe,storageKey:tAe="vueuse-color-scheme",listenToStorageChanges:AAe=!0,storageRef:iAe,emitAuto:nAe,disableTransition:oAe=!0}=r4,aAe={auto:"",light:"light",dark:"dark",...r4.modes||{}},cAe=usePreferredDark({window:z9}),uAe=computed(()=>cAe.value?"dark":"light"),dAe=iAe||(tAe==null?toRef(zP):useStorage(tAe,zP,eAe,{window:z9,listenToStorageChanges:AAe})),EAe=computed(()=>dAe.value==="auto"?uAe.value:dAe.value),gAe=getSSRHandler("updateHTMLAttrs",(DAe,NAe,TAe)=>{const bAe=typeof DAe=="string"?z9==null?void 0:z9.document.querySelector(DAe):unrefElement(DAe);if(!bAe)return;const GAe=new Set,LAe=new Set;let wAe=null;if(NAe==="class"){const PAe=TAe.split(/\s/g);Object.values(aAe).flatMap(HAe=>(HAe||"").split(/\s/g)).filter(Boolean).forEach(HAe=>{PAe.includes(HAe)?GAe.add(HAe):LAe.add(HAe)})}else wAe={key:NAe,value:TAe};if(GAe.size===0&&LAe.size===0&&wAe===null)return;let OAe;oAe&&(OAe=z9.document.createElement("style"),OAe.appendChild(document.createTextNode(CSS_DISABLE_TRANS)),z9.document.head.appendChild(OAe));for(const PAe of GAe)bAe.classList.add(PAe);for(const PAe of LAe)bAe.classList.remove(PAe);wAe&&bAe.setAttribute(wAe.key,wAe.value),oAe&&(z9.getComputedStyle(OAe).opacity,document.head.removeChild(OAe))});function pAe(DAe){var NAe;gAe(x_,$P,(NAe=aAe[DAe])!=null?NAe:DAe)}function mAe(DAe){r4.onChanged?r4.onChanged(DAe,pAe):pAe(DAe)}watch(EAe,mAe,{flush:"post",immediate:!0}),tryOnMounted(()=>mAe(EAe.value));const SAe=computed({get(){return nAe?dAe.value:EAe.value},set(DAe){dAe.value=DAe}});return Object.assign(SAe,{store:dAe,system:uAe,state:EAe})}function useDark(r4={}){const{valueDark:x_="dark",valueLight:$P=""}=r4,zP=useColorMode({...r4,onChanged:(tAe,AAe)=>{var iAe;r4.onChanged?(iAe=r4.onChanged)==null||iAe.call(r4,tAe==="dark",AAe,tAe):AAe(tAe)},modes:{dark:x_,light:$P}}),z9=computed(()=>zP.system.value);return computed({get(){return zP.value==="dark"},set(tAe){const AAe=tAe?"dark":"light";z9.value===AAe?zP.value="auto":zP.value=AAe}})}const eventHandlers=["fullscreenchange","webkitfullscreenchange","webkitendfullscreen","mozfullscreenchange","MSFullscreenChange"];function useFullscreen(r4,x_={}){const{document:$P=defaultDocument,autoExit:zP=!1}=x_,z9=computed(()=>{var mAe;return(mAe=unrefElement(r4))!=null?mAe:$P==null?void 0:$P.documentElement}),eAe=shallowRef(!1),tAe=computed(()=>["requestFullscreen","webkitRequestFullscreen","webkitEnterFullscreen","webkitEnterFullScreen","webkitRequestFullScreen","mozRequestFullScreen","msRequestFullscreen"].find(mAe=>$P&&mAe in $P||z9.value&&mAe in z9.value)),AAe=computed(()=>["exitFullscreen","webkitExitFullscreen","webkitExitFullScreen","webkitCancelFullScreen","mozCancelFullScreen","msExitFullscreen"].find(mAe=>$P&&mAe in $P||z9.value&&mAe in z9.value)),iAe=computed(()=>["fullScreen","webkitIsFullScreen","webkitDisplayingFullscreen","mozFullScreen","msFullscreenElement"].find(mAe=>$P&&mAe in $P||z9.value&&mAe in z9.value)),nAe=["fullscreenElement","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement"].find(mAe=>$P&&mAe in $P),oAe=useSupported(()=>z9.value&&$P&&tAe.value!==void 0&&AAe.value!==void 0&&iAe.value!==void 0),aAe=()=>nAe?($P==null?void 0:$P[nAe])===z9.value:!1,cAe=()=>{if(iAe.value){if($P&&$P[iAe.value]!=null)return $P[iAe.value];{const mAe=z9.value;if((mAe==null?void 0:mAe[iAe.value])!=null)return!!mAe[iAe.value]}}return!1};async function uAe(){if(!(!oAe.value||!eAe.value)){if(AAe.value)if(($P==null?void 0:$P[AAe.value])!=null)await $P[AAe.value]();else{const mAe=z9.value;(mAe==null?void 0:mAe[AAe.value])!=null&&await mAe[AAe.value]()}eAe.value=!1}}async function dAe(){if(!oAe.value||eAe.value)return;cAe()&&await uAe();const mAe=z9.value;tAe.value&&(mAe==null?void 0:mAe[tAe.value])!=null&&(await mAe[tAe.value](),eAe.value=!0)}async function EAe(){await(eAe.value?uAe():dAe())}const gAe=()=>{const mAe=cAe();(!mAe||mAe&&aAe())&&(eAe.value=mAe)},pAe={capture:!1,passive:!0};return useEventListener($P,eventHandlers,gAe,pAe),useEventListener(()=>unrefElement(z9),eventHandlers,gAe,pAe),zP&&tryOnScopeDispose(uAe),{isSupported:oAe,isFullscreen:eAe,enter:dAe,exit:uAe,toggle:EAe}}function useVModel(r4,x_,$P,zP={}){var z9,eAe,tAe;const{clone:AAe=!1,passive:iAe=!1,eventName:nAe,deep:oAe=!1,defaultValue:aAe,shouldEmit:cAe}=zP,uAe=getCurrentInstance(),dAe=$P||(uAe==null?void 0:uAe.emit)||((z9=uAe==null?void 0:uAe.$emit)==null?void 0:z9.bind(uAe))||((tAe=(eAe=uAe==null?void 0:uAe.proxy)==null?void 0:eAe.$emit)==null?void 0:tAe.bind(uAe==null?void 0:uAe.proxy));let EAe=nAe;EAe=EAe||`update:${x_.toString()}`;const gAe=SAe=>AAe?typeof AAe=="function"?AAe(SAe):cloneFnJSON(SAe):SAe,pAe=()=>isDef$1(r4[x_])?gAe(r4[x_]):aAe,mAe=SAe=>{cAe?cAe(SAe)&&dAe(EAe,SAe):dAe(EAe,SAe)};if(iAe){const SAe=pAe(),DAe=ref(SAe);let NAe=!1;return watch(()=>r4[x_],TAe=>{NAe||(NAe=!0,DAe.value=gAe(TAe),nextTick(()=>NAe=!1))}),watch(DAe,TAe=>{!NAe&&(TAe!==r4[x_]||oAe)&&mAe(TAe)},{deep:oAe}),DAe}else return computed({get(){return pAe()},set(SAe){mAe(SAe)}})}function useWindowSize(r4={}){const{window:x_=defaultWindow$1,initialWidth:$P=Number.POSITIVE_INFINITY,initialHeight:zP=Number.POSITIVE_INFINITY,listenOrientation:z9=!0,includeScrollbar:eAe=!0,type:tAe="inner"}=r4,AAe=ref($P),iAe=ref(zP),nAe=()=>{if(x_)if(tAe==="outer")AAe.value=x_.outerWidth,iAe.value=x_.outerHeight;else if(tAe==="visual"&&x_.visualViewport){const{width:aAe,height:cAe,scale:uAe}=x_.visualViewport;AAe.value=Math.round(aAe*uAe),iAe.value=Math.round(cAe*uAe)}else eAe?(AAe.value=x_.innerWidth,iAe.value=x_.innerHeight):(AAe.value=x_.document.documentElement.clientWidth,iAe.value=x_.document.documentElement.clientHeight)};nAe(),tryOnMounted(nAe);const oAe={passive:!0};if(useEventListener("resize",nAe,oAe),x_&&tAe==="visual"&&x_.visualViewport&&useEventListener(x_.visualViewport,"resize",nAe,oAe),z9){const aAe=useMediaQuery("(orientation: portrait)");watch(aAe,()=>nAe())}return{width:AAe,height:iAe}}var lib$1={},balancedMatch,hasRequiredBalancedMatch;function requireBalancedMatch(){return hasRequiredBalancedMatch||(hasRequiredBalancedMatch=1,balancedMatch=function(r4,x_,$P){for(var zP=0,z9={},eAe=0;eAe<$P.length;eAe++)if(r4==$P.substr(eAe,r4.length))"start"in z9||(z9.start=eAe),zP++;else if(x_==$P.substr(eAe,x_.length)&&"start"in z9&&(zP--,!zP))return z9.end=eAe,z9.pre=$P.substr(0,z9.start),z9.body=z9.end-z9.start>1?$P.substring(z9.start+r4.length,z9.end):"",z9.post=$P.slice(z9.end+x_.length),z9}),balancedMatch}var clone$8={exports:{}},hasRequiredClone;function requireClone(){return hasRequiredClone||(hasRequiredClone=1,function(r4){var x_=function(){function $P(iAe,nAe,oAe,aAe){typeof nAe=="object"&&(oAe=nAe.depth,aAe=nAe.prototype,nAe.filter,nAe=nAe.circular);var cAe=[],uAe=[],dAe=typeof Buffer<"u";typeof nAe>"u"&&(nAe=!0),typeof oAe>"u"&&(oAe=1/0);function EAe(gAe,pAe){if(gAe===null)return null;if(pAe==0)return gAe;var mAe,SAe;if(typeof gAe!="object")return gAe;if($P.__isArray(gAe))mAe=[];else if($P.__isRegExp(gAe))mAe=new RegExp(gAe.source,AAe(gAe)),gAe.lastIndex&&(mAe.lastIndex=gAe.lastIndex);else if($P.__isDate(gAe))mAe=new Date(gAe.getTime());else{if(dAe&&Buffer.isBuffer(gAe))return Buffer.allocUnsafe?mAe=Buffer.allocUnsafe(gAe.length):mAe=new Buffer(gAe.length),gAe.copy(mAe),mAe;typeof aAe>"u"?(SAe=Object.getPrototypeOf(gAe),mAe=Object.create(SAe)):(mAe=Object.create(aAe),SAe=aAe)}if(nAe){var DAe=cAe.indexOf(gAe);if(DAe!=-1)return uAe[DAe];cAe.push(gAe),uAe.push(mAe)}for(var NAe in gAe){var TAe;SAe&&(TAe=Object.getOwnPropertyDescriptor(SAe,NAe)),!(TAe&&TAe.set==null)&&(mAe[NAe]=EAe(gAe[NAe],pAe-1))}return mAe}return EAe(iAe,oAe)}$P.clonePrototype=function(nAe){if(nAe===null)return null;var oAe=function(){};return oAe.prototype=nAe,new oAe};function zP(iAe){return Object.prototype.toString.call(iAe)}$P.__objToStr=zP;function z9(iAe){return typeof iAe=="object"&&zP(iAe)==="[object Date]"}$P.__isDate=z9;function eAe(iAe){return typeof iAe=="object"&&zP(iAe)==="[object Array]"}$P.__isArray=eAe;function tAe(iAe){return typeof iAe=="object"&&zP(iAe)==="[object RegExp]"}$P.__isRegExp=tAe;function AAe(iAe){var nAe="";return iAe.global&&(nAe+="g"),iAe.ignoreCase&&(nAe+="i"),iAe.multiline&&(nAe+="m"),nAe}return $P.__getRegExpFlags=AAe,$P}();r4.exports&&(r4.exports=x_)}(clone$8)),clone$8.exports}var conversions={exports:{}},colorName$1,hasRequiredColorName$1;function requireColorName$1(){return hasRequiredColorName$1||(hasRequiredColorName$1=1,colorName$1={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}),colorName$1}var hasRequiredConversions;function requireConversions(){if(hasRequiredConversions)return conversions.exports;hasRequiredConversions=1;var r4=requireColorName$1(),x_={};for(var $P in r4)r4.hasOwnProperty($P)&&(x_[r4[$P]]=$P);var zP=conversions.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var z9 in zP)if(zP.hasOwnProperty(z9)){if(!("channels"in zP[z9]))throw new Error("missing channels property: "+z9);if(!("labels"in zP[z9]))throw new Error("missing channel labels property: "+z9);if(zP[z9].labels.length!==zP[z9].channels)throw new Error("channel and label counts mismatch: "+z9);var eAe=zP[z9].channels,tAe=zP[z9].labels;delete zP[z9].channels,delete zP[z9].labels,Object.defineProperty(zP[z9],"channels",{value:eAe}),Object.defineProperty(zP[z9],"labels",{value:tAe})}zP.rgb.hsl=function(iAe){var nAe=iAe[0]/255,oAe=iAe[1]/255,aAe=iAe[2]/255,cAe=Math.min(nAe,oAe,aAe),uAe=Math.max(nAe,oAe,aAe),dAe=uAe-cAe,EAe,gAe,pAe;return uAe===cAe?EAe=0:nAe===uAe?EAe=(oAe-aAe)/dAe:oAe===uAe?EAe=2+(aAe-nAe)/dAe:aAe===uAe&&(EAe=4+(nAe-oAe)/dAe),EAe=Math.min(EAe*60,360),EAe<0&&(EAe+=360),pAe=(cAe+uAe)/2,uAe===cAe?gAe=0:pAe<=.5?gAe=dAe/(uAe+cAe):gAe=dAe/(2-uAe-cAe),[EAe,gAe*100,pAe*100]},zP.rgb.hsv=function(iAe){var nAe,oAe,aAe,cAe,uAe,dAe=iAe[0]/255,EAe=iAe[1]/255,gAe=iAe[2]/255,pAe=Math.max(dAe,EAe,gAe),mAe=pAe-Math.min(dAe,EAe,gAe),SAe=function(DAe){return(pAe-DAe)/6/mAe+1/2};return mAe===0?cAe=uAe=0:(uAe=mAe/pAe,nAe=SAe(dAe),oAe=SAe(EAe),aAe=SAe(gAe),dAe===pAe?cAe=aAe-oAe:EAe===pAe?cAe=1/3+nAe-aAe:gAe===pAe&&(cAe=2/3+oAe-nAe),cAe<0?cAe+=1:cAe>1&&(cAe-=1)),[cAe*360,uAe*100,pAe*100]},zP.rgb.hwb=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2],cAe=zP.rgb.hsl(iAe)[0],uAe=1/255*Math.min(nAe,Math.min(oAe,aAe));return aAe=1-1/255*Math.max(nAe,Math.max(oAe,aAe)),[cAe,uAe*100,aAe*100]},zP.rgb.cmyk=function(iAe){var nAe=iAe[0]/255,oAe=iAe[1]/255,aAe=iAe[2]/255,cAe,uAe,dAe,EAe;return EAe=Math.min(1-nAe,1-oAe,1-aAe),cAe=(1-nAe-EAe)/(1-EAe)||0,uAe=(1-oAe-EAe)/(1-EAe)||0,dAe=(1-aAe-EAe)/(1-EAe)||0,[cAe*100,uAe*100,dAe*100,EAe*100]};function AAe(iAe,nAe){return Math.pow(iAe[0]-nAe[0],2)+Math.pow(iAe[1]-nAe[1],2)+Math.pow(iAe[2]-nAe[2],2)}return zP.rgb.keyword=function(iAe){var nAe=x_[iAe];if(nAe)return nAe;var oAe=1/0,aAe;for(var cAe in r4)if(r4.hasOwnProperty(cAe)){var uAe=r4[cAe],dAe=AAe(iAe,uAe);dAe.04045?Math.pow((nAe+.055)/1.055,2.4):nAe/12.92,oAe=oAe>.04045?Math.pow((oAe+.055)/1.055,2.4):oAe/12.92,aAe=aAe>.04045?Math.pow((aAe+.055)/1.055,2.4):aAe/12.92;var cAe=nAe*.4124+oAe*.3576+aAe*.1805,uAe=nAe*.2126+oAe*.7152+aAe*.0722,dAe=nAe*.0193+oAe*.1192+aAe*.9505;return[cAe*100,uAe*100,dAe*100]},zP.rgb.lab=function(iAe){var nAe=zP.rgb.xyz(iAe),oAe=nAe[0],aAe=nAe[1],cAe=nAe[2],uAe,dAe,EAe;return oAe/=95.047,aAe/=100,cAe/=108.883,oAe=oAe>.008856?Math.pow(oAe,1/3):7.787*oAe+16/116,aAe=aAe>.008856?Math.pow(aAe,1/3):7.787*aAe+16/116,cAe=cAe>.008856?Math.pow(cAe,1/3):7.787*cAe+16/116,uAe=116*aAe-16,dAe=500*(oAe-aAe),EAe=200*(aAe-cAe),[uAe,dAe,EAe]},zP.hsl.rgb=function(iAe){var nAe=iAe[0]/360,oAe=iAe[1]/100,aAe=iAe[2]/100,cAe,uAe,dAe,EAe,gAe;if(oAe===0)return gAe=aAe*255,[gAe,gAe,gAe];aAe<.5?uAe=aAe*(1+oAe):uAe=aAe+oAe-aAe*oAe,cAe=2*aAe-uAe,EAe=[0,0,0];for(var pAe=0;pAe<3;pAe++)dAe=nAe+1/3*-(pAe-1),dAe<0&&dAe++,dAe>1&&dAe--,6*dAe<1?gAe=cAe+(uAe-cAe)*6*dAe:2*dAe<1?gAe=uAe:3*dAe<2?gAe=cAe+(uAe-cAe)*(2/3-dAe)*6:gAe=cAe,EAe[pAe]=gAe*255;return EAe},zP.hsl.hsv=function(iAe){var nAe=iAe[0],oAe=iAe[1]/100,aAe=iAe[2]/100,cAe=oAe,uAe=Math.max(aAe,.01),dAe,EAe;return aAe*=2,oAe*=aAe<=1?aAe:2-aAe,cAe*=uAe<=1?uAe:2-uAe,EAe=(aAe+oAe)/2,dAe=aAe===0?2*cAe/(uAe+cAe):2*oAe/(aAe+oAe),[nAe,dAe*100,EAe*100]},zP.hsv.rgb=function(iAe){var nAe=iAe[0]/60,oAe=iAe[1]/100,aAe=iAe[2]/100,cAe=Math.floor(nAe)%6,uAe=nAe-Math.floor(nAe),dAe=255*aAe*(1-oAe),EAe=255*aAe*(1-oAe*uAe),gAe=255*aAe*(1-oAe*(1-uAe));switch(aAe*=255,cAe){case 0:return[aAe,gAe,dAe];case 1:return[EAe,aAe,dAe];case 2:return[dAe,aAe,gAe];case 3:return[dAe,EAe,aAe];case 4:return[gAe,dAe,aAe];case 5:return[aAe,dAe,EAe]}},zP.hsv.hsl=function(iAe){var nAe=iAe[0],oAe=iAe[1]/100,aAe=iAe[2]/100,cAe=Math.max(aAe,.01),uAe,dAe,EAe;return EAe=(2-oAe)*aAe,uAe=(2-oAe)*cAe,dAe=oAe*cAe,dAe/=uAe<=1?uAe:2-uAe,dAe=dAe||0,EAe/=2,[nAe,dAe*100,EAe*100]},zP.hwb.rgb=function(iAe){var nAe=iAe[0]/360,oAe=iAe[1]/100,aAe=iAe[2]/100,cAe=oAe+aAe,uAe,dAe,EAe,gAe;cAe>1&&(oAe/=cAe,aAe/=cAe),uAe=Math.floor(6*nAe),dAe=1-aAe,EAe=6*nAe-uAe,(uAe&1)!==0&&(EAe=1-EAe),gAe=oAe+EAe*(dAe-oAe);var pAe,mAe,SAe;switch(uAe){default:case 6:case 0:pAe=dAe,mAe=gAe,SAe=oAe;break;case 1:pAe=gAe,mAe=dAe,SAe=oAe;break;case 2:pAe=oAe,mAe=dAe,SAe=gAe;break;case 3:pAe=oAe,mAe=gAe,SAe=dAe;break;case 4:pAe=gAe,mAe=oAe,SAe=dAe;break;case 5:pAe=dAe,mAe=oAe,SAe=gAe;break}return[pAe*255,mAe*255,SAe*255]},zP.cmyk.rgb=function(iAe){var nAe=iAe[0]/100,oAe=iAe[1]/100,aAe=iAe[2]/100,cAe=iAe[3]/100,uAe,dAe,EAe;return uAe=1-Math.min(1,nAe*(1-cAe)+cAe),dAe=1-Math.min(1,oAe*(1-cAe)+cAe),EAe=1-Math.min(1,aAe*(1-cAe)+cAe),[uAe*255,dAe*255,EAe*255]},zP.xyz.rgb=function(iAe){var nAe=iAe[0]/100,oAe=iAe[1]/100,aAe=iAe[2]/100,cAe,uAe,dAe;return cAe=nAe*3.2406+oAe*-1.5372+aAe*-.4986,uAe=nAe*-.9689+oAe*1.8758+aAe*.0415,dAe=nAe*.0557+oAe*-.204+aAe*1.057,cAe=cAe>.0031308?1.055*Math.pow(cAe,1/2.4)-.055:cAe*12.92,uAe=uAe>.0031308?1.055*Math.pow(uAe,1/2.4)-.055:uAe*12.92,dAe=dAe>.0031308?1.055*Math.pow(dAe,1/2.4)-.055:dAe*12.92,cAe=Math.min(Math.max(0,cAe),1),uAe=Math.min(Math.max(0,uAe),1),dAe=Math.min(Math.max(0,dAe),1),[cAe*255,uAe*255,dAe*255]},zP.xyz.lab=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2],cAe,uAe,dAe;return nAe/=95.047,oAe/=100,aAe/=108.883,nAe=nAe>.008856?Math.pow(nAe,1/3):7.787*nAe+16/116,oAe=oAe>.008856?Math.pow(oAe,1/3):7.787*oAe+16/116,aAe=aAe>.008856?Math.pow(aAe,1/3):7.787*aAe+16/116,cAe=116*oAe-16,uAe=500*(nAe-oAe),dAe=200*(oAe-aAe),[cAe,uAe,dAe]},zP.lab.xyz=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2],cAe,uAe,dAe;uAe=(nAe+16)/116,cAe=oAe/500+uAe,dAe=uAe-aAe/200;var EAe=Math.pow(uAe,3),gAe=Math.pow(cAe,3),pAe=Math.pow(dAe,3);return uAe=EAe>.008856?EAe:(uAe-16/116)/7.787,cAe=gAe>.008856?gAe:(cAe-16/116)/7.787,dAe=pAe>.008856?pAe:(dAe-16/116)/7.787,cAe*=95.047,uAe*=100,dAe*=108.883,[cAe,uAe,dAe]},zP.lab.lch=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2],cAe,uAe,dAe;return cAe=Math.atan2(aAe,oAe),uAe=cAe*360/2/Math.PI,uAe<0&&(uAe+=360),dAe=Math.sqrt(oAe*oAe+aAe*aAe),[nAe,dAe,uAe]},zP.lch.lab=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2],cAe,uAe,dAe;return dAe=aAe/360*2*Math.PI,cAe=oAe*Math.cos(dAe),uAe=oAe*Math.sin(dAe),[nAe,cAe,uAe]},zP.rgb.ansi16=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2],cAe=1 in arguments?arguments[1]:zP.rgb.hsv(iAe)[2];if(cAe=Math.round(cAe/50),cAe===0)return 30;var uAe=30+(Math.round(aAe/255)<<2|Math.round(oAe/255)<<1|Math.round(nAe/255));return cAe===2&&(uAe+=60),uAe},zP.hsv.ansi16=function(iAe){return zP.rgb.ansi16(zP.hsv.rgb(iAe),iAe[2])},zP.rgb.ansi256=function(iAe){var nAe=iAe[0],oAe=iAe[1],aAe=iAe[2];if(nAe===oAe&&oAe===aAe)return nAe<8?16:nAe>248?231:Math.round((nAe-8)/247*24)+232;var cAe=16+36*Math.round(nAe/255*5)+6*Math.round(oAe/255*5)+Math.round(aAe/255*5);return cAe},zP.ansi16.rgb=function(iAe){var nAe=iAe%10;if(nAe===0||nAe===7)return iAe>50&&(nAe+=3.5),nAe=nAe/10.5*255,[nAe,nAe,nAe];var oAe=(~~(iAe>50)+1)*.5,aAe=(nAe&1)*oAe*255,cAe=(nAe>>1&1)*oAe*255,uAe=(nAe>>2&1)*oAe*255;return[aAe,cAe,uAe]},zP.ansi256.rgb=function(iAe){if(iAe>=232){var nAe=(iAe-232)*10+8;return[nAe,nAe,nAe]}iAe-=16;var oAe,aAe=Math.floor(iAe/36)/5*255,cAe=Math.floor((oAe=iAe%36)/6)/5*255,uAe=oAe%6/5*255;return[aAe,cAe,uAe]},zP.rgb.hex=function(iAe){var nAe=((Math.round(iAe[0])&255)<<16)+((Math.round(iAe[1])&255)<<8)+(Math.round(iAe[2])&255),oAe=nAe.toString(16).toUpperCase();return"000000".substring(oAe.length)+oAe},zP.hex.rgb=function(iAe){var nAe=iAe.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!nAe)return[0,0,0];var oAe=nAe[0];nAe[0].length===3&&(oAe=oAe.split("").map(function(EAe){return EAe+EAe}).join(""));var aAe=parseInt(oAe,16),cAe=aAe>>16&255,uAe=aAe>>8&255,dAe=aAe&255;return[cAe,uAe,dAe]},zP.rgb.hcg=function(iAe){var nAe=iAe[0]/255,oAe=iAe[1]/255,aAe=iAe[2]/255,cAe=Math.max(Math.max(nAe,oAe),aAe),uAe=Math.min(Math.min(nAe,oAe),aAe),dAe=cAe-uAe,EAe,gAe;return dAe<1?EAe=uAe/(1-dAe):EAe=0,dAe<=0?gAe=0:cAe===nAe?gAe=(oAe-aAe)/dAe%6:cAe===oAe?gAe=2+(aAe-nAe)/dAe:gAe=4+(nAe-oAe)/dAe+4,gAe/=6,gAe%=1,[gAe*360,dAe*100,EAe*100]},zP.hsl.hcg=function(iAe){var nAe=iAe[1]/100,oAe=iAe[2]/100,aAe=1,cAe=0;return oAe<.5?aAe=2*nAe*oAe:aAe=2*nAe*(1-oAe),aAe<1&&(cAe=(oAe-.5*aAe)/(1-aAe)),[iAe[0],aAe*100,cAe*100]},zP.hsv.hcg=function(iAe){var nAe=iAe[1]/100,oAe=iAe[2]/100,aAe=nAe*oAe,cAe=0;return aAe<1&&(cAe=(oAe-aAe)/(1-aAe)),[iAe[0],aAe*100,cAe*100]},zP.hcg.rgb=function(iAe){var nAe=iAe[0]/360,oAe=iAe[1]/100,aAe=iAe[2]/100;if(oAe===0)return[aAe*255,aAe*255,aAe*255];var cAe=[0,0,0],uAe=nAe%1*6,dAe=uAe%1,EAe=1-dAe,gAe=0;switch(Math.floor(uAe)){case 0:cAe[0]=1,cAe[1]=dAe,cAe[2]=0;break;case 1:cAe[0]=EAe,cAe[1]=1,cAe[2]=0;break;case 2:cAe[0]=0,cAe[1]=1,cAe[2]=dAe;break;case 3:cAe[0]=0,cAe[1]=EAe,cAe[2]=1;break;case 4:cAe[0]=dAe,cAe[1]=0,cAe[2]=1;break;default:cAe[0]=1,cAe[1]=0,cAe[2]=EAe}return gAe=(1-oAe)*aAe,[(oAe*cAe[0]+gAe)*255,(oAe*cAe[1]+gAe)*255,(oAe*cAe[2]+gAe)*255]},zP.hcg.hsv=function(iAe){var nAe=iAe[1]/100,oAe=iAe[2]/100,aAe=nAe+oAe*(1-nAe),cAe=0;return aAe>0&&(cAe=nAe/aAe),[iAe[0],cAe*100,aAe*100]},zP.hcg.hsl=function(iAe){var nAe=iAe[1]/100,oAe=iAe[2]/100,aAe=oAe*(1-nAe)+.5*nAe,cAe=0;return aAe>0&&aAe<.5?cAe=nAe/(2*aAe):aAe>=.5&&aAe<1&&(cAe=nAe/(2*(1-aAe))),[iAe[0],cAe*100,aAe*100]},zP.hcg.hwb=function(iAe){var nAe=iAe[1]/100,oAe=iAe[2]/100,aAe=nAe+oAe*(1-nAe);return[iAe[0],(aAe-nAe)*100,(1-aAe)*100]},zP.hwb.hcg=function(iAe){var nAe=iAe[1]/100,oAe=iAe[2]/100,aAe=1-oAe,cAe=aAe-nAe,uAe=0;return cAe<1&&(uAe=(aAe-cAe)/(1-cAe)),[iAe[0],cAe*100,uAe*100]},zP.apple.rgb=function(iAe){return[iAe[0]/65535*255,iAe[1]/65535*255,iAe[2]/65535*255]},zP.rgb.apple=function(iAe){return[iAe[0]/255*65535,iAe[1]/255*65535,iAe[2]/255*65535]},zP.gray.rgb=function(iAe){return[iAe[0]/100*255,iAe[0]/100*255,iAe[0]/100*255]},zP.gray.hsl=zP.gray.hsv=function(iAe){return[0,0,iAe[0]]},zP.gray.hwb=function(iAe){return[0,100,iAe[0]]},zP.gray.cmyk=function(iAe){return[0,0,0,iAe[0]]},zP.gray.lab=function(iAe){return[iAe[0],0,0]},zP.gray.hex=function(iAe){var nAe=Math.round(iAe[0]/100*255)&255,oAe=(nAe<<16)+(nAe<<8)+nAe,aAe=oAe.toString(16).toUpperCase();return"000000".substring(aAe.length)+aAe},zP.rgb.gray=function(iAe){var nAe=(iAe[0]+iAe[1]+iAe[2])/3;return[nAe/255*100]},conversions.exports}var route,hasRequiredRoute;function requireRoute(){if(hasRequiredRoute)return route;hasRequiredRoute=1;var r4=requireConversions();function x_(){for(var eAe={},tAe=Object.keys(r4),AAe=tAe.length,iAe=0;iAe1&&(iAe=Array.prototype.slice.call(arguments)),tAe(iAe))};return"conversion"in tAe&&(AAe.conversion=tAe.conversion),AAe}function eAe(tAe){var AAe=function(iAe){if(iAe==null)return iAe;arguments.length>1&&(iAe=Array.prototype.slice.call(arguments));var nAe=tAe(iAe);if(typeof nAe=="object")for(var oAe=nAe.length,aAe=0;aAetAe?(eAe+.05)/(tAe+.05):(tAe+.05)/(eAe+.05)},level:function(z9){var eAe=this.contrast(z9);return eAe>=7.1?"AAA":eAe>=4.5?"AA":""},dark:function(){var z9=this.values.rgb,eAe=(z9[0]*299+z9[1]*587+z9[2]*114)/1e3;return eAe<128},light:function(){return!this.dark()},negate:function(){for(var z9=[],eAe=0;eAe<3;eAe++)z9[eAe]=255-this.values.rgb[eAe];return this.setValues("rgb",z9),this},lighten:function(z9){return this.values.hsl[2]+=this.values.hsl[2]*z9,this.setValues("hsl",this.values.hsl),this},darken:function(z9){return this.values.hsl[2]-=this.values.hsl[2]*z9,this.setValues("hsl",this.values.hsl),this},saturate:function(z9){return this.values.hsl[1]+=this.values.hsl[1]*z9,this.setValues("hsl",this.values.hsl),this},desaturate:function(z9){return this.values.hsl[1]-=this.values.hsl[1]*z9,this.setValues("hsl",this.values.hsl),this},whiten:function(z9){return this.values.hwb[1]+=this.values.hwb[1]*z9,this.setValues("hwb",this.values.hwb),this},blacken:function(z9){return this.values.hwb[2]+=this.values.hwb[2]*z9,this.setValues("hwb",this.values.hwb),this},greyscale:function(){var z9=this.values.rgb,eAe=z9[0]*.3+z9[1]*.59+z9[2]*.11;return this.setValues("rgb",[eAe,eAe,eAe]),this},clearer:function(z9){return this.setValues("alpha",this.values.alpha-this.values.alpha*z9),this},opaquer:function(z9){return this.setValues("alpha",this.values.alpha+this.values.alpha*z9),this},rotate:function(z9){var eAe=this.values.hsl[0];return eAe=(eAe+z9)%360,eAe=eAe<0?360+eAe:eAe,this.values.hsl[0]=eAe,this.setValues("hsl",this.values.hsl),this},mix:function(z9,eAe){var tAe=this,AAe=z9,iAe=eAe===void 0?.5:eAe,nAe=2*iAe-1,oAe=tAe.alpha()-AAe.alpha(),aAe=((nAe*oAe===-1?nAe:(nAe+oAe)/(1+nAe*oAe))+1)/2,cAe=1-aAe;return this.rgb(aAe*tAe.red()+cAe*AAe.red(),aAe*tAe.green()+cAe*AAe.green(),aAe*tAe.blue()+cAe*AAe.blue()).alpha(tAe.alpha()*iAe+AAe.alpha()*(1-iAe))},toJSON:function(){return this.rgb()},clone:function(){var z9=new zP;return z9.values=r4(this.values),z9}},zP.prototype.getValues=function(z9){for(var eAe={},tAe=0;tAe0)return tAe(oAe);if(cAe==="number"&&isFinite(oAe))return aAe.long?iAe(oAe):AAe(oAe);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(oAe))};function tAe(oAe){if(oAe=String(oAe),!(oAe.length>100)){var aAe=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(oAe);if(aAe){var cAe=parseFloat(aAe[1]),uAe=(aAe[2]||"ms").toLowerCase();switch(uAe){case"years":case"year":case"yrs":case"yr":case"y":return cAe*eAe;case"weeks":case"week":case"w":return cAe*z9;case"days":case"day":case"d":return cAe*zP;case"hours":case"hour":case"hrs":case"hr":case"h":return cAe*$P;case"minutes":case"minute":case"mins":case"min":case"m":return cAe*x_;case"seconds":case"second":case"secs":case"sec":case"s":return cAe*r4;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return cAe;default:return}}}}function AAe(oAe){var aAe=Math.abs(oAe);return aAe>=zP?Math.round(oAe/zP)+"d":aAe>=$P?Math.round(oAe/$P)+"h":aAe>=x_?Math.round(oAe/x_)+"m":aAe>=r4?Math.round(oAe/r4)+"s":oAe+"ms"}function iAe(oAe){var aAe=Math.abs(oAe);return aAe>=zP?nAe(oAe,aAe,zP,"day"):aAe>=$P?nAe(oAe,aAe,$P,"hour"):aAe>=x_?nAe(oAe,aAe,x_,"minute"):aAe>=r4?nAe(oAe,aAe,r4,"second"):oAe+" ms"}function nAe(oAe,aAe,cAe,uAe){var dAe=aAe>=cAe*1.5;return Math.round(oAe/cAe)+" "+uAe+(dAe?"s":"")}return ms$4}var common,hasRequiredCommon;function requireCommon(){if(hasRequiredCommon)return common;hasRequiredCommon=1;function r4(x_){zP.debug=zP,zP.default=zP,zP.coerce=nAe,zP.disable=AAe,zP.enable=tAe,zP.enabled=iAe,zP.humanize=requireMs(),Object.keys(x_).forEach(function(oAe){zP[oAe]=x_[oAe]}),zP.instances=[],zP.names=[],zP.skips=[],zP.formatters={};function $P(oAe){for(var aAe=0,cAe=0;cAe"u"?":":aAe)+oAe)}function tAe(oAe){zP.save(oAe),zP.names=[],zP.skips=[];var aAe,cAe=(typeof oAe=="string"?oAe:"").split(/[\s,]+/),uAe=cAe.length;for(aAe=0;aAe=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function eAe(aAe){if(aAe[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+aAe[0]+(this.useColors?"%c ":" ")+"+"+r4.exports.humanize(this.diff),!!this.useColors){var cAe="color: "+this.color;aAe.splice(1,0,cAe,"color: inherit");var uAe=0,dAe=0;aAe[0].replace(/%[a-zA-Z%]/g,function(EAe){EAe!=="%%"&&(uAe++,EAe==="%c"&&(dAe=uAe))}),aAe.splice(dAe,0,cAe)}}function tAe(){var aAe;return(typeof console>"u"?"undefined":zP(console))==="object"&&console.log&&(aAe=console).log.apply(aAe,arguments)}function AAe(aAe){try{aAe?x_.storage.setItem("debug",aAe):x_.storage.removeItem("debug")}catch{}}function iAe(){var aAe;try{aAe=x_.storage.getItem("debug")}catch{}return!aAe&&typeof process<"u"&&"env"in process&&(aAe=$P.DEBUG),aAe}function nAe(){try{return localStorage}catch{}}r4.exports=requireCommon()(x_);var oAe=r4.exports.formatters;oAe.j=function(aAe){try{return JSON.stringify(aAe)}catch(cAe){return"[UnexpectedJSONParseError]: "+cAe.message}}}(browser,browser.exports)),browser.exports}var parse_1,hasRequiredParse;function requireParse(){if(hasRequiredParse)return parse_1;hasRequiredParse=1;var r4=requireBalancedMatch(),x_=requireBrowser()("css-color-function:parse");parse_1=$P;function $P(zP){typeof zP!="string"&&(zP=zP.toString()),x_("string %s",zP);function z9(uAe){var dAe=uAe.exec(zP);if(dAe)return zP=zP.slice(dAe[0].length),dAe.slice(1)}function eAe(){z9(/^\s+/)}function tAe(){var uAe=z9(/^\)/);if(uAe)return x_("rparen"),uAe}function AAe(){var uAe=z9(/^([\+\-\*])/);if(uAe){var dAe={};return dAe.type="modifier",dAe.value=uAe[0],x_("modifier %o",dAe),dAe}}function iAe(){var uAe=z9(/^([^\)\s]+)/);if(uAe){var dAe={};return dAe.type="number",dAe.value=uAe[0],x_("number %o",dAe),dAe}}function nAe(){for(var uAe=[],dAe;dAe=AAe()||cAe()||iAe();)uAe.push(dAe),eAe();return x_("args %o",uAe),uAe}function oAe(){var uAe=z9(/^(\w+)\(/);if(uAe){eAe();var dAe={};return dAe.type="function",dAe.name=uAe[0],dAe.arguments=nAe(),tAe(),x_("adjuster %o",dAe),dAe}}function aAe(){var uAe={};uAe.type="color";var dAe=z9(/([^\)\s]+)/)[0];if(dAe.indexOf("(")!=-1){var EAe=z9(/([^\)]*?\))/)[0];dAe=dAe+EAe}return uAe.value=dAe,eAe(),uAe}function cAe(){if(zP.match(/^color\(/)){var uAe=r4("(",")",zP);if(!uAe)throw new SyntaxError("Missing closing parenthese for '"+zP+"'");if(uAe.body==="")throw new SyntaxError("color() function cannot be empty");zP=uAe.body,eAe();var dAe={};dAe.type="function",dAe.name="color",dAe.arguments=[cAe()||aAe()],x_("function arguments %o",dAe.arguments);for(var EAe;EAe=oAe();)dAe.arguments.push(EAe),eAe();return zP=uAe.post,eAe(),x_("function %o",dAe),dAe}}return cAe()}return parse_1}var adjusters={},hasRequiredAdjusters;function requireAdjusters(){return hasRequiredAdjusters||(hasRequiredAdjusters=1,function(r4){var x_=requireColor();r4.red=$P("red"),r4.blue=$P("blue"),r4.green=$P("green"),r4.alpha=r4.a=$P("alpha"),r4.rgb=function(){},r4.hue=r4.h=zP("hue"),r4.saturation=r4.s=zP("saturation"),r4.lightness=r4.l=zP("lightness"),r4.whiteness=r4.w=zP("whiteness"),r4.blackness=r4.b=zP("blackness"),r4.blend=function(tAe,AAe){var iAe=tAe.alpha();tAe.alpha(1);var nAe=new x_(AAe[0].value),oAe=1-parseInt(AAe[1].value,10)/100;tAe.mix(nAe,oAe).alpha(iAe)},r4.tint=function(tAe,AAe){AAe.unshift({type:"argument",value:"white"}),r4.blend(tAe,AAe)},r4.shade=function(tAe,AAe){AAe.unshift({type:"argument",value:"black"}),r4.blend(tAe,AAe)},r4.contrast=function(tAe,AAe){AAe.length==0&&AAe.push({type:"argument",value:"100%"});var iAe=1-parseInt(AAe[0].value,10)/100,nAe=tAe.luminosity()<.5?new x_({h:tAe.hue(),w:100,b:0}):new x_({h:tAe.hue(),w:0,b:100}),oAe=nAe,aAe=4.5;if(tAe.contrast(nAe)>aAe){var oAe=eAe(aAe,tAe,nAe),cAe=oAe.alpha();oAe.alpha(1),oAe.mix(nAe,iAe).alpha(cAe)}tAe.hwb(oAe.hwb())};function $P(tAe){return function(AAe,iAe){var nAe;iAe[0].type=="modifier"&&(nAe=iAe.shift().value);var oAe=iAe[0].value;oAe.indexOf("%")!=-1?(oAe=parseInt(oAe,10)/100,nAe?nAe!="*"&&(oAe=AAe[tAe]()*oAe):oAe=oAe*(tAe=="alpha"?1:255)):oAe=Number(oAe),AAe[tAe](z9(AAe[tAe](),oAe,nAe))}}function zP(tAe){return function(AAe,iAe){var nAe;iAe[0].type=="modifier"&&(nAe=iAe.shift().value);var oAe=parseFloat(iAe[0].value,10);AAe[tAe](z9(AAe[tAe](),oAe,nAe))}}function z9(tAe,AAe,iAe){switch(iAe){case"+":return tAe+AAe;case"-":return tAe-AAe;case"*":return tAe*AAe;default:return AAe}}function eAe(tAe,AAe,iAe){AAe.hue();for(var nAe=AAe.clone(),oAe=AAe.whiteness(),aAe=AAe.blackness(),cAe=iAe.whiteness(),uAe=iAe.blackness();Math.abs(oAe-cAe)>1||Math.abs(aAe-uAe)>1;){var dAe=Math.round((cAe+oAe)/2),EAe=Math.round((uAe+aAe)/2);nAe.whiteness(dAe),nAe.blackness(EAe),nAe.contrast(AAe)>tAe?(cAe=dAe,uAe=EAe):(oAe=dAe,aAe=EAe)}return nAe}}(adjusters)),adjusters}var convert_1,hasRequiredConvert;function requireConvert(){if(hasRequiredConvert)return convert_1;hasRequiredConvert=1;var r4=requireBalancedMatch(),x_=requireColor(),$P=requireParse(),zP=requireAdjusters();convert_1=z9;function z9(tAe){var AAe=tAe.indexOf("color(");if(AAe==-1)return tAe;if(tAe=tAe.slice(AAe),tAe=r4("(",")",tAe),!tAe)throw new SyntaxError("Missing closing parenthese for '"+tAe+"'");var iAe=$P("color("+tAe.body+")");return eAe(iAe)+z9(tAe.post)}function eAe(tAe){var AAe=new x_(tAe.arguments[0].type=="function"?eAe(tAe.arguments[0]):tAe.arguments[0].value),iAe=tAe.arguments.slice(1);return iAe.forEach(function(nAe){var oAe=nAe.name;if(!zP[oAe])throw new Error("Unknown '"+oAe+"'");nAe.arguments.forEach(function(aAe){aAe.type=="function"&&aAe.name=="color"&&(aAe.value=eAe(aAe),aAe.type="color",delete aAe.name)}),zP[oAe](AAe,nAe.arguments)}),AAe.rgbString()}return convert_1}var hasRequiredLib$1;function requireLib$1(){if(hasRequiredLib$1)return lib$1;hasRequiredLib$1=1;var r4=requireConvert(),x_=requireParse();return lib$1.convert=r4,lib$1.parse=x_,lib$1}var libExports$1=requireLib$1();const colors=getDefaultExportFromCjs$1(libExports$1);var zh_cn_default={name:"zh-cn",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"确定",clear:"清空",defaultLabel:"颜色选择器",description:"当前颜色 {color},按 Enter 键选择新颜色",alphaLabel:"选择透明度的值",alphaDescription:"透明度 {alpha}, 当前颜色 {color}",hueLabel:"选择色相值",hueDescription:"色相 {hue}, 当前颜色 {color}",svLabel:"选择饱和度与明度的值",svDescription:"饱和度 {saturation}, 明度 {brightness}, 当前颜色 {color}",predefineDescription:"选择 {value} 作为颜色"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",dateTablePrompt:"使用方向键与 Enter 键可选择日期",monthTablePrompt:"使用方向键与 Enter 键可选择月份",yearTablePrompt:"使用方向键与 Enter 键可选择年份",selectedDate:"已选日期",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"减少数值",increase:"增加数值"},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},mention:{loading:"加载中"},dropdown:{toggleDropdown:"切换下拉选项"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页",page:"页",prev:"上一页",next:"下一页",currentPage:"第 {pager} 页",prevPages:"向前 {pager} 页",nextPages:"向后 {pager} 页",deprecationWarning:"你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"},dialog:{close:"关闭此对话框"},drawer:{close:"关闭此对话框"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},upload:{deleteTip:"按 Delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},slider:{defaultLabel:"滑块介于 {min} 至 {max}",defaultRangeStartLabel:"选择起始值",defaultRangeEndLabel:"选择结束值"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计",selectAllLabel:"选择所有行",selectRowLabel:"选择当前行",expandRowLabel:"展开当前行",collapseRowLabel:"收起当前行",sortLabel:"按 {column} 排序",filterLabel:"按 {column} 过滤"},tag:{close:"关闭此标签"},tour:{next:"下一步",previous:"上一步",finish:"结束导览",close:"关闭此对话框"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"},carousel:{leftArrow:"上一张幻灯片",rightArrow:"下一张幻灯片",indicator:"幻灯片切换至索引 {index}"}}},clipboard$1={exports:{}};/*! * clipboard.js v2.0.11 * https://clipboardjs.com/ * * Licensed MIT © Zeno Rocha */var clipboard=clipboard$1.exports,hasRequiredClipboard;function requireClipboard(){return hasRequiredClipboard||(hasRequiredClipboard=1,function(r4,x_){(function(zP,z9){r4.exports=z9()})(clipboard,function(){return function(){var $P={686:function(eAe,tAe,AAe){AAe.d(tAe,{default:function(){return hIe}});var iAe=AAe(279),nAe=AAe.n(iAe),oAe=AAe(370),aAe=AAe.n(oAe),cAe=AAe(817),uAe=AAe.n(cAe);function dAe(tIe){try{return document.execCommand(tIe)}catch{return!1}}var EAe=function(gIe){var pIe=uAe()(gIe);return dAe("cut"),pIe},gAe=EAe;function pAe(tIe){var gIe=document.documentElement.getAttribute("dir")==="rtl",pIe=document.createElement("textarea");pIe.style.fontSize="12pt",pIe.style.border="0",pIe.style.padding="0",pIe.style.margin="0",pIe.style.position="absolute",pIe.style[gIe?"right":"left"]="-9999px";var _Ie=window.pageYOffset||document.documentElement.scrollTop;return pIe.style.top="".concat(_Ie,"px"),pIe.setAttribute("readonly",""),pIe.value=tIe,pIe}var mAe=function(gIe,pIe){var _Ie=pAe(gIe);pIe.container.appendChild(_Ie);var SIe=uAe()(_Ie);return dAe("copy"),_Ie.remove(),SIe},SAe=function(gIe){var pIe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},_Ie="";return typeof gIe=="string"?_Ie=mAe(gIe,pIe):gIe instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(gIe==null?void 0:gIe.type)?_Ie=mAe(gIe.value,pIe):(_Ie=uAe()(gIe),dAe("copy")),_Ie},DAe=SAe;function NAe(tIe){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?NAe=function(pIe){return typeof pIe}:NAe=function(pIe){return pIe&&typeof Symbol=="function"&&pIe.constructor===Symbol&&pIe!==Symbol.prototype?"symbol":typeof pIe},NAe(tIe)}var TAe=function(){var gIe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},pIe=gIe.action,_Ie=pIe===void 0?"copy":pIe,SIe=gIe.container,yIe=gIe.target,OIe=gIe.text;if(_Ie!=="copy"&&_Ie!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(yIe!==void 0)if(yIe&&NAe(yIe)==="object"&&yIe.nodeType===1){if(_Ie==="copy"&&yIe.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(_Ie==="cut"&&(yIe.hasAttribute("readonly")||yIe.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(OIe)return DAe(OIe,{container:SIe});if(yIe)return _Ie==="cut"?gAe(yIe):DAe(yIe,{container:SIe})},bAe=TAe;function GAe(tIe){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?GAe=function(pIe){return typeof pIe}:GAe=function(pIe){return pIe&&typeof Symbol=="function"&&pIe.constructor===Symbol&&pIe!==Symbol.prototype?"symbol":typeof pIe},GAe(tIe)}function LAe(tIe,gIe){if(!(tIe instanceof gIe))throw new TypeError("Cannot call a class as a function")}function wAe(tIe,gIe){for(var pIe=0;pIe"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function AIe(tIe){return AIe=Object.setPrototypeOf?Object.getPrototypeOf:function(pIe){return pIe.__proto__||Object.getPrototypeOf(pIe)},AIe(tIe)}function XAe(tIe,gIe){var pIe="data-clipboard-".concat(tIe);if(gIe.hasAttribute(pIe))return gIe.getAttribute(pIe)}var EIe=function(tIe){PAe(pIe,tIe);var gIe=zAe(pIe);function pIe(_Ie,SIe){var yIe;return LAe(this,pIe),yIe=gIe.call(this),yIe.resolveOptions(SIe),yIe.listenClick(_Ie),yIe}return OAe(pIe,[{key:"resolveOptions",value:function(){var SIe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof SIe.action=="function"?SIe.action:this.defaultAction,this.target=typeof SIe.target=="function"?SIe.target:this.defaultTarget,this.text=typeof SIe.text=="function"?SIe.text:this.defaultText,this.container=GAe(SIe.container)==="object"?SIe.container:document.body}},{key:"listenClick",value:function(SIe){var yIe=this;this.listener=aAe()(SIe,"click",function(OIe){return yIe.onClick(OIe)})}},{key:"onClick",value:function(SIe){var yIe=SIe.delegateTarget||SIe.currentTarget,OIe=this.action(yIe)||"copy",HIe=bAe({action:OIe,container:this.container,target:this.target(yIe),text:this.text(yIe)});this.emit(HIe?"success":"error",{action:OIe,text:HIe,trigger:yIe,clearSelection:function(){yIe&&yIe.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(SIe){return XAe("action",SIe)}},{key:"defaultTarget",value:function(SIe){var yIe=XAe("target",SIe);if(yIe)return document.querySelector(yIe)}},{key:"defaultText",value:function(SIe){return XAe("text",SIe)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(SIe){var yIe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return DAe(SIe,yIe)}},{key:"cut",value:function(SIe){return gAe(SIe)}},{key:"isSupported",value:function(){var SIe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],yIe=typeof SIe=="string"?[SIe]:SIe,OIe=!!document.queryCommandSupported;return yIe.forEach(function(HIe){OIe=OIe&&!!document.queryCommandSupported(HIe)}),OIe}}]),pIe}(nAe()),hIe=EIe},828:function(eAe){var tAe=9;if(typeof Element<"u"&&!Element.prototype.matches){var AAe=Element.prototype;AAe.matches=AAe.matchesSelector||AAe.mozMatchesSelector||AAe.msMatchesSelector||AAe.oMatchesSelector||AAe.webkitMatchesSelector}function iAe(nAe,oAe){for(;nAe&&nAe.nodeType!==tAe;){if(typeof nAe.matches=="function"&&nAe.matches(oAe))return nAe;nAe=nAe.parentNode}}eAe.exports=iAe},438:function(eAe,tAe,AAe){var iAe=AAe(828);function nAe(cAe,uAe,dAe,EAe,gAe){var pAe=aAe.apply(this,arguments);return cAe.addEventListener(dAe,pAe,gAe),{destroy:function(){cAe.removeEventListener(dAe,pAe,gAe)}}}function oAe(cAe,uAe,dAe,EAe,gAe){return typeof cAe.addEventListener=="function"?nAe.apply(null,arguments):typeof dAe=="function"?nAe.bind(null,document).apply(null,arguments):(typeof cAe=="string"&&(cAe=document.querySelectorAll(cAe)),Array.prototype.map.call(cAe,function(pAe){return nAe(pAe,uAe,dAe,EAe,gAe)}))}function aAe(cAe,uAe,dAe,EAe){return function(gAe){gAe.delegateTarget=iAe(gAe.target,uAe),gAe.delegateTarget&&EAe.call(cAe,gAe)}}eAe.exports=oAe},879:function(eAe,tAe){tAe.node=function(AAe){return AAe!==void 0&&AAe instanceof HTMLElement&&AAe.nodeType===1},tAe.nodeList=function(AAe){var iAe=Object.prototype.toString.call(AAe);return AAe!==void 0&&(iAe==="[object NodeList]"||iAe==="[object HTMLCollection]")&&"length"in AAe&&(AAe.length===0||tAe.node(AAe[0]))},tAe.string=function(AAe){return typeof AAe=="string"||AAe instanceof String},tAe.fn=function(AAe){var iAe=Object.prototype.toString.call(AAe);return iAe==="[object Function]"}},370:function(eAe,tAe,AAe){var iAe=AAe(879),nAe=AAe(438);function oAe(dAe,EAe,gAe){if(!dAe&&!EAe&&!gAe)throw new Error("Missing required arguments");if(!iAe.string(EAe))throw new TypeError("Second argument must be a String");if(!iAe.fn(gAe))throw new TypeError("Third argument must be a Function");if(iAe.node(dAe))return aAe(dAe,EAe,gAe);if(iAe.nodeList(dAe))return cAe(dAe,EAe,gAe);if(iAe.string(dAe))return uAe(dAe,EAe,gAe);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function aAe(dAe,EAe,gAe){return dAe.addEventListener(EAe,gAe),{destroy:function(){dAe.removeEventListener(EAe,gAe)}}}function cAe(dAe,EAe,gAe){return Array.prototype.forEach.call(dAe,function(pAe){pAe.addEventListener(EAe,gAe)}),{destroy:function(){Array.prototype.forEach.call(dAe,function(pAe){pAe.removeEventListener(EAe,gAe)})}}}function uAe(dAe,EAe,gAe){return nAe(document.body,dAe,EAe,gAe)}eAe.exports=oAe},817:function(eAe){function tAe(AAe){var iAe;if(AAe.nodeName==="SELECT")AAe.focus(),iAe=AAe.value;else if(AAe.nodeName==="INPUT"||AAe.nodeName==="TEXTAREA"){var nAe=AAe.hasAttribute("readonly");nAe||AAe.setAttribute("readonly",""),AAe.select(),AAe.setSelectionRange(0,AAe.value.length),nAe||AAe.removeAttribute("readonly"),iAe=AAe.value}else{AAe.hasAttribute("contenteditable")&&AAe.focus();var oAe=window.getSelection(),aAe=document.createRange();aAe.selectNodeContents(AAe),oAe.removeAllRanges(),oAe.addRange(aAe),iAe=oAe.toString()}return iAe}eAe.exports=tAe},279:function(eAe){function tAe(){}tAe.prototype={on:function(AAe,iAe,nAe){var oAe=this.e||(this.e={});return(oAe[AAe]||(oAe[AAe]=[])).push({fn:iAe,ctx:nAe}),this},once:function(AAe,iAe,nAe){var oAe=this;function aAe(){oAe.off(AAe,aAe),iAe.apply(nAe,arguments)}return aAe._=iAe,this.on(AAe,aAe,nAe)},emit:function(AAe){var iAe=[].slice.call(arguments,1),nAe=((this.e||(this.e={}))[AAe]||[]).slice(),oAe=0,aAe=nAe.length;for(oAe;oAe({toClipboard(x_,$P){return new Promise((zP,z9)=>{const eAe=document.createElement("button"),tAe=new Clipboard(eAe,{text:()=>x_,action:()=>"copy",container:$P!==void 0?$P:document.body});tAe.on("success",AAe=>{tAe.destroy(),zP(AAe)}),tAe.on("error",AAe=>{tAe.destroy(),z9(AAe)}),document.body.appendChild(eAe),eAe.click(),document.body.removeChild(eAe)})}});/*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */var extendStatics$1=function(r4,x_){return extendStatics$1=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function($P,zP){$P.__proto__=zP}||function($P,zP){for(var z9 in zP)Object.prototype.hasOwnProperty.call(zP,z9)&&($P[z9]=zP[z9])},extendStatics$1(r4,x_)};function __extends$1(r4,x_){if(typeof x_!="function"&&x_!==null)throw new TypeError("Class extends value "+String(x_)+" is not a constructor or null");extendStatics$1(r4,x_);function $P(){this.constructor=r4}r4.prototype=x_===null?Object.create(x_):($P.prototype=x_.prototype,new $P)}var DEFAULT_FONT_SIZE=12,DEFAULT_FONT_FAMILY="sans-serif",DEFAULT_FONT=DEFAULT_FONT_SIZE+"px "+DEFAULT_FONT_FAMILY,OFFSET=20,SCALE=100,defaultWidthMapStr="007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N";function getTextWidthMap(r4){var x_={};if(typeof JSON>"u")return x_;for(var $P=0;$P=0)AAe=tAe*$P.length;else for(var iAe=0;iAe<$P.length;iAe++){var nAe=DEFAULT_TEXT_WIDTH_MAP[$P[iAe]];AAe+=nAe==null?tAe:nAe*tAe}return{width:AAe}}}(),loadImage:function(r4,x_,$P){var zP=new Image;return zP.onload=x_,zP.onerror=$P,zP.src=r4,zP}},BUILTIN_OBJECT=reduce(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(r4,x_){return r4["[object "+x_+"]"]=!0,r4},{}),TYPED_ARRAY=reduce(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(r4,x_){return r4["[object "+x_+"Array]"]=!0,r4},{}),objToString=Object.prototype.toString,arrayProto=Array.prototype,nativeForEach=arrayProto.forEach,nativeFilter=arrayProto.filter,nativeSlice=arrayProto.slice,nativeMap=arrayProto.map,ctorFunction=(function(){}).constructor,protoFunction=ctorFunction?ctorFunction.prototype:null,protoKey="__proto__",idStart=2311;function guid(){return idStart++}function logError(){for(var r4=[],x_=0;x_"u"&&typeof self<"u"?env.worker=!0:!env.hasGlobalWindow||"Deno"in window?(env.node=!0,env.svgSupported=!0):detect(navigator.userAgent,env);function detect(r4,x_){var $P=x_.browser,zP=r4.match(/Firefox\/([\d.]+)/),z9=r4.match(/MSIE\s([\d.]+)/)||r4.match(/Trident\/.+?rv:(([\d.]+))/),eAe=r4.match(/Edge?\/([\d.]+)/),tAe=/micromessenger/i.test(r4);zP&&($P.firefox=!0,$P.version=zP[1]),z9&&($P.ie=!0,$P.version=z9[1]),eAe&&($P.edge=!0,$P.version=eAe[1],$P.newEdge=+eAe[1].split(".")[0]>18),tAe&&($P.weChat=!0),x_.svgSupported=typeof SVGRect<"u",x_.touchEventsSupported="ontouchstart"in window&&!$P.ie&&!$P.edge,x_.pointerEventsSupported="onpointerdown"in window&&($P.edge||$P.ie&&+$P.version>=11),x_.domSupported=typeof document<"u";var AAe=document.documentElement.style;x_.transform3dSupported=($P.ie&&"transition"in AAe||$P.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in AAe)&&!("OTransition"in AAe),x_.transformSupported=x_.transform3dSupported||$P.ie&&+$P.version>=9}var TYPE_DELIMITER=".",IS_CONTAINER="___EC__COMPONENT__CONTAINER___",IS_EXTENDED_CLASS="___EC__EXTENDED_CLASS___";function parseClassType(r4){var x_={main:"",sub:""};if(r4){var $P=r4.split(TYPE_DELIMITER);x_.main=$P[0]||"",x_.sub=$P[1]||""}return x_}function checkClassType(r4){assert$1(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(r4),'componentType "'+r4+'" illegal')}function isExtendedClass(r4){return!!(r4&&r4[IS_EXTENDED_CLASS])}function enableClassExtend(r4,x_){r4.$constructor=r4,r4.extend=function($P){var zP=this,z9;return isESClass(zP)?z9=function(eAe){__extends$1(tAe,eAe);function tAe(){return eAe.apply(this,arguments)||this}return tAe}(zP):(z9=function(){($P.$constructor||zP).apply(this,arguments)},inherits(z9,this)),extend$1(z9.prototype,$P),z9[IS_EXTENDED_CLASS]=!0,z9.extend=this.extend,z9.superCall=superCall,z9.superApply=superApply,z9.superClass=zP,z9}}function isESClass(r4){return isFunction(r4)&&/^class\s/.test(Function.prototype.toString.call(r4))}function mountExtend(r4,x_){r4.extend=x_.extend}var classBase=Math.round(Math.random()*10);function enableClassCheck(r4){var x_=["__\0is_clz",classBase++].join("_");r4.prototype[x_]=!0,r4.isInstance=function($P){return!!($P&&$P[x_])}}function superCall(r4,x_){for(var $P=[],zP=2;zP=0||eAe&&indexOf(eAe,iAe)<0)){var nAe=zP.getShallow(iAe,x_);nAe!=null&&(tAe[r4[AAe][0]]=nAe)}}return tAe}}var AREA_STYLE_KEY_MAP=[["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]],getAreaStyle=makeStyleMapper(AREA_STYLE_KEY_MAP),AreaStyleMixin=function(){function r4(){}return r4.prototype.getAreaStyle=function(x_,$P){return getAreaStyle(this,x_,$P)},r4}(),Entry=function(){function r4(x_){this.value=x_}return r4}(),LinkedList=function(){function r4(){this._len=0}return r4.prototype.insert=function(x_){var $P=new Entry(x_);return this.insertEntry($P),$P},r4.prototype.insertEntry=function(x_){this.head?(this.tail.next=x_,x_.prev=this.tail,x_.next=null,this.tail=x_):this.head=this.tail=x_,this._len++},r4.prototype.remove=function(x_){var $P=x_.prev,zP=x_.next;$P?$P.next=zP:this.head=zP,zP?zP.prev=$P:this.tail=$P,x_.next=x_.prev=null,this._len--},r4.prototype.len=function(){return this._len},r4.prototype.clear=function(){this.head=this.tail=null,this._len=0},r4}(),LRU=function(){function r4(x_){this._list=new LinkedList,this._maxSize=10,this._map={},this._maxSize=x_}return r4.prototype.put=function(x_,$P){var zP=this._list,z9=this._map,eAe=null;if(z9[x_]==null){var tAe=zP.len(),AAe=this._lastRemovedEntry;if(tAe>=this._maxSize&&tAe>0){var iAe=zP.head;zP.remove(iAe),delete z9[iAe.key],eAe=iAe.value,this._lastRemovedEntry=iAe}AAe?AAe.value=$P:AAe=new Entry($P),AAe.key=x_,zP.insertEntry(AAe),z9[x_]=AAe}return eAe},r4.prototype.get=function(x_){var $P=this._map[x_],zP=this._list;if($P!=null)return $P!==zP.tail&&(zP.remove($P),zP.insertEntry($P)),$P.value},r4.prototype.clear=function(){this._list.clear(),this._map={}},r4.prototype.len=function(){return this._list.len()},r4}(),globalImageCache=new LRU(50);function findExistImage(r4){if(typeof r4=="string"){var x_=globalImageCache.get(r4);return x_&&x_.image}else return r4}function createOrUpdateImage(r4,x_,$P,zP,z9){if(r4)if(typeof r4=="string"){if(x_&&x_.__zrImageSrc===r4||!$P)return x_;var eAe=globalImageCache.get(r4),tAe={hostEl:$P,cb:zP,cbPayload:z9};return eAe?(x_=eAe.image,!isImageReady(x_)&&eAe.pending.push(tAe)):(x_=platformApi.loadImage(r4,imageOnLoad,imageOnLoad),x_.__zrImageSrc=r4,globalImageCache.put(r4,x_.__cachedImgObj={image:x_,pending:[tAe]})),x_}else return r4;else return x_}function imageOnLoad(){var r4=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var x_=0;x_dAe&&(dAe=SAe,EAedAe&&(dAe=DAe,pAe=zP.x&&x_<=zP.x+zP.width&&$P>=zP.y&&$P<=zP.y+zP.height},r4.prototype.clone=function(){return new r4(this.x,this.y,this.width,this.height)},r4.prototype.copy=function(x_){r4.copy(this,x_)},r4.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},r4.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},r4.prototype.isZero=function(){return this.width===0||this.height===0},r4.create=function(x_){return new r4(x_.x,x_.y,x_.width,x_.height)},r4.copy=function(x_,$P){x_.x=$P.x,x_.y=$P.y,x_.width=$P.width,x_.height=$P.height},r4.applyTransform=function(x_,$P,zP){if(!zP){x_!==$P&&r4.copy(x_,$P);return}if(zP[1]<1e-5&&zP[1]>-1e-5&&zP[2]<1e-5&&zP[2]>-1e-5){var z9=zP[0],eAe=zP[3],tAe=zP[4],AAe=zP[5];x_.x=$P.x*z9+tAe,x_.y=$P.y*eAe+AAe,x_.width=$P.width*z9,x_.height=$P.height*eAe,x_.width<0&&(x_.x+=x_.width,x_.width=-x_.width),x_.height<0&&(x_.y+=x_.height,x_.height=-x_.height);return}lt$c.x=lb$1.x=$P.x,lt$c.y=rt$a.y=$P.y,rb$1.x=rt$a.x=$P.x+$P.width,rb$1.y=lb$1.y=$P.y+$P.height,lt$c.transform(zP),rt$a.transform(zP),rb$1.transform(zP),lb$1.transform(zP),x_.x=mathMin$a(lt$c.x,rb$1.x,lb$1.x,rt$a.x),x_.y=mathMin$a(lt$c.y,rb$1.y,lb$1.y,rt$a.y);var iAe=mathMax$a(lt$c.x,rb$1.x,lb$1.x,rt$a.x),nAe=mathMax$a(lt$c.y,rb$1.y,lb$1.y,rt$a.y);x_.width=iAe-x_.x,x_.height=nAe-x_.y},r4}(),textWidthCache={};function getWidth(r4,x_){x_=x_||DEFAULT_FONT;var $P=textWidthCache[x_];$P||($P=textWidthCache[x_]=new LRU(500));var zP=$P.get(r4);return zP==null&&(zP=platformApi.measureText(r4,x_).width,$P.put(r4,zP)),zP}function innerGetBoundingRect(r4,x_,$P,zP){var z9=getWidth(r4,x_),eAe=getLineHeight(x_),tAe=adjustTextX(0,z9,$P),AAe=adjustTextY$1(0,eAe,zP),iAe=new BoundingRect(tAe,AAe,z9,eAe);return iAe}function getBoundingRect(r4,x_,$P,zP){var z9=((r4||"")+"").split(` `),eAe=z9.length;if(eAe===1)return innerGetBoundingRect(z9[0],x_,$P,zP);for(var tAe=new BoundingRect(0,0,0,0),AAe=0;AAe=0?parseFloat(r4)/100*x_:parseFloat(r4):r4}function calculateTextPosition(r4,x_,$P){var zP=x_.position||"inside",z9=x_.distance!=null?x_.distance:5,eAe=$P.height,tAe=$P.width,AAe=eAe/2,iAe=$P.x,nAe=$P.y,oAe="left",aAe="top";if(zP instanceof Array)iAe+=parsePercent$1(zP[0],$P.width),nAe+=parsePercent$1(zP[1],$P.height),oAe=null,aAe=null;else switch(zP){case"left":iAe-=z9,nAe+=AAe,oAe="right",aAe="middle";break;case"right":iAe+=z9+tAe,nAe+=AAe,aAe="middle";break;case"top":iAe+=tAe/2,nAe-=z9,oAe="center",aAe="bottom";break;case"bottom":iAe+=tAe/2,nAe+=eAe+z9,oAe="center";break;case"inside":iAe+=tAe/2,nAe+=AAe,oAe="center",aAe="middle";break;case"insideLeft":iAe+=z9,nAe+=AAe,aAe="middle";break;case"insideRight":iAe+=tAe-z9,nAe+=AAe,oAe="right",aAe="middle";break;case"insideTop":iAe+=tAe/2,nAe+=z9,oAe="center";break;case"insideBottom":iAe+=tAe/2,nAe+=eAe-z9,oAe="center",aAe="bottom";break;case"insideTopLeft":iAe+=z9,nAe+=z9;break;case"insideTopRight":iAe+=tAe-z9,nAe+=z9,oAe="right";break;case"insideBottomLeft":iAe+=z9,nAe+=eAe-z9,aAe="bottom";break;case"insideBottomRight":iAe+=tAe-z9,nAe+=eAe-z9,oAe="right",aAe="bottom";break}return r4=r4||{},r4.x=iAe,r4.y=nAe,r4.align=oAe,r4.verticalAlign=aAe,r4}var STYLE_REG=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function truncateText2(r4,x_,$P,zP,z9,eAe){if(!$P){r4.text="",r4.isTruncated=!1;return}var tAe=(x_+"").split(` `);eAe=prepareTruncateOptions($P,zP,z9,eAe);for(var AAe=!1,iAe={},nAe=0,oAe=tAe.length;nAe=tAe;iAe++)AAe-=tAe;var nAe=getWidth($P,x_);return nAe>AAe&&($P="",nAe=0),AAe=r4-nAe,z9.ellipsis=$P,z9.ellipsisWidth=nAe,z9.contentWidth=AAe,z9.containerWidth=r4,z9}function truncateSingleLine(r4,x_,$P){var zP=$P.containerWidth,z9=$P.font,eAe=$P.contentWidth;if(!zP){r4.textLine="",r4.isTruncated=!1;return}var tAe=getWidth(x_,z9);if(tAe<=zP){r4.textLine=x_,r4.isTruncated=!1;return}for(var AAe=0;;AAe++){if(tAe<=eAe||AAe>=$P.maxIterations){x_+=$P.ellipsis;break}var iAe=AAe===0?estimateLength(x_,eAe,$P.ascCharWidth,$P.cnCharWidth):tAe>0?Math.floor(x_.length*eAe/tAe):0;x_=x_.substr(0,iAe),tAe=getWidth(x_,z9)}x_===""&&(x_=$P.placeholder),r4.textLine=x_,r4.isTruncated=!0}function estimateLength(r4,x_,$P,zP){for(var z9=0,eAe=0,tAe=r4.length;eAedAe&&nAe){var EAe=Math.floor(dAe/AAe);oAe=oAe||cAe.length>EAe,cAe=cAe.slice(0,EAe)}if(r4&&eAe&&aAe!=null)for(var gAe=prepareTruncateOptions(aAe,z9,x_.ellipsis,{minChar:x_.truncateMinChar,placeholder:x_.placeholder}),pAe={},mAe=0;mAeAAe&&pushTokens($P,r4.substring(AAe,nAe),x_,tAe),pushTokens($P,iAe[2],x_,tAe,iAe[1]),AAe=STYLE_REG.lastIndex}AAez9){var HAe=$P.lines.length;TAe>0?(SAe.tokens=SAe.tokens.slice(0,TAe),pAe(SAe,NAe,DAe),$P.lines=$P.lines.slice(0,mAe+1)):$P.lines=$P.lines.slice(0,mAe),$P.isTruncated=$P.isTruncated||$P.lines.length0&&dAe+zP.accumWidth>zP.width&&(oAe=x_.split(` `),nAe=!0),zP.accumWidth=dAe}else{var EAe=wrapText(x_,iAe,zP.width,zP.breakAll,zP.accumWidth);zP.accumWidth=EAe.accumWidth+uAe,aAe=EAe.linesWidths,oAe=EAe.lines}}else oAe=x_.split(` `);for(var gAe=0;gAe=32&&x_<=591||x_>=880&&x_<=4351||x_>=4608&&x_<=5119||x_>=7680&&x_<=8303}var breakCharMap=reduce(",&?/;] ".split(""),function(r4,x_){return r4[x_]=!0,r4},{});function isWordBreakChar(r4){return isAlphabeticLetter(r4)?!!breakCharMap[r4]:!0}function wrapText(r4,x_,$P,zP,z9){for(var eAe=[],tAe=[],AAe="",iAe="",nAe=0,oAe=0,aAe=0;aAe$P:z9+oAe+uAe>$P){oAe?(AAe||iAe)&&(dAe?(AAe||(AAe=iAe,iAe="",nAe=0,oAe=nAe),eAe.push(AAe),tAe.push(oAe-nAe),iAe+=cAe,nAe+=uAe,AAe="",oAe=nAe):(iAe&&(AAe+=iAe,iAe="",nAe=0),eAe.push(AAe),tAe.push(oAe),AAe=cAe,oAe=uAe)):dAe?(eAe.push(iAe),tAe.push(nAe),iAe=cAe,nAe=uAe):(eAe.push(cAe),tAe.push(uAe));continue}oAe+=uAe,dAe?(iAe+=cAe,nAe+=uAe):(iAe&&(AAe+=iAe,iAe="",nAe=0),AAe+=cAe)}return!eAe.length&&!AAe&&(AAe=r4,iAe="",nAe=0),iAe&&(AAe+=iAe),AAe&&(eAe.push(AAe),tAe.push(oAe)),eAe.length===1&&(oAe+=z9),{accumWidth:oAe,lines:eAe,linesWidths:tAe}}function create$3(r4,x_){return r4==null&&(r4=0),x_==null&&(x_=0),[r4,x_]}function copy$2(r4,x_){return r4[0]=x_[0],r4[1]=x_[1],r4}function clone$5(r4){return[r4[0],r4[1]]}function set$2(r4,x_,$P){return r4[0]=x_,r4[1]=$P,r4}function add$1(r4,x_,$P){return r4[0]=x_[0]+$P[0],r4[1]=x_[1]+$P[1],r4}function scaleAndAdd$1(r4,x_,$P,zP){return r4[0]=x_[0]+$P[0]*zP,r4[1]=x_[1]+$P[1]*zP,r4}function sub$1(r4,x_,$P){return r4[0]=x_[0]-$P[0],r4[1]=x_[1]-$P[1],r4}function len(r4){return Math.sqrt(lenSquare(r4))}function lenSquare(r4){return r4[0]*r4[0]+r4[1]*r4[1]}function scale$2(r4,x_,$P){return r4[0]=x_[0]*$P,r4[1]=x_[1]*$P,r4}function normalize$3(r4,x_){var $P=len(x_);return $P===0?(r4[0]=0,r4[1]=0):(r4[0]=x_[0]/$P,r4[1]=x_[1]/$P),r4}function distance$1(r4,x_){return Math.sqrt((r4[0]-x_[0])*(r4[0]-x_[0])+(r4[1]-x_[1])*(r4[1]-x_[1]))}var dist$1=distance$1;function distanceSquare(r4,x_){return(r4[0]-x_[0])*(r4[0]-x_[0])+(r4[1]-x_[1])*(r4[1]-x_[1])}var distSquare=distanceSquare;function lerp$2(r4,x_,$P,zP){return r4[0]=x_[0]+zP*($P[0]-x_[0]),r4[1]=x_[1]+zP*($P[1]-x_[1]),r4}function applyTransform$1(r4,x_,$P){var zP=x_[0],z9=x_[1];return r4[0]=$P[0]*zP+$P[2]*z9+$P[4],r4[1]=$P[1]*zP+$P[3]*z9+$P[5],r4}function min$1(r4,x_,$P){return r4[0]=Math.min(x_[0],$P[0]),r4[1]=Math.min(x_[1],$P[1]),r4}function max$2(r4,x_,$P){return r4[0]=Math.max(x_[0],$P[0]),r4[1]=Math.max(x_[1],$P[1]),r4}var mIdentity=identity$1,EPSILON$5=5e-5;function isNotAroundZero$1(r4){return r4>EPSILON$5||r4<-EPSILON$5}var scaleTmp=[],tmpTransform=[],originTransform=create$4(),abs=Math.abs,Transformable=function(){function r4(){}return r4.prototype.getLocalTransform=function(x_){return r4.getLocalTransform(this,x_)},r4.prototype.setPosition=function(x_){this.x=x_[0],this.y=x_[1]},r4.prototype.setScale=function(x_){this.scaleX=x_[0],this.scaleY=x_[1]},r4.prototype.setSkew=function(x_){this.skewX=x_[0],this.skewY=x_[1]},r4.prototype.setOrigin=function(x_){this.originX=x_[0],this.originY=x_[1]},r4.prototype.needLocalTransform=function(){return isNotAroundZero$1(this.rotation)||isNotAroundZero$1(this.x)||isNotAroundZero$1(this.y)||isNotAroundZero$1(this.scaleX-1)||isNotAroundZero$1(this.scaleY-1)||isNotAroundZero$1(this.skewX)||isNotAroundZero$1(this.skewY)},r4.prototype.updateTransform=function(){var x_=this.parent&&this.parent.transform,$P=this.needLocalTransform(),zP=this.transform;if(!($P||x_)){zP&&(mIdentity(zP),this.invTransform=null);return}zP=zP||create$4(),$P?this.getLocalTransform(zP):mIdentity(zP),x_&&($P?mul$1(zP,x_,zP):copy$3(zP,x_)),this.transform=zP,this._resolveGlobalScaleRatio(zP)},r4.prototype._resolveGlobalScaleRatio=function(x_){var $P=this.globalScaleRatio;if($P!=null&&$P!==1){this.getGlobalScale(scaleTmp);var zP=scaleTmp[0]<0?-1:1,z9=scaleTmp[1]<0?-1:1,eAe=((scaleTmp[0]-zP)*$P+zP)/scaleTmp[0]||0,tAe=((scaleTmp[1]-z9)*$P+z9)/scaleTmp[1]||0;x_[0]*=eAe,x_[1]*=eAe,x_[2]*=tAe,x_[3]*=tAe}this.invTransform=this.invTransform||create$4(),invert$1(this.invTransform,x_)},r4.prototype.getComputedTransform=function(){for(var x_=this,$P=[];x_;)$P.push(x_),x_=x_.parent;for(;x_=$P.pop();)x_.updateTransform();return this.transform},r4.prototype.setLocalTransform=function(x_){if(x_){var $P=x_[0]*x_[0]+x_[1]*x_[1],zP=x_[2]*x_[2]+x_[3]*x_[3],z9=Math.atan2(x_[1],x_[0]),eAe=Math.PI/2+z9-Math.atan2(x_[3],x_[2]);zP=Math.sqrt(zP)*Math.cos(eAe),$P=Math.sqrt($P),this.skewX=eAe,this.skewY=0,this.rotation=-z9,this.x=+x_[4],this.y=+x_[5],this.scaleX=$P,this.scaleY=zP,this.originX=0,this.originY=0}},r4.prototype.decomposeTransform=function(){if(this.transform){var x_=this.parent,$P=this.transform;x_&&x_.transform&&(x_.invTransform=x_.invTransform||create$4(),mul$1(tmpTransform,x_.invTransform,$P),$P=tmpTransform);var zP=this.originX,z9=this.originY;(zP||z9)&&(originTransform[4]=zP,originTransform[5]=z9,mul$1(tmpTransform,$P,originTransform),tmpTransform[4]-=zP,tmpTransform[5]-=z9,$P=tmpTransform),this.setLocalTransform($P)}},r4.prototype.getGlobalScale=function(x_){var $P=this.transform;return x_=x_||[],$P?(x_[0]=Math.sqrt($P[0]*$P[0]+$P[1]*$P[1]),x_[1]=Math.sqrt($P[2]*$P[2]+$P[3]*$P[3]),$P[0]<0&&(x_[0]=-x_[0]),$P[3]<0&&(x_[1]=-x_[1]),x_):(x_[0]=1,x_[1]=1,x_)},r4.prototype.transformCoordToLocal=function(x_,$P){var zP=[x_,$P],z9=this.invTransform;return z9&&applyTransform$1(zP,zP,z9),zP},r4.prototype.transformCoordToGlobal=function(x_,$P){var zP=[x_,$P],z9=this.transform;return z9&&applyTransform$1(zP,zP,z9),zP},r4.prototype.getLineScale=function(){var x_=this.transform;return x_&&abs(x_[0]-1)>1e-10&&abs(x_[3]-1)>1e-10?Math.sqrt(abs(x_[0]*x_[3]-x_[2]*x_[1])):1},r4.prototype.copyTransform=function(x_){copyTransform(this,x_)},r4.getLocalTransform=function(x_,$P){$P=$P||[];var zP=x_.originX||0,z9=x_.originY||0,eAe=x_.scaleX,tAe=x_.scaleY,AAe=x_.anchorX,iAe=x_.anchorY,nAe=x_.rotation||0,oAe=x_.x,aAe=x_.y,cAe=x_.skewX?Math.tan(x_.skewX):0,uAe=x_.skewY?Math.tan(-x_.skewY):0;if(zP||z9||AAe||iAe){var dAe=zP+AAe,EAe=z9+iAe;$P[4]=-dAe*eAe-cAe*EAe*tAe,$P[5]=-EAe*tAe-uAe*dAe*eAe}else $P[4]=$P[5]=0;return $P[0]=eAe,$P[3]=tAe,$P[1]=uAe*eAe,$P[2]=cAe*tAe,nAe&&rotate$1($P,$P,nAe),$P[4]+=zP+oAe,$P[5]+=z9+aAe,$P},r4.initDefaultProps=function(){var x_=r4.prototype;x_.scaleX=x_.scaleY=x_.globalScaleRatio=1,x_.x=x_.y=x_.originX=x_.originY=x_.skewX=x_.skewY=x_.rotation=x_.anchorX=x_.anchorY=0}(),r4}(),TRANSFORMABLE_PROPS=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function copyTransform(r4,x_){for(var $P=0;$P-EPSILON$4&&r4EPSILON$4||r4<-EPSILON$4}function cubicAt(r4,x_,$P,zP,z9){var eAe=1-z9;return eAe*eAe*(eAe*r4+3*z9*x_)+z9*z9*(z9*zP+3*eAe*$P)}function cubicDerivativeAt(r4,x_,$P,zP,z9){var eAe=1-z9;return 3*(((x_-r4)*eAe+2*($P-x_)*z9)*eAe+(zP-$P)*z9*z9)}function cubicRootAt(r4,x_,$P,zP,z9,eAe){var tAe=zP+3*(x_-$P)-r4,AAe=3*($P-x_*2+r4),iAe=3*(x_-r4),nAe=r4-z9,oAe=AAe*AAe-3*tAe*iAe,aAe=AAe*iAe-9*tAe*nAe,cAe=iAe*iAe-3*AAe*nAe,uAe=0;if(isAroundZero$1(oAe)&&isAroundZero$1(aAe))if(isAroundZero$1(AAe))eAe[0]=0;else{var dAe=-iAe/AAe;dAe>=0&&dAe<=1&&(eAe[uAe++]=dAe)}else{var EAe=aAe*aAe-4*oAe*cAe;if(isAroundZero$1(EAe)){var gAe=aAe/oAe,dAe=-AAe/tAe+gAe,pAe=-gAe/2;dAe>=0&&dAe<=1&&(eAe[uAe++]=dAe),pAe>=0&&pAe<=1&&(eAe[uAe++]=pAe)}else if(EAe>0){var mAe=mathSqrt$3(EAe),SAe=oAe*AAe+1.5*tAe*(-aAe+mAe),DAe=oAe*AAe+1.5*tAe*(-aAe-mAe);SAe<0?SAe=-mathPow$2(-SAe,ONE_THIRD):SAe=mathPow$2(SAe,ONE_THIRD),DAe<0?DAe=-mathPow$2(-DAe,ONE_THIRD):DAe=mathPow$2(DAe,ONE_THIRD);var dAe=(-AAe-(SAe+DAe))/(3*tAe);dAe>=0&&dAe<=1&&(eAe[uAe++]=dAe)}else{var NAe=(2*oAe*AAe-3*tAe*aAe)/(2*mathSqrt$3(oAe*oAe*oAe)),TAe=Math.acos(NAe)/3,bAe=mathSqrt$3(oAe),GAe=Math.cos(TAe),dAe=(-AAe-2*bAe*GAe)/(3*tAe),pAe=(-AAe+bAe*(GAe+THREE_SQRT*Math.sin(TAe)))/(3*tAe),LAe=(-AAe+bAe*(GAe-THREE_SQRT*Math.sin(TAe)))/(3*tAe);dAe>=0&&dAe<=1&&(eAe[uAe++]=dAe),pAe>=0&&pAe<=1&&(eAe[uAe++]=pAe),LAe>=0&&LAe<=1&&(eAe[uAe++]=LAe)}}return uAe}function cubicExtrema(r4,x_,$P,zP,z9){var eAe=6*$P-12*x_+6*r4,tAe=9*x_+3*zP-3*r4-9*$P,AAe=3*x_-3*r4,iAe=0;if(isAroundZero$1(tAe)){if(isNotAroundZero(eAe)){var nAe=-AAe/eAe;nAe>=0&&nAe<=1&&(z9[iAe++]=nAe)}}else{var oAe=eAe*eAe-4*tAe*AAe;if(isAroundZero$1(oAe))z9[0]=-eAe/(2*tAe);else if(oAe>0){var aAe=mathSqrt$3(oAe),nAe=(-eAe+aAe)/(2*tAe),cAe=(-eAe-aAe)/(2*tAe);nAe>=0&&nAe<=1&&(z9[iAe++]=nAe),cAe>=0&&cAe<=1&&(z9[iAe++]=cAe)}}return iAe}function cubicSubdivide(r4,x_,$P,zP,z9,eAe){var tAe=(x_-r4)*z9+r4,AAe=($P-x_)*z9+x_,iAe=(zP-$P)*z9+$P,nAe=(AAe-tAe)*z9+tAe,oAe=(iAe-AAe)*z9+AAe,aAe=(oAe-nAe)*z9+nAe;eAe[0]=r4,eAe[1]=tAe,eAe[2]=nAe,eAe[3]=aAe,eAe[4]=aAe,eAe[5]=oAe,eAe[6]=iAe,eAe[7]=zP}function cubicProjectPoint(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe,oAe){var aAe,cAe=.005,uAe=1/0,dAe,EAe,gAe,pAe;_v0[0]=iAe,_v0[1]=nAe;for(var mAe=0;mAe<1;mAe+=.05)_v1[0]=cubicAt(r4,$P,z9,tAe,mAe),_v1[1]=cubicAt(x_,zP,eAe,AAe,mAe),gAe=distSquare(_v0,_v1),gAe=0&&gAe=0&&nAe<=1&&(z9[iAe++]=nAe)}}else{var oAe=tAe*tAe-4*eAe*AAe;if(isAroundZero$1(oAe)){var nAe=-tAe/(2*eAe);nAe>=0&&nAe<=1&&(z9[iAe++]=nAe)}else if(oAe>0){var aAe=mathSqrt$3(oAe),nAe=(-tAe+aAe)/(2*eAe),cAe=(-tAe-aAe)/(2*eAe);nAe>=0&&nAe<=1&&(z9[iAe++]=nAe),cAe>=0&&cAe<=1&&(z9[iAe++]=cAe)}}return iAe}function quadraticExtremum(r4,x_,$P){var zP=r4+$P-2*x_;return zP===0?.5:(r4-x_)/zP}function quadraticSubdivide(r4,x_,$P,zP,z9){var eAe=(x_-r4)*zP+r4,tAe=($P-x_)*zP+x_,AAe=(tAe-eAe)*zP+eAe;z9[0]=r4,z9[1]=eAe,z9[2]=AAe,z9[3]=AAe,z9[4]=tAe,z9[5]=$P}function quadraticProjectPoint(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe){var nAe,oAe=.005,aAe=1/0;_v0[0]=tAe,_v0[1]=AAe;for(var cAe=0;cAe<1;cAe+=.05){_v1[0]=quadraticAt$1(r4,$P,z9,cAe),_v1[1]=quadraticAt$1(x_,zP,eAe,cAe);var uAe=distSquare(_v0,_v1);uAe=0&&uAe=1?1:cubicRootAt(0,zP,eAe,1,iAe,AAe)&&cubicAt(0,z9,tAe,1,AAe[0])}}}var Clip=function(){function r4(x_){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=x_.life||1e3,this._delay=x_.delay||0,this.loop=x_.loop||!1,this.onframe=x_.onframe||noop$3,this.ondestroy=x_.ondestroy||noop$3,this.onrestart=x_.onrestart||noop$3,x_.easing&&this.setEasing(x_.easing)}return r4.prototype.step=function(x_,$P){if(this._inited||(this._startTime=x_+this._delay,this._inited=!0),this._paused){this._pausedTime+=$P;return}var zP=this._life,z9=x_-this._startTime-this._pausedTime,eAe=z9/zP;eAe<0&&(eAe=0),eAe=Math.min(eAe,1);var tAe=this.easingFunc,AAe=tAe?tAe(eAe):eAe;if(this.onframe(AAe),eAe===1)if(this.loop){var iAe=z9%zP;this._startTime=x_-iAe,this._pausedTime=0,this.onrestart()}else return!0;return!1},r4.prototype.pause=function(){this._paused=!0},r4.prototype.resume=function(){this._paused=!1},r4.prototype.setEasing=function(x_){this.easing=x_,this.easingFunc=isFunction(x_)?x_:easingFuncs[x_]||createCubicEasingFunc(x_)},r4}(),kCSSColorTable={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function clampCssByte(r4){return r4=Math.round(r4),r4<0?0:r4>255?255:r4}function clampCssAngle(r4){return r4=Math.round(r4),r4<0?0:r4>360?360:r4}function clampCssFloat(r4){return r4<0?0:r4>1?1:r4}function parseCssInt(r4){var x_=r4;return x_.length&&x_.charAt(x_.length-1)==="%"?clampCssByte(parseFloat(x_)/100*255):clampCssByte(parseInt(x_,10))}function parseCssFloat(r4){var x_=r4;return x_.length&&x_.charAt(x_.length-1)==="%"?clampCssFloat(parseFloat(x_)/100):clampCssFloat(parseFloat(x_))}function cssHueToRgb(r4,x_,$P){return $P<0?$P+=1:$P>1&&($P-=1),$P*6<1?r4+(x_-r4)*$P*6:$P*2<1?x_:$P*3<2?r4+(x_-r4)*(2/3-$P)*6:r4}function lerpNumber(r4,x_,$P){return r4+(x_-r4)*$P}function setRgba(r4,x_,$P,zP,z9){return r4[0]=x_,r4[1]=$P,r4[2]=zP,r4[3]=z9,r4}function copyRgba(r4,x_){return r4[0]=x_[0],r4[1]=x_[1],r4[2]=x_[2],r4[3]=x_[3],r4}var colorCache=new LRU(20),lastRemovedArr=null;function putToCache(r4,x_){lastRemovedArr&©Rgba(lastRemovedArr,x_),lastRemovedArr=colorCache.put(r4,lastRemovedArr||x_.slice())}function parse$2(r4,x_){if(r4){x_=x_||[];var $P=colorCache.get(r4);if($P)return copyRgba(x_,$P);r4=r4+"";var zP=r4.replace(/ /g,"").toLowerCase();if(zP in kCSSColorTable)return copyRgba(x_,kCSSColorTable[zP]),putToCache(r4,x_),x_;var z9=zP.length;if(zP.charAt(0)==="#"){if(z9===4||z9===5){var eAe=parseInt(zP.slice(1,4),16);if(!(eAe>=0&&eAe<=4095)){setRgba(x_,0,0,0,1);return}return setRgba(x_,(eAe&3840)>>4|(eAe&3840)>>8,eAe&240|(eAe&240)>>4,eAe&15|(eAe&15)<<4,z9===5?parseInt(zP.slice(4),16)/15:1),putToCache(r4,x_),x_}else if(z9===7||z9===9){var eAe=parseInt(zP.slice(1,7),16);if(!(eAe>=0&&eAe<=16777215)){setRgba(x_,0,0,0,1);return}return setRgba(x_,(eAe&16711680)>>16,(eAe&65280)>>8,eAe&255,z9===9?parseInt(zP.slice(7),16)/255:1),putToCache(r4,x_),x_}return}var tAe=zP.indexOf("("),AAe=zP.indexOf(")");if(tAe!==-1&&AAe+1===z9){var iAe=zP.substr(0,tAe),nAe=zP.substr(tAe+1,AAe-(tAe+1)).split(","),oAe=1;switch(iAe){case"rgba":if(nAe.length!==4)return nAe.length===3?setRgba(x_,+nAe[0],+nAe[1],+nAe[2],1):setRgba(x_,0,0,0,1);oAe=parseCssFloat(nAe.pop());case"rgb":if(nAe.length>=3)return setRgba(x_,parseCssInt(nAe[0]),parseCssInt(nAe[1]),parseCssInt(nAe[2]),nAe.length===3?oAe:parseCssFloat(nAe[3])),putToCache(r4,x_),x_;setRgba(x_,0,0,0,1);return;case"hsla":if(nAe.length!==4){setRgba(x_,0,0,0,1);return}return nAe[3]=parseCssFloat(nAe[3]),hsla2rgba(nAe,x_),putToCache(r4,x_),x_;case"hsl":if(nAe.length!==3){setRgba(x_,0,0,0,1);return}return hsla2rgba(nAe,x_),putToCache(r4,x_),x_;default:return}}setRgba(x_,0,0,0,1)}}function hsla2rgba(r4,x_){var $P=(parseFloat(r4[0])%360+360)%360/360,zP=parseCssFloat(r4[1]),z9=parseCssFloat(r4[2]),eAe=z9<=.5?z9*(zP+1):z9+zP-z9*zP,tAe=z9*2-eAe;return x_=x_||[],setRgba(x_,clampCssByte(cssHueToRgb(tAe,eAe,$P+1/3)*255),clampCssByte(cssHueToRgb(tAe,eAe,$P)*255),clampCssByte(cssHueToRgb(tAe,eAe,$P-1/3)*255),1),r4.length===4&&(x_[3]=r4[3]),x_}function rgba2hsla(r4){if(r4){var x_=r4[0]/255,$P=r4[1]/255,zP=r4[2]/255,z9=Math.min(x_,$P,zP),eAe=Math.max(x_,$P,zP),tAe=eAe-z9,AAe=(eAe+z9)/2,iAe,nAe;if(tAe===0)iAe=0,nAe=0;else{AAe<.5?nAe=tAe/(eAe+z9):nAe=tAe/(2-eAe-z9);var oAe=((eAe-x_)/6+tAe/2)/tAe,aAe=((eAe-$P)/6+tAe/2)/tAe,cAe=((eAe-zP)/6+tAe/2)/tAe;x_===eAe?iAe=cAe-aAe:$P===eAe?iAe=1/3+oAe-cAe:zP===eAe&&(iAe=2/3+aAe-oAe),iAe<0&&(iAe+=1),iAe>1&&(iAe-=1)}var uAe=[iAe*360,nAe,AAe];return r4[3]!=null&&uAe.push(r4[3]),uAe}}function lift(r4,x_){var $P=parse$2(r4);if($P){for(var zP=0;zP<3;zP++)x_<0?$P[zP]=$P[zP]*(1-x_)|0:$P[zP]=(255-$P[zP])*x_+$P[zP]|0,$P[zP]>255?$P[zP]=255:$P[zP]<0&&($P[zP]=0);return stringify$1($P,$P.length===4?"rgba":"rgb")}}function fastLerp(r4,x_,$P){if(!(!(x_&&x_.length)||!(r4>=0&&r4<=1))){$P=$P||[];var zP=r4*(x_.length-1),z9=Math.floor(zP),eAe=Math.ceil(zP),tAe=x_[z9],AAe=x_[eAe],iAe=zP-z9;return $P[0]=clampCssByte(lerpNumber(tAe[0],AAe[0],iAe)),$P[1]=clampCssByte(lerpNumber(tAe[1],AAe[1],iAe)),$P[2]=clampCssByte(lerpNumber(tAe[2],AAe[2],iAe)),$P[3]=clampCssFloat(lerpNumber(tAe[3],AAe[3],iAe)),$P}}function lerp$1(r4,x_,$P){if(!(!(x_&&x_.length)||!(r4>=0&&r4<=1))){var zP=r4*(x_.length-1),z9=Math.floor(zP),eAe=Math.ceil(zP),tAe=parse$2(x_[z9]),AAe=parse$2(x_[eAe]),iAe=zP-z9,nAe=stringify$1([clampCssByte(lerpNumber(tAe[0],AAe[0],iAe)),clampCssByte(lerpNumber(tAe[1],AAe[1],iAe)),clampCssByte(lerpNumber(tAe[2],AAe[2],iAe)),clampCssFloat(lerpNumber(tAe[3],AAe[3],iAe))],"rgba");return $P?{color:nAe,leftIndex:z9,rightIndex:eAe,value:zP}:nAe}}function modifyHSL(r4,x_,$P,zP){var z9=parse$2(r4);if(r4)return z9=rgba2hsla(z9),x_!=null&&(z9[0]=clampCssAngle(x_)),$P!=null&&(z9[1]=parseCssFloat($P)),zP!=null&&(z9[2]=parseCssFloat(zP)),stringify$1(hsla2rgba(z9),"rgba")}function modifyAlpha(r4,x_){var $P=parse$2(r4);if($P&&x_!=null)return $P[3]=clampCssFloat(x_),stringify$1($P,"rgba")}function stringify$1(r4,x_){if(!(!r4||!r4.length)){var $P=r4[0]+","+r4[1]+","+r4[2];return(x_==="rgba"||x_==="hsva"||x_==="hsla")&&($P+=","+r4[3]),x_+"("+$P+")"}}function lum(r4,x_){var $P=parse$2(r4);return $P?(.299*$P[0]+.587*$P[1]+.114*$P[2])*$P[3]/255+(1-$P[3])*x_:0}var liftedColorCache=new LRU(100);function liftColor(r4){if(isString(r4)){var x_=liftedColorCache.get(r4);return x_||(x_=lift(r4,-.1),liftedColorCache.put(r4,x_)),x_}else if(isGradientObject(r4)){var $P=extend$1({},r4);return $P.colorStops=map$1(r4.colorStops,function(zP){return{offset:zP.offset,color:lift(zP.color,-.1)}}),$P}return r4}var mathRound$1=Math.round;function normalizeColor$1(r4){var x_;if(!r4||r4==="transparent")r4="none";else if(typeof r4=="string"&&r4.indexOf("rgba")>-1){var $P=parse$2(r4);$P&&(r4="rgb("+$P[0]+","+$P[1]+","+$P[2]+")",x_=$P[3])}return{color:r4,opacity:x_??1}}var EPSILON$3=1e-4;function isAroundZero(r4){return r4-EPSILON$3}function round3(r4){return mathRound$1(r4*1e3)/1e3}function round4(r4){return mathRound$1(r4*1e4)/1e4}function getMatrixStr(r4){return"matrix("+round3(r4[0])+","+round3(r4[1])+","+round3(r4[2])+","+round3(r4[3])+","+round4(r4[4])+","+round4(r4[5])+")"}var TEXT_ALIGN_TO_ANCHOR={left:"start",right:"end",center:"middle",middle:"middle"};function adjustTextY(r4,x_,$P){return $P==="top"?r4+=x_/2:$P==="bottom"&&(r4-=x_/2),r4}function hasShadow(r4){return r4&&(r4.shadowBlur||r4.shadowOffsetX||r4.shadowOffsetY)}function getShadowKey(r4){var x_=r4.style,$P=r4.getGlobalScale();return[x_.shadowColor,(x_.shadowBlur||0).toFixed(2),(x_.shadowOffsetX||0).toFixed(2),(x_.shadowOffsetY||0).toFixed(2),$P[0],$P[1]].join(",")}function isImagePattern(r4){return r4&&!!r4.image}function isSVGPattern(r4){return r4&&!!r4.svgElement}function isPattern(r4){return isImagePattern(r4)||isSVGPattern(r4)}function isLinearGradient$1(r4){return r4.type==="linear"}function isRadialGradient$1(r4){return r4.type==="radial"}function isGradient(r4){return r4&&(r4.type==="linear"||r4.type==="radial")}function getIdURL(r4){return"url(#"+r4+")"}function getPathPrecision(r4){var x_=r4.getGlobalScale(),$P=Math.max(x_[0],x_[1]);return Math.max(Math.ceil(Math.log($P)/Math.log(10)),1)}function getSRTTransformString(r4){var x_=r4.x||0,$P=r4.y||0,zP=(r4.rotation||0)*RADIAN_TO_DEGREE,z9=retrieve2(r4.scaleX,1),eAe=retrieve2(r4.scaleY,1),tAe=r4.skewX||0,AAe=r4.skewY||0,iAe=[];return(x_||$P)&&iAe.push("translate("+x_+"px,"+$P+"px)"),zP&&iAe.push("rotate("+zP+")"),(z9!==1||eAe!==1)&&iAe.push("scale("+z9+","+eAe+")"),(tAe||AAe)&&iAe.push("skew("+mathRound$1(tAe*RADIAN_TO_DEGREE)+"deg, "+mathRound$1(AAe*RADIAN_TO_DEGREE)+"deg)"),iAe.join(" ")}var encodeBase64$1=function(){return env.hasGlobalWindow&&isFunction(window.btoa)?function(r4){return window.btoa(unescape(encodeURIComponent(r4)))}:typeof Buffer<"u"?function(r4){return Buffer.from(r4).toString("base64")}:function(r4){return null}}(),arraySlice$1=Array.prototype.slice;function interpolateNumber$1(r4,x_,$P){return(x_-r4)*$P+r4}function interpolate1DArray(r4,x_,$P,zP){for(var z9=x_.length,eAe=0;eAezP?x_:r4,eAe=Math.min($P,zP),tAe=z9[eAe-1]||{color:[0,0,0,0],offset:0},AAe=eAe;AAetAe;if(AAe)zP.length=tAe;else for(var iAe=eAe;iAe=1},r4.prototype.getAdditiveTrack=function(){return this._additiveTrack},r4.prototype.addKeyframe=function(x_,$P,zP){this._needsSort=!0;var z9=this.keyframes,eAe=z9.length,tAe=!1,AAe=VALUE_TYPE_UNKOWN,iAe=$P;if(isArrayLike($P)){var nAe=guessArrayDim($P);AAe=nAe,(nAe===1&&!isNumber$1($P[0])||nAe===2&&!isNumber$1($P[0][0]))&&(tAe=!0)}else if(isNumber$1($P)&&!eqNaN($P))AAe=VALUE_TYPE_NUMBER;else if(isString($P))if(!isNaN(+$P))AAe=VALUE_TYPE_NUMBER;else{var oAe=parse$2($P);oAe&&(iAe=oAe,AAe=VALUE_TYPE_COLOR)}else if(isGradientObject($P)){var aAe=extend$1({},iAe);aAe.colorStops=map$1($P.colorStops,function(uAe){return{offset:uAe.offset,color:parse$2(uAe.color)}}),isLinearGradient$1($P)?AAe=VALUE_TYPE_LINEAR_GRADIENT:isRadialGradient$1($P)&&(AAe=VALUE_TYPE_RADIAL_GRADIENT),iAe=aAe}eAe===0?this.valType=AAe:(AAe!==this.valType||AAe===VALUE_TYPE_UNKOWN)&&(tAe=!0),this.discrete=this.discrete||tAe;var cAe={time:x_,value:iAe,rawValue:$P,percent:0};return zP&&(cAe.easing=zP,cAe.easingFunc=isFunction(zP)?zP:easingFuncs[zP]||createCubicEasingFunc(zP)),z9.push(cAe),cAe},r4.prototype.prepare=function(x_,$P){var zP=this.keyframes;this._needsSort&&zP.sort(function(EAe,gAe){return EAe.time-gAe.time});for(var z9=this.valType,eAe=zP.length,tAe=zP[eAe-1],AAe=this.discrete,iAe=isArrayValueType(z9),nAe=isGradientValueType(z9),oAe=0;oAe=0&&!(tAe[oAe].percent<=$P);oAe--);oAe=cAe(oAe,AAe-2)}else{for(oAe=aAe;oAe$P);oAe++);oAe=cAe(oAe-1,AAe-2)}dAe=tAe[oAe+1],uAe=tAe[oAe]}if(uAe&&dAe){this._lastFr=oAe,this._lastFrP=$P;var gAe=dAe.percent-uAe.percent,pAe=gAe===0?1:cAe(($P-uAe.percent)/gAe,1);dAe.easingFunc&&(pAe=dAe.easingFunc(pAe));var mAe=zP?this._additiveValue:nAe?tmpRgba:x_[iAe];if((isArrayValueType(eAe)||nAe)&&!mAe&&(mAe=this._additiveValue=[]),this.discrete)x_[iAe]=pAe<1?uAe.rawValue:dAe.rawValue;else if(isArrayValueType(eAe))eAe===VALUE_TYPE_1D_ARRAY?interpolate1DArray(mAe,uAe[z9],dAe[z9],pAe):interpolate2DArray(mAe,uAe[z9],dAe[z9],pAe);else if(isGradientValueType(eAe)){var SAe=uAe[z9],DAe=dAe[z9],NAe=eAe===VALUE_TYPE_LINEAR_GRADIENT;x_[iAe]={type:NAe?"linear":"radial",x:interpolateNumber$1(SAe.x,DAe.x,pAe),y:interpolateNumber$1(SAe.y,DAe.y,pAe),colorStops:map$1(SAe.colorStops,function(bAe,GAe){var LAe=DAe.colorStops[GAe];return{offset:interpolateNumber$1(bAe.offset,LAe.offset,pAe),color:rgba2String(interpolate1DArray([],bAe.color,LAe.color,pAe))}}),global:DAe.global},NAe?(x_[iAe].x2=interpolateNumber$1(SAe.x2,DAe.x2,pAe),x_[iAe].y2=interpolateNumber$1(SAe.y2,DAe.y2,pAe)):x_[iAe].r=interpolateNumber$1(SAe.r,DAe.r,pAe)}else if(nAe)interpolate1DArray(mAe,uAe[z9],dAe[z9],pAe),zP||(x_[iAe]=rgba2String(mAe));else{var TAe=interpolateNumber$1(uAe[z9],dAe[z9],pAe);zP?this._additiveValue=TAe:x_[iAe]=TAe}zP&&this._addToTarget(x_)}}},r4.prototype._addToTarget=function(x_){var $P=this.valType,zP=this.propName,z9=this._additiveValue;$P===VALUE_TYPE_NUMBER?x_[zP]=x_[zP]+z9:$P===VALUE_TYPE_COLOR?(parse$2(x_[zP],tmpRgba),add1DArray(tmpRgba,tmpRgba,z9,1),x_[zP]=rgba2String(tmpRgba)):$P===VALUE_TYPE_1D_ARRAY?add1DArray(x_[zP],x_[zP],z9,1):$P===VALUE_TYPE_2D_ARRAY&&add2DArray(x_[zP],x_[zP],z9,1)},r4}(),Animator=function(){function r4(x_,$P,zP,z9){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=x_,this._loop=$P,$P&&z9){logError("Can' use additive animation on looped animation.");return}this._additiveAnimators=z9,this._allowDiscrete=zP}return r4.prototype.getMaxTime=function(){return this._maxTime},r4.prototype.getDelay=function(){return this._delay},r4.prototype.getLoop=function(){return this._loop},r4.prototype.getTarget=function(){return this._target},r4.prototype.changeTarget=function(x_){this._target=x_},r4.prototype.when=function(x_,$P,zP){return this.whenWithKeys(x_,$P,keys($P),zP)},r4.prototype.whenWithKeys=function(x_,$P,zP,z9){for(var eAe=this._tracks,tAe=0;tAe0&&iAe.addKeyframe(0,cloneValue(nAe),z9),this._trackKeys.push(AAe)}iAe.addKeyframe(x_,cloneValue($P[AAe]),z9)}return this._maxTime=Math.max(this._maxTime,x_),this},r4.prototype.pause=function(){this._clip.pause(),this._paused=!0},r4.prototype.resume=function(){this._clip.resume(),this._paused=!1},r4.prototype.isPaused=function(){return!!this._paused},r4.prototype.duration=function(x_){return this._maxTime=x_,this._force=!0,this},r4.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var x_=this._doneCbs;if(x_)for(var $P=x_.length,zP=0;zP<$P;zP++)x_[zP].call(this)},r4.prototype._abortedCallback=function(){this._setTracksFinished();var x_=this.animation,$P=this._abortedCbs;if(x_&&x_.removeClip(this._clip),this._clip=null,$P)for(var zP=0;zP<$P.length;zP++)$P[zP].call(this)},r4.prototype._setTracksFinished=function(){for(var x_=this._tracks,$P=this._trackKeys,zP=0;zP<$P.length;zP++)x_[$P[zP]].setFinished()},r4.prototype._getAdditiveTrack=function(x_){var $P,zP=this._additiveAnimators;if(zP)for(var z9=0;z90)){this._started=1;for(var $P=this,zP=[],z9=this._maxTime||0,eAe=0;eAe1){var AAe=tAe.pop();eAe.addKeyframe(AAe.time,x_[z9]),eAe.prepare(this._maxTime,eAe.getAdditiveTrack())}}}},r4}(),Eventful=function(){function r4(x_){x_&&(this._$eventProcessor=x_)}return r4.prototype.on=function(x_,$P,zP,z9){this._$handlers||(this._$handlers={});var eAe=this._$handlers;if(typeof $P=="function"&&(z9=zP,zP=$P,$P=null),!zP||!x_)return this;var tAe=this._$eventProcessor;$P!=null&&tAe&&tAe.normalizeQuery&&($P=tAe.normalizeQuery($P)),eAe[x_]||(eAe[x_]=[]);for(var AAe=0;AAe=0:zP.inside,gAe=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),pAe=void 0,mAe=void 0,SAe=void 0;EAe&&this.canBeInsideText()?(pAe=zP.insideFill,mAe=zP.insideStroke,(pAe==null||pAe==="auto")&&(pAe=this.getInsideTextFill()),(mAe==null||mAe==="auto")&&(mAe=this.getInsideTextStroke(pAe),SAe=!0)):(pAe=zP.outsideFill,mAe=zP.outsideStroke,(pAe==null||pAe==="auto")&&(pAe=this.getOutsideFill()),(mAe==null||mAe==="auto")&&(mAe=this.getOutsideStroke(pAe),SAe=!0)),pAe=pAe||"#000",(pAe!==gAe.fill||mAe!==gAe.stroke||SAe!==gAe.autoStroke||tAe!==gAe.align||AAe!==gAe.verticalAlign)&&(iAe=!0,gAe.fill=pAe,gAe.stroke=mAe,gAe.autoStroke=SAe,gAe.align=tAe,gAe.verticalAlign=AAe,$P.setDefaultTextStyle(gAe)),$P.__dirty|=REDRAW_BIT,iAe&&$P.dirtyStyle(!0)}},r4.prototype.canBeInsideText=function(){return!0},r4.prototype.getInsideTextFill=function(){return"#fff"},r4.prototype.getInsideTextStroke=function(x_){return"#000"},r4.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?LIGHT_LABEL_COLOR:DARK_LABEL_COLOR},r4.prototype.getOutsideStroke=function(x_){var $P=this.__zr&&this.__zr.getBackgroundColor(),zP=typeof $P=="string"&&parse$2($P);zP||(zP=[255,255,255,1]);for(var z9=zP[3],eAe=this.__zr.isDarkMode(),tAe=0;tAe<3;tAe++)zP[tAe]=zP[tAe]*z9+(eAe?0:255)*(1-z9);return zP[3]=1,stringify$1(zP,"rgba")},r4.prototype.traverse=function(x_,$P){},r4.prototype.attrKV=function(x_,$P){x_==="textConfig"?this.setTextConfig($P):x_==="textContent"?this.setTextContent($P):x_==="clipPath"?this.setClipPath($P):x_==="extra"?(this.extra=this.extra||{},extend$1(this.extra,$P)):this[x_]=$P},r4.prototype.hide=function(){this.ignore=!0,this.markRedraw()},r4.prototype.show=function(){this.ignore=!1,this.markRedraw()},r4.prototype.attr=function(x_,$P){if(typeof x_=="string")this.attrKV(x_,$P);else if(isObject$4(x_))for(var zP=x_,z9=keys(zP),eAe=0;eAe0},r4.prototype.getState=function(x_){return this.states[x_]},r4.prototype.ensureState=function(x_){var $P=this.states;return $P[x_]||($P[x_]={}),$P[x_]},r4.prototype.clearStates=function(x_){this.useState(PRESERVED_NORMAL_STATE,!1,x_)},r4.prototype.useState=function(x_,$P,zP,z9){var eAe=x_===PRESERVED_NORMAL_STATE,tAe=this.hasState();if(!(!tAe&&eAe)){var AAe=this.currentStates,iAe=this.stateTransition;if(!(indexOf(AAe,x_)>=0&&($P||AAe.length===1))){var nAe;if(this.stateProxy&&!eAe&&(nAe=this.stateProxy(x_)),nAe||(nAe=this.states&&this.states[x_]),!nAe&&!eAe){logError("State "+x_+" not exists.");return}eAe||this.saveCurrentToNormalState(nAe);var oAe=!!(nAe&&nAe.hoverLayer||z9);oAe&&this._toggleHoverLayerFlag(!0),this._applyStateObj(x_,nAe,this._normalState,$P,!zP&&!this.__inHover&&iAe&&iAe.duration>0,iAe);var aAe=this._textContent,cAe=this._textGuide;return aAe&&aAe.useState(x_,$P,zP,oAe),cAe&&cAe.useState(x_,$P,zP,oAe),eAe?(this.currentStates=[],this._normalState={}):$P?this.currentStates.push(x_):this.currentStates=[x_],this._updateAnimationTargets(),this.markRedraw(),!oAe&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~REDRAW_BIT),nAe}}},r4.prototype.useStates=function(x_,$P,zP){if(!x_.length)this.clearStates();else{var z9=[],eAe=this.currentStates,tAe=x_.length,AAe=tAe===eAe.length;if(AAe){for(var iAe=0;iAe0,dAe);var EAe=this._textContent,gAe=this._textGuide;EAe&&EAe.useStates(x_,$P,cAe),gAe&&gAe.useStates(x_,$P,cAe),this._updateAnimationTargets(),this.currentStates=x_.slice(),this.markRedraw(),!cAe&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~REDRAW_BIT)}},r4.prototype.isSilent=function(){for(var x_=this.silent,$P=this.parent;!x_&&$P;){if($P.silent){x_=!0;break}$P=$P.parent}return x_},r4.prototype._updateAnimationTargets=function(){for(var x_=0;x_=0){var zP=this.currentStates.slice();zP.splice($P,1),this.useStates(zP)}},r4.prototype.replaceState=function(x_,$P,zP){var z9=this.currentStates.slice(),eAe=indexOf(z9,x_),tAe=indexOf(z9,$P)>=0;eAe>=0?tAe?z9.splice(eAe,1):z9[eAe]=$P:zP&&!tAe&&z9.push($P),this.useStates(z9)},r4.prototype.toggleState=function(x_,$P){$P?this.useState(x_,!0):this.removeState(x_)},r4.prototype._mergeStates=function(x_){for(var $P={},zP,z9=0;z9=0&&eAe.splice(tAe,1)}),this.animators.push(x_),zP&&zP.animation.addAnimator(x_),zP&&zP.wakeUp()},r4.prototype.updateDuringAnimation=function(x_){this.markRedraw()},r4.prototype.stopAnimation=function(x_,$P){for(var zP=this.animators,z9=zP.length,eAe=[],tAe=0;tAe0&&$P.during&&eAe[0].during(function(dAe,EAe){$P.during(EAe)});for(var cAe=0;cAe0||z9.force&&!tAe.length){var GAe=void 0,LAe=void 0,wAe=void 0;if(AAe){LAe={},cAe&&(GAe={});for(var DAe=0;DAe1e-4){AAe[0]=r4-$P,AAe[1]=x_-zP,iAe[0]=r4+$P,iAe[1]=x_+zP;return}if(start[0]=mathCos$4(z9)*$P+r4,start[1]=mathSin$4(z9)*zP+x_,end[0]=mathCos$4(eAe)*$P+r4,end[1]=mathSin$4(eAe)*zP+x_,nAe(AAe,start,end),oAe(iAe,start,end),z9=z9%PI2$8,z9<0&&(z9=z9+PI2$8),eAe=eAe%PI2$8,eAe<0&&(eAe=eAe+PI2$8),z9>eAe&&!tAe?eAe+=PI2$8:z9z9&&(extremity[0]=mathCos$4(uAe)*$P+r4,extremity[1]=mathSin$4(uAe)*zP+x_,nAe(AAe,extremity,AAe),oAe(iAe,extremity,iAe))}var CMD$4={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},tmpOutX=[],tmpOutY=[],min=[],max$1=[],min2=[],max2=[],mathMin$8=Math.min,mathMax$8=Math.max,mathCos$3=Math.cos,mathSin$3=Math.sin,mathAbs$2=Math.abs,PI$a=Math.PI,PI2$7=PI$a*2,hasTypedArray=typeof Float32Array<"u",tmpAngles=[];function modPI2(r4){var x_=Math.round(r4/PI$a*1e8)/1e8;return x_%2*PI$a}function normalizeArcAngles(r4,x_){var $P=modPI2(r4[0]);$P<0&&($P+=PI2$7);var zP=$P-r4[0],z9=r4[1];z9+=zP,!x_&&z9-$P>=PI2$7?z9=$P+PI2$7:x_&&$P-z9>=PI2$7?z9=$P-PI2$7:!x_&&$P>z9?z9=$P+(PI2$7-modPI2($P-z9)):x_&&$P0&&(this._ux=mathAbs$2(zP/devicePixelRatio/x_)||0,this._uy=mathAbs$2(zP/devicePixelRatio/$P)||0)},r4.prototype.setDPR=function(x_){this.dpr=x_},r4.prototype.setContext=function(x_){this._ctx=x_},r4.prototype.getContext=function(){return this._ctx},r4.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},r4.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},r4.prototype.moveTo=function(x_,$P){return this._drawPendingPt(),this.addData(CMD$4.M,x_,$P),this._ctx&&this._ctx.moveTo(x_,$P),this._x0=x_,this._y0=$P,this._xi=x_,this._yi=$P,this},r4.prototype.lineTo=function(x_,$P){var zP=mathAbs$2(x_-this._xi),z9=mathAbs$2($P-this._yi),eAe=zP>this._ux||z9>this._uy;if(this.addData(CMD$4.L,x_,$P),this._ctx&&eAe&&this._ctx.lineTo(x_,$P),eAe)this._xi=x_,this._yi=$P,this._pendingPtDist=0;else{var tAe=zP*zP+z9*z9;tAe>this._pendingPtDist&&(this._pendingPtX=x_,this._pendingPtY=$P,this._pendingPtDist=tAe)}return this},r4.prototype.bezierCurveTo=function(x_,$P,zP,z9,eAe,tAe){return this._drawPendingPt(),this.addData(CMD$4.C,x_,$P,zP,z9,eAe,tAe),this._ctx&&this._ctx.bezierCurveTo(x_,$P,zP,z9,eAe,tAe),this._xi=eAe,this._yi=tAe,this},r4.prototype.quadraticCurveTo=function(x_,$P,zP,z9){return this._drawPendingPt(),this.addData(CMD$4.Q,x_,$P,zP,z9),this._ctx&&this._ctx.quadraticCurveTo(x_,$P,zP,z9),this._xi=zP,this._yi=z9,this},r4.prototype.arc=function(x_,$P,zP,z9,eAe,tAe){this._drawPendingPt(),tmpAngles[0]=z9,tmpAngles[1]=eAe,normalizeArcAngles(tmpAngles,tAe),z9=tmpAngles[0],eAe=tmpAngles[1];var AAe=eAe-z9;return this.addData(CMD$4.A,x_,$P,zP,zP,z9,AAe,0,tAe?0:1),this._ctx&&this._ctx.arc(x_,$P,zP,z9,eAe,tAe),this._xi=mathCos$3(eAe)*zP+x_,this._yi=mathSin$3(eAe)*zP+$P,this},r4.prototype.arcTo=function(x_,$P,zP,z9,eAe){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(x_,$P,zP,z9,eAe),this},r4.prototype.rect=function(x_,$P,zP,z9){return this._drawPendingPt(),this._ctx&&this._ctx.rect(x_,$P,zP,z9),this.addData(CMD$4.R,x_,$P,zP,z9),this},r4.prototype.closePath=function(){this._drawPendingPt(),this.addData(CMD$4.Z);var x_=this._ctx,$P=this._x0,zP=this._y0;return x_&&x_.closePath(),this._xi=$P,this._yi=zP,this},r4.prototype.fill=function(x_){x_&&x_.fill(),this.toStatic()},r4.prototype.stroke=function(x_){x_&&x_.stroke(),this.toStatic()},r4.prototype.len=function(){return this._len},r4.prototype.setData=function(x_){var $P=x_.length;!(this.data&&this.data.length===$P)&&hasTypedArray&&(this.data=new Float32Array($P));for(var zP=0;zP<$P;zP++)this.data[zP]=x_[zP];this._len=$P},r4.prototype.appendPath=function(x_){x_ instanceof Array||(x_=[x_]);for(var $P=x_.length,zP=0,z9=this._len,eAe=0;eAe<$P;eAe++)zP+=x_[eAe].len();hasTypedArray&&this.data instanceof Float32Array&&(this.data=new Float32Array(z9+zP));for(var eAe=0;eAe<$P;eAe++)for(var tAe=x_[eAe].data,AAe=0;AAeoAe.length&&(this._expandData(),oAe=this.data);for(var aAe=0;aAe0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},r4.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var x_=[],$P=0;$P11&&(this.data=new Float32Array(x_)))}},r4.prototype.getBoundingRect=function(){min[0]=min[1]=min2[0]=min2[1]=Number.MAX_VALUE,max$1[0]=max$1[1]=max2[0]=max2[1]=-Number.MAX_VALUE;var x_=this.data,$P=0,zP=0,z9=0,eAe=0,tAe;for(tAe=0;tAezP||mathAbs$2(SAe)>z9||cAe===$P-1)&&(EAe=Math.sqrt(mAe*mAe+SAe*SAe),eAe=gAe,tAe=pAe);break}case CMD$4.C:{var DAe=x_[cAe++],NAe=x_[cAe++],gAe=x_[cAe++],pAe=x_[cAe++],TAe=x_[cAe++],bAe=x_[cAe++];EAe=cubicLength(eAe,tAe,DAe,NAe,gAe,pAe,TAe,bAe,10),eAe=TAe,tAe=bAe;break}case CMD$4.Q:{var DAe=x_[cAe++],NAe=x_[cAe++],gAe=x_[cAe++],pAe=x_[cAe++];EAe=quadraticLength(eAe,tAe,DAe,NAe,gAe,pAe,10),eAe=gAe,tAe=pAe;break}case CMD$4.A:var GAe=x_[cAe++],LAe=x_[cAe++],wAe=x_[cAe++],OAe=x_[cAe++],PAe=x_[cAe++],HAe=x_[cAe++],zAe=HAe+PAe;cAe+=1,dAe&&(AAe=mathCos$3(PAe)*wAe+GAe,iAe=mathSin$3(PAe)*OAe+LAe),EAe=mathMax$8(wAe,OAe)*mathMin$8(PI2$7,Math.abs(HAe)),eAe=mathCos$3(zAe)*wAe+GAe,tAe=mathSin$3(zAe)*OAe+LAe;break;case CMD$4.R:{AAe=eAe=x_[cAe++],iAe=tAe=x_[cAe++];var eIe=x_[cAe++],iIe=x_[cAe++];EAe=eIe*2+iIe*2;break}case CMD$4.Z:{var mAe=AAe-eAe,SAe=iAe-tAe;EAe=Math.sqrt(mAe*mAe+SAe*SAe),eAe=AAe,tAe=iAe;break}}EAe>=0&&(nAe[aAe++]=EAe,oAe+=EAe)}return this._pathLen=oAe,oAe},r4.prototype.rebuildPath=function(x_,$P){var zP=this.data,z9=this._ux,eAe=this._uy,tAe=this._len,AAe,iAe,nAe,oAe,aAe,cAe,uAe=$P<1,dAe,EAe,gAe=0,pAe=0,mAe,SAe=0,DAe,NAe;if(!(uAe&&(this._pathSegLen||this._calculateLength(),dAe=this._pathSegLen,EAe=this._pathLen,mAe=$P*EAe,!mAe)))e:for(var TAe=0;TAe0&&(x_.lineTo(DAe,NAe),SAe=0),bAe){case CMD$4.M:AAe=nAe=zP[TAe++],iAe=oAe=zP[TAe++],x_.moveTo(nAe,oAe);break;case CMD$4.L:{aAe=zP[TAe++],cAe=zP[TAe++];var LAe=mathAbs$2(aAe-nAe),wAe=mathAbs$2(cAe-oAe);if(LAe>z9||wAe>eAe){if(uAe){var OAe=dAe[pAe++];if(gAe+OAe>mAe){var PAe=(mAe-gAe)/OAe;x_.lineTo(nAe*(1-PAe)+aAe*PAe,oAe*(1-PAe)+cAe*PAe);break e}gAe+=OAe}x_.lineTo(aAe,cAe),nAe=aAe,oAe=cAe,SAe=0}else{var HAe=LAe*LAe+wAe*wAe;HAe>SAe&&(DAe=aAe,NAe=cAe,SAe=HAe)}break}case CMD$4.C:{var zAe=zP[TAe++],eIe=zP[TAe++],iIe=zP[TAe++],rIe=zP[TAe++],AIe=zP[TAe++],XAe=zP[TAe++];if(uAe){var OAe=dAe[pAe++];if(gAe+OAe>mAe){var PAe=(mAe-gAe)/OAe;cubicSubdivide(nAe,zAe,iIe,AIe,PAe,tmpOutX),cubicSubdivide(oAe,eIe,rIe,XAe,PAe,tmpOutY),x_.bezierCurveTo(tmpOutX[1],tmpOutY[1],tmpOutX[2],tmpOutY[2],tmpOutX[3],tmpOutY[3]);break e}gAe+=OAe}x_.bezierCurveTo(zAe,eIe,iIe,rIe,AIe,XAe),nAe=AIe,oAe=XAe;break}case CMD$4.Q:{var zAe=zP[TAe++],eIe=zP[TAe++],iIe=zP[TAe++],rIe=zP[TAe++];if(uAe){var OAe=dAe[pAe++];if(gAe+OAe>mAe){var PAe=(mAe-gAe)/OAe;quadraticSubdivide(nAe,zAe,iIe,PAe,tmpOutX),quadraticSubdivide(oAe,eIe,rIe,PAe,tmpOutY),x_.quadraticCurveTo(tmpOutX[1],tmpOutY[1],tmpOutX[2],tmpOutY[2]);break e}gAe+=OAe}x_.quadraticCurveTo(zAe,eIe,iIe,rIe),nAe=iIe,oAe=rIe;break}case CMD$4.A:var EIe=zP[TAe++],hIe=zP[TAe++],tIe=zP[TAe++],gIe=zP[TAe++],pIe=zP[TAe++],_Ie=zP[TAe++],SIe=zP[TAe++],yIe=!zP[TAe++],OIe=tIe>gIe?tIe:gIe,HIe=mathAbs$2(tIe-gIe)>.001,PIe=pIe+_Ie,LIe=!1;if(uAe){var OAe=dAe[pAe++];gAe+OAe>mAe&&(PIe=pIe+_Ie*(mAe-gAe)/OAe,LIe=!0),gAe+=OAe}if(HIe&&x_.ellipse?x_.ellipse(EIe,hIe,tIe,gIe,SIe,pIe,PIe,yIe):x_.arc(EIe,hIe,OIe,pIe,PIe,yIe),LIe)break e;GAe&&(AAe=mathCos$3(pIe)*tIe+EIe,iAe=mathSin$3(pIe)*gIe+hIe),nAe=mathCos$3(PIe)*tIe+EIe,oAe=mathSin$3(PIe)*gIe+hIe;break;case CMD$4.R:AAe=nAe=zP[TAe],iAe=oAe=zP[TAe+1],aAe=zP[TAe++],cAe=zP[TAe++];var oEe=zP[TAe++],JIe=zP[TAe++];if(uAe){var OAe=dAe[pAe++];if(gAe+OAe>mAe){var XIe=mAe-gAe;x_.moveTo(aAe,cAe),x_.lineTo(aAe+mathMin$8(XIe,oEe),cAe),XIe-=oEe,XIe>0&&x_.lineTo(aAe+oEe,cAe+mathMin$8(XIe,JIe)),XIe-=JIe,XIe>0&&x_.lineTo(aAe+mathMax$8(oEe-XIe,0),cAe+JIe),XIe-=oEe,XIe>0&&x_.lineTo(aAe,cAe+mathMax$8(JIe-XIe,0));break e}gAe+=OAe}x_.rect(aAe,cAe,oEe,JIe);break;case CMD$4.Z:if(uAe){var OAe=dAe[pAe++];if(gAe+OAe>mAe){var PAe=(mAe-gAe)/OAe;x_.lineTo(nAe*(1-PAe)+AAe*PAe,oAe*(1-PAe)+iAe*PAe);break e}gAe+=OAe}x_.closePath(),nAe=AAe,oAe=iAe}}},r4.prototype.clone=function(){var x_=new r4,$P=this.data;return x_.data=$P.slice?$P.slice():Array.prototype.slice.call($P),x_._len=this._len,x_},r4.CMD=CMD$4,r4.initDefaultProps=function(){var x_=r4.prototype;x_._saveData=!0,x_._ux=0,x_._uy=0,x_._pendingPtDist=0,x_._version=0}(),r4}();function containStroke$4(r4,x_,$P,zP,z9,eAe,tAe){if(z9===0)return!1;var AAe=z9,iAe=0,nAe=r4;if(tAe>x_+AAe&&tAe>zP+AAe||tAer4+AAe&&eAe>$P+AAe||eAex_+aAe&&oAe>zP+aAe&&oAe>eAe+aAe&&oAe>AAe+aAe||oAer4+aAe&&nAe>$P+aAe&&nAe>z9+aAe&&nAe>tAe+aAe||nAex_+nAe&&iAe>zP+nAe&&iAe>eAe+nAe||iAer4+nAe&&AAe>$P+nAe&&AAe>z9+nAe||AAe$P||oAe+nAe<$P)return!1;if(Math.abs(zP-z9)%PI2$5<1e-4)return!0;if(eAe){var aAe=zP;zP=normalizeRadian(z9),z9=normalizeRadian(aAe)}else zP=normalizeRadian(zP),z9=normalizeRadian(z9);zP>z9&&(z9+=PI2$5);var cAe=Math.atan2(iAe,AAe);return cAe<0&&(cAe+=PI2$5),cAe>=zP&&cAe<=z9||cAe+PI2$5>=zP&&cAe+PI2$5<=z9}function windingLine(r4,x_,$P,zP,z9,eAe){if(eAe>x_&&eAe>zP||eAez9?AAe:0}var CMD$3=PathProxy.CMD,PI2$4=Math.PI*2,EPSILON$2=1e-4;function isAroundEqual$1(r4,x_){return Math.abs(r4-x_)x_&&nAe>zP&&nAe>eAe&&nAe>AAe||nAe1&&swapExtrema(),uAe=cubicAt(x_,zP,eAe,AAe,extrema[0]),cAe>1&&(dAe=cubicAt(x_,zP,eAe,AAe,extrema[1]))),cAe===2?gAex_&&AAe>zP&&AAe>eAe||AAe=0&&nAe<=1){for(var oAe=0,aAe=quadraticAt$1(x_,zP,eAe,nAe),cAe=0;cAe$P||AAe<-$P)return 0;var iAe=Math.sqrt($P*$P-AAe*AAe);roots[0]=-iAe,roots[1]=iAe;var nAe=Math.abs(zP-z9);if(nAe<1e-4)return 0;if(nAe>=PI2$4-1e-4){zP=0,z9=PI2$4;var oAe=eAe?1:-1;return tAe>=roots[0]+r4&&tAe<=roots[1]+r4?oAe:0}if(zP>z9){var aAe=zP;zP=z9,z9=aAe}zP<0&&(zP+=PI2$4,z9+=PI2$4);for(var cAe=0,uAe=0;uAe<2;uAe++){var dAe=roots[uAe];if(dAe+r4>tAe){var EAe=Math.atan2(AAe,dAe),oAe=eAe?1:-1;EAe<0&&(EAe=PI2$4+EAe),(EAe>=zP&&EAe<=z9||EAe+PI2$4>=zP&&EAe+PI2$4<=z9)&&(EAe>Math.PI/2&&EAe1&&($P||(AAe+=windingLine(iAe,nAe,oAe,aAe,zP,z9))),gAe&&(iAe=eAe[dAe],nAe=eAe[dAe+1],oAe=iAe,aAe=nAe),EAe){case CMD$3.M:oAe=eAe[dAe++],aAe=eAe[dAe++],iAe=oAe,nAe=aAe;break;case CMD$3.L:if($P){if(containStroke$4(iAe,nAe,eAe[dAe],eAe[dAe+1],x_,zP,z9))return!0}else AAe+=windingLine(iAe,nAe,eAe[dAe],eAe[dAe+1],zP,z9)||0;iAe=eAe[dAe++],nAe=eAe[dAe++];break;case CMD$3.C:if($P){if(containStroke$3(iAe,nAe,eAe[dAe++],eAe[dAe++],eAe[dAe++],eAe[dAe++],eAe[dAe],eAe[dAe+1],x_,zP,z9))return!0}else AAe+=windingCubic(iAe,nAe,eAe[dAe++],eAe[dAe++],eAe[dAe++],eAe[dAe++],eAe[dAe],eAe[dAe+1],zP,z9)||0;iAe=eAe[dAe++],nAe=eAe[dAe++];break;case CMD$3.Q:if($P){if(containStroke$2(iAe,nAe,eAe[dAe++],eAe[dAe++],eAe[dAe],eAe[dAe+1],x_,zP,z9))return!0}else AAe+=windingQuadratic(iAe,nAe,eAe[dAe++],eAe[dAe++],eAe[dAe],eAe[dAe+1],zP,z9)||0;iAe=eAe[dAe++],nAe=eAe[dAe++];break;case CMD$3.A:var pAe=eAe[dAe++],mAe=eAe[dAe++],SAe=eAe[dAe++],DAe=eAe[dAe++],NAe=eAe[dAe++],TAe=eAe[dAe++];dAe+=1;var bAe=!!(1-eAe[dAe++]);cAe=Math.cos(NAe)*SAe+pAe,uAe=Math.sin(NAe)*DAe+mAe,gAe?(oAe=cAe,aAe=uAe):AAe+=windingLine(iAe,nAe,cAe,uAe,zP,z9);var GAe=(zP-pAe)*DAe/SAe+pAe;if($P){if(containStroke$1(pAe,mAe,DAe,NAe,NAe+TAe,bAe,x_,GAe,z9))return!0}else AAe+=windingArc(pAe,mAe,DAe,NAe,NAe+TAe,bAe,GAe,z9);iAe=Math.cos(NAe+TAe)*SAe+pAe,nAe=Math.sin(NAe+TAe)*DAe+mAe;break;case CMD$3.R:oAe=iAe=eAe[dAe++],aAe=nAe=eAe[dAe++];var LAe=eAe[dAe++],wAe=eAe[dAe++];if(cAe=oAe+LAe,uAe=aAe+wAe,$P){if(containStroke$4(oAe,aAe,cAe,aAe,x_,zP,z9)||containStroke$4(cAe,aAe,cAe,uAe,x_,zP,z9)||containStroke$4(cAe,uAe,oAe,uAe,x_,zP,z9)||containStroke$4(oAe,uAe,oAe,aAe,x_,zP,z9))return!0}else AAe+=windingLine(cAe,aAe,cAe,uAe,zP,z9),AAe+=windingLine(oAe,uAe,oAe,aAe,zP,z9);break;case CMD$3.Z:if($P){if(containStroke$4(iAe,nAe,oAe,aAe,x_,zP,z9))return!0}else AAe+=windingLine(iAe,nAe,oAe,aAe,zP,z9);iAe=oAe,nAe=aAe;break}}return!$P&&!isAroundEqual$1(nAe,aAe)&&(AAe+=windingLine(iAe,nAe,oAe,aAe,zP,z9)||0),AAe!==0}function contain$2(r4,x_,$P){return containPath(r4,0,!1,x_,$P)}function containStroke(r4,x_,$P,zP){return containPath(r4,x_,!0,$P,zP)}var DEFAULT_PATH_STYLE=defaults$2({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},DEFAULT_COMMON_STYLE),DEFAULT_PATH_ANIMATION_PROPS={style:defaults$2({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},DEFAULT_COMMON_ANIMATION_PROPS.style)},pathCopyParams=TRANSFORMABLE_PROPS.concat(["invisible","culling","z","z2","zlevel","parent"]),Path=function(r4){__extends$1(x_,r4);function x_($P){return r4.call(this,$P)||this}return x_.prototype.update=function(){var $P=this;r4.prototype.update.call(this);var zP=this.style;if(zP.decal){var z9=this._decalEl=this._decalEl||new x_;z9.buildPath===x_.prototype.buildPath&&(z9.buildPath=function(iAe){$P.buildPath(iAe,$P.shape)}),z9.silent=!0;var eAe=z9.style;for(var tAe in zP)eAe[tAe]!==zP[tAe]&&(eAe[tAe]=zP[tAe]);eAe.fill=zP.fill?zP.decal:null,eAe.decal=null,eAe.shadowColor=null,zP.strokeFirst&&(eAe.stroke=null);for(var AAe=0;AAe.5?DARK_LABEL_COLOR:zP>.2?LIGHTER_LABEL_COLOR:LIGHT_LABEL_COLOR}else if($P)return LIGHT_LABEL_COLOR}return DARK_LABEL_COLOR},x_.prototype.getInsideTextStroke=function($P){var zP=this.style.fill;if(isString(zP)){var z9=this.__zr,eAe=!!(z9&&z9.isDarkMode()),tAe=lum($P,0)0))},x_.prototype.hasFill=function(){var $P=this.style,zP=$P.fill;return zP!=null&&zP!=="none"},x_.prototype.getBoundingRect=function(){var $P=this._rect,zP=this.style,z9=!$P;if(z9){var eAe=!1;this.path||(eAe=!0,this.createPathProxy());var tAe=this.path;(eAe||this.__dirty&SHAPE_CHANGED_BIT)&&(tAe.beginPath(),this.buildPath(tAe,this.shape,!1),this.pathUpdated()),$P=tAe.getBoundingRect()}if(this._rect=$P,this.hasStroke()&&this.path&&this.path.len()>0){var AAe=this._rectStroke||(this._rectStroke=$P.clone());if(this.__dirty||z9){AAe.copy($P);var iAe=zP.strokeNoScale?this.getLineScale():1,nAe=zP.lineWidth;if(!this.hasFill()){var oAe=this.strokeContainThreshold;nAe=Math.max(nAe,oAe??4)}iAe>1e-10&&(AAe.width+=nAe/iAe,AAe.height+=nAe/iAe,AAe.x-=nAe/iAe/2,AAe.y-=nAe/iAe/2)}return AAe}return $P},x_.prototype.contain=function($P,zP){var z9=this.transformCoordToLocal($P,zP),eAe=this.getBoundingRect(),tAe=this.style;if($P=z9[0],zP=z9[1],eAe.contain($P,zP)){var AAe=this.path;if(this.hasStroke()){var iAe=tAe.lineWidth,nAe=tAe.strokeNoScale?this.getLineScale():1;if(nAe>1e-10&&(this.hasFill()||(iAe=Math.max(iAe,this.strokeContainThreshold)),containStroke(AAe,iAe/nAe,$P,zP)))return!0}if(this.hasFill())return contain$2(AAe,$P,zP)}return!1},x_.prototype.dirtyShape=function(){this.__dirty|=SHAPE_CHANGED_BIT,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},x_.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},x_.prototype.animateShape=function($P){return this.animate("shape",$P)},x_.prototype.updateDuringAnimation=function($P){$P==="style"?this.dirtyStyle():$P==="shape"?this.dirtyShape():this.markRedraw()},x_.prototype.attrKV=function($P,zP){$P==="shape"?this.setShape(zP):r4.prototype.attrKV.call(this,$P,zP)},x_.prototype.setShape=function($P,zP){var z9=this.shape;return z9||(z9=this.shape={}),typeof $P=="string"?z9[$P]=zP:extend$1(z9,$P),this.dirtyShape(),this},x_.prototype.shapeChanged=function(){return!!(this.__dirty&SHAPE_CHANGED_BIT)},x_.prototype.createStyle=function($P){return createObject(DEFAULT_PATH_STYLE,$P)},x_.prototype._innerSaveToNormal=function($P){r4.prototype._innerSaveToNormal.call(this,$P);var zP=this._normalState;$P.shape&&!zP.shape&&(zP.shape=extend$1({},this.shape))},x_.prototype._applyStateObj=function($P,zP,z9,eAe,tAe,AAe){r4.prototype._applyStateObj.call(this,$P,zP,z9,eAe,tAe,AAe);var iAe=!(zP&&eAe),nAe;if(zP&&zP.shape?tAe?eAe?nAe=zP.shape:(nAe=extend$1({},z9.shape),extend$1(nAe,zP.shape)):(nAe=extend$1({},eAe?this.shape:z9.shape),extend$1(nAe,zP.shape)):iAe&&(nAe=z9.shape),nAe)if(tAe){this.shape=extend$1({},this.shape);for(var oAe={},aAe=keys(nAe),cAe=0;cAe0},x_.prototype.hasFill=function(){var $P=this.style,zP=$P.fill;return zP!=null&&zP!=="none"},x_.prototype.createStyle=function($P){return createObject(DEFAULT_TSPAN_STYLE,$P)},x_.prototype.setBoundingRect=function($P){this._rect=$P},x_.prototype.getBoundingRect=function(){var $P=this.style;if(!this._rect){var zP=$P.text;zP!=null?zP+="":zP="";var z9=getBoundingRect(zP,$P.font,$P.textAlign,$P.textBaseline);if(z9.x+=$P.x||0,z9.y+=$P.y||0,this.hasStroke()){var eAe=$P.lineWidth;z9.x-=eAe/2,z9.y-=eAe/2,z9.width+=eAe,z9.height+=eAe}this._rect=z9}return this._rect},x_.initDefaultProps=function(){var $P=x_.prototype;$P.dirtyRectTolerance=10}(),x_}(Displayable);TSpan.prototype.type="tspan";var DEFAULT_IMAGE_STYLE=defaults$2({x:0,y:0},DEFAULT_COMMON_STYLE),DEFAULT_IMAGE_ANIMATION_PROPS={style:defaults$2({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},DEFAULT_COMMON_ANIMATION_PROPS.style)};function isImageLike$1(r4){return!!(r4&&typeof r4!="string"&&r4.width&&r4.height)}var ZRImage=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.createStyle=function($P){return createObject(DEFAULT_IMAGE_STYLE,$P)},x_.prototype._getSize=function($P){var zP=this.style,z9=zP[$P];if(z9!=null)return z9;var eAe=isImageLike$1(zP.image)?zP.image:this.__image;if(!eAe)return 0;var tAe=$P==="width"?"height":"width",AAe=zP[tAe];return AAe==null?eAe[$P]:eAe[$P]/eAe[tAe]*AAe},x_.prototype.getWidth=function(){return this._getSize("width")},x_.prototype.getHeight=function(){return this._getSize("height")},x_.prototype.getAnimationStyleProps=function(){return DEFAULT_IMAGE_ANIMATION_PROPS},x_.prototype.getBoundingRect=function(){var $P=this.style;return this._rect||(this._rect=new BoundingRect($P.x||0,$P.y||0,this.getWidth(),this.getHeight())),this._rect},x_}(Displayable);ZRImage.prototype.type="image";function buildPath$2(r4,x_){var $P=x_.x,zP=x_.y,z9=x_.width,eAe=x_.height,tAe=x_.r,AAe,iAe,nAe,oAe;z9<0&&($P=$P+z9,z9=-z9),eAe<0&&(zP=zP+eAe,eAe=-eAe),typeof tAe=="number"?AAe=iAe=nAe=oAe=tAe:tAe instanceof Array?tAe.length===1?AAe=iAe=nAe=oAe=tAe[0]:tAe.length===2?(AAe=nAe=tAe[0],iAe=oAe=tAe[1]):tAe.length===3?(AAe=tAe[0],iAe=oAe=tAe[1],nAe=tAe[2]):(AAe=tAe[0],iAe=tAe[1],nAe=tAe[2],oAe=tAe[3]):AAe=iAe=nAe=oAe=0;var aAe;AAe+iAe>z9&&(aAe=AAe+iAe,AAe*=z9/aAe,iAe*=z9/aAe),nAe+oAe>z9&&(aAe=nAe+oAe,nAe*=z9/aAe,oAe*=z9/aAe),iAe+nAe>eAe&&(aAe=iAe+nAe,iAe*=eAe/aAe,nAe*=eAe/aAe),AAe+oAe>eAe&&(aAe=AAe+oAe,AAe*=eAe/aAe,oAe*=eAe/aAe),r4.moveTo($P+AAe,zP),r4.lineTo($P+z9-iAe,zP),iAe!==0&&r4.arc($P+z9-iAe,zP+iAe,iAe,-Math.PI/2,0),r4.lineTo($P+z9,zP+eAe-nAe),nAe!==0&&r4.arc($P+z9-nAe,zP+eAe-nAe,nAe,0,Math.PI/2),r4.lineTo($P+oAe,zP+eAe),oAe!==0&&r4.arc($P+oAe,zP+eAe-oAe,oAe,Math.PI/2,Math.PI),r4.lineTo($P,zP+AAe),AAe!==0&&r4.arc($P+AAe,zP+AAe,AAe,Math.PI,Math.PI*1.5)}var round$3=Math.round;function subPixelOptimizeLine$1(r4,x_,$P){if(x_){var zP=x_.x1,z9=x_.x2,eAe=x_.y1,tAe=x_.y2;r4.x1=zP,r4.x2=z9,r4.y1=eAe,r4.y2=tAe;var AAe=$P&&$P.lineWidth;return AAe&&(round$3(zP*2)===round$3(z9*2)&&(r4.x1=r4.x2=subPixelOptimize$1(zP,AAe,!0)),round$3(eAe*2)===round$3(tAe*2)&&(r4.y1=r4.y2=subPixelOptimize$1(eAe,AAe,!0))),r4}}function subPixelOptimizeRect$1(r4,x_,$P){if(x_){var zP=x_.x,z9=x_.y,eAe=x_.width,tAe=x_.height;r4.x=zP,r4.y=z9,r4.width=eAe,r4.height=tAe;var AAe=$P&&$P.lineWidth;return AAe&&(r4.x=subPixelOptimize$1(zP,AAe,!0),r4.y=subPixelOptimize$1(z9,AAe,!0),r4.width=Math.max(subPixelOptimize$1(zP+eAe,AAe,!1)-r4.x,eAe===0?0:1),r4.height=Math.max(subPixelOptimize$1(z9+tAe,AAe,!1)-r4.y,tAe===0?0:1)),r4}}function subPixelOptimize$1(r4,x_,$P){if(!x_)return r4;var zP=round$3(r4*2);return(zP+round$3(x_))%2===0?zP/2:(zP+($P?1:-1))/2}var RectShape=function(){function r4(){this.x=0,this.y=0,this.width=0,this.height=0}return r4}(),subPixelOptimizeOutputShape$1={},Rect$2=function(r4){__extends$1(x_,r4);function x_($P){return r4.call(this,$P)||this}return x_.prototype.getDefaultShape=function(){return new RectShape},x_.prototype.buildPath=function($P,zP){var z9,eAe,tAe,AAe;if(this.subPixelOptimize){var iAe=subPixelOptimizeRect$1(subPixelOptimizeOutputShape$1,zP,this.style);z9=iAe.x,eAe=iAe.y,tAe=iAe.width,AAe=iAe.height,iAe.r=zP.r,zP=iAe}else z9=zP.x,eAe=zP.y,tAe=zP.width,AAe=zP.height;zP.r?buildPath$2($P,zP):$P.rect(z9,eAe,tAe,AAe)},x_.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},x_}(Path);Rect$2.prototype.type="rect";var DEFAULT_RICH_TEXT_COLOR={fill:"#000"},DEFAULT_STROKE_LINE_WIDTH=2,DEFAULT_TEXT_ANIMATION_PROPS={style:defaults$2({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},DEFAULT_COMMON_ANIMATION_PROPS.style)},ZRText=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this)||this;return zP.type="text",zP._children=[],zP._defaultStyle=DEFAULT_RICH_TEXT_COLOR,zP.attr($P),zP}return x_.prototype.childrenRef=function(){return this._children},x_.prototype.update=function(){r4.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var $P=0;$P0,PAe=$P.width!=null&&($P.overflow==="truncate"||$P.overflow==="break"||$P.overflow==="breakAll"),HAe=tAe.calculatedLineHeight,zAe=0;zAe=0&&(zAe=TAe[HAe],zAe.align==="right");)this._placeToken(zAe,$P,GAe,pAe,PAe,"right",SAe),LAe-=zAe.width,PAe-=zAe.width,HAe--;for(OAe+=(eAe-(OAe-gAe)-(mAe-PAe)-LAe)/2;wAe<=HAe;)zAe=TAe[wAe],this._placeToken(zAe,$P,GAe,pAe,OAe+zAe.width/2,"center",SAe),OAe+=zAe.width,wAe++;pAe+=GAe}},x_.prototype._placeToken=function($P,zP,z9,eAe,tAe,AAe,iAe){var nAe=zP.rich[$P.styleName]||{};nAe.text=$P.text;var oAe=$P.verticalAlign,aAe=eAe+z9/2;oAe==="top"?aAe=eAe+$P.height/2:oAe==="bottom"&&(aAe=eAe+z9-$P.height/2);var cAe=!$P.isLineHolder&&needDrawBackground(nAe);cAe&&this._renderBackground(nAe,zP,AAe==="right"?tAe-$P.width:AAe==="center"?tAe-$P.width/2:tAe,aAe-$P.height/2,$P.width,$P.height);var uAe=!!nAe.backgroundColor,dAe=$P.textPadding;dAe&&(tAe=getTextXForPadding(tAe,AAe,dAe),aAe-=$P.height/2-dAe[0]-$P.innerHeight/2);var EAe=this._getOrCreateChild(TSpan),gAe=EAe.createStyle();EAe.useStyle(gAe);var pAe=this._defaultStyle,mAe=!1,SAe=0,DAe=getFill("fill"in nAe?nAe.fill:"fill"in zP?zP.fill:(mAe=!0,pAe.fill)),NAe=getStroke("stroke"in nAe?nAe.stroke:"stroke"in zP?zP.stroke:!uAe&&!iAe&&(!pAe.autoStroke||mAe)?(SAe=DEFAULT_STROKE_LINE_WIDTH,pAe.stroke):null),TAe=nAe.textShadowBlur>0||zP.textShadowBlur>0;gAe.text=$P.text,gAe.x=tAe,gAe.y=aAe,TAe&&(gAe.shadowBlur=nAe.textShadowBlur||zP.textShadowBlur||0,gAe.shadowColor=nAe.textShadowColor||zP.textShadowColor||"transparent",gAe.shadowOffsetX=nAe.textShadowOffsetX||zP.textShadowOffsetX||0,gAe.shadowOffsetY=nAe.textShadowOffsetY||zP.textShadowOffsetY||0),gAe.textAlign=AAe,gAe.textBaseline="middle",gAe.font=$P.font||DEFAULT_FONT,gAe.opacity=retrieve3(nAe.opacity,zP.opacity,1),setSeparateFont(gAe,nAe),NAe&&(gAe.lineWidth=retrieve3(nAe.lineWidth,zP.lineWidth,SAe),gAe.lineDash=retrieve2(nAe.lineDash,zP.lineDash),gAe.lineDashOffset=zP.lineDashOffset||0,gAe.stroke=NAe),DAe&&(gAe.fill=DAe);var bAe=$P.contentWidth,GAe=$P.contentHeight;EAe.setBoundingRect(new BoundingRect(adjustTextX(gAe.x,bAe,gAe.textAlign),adjustTextY$1(gAe.y,GAe,gAe.textBaseline),bAe,GAe))},x_.prototype._renderBackground=function($P,zP,z9,eAe,tAe,AAe){var iAe=$P.backgroundColor,nAe=$P.borderWidth,oAe=$P.borderColor,aAe=iAe&&iAe.image,cAe=iAe&&!aAe,uAe=$P.borderRadius,dAe=this,EAe,gAe;if(cAe||$P.lineHeight||nAe&&oAe){EAe=this._getOrCreateChild(Rect$2),EAe.useStyle(EAe.createStyle()),EAe.style.fill=null;var pAe=EAe.shape;pAe.x=z9,pAe.y=eAe,pAe.width=tAe,pAe.height=AAe,pAe.r=uAe,EAe.dirtyShape()}if(cAe){var mAe=EAe.style;mAe.fill=iAe||null,mAe.fillOpacity=retrieve2($P.fillOpacity,1)}else if(aAe){gAe=this._getOrCreateChild(ZRImage),gAe.onload=function(){dAe.dirtyStyle()};var SAe=gAe.style;SAe.image=iAe.image,SAe.x=z9,SAe.y=eAe,SAe.width=tAe,SAe.height=AAe}if(nAe&&oAe){var mAe=EAe.style;mAe.lineWidth=nAe,mAe.stroke=oAe,mAe.strokeOpacity=retrieve2($P.strokeOpacity,1),mAe.lineDash=$P.borderDash,mAe.lineDashOffset=$P.borderDashOffset||0,EAe.strokeContainThreshold=0,EAe.hasFill()&&EAe.hasStroke()&&(mAe.strokeFirst=!0,mAe.lineWidth*=2)}var DAe=(EAe||gAe).style;DAe.shadowBlur=$P.shadowBlur||0,DAe.shadowColor=$P.shadowColor||"transparent",DAe.shadowOffsetX=$P.shadowOffsetX||0,DAe.shadowOffsetY=$P.shadowOffsetY||0,DAe.opacity=retrieve3($P.opacity,zP.opacity,1)},x_.makeFont=function($P){var zP="";return hasSeparateFont($P)&&(zP=[$P.fontStyle,$P.fontWeight,parseFontSize($P.fontSize),$P.fontFamily||"sans-serif"].join(" ")),zP&&trim$1(zP)||$P.textFont||$P.font},x_}(Displayable),VALID_TEXT_ALIGN={left:!0,right:1,center:1},VALID_TEXT_VERTICAL_ALIGN={top:1,bottom:1,middle:1},FONT_PARTS=["fontStyle","fontWeight","fontSize","fontFamily"];function parseFontSize(r4){return typeof r4=="string"&&(r4.indexOf("px")!==-1||r4.indexOf("rem")!==-1||r4.indexOf("em")!==-1)?r4:isNaN(+r4)?DEFAULT_FONT_SIZE+"px":r4+"px"}function setSeparateFont(r4,x_){for(var $P=0;$P0){if(r4<=z9)return tAe;if(r4>=eAe)return AAe}else{if(r4>=z9)return tAe;if(r4<=eAe)return AAe}else{if(r4===z9)return tAe;if(r4===eAe)return AAe}return(r4-z9)/iAe*nAe+tAe}function parsePercent(r4,x_){switch(r4){case"center":case"middle":r4="50%";break;case"left":case"top":r4="0%";break;case"right":case"bottom":r4="100%";break}return isString(r4)?_trim(r4).match(/%$/)?parseFloat(r4)/100*x_:parseFloat(r4):r4==null?NaN:+r4}function round$2(r4,x_,$P){return x_==null&&(x_=10),x_=Math.min(Math.max(0,x_),ROUND_SUPPORTED_PRECISION_MAX),r4=(+r4).toFixed(x_),$P?r4:+r4}function asc$2(r4){return r4.sort(function(x_,$P){return x_-$P}),r4}function getPrecision(r4){if(r4=+r4,isNaN(r4))return 0;if(r4>1e-14){for(var x_=1,$P=0;$P<15;$P++,x_*=10)if(Math.round(r4*x_)/x_===r4)return $P}return getPrecisionSafe(r4)}function getPrecisionSafe(r4){var x_=r4.toString().toLowerCase(),$P=x_.indexOf("e"),zP=$P>0?+x_.slice($P+1):0,z9=$P>0?$P:x_.length,eAe=x_.indexOf("."),tAe=eAe<0?0:z9-1-eAe;return Math.max(0,tAe-zP)}function getPixelPrecision(r4,x_){var $P=Math.log,zP=Math.LN10,z9=Math.floor($P(r4[1]-r4[0])/zP),eAe=Math.round($P(Math.abs(x_[1]-x_[0]))/zP),tAe=Math.min(Math.max(-z9+eAe,0),20);return isFinite(tAe)?tAe:20}function getPercentSeats(r4,x_){var $P=reduce(r4,function(uAe,dAe){return uAe+(isNaN(dAe)?0:dAe)},0);if($P===0)return[];for(var zP=Math.pow(10,x_),z9=map$1(r4,function(uAe){return(isNaN(uAe)?0:uAe)/$P*zP*100}),eAe=zP*100,tAe=map$1(z9,function(uAe){return Math.floor(uAe)}),AAe=reduce(tAe,function(uAe,dAe){return uAe+dAe},0),iAe=map$1(z9,function(uAe,dAe){return uAe-tAe[dAe]});AAenAe&&(nAe=iAe[aAe],oAe=aAe);++tAe[oAe],iAe[oAe]=0,++AAe}return map$1(tAe,function(uAe){return uAe/zP})}function addSafe(r4,x_){var $P=Math.max(getPrecision(r4),getPrecision(x_)),zP=r4+x_;return $P>ROUND_SUPPORTED_PRECISION_MAX?zP:round$2(zP,$P)}var MAX_SAFE_INTEGER$1=9007199254740991;function remRadian(r4){var x_=Math.PI*2;return(r4%x_+x_)%x_}function isRadianAroundZero(r4){return r4>-RADIAN_EPSILON&&r4=10&&x_++,x_}function nice(r4,x_){var $P=quantityExponent(r4),zP=Math.pow(10,$P),z9=r4/zP,eAe;return z9<1.5?eAe=1:z9<2.5?eAe=2:z9<4?eAe=3:z9<7?eAe=5:eAe=10,r4=eAe*zP,$P>=-20?+r4.toFixed($P<0?-$P:0):r4}function quantile(r4,x_){var $P=(r4.length-1)*x_+1,zP=Math.floor($P),z9=+r4[zP-1],eAe=$P-zP;return eAe?z9+eAe*(r4[zP]-z9):z9}function reformIntervals(r4){r4.sort(function(iAe,nAe){return AAe(iAe,nAe,0)?-1:1});for(var x_=-1/0,$P=1,zP=0;zP=0,eAe=!1;if(r4 instanceof Path){var tAe=getSavedStates(r4),AAe=z9&&tAe.selectFill||tAe.normalFill,iAe=z9&&tAe.selectStroke||tAe.normalStroke;if(hasFillOrStroke(AAe)||hasFillOrStroke(iAe)){zP=zP||{};var nAe=zP.style||{};nAe.fill==="inherit"?(eAe=!0,zP=extend$1({},zP),nAe=extend$1({},nAe),nAe.fill=AAe):!hasFillOrStroke(nAe.fill)&&hasFillOrStroke(AAe)?(eAe=!0,zP=extend$1({},zP),nAe=extend$1({},nAe),nAe.fill=liftColor(AAe)):!hasFillOrStroke(nAe.stroke)&&hasFillOrStroke(iAe)&&(eAe||(zP=extend$1({},zP),nAe=extend$1({},nAe)),nAe.stroke=liftColor(iAe)),zP.style=nAe}}if(zP&&zP.z2==null){eAe||(zP=extend$1({},zP));var oAe=r4.z2EmphasisLift;zP.z2=r4.z2+(oAe??Z2_EMPHASIS_LIFT)}return zP}function createSelectDefaultState(r4,x_,$P){if($P&&$P.z2==null){$P=extend$1({},$P);var zP=r4.z2SelectLift;$P.z2=r4.z2+(zP??Z2_SELECT_LIFT)}return $P}function createBlurDefaultState(r4,x_,$P){var zP=indexOf(r4.currentStates,x_)>=0,z9=r4.style.opacity,eAe=zP?null:getFromStateStyle(r4,["opacity"],x_,{opacity:1});$P=$P||{};var tAe=$P.style||{};return tAe.opacity==null&&($P=extend$1({},$P),tAe=extend$1({opacity:zP?z9:eAe.opacity*.1},tAe),$P.style=tAe),$P}function elementStateProxy(r4,x_){var $P=this.states[r4];if(this.style){if(r4==="emphasis")return createEmphasisDefaultState(this,r4,x_,$P);if(r4==="blur")return createBlurDefaultState(this,r4,$P);if(r4==="select")return createSelectDefaultState(this,r4,$P)}return $P}function setDefaultStateProxy(r4){r4.stateProxy=elementStateProxy;var x_=r4.getTextContent(),$P=r4.getTextGuideLine();x_&&(x_.stateProxy=elementStateProxy),$P&&($P.stateProxy=elementStateProxy)}function enterEmphasisWhenMouseOver(r4,x_){!shouldSilent(r4,x_)&&!r4.__highByOuter&&traverseUpdateState(r4,singleEnterEmphasis)}function leaveEmphasisWhenMouseOut(r4,x_){!shouldSilent(r4,x_)&&!r4.__highByOuter&&traverseUpdateState(r4,singleLeaveEmphasis)}function enterEmphasis(r4,x_){r4.__highByOuter|=1<<(x_||0),traverseUpdateState(r4,singleEnterEmphasis)}function leaveEmphasis(r4,x_){!(r4.__highByOuter&=~(1<<(x_||0)))&&traverseUpdateState(r4,singleLeaveEmphasis)}function enterBlur(r4){traverseUpdateState(r4,singleEnterBlur)}function leaveBlur(r4){traverseUpdateState(r4,singleLeaveBlur)}function enterSelect(r4){traverseUpdateState(r4,singleEnterSelect)}function leaveSelect(r4){traverseUpdateState(r4,singleLeaveSelect)}function shouldSilent(r4,x_){return r4.__highDownSilentOnTouch&&x_.zrByTouch}function allLeaveBlur(r4){var x_=r4.getModel(),$P=[],zP=[];x_.eachComponent(function(z9,eAe){var tAe=getComponentStates(eAe),AAe=z9==="series",iAe=AAe?r4.getViewOfSeriesModel(eAe):r4.getViewOfComponentModel(eAe);!AAe&&zP.push(iAe),tAe.isBlured&&(iAe.group.traverse(function(nAe){singleLeaveBlur(nAe)}),AAe&&$P.push(eAe)),tAe.isBlured=!1}),each$f(zP,function(z9){z9&&z9.toggleBlurSeries&&z9.toggleBlurSeries($P,!1,x_)})}function blurSeries(r4,x_,$P,zP){var z9=zP.getModel();$P=$P||"coordinateSystem";function eAe(nAe,oAe){for(var aAe=0;aAe0){var AAe={dataIndex:tAe,seriesIndex:$P.seriesIndex};eAe!=null&&(AAe.dataType=eAe),x_.push(AAe)}})}),x_}function enableHoverEmphasis(r4,x_,$P){setAsHighDownDispatcher(r4,!0),traverseUpdateState(r4,setDefaultStateProxy),enableHoverFocus(r4,x_,$P)}function disableHoverEmphasis(r4){setAsHighDownDispatcher(r4,!1)}function toggleHoverEmphasis(r4,x_,$P,zP){zP?disableHoverEmphasis(r4):enableHoverEmphasis(r4,x_,$P)}function enableHoverFocus(r4,x_,$P){var zP=getECData(r4);x_!=null?(zP.focus=x_,zP.blurScope=$P):zP.focus&&(zP.focus=null)}var OTHER_STATES=["emphasis","blur","select"],defaultStyleGetterMap={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function setStatesStylesFromModel(r4,x_,$P,zP){$P=$P||"itemStyle";for(var z9=0;z91&&(tAe*=mathSqrt$1(dAe),AAe*=mathSqrt$1(dAe));var EAe=(z9===eAe?-1:1)*mathSqrt$1((tAe*tAe*(AAe*AAe)-tAe*tAe*(uAe*uAe)-AAe*AAe*(cAe*cAe))/(tAe*tAe*(uAe*uAe)+AAe*AAe*(cAe*cAe)))||0,gAe=EAe*tAe*uAe/AAe,pAe=EAe*-AAe*cAe/tAe,mAe=(r4+$P)/2+mathCos$2(aAe)*gAe-mathSin$2(aAe)*pAe,SAe=(x_+zP)/2+mathSin$2(aAe)*gAe+mathCos$2(aAe)*pAe,DAe=vAngle([1,0],[(cAe-gAe)/tAe,(uAe-pAe)/AAe]),NAe=[(cAe-gAe)/tAe,(uAe-pAe)/AAe],TAe=[(-1*cAe-gAe)/tAe,(-1*uAe-pAe)/AAe],bAe=vAngle(NAe,TAe);if(vRatio(NAe,TAe)<=-1&&(bAe=PI$9),vRatio(NAe,TAe)>=1&&(bAe=0),bAe<0){var GAe=Math.round(bAe/PI$9*1e6)/1e6;bAe=PI$9*2+GAe%2*PI$9}oAe.addData(nAe,mAe,SAe,tAe,AAe,DAe,bAe,aAe,eAe)}var commandReg=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,numberReg$1=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function createPathProxyFromString(r4){var x_=new PathProxy;if(!r4)return x_;var $P=0,zP=0,z9=$P,eAe=zP,tAe,AAe=PathProxy.CMD,iAe=r4.match(commandReg);if(!iAe)return x_;for(var nAe=0;nAe=0&&(z9.splice(eAe,0,$P),this._doAdd($P))}return this},x_.prototype.replace=function($P,zP){var z9=indexOf(this._children,$P);return z9>=0&&this.replaceAt(zP,z9),this},x_.prototype.replaceAt=function($P,zP){var z9=this._children,eAe=z9[zP];if($P&&$P!==this&&$P.parent!==this&&$P!==eAe){z9[zP]=$P,eAe.parent=null;var tAe=this.__zr;tAe&&eAe.removeSelfFromZr(tAe),this._doAdd($P)}return this},x_.prototype._doAdd=function($P){$P.parent&&$P.parent.remove($P),$P.parent=this;var zP=this.__zr;zP&&zP!==$P.__zr&&$P.addSelfToZr(zP),zP&&zP.refresh()},x_.prototype.remove=function($P){var zP=this.__zr,z9=this._children,eAe=indexOf(z9,$P);return eAe<0?this:(z9.splice(eAe,1),$P.parent=null,zP&&$P.removeSelfFromZr(zP),zP&&zP.refresh(),this)},x_.prototype.removeAll=function(){for(var $P=this._children,zP=this.__zr,z9=0;z9<$P.length;z9++){var eAe=$P[z9];zP&&eAe.removeSelfFromZr(zP),eAe.parent=null}return $P.length=0,this},x_.prototype.eachChild=function($P,zP){for(var z9=this._children,eAe=0;eAezAe*zAe+eIe*eIe&&(GAe=wAe,LAe=OAe),{cx:GAe,cy:LAe,x0:-oAe,y0:-aAe,x1:GAe*(z9/NAe-1),y1:LAe*(z9/NAe-1)}}function normalizeCornerRadius(r4){var x_;if(isArray$2(r4)){var $P=r4.length;if(!$P)return r4;$P===1?x_=[r4[0],r4[0],0,0]:$P===2?x_=[r4[0],r4[0],r4[1],r4[1]]:$P===3?x_=r4.concat(r4[2]):x_=r4}else x_=[r4,r4,r4,r4];return x_}function buildPath$1(r4,x_){var $P,zP=mathMax$7(x_.r,0),z9=mathMax$7(x_.r0||0,0),eAe=zP>0,tAe=z9>0;if(!(!eAe&&!tAe)){if(eAe||(zP=z9,z9=0),z9>zP){var AAe=zP;zP=z9,z9=AAe}var iAe=x_.startAngle,nAe=x_.endAngle;if(!(isNaN(iAe)||isNaN(nAe))){var oAe=x_.cx,aAe=x_.cy,cAe=!!x_.clockwise,uAe=mathAbs$1(nAe-iAe),dAe=uAe>PI2$3&&uAe%PI2$3;if(dAe>e$d&&(uAe=dAe),!(zP>e$d))r4.moveTo(oAe,aAe);else if(uAe>PI2$3-e$d)r4.moveTo(oAe+zP*mathCos$1(iAe),aAe+zP*mathSin$1(iAe)),r4.arc(oAe,aAe,zP,iAe,nAe,!cAe),z9>e$d&&(r4.moveTo(oAe+z9*mathCos$1(nAe),aAe+z9*mathSin$1(nAe)),r4.arc(oAe,aAe,z9,nAe,iAe,cAe));else{var EAe=void 0,gAe=void 0,pAe=void 0,mAe=void 0,SAe=void 0,DAe=void 0,NAe=void 0,TAe=void 0,bAe=void 0,GAe=void 0,LAe=void 0,wAe=void 0,OAe=void 0,PAe=void 0,HAe=void 0,zAe=void 0,eIe=zP*mathCos$1(iAe),iIe=zP*mathSin$1(iAe),rIe=z9*mathCos$1(nAe),AIe=z9*mathSin$1(nAe),XAe=uAe>e$d;if(XAe){var EIe=x_.cornerRadius;EIe&&($P=normalizeCornerRadius(EIe),EAe=$P[0],gAe=$P[1],pAe=$P[2],mAe=$P[3]);var hIe=mathAbs$1(zP-z9)/2;if(SAe=mathMin$7(hIe,pAe),DAe=mathMin$7(hIe,mAe),NAe=mathMin$7(hIe,EAe),TAe=mathMin$7(hIe,gAe),LAe=bAe=mathMax$7(SAe,DAe),wAe=GAe=mathMax$7(NAe,TAe),(bAe>e$d||GAe>e$d)&&(OAe=zP*mathCos$1(nAe),PAe=zP*mathSin$1(nAe),HAe=z9*mathCos$1(iAe),zAe=z9*mathSin$1(iAe),uAee$d){var HIe=mathMin$7(pAe,LAe),PIe=mathMin$7(mAe,LAe),LIe=computeCornerTangents(HAe,zAe,eIe,iIe,zP,HIe,cAe),oEe=computeCornerTangents(OAe,PAe,rIe,AIe,zP,PIe,cAe);r4.moveTo(oAe+LIe.cx+LIe.x0,aAe+LIe.cy+LIe.y0),LAe0&&r4.arc(oAe+LIe.cx,aAe+LIe.cy,HIe,mathATan2(LIe.y0,LIe.x0),mathATan2(LIe.y1,LIe.x1),!cAe),r4.arc(oAe,aAe,zP,mathATan2(LIe.cy+LIe.y1,LIe.cx+LIe.x1),mathATan2(oEe.cy+oEe.y1,oEe.cx+oEe.x1),!cAe),PIe>0&&r4.arc(oAe+oEe.cx,aAe+oEe.cy,PIe,mathATan2(oEe.y1,oEe.x1),mathATan2(oEe.y0,oEe.x0),!cAe))}else r4.moveTo(oAe+eIe,aAe+iIe),r4.arc(oAe,aAe,zP,iAe,nAe,!cAe);if(!(z9>e$d)||!XAe)r4.lineTo(oAe+rIe,aAe+AIe);else if(wAe>e$d){var HIe=mathMin$7(EAe,wAe),PIe=mathMin$7(gAe,wAe),LIe=computeCornerTangents(rIe,AIe,OAe,PAe,z9,-PIe,cAe),oEe=computeCornerTangents(eIe,iIe,HAe,zAe,z9,-HIe,cAe);r4.lineTo(oAe+LIe.cx+LIe.x0,aAe+LIe.cy+LIe.y0),wAe0&&r4.arc(oAe+LIe.cx,aAe+LIe.cy,PIe,mathATan2(LIe.y0,LIe.x0),mathATan2(LIe.y1,LIe.x1),!cAe),r4.arc(oAe,aAe,z9,mathATan2(LIe.cy+LIe.y1,LIe.cx+LIe.x1),mathATan2(oEe.cy+oEe.y1,oEe.cx+oEe.x1),cAe),HIe>0&&r4.arc(oAe+oEe.cx,aAe+oEe.cy,HIe,mathATan2(oEe.y1,oEe.x1),mathATan2(oEe.y0,oEe.x0),!cAe))}else r4.lineTo(oAe+rIe,aAe+AIe),r4.arc(oAe,aAe,z9,nAe,iAe,cAe)}r4.closePath()}}}var SectorShape=function(){function r4(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0,this.cornerRadius=0}return r4}(),Sector=function(r4){__extends$1(x_,r4);function x_($P){return r4.call(this,$P)||this}return x_.prototype.getDefaultShape=function(){return new SectorShape},x_.prototype.buildPath=function($P,zP){buildPath$1($P,zP)},x_.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},x_}(Path);Sector.prototype.type="sector";var RingShape=function(){function r4(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return r4}(),Ring=function(r4){__extends$1(x_,r4);function x_($P){return r4.call(this,$P)||this}return x_.prototype.getDefaultShape=function(){return new RingShape},x_.prototype.buildPath=function($P,zP){var z9=zP.cx,eAe=zP.cy,tAe=Math.PI*2;$P.moveTo(z9+zP.r,eAe),$P.arc(z9,eAe,zP.r,0,tAe,!1),$P.moveTo(z9+zP.r0,eAe),$P.arc(z9,eAe,zP.r0,0,tAe,!0)},x_}(Path);Ring.prototype.type="ring";function smoothBezier(r4,x_,$P,zP){var z9=[],eAe=[],tAe=[],AAe=[],iAe,nAe,oAe,aAe;if(zP){oAe=[1/0,1/0],aAe=[-1/0,-1/0];for(var cAe=0,uAe=r4.length;cAe=2){if(zP){var eAe=smoothBezier(z9,zP,$P,x_.smoothConstraint);r4.moveTo(z9[0][0],z9[0][1]);for(var tAe=z9.length,AAe=0;AAe<($P?tAe:tAe-1);AAe++){var iAe=eAe[AAe*2],nAe=eAe[AAe*2+1],oAe=z9[(AAe+1)%tAe];r4.bezierCurveTo(iAe[0],iAe[1],nAe[0],nAe[1],oAe[0],oAe[1])}}else{r4.moveTo(z9[0][0],z9[0][1]);for(var AAe=1,aAe=z9.length;AAeextent2[1]){if(AAe=!1,eAe)return AAe;var oAe=Math.abs(extent2[0]-extent[1]),aAe=Math.abs(extent[0]-extent2[1]);Math.min(oAe,aAe)>z9.len()&&(oAe0){var aAe=oAe.duration,cAe=oAe.delay,uAe=oAe.easing,dAe={duration:aAe,delay:cAe||0,easing:uAe,done:eAe,force:!!eAe||!!tAe,setToFinal:!nAe,scope:r4,during:tAe};AAe?x_.animateFrom($P,dAe):x_.animateTo($P,dAe)}else x_.stopAnimation(),!AAe&&x_.attr($P),tAe&&tAe(1),eAe&&eAe()}function updateProps$1(r4,x_,$P,zP,z9,eAe){animateOrSetProps("update",r4,x_,$P,zP,z9,eAe)}function initProps(r4,x_,$P,zP,z9,eAe){animateOrSetProps("enter",r4,x_,$P,zP,z9,eAe)}function isElementRemoved(r4){if(!r4.__zr)return!0;for(var x_=0;x_Math.abs(eAe[1])?eAe[0]>0?"right":"left":eAe[1]>0?"bottom":"top"}function isNotGroup(r4){return!r4.isGroup}function isPath$1(r4){return r4.shape!=null}function groupTransition(r4,x_,$P){if(!r4||!x_)return;function zP(tAe){var AAe={};return tAe.traverse(function(iAe){isNotGroup(iAe)&&iAe.anid&&(AAe[iAe.anid]=iAe)}),AAe}function z9(tAe){var AAe={x:tAe.x,y:tAe.y,rotation:tAe.rotation};return isPath$1(tAe)&&(AAe.shape=extend$1({},tAe.shape)),AAe}var eAe=zP(r4);x_.traverse(function(tAe){if(isNotGroup(tAe)&&tAe.anid){var AAe=eAe[tAe.anid];if(AAe){var iAe=z9(tAe);tAe.attr(z9(AAe)),updateProps$1(tAe,iAe,$P,getECData(tAe).dataIndex)}}})}function clipPointsByRect(r4,x_){return map$1(r4,function($P){var zP=$P[0];zP=mathMax$6(zP,x_.x),zP=mathMin$6(zP,x_.x+x_.width);var z9=$P[1];return z9=mathMax$6(z9,x_.y),z9=mathMin$6(z9,x_.y+x_.height),[zP,z9]})}function clipRectByRect(r4,x_){var $P=mathMax$6(r4.x,x_.x),zP=mathMin$6(r4.x+r4.width,x_.x+x_.width),z9=mathMax$6(r4.y,x_.y),eAe=mathMin$6(r4.y+r4.height,x_.y+x_.height);if(zP>=$P&&eAe>=z9)return{x:$P,y:z9,width:zP-$P,height:eAe-z9}}function createIcon(r4,x_,$P){var zP=extend$1({rectHover:!0},x_),z9=zP.style={strokeNoScale:!0};if($P=$P||{x:-1,y:-1,width:2,height:2},r4)return r4.indexOf("image://")===0?(z9.image=r4.slice(8),defaults$2(z9,$P),new ZRImage(zP)):makePath(r4.replace("path://",""),zP,$P,"center")}function linePolygonIntersect(r4,x_,$P,zP,z9){for(var eAe=0,tAe=z9[z9.length-1];eAe1)return!1;var gAe=crossProduct2d$1(uAe,dAe,oAe,aAe)/cAe;return!(gAe<0||gAe>1)}function crossProduct2d$1(r4,x_,$P,zP){return r4*zP-$P*x_}function nearZero(r4){return r4<=1e-6&&r4>=-1e-6}function setTooltipConfig(r4){var x_=r4.itemTooltipOption,$P=r4.componentModel,zP=r4.itemName,z9=isString(x_)?{formatter:x_}:x_,eAe=$P.mainType,tAe=$P.componentIndex,AAe={componentType:eAe,name:zP,$vars:["name"]};AAe[eAe+"Index"]=tAe;var iAe=r4.formatterParamsExtra;iAe&&each$f(keys(iAe),function(oAe){hasOwn(AAe,oAe)||(AAe[oAe]=iAe[oAe],AAe.$vars.push(oAe))});var nAe=getECData(r4.el);nAe.componentMainType=eAe,nAe.componentIndex=tAe,nAe.tooltipConfig={name:zP,option:defaults$2({content:zP,encodeHTMLContent:!0,formatterParams:AAe},z9)}}function traverseElement(r4,x_){var $P;r4.isGroup&&($P=x_(r4)),$P||r4.traverse(x_)}function traverseElements(r4,x_){if(r4)if(isArray$2(r4))for(var $P=0;$P1){var oAe=iAe.shift();iAe.length===1&&(zP[AAe]=iAe[0]),this._update&&this._update(oAe,tAe)}else nAe===1?(zP[AAe]=null,this._update&&this._update(iAe,tAe)):this._remove&&this._remove(tAe)}this._performRestAdd(eAe,zP)},r4.prototype._executeMultiple=function(){var x_=this._old,$P=this._new,zP={},z9={},eAe=[],tAe=[];this._initIndexMap(x_,zP,eAe,"_oldKeyGetter"),this._initIndexMap($P,z9,tAe,"_newKeyGetter");for(var AAe=0;AAe1&&cAe===1)this._updateManyToOne&&this._updateManyToOne(oAe,nAe),z9[iAe]=null;else if(aAe===1&&cAe>1)this._updateOneToMany&&this._updateOneToMany(oAe,nAe),z9[iAe]=null;else if(aAe===1&&cAe===1)this._update&&this._update(oAe,nAe),z9[iAe]=null;else if(aAe>1&&cAe>1)this._updateManyToMany&&this._updateManyToMany(oAe,nAe),z9[iAe]=null;else if(aAe>1)for(var uAe=0;uAe1)for(var AAe=0;AAeEAe&&(EAe=SAe)}uAe[0]=dAe,uAe[1]=EAe}},z9=function(){return this._data?this._data.length/this._dimSize:0};providerMethods=(x_={},x_[SOURCE_FORMAT_ARRAY_ROWS+"_"+SERIES_LAYOUT_BY_COLUMN]={pure:!0,appendData:eAe},x_[SOURCE_FORMAT_ARRAY_ROWS+"_"+SERIES_LAYOUT_BY_ROW]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},x_[SOURCE_FORMAT_OBJECT_ROWS]={pure:!0,appendData:eAe},x_[SOURCE_FORMAT_KEYED_COLUMNS]={pure:!0,appendData:function(tAe){var AAe=this._data;each$f(tAe,function(iAe,nAe){for(var oAe=AAe[nAe]||(AAe[nAe]=[]),aAe=0;aAe<(iAe||[]).length;aAe++)oAe.push(iAe[aAe])})}},x_[SOURCE_FORMAT_ORIGINAL]={appendData:eAe},x_[SOURCE_FORMAT_TYPED_ARRAY]={persistent:!1,pure:!0,appendData:function(tAe){this._data=tAe},clean:function(){this._offset+=this.count(),this._data=null}},x_);function eAe(tAe){for(var AAe=0;AAex_},gte:function(r4,x_){return r4>=x_}},FilterOrderComparator=function(){function r4(x_,$P){if(!isNumber$1($P)){var zP="";throwError$1(zP)}this._opFn=ORDER_COMPARISON_OP_MAP[x_],this._rvalFloat=numericToNumber($P)}return r4.prototype.evaluate=function(x_){return isNumber$1(x_)?this._opFn(x_,this._rvalFloat):this._opFn(numericToNumber(x_),this._rvalFloat)},r4}(),SortOrderComparator=function(){function r4(x_,$P){var zP=x_==="desc";this._resultLT=zP?1:-1,$P==null&&($P=zP?"min":"max"),this._incomparable=$P==="min"?-1/0:1/0}return r4.prototype.evaluate=function(x_,$P){var zP=isNumber$1(x_)?x_:numericToNumber(x_),z9=isNumber$1($P)?$P:numericToNumber($P),eAe=isNaN(zP),tAe=isNaN(z9);if(eAe&&(zP=this._incomparable),tAe&&(z9=this._incomparable),eAe&&tAe){var AAe=isString(x_),iAe=isString($P);AAe&&(zP=iAe?x_:0),iAe&&(z9=AAe?$P:0)}return zPz9?-this._resultLT:0},r4}(),FilterEqualityComparator=function(){function r4(x_,$P){this._rval=$P,this._isEQ=x_,this._rvalTypeof=typeof $P,this._rvalFloat=numericToNumber($P)}return r4.prototype.evaluate=function(x_){var $P=x_===this._rval;if(!$P){var zP=typeof x_;zP!==this._rvalTypeof&&(zP==="number"||this._rvalTypeof==="number")&&($P=numericToNumber(x_)===this._rvalFloat)}return this._isEQ?$P:!$P},r4}();function createFilterComparator(r4,x_){return r4==="eq"||r4==="ne"?new FilterEqualityComparator(r4==="eq",x_):hasOwn(ORDER_COMPARISON_OP_MAP,r4)?new FilterOrderComparator(r4,x_):null}var UNDEFINED="undefined",CtorUint32Array=typeof Uint32Array===UNDEFINED?Array:Uint32Array,CtorUint16Array=typeof Uint16Array===UNDEFINED?Array:Uint16Array,CtorInt32Array$1=typeof Int32Array===UNDEFINED?Array:Int32Array,CtorFloat64Array=typeof Float64Array===UNDEFINED?Array:Float64Array,dataCtors={float:CtorFloat64Array,int:CtorInt32Array$1,ordinal:Array,number:Array,time:CtorFloat64Array},defaultDimValueGetters;function getIndicesCtor(r4){return r4>65535?CtorUint32Array:CtorUint16Array}function getInitialExtent(){return[1/0,-1/0]}function cloneChunk(r4){var x_=r4.constructor;return x_===Array?r4.slice():new x_(r4)}function prepareStore(r4,x_,$P,zP,z9){var eAe=dataCtors[$P||"float"];if(z9){var tAe=r4[x_],AAe=tAe&&tAe.length;if(AAe!==zP){for(var iAe=new eAe(zP),nAe=0;nAegAe[1]&&(gAe[1]=EAe)}return this._rawCount=this._count=iAe,{start:AAe,end:iAe}},r4.prototype._initDataFromProvider=function(x_,$P,zP){for(var z9=this._provider,eAe=this._chunks,tAe=this._dimensions,AAe=tAe.length,iAe=this._rawExtent,nAe=map$1(tAe,function(mAe){return mAe.property}),oAe=0;oAepAe[1]&&(pAe[1]=gAe)}}!z9.persistent&&z9.clean&&z9.clean(),this._rawCount=this._count=$P,this._extent=[]},r4.prototype.count=function(){return this._count},r4.prototype.get=function(x_,$P){if(!($P>=0&&$P=0&&$P=this._rawCount||x_<0)return-1;if(!this._indices)return x_;var $P=this._indices,zP=$P[x_];if(zP!=null&&zPx_)eAe=tAe-1;else return tAe}return-1},r4.prototype.indicesOfNearest=function(x_,$P,zP){var z9=this._chunks,eAe=z9[x_],tAe=[];if(!eAe)return tAe;zP==null&&(zP=1/0);for(var AAe=1/0,iAe=-1,nAe=0,oAe=0,aAe=this.count();oAe=0&&iAe<0)&&(AAe=dAe,iAe=uAe,nAe=0),uAe===iAe&&(tAe[nAe++]=oAe))}return tAe.length=nAe,tAe},r4.prototype.getIndices=function(){var x_,$P=this._indices;if($P){var zP=$P.constructor,z9=this._count;if(zP===Array){x_=new zP(z9);for(var eAe=0;eAe=aAe&&mAe<=cAe||isNaN(mAe))&&(iAe[nAe++]=EAe),EAe++}dAe=!0}else if(eAe===2){for(var gAe=uAe[z9[0]],SAe=uAe[z9[1]],DAe=x_[z9[1]][0],NAe=x_[z9[1]][1],pAe=0;pAe=aAe&&mAe<=cAe||isNaN(mAe))&&(TAe>=DAe&&TAe<=NAe||isNaN(TAe))&&(iAe[nAe++]=EAe),EAe++}dAe=!0}}if(!dAe)if(eAe===1)for(var pAe=0;pAe=aAe&&mAe<=cAe||isNaN(mAe))&&(iAe[nAe++]=bAe)}else for(var pAe=0;pAex_[wAe][1])&&(GAe=!1)}GAe&&(iAe[nAe++]=$P.getRawIndex(pAe))}return nAepAe[1]&&(pAe[1]=gAe)}}}},r4.prototype.lttbDownSample=function(x_,$P){var zP=this.clone([x_],!0),z9=zP._chunks,eAe=z9[x_],tAe=this.count(),AAe=0,iAe=Math.floor(1/$P),nAe=this.getRawIndex(0),oAe,aAe,cAe,uAe=new(getIndicesCtor(this._rawCount))(Math.min((Math.ceil(tAe/iAe)+2)*2,tAe));uAe[AAe++]=nAe;for(var dAe=1;dAeoAe&&(oAe=aAe,cAe=DAe)}OAe>0&&OAeAAe&&(EAe=AAe-oAe);for(var gAe=0;gAedAe&&(dAe=mAe,uAe=oAe+gAe)}var SAe=this.getRawIndex(aAe),DAe=this.getRawIndex(uAe);aAeoAe-dAe&&(iAe=oAe-dAe,AAe.length=iAe);for(var EAe=0;EAeaAe[1]&&(aAe[1]=pAe),cAe[uAe++]=mAe}return eAe._count=uAe,eAe._indices=cAe,eAe._updateGetRawIdx(),eAe},r4.prototype.each=function(x_,$P){if(this._count)for(var zP=x_.length,z9=this._chunks,eAe=0,tAe=this.count();eAeiAe&&(iAe=aAe)}return tAe=[AAe,iAe],this._extent[x_]=tAe,tAe},r4.prototype.getRawDataItem=function(x_){var $P=this.getRawIndex(x_);if(this._provider.persistent)return this._provider.getItem($P);for(var zP=[],z9=this._chunks,eAe=0;eAe=0?this._indices[x_]:-1},r4.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},r4.internalField=function(){function x_($P,zP,z9,eAe){return parseDataValue($P[eAe],this._dimensions[eAe])}defaultDimValueGetters={arrayRows:x_,objectRows:function($P,zP,z9,eAe){return parseDataValue($P[zP],this._dimensions[eAe])},keyedColumns:x_,original:function($P,zP,z9,eAe){var tAe=$P&&($P.value==null?$P:$P.value);return parseDataValue(tAe instanceof Array?tAe[eAe]:tAe,this._dimensions[eAe])},typedArray:function($P,zP,z9,eAe){return $P[eAe]}}}(),r4}(),inner$l=makeInner(),dimTypeShort={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},SeriesDataSchema=function(){function r4(x_){this.dimensions=x_.dimensions,this._dimOmitted=x_.dimensionOmitted,this.source=x_.source,this._fullDimCount=x_.fullDimensionCount,this._updateDimOmitted(x_.dimensionOmitted)}return r4.prototype.isDimensionOmitted=function(){return this._dimOmitted},r4.prototype._updateDimOmitted=function(x_){this._dimOmitted=x_,x_&&(this._dimNameMap||(this._dimNameMap=ensureSourceDimNameMap(this.source)))},r4.prototype.getSourceDimensionIndex=function(x_){return retrieve2(this._dimNameMap.get(x_),-1)},r4.prototype.getSourceDimension=function(x_){var $P=this.source.dimensionsDefine;if($P)return $P[x_]},r4.prototype.makeStoreSchema=function(){for(var x_=this._fullDimCount,$P=shouldRetrieveDataByName(this.source),zP=!shouldOmitUnusedDimensions(x_),z9="",eAe=[],tAe=0,AAe=0;tAe30}var isObject$3=isObject$4,map=map$1,CtorInt32Array=typeof Int32Array>"u"?Array:Int32Array,ID_PREFIX="e\0\0",INDEX_NOT_FOUND=-1,TRANSFERABLE_PROPERTIES=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],CLONE_PROPERTIES=["_approximateExtent"],prepareInvertedIndex,getId,getIdNameFromStore,normalizeDimensions,transferProperties,cloneListForMapAndSample,makeIdFromName,SeriesData=function(){function r4(x_,$P){this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","minmaxDownSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","minmaxDownSample","lttbDownSample"];var zP,z9=!1;isSeriesDataSchema(x_)?(zP=x_.dimensions,this._dimOmitted=x_.isDimensionOmitted(),this._schema=x_):(z9=!0,zP=x_),zP=zP||["x","y"];for(var eAe={},tAe=[],AAe={},iAe=!1,nAe={},oAe=0;oAe=$P)){var zP=this._store,z9=zP.getProvider();this._updateOrdinalMeta();var eAe=this._nameList,tAe=this._idList,AAe=z9.getSource().sourceFormat,iAe=AAe===SOURCE_FORMAT_ORIGINAL;if(iAe&&!z9.pure)for(var nAe=[],oAe=x_;oAe<$P;oAe++){var aAe=z9.getItem(oAe,nAe);if(!this.hasItemOption&&isDataItemOption(aAe)&&(this.hasItemOption=!0),aAe){var cAe=aAe.name;eAe[oAe]==null&&cAe!=null&&(eAe[oAe]=convertOptionIdName(cAe,null));var uAe=aAe.id;tAe[oAe]==null&&uAe!=null&&(tAe[oAe]=convertOptionIdName(uAe,null))}}if(this._shouldMakeIdFromName())for(var oAe=x_;oAe<$P;oAe++)makeIdFromName(this,oAe);prepareInvertedIndex(this)}},r4.prototype.getApproximateExtent=function(x_){return this._approximateExtent[x_]||this._store.getDataExtent(this._getStoreDimIndex(x_))},r4.prototype.setApproximateExtent=function(x_,$P){$P=this.getDimension($P),this._approximateExtent[$P]=x_.slice()},r4.prototype.getCalculationInfo=function(x_){return this._calculationInfo[x_]},r4.prototype.setCalculationInfo=function(x_,$P){isObject$3(x_)?extend$1(this._calculationInfo,x_):this._calculationInfo[x_]=$P},r4.prototype.getName=function(x_){var $P=this.getRawIndex(x_),zP=this._nameList[$P];return zP==null&&this._nameDimIdx!=null&&(zP=getIdNameFromStore(this,this._nameDimIdx,$P)),zP==null&&(zP=""),zP},r4.prototype._getCategory=function(x_,$P){var zP=this._store.get(x_,$P),z9=this._store.getOrdinalMeta(x_);return z9?z9.categories[zP]:zP},r4.prototype.getId=function(x_){return getId(this,this.getRawIndex(x_))},r4.prototype.count=function(){return this._store.count()},r4.prototype.get=function(x_,$P){var zP=this._store,z9=this._dimInfos[x_];if(z9)return zP.get(z9.storeDimIndex,$P)},r4.prototype.getByRawIndex=function(x_,$P){var zP=this._store,z9=this._dimInfos[x_];if(z9)return zP.getByRawIndex(z9.storeDimIndex,$P)},r4.prototype.getIndices=function(){return this._store.getIndices()},r4.prototype.getDataExtent=function(x_){return this._store.getDataExtent(this._getStoreDimIndex(x_))},r4.prototype.getSum=function(x_){return this._store.getSum(this._getStoreDimIndex(x_))},r4.prototype.getMedian=function(x_){return this._store.getMedian(this._getStoreDimIndex(x_))},r4.prototype.getValues=function(x_,$P){var zP=this,z9=this._store;return isArray$2(x_)?z9.getValues(map(x_,function(eAe){return zP._getStoreDimIndex(eAe)}),$P):z9.getValues(x_)},r4.prototype.hasValue=function(x_){for(var $P=this._dimSummary.dataDimIndicesOnCoord,zP=0,z9=$P.length;zP0},r4.prototype.ensureUniqueItemVisual=function(x_,$P){var zP=this._itemVisuals,z9=zP[x_];z9||(z9=zP[x_]={});var eAe=z9[$P];return eAe==null&&(eAe=this.getVisual($P),isArray$2(eAe)?eAe=eAe.slice():isObject$3(eAe)&&(eAe=extend$1({},eAe)),z9[$P]=eAe),eAe},r4.prototype.setItemVisual=function(x_,$P,zP){var z9=this._itemVisuals[x_]||{};this._itemVisuals[x_]=z9,isObject$3($P)?extend$1(z9,$P):z9[$P]=zP},r4.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},r4.prototype.setLayout=function(x_,$P){isObject$3(x_)?extend$1(this._layout,x_):this._layout[x_]=$P},r4.prototype.getLayout=function(x_){return this._layout[x_]},r4.prototype.getItemLayout=function(x_){return this._itemLayouts[x_]},r4.prototype.setItemLayout=function(x_,$P,zP){this._itemLayouts[x_]=zP?extend$1(this._itemLayouts[x_]||{},$P):$P},r4.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},r4.prototype.setItemGraphicEl=function(x_,$P){var zP=this.hostModel&&this.hostModel.seriesIndex;setCommonECData(zP,this.dataType,x_,$P),this._graphicEls[x_]=$P},r4.prototype.getItemGraphicEl=function(x_){return this._graphicEls[x_]},r4.prototype.eachItemGraphicEl=function(x_,$P){each$f(this._graphicEls,function(zP,z9){zP&&x_&&x_.call($P,zP,z9)})},r4.prototype.cloneShallow=function(x_){return x_||(x_=new r4(this._schema?this._schema:map(this.dimensions,this._getDimInfo,this),this.hostModel)),transferProperties(x_,this),x_._store=this._store,x_},r4.prototype.wrapMethod=function(x_,$P){var zP=this[x_];isFunction(zP)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(x_),this[x_]=function(){var z9=zP.apply(this,arguments);return $P.apply(this,[z9].concat(slice(arguments)))})},r4.internalField=function(){prepareInvertedIndex=function(x_){var $P=x_._invertedIndicesMap;each$f($P,function(zP,z9){var eAe=x_._dimInfos[z9],tAe=eAe.ordinalMeta,AAe=x_._store;if(tAe){zP=$P[z9]=new CtorInt32Array(tAe.categories.length);for(var iAe=0;iAe1&&(iAe+="__ec__"+oAe),z9[$P]=iAe}}}(),r4}();function prepareSeriesDataSchema(r4,x_){isSourceInstance(r4)||(r4=createSourceFromSeriesDataOption(r4)),x_=x_||{};var $P=x_.coordDimensions||[],zP=x_.dimensionsDefine||r4.dimensionsDefine||[],z9=createHashMap(),eAe=[],tAe=getDimCount(r4,$P,zP,x_.dimensionsCount),AAe=x_.canOmitUnusedDimensions&&shouldOmitUnusedDimensions(tAe),iAe=zP===r4.dimensionsDefine,nAe=iAe?ensureSourceDimNameMap(r4):createDimNameMap(zP),oAe=x_.encodeDefine;!oAe&&x_.encodeDefaulter&&(oAe=x_.encodeDefaulter(r4,tAe));for(var aAe=createHashMap(oAe),cAe=new CtorInt32Array$1(tAe),uAe=0;uAe0&&(zP.name=z9+(eAe-1)),eAe++,x_.set(z9,eAe)}}function getDimCount(r4,x_,$P,zP){var z9=Math.max(r4.dimensionsDetectedCount||1,x_.length,$P.length,zP||0);return each$f(x_,function(eAe){var tAe;isObject$4(eAe)&&(tAe=eAe.dimsDef)&&(z9=Math.max(z9,tAe.length))}),z9}function genCoordDimName(r4,x_,$P){if($P||x_.hasKey(r4)){for(var zP=0;x_.hasKey(r4+zP);)zP++;r4+=zP}return x_.set(r4,!0),r4}var coordinateSystemCreators={},CoordinateSystemManager=function(){function r4(){this._coordinateSystems=[]}return r4.prototype.create=function(x_,$P){var zP=[];each$f(coordinateSystemCreators,function(z9,eAe){var tAe=z9.create(x_,$P);zP=zP.concat(tAe||[])}),this._coordinateSystems=zP},r4.prototype.update=function(x_,$P){each$f(this._coordinateSystems,function(zP){zP.update&&zP.update(x_,$P)})},r4.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},r4.register=function(x_,$P){coordinateSystemCreators[x_]=$P},r4.get=function(x_){return coordinateSystemCreators[x_]},r4}(),CoordSysInfo=function(){function r4(x_){this.coordSysDims=[],this.axisMap=createHashMap(),this.categoryAxisMap=createHashMap(),this.coordSysName=x_}return r4}();function getCoordSysInfoBySeries(r4){var x_=r4.get("coordinateSystem"),$P=new CoordSysInfo(x_),zP=fetchers[x_];if(zP)return zP(r4,$P,$P.axisMap,$P.categoryAxisMap),$P}var fetchers={cartesian2d:function(r4,x_,$P,zP){var z9=r4.getReferringComponents("xAxis",SINGLE_REFERRING).models[0],eAe=r4.getReferringComponents("yAxis",SINGLE_REFERRING).models[0];x_.coordSysDims=["x","y"],$P.set("x",z9),$P.set("y",eAe),isCategory(z9)&&(zP.set("x",z9),x_.firstCategoryDimIndex=0),isCategory(eAe)&&(zP.set("y",eAe),x_.firstCategoryDimIndex==null&&(x_.firstCategoryDimIndex=1))},singleAxis:function(r4,x_,$P,zP){var z9=r4.getReferringComponents("singleAxis",SINGLE_REFERRING).models[0];x_.coordSysDims=["single"],$P.set("single",z9),isCategory(z9)&&(zP.set("single",z9),x_.firstCategoryDimIndex=0)},polar:function(r4,x_,$P,zP){var z9=r4.getReferringComponents("polar",SINGLE_REFERRING).models[0],eAe=z9.findAxisModel("radiusAxis"),tAe=z9.findAxisModel("angleAxis");x_.coordSysDims=["radius","angle"],$P.set("radius",eAe),$P.set("angle",tAe),isCategory(eAe)&&(zP.set("radius",eAe),x_.firstCategoryDimIndex=0),isCategory(tAe)&&(zP.set("angle",tAe),x_.firstCategoryDimIndex==null&&(x_.firstCategoryDimIndex=1))},geo:function(r4,x_,$P,zP){x_.coordSysDims=["lng","lat"]},parallel:function(r4,x_,$P,zP){var z9=r4.ecModel,eAe=z9.getComponent("parallel",r4.get("parallelIndex")),tAe=x_.coordSysDims=eAe.dimensions.slice();each$f(eAe.parallelAxisIndex,function(AAe,iAe){var nAe=z9.getComponent("parallelAxis",AAe),oAe=tAe[iAe];$P.set(oAe,nAe),isCategory(nAe)&&(zP.set(oAe,nAe),x_.firstCategoryDimIndex==null&&(x_.firstCategoryDimIndex=iAe))})}};function isCategory(r4){return r4.get("type")==="category"}function enableDataStack(r4,x_,$P){$P=$P||{};var zP=$P.byIndex,z9=$P.stackedCoordDimension,eAe,tAe,AAe;isLegacyDimensionsInput(x_)?eAe=x_:(tAe=x_.schema,eAe=tAe.dimensions,AAe=x_.store);var iAe=!!(r4&&r4.get("stack")),nAe,oAe,aAe,cAe;if(each$f(eAe,function(mAe,SAe){isString(mAe)&&(eAe[SAe]=mAe={name:mAe}),iAe&&!mAe.isExtraCoord&&(!zP&&!nAe&&mAe.ordinalMeta&&(nAe=mAe),!oAe&&mAe.type!=="ordinal"&&mAe.type!=="time"&&(!z9||z9===mAe.coordDim)&&(oAe=mAe))}),oAe&&!zP&&!nAe&&(zP=!0),oAe){aAe="__\0ecstackresult_"+r4.id,cAe="__\0ecstackedover_"+r4.id,nAe&&(nAe.createInvertedIndices=!0);var uAe=oAe.coordDim,dAe=oAe.type,EAe=0;each$f(eAe,function(mAe){mAe.coordDim===uAe&&EAe++});var gAe={name:aAe,coordDim:uAe,coordDimIndex:EAe,type:dAe,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:eAe.length},pAe={name:cAe,coordDim:cAe,coordDimIndex:EAe+1,type:dAe,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:eAe.length+1};tAe?(AAe&&(gAe.storeDimIndex=AAe.ensureCalculationDimension(cAe,dAe),pAe.storeDimIndex=AAe.ensureCalculationDimension(aAe,dAe)),tAe.appendCalculationDimension(gAe),tAe.appendCalculationDimension(pAe)):(eAe.push(gAe),eAe.push(pAe))}return{stackedDimension:oAe&&oAe.name,stackedByDimension:nAe&&nAe.name,isStackedByIndex:zP,stackedOverDimension:cAe,stackResultDimension:aAe}}function isLegacyDimensionsInput(r4){return!isSeriesDataSchema(r4.schema)}function isDimensionStacked(r4,x_){return!!x_&&x_===r4.getCalculationInfo("stackedDimension")}function getStackedDimension(r4,x_){return isDimensionStacked(r4,x_)?r4.getCalculationInfo("stackResultDimension"):x_}function getCoordSysDimDefs(r4,x_){var $P=r4.get("coordinateSystem"),zP=CoordinateSystemManager.get($P),z9;return x_&&x_.coordSysDims&&(z9=map$1(x_.coordSysDims,function(eAe){var tAe={name:eAe},AAe=x_.axisMap.get(eAe);if(AAe){var iAe=AAe.get("type");tAe.type=getDimensionTypeByAxis(iAe)}return tAe})),z9||(z9=zP&&(zP.getDimensionsInfo?zP.getDimensionsInfo():zP.dimensions.slice())||["x","y"]),z9}function injectOrdinalMeta(r4,x_,$P){var zP,z9;return $P&&each$f(r4,function(eAe,tAe){var AAe=eAe.coordDim,iAe=$P.categoryAxisMap.get(AAe);iAe&&(zP==null&&(zP=tAe),eAe.ordinalMeta=iAe.getOrdinalMeta(),x_&&(eAe.createInvertedIndices=!0)),eAe.otherDims.itemName!=null&&(z9=!0)}),!z9&&zP!=null&&(r4[zP].otherDims.itemName=0),zP}function createSeriesData(r4,x_,$P){$P=$P||{};var zP=x_.getSourceManager(),z9,eAe=!1;r4?(eAe=!0,z9=createSourceFromSeriesDataOption(r4)):(z9=zP.getSource(),eAe=z9.sourceFormat===SOURCE_FORMAT_ORIGINAL);var tAe=getCoordSysInfoBySeries(x_),AAe=getCoordSysDimDefs(x_,tAe),iAe=$P.useEncodeDefaulter,nAe=isFunction(iAe)?iAe:iAe?curry$1(makeSeriesEncodeForAxisCoordSys,AAe,x_):null,oAe={coordDimensions:AAe,generateCoord:$P.generateCoord,encodeDefine:x_.getEncode(),encodeDefaulter:nAe,canOmitUnusedDimensions:!eAe},aAe=prepareSeriesDataSchema(z9,oAe),cAe=injectOrdinalMeta(aAe.dimensions,$P.createInvertedIndices,tAe),uAe=eAe?null:zP.getSharedDataStore(aAe),dAe=enableDataStack(x_,{schema:aAe,store:uAe}),EAe=new SeriesData(aAe,x_);EAe.setCalculationInfo(dAe);var gAe=cAe!=null&&isNeedCompleteOrdinalData(z9)?function(pAe,mAe,SAe,DAe){return DAe===cAe?SAe:this.defaultDimValueGetter(pAe,mAe,SAe,DAe)}:null;return EAe.hasItemOption=!1,EAe.initData(eAe?z9:uAe,null,gAe),EAe}function isNeedCompleteOrdinalData(r4){if(r4.sourceFormat===SOURCE_FORMAT_ORIGINAL){var x_=firstDataNotNull(r4.data||[]);return!isArray$2(getDataItemValue(x_))}}function firstDataNotNull(r4){for(var x_=0;x_=0&&AAe.push(iAe)}),AAe}}function inheritDefaultOption(r4,x_){return merge(merge({},r4,!0),x_,!0)}var LN2=Math.log(2);function determinant$1(r4,x_,$P,zP,z9,eAe){var tAe=zP+"-"+z9,AAe=r4.length;if(eAe.hasOwnProperty(tAe))return eAe[tAe];if(x_===1){var iAe=Math.round(Math.log((1<>1)%2;AAe.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",zP[iAe]+":0",z9[nAe]+":0",zP[1-iAe]+":auto",z9[1-nAe]+":auto",""].join("!important;"),r4.appendChild(tAe),$P.push(tAe)}return $P}function preparePointerTransformer(r4,x_,$P){for(var zP=$P?"invTrans":"trans",z9=x_[zP],eAe=x_.srcCoords,tAe=[],AAe=[],iAe=!0,nAe=0;nAe<4;nAe++){var oAe=r4[nAe].getBoundingClientRect(),aAe=2*nAe,cAe=oAe.left,uAe=oAe.top;tAe.push(cAe,uAe),iAe=iAe&&eAe&&cAe===eAe[aAe]&&uAe===eAe[aAe+1],AAe.push(r4[nAe].offsetLeft,r4[nAe].offsetTop)}return iAe&&z9?z9:(x_.srcCoords=tAe,x_[zP]=$P?buildTransformer(AAe,tAe):buildTransformer(tAe,AAe))}function isCanvasEl(r4){return r4.nodeName.toUpperCase()==="CANVAS"}var replaceReg=/([&<>"'])/g,replaceMap={"&":"&","<":"<",">":">",'"':""","'":"'"};function encodeHTML(r4){return r4==null?"":(r4+"").replace(replaceReg,function(x_,$P){return replaceMap[$P]})}const langEN={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},langZH={time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}};var LOCALE_ZH="ZH",LOCALE_EN="EN",DEFAULT_LOCALE=LOCALE_EN,localeStorage={},localeModels={},SYSTEM_LANG=env.domSupported?function(){var r4=(document.documentElement.lang||navigator.language||navigator.browserLanguage||DEFAULT_LOCALE).toUpperCase();return r4.indexOf(LOCALE_ZH)>-1?LOCALE_ZH:DEFAULT_LOCALE}():DEFAULT_LOCALE;function registerLocale(r4,x_){r4=r4.toUpperCase(),localeModels[r4]=new Model(x_),localeStorage[r4]=x_}function createLocaleObject(r4){if(isString(r4)){var x_=localeStorage[r4.toUpperCase()]||{};return r4===LOCALE_ZH||r4===LOCALE_EN?clone$7(x_):merge(clone$7(x_),clone$7(localeStorage[DEFAULT_LOCALE]),!1)}else return merge(clone$7(r4),clone$7(localeStorage[DEFAULT_LOCALE]),!1)}function getLocaleModel(r4){return localeModels[r4]}function getDefaultLocaleModel(){return localeModels[DEFAULT_LOCALE]}registerLocale(LOCALE_EN,langEN);registerLocale(LOCALE_ZH,langZH);var ONE_SECOND=1e3,ONE_MINUTE=ONE_SECOND*60,ONE_HOUR=ONE_MINUTE*60,ONE_DAY=ONE_HOUR*24,ONE_YEAR=ONE_DAY*365,defaultLeveledFormatter={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},fullDayFormatter="{yyyy}-{MM}-{dd}",fullLeveledFormatter={year:"{yyyy}",month:"{yyyy}-{MM}",day:fullDayFormatter,hour:fullDayFormatter+" "+defaultLeveledFormatter.hour,minute:fullDayFormatter+" "+defaultLeveledFormatter.minute,second:fullDayFormatter+" "+defaultLeveledFormatter.second,millisecond:defaultLeveledFormatter.none},primaryTimeUnits=["year","month","day","hour","minute","second","millisecond"],timeUnits=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function pad(r4,x_){return r4+="","0000".substr(0,x_-r4.length)+r4}function getPrimaryTimeUnit(r4){switch(r4){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return r4}}function isPrimaryTimeUnit(r4){return r4===getPrimaryTimeUnit(r4)}function getDefaultFormatPrecisionOfInterval(r4){switch(r4){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function format$1(r4,x_,$P,zP){var z9=parseDate(r4),eAe=z9[fullYearGetterName($P)](),tAe=z9[monthGetterName($P)]()+1,AAe=Math.floor((tAe-1)/3)+1,iAe=z9[dateGetterName($P)](),nAe=z9["get"+($P?"UTC":"")+"Day"](),oAe=z9[hoursGetterName($P)](),aAe=(oAe-1)%12+1,cAe=z9[minutesGetterName($P)](),uAe=z9[secondsGetterName($P)](),dAe=z9[millisecondsGetterName($P)](),EAe=oAe>=12?"pm":"am",gAe=EAe.toUpperCase(),pAe=zP instanceof Model?zP:getLocaleModel(zP||SYSTEM_LANG)||getDefaultLocaleModel(),mAe=pAe.getModel("time"),SAe=mAe.get("month"),DAe=mAe.get("monthAbbr"),NAe=mAe.get("dayOfWeek"),TAe=mAe.get("dayOfWeekAbbr");return(x_||"").replace(/{a}/g,EAe+"").replace(/{A}/g,gAe+"").replace(/{yyyy}/g,eAe+"").replace(/{yy}/g,pad(eAe%100+"",2)).replace(/{Q}/g,AAe+"").replace(/{MMMM}/g,SAe[tAe-1]).replace(/{MMM}/g,DAe[tAe-1]).replace(/{MM}/g,pad(tAe,2)).replace(/{M}/g,tAe+"").replace(/{dd}/g,pad(iAe,2)).replace(/{d}/g,iAe+"").replace(/{eeee}/g,NAe[nAe]).replace(/{ee}/g,TAe[nAe]).replace(/{e}/g,nAe+"").replace(/{HH}/g,pad(oAe,2)).replace(/{H}/g,oAe+"").replace(/{hh}/g,pad(aAe+"",2)).replace(/{h}/g,aAe+"").replace(/{mm}/g,pad(cAe,2)).replace(/{m}/g,cAe+"").replace(/{ss}/g,pad(uAe,2)).replace(/{s}/g,uAe+"").replace(/{SSS}/g,pad(dAe,3)).replace(/{S}/g,dAe+"")}function leveledFormat(r4,x_,$P,zP,z9){var eAe=null;if(isString($P))eAe=$P;else if(isFunction($P))eAe=$P(r4.value,x_,{level:r4.level});else{var tAe=extend$1({},defaultLeveledFormatter);if(r4.level>0)for(var AAe=0;AAe=0;--AAe)if(iAe[nAe]){eAe=iAe[nAe];break}eAe=eAe||tAe.none}if(isArray$2(eAe)){var aAe=r4.level==null?0:r4.level>=0?r4.level:eAe.length+r4.level;aAe=Math.min(aAe,eAe.length-1),eAe=eAe[aAe]}}return format$1(new Date(r4.value),eAe,z9,zP)}function getUnitFromValue(r4,x_){var $P=parseDate(r4),zP=$P[monthGetterName(x_)]()+1,z9=$P[dateGetterName(x_)](),eAe=$P[hoursGetterName(x_)](),tAe=$P[minutesGetterName(x_)](),AAe=$P[secondsGetterName(x_)](),iAe=$P[millisecondsGetterName(x_)](),nAe=iAe===0,oAe=nAe&&AAe===0,aAe=oAe&&tAe===0,cAe=aAe&&eAe===0,uAe=cAe&&z9===1,dAe=uAe&&zP===1;return dAe?"year":uAe?"month":cAe?"day":aAe?"hour":oAe?"minute":nAe?"second":"millisecond"}function getUnitValue(r4,x_,$P){var zP=isNumber$1(r4)?parseDate(r4):r4;switch(x_=x_||getUnitFromValue(r4,$P),x_){case"year":return zP[fullYearGetterName($P)]();case"half-year":return zP[monthGetterName($P)]()>=6?1:0;case"quarter":return Math.floor((zP[monthGetterName($P)]()+1)/4);case"month":return zP[monthGetterName($P)]();case"day":return zP[dateGetterName($P)]();case"half-day":return zP[hoursGetterName($P)]()/24;case"hour":return zP[hoursGetterName($P)]();case"minute":return zP[minutesGetterName($P)]();case"second":return zP[secondsGetterName($P)]();case"millisecond":return zP[millisecondsGetterName($P)]()}}function fullYearGetterName(r4){return r4?"getUTCFullYear":"getFullYear"}function monthGetterName(r4){return r4?"getUTCMonth":"getMonth"}function dateGetterName(r4){return r4?"getUTCDate":"getDate"}function hoursGetterName(r4){return r4?"getUTCHours":"getHours"}function minutesGetterName(r4){return r4?"getUTCMinutes":"getMinutes"}function secondsGetterName(r4){return r4?"getUTCSeconds":"getSeconds"}function millisecondsGetterName(r4){return r4?"getUTCMilliseconds":"getMilliseconds"}function fullYearSetterName(r4){return r4?"setUTCFullYear":"setFullYear"}function monthSetterName(r4){return r4?"setUTCMonth":"setMonth"}function dateSetterName(r4){return r4?"setUTCDate":"setDate"}function hoursSetterName(r4){return r4?"setUTCHours":"setHours"}function minutesSetterName(r4){return r4?"setUTCMinutes":"setMinutes"}function secondsSetterName(r4){return r4?"setUTCSeconds":"setSeconds"}function millisecondsSetterName(r4){return r4?"setUTCMilliseconds":"setMilliseconds"}function addCommas(r4){if(!isNumeric(r4))return isString(r4)?r4:"-";var x_=(r4+"").split(".");return x_[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(x_.length>1?"."+x_[1]:"")}function toCamelCase(r4,x_){return r4=(r4||"").toLowerCase().replace(/-(.)/g,function($P,zP){return zP.toUpperCase()}),x_&&r4&&(r4=r4.charAt(0).toUpperCase()+r4.slice(1)),r4}var normalizeCssArray=normalizeCssArray$1;function makeValueReadable(r4,x_,$P){var zP="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function z9(oAe){return oAe&&trim$1(oAe)?oAe:"-"}function eAe(oAe){return!!(oAe!=null&&!isNaN(oAe)&&isFinite(oAe))}var tAe=x_==="time",AAe=r4 instanceof Date;if(tAe||AAe){var iAe=tAe?parseDate(r4):r4;if(isNaN(+iAe)){if(AAe)return"-"}else return format$1(iAe,zP,$P)}if(x_==="ordinal")return isStringSafe(r4)?z9(r4):isNumber$1(r4)&&eAe(r4)?r4+"":"-";var nAe=numericToNumber(r4);return eAe(nAe)?addCommas(nAe):isStringSafe(r4)?z9(r4):typeof r4=="boolean"?r4+"":"-"}var TPL_VAR_ALIAS=["a","b","c","d","e","f","g"],wrapVar=function(r4,x_){return"{"+r4+(x_??"")+"}"};function formatTpl(r4,x_,$P){isArray$2(x_)||(x_=[x_]);var zP=x_.length;if(!zP)return"";for(var z9=x_[0].$vars||[],eAe=0;eAe':'';var tAe=$P.markerId||"markerX";return{renderMode:eAe,content:"{"+tAe+"|} ",style:z9==="subItem"?{width:4,height:4,borderRadius:2,backgroundColor:zP}:{width:10,height:10,borderRadius:5,backgroundColor:zP}}}function convertToColorString(r4,x_){return x_=x_||"transparent",isString(r4)?r4:isObject$4(r4)&&r4.colorStops&&(r4.colorStops[0]||{}).color||x_}function windowOpen(r4,x_){if(x_==="_blank"||x_==="blank"){var $P=window.open();$P.opener=null,$P.location.href=r4}else window.open(r4,x_)}var each$e=each$f,LOCATION_PARAMS=["left","right","top","bottom","width","height"],HV_NAMES=[["width","left","right"],["height","top","bottom"]];function boxLayout(r4,x_,$P,zP,z9){var eAe=0,tAe=0;zP==null&&(zP=1/0),z9==null&&(z9=1/0);var AAe=0;x_.eachChild(function(iAe,nAe){var oAe=iAe.getBoundingRect(),aAe=x_.childAt(nAe+1),cAe=aAe&&aAe.getBoundingRect(),uAe,dAe;if(r4==="horizontal"){var EAe=oAe.width+(cAe?-cAe.x+oAe.x:0);uAe=eAe+EAe,uAe>zP||iAe.newline?(eAe=0,uAe=EAe,tAe+=AAe+$P,AAe=oAe.height):AAe=Math.max(AAe,oAe.height)}else{var gAe=oAe.height+(cAe?-cAe.y+oAe.y:0);dAe=tAe+gAe,dAe>z9||iAe.newline?(eAe+=AAe+$P,tAe=0,dAe=gAe,AAe=oAe.width):AAe=Math.max(AAe,oAe.width)}iAe.newline||(iAe.x=eAe,iAe.y=tAe,iAe.markRedraw(),r4==="horizontal"?eAe=uAe+$P:tAe=dAe+$P)})}var box=boxLayout;curry$1(boxLayout,"vertical");curry$1(boxLayout,"horizontal");function getAvailableSize(r4,x_,$P){var zP=x_.width,z9=x_.height,eAe=parsePercent(r4.left,zP),tAe=parsePercent(r4.top,z9),AAe=parsePercent(r4.right,zP),iAe=parsePercent(r4.bottom,z9);return(isNaN(eAe)||isNaN(parseFloat(r4.left)))&&(eAe=0),(isNaN(AAe)||isNaN(parseFloat(r4.right)))&&(AAe=zP),(isNaN(tAe)||isNaN(parseFloat(r4.top)))&&(tAe=0),(isNaN(iAe)||isNaN(parseFloat(r4.bottom)))&&(iAe=z9),$P=normalizeCssArray($P||0),{width:Math.max(AAe-eAe-$P[1]-$P[3],0),height:Math.max(iAe-tAe-$P[0]-$P[2],0)}}function getLayoutRect(r4,x_,$P){$P=normalizeCssArray($P||0);var zP=x_.width,z9=x_.height,eAe=parsePercent(r4.left,zP),tAe=parsePercent(r4.top,z9),AAe=parsePercent(r4.right,zP),iAe=parsePercent(r4.bottom,z9),nAe=parsePercent(r4.width,zP),oAe=parsePercent(r4.height,z9),aAe=$P[2]+$P[0],cAe=$P[1]+$P[3],uAe=r4.aspect;switch(isNaN(nAe)&&(nAe=zP-AAe-cAe-eAe),isNaN(oAe)&&(oAe=z9-iAe-aAe-tAe),uAe!=null&&(isNaN(nAe)&&isNaN(oAe)&&(uAe>zP/z9?nAe=zP*.8:oAe=z9*.8),isNaN(nAe)&&(nAe=uAe*oAe),isNaN(oAe)&&(oAe=nAe/uAe)),isNaN(eAe)&&(eAe=zP-AAe-nAe-cAe),isNaN(tAe)&&(tAe=z9-iAe-oAe-aAe),r4.left||r4.right){case"center":eAe=zP/2-nAe/2-$P[3];break;case"right":eAe=zP-nAe-cAe;break}switch(r4.top||r4.bottom){case"middle":case"center":tAe=z9/2-oAe/2-$P[0];break;case"bottom":tAe=z9-oAe-aAe;break}eAe=eAe||0,tAe=tAe||0,isNaN(nAe)&&(nAe=zP-cAe-eAe-(AAe||0)),isNaN(oAe)&&(oAe=z9-aAe-tAe-(iAe||0));var dAe=new BoundingRect(eAe+$P[3],tAe+$P[0],nAe,oAe);return dAe.margin=$P,dAe}function positionElement(r4,x_,$P,zP,z9,eAe){var tAe=!z9||!z9.hv||z9.hv[0],AAe=!z9||!z9.hv||z9.hv[1],iAe=z9&&z9.boundingMode||"all";if(eAe=eAe||r4,eAe.x=r4.x,eAe.y=r4.y,!tAe&&!AAe)return!1;var nAe;if(iAe==="raw")nAe=r4.type==="group"?new BoundingRect(0,0,+x_.width||0,+x_.height||0):r4.getBoundingRect();else if(nAe=r4.getBoundingRect(),r4.needLocalTransform()){var oAe=r4.getLocalTransform();nAe=nAe.clone(),nAe.applyTransform(oAe)}var aAe=getLayoutRect(defaults$2({width:nAe.width,height:nAe.height},x_),$P,zP),cAe=tAe?aAe.x-nAe.x:0,uAe=AAe?aAe.y-nAe.y:0;return iAe==="raw"?(eAe.x=cAe,eAe.y=uAe):(eAe.x+=cAe,eAe.y+=uAe),eAe===r4&&r4.markRedraw(),!0}function sizeCalculable(r4,x_){return r4[HV_NAMES[x_][0]]!=null||r4[HV_NAMES[x_][1]]!=null&&r4[HV_NAMES[x_][2]]!=null}function fetchLayoutMode(r4){var x_=r4.layoutMode||r4.constructor.layoutMode;return isObject$4(x_)?x_:x_?{type:x_}:null}function mergeLayoutParam(r4,x_,$P){var zP=$P&&$P.ignoreSize;!isArray$2(zP)&&(zP=[zP,zP]);var z9=tAe(HV_NAMES[0],0),eAe=tAe(HV_NAMES[1],1);nAe(HV_NAMES[0],r4,z9),nAe(HV_NAMES[1],r4,eAe);function tAe(oAe,aAe){var cAe={},uAe=0,dAe={},EAe=0,gAe=2;if(each$e(oAe,function(SAe){dAe[SAe]=r4[SAe]}),each$e(oAe,function(SAe){AAe(x_,SAe)&&(cAe[SAe]=dAe[SAe]=x_[SAe]),iAe(cAe,SAe)&&uAe++,iAe(dAe,SAe)&&EAe++}),zP[aAe])return iAe(x_,oAe[1])?dAe[oAe[2]]=null:iAe(x_,oAe[2])&&(dAe[oAe[1]]=null),dAe;if(EAe===gAe||!uAe)return dAe;if(uAe>=gAe)return cAe;for(var pAe=0;pAe=0;iAe--)AAe=merge(AAe,z9[iAe],!0);zP.defaultOption=AAe}return zP.defaultOption},x_.prototype.getReferringComponents=function($P,zP){var z9=$P+"Index",eAe=$P+"Id";return queryReferringComponents(this.ecModel,$P,{index:this.get(z9,!0),id:this.get(eAe,!0)},zP)},x_.prototype.getBoxLayoutParams=function(){var $P=this;return{left:$P.get("left"),top:$P.get("top"),right:$P.get("right"),bottom:$P.get("bottom"),width:$P.get("width"),height:$P.get("height")}},x_.prototype.getZLevelKey=function(){return""},x_.prototype.setZLevel=function($P){this.option.zlevel=$P},x_.protoInitialize=function(){var $P=x_.prototype;$P.type="component",$P.id="",$P.name="",$P.mainType="",$P.subType="",$P.componentIndex=0}(),x_}(Model);mountExtend(ComponentModel,Model);enableClassManagement(ComponentModel);enableSubTypeDefaulter(ComponentModel);enableTopologicalTravel(ComponentModel,getDependencies);function getDependencies(r4){var x_=[];return each$f(ComponentModel.getClassesByMainType(r4),function($P){x_=x_.concat($P.dependencies||$P.prototype.dependencies||[])}),x_=map$1(x_,function($P){return parseClassType($P).main}),r4!=="dataset"&&indexOf(x_,"dataset")<=0&&x_.unshift("dataset"),x_}var innerColor=makeInner(),innerDecal=makeInner(),PaletteMixin=function(){function r4(){}return r4.prototype.getColorFromPalette=function(x_,$P,zP){var z9=normalizeToArray(this.get("color",!0)),eAe=this.get("colorLayer",!0);return getFromPalette(this,innerColor,z9,eAe,x_,$P,zP)},r4.prototype.clearColorPalette=function(){clearPalette(this,innerColor)},r4}();function getDecalFromPalette(r4,x_,$P,zP){var z9=normalizeToArray(r4.get(["aria","decal","decals"]));return getFromPalette(r4,innerDecal,z9,null,x_,$P,zP)}function getNearestPalette(r4,x_){for(var $P=r4.length,zP=0;zP<$P;zP++)if(r4[zP].length>x_)return r4[zP];return r4[$P-1]}function getFromPalette(r4,x_,$P,zP,z9,eAe,tAe){eAe=eAe||r4;var AAe=x_(eAe),iAe=AAe.paletteIdx||0,nAe=AAe.paletteNameMap=AAe.paletteNameMap||{};if(nAe.hasOwnProperty(z9))return nAe[z9];var oAe=tAe==null||!zP?$P:getNearestPalette(zP,tAe);if(oAe=oAe||$P,!(!oAe||!oAe.length)){var aAe=oAe[iAe];return z9&&(nAe[z9]=aAe),AAe.paletteIdx=(iAe+1)%oAe.length,aAe}}function clearPalette(r4,x_){x_(r4).paletteIdx=0,x_(r4).paletteNameMap={}}var DIMENSION_LABEL_REG=/\{@(.+?)\}/g,DataFormatMixin=function(){function r4(){}return r4.prototype.getDataParams=function(x_,$P){var zP=this.getData($P),z9=this.getRawValue(x_,$P),eAe=zP.getRawIndex(x_),tAe=zP.getName(x_),AAe=zP.getRawDataItem(x_),iAe=zP.getItemVisual(x_,"style"),nAe=iAe&&iAe[zP.getItemVisual(x_,"drawType")||"fill"],oAe=iAe&&iAe.stroke,aAe=this.mainType,cAe=aAe==="series",uAe=zP.userOutput&&zP.userOutput.get();return{componentType:aAe,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:cAe?this.subType:null,seriesIndex:this.seriesIndex,seriesId:cAe?this.id:null,seriesName:cAe?this.name:null,name:tAe,dataIndex:eAe,data:AAe,dataType:$P,value:z9,color:nAe,borderColor:oAe,dimensionNames:uAe?uAe.fullDimensions:null,encode:uAe?uAe.encode:null,$vars:["seriesName","name","value"]}},r4.prototype.getFormattedLabel=function(x_,$P,zP,z9,eAe,tAe){$P=$P||"normal";var AAe=this.getData(zP),iAe=this.getDataParams(x_,zP);if(tAe&&(iAe.value=tAe.interpolatedValue),z9!=null&&isArray$2(iAe.value)&&(iAe.value=iAe.value[z9]),!eAe){var nAe=AAe.getItemModel(x_);eAe=nAe.get($P==="normal"?["label","formatter"]:[$P,"label","formatter"])}if(isFunction(eAe))return iAe.status=$P,iAe.dimensionIndex=z9,eAe(iAe);if(isString(eAe)){var oAe=formatTpl(eAe,iAe);return oAe.replace(DIMENSION_LABEL_REG,function(aAe,cAe){var uAe=cAe.length,dAe=cAe;dAe.charAt(0)==="["&&dAe.charAt(uAe-1)==="]"&&(dAe=+dAe.slice(1,uAe-1));var EAe=retrieveRawValue(AAe,x_,dAe);if(tAe&&isArray$2(tAe.interpolatedValue)){var gAe=AAe.getDimensionIndex(dAe);gAe>=0&&(EAe=tAe.interpolatedValue[gAe])}return EAe!=null?EAe+"":""})}},r4.prototype.getRawValue=function(x_,$P){return retrieveRawValue(this.getData($P),x_)},r4.prototype.formatTooltip=function(x_,$P,zP){},r4}();function normalizeTooltipFormatResult(r4){var x_,$P;return isObject$4(r4)?r4.type&&($P=r4):x_=r4,{text:x_,frag:$P}}function createTask(r4){return new Task(r4)}var Task=function(){function r4(x_){x_=x_||{},this._reset=x_.reset,this._plan=x_.plan,this._count=x_.count,this._onDirty=x_.onDirty,this._dirty=!0}return r4.prototype.perform=function(x_){var $P=this._upstream,zP=x_&&x_.skip;if(this._dirty&&$P){var z9=this.context;z9.data=z9.outputData=$P.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var eAe;this._plan&&!zP&&(eAe=this._plan(this.context));var tAe=oAe(this._modBy),AAe=this._modDataCount||0,iAe=oAe(x_&&x_.modBy),nAe=x_&&x_.modDataCount||0;(tAe!==iAe||AAe!==nAe)&&(eAe="reset");function oAe(mAe){return!(mAe>=1)&&(mAe=1),mAe}var aAe;(this._dirty||eAe==="reset")&&(this._dirty=!1,aAe=this._doReset(zP)),this._modBy=iAe,this._modDataCount=nAe;var cAe=x_&&x_.step;if($P?this._dueEnd=$P._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var uAe=this._dueIndex,dAe=Math.min(cAe!=null?this._dueIndex+cAe:1/0,this._dueEnd);if(!zP&&(aAe||uAe1&&zP>0?AAe:tAe}};return eAe;function tAe(){return x_=r4?null:iAe9e10&&(this._versionSignBase=0)},r4.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},r4.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},r4.prototype._createSource=function(){this._setLocalSource([],[]);var x_=this._sourceHost,$P=this._getUpstreamSourceManagers(),zP=!!$P.length,z9,eAe;if(isSeries(x_)){var tAe=x_,AAe=void 0,iAe=void 0,nAe=void 0;if(zP){var oAe=$P[0];oAe.prepareSource(),nAe=oAe.getSource(),AAe=nAe.data,iAe=nAe.sourceFormat,eAe=[oAe._getVersionSign()]}else AAe=tAe.get("data",!0),iAe=isTypedArray(AAe)?SOURCE_FORMAT_TYPED_ARRAY:SOURCE_FORMAT_ORIGINAL,eAe=[];var aAe=this._getSourceMetaRawOption()||{},cAe=nAe&&nAe.metaRawOption||{},uAe=retrieve2(aAe.seriesLayoutBy,cAe.seriesLayoutBy)||null,dAe=retrieve2(aAe.sourceHeader,cAe.sourceHeader),EAe=retrieve2(aAe.dimensions,cAe.dimensions),gAe=uAe!==cAe.seriesLayoutBy||!!dAe!=!!cAe.sourceHeader||EAe;z9=gAe?[createSource(AAe,{seriesLayoutBy:uAe,sourceHeader:dAe,dimensions:EAe},iAe)]:[]}else{var pAe=x_;if(zP){var mAe=this._applyTransform($P);z9=mAe.sourceList,eAe=mAe.upstreamSignList}else{var SAe=pAe.get("source",!0);z9=[createSource(SAe,this._getSourceMetaRawOption(),null)],eAe=[]}}this._setLocalSource(z9,eAe)},r4.prototype._applyTransform=function(x_){var $P=this._sourceHost,zP=$P.get("transform",!0),z9=$P.get("fromTransformResult",!0);if(z9!=null){var eAe="";x_.length!==1&&doThrow(eAe)}var tAe,AAe=[],iAe=[];return each$f(x_,function(nAe){nAe.prepareSource();var oAe=nAe.getSource(z9||0),aAe="";z9!=null&&!oAe&&doThrow(aAe),AAe.push(oAe),iAe.push(nAe._getVersionSign())}),zP?tAe=applyDataTransform(zP,AAe,{datasetIndex:$P.componentIndex}):z9!=null&&(tAe=[cloneSourceShallow(AAe[0])]),{sourceList:tAe,upstreamSignList:iAe}},r4.prototype._isDirty=function(){if(this._dirty)return!0;for(var x_=this._getUpstreamSourceManagers(),$P=0;$P1||$P>0&&!r4.noHeader;return each$f(r4.blocks,function(z9){var eAe=getBlockGapLevel(z9);eAe>=x_&&(x_=eAe+ +(zP&&(!eAe||isSectionFragment(z9)&&!z9.noHeader)))}),x_}return 0}function buildSection(r4,x_,$P,zP){var z9=x_.noHeader,eAe=getGap(getBlockGapLevel(x_)),tAe=[],AAe=x_.blocks||[];assert$1(!AAe||isArray$2(AAe)),AAe=AAe||[];var iAe=r4.orderMode;if(x_.sortBlocks&&iAe){AAe=AAe.slice();var nAe={valueAsc:"asc",valueDesc:"desc"};if(hasOwn(nAe,iAe)){var oAe=new SortOrderComparator(nAe[iAe],null);AAe.sort(function(EAe,gAe){return oAe.evaluate(EAe.sortParam,gAe.sortParam)})}else iAe==="seriesDesc"&&AAe.reverse()}each$f(AAe,function(EAe,gAe){var pAe=x_.valueFormatter,mAe=getBuilder(EAe)(pAe?extend$1(extend$1({},r4),{valueFormatter:pAe}):r4,EAe,gAe>0?eAe.html:0,zP);mAe!=null&&tAe.push(mAe)});var aAe=r4.renderMode==="richText"?tAe.join(eAe.richText):wrapBlockHTML(zP,tAe.join(""),z9?$P:eAe.html);if(z9)return aAe;var cAe=makeValueReadable(x_.header,"ordinal",r4.useUTC),uAe=getTooltipTextStyle(zP,r4.renderMode).nameStyle,dAe=getTooltipLineHeight(zP);return r4.renderMode==="richText"?wrapInlineNameRichText(r4,cAe,uAe)+eAe.richText+aAe:wrapBlockHTML(zP,'
'+encodeHTML(cAe)+"
"+aAe,$P)}function buildNameValue(r4,x_,$P,zP){var z9=r4.renderMode,eAe=x_.noName,tAe=x_.noValue,AAe=!x_.markerType,iAe=x_.name,nAe=r4.useUTC,oAe=x_.valueFormatter||r4.valueFormatter||function(DAe){return DAe=isArray$2(DAe)?DAe:[DAe],map$1(DAe,function(NAe,TAe){return makeValueReadable(NAe,isArray$2(uAe)?uAe[TAe]:uAe,nAe)})};if(!(eAe&&tAe)){var aAe=AAe?"":r4.markupStyleCreator.makeTooltipMarker(x_.markerType,x_.markerColor||"#333",z9),cAe=eAe?"":makeValueReadable(iAe,"ordinal",nAe),uAe=x_.valueType,dAe=tAe?[]:oAe(x_.value,x_.dataIndex),EAe=!AAe||!eAe,gAe=!AAe&&eAe,pAe=getTooltipTextStyle(zP,z9),mAe=pAe.nameStyle,SAe=pAe.valueStyle;return z9==="richText"?(AAe?"":aAe)+(eAe?"":wrapInlineNameRichText(r4,cAe,mAe))+(tAe?"":wrapInlineValueRichText(r4,dAe,EAe,gAe,SAe)):wrapBlockHTML(zP,(AAe?"":aAe)+(eAe?"":wrapInlineNameHTML(cAe,!AAe,mAe))+(tAe?"":wrapInlineValueHTML(dAe,EAe,gAe,SAe)),$P)}}function buildTooltipMarkup(r4,x_,$P,zP,z9,eAe){if(r4){var tAe=getBuilder(r4),AAe={useUTC:z9,renderMode:$P,orderMode:zP,markupStyleCreator:x_,valueFormatter:r4.valueFormatter};return tAe(AAe,r4,0,eAe)}}function getGap(r4){return{html:HTML_GAPS[r4],richText:RICH_TEXT_GAPS[r4]}}function wrapBlockHTML(r4,x_,$P){var zP='
',z9="margin: "+$P+"px 0 0",eAe=getTooltipLineHeight(r4);return'
'+x_+zP+"
"}function wrapInlineNameHTML(r4,x_,$P){var zP=x_?"margin-left:2px":"";return''+encodeHTML(r4)+""}function wrapInlineValueHTML(r4,x_,$P,zP){var z9=$P?"10px":"20px",eAe=x_?"float:right;margin-left:"+z9:"";return r4=isArray$2(r4)?r4:[r4],''+map$1(r4,function(tAe){return encodeHTML(tAe)}).join("  ")+""}function wrapInlineNameRichText(r4,x_,$P){return r4.markupStyleCreator.wrapRichTextStyle(x_,$P)}function wrapInlineValueRichText(r4,x_,$P,zP,z9){var eAe=[z9],tAe=zP?10:20;return $P&&eAe.push({padding:[0,0,0,tAe],align:"right"}),r4.markupStyleCreator.wrapRichTextStyle(isArray$2(x_)?x_.join(" "):x_,eAe)}function retrieveVisualColorForTooltipMarker(r4,x_){var $P=r4.getData().getItemVisual(x_,"style"),zP=$P[r4.visualDrawType];return convertToColorString(zP)}function getPaddingFromTooltipModel(r4,x_){var $P=r4.get("padding");return $P??(x_==="richText"?[8,10]:10)}var TooltipMarkupStyleCreator=function(){function r4(){this.richTextStyles={},this._nextStyleNameId=getRandomIdBase()}return r4.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},r4.prototype.makeTooltipMarker=function(x_,$P,zP){var z9=zP==="richText"?this._generateStyleName():null,eAe=getTooltipMarker({color:$P,type:x_,renderMode:zP,markerId:z9});return isString(eAe)?eAe:(this.richTextStyles[z9]=eAe.style,eAe.content)},r4.prototype.wrapRichTextStyle=function(x_,$P){var zP={};isArray$2($P)?each$f($P,function(eAe){return extend$1(zP,eAe)}):extend$1(zP,$P);var z9=this._generateStyleName();return this.richTextStyles[z9]=zP,"{"+z9+"|"+x_+"}"},r4}();function defaultSeriesFormatTooltip(r4){var x_=r4.series,$P=r4.dataIndex,zP=r4.multipleSeries,z9=x_.getData(),eAe=z9.mapDimensionsAll("defaultedTooltip"),tAe=eAe.length,AAe=x_.getRawValue($P),iAe=isArray$2(AAe),nAe=retrieveVisualColorForTooltipMarker(x_,$P),oAe,aAe,cAe,uAe;if(tAe>1||iAe&&!tAe){var dAe=formatTooltipArrayValue(AAe,x_,$P,eAe,nAe);oAe=dAe.inlineValues,aAe=dAe.inlineValueTypes,cAe=dAe.blocks,uAe=dAe.inlineValues[0]}else if(tAe){var EAe=z9.getDimensionInfo(eAe[0]);uAe=oAe=retrieveRawValue(z9,$P,eAe[0]),aAe=EAe.type}else uAe=oAe=iAe?AAe[0]:AAe;var gAe=isNameSpecified(x_),pAe=gAe&&x_.name||"",mAe=z9.getName($P),SAe=zP?pAe:mAe;return createTooltipMarkup("section",{header:pAe,noHeader:zP||!gAe,sortParam:uAe,blocks:[createTooltipMarkup("nameValue",{markerType:"item",markerColor:nAe,name:SAe,noName:!trim$1(SAe),value:oAe,valueType:aAe,dataIndex:$P})].concat(cAe||[])})}function formatTooltipArrayValue(r4,x_,$P,zP,z9){var eAe=x_.getData(),tAe=reduce(r4,function(aAe,cAe,uAe){var dAe=eAe.getDimensionInfo(uAe);return aAe=aAe||dAe&&dAe.tooltip!==!1&&dAe.displayName!=null},!1),AAe=[],iAe=[],nAe=[];zP.length?each$f(zP,function(aAe){oAe(retrieveRawValue(eAe,$P,aAe),aAe)}):each$f(r4,oAe);function oAe(aAe,cAe){var uAe=eAe.getDimensionInfo(cAe);!uAe||uAe.otherDims.tooltip===!1||(tAe?nAe.push(createTooltipMarkup("nameValue",{markerType:"subItem",markerColor:z9,name:uAe.displayName,value:aAe,valueType:uAe.type})):(AAe.push(aAe),iAe.push(uAe.type)))}return{inlineValues:AAe,inlineValueTypes:iAe,blocks:nAe}}var inner$j=makeInner();function getSelectionKey(r4,x_){return r4.getName(x_)||r4.getId(x_)}var SERIES_UNIVERSAL_TRANSITION_PROP="__universalTransitionEnabled",SeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P._selectedDataIndicesMap={},$P}return x_.prototype.init=function($P,zP,z9){this.seriesIndex=this.componentIndex,this.dataTask=createTask({count:dataTaskCount,reset:dataTaskReset}),this.dataTask.context={model:this},this.mergeDefaultAndTheme($P,z9);var eAe=inner$j(this).sourceManager=new SourceManager(this);eAe.prepareSource();var tAe=this.getInitialData($P,z9);wrapData(tAe,this),this.dataTask.context.data=tAe,inner$j(this).dataBeforeProcessed=tAe,autoSeriesName(this),this._initSelectedMapFromData(tAe)},x_.prototype.mergeDefaultAndTheme=function($P,zP){var z9=fetchLayoutMode(this),eAe=z9?getLayoutParams($P):{},tAe=this.subType;ComponentModel.hasClass(tAe)&&(tAe+="Series"),merge($P,zP.getTheme().get(this.subType)),merge($P,this.getDefaultOption()),defaultEmphasis($P,"label",["show"]),this.fillDataTextStyle($P.data),z9&&mergeLayoutParam($P,eAe,z9)},x_.prototype.mergeOption=function($P,zP){$P=merge(this.option,$P,!0),this.fillDataTextStyle($P.data);var z9=fetchLayoutMode(this);z9&&mergeLayoutParam(this.option,$P,z9);var eAe=inner$j(this).sourceManager;eAe.dirty(),eAe.prepareSource();var tAe=this.getInitialData($P,zP);wrapData(tAe,this),this.dataTask.dirty(),this.dataTask.context.data=tAe,inner$j(this).dataBeforeProcessed=tAe,autoSeriesName(this),this._initSelectedMapFromData(tAe)},x_.prototype.fillDataTextStyle=function($P){if($P&&!isTypedArray($P))for(var zP=["show"],z9=0;z9<$P.length;z9++)$P[z9]&&$P[z9].label&&defaultEmphasis($P[z9],"label",zP)},x_.prototype.getInitialData=function($P,zP){},x_.prototype.appendData=function($P){var zP=this.getRawData();zP.appendData($P.data)},x_.prototype.getData=function($P){var zP=getCurrentTask(this);if(zP){var z9=zP.context.data;return $P==null||!z9.getLinkedData?z9:z9.getLinkedData($P)}else return inner$j(this).data},x_.prototype.getAllData=function(){var $P=this.getData();return $P&&$P.getLinkedDataAll?$P.getLinkedDataAll():[{data:$P}]},x_.prototype.setData=function($P){var zP=getCurrentTask(this);if(zP){var z9=zP.context;z9.outputData=$P,zP!==this.dataTask&&(z9.data=$P)}inner$j(this).data=$P},x_.prototype.getEncode=function(){var $P=this.get("encode",!0);if($P)return createHashMap($P)},x_.prototype.getSourceManager=function(){return inner$j(this).sourceManager},x_.prototype.getSource=function(){return this.getSourceManager().getSource()},x_.prototype.getRawData=function(){return inner$j(this).dataBeforeProcessed},x_.prototype.getColorBy=function(){var $P=this.get("colorBy");return $P||"series"},x_.prototype.isColorBySeries=function(){return this.getColorBy()==="series"},x_.prototype.getBaseAxis=function(){var $P=this.coordinateSystem;return $P&&$P.getBaseAxis&&$P.getBaseAxis()},x_.prototype.formatTooltip=function($P,zP,z9){return defaultSeriesFormatTooltip({series:this,dataIndex:$P,multipleSeries:zP})},x_.prototype.isAnimationEnabled=function(){var $P=this.ecModel;if(env.node&&!($P&&$P.ssr))return!1;var zP=this.getShallow("animation");return zP&&this.getData().count()>this.getShallow("animationThreshold")&&(zP=!1),!!zP},x_.prototype.restoreData=function(){this.dataTask.dirty()},x_.prototype.getColorFromPalette=function($P,zP,z9){var eAe=this.ecModel,tAe=PaletteMixin.prototype.getColorFromPalette.call(this,$P,zP,z9);return tAe||(tAe=eAe.getColorFromPalette($P,zP,z9)),tAe},x_.prototype.coordDimToDataDim=function($P){return this.getRawData().mapDimensionsAll($P)},x_.prototype.getProgressive=function(){return this.get("progressive")},x_.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},x_.prototype.select=function($P,zP){this._innerSelect(this.getData(zP),$P)},x_.prototype.unselect=function($P,zP){var z9=this.option.selectedMap;if(z9){var eAe=this.option.selectedMode,tAe=this.getData(zP);if(eAe==="series"||z9==="all"){this.option.selectedMap={},this._selectedDataIndicesMap={};return}for(var AAe=0;AAe<$P.length;AAe++){var iAe=$P[AAe],nAe=getSelectionKey(tAe,iAe);z9[nAe]=!1,this._selectedDataIndicesMap[nAe]=-1}}},x_.prototype.toggleSelect=function($P,zP){for(var z9=[],eAe=0;eAe<$P.length;eAe++)z9[0]=$P[eAe],this.isSelected($P[eAe],zP)?this.unselect(z9,zP):this.select(z9,zP)},x_.prototype.getSelectedDataIndices=function(){if(this.option.selectedMap==="all")return[].slice.call(this.getData().getIndices());for(var $P=this._selectedDataIndicesMap,zP=keys($P),z9=[],eAe=0;eAe=0&&z9.push(tAe)}return z9},x_.prototype.isSelected=function($P,zP){var z9=this.option.selectedMap;if(!z9)return!1;var eAe=this.getData(zP);return(z9==="all"||z9[getSelectionKey(eAe,$P)])&&!eAe.getItemModel($P).get(["select","disabled"])},x_.prototype.isUniversalTransitionEnabled=function(){if(this[SERIES_UNIVERSAL_TRANSITION_PROP])return!0;var $P=this.option.universalTransition;return $P?$P===!0?!0:$P&&$P.enabled:!1},x_.prototype._innerSelect=function($P,zP){var z9,eAe,tAe=this.option,AAe=tAe.selectedMode,iAe=zP.length;if(!(!AAe||!iAe)){if(AAe==="series")tAe.selectedMap="all";else if(AAe==="multiple"){isObject$4(tAe.selectedMap)||(tAe.selectedMap={});for(var nAe=tAe.selectedMap,oAe=0;oAe0&&this._innerSelect($P,zP)}},x_.registerClass=function($P){return ComponentModel.registerClass($P)},x_.protoInitialize=function(){var $P=x_.prototype;$P.type="series.__base__",$P.seriesIndex=0,$P.ignoreStyleOnData=!1,$P.hasSymbolVisual=!1,$P.defaultSymbol="circle",$P.visualStyleAccessPath="itemStyle",$P.visualDrawType="fill"}(),x_}(ComponentModel);mixin(SeriesModel,DataFormatMixin);mixin(SeriesModel,PaletteMixin);mountExtend(SeriesModel,ComponentModel);function autoSeriesName(r4){var x_=r4.name;isNameSpecified(r4)||(r4.name=getSeriesAutoName(r4)||x_)}function getSeriesAutoName(r4){var x_=r4.getRawData(),$P=x_.mapDimensionsAll("seriesName"),zP=[];return each$f($P,function(z9){var eAe=x_.getDimensionInfo(z9);eAe.displayName&&zP.push(eAe.displayName)}),zP.join(" ")}function dataTaskCount(r4){return r4.model.getRawData().count()}function dataTaskReset(r4){var x_=r4.model;return x_.setData(x_.getRawData().cloneShallow()),dataTaskProgress}function dataTaskProgress(r4,x_){x_.outputData&&r4.end>x_.outputData.count()&&x_.model.getRawData().cloneShallow(x_.outputData)}function wrapData(r4,x_){each$f(concatArray(r4.CHANGABLE_METHODS,r4.DOWNSAMPLE_METHODS),function($P){r4.wrapMethod($P,curry$1(onDataChange,x_))})}function onDataChange(r4,x_){var $P=getCurrentTask(r4);return $P&&$P.setOutputEnd((x_||this).count()),x_}function getCurrentTask(r4){var x_=(r4.ecModel||{}).scheduler,$P=x_&&x_.getPipeline(r4.uid);if($P){var zP=$P.currentTask;if(zP){var z9=zP.agentStubMap;z9&&(zP=z9.get(r4.uid))}return zP}}var Triangle=Path.extend({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(r4,x_){var $P=x_.cx,zP=x_.cy,z9=x_.width/2,eAe=x_.height/2;r4.moveTo($P,zP-eAe),r4.lineTo($P+z9,zP+eAe),r4.lineTo($P-z9,zP+eAe),r4.closePath()}}),Diamond=Path.extend({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(r4,x_){var $P=x_.cx,zP=x_.cy,z9=x_.width/2,eAe=x_.height/2;r4.moveTo($P,zP-eAe),r4.lineTo($P+z9,zP),r4.lineTo($P,zP+eAe),r4.lineTo($P-z9,zP),r4.closePath()}}),Pin=Path.extend({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(r4,x_){var $P=x_.x,zP=x_.y,z9=x_.width/5*3,eAe=Math.max(z9,x_.height),tAe=z9/2,AAe=tAe*tAe/(eAe-tAe),iAe=zP-eAe+tAe+AAe,nAe=Math.asin(AAe/tAe),oAe=Math.cos(nAe)*tAe,aAe=Math.sin(nAe),cAe=Math.cos(nAe),uAe=tAe*.6,dAe=tAe*.7;r4.moveTo($P-oAe,iAe+AAe),r4.arc($P,iAe,tAe,Math.PI-nAe,Math.PI*2+nAe),r4.bezierCurveTo($P+oAe-aAe*uAe,iAe+AAe+cAe*uAe,$P,zP-dAe,$P,zP),r4.bezierCurveTo($P,zP-dAe,$P-oAe+aAe*uAe,iAe+AAe+cAe*uAe,$P-oAe,iAe+AAe),r4.closePath()}}),Arrow=Path.extend({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(r4,x_){var $P=x_.height,zP=x_.width,z9=x_.x,eAe=x_.y,tAe=zP/3*2;r4.moveTo(z9,eAe),r4.lineTo(z9+tAe,eAe+$P),r4.lineTo(z9,eAe+$P/4*3),r4.lineTo(z9-tAe,eAe+$P),r4.lineTo(z9,eAe),r4.closePath()}}),symbolCtors={line:Line$1,rect:Rect$2,roundRect:Rect$2,square:Rect$2,circle:Circle,diamond:Diamond,pin:Pin,arrow:Arrow,triangle:Triangle},symbolShapeMakers={line:function(r4,x_,$P,zP,z9){z9.x1=r4,z9.y1=x_+zP/2,z9.x2=r4+$P,z9.y2=x_+zP/2},rect:function(r4,x_,$P,zP,z9){z9.x=r4,z9.y=x_,z9.width=$P,z9.height=zP},roundRect:function(r4,x_,$P,zP,z9){z9.x=r4,z9.y=x_,z9.width=$P,z9.height=zP,z9.r=Math.min($P,zP)/4},square:function(r4,x_,$P,zP,z9){var eAe=Math.min($P,zP);z9.x=r4,z9.y=x_,z9.width=eAe,z9.height=eAe},circle:function(r4,x_,$P,zP,z9){z9.cx=r4+$P/2,z9.cy=x_+zP/2,z9.r=Math.min($P,zP)/2},diamond:function(r4,x_,$P,zP,z9){z9.cx=r4+$P/2,z9.cy=x_+zP/2,z9.width=$P,z9.height=zP},pin:function(r4,x_,$P,zP,z9){z9.x=r4+$P/2,z9.y=x_+zP/2,z9.width=$P,z9.height=zP},arrow:function(r4,x_,$P,zP,z9){z9.x=r4+$P/2,z9.y=x_+zP/2,z9.width=$P,z9.height=zP},triangle:function(r4,x_,$P,zP,z9){z9.cx=r4+$P/2,z9.cy=x_+zP/2,z9.width=$P,z9.height=zP}},symbolBuildProxies={};each$f(symbolCtors,function(r4,x_){symbolBuildProxies[x_]=new r4});var SymbolClz=Path.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(r4,x_,$P){var zP=calculateTextPosition(r4,x_,$P),z9=this.shape;return z9&&z9.symbolType==="pin"&&x_.position==="inside"&&(zP.y=$P.y+$P.height*.4),zP},buildPath:function(r4,x_,$P){var zP=x_.symbolType;if(zP!=="none"){var z9=symbolBuildProxies[zP];z9||(zP="rect",z9=symbolBuildProxies[zP]),symbolShapeMakers[zP](x_.x,x_.y,x_.width,x_.height,z9.shape),z9.buildPath(r4,z9.shape,$P)}}});function symbolPathSetColor(r4,x_){if(this.type!=="image"){var $P=this.style;this.__isEmptyBrush?($P.stroke=r4,$P.fill=x_||"#fff",$P.lineWidth=2):this.shape.symbolType==="line"?$P.stroke=r4:$P.fill=r4,this.markRedraw()}}function createSymbol$1(r4,x_,$P,zP,z9,eAe,tAe){var AAe=r4.indexOf("empty")===0;AAe&&(r4=r4.substr(5,1).toLowerCase()+r4.substr(6));var iAe;return r4.indexOf("image://")===0?iAe=makeImage(r4.slice(8),new BoundingRect(x_,$P,zP,z9),tAe?"center":"cover"):r4.indexOf("path://")===0?iAe=makePath(r4.slice(7),{},new BoundingRect(x_,$P,zP,z9),tAe?"center":"cover"):iAe=new SymbolClz({shape:{symbolType:r4,x:x_,y:$P,width:zP,height:z9}}),iAe.__isEmptyBrush=AAe,iAe.setColor=symbolPathSetColor,eAe&&iAe.setColor(eAe),iAe}function normalizeSymbolSize(r4){return isArray$2(r4)||(r4=[+r4,+r4]),[r4[0]||0,r4[1]||0]}function normalizeSymbolOffset(r4,x_){if(r4!=null)return isArray$2(r4)||(r4=[r4,r4]),[parsePercent(r4[0],x_[0])||0,parsePercent(retrieve2(r4[1],r4[0]),x_[1])||0]}var LineSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.hasSymbolVisual=!0,$P}return x_.prototype.getInitialData=function($P){return createSeriesData(null,this,{useEncodeDefaulter:!0})},x_.prototype.getLegendIcon=function($P){var zP=new Group$3,z9=createSymbol$1("line",0,$P.itemHeight/2,$P.itemWidth,0,$P.lineStyle.stroke,!1);zP.add(z9),z9.setStyle($P.lineStyle);var eAe=this.getData().getVisual("symbol"),tAe=this.getData().getVisual("symbolRotate"),AAe=eAe==="none"?"circle":eAe,iAe=$P.itemHeight*.8,nAe=createSymbol$1(AAe,($P.itemWidth-iAe)/2,($P.itemHeight-iAe)/2,iAe,iAe,$P.itemStyle.fill);zP.add(nAe),nAe.setStyle($P.itemStyle);var oAe=$P.iconRotate==="inherit"?tAe:$P.iconRotate||0;return nAe.rotation=oAe*Math.PI/180,nAe.setOrigin([$P.itemWidth/2,$P.itemHeight/2]),AAe.indexOf("empty")>-1&&(nAe.style.stroke=nAe.style.fill,nAe.style.fill="#fff",nAe.style.lineWidth=2),zP},x_.type="series.line",x_.dependencies=["grid","polar"],x_.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},x_}(SeriesModel);function getDefaultLabel(r4,x_){var $P=r4.mapDimensionsAll("defaultedLabel"),zP=$P.length;if(zP===1){var z9=retrieveRawValue(r4,x_,$P[0]);return z9!=null?z9+"":null}else if(zP){for(var eAe=[],tAe=0;tAe<$P.length;tAe++)eAe.push(retrieveRawValue(r4,x_,$P[tAe]));return eAe.join(" ")}}function getDefaultInterpolatedLabel(r4,x_){var $P=r4.mapDimensionsAll("defaultedLabel");if(!isArray$2(x_))return x_+"";for(var zP=[],z9=0;z9<$P.length;z9++){var eAe=r4.getDimensionIndex($P[z9]);eAe>=0&&zP.push(x_[eAe])}return zP.join(" ")}var Symbol$1=function(r4){__extends$1(x_,r4);function x_($P,zP,z9,eAe){var tAe=r4.call(this)||this;return tAe.updateData($P,zP,z9,eAe),tAe}return x_.prototype._createSymbol=function($P,zP,z9,eAe,tAe){this.removeAll();var AAe=createSymbol$1($P,-1,-1,2,2,null,tAe);AAe.attr({z2:100,culling:!0,scaleX:eAe[0]/2,scaleY:eAe[1]/2}),AAe.drift=driftSymbol,this._symbolType=$P,this.add(AAe)},x_.prototype.stopSymbolAnimation=function($P){this.childAt(0).stopAnimation(null,$P)},x_.prototype.getSymbolType=function(){return this._symbolType},x_.prototype.getSymbolPath=function(){return this.childAt(0)},x_.prototype.highlight=function(){enterEmphasis(this.childAt(0))},x_.prototype.downplay=function(){leaveEmphasis(this.childAt(0))},x_.prototype.setZ=function($P,zP){var z9=this.childAt(0);z9.zlevel=$P,z9.z=zP},x_.prototype.setDraggable=function($P,zP){var z9=this.childAt(0);z9.draggable=$P,z9.cursor=!zP&&$P?"move":z9.cursor},x_.prototype.updateData=function($P,zP,z9,eAe){this.silent=!1;var tAe=$P.getItemVisual(zP,"symbol")||"circle",AAe=$P.hostModel,iAe=x_.getSymbolSize($P,zP),nAe=tAe!==this._symbolType,oAe=eAe&&eAe.disableAnimation;if(nAe){var aAe=$P.getItemVisual(zP,"symbolKeepAspect");this._createSymbol(tAe,$P,zP,iAe,aAe)}else{var cAe=this.childAt(0);cAe.silent=!1;var uAe={scaleX:iAe[0]/2,scaleY:iAe[1]/2};oAe?cAe.attr(uAe):updateProps$1(cAe,uAe,AAe,zP),saveOldStyle(cAe)}if(this._updateCommon($P,zP,iAe,z9,eAe),nAe){var cAe=this.childAt(0);if(!oAe){var uAe={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:cAe.style.opacity}};cAe.scaleX=cAe.scaleY=0,cAe.style.opacity=0,initProps(cAe,uAe,AAe,zP)}}oAe&&this.childAt(0).stopAnimation("leave")},x_.prototype._updateCommon=function($P,zP,z9,eAe,tAe){var AAe=this.childAt(0),iAe=$P.hostModel,nAe,oAe,aAe,cAe,uAe,dAe,EAe,gAe,pAe;if(eAe&&(nAe=eAe.emphasisItemStyle,oAe=eAe.blurItemStyle,aAe=eAe.selectItemStyle,cAe=eAe.focus,uAe=eAe.blurScope,EAe=eAe.labelStatesModels,gAe=eAe.hoverScale,pAe=eAe.cursorStyle,dAe=eAe.emphasisDisabled),!eAe||$P.hasItemOption){var mAe=eAe&&eAe.itemModel?eAe.itemModel:$P.getItemModel(zP),SAe=mAe.getModel("emphasis");nAe=SAe.getModel("itemStyle").getItemStyle(),aAe=mAe.getModel(["select","itemStyle"]).getItemStyle(),oAe=mAe.getModel(["blur","itemStyle"]).getItemStyle(),cAe=SAe.get("focus"),uAe=SAe.get("blurScope"),dAe=SAe.get("disabled"),EAe=getLabelStatesModels(mAe),gAe=SAe.getShallow("scale"),pAe=mAe.getShallow("cursor")}var DAe=$P.getItemVisual(zP,"symbolRotate");AAe.attr("rotation",(DAe||0)*Math.PI/180||0);var NAe=normalizeSymbolOffset($P.getItemVisual(zP,"symbolOffset"),z9);NAe&&(AAe.x=NAe[0],AAe.y=NAe[1]),pAe&&AAe.attr("cursor",pAe);var TAe=$P.getItemVisual(zP,"style"),bAe=TAe.fill;if(AAe instanceof ZRImage){var GAe=AAe.style;AAe.useStyle(extend$1({image:GAe.image,x:GAe.x,y:GAe.y,width:GAe.width,height:GAe.height},TAe))}else AAe.__isEmptyBrush?AAe.useStyle(extend$1({},TAe)):AAe.useStyle(TAe),AAe.style.decal=null,AAe.setColor(bAe,tAe&&tAe.symbolInnerColor),AAe.style.strokeNoScale=!0;var LAe=$P.getItemVisual(zP,"liftZ"),wAe=this._z2;LAe!=null?wAe==null&&(this._z2=AAe.z2,AAe.z2+=LAe):wAe!=null&&(AAe.z2=wAe,this._z2=null);var OAe=tAe&&tAe.useNameLabel;setLabelStyle(AAe,EAe,{labelFetcher:iAe,labelDataIndex:zP,defaultText:PAe,inheritColor:bAe,defaultOpacity:TAe.opacity});function PAe(eIe){return OAe?$P.getName(eIe):getDefaultLabel($P,eIe)}this._sizeX=z9[0]/2,this._sizeY=z9[1]/2;var HAe=AAe.ensureState("emphasis");HAe.style=nAe,AAe.ensureState("select").style=aAe,AAe.ensureState("blur").style=oAe;var zAe=gAe==null||gAe===!0?Math.max(1.1,3/this._sizeY):isFinite(gAe)&&gAe>0?+gAe:1;HAe.scaleX=this._sizeX*zAe,HAe.scaleY=this._sizeY*zAe,this.setSymbolScale(1),toggleHoverEmphasis(this,cAe,uAe,dAe)},x_.prototype.setSymbolScale=function($P){this.scaleX=this.scaleY=$P},x_.prototype.fadeOut=function($P,zP,z9){var eAe=this.childAt(0),tAe=getECData(this).dataIndex,AAe=z9&&z9.animation;if(this.silent=eAe.silent=!0,z9&&z9.fadeLabel){var iAe=eAe.getTextContent();iAe&&removeElement(iAe,{style:{opacity:0}},zP,{dataIndex:tAe,removeOpt:AAe,cb:function(){eAe.removeTextContent()}})}else eAe.removeTextContent();removeElement(eAe,{style:{opacity:0},scaleX:0,scaleY:0},zP,{dataIndex:tAe,cb:$P,removeOpt:AAe})},x_.getSymbolSize=function($P,zP){return normalizeSymbolSize($P.getItemVisual(zP,"symbolSize"))},x_}(Group$3);function driftSymbol(r4,x_){this.parent.drift(r4,x_)}function symbolNeedsDraw$1(r4,x_,$P,zP){return x_&&!isNaN(x_[0])&&!isNaN(x_[1])&&!(zP.isIgnore&&zP.isIgnore($P))&&!(zP.clipShape&&!zP.clipShape.contain(x_[0],x_[1]))&&r4.getItemVisual($P,"symbol")!=="none"}function normalizeUpdateOpt(r4){return r4!=null&&!isObject$4(r4)&&(r4={isIgnore:r4}),r4||{}}function makeSeriesScope$2(r4){var x_=r4.hostModel,$P=x_.getModel("emphasis");return{emphasisItemStyle:$P.getModel("itemStyle").getItemStyle(),blurItemStyle:x_.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:x_.getModel(["select","itemStyle"]).getItemStyle(),focus:$P.get("focus"),blurScope:$P.get("blurScope"),emphasisDisabled:$P.get("disabled"),hoverScale:$P.get("scale"),labelStatesModels:getLabelStatesModels(x_),cursorStyle:x_.get("cursor")}}var SymbolDraw=function(){function r4(x_){this.group=new Group$3,this._SymbolCtor=x_||Symbol$1}return r4.prototype.updateData=function(x_,$P){this._progressiveEls=null,$P=normalizeUpdateOpt($P);var zP=this.group,z9=x_.hostModel,eAe=this._data,tAe=this._SymbolCtor,AAe=$P.disableAnimation,iAe=makeSeriesScope$2(x_),nAe={disableAnimation:AAe},oAe=$P.getSymbolPoint||function(aAe){return x_.getItemLayout(aAe)};eAe||zP.removeAll(),x_.diff(eAe).add(function(aAe){var cAe=oAe(aAe);if(symbolNeedsDraw$1(x_,cAe,aAe,$P)){var uAe=new tAe(x_,aAe,iAe,nAe);uAe.setPosition(cAe),x_.setItemGraphicEl(aAe,uAe),zP.add(uAe)}}).update(function(aAe,cAe){var uAe=eAe.getItemGraphicEl(cAe),dAe=oAe(aAe);if(!symbolNeedsDraw$1(x_,dAe,aAe,$P)){zP.remove(uAe);return}var EAe=x_.getItemVisual(aAe,"symbol")||"circle",gAe=uAe&&uAe.getSymbolType&&uAe.getSymbolType();if(!uAe||gAe&&gAe!==EAe)zP.remove(uAe),uAe=new tAe(x_,aAe,iAe,nAe),uAe.setPosition(dAe);else{uAe.updateData(x_,aAe,iAe,nAe);var pAe={x:dAe[0],y:dAe[1]};AAe?uAe.attr(pAe):updateProps$1(uAe,pAe,z9)}zP.add(uAe),x_.setItemGraphicEl(aAe,uAe)}).remove(function(aAe){var cAe=eAe.getItemGraphicEl(aAe);cAe&&cAe.fadeOut(function(){zP.remove(cAe)},z9)}).execute(),this._getSymbolPoint=oAe,this._data=x_},r4.prototype.updateLayout=function(){var x_=this,$P=this._data;$P&&$P.eachItemGraphicEl(function(zP,z9){var eAe=x_._getSymbolPoint(z9);zP.setPosition(eAe),zP.markRedraw()})},r4.prototype.incrementalPrepareUpdate=function(x_){this._seriesScope=makeSeriesScope$2(x_),this._data=null,this.group.removeAll()},r4.prototype.incrementalUpdate=function(x_,$P,zP){this._progressiveEls=[],zP=normalizeUpdateOpt(zP);function z9(iAe){iAe.isGroup||(iAe.incremental=!0,iAe.ensureState("emphasis").hoverLayer=!0)}for(var eAe=x_.start;eAe0?$P=zP[0]:zP[1]<0&&($P=zP[1]),$P}function getStackedOnPoint(r4,x_,$P,zP){var z9=NaN;r4.stacked&&(z9=$P.get($P.getCalculationInfo("stackedOverDimension"),zP)),isNaN(z9)&&(z9=r4.valueStart);var eAe=r4.baseDataOffset,tAe=[];return tAe[eAe]=$P.get(r4.baseDim,zP),tAe[1-eAe]=z9,x_.dataToPoint(tAe)}var supportFloat32Array=typeof Float32Array<"u",Float32ArrayCtor=supportFloat32Array?Float32Array:Array;function createFloat32Array(r4){return isArray$2(r4)?supportFloat32Array?new Float32Array(r4):r4:new Float32ArrayCtor(r4)}function diffData(r4,x_){var $P=[];return x_.diff(r4).add(function(zP){$P.push({cmd:"+",idx:zP})}).update(function(zP,z9){$P.push({cmd:"=",idx:z9,idx1:zP})}).remove(function(zP){$P.push({cmd:"-",idx:zP})}).execute(),$P}function lineAnimationDiff(r4,x_,$P,zP,z9,eAe,tAe,AAe){for(var iAe=diffData(r4,x_),nAe=[],oAe=[],aAe=[],cAe=[],uAe=[],dAe=[],EAe=[],gAe=prepareDataCoordInfo(z9,x_,tAe),pAe=r4.getLayout("points")||[],mAe=x_.getLayout("points")||[],SAe=0;SAe=z9||EAe<0)break;if(isPointNull$1(pAe,mAe)){if(iAe){EAe+=eAe;continue}break}if(EAe===$P)r4[eAe>0?"moveTo":"lineTo"](pAe,mAe),aAe=pAe,cAe=mAe;else{var SAe=pAe-nAe,DAe=mAe-oAe;if(SAe*SAe+DAe*DAe<.5){EAe+=eAe;continue}if(tAe>0){for(var NAe=EAe+eAe,TAe=x_[NAe*2],bAe=x_[NAe*2+1];TAe===pAe&&bAe===mAe&&gAe=zP||isPointNull$1(TAe,bAe))uAe=pAe,dAe=mAe;else{wAe=TAe-nAe,OAe=bAe-oAe;var zAe=pAe-nAe,eIe=TAe-pAe,iIe=mAe-oAe,rIe=bAe-mAe,AIe=void 0,XAe=void 0;if(AAe==="x"){AIe=Math.abs(zAe),XAe=Math.abs(eIe);var EIe=wAe>0?1:-1;uAe=pAe-EIe*AIe*tAe,dAe=mAe,PAe=pAe+EIe*XAe*tAe,HAe=mAe}else if(AAe==="y"){AIe=Math.abs(iIe),XAe=Math.abs(rIe);var hIe=OAe>0?1:-1;uAe=pAe,dAe=mAe-hIe*AIe*tAe,PAe=pAe,HAe=mAe+hIe*XAe*tAe}else AIe=Math.sqrt(zAe*zAe+iIe*iIe),XAe=Math.sqrt(eIe*eIe+rIe*rIe),LAe=XAe/(XAe+AIe),uAe=pAe-wAe*tAe*(1-LAe),dAe=mAe-OAe*tAe*(1-LAe),PAe=pAe+wAe*tAe*LAe,HAe=mAe+OAe*tAe*LAe,PAe=mathMin$5(PAe,mathMax$5(TAe,pAe)),HAe=mathMin$5(HAe,mathMax$5(bAe,mAe)),PAe=mathMax$5(PAe,mathMin$5(TAe,pAe)),HAe=mathMax$5(HAe,mathMin$5(bAe,mAe)),wAe=PAe-pAe,OAe=HAe-mAe,uAe=pAe-wAe*AIe/XAe,dAe=mAe-OAe*AIe/XAe,uAe=mathMin$5(uAe,mathMax$5(nAe,pAe)),dAe=mathMin$5(dAe,mathMax$5(oAe,mAe)),uAe=mathMax$5(uAe,mathMin$5(nAe,pAe)),dAe=mathMax$5(dAe,mathMin$5(oAe,mAe)),wAe=pAe-uAe,OAe=mAe-dAe,PAe=pAe+wAe*XAe/AIe,HAe=mAe+OAe*XAe/AIe}r4.bezierCurveTo(aAe,cAe,uAe,dAe,pAe,mAe),aAe=PAe,cAe=HAe}else r4.lineTo(pAe,mAe)}nAe=pAe,oAe=mAe,EAe+=eAe}return gAe}var ECPolylineShape=function(){function r4(){this.smooth=0,this.smoothConstraint=!0}return r4}(),ECPolyline=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="ec-polyline",zP}return x_.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},x_.prototype.getDefaultShape=function(){return new ECPolylineShape},x_.prototype.buildPath=function($P,zP){var z9=zP.points,eAe=0,tAe=z9.length/2;if(zP.connectNulls){for(;tAe>0&&isPointNull$1(z9[tAe*2-2],z9[tAe*2-1]);tAe--);for(;eAe=0){var DAe=nAe?(dAe-iAe)*SAe+iAe:(uAe-AAe)*SAe+AAe;return nAe?[$P,DAe]:[DAe,$P]}AAe=uAe,iAe=dAe;break;case tAe.C:uAe=eAe[aAe++],dAe=eAe[aAe++],EAe=eAe[aAe++],gAe=eAe[aAe++],pAe=eAe[aAe++],mAe=eAe[aAe++];var NAe=nAe?cubicRootAt(AAe,uAe,EAe,pAe,$P,oAe):cubicRootAt(iAe,dAe,gAe,mAe,$P,oAe);if(NAe>0)for(var TAe=0;TAe=0){var DAe=nAe?cubicAt(iAe,dAe,gAe,mAe,bAe):cubicAt(AAe,uAe,EAe,pAe,bAe);return nAe?[$P,DAe]:[DAe,$P]}}AAe=pAe,iAe=mAe;break}}},x_}(Path),ECPolygonShape=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_}(ECPolylineShape),ECPolygon=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="ec-polygon",zP}return x_.prototype.getDefaultShape=function(){return new ECPolygonShape},x_.prototype.buildPath=function($P,zP){var z9=zP.points,eAe=zP.stackedOnPoints,tAe=0,AAe=z9.length/2,iAe=zP.smoothMonotone;if(zP.connectNulls){for(;AAe>0&&isPointNull$1(z9[AAe*2-2],z9[AAe*2-1]);AAe--);for(;tAex_){eAe?$P.push(tAe(eAe,iAe,x_)):z9&&$P.push(tAe(z9,iAe,0),tAe(z9,iAe,x_));break}else z9&&($P.push(tAe(z9,iAe,0)),z9=null),$P.push(iAe),eAe=iAe}return $P}function getVisualGradient(r4,x_,$P){var zP=r4.getVisual("visualMeta");if(!(!zP||!zP.length||!r4.count())&&x_.type==="cartesian2d"){for(var z9,eAe,tAe=zP.length-1;tAe>=0;tAe--){var AAe=r4.getDimensionInfo(zP[tAe].dimension);if(z9=AAe&&AAe.coordDim,z9==="x"||z9==="y"){eAe=zP[tAe];break}}if(eAe){var iAe=x_.getAxis(z9),nAe=map$1(eAe.stops,function(SAe){return{coord:iAe.toGlobalCoord(iAe.dataToCoord(SAe.value)),color:SAe.color}}),oAe=nAe.length,aAe=eAe.outerColors.slice();oAe&&nAe[0].coord>nAe[oAe-1].coord&&(nAe.reverse(),aAe.reverse());var cAe=clipColorStops(nAe,z9==="x"?$P.getWidth():$P.getHeight()),uAe=cAe.length;if(!uAe&&oAe)return nAe[0].coord<0?aAe[1]?aAe[1]:nAe[oAe-1].color:aAe[0]?aAe[0]:nAe[0].color;var dAe=10,EAe=cAe[0].coord-dAe,gAe=cAe[uAe-1].coord+dAe,pAe=gAe-EAe;if(pAe<.001)return"transparent";each$f(cAe,function(SAe){SAe.offset=(SAe.coord-EAe)/pAe}),cAe.push({offset:uAe?cAe[uAe-1].offset:.5,color:aAe[1]||"transparent"}),cAe.unshift({offset:uAe?cAe[0].offset:.5,color:aAe[0]||"transparent"});var mAe=new LinearGradient(0,0,0,0,cAe,!0);return mAe[z9]=EAe,mAe[z9+"2"]=gAe,mAe}}}function getIsIgnoreFunc(r4,x_,$P){var zP=r4.get("showAllSymbol"),z9=zP==="auto";if(!(zP&&!z9)){var eAe=$P.getAxesByScale("ordinal")[0];if(eAe&&!(z9&&canShowAllSymbolForCategory(eAe,x_))){var tAe=x_.mapDimension(eAe.dim),AAe={};return each$f(eAe.getViewLabels(),function(iAe){var nAe=eAe.scale.getRawOrdinalNumber(iAe.tickValue);AAe[nAe]=1}),function(iAe){return!AAe.hasOwnProperty(x_.get(tAe,iAe))}}}}function canShowAllSymbolForCategory(r4,x_){var $P=r4.getExtent(),zP=Math.abs($P[1]-$P[0])/r4.scale.count();isNaN(zP)&&(zP=0);for(var z9=x_.count(),eAe=Math.max(1,Math.round(z9/5)),tAe=0;tAezP)return!1;return!0}function isPointNull(r4,x_){return isNaN(r4)||isNaN(x_)}function getLastIndexNotNull(r4){for(var x_=r4.length/2;x_>0&&isPointNull(r4[x_*2-2],r4[x_*2-1]);x_--);return x_-1}function getPointAtIndex(r4,x_){return[r4[x_*2],r4[x_*2+1]]}function getIndexRange(r4,x_,$P){for(var zP=r4.length/2,z9=$P==="x"?0:1,eAe,tAe,AAe=0,iAe=-1,nAe=0;nAe=x_||eAe>=x_&&tAe<=x_){iAe=nAe;break}AAe=nAe,eAe=tAe}return{range:[AAe,iAe],t:(x_-eAe)/(tAe-eAe)}}function anyStateShowEndLabel(r4){if(r4.get(["endLabel","show"]))return!0;for(var x_=0;x_0&&$P.get(["emphasis","lineStyle","width"])==="bolder"){var XAe=dAe.getState("emphasis").style;XAe.lineWidth=+dAe.style.lineWidth+1}getECData(dAe).seriesIndex=$P.seriesIndex,toggleHoverEmphasis(dAe,iIe,rIe,AIe);var EIe=getSmooth($P.get("smooth")),hIe=$P.get("smoothMonotone");if(dAe.setShape({smooth:EIe,smoothMonotone:hIe,connectNulls:bAe}),EAe){var tIe=AAe.getCalculationInfo("stackedOnSeries"),gIe=0;EAe.useStyle(defaults$2(nAe.getAreaStyle(),{fill:PAe,opacity:.7,lineJoin:"bevel",decal:AAe.getVisual("style").decal})),tIe&&(gIe=getSmooth(tIe.get("smooth"))),EAe.setShape({smooth:EIe,stackedOnSmooth:gIe,smoothMonotone:hIe,connectNulls:bAe}),setStatesStylesFromModel(EAe,$P,"areaStyle"),getECData(EAe).seriesIndex=$P.seriesIndex,toggleHoverEmphasis(EAe,iIe,rIe,AIe)}var pIe=this._changePolyState;AAe.eachItemGraphicEl(function(_Ie){_Ie&&(_Ie.onHoverStateChange=pIe)}),this._polyline.onHoverStateChange=pIe,this._data=AAe,this._coordSys=eAe,this._stackedOnPoints=NAe,this._points=oAe,this._step=wAe,this._valueOrigin=SAe,$P.get("triggerLineEvent")&&(this.packEventData($P,dAe),EAe&&this.packEventData($P,EAe))},x_.prototype.packEventData=function($P,zP){getECData(zP).eventData={componentType:"series",componentSubType:"line",componentIndex:$P.componentIndex,seriesIndex:$P.seriesIndex,seriesName:$P.name,seriesType:"line"}},x_.prototype.highlight=function($P,zP,z9,eAe){var tAe=$P.getData(),AAe=queryDataIndex(tAe,eAe);if(this._changePolyState("emphasis"),!(AAe instanceof Array)&&AAe!=null&&AAe>=0){var iAe=tAe.getLayout("points"),nAe=tAe.getItemGraphicEl(AAe);if(!nAe){var oAe=iAe[AAe*2],aAe=iAe[AAe*2+1];if(isNaN(oAe)||isNaN(aAe)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(oAe,aAe))return;var cAe=$P.get("zlevel")||0,uAe=$P.get("z")||0;nAe=new Symbol$1(tAe,AAe),nAe.x=oAe,nAe.y=aAe,nAe.setZ(cAe,uAe);var dAe=nAe.getSymbolPath().getTextContent();dAe&&(dAe.zlevel=cAe,dAe.z=uAe,dAe.z2=this._polyline.z2+1),nAe.__temp=!0,tAe.setItemGraphicEl(AAe,nAe),nAe.stopSymbolAnimation(!0),this.group.add(nAe)}nAe.highlight()}else ChartView.prototype.highlight.call(this,$P,zP,z9,eAe)},x_.prototype.downplay=function($P,zP,z9,eAe){var tAe=$P.getData(),AAe=queryDataIndex(tAe,eAe);if(this._changePolyState("normal"),AAe!=null&&AAe>=0){var iAe=tAe.getItemGraphicEl(AAe);iAe&&(iAe.__temp?(tAe.setItemGraphicEl(AAe,null),this.group.remove(iAe)):iAe.downplay())}else ChartView.prototype.downplay.call(this,$P,zP,z9,eAe)},x_.prototype._changePolyState=function($P){var zP=this._polygon;setStatesFlag(this._polyline,$P),zP&&setStatesFlag(zP,$P)},x_.prototype._newPolyline=function($P){var zP=this._polyline;return zP&&this._lineGroup.remove(zP),zP=new ECPolyline({shape:{points:$P},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(zP),this._polyline=zP,zP},x_.prototype._newPolygon=function($P,zP){var z9=this._polygon;return z9&&this._lineGroup.remove(z9),z9=new ECPolygon({shape:{points:$P,stackedOnPoints:zP},segmentIgnoreThreshold:2}),this._lineGroup.add(z9),this._polygon=z9,z9},x_.prototype._initSymbolLabelAnimation=function($P,zP,z9){var eAe,tAe,AAe=zP.getBaseAxis(),iAe=AAe.inverse;zP.type==="cartesian2d"?(eAe=AAe.isHorizontal(),tAe=!1):zP.type==="polar"&&(eAe=AAe.dim==="angle",tAe=!0);var nAe=$P.hostModel,oAe=nAe.get("animationDuration");isFunction(oAe)&&(oAe=oAe(null));var aAe=nAe.get("animationDelay")||0,cAe=isFunction(aAe)?aAe(null):aAe;$P.eachItemGraphicEl(function(uAe,dAe){var EAe=uAe;if(EAe){var gAe=[uAe.x,uAe.y],pAe=void 0,mAe=void 0,SAe=void 0;if(z9)if(tAe){var DAe=z9,NAe=zP.pointToCoord(gAe);eAe?(pAe=DAe.startAngle,mAe=DAe.endAngle,SAe=-NAe[1]/180*Math.PI):(pAe=DAe.r0,mAe=DAe.r,SAe=NAe[0])}else{var TAe=z9;eAe?(pAe=TAe.x,mAe=TAe.x+TAe.width,SAe=uAe.x):(pAe=TAe.y+TAe.height,mAe=TAe.y,SAe=uAe.y)}var bAe=mAe===pAe?0:(SAe-pAe)/(mAe-pAe);iAe&&(bAe=1-bAe);var GAe=isFunction(aAe)?aAe(dAe):oAe*bAe+cAe,LAe=EAe.getSymbolPath(),wAe=LAe.getTextContent();EAe.attr({scaleX:0,scaleY:0}),EAe.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:GAe}),wAe&&wAe.animateFrom({style:{opacity:0}},{duration:300,delay:GAe}),LAe.disableLabelAnimation=!0}})},x_.prototype._initOrUpdateEndLabel=function($P,zP,z9){var eAe=$P.getModel("endLabel");if(anyStateShowEndLabel($P)){var tAe=$P.getData(),AAe=this._polyline,iAe=tAe.getLayout("points");if(!iAe){AAe.removeTextContent(),this._endLabel=null;return}var nAe=this._endLabel;nAe||(nAe=this._endLabel=new ZRText({z2:200}),nAe.ignoreClip=!0,AAe.setTextContent(this._endLabel),AAe.disableLabelAnimation=!0);var oAe=getLastIndexNotNull(iAe);oAe>=0&&(setLabelStyle(AAe,getLabelStatesModels($P,"endLabel"),{inheritColor:z9,labelFetcher:$P,labelDataIndex:oAe,defaultText:function(aAe,cAe,uAe){return uAe!=null?getDefaultInterpolatedLabel(tAe,uAe):getDefaultLabel(tAe,aAe)},enableTextSetter:!0},getEndLabelStateSpecified(eAe,zP)),AAe.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},x_.prototype._endLabelOnDuring=function($P,zP,z9,eAe,tAe,AAe,iAe){var nAe=this._endLabel,oAe=this._polyline;if(nAe){$P<1&&eAe.originalX==null&&(eAe.originalX=nAe.x,eAe.originalY=nAe.y);var aAe=z9.getLayout("points"),cAe=z9.hostModel,uAe=cAe.get("connectNulls"),dAe=AAe.get("precision"),EAe=AAe.get("distance")||0,gAe=iAe.getBaseAxis(),pAe=gAe.isHorizontal(),mAe=gAe.inverse,SAe=zP.shape,DAe=mAe?pAe?SAe.x:SAe.y+SAe.height:pAe?SAe.x+SAe.width:SAe.y,NAe=(pAe?EAe:0)*(mAe?-1:1),TAe=(pAe?0:-EAe)*(mAe?-1:1),bAe=pAe?"x":"y",GAe=getIndexRange(aAe,DAe,bAe),LAe=GAe.range,wAe=LAe[1]-LAe[0],OAe=void 0;if(wAe>=1){if(wAe>1&&!uAe){var PAe=getPointAtIndex(aAe,LAe[0]);nAe.attr({x:PAe[0]+NAe,y:PAe[1]+TAe}),tAe&&(OAe=cAe.getRawValue(LAe[0]))}else{var PAe=oAe.getPointOn(DAe,bAe);PAe&&nAe.attr({x:PAe[0]+NAe,y:PAe[1]+TAe});var HAe=cAe.getRawValue(LAe[0]),zAe=cAe.getRawValue(LAe[1]);tAe&&(OAe=interpolateRawValues(z9,dAe,HAe,zAe,GAe.t))}eAe.lastFrameIndex=LAe[0]}else{var eIe=$P===1||eAe.lastFrameIndex>0?LAe[0]:0,PAe=getPointAtIndex(aAe,eIe);tAe&&(OAe=cAe.getRawValue(eIe)),nAe.attr({x:PAe[0]+NAe,y:PAe[1]+TAe})}if(tAe){var iIe=labelInner(nAe);typeof iIe.setLabelText=="function"&&iIe.setLabelText(OAe)}}},x_.prototype._doUpdateAnimation=function($P,zP,z9,eAe,tAe,AAe,iAe){var nAe=this._polyline,oAe=this._polygon,aAe=$P.hostModel,cAe=lineAnimationDiff(this._data,$P,this._stackedOnPoints,zP,this._coordSys,z9,this._valueOrigin),uAe=cAe.current,dAe=cAe.stackedOnCurrent,EAe=cAe.next,gAe=cAe.stackedOnNext;if(tAe&&(dAe=turnPointsIntoStep(cAe.stackedOnCurrent,cAe.current,z9,tAe,iAe),uAe=turnPointsIntoStep(cAe.current,null,z9,tAe,iAe),gAe=turnPointsIntoStep(cAe.stackedOnNext,cAe.next,z9,tAe,iAe),EAe=turnPointsIntoStep(cAe.next,null,z9,tAe,iAe)),getBoundingDiff(uAe,EAe)>3e3||oAe&&getBoundingDiff(dAe,gAe)>3e3){nAe.stopAnimation(),nAe.setShape({points:EAe}),oAe&&(oAe.stopAnimation(),oAe.setShape({points:EAe,stackedOnPoints:gAe}));return}nAe.shape.__points=cAe.current,nAe.shape.points=uAe;var pAe={shape:{points:EAe}};cAe.current!==uAe&&(pAe.shape.__points=cAe.next),nAe.stopAnimation(),updateProps$1(nAe,pAe,aAe),oAe&&(oAe.setShape({points:uAe,stackedOnPoints:dAe}),oAe.stopAnimation(),updateProps$1(oAe,{shape:{stackedOnPoints:gAe}},aAe),nAe.shape.points!==oAe.shape.points&&(oAe.shape.points=nAe.shape.points));for(var mAe=[],SAe=cAe.status,DAe=0;DAex_&&(x_=r4[$P]);return isFinite(x_)?x_:NaN},min:function(r4){for(var x_=1/0,$P=0;$P10&&tAe.type==="cartesian2d"&&eAe){var iAe=tAe.getBaseAxis(),nAe=tAe.getOtherAxis(iAe),oAe=iAe.getExtent(),aAe=zP.getDevicePixelRatio(),cAe=Math.abs(oAe[1]-oAe[0])*(aAe||1),uAe=Math.round(AAe/cAe);if(isFinite(uAe)&&uAe>1){eAe==="lttb"?x_.setData(z9.lttbDownSample(z9.mapDimension(nAe.dim),1/uAe)):eAe==="minmax"&&x_.setData(z9.minmaxDownSample(z9.mapDimension(nAe.dim),1/uAe));var dAe=void 0;isString(eAe)?dAe=samplers[eAe]:isFunction(eAe)&&(dAe=eAe),dAe&&x_.setData(z9.downSample(z9.mapDimension(nAe.dim),1/uAe,dAe,indexSampler))}}}}}function install$S(r4){r4.registerChartView(LineView),r4.registerSeriesModel(LineSeriesModel),r4.registerLayout(pointsLayout("line",!0)),r4.registerVisual({seriesType:"line",reset:function(x_){var $P=x_.getData(),zP=x_.getModel("lineStyle").getLineStyle();zP&&!zP.stroke&&(zP.stroke=$P.getVisual("style").fill),$P.setVisual("legendLineStyle",zP)}}),r4.registerProcessor(r4.PRIORITY.PROCESSOR.STATISTIC,dataSample("line"))}var STACK_PREFIX="__ec_stack_";function getSeriesStackId$1(r4){return r4.get("stack")||STACK_PREFIX+r4.seriesIndex}function getAxisKey$1(r4){return r4.dim+r4.index}function getLayoutOnAxis(r4){var x_=[],$P=r4.axis,zP="axis0";if($P.type==="category"){for(var z9=$P.getBandWidth(),eAe=0;eAe0&&(eAe=eAe===null?AAe:Math.min(eAe,AAe))}$P[zP]=eAe}}return $P}function makeColumnLayout(r4){var x_=getValueAxesMinGaps(r4),$P=[];return each$f(r4,function(zP){var z9=zP.coordinateSystem,eAe=z9.getBaseAxis(),tAe=eAe.getExtent(),AAe;if(eAe.type==="category")AAe=eAe.getBandWidth();else if(eAe.type==="value"||eAe.type==="time"){var iAe=eAe.dim+"_"+eAe.index,nAe=x_[iAe],oAe=Math.abs(tAe[1]-tAe[0]),aAe=eAe.scale.getExtent(),cAe=Math.abs(aAe[1]-aAe[0]);AAe=nAe?oAe/cAe*nAe:oAe}else{var uAe=zP.getData();AAe=Math.abs(tAe[1]-tAe[0])/uAe.count()}var dAe=parsePercent(zP.get("barWidth"),AAe),EAe=parsePercent(zP.get("barMaxWidth"),AAe),gAe=parsePercent(zP.get("barMinWidth")||(isInLargeMode(zP)?.5:1),AAe),pAe=zP.get("barGap"),mAe=zP.get("barCategoryGap");$P.push({bandWidth:AAe,barWidth:dAe,barMaxWidth:EAe,barMinWidth:gAe,barGap:pAe,barCategoryGap:mAe,axisKey:getAxisKey$1(eAe),stackId:getSeriesStackId$1(zP)})}),doCalBarWidthAndOffset($P)}function doCalBarWidthAndOffset(r4){var x_={};each$f(r4,function(zP,z9){var eAe=zP.axisKey,tAe=zP.bandWidth,AAe=x_[eAe]||{bandWidth:tAe,remainedWidth:tAe,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},iAe=AAe.stacks;x_[eAe]=AAe;var nAe=zP.stackId;iAe[nAe]||AAe.autoWidthCount++,iAe[nAe]=iAe[nAe]||{width:0,maxWidth:0};var oAe=zP.barWidth;oAe&&!iAe[nAe].width&&(iAe[nAe].width=oAe,oAe=Math.min(AAe.remainedWidth,oAe),AAe.remainedWidth-=oAe);var aAe=zP.barMaxWidth;aAe&&(iAe[nAe].maxWidth=aAe);var cAe=zP.barMinWidth;cAe&&(iAe[nAe].minWidth=cAe);var uAe=zP.barGap;uAe!=null&&(AAe.gap=uAe);var dAe=zP.barCategoryGap;dAe!=null&&(AAe.categoryGap=dAe)});var $P={};return each$f(x_,function(zP,z9){$P[z9]={};var eAe=zP.stacks,tAe=zP.bandWidth,AAe=zP.categoryGap;if(AAe==null){var iAe=keys(eAe).length;AAe=Math.max(35-iAe*4,15)+"%"}var nAe=parsePercent(AAe,tAe),oAe=parsePercent(zP.gap,1),aAe=zP.remainedWidth,cAe=zP.autoWidthCount,uAe=(aAe-nAe)/(cAe+(cAe-1)*oAe);uAe=Math.max(uAe,0),each$f(eAe,function(pAe){var mAe=pAe.maxWidth,SAe=pAe.minWidth;if(pAe.width){var DAe=pAe.width;mAe&&(DAe=Math.min(DAe,mAe)),SAe&&(DAe=Math.max(DAe,SAe)),pAe.width=DAe,aAe-=DAe+oAe*DAe,cAe--}else{var DAe=uAe;mAe&&mAeDAe&&(DAe=SAe),DAe!==uAe&&(pAe.width=DAe,aAe-=DAe+oAe*DAe,cAe--)}}),uAe=(aAe-nAe)/(cAe+(cAe-1)*oAe),uAe=Math.max(uAe,0);var dAe=0,EAe;each$f(eAe,function(pAe,mAe){pAe.width||(pAe.width=uAe),EAe=pAe,dAe+=pAe.width*(1+oAe)}),EAe&&(dAe-=EAe.width*oAe);var gAe=-dAe/2;each$f(eAe,function(pAe,mAe){$P[z9][mAe]=$P[z9][mAe]||{bandWidth:tAe,offset:gAe,width:pAe.width},gAe+=pAe.width*(1+oAe)})}),$P}function retrieveColumnLayout(r4,x_,$P){if(r4&&x_){var zP=r4[getAxisKey$1(x_)];return zP}}function layout$3(r4,x_){var $P=prepareLayoutBarSeries(r4,x_),zP=makeColumnLayout($P);each$f($P,function(z9){var eAe=z9.getData(),tAe=z9.coordinateSystem,AAe=tAe.getBaseAxis(),iAe=getSeriesStackId$1(z9),nAe=zP[getAxisKey$1(AAe)][iAe],oAe=nAe.offset,aAe=nAe.width;eAe.setLayout({bandWidth:nAe.bandWidth,offset:oAe,size:aAe})})}function createProgressiveLayout(r4){return{seriesType:r4,plan:createRenderPlanner(),reset:function(x_){if(isOnCartesian(x_)){var $P=x_.getData(),zP=x_.coordinateSystem,z9=zP.getBaseAxis(),eAe=zP.getOtherAxis(z9),tAe=$P.getDimensionIndex($P.mapDimension(eAe.dim)),AAe=$P.getDimensionIndex($P.mapDimension(z9.dim)),iAe=x_.get("showBackground",!0),nAe=$P.mapDimension(eAe.dim),oAe=$P.getCalculationInfo("stackResultDimension"),aAe=isDimensionStacked($P,nAe)&&!!$P.getCalculationInfo("stackedOnSeries"),cAe=eAe.isHorizontal(),uAe=getValueAxisStart(z9,eAe),dAe=isInLargeMode(x_),EAe=x_.get("barMinHeight")||0,gAe=oAe&&$P.getDimensionIndex(oAe),pAe=$P.getLayout("size"),mAe=$P.getLayout("offset");return{progress:function(SAe,DAe){for(var NAe=SAe.count,TAe=dAe&&createFloat32Array(NAe*3),bAe=dAe&&iAe&&createFloat32Array(NAe*3),GAe=dAe&&createFloat32Array(NAe),LAe=zP.master.getRect(),wAe=cAe?LAe.width:LAe.height,OAe,PAe=DAe.getStore(),HAe=0;(OAe=SAe.next())!=null;){var zAe=PAe.get(aAe?gAe:tAe,OAe),eIe=PAe.get(AAe,OAe),iIe=uAe,rIe=void 0;aAe&&(rIe=+zAe-PAe.get(tAe,OAe));var AIe=void 0,XAe=void 0,EIe=void 0,hIe=void 0;if(cAe){var tIe=zP.dataToPoint([zAe,eIe]);if(aAe){var gIe=zP.dataToPoint([rIe,eIe]);iIe=gIe[0]}AIe=iIe,XAe=tIe[1]+mAe,EIe=tIe[0]-iIe,hIe=pAe,Math.abs(EIe)0?$P:1:$P))}var BaseBarSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.getInitialData=function($P,zP){return createSeriesData(null,this,{useEncodeDefaulter:!0})},x_.prototype.getMarkerPosition=function($P,zP,z9){var eAe=this.coordinateSystem;if(eAe&&eAe.clampData){var tAe=eAe.clampData($P),AAe=eAe.dataToPoint(tAe);if(z9)each$f(eAe.getAxes(),function(cAe,uAe){if(cAe.type==="category"&&zP!=null){var dAe=cAe.getTicksCoords(),EAe=cAe.getTickModel().get("alignWithLabel"),gAe=tAe[uAe],pAe=zP[uAe]==="x1"||zP[uAe]==="y1";if(pAe&&!EAe&&(gAe+=1),dAe.length<2)return;if(dAe.length===2){AAe[uAe]=cAe.toGlobalCoord(cAe.getExtent()[pAe?1:0]);return}for(var mAe=void 0,SAe=void 0,DAe=1,NAe=0;NAegAe){SAe=(TAe+mAe)/2;break}NAe===1&&(DAe=bAe-dAe[0].tickValue)}SAe==null&&(mAe?mAe&&(SAe=dAe[dAe.length-1].coord):SAe=dAe[0].coord),AAe[uAe]=cAe.toGlobalCoord(SAe)}});else{var iAe=this.getData(),nAe=iAe.getLayout("offset"),oAe=iAe.getLayout("size"),aAe=eAe.getBaseAxis().isHorizontal()?0:1;AAe[aAe]+=nAe+oAe/2}return AAe}return[NaN,NaN]},x_.type="series.__base_bar__",x_.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},x_}(SeriesModel);SeriesModel.registerClass(BaseBarSeriesModel);var BarSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.getInitialData=function(){return createSeriesData(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},x_.prototype.getProgressive=function(){return this.get("large")?this.get("progressive"):!1},x_.prototype.getProgressiveThreshold=function(){var $P=this.get("progressiveThreshold"),zP=this.get("largeThreshold");return zP>$P&&($P=zP),$P},x_.prototype.brushSelector=function($P,zP,z9){return z9.rect(zP.getItemLayout($P))},x_.type="series.bar",x_.dependencies=["grid","polar"],x_.defaultOption=inheritDefaultOption(BaseBarSeriesModel.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),x_}(BaseBarSeriesModel),ORIGIN_METHOD="\0__throttleOriginMethod",RATE="\0__throttleRate",THROTTLE_TYPE="\0__throttleType";function throttle$1(r4,x_,$P){var zP,z9=0,eAe=0,tAe=null,AAe,iAe,nAe,oAe;x_=x_||0;function aAe(){eAe=new Date().getTime(),tAe=null,r4.apply(iAe,nAe||[])}var cAe=function(){for(var uAe=[],dAe=0;dAe=0?aAe():tAe=setTimeout(aAe,-AAe),z9=zP};return cAe.clear=function(){tAe&&(clearTimeout(tAe),tAe=null)},cAe.debounceNextCall=function(uAe){oAe=uAe},cAe}function createOrUpdate(r4,x_,$P,zP){var z9=r4[x_];if(z9){var eAe=z9[ORIGIN_METHOD]||z9,tAe=z9[THROTTLE_TYPE],AAe=z9[RATE];if(AAe!==$P||tAe!==zP){if($P==null||!zP)return r4[x_]=eAe;z9=r4[x_]=throttle$1(eAe,$P,zP==="debounce"),z9[ORIGIN_METHOD]=eAe,z9[THROTTLE_TYPE]=zP,z9[RATE]=$P}return z9}}function clear$1(r4,x_){var $P=r4[x_];$P&&$P[ORIGIN_METHOD]&&($P.clear&&$P.clear(),r4[x_]=$P[ORIGIN_METHOD])}var SausageShape=function(){function r4(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return r4}(),SausagePath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="sausage",zP}return x_.prototype.getDefaultShape=function(){return new SausageShape},x_.prototype.buildPath=function($P,zP){var z9=zP.cx,eAe=zP.cy,tAe=Math.max(zP.r0||0,0),AAe=Math.max(zP.r,0),iAe=(AAe-tAe)*.5,nAe=tAe+iAe,oAe=zP.startAngle,aAe=zP.endAngle,cAe=zP.clockwise,uAe=Math.PI*2,dAe=cAe?aAe-oAeMath.PI/2&&oAeAAe)return!0;AAe=aAe}return!1},x_.prototype._isOrderDifferentInView=function($P,zP){for(var z9=zP.scale,eAe=z9.getExtent(),tAe=Math.max(0,eAe[0]),AAe=Math.min(eAe[1],z9.getOrdinalMeta().categories.length-1);tAe<=AAe;++tAe)if($P.ordinalNumbers[tAe]!==z9.getRawOrdinalNumber(tAe))return!0},x_.prototype._updateSortWithinSameData=function($P,zP,z9,eAe){if(this._isOrderChangedWithinSameData($P,zP,z9)){var tAe=this._dataSort($P,z9,zP);this._isOrderDifferentInView(tAe,z9)&&(this._removeOnRenderedListener(eAe),eAe.dispatchAction({type:"changeAxisOrder",componentType:z9.dim+"Axis",axisId:z9.index,sortInfo:tAe}))}},x_.prototype._dispatchInitSort=function($P,zP,z9){var eAe=zP.baseAxis,tAe=this._dataSort($P,eAe,function(AAe){return $P.get($P.mapDimension(zP.otherAxis.dim),AAe)});z9.dispatchAction({type:"changeAxisOrder",componentType:eAe.dim+"Axis",isInitSort:!0,axisId:eAe.index,sortInfo:tAe})},x_.prototype.remove=function($P,zP){this._clear(this._model),this._removeOnRenderedListener(zP)},x_.prototype.dispose=function($P,zP){this._removeOnRenderedListener(zP)},x_.prototype._removeOnRenderedListener=function($P){this._onRendered&&($P.getZr().off("rendered",this._onRendered),this._onRendered=null)},x_.prototype._clear=function($P){var zP=this.group,z9=this._data;$P&&$P.isAnimationEnabled()&&z9&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],z9.eachItemGraphicEl(function(eAe){removeElementWithFadeOut(eAe,$P,getECData(eAe).dataIndex)})):zP.removeAll(),this._data=null,this._isFirstFrame=!0},x_.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},x_.type="bar",x_}(ChartView),clip={cartesian2d:function(r4,x_){var $P=x_.width<0?-1:1,zP=x_.height<0?-1:1;$P<0&&(x_.x+=x_.width,x_.width=-x_.width),zP<0&&(x_.y+=x_.height,x_.height=-x_.height);var z9=r4.x+r4.width,eAe=r4.y+r4.height,tAe=mathMax$4(x_.x,r4.x),AAe=mathMin$4(x_.x+x_.width,z9),iAe=mathMax$4(x_.y,r4.y),nAe=mathMin$4(x_.y+x_.height,eAe),oAe=AAez9?AAe:tAe,x_.y=aAe&&iAe>eAe?nAe:iAe,x_.width=oAe?0:AAe-tAe,x_.height=aAe?0:nAe-iAe,$P<0&&(x_.x+=x_.width,x_.width=-x_.width),zP<0&&(x_.y+=x_.height,x_.height=-x_.height),oAe||aAe},polar:function(r4,x_){var $P=x_.r0<=x_.r?1:-1;if($P<0){var zP=x_.r;x_.r=x_.r0,x_.r0=zP}var z9=mathMin$4(x_.r,r4.r),eAe=mathMax$4(x_.r0,r4.r0);x_.r=z9,x_.r0=eAe;var tAe=z9-eAe<0;if($P<0){var zP=x_.r;x_.r=x_.r0,x_.r0=zP}return tAe}},elementCreator={cartesian2d:function(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe){var nAe=new Rect$2({shape:extend$1({},zP),z2:1});if(nAe.__dataIndex=$P,nAe.name="item",eAe){var oAe=nAe.shape,aAe=z9?"height":"width";oAe[aAe]=0}return nAe},polar:function(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe){var nAe=!z9&&iAe?SausagePath:Sector,oAe=new nAe({shape:zP,z2:1});oAe.name="item";var aAe=createPolarPositionMapping(z9);if(oAe.calculateTextPosition=createSectorCalculateTextPosition(aAe,{isRoundCap:nAe===SausagePath}),eAe){var cAe=oAe.shape,uAe=z9?"r":"endAngle",dAe={};cAe[uAe]=z9?zP.r0:zP.startAngle,dAe[uAe]=zP[uAe],(AAe?updateProps$1:initProps)(oAe,{shape:dAe},eAe)}return oAe}};function shouldRealtimeSort(r4,x_){var $P=r4.get("realtimeSort",!0),zP=x_.getBaseAxis();if($P&&zP.type==="category"&&x_.type==="cartesian2d")return{baseAxis:zP,otherAxis:x_.getOtherAxis(zP)}}function updateRealtimeAnimation(r4,x_,$P,zP,z9,eAe,tAe,AAe){var iAe,nAe;eAe?(nAe={x:zP.x,width:zP.width},iAe={y:zP.y,height:zP.height}):(nAe={y:zP.y,height:zP.height},iAe={x:zP.x,width:zP.width}),AAe||(tAe?updateProps$1:initProps)($P,{shape:iAe},x_,z9,null);var oAe=x_?r4.baseAxis.model:null;(tAe?updateProps$1:initProps)($P,{shape:nAe},oAe,z9)}function checkPropertiesNotValid(r4,x_){for(var $P=0;$P0?1:-1,tAe=zP.height>0?1:-1;return{x:zP.x+eAe*z9/2,y:zP.y+tAe*z9/2,width:zP.width-eAe*z9,height:zP.height-tAe*z9}},polar:function(r4,x_,$P){var zP=r4.getItemLayout(x_);return{cx:zP.cx,cy:zP.cy,r0:zP.r0,r:zP.r,startAngle:zP.startAngle,endAngle:zP.endAngle,clockwise:zP.clockwise}}};function isZeroOnPolar(r4){return r4.startAngle!=null&&r4.endAngle!=null&&r4.startAngle===r4.endAngle}function createPolarPositionMapping(r4){return function(x_){var $P=x_?"Arc":"Angle";return function(zP){switch(zP){case"start":case"insideStart":case"end":case"insideEnd":return zP+$P;default:return zP}}}(r4)}function updateStyle(r4,x_,$P,zP,z9,eAe,tAe,AAe){var iAe=x_.getItemVisual($P,"style");if(AAe){if(!eAe.get("roundCap")){var oAe=r4.shape,aAe=getSectorCornerRadius(zP.getModel("itemStyle"),oAe,!0);extend$1(oAe,aAe),r4.setShape(oAe)}}else{var nAe=zP.get(["itemStyle","borderRadius"])||0;r4.setShape("r",nAe)}r4.useStyle(iAe);var cAe=zP.getShallow("cursor");cAe&&r4.attr("cursor",cAe);var uAe=AAe?tAe?z9.r>=z9.r0?"endArc":"startArc":z9.endAngle>=z9.startAngle?"endAngle":"startAngle":tAe?z9.height>=0?"bottom":"top":z9.width>=0?"right":"left",dAe=getLabelStatesModels(zP);setLabelStyle(r4,dAe,{labelFetcher:eAe,labelDataIndex:$P,defaultText:getDefaultLabel(eAe.getData(),$P),inheritColor:iAe.fill,defaultOpacity:iAe.opacity,defaultOutsidePosition:uAe});var EAe=r4.getTextContent();if(AAe&&EAe){var gAe=zP.get(["label","position"]);r4.textConfig.inside=gAe==="middle"?!0:null,setSectorTextRotation(r4,gAe==="outside"?uAe:gAe,createPolarPositionMapping(tAe),zP.get(["label","rotate"]))}setLabelValueAnimation(EAe,dAe,eAe.getRawValue($P),function(mAe){return getDefaultInterpolatedLabel(x_,mAe)});var pAe=zP.getModel(["emphasis"]);toggleHoverEmphasis(r4,pAe.get("focus"),pAe.get("blurScope"),pAe.get("disabled")),setStatesStylesFromModel(r4,zP),isZeroOnPolar(z9)&&(r4.style.fill="none",r4.style.stroke="none",each$f(r4.states,function(mAe){mAe.style&&(mAe.style.fill=mAe.style.stroke="none")}))}function getLineWidth(r4,x_){var $P=r4.get(["itemStyle","borderColor"]);if(!$P||$P==="none")return 0;var zP=r4.get(["itemStyle","borderWidth"])||0,z9=isNaN(x_.width)?Number.MAX_VALUE:Math.abs(x_.width),eAe=isNaN(x_.height)?Number.MAX_VALUE:Math.abs(x_.height);return Math.min(zP,z9,eAe)}var LagePathShape=function(){function r4(){}return r4}(),LargePath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="largeBar",zP}return x_.prototype.getDefaultShape=function(){return new LagePathShape},x_.prototype.buildPath=function($P,zP){for(var z9=zP.points,eAe=this.baseDimIdx,tAe=1-this.baseDimIdx,AAe=[],iAe=[],nAe=this.barWidth,oAe=0;oAe=0?$P:null},30,!1);function largePathFindDataIndex(r4,x_,$P){for(var zP=r4.baseDimIdx,z9=1-zP,eAe=r4.shape.points,tAe=r4.largeDataIndices,AAe=[],iAe=[],nAe=r4.barWidth,oAe=0,aAe=eAe.length/3;oAe=AAe[0]&&x_<=AAe[0]+iAe[0]&&$P>=AAe[1]&&$P<=AAe[1]+iAe[1])return tAe[oAe]}return-1}function createBackgroundShape(r4,x_,$P){if(isCoordinateSystemType($P,"cartesian2d")){var zP=x_,z9=$P.getArea();return{x:r4?zP.x:z9.x,y:r4?z9.y:zP.y,width:r4?zP.width:z9.width,height:r4?z9.height:zP.height}}else{var z9=$P.getArea(),eAe=x_;return{cx:z9.cx,cy:z9.cy,r0:r4?z9.r0:eAe.r0,r:r4?z9.r:eAe.r,startAngle:r4?eAe.startAngle:0,endAngle:r4?eAe.endAngle:Math.PI*2}}}function createBackgroundEl(r4,x_,$P){var zP=r4.type==="polar"?Sector:Rect$2;return new zP({shape:createBackgroundShape(x_,$P,r4),silent:!0,z2:0})}function install$R(r4){r4.registerChartView(BarView),r4.registerSeriesModel(BarSeriesModel),r4.registerLayout(r4.PRIORITY.VISUAL.LAYOUT,curry$1(layout$3,"bar")),r4.registerLayout(r4.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,createProgressiveLayout("bar")),r4.registerProcessor(r4.PRIORITY.PROCESSOR.STATISTIC,dataSample("bar")),r4.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},function(x_,$P){var zP=x_.componentType||"series";$P.eachComponent({mainType:zP,query:x_},function(z9){x_.sortInfo&&z9.axis.setCategorySortInfo(x_.sortInfo)})})}function createLegacyDataSelectAction(r4,x_){function $P(zP,z9){var eAe=[];return zP.eachComponent({mainType:"series",subType:r4,query:z9},function(tAe){eAe.push(tAe.seriesIndex)}),eAe}each$f([[r4+"ToggleSelect","toggleSelect"],[r4+"Select","select"],[r4+"UnSelect","unselect"]],function(zP){x_(zP[0],function(z9,eAe,tAe){z9=extend$1({},z9),tAe.dispatchAction(extend$1(z9,{type:zP[1],seriesIndex:$P(eAe,z9)}))})})}function handleSeriesLegacySelectEvents(r4,x_,$P,zP,z9){var eAe=r4+x_;$P.isSilent(eAe)||zP.eachComponent({mainType:"series",subType:"pie"},function(tAe){for(var AAe=tAe.seriesIndex,iAe=tAe.option.selectedMap,nAe=z9.selected,oAe=0;oAeXAe?(hIe=eIe+GAe*XAe/2,tIe=hIe):(hIe=eIe+wAe,tIe=EIe-wAe),z9.setItemLayout(AIe,{angle:XAe,startAngle:hIe,endAngle:tIe,clockwise:DAe,cx:iAe,cy:nAe,r0:aAe,r:NAe?linearMap$2(rIe,bAe,[aAe,oAe]):oAe}),eIe=EIe}),HAez9&&(z9+=PI2$1);var uAe=Math.atan2(AAe,tAe);if(uAe<0&&(uAe+=PI2$1),uAe>=zP&&uAe<=z9||uAe+PI2$1>=zP&&uAe+PI2$1<=z9)return iAe[0]=oAe,iAe[1]=aAe,nAe-$P;var dAe=$P*Math.cos(zP)+r4,EAe=$P*Math.sin(zP)+x_,gAe=$P*Math.cos(z9)+r4,pAe=$P*Math.sin(z9)+x_,mAe=(dAe-tAe)*(dAe-tAe)+(EAe-AAe)*(EAe-AAe),SAe=(gAe-tAe)*(gAe-tAe)+(pAe-AAe)*(pAe-AAe);return mAe0){x_=x_/180*Math.PI,pt0.fromArray(r4[0]),pt1.fromArray(r4[1]),pt2.fromArray(r4[2]),Point$1.sub(dir,pt0,pt1),Point$1.sub(dir2,pt2,pt1);var $P=dir.len(),zP=dir2.len();if(!($P<.001||zP<.001)){dir.scale(1/$P),dir2.scale(1/zP);var z9=dir.dot(dir2),eAe=Math.cos(x_);if(eAe1&&Point$1.copy(tmpProjPoint,pt2),tmpProjPoint.toArray(r4[1])}}}}function limitSurfaceAngle(r4,x_,$P){if($P<=180&&$P>0){$P=$P/180*Math.PI,pt0.fromArray(r4[0]),pt1.fromArray(r4[1]),pt2.fromArray(r4[2]),Point$1.sub(dir,pt1,pt0),Point$1.sub(dir2,pt2,pt1);var zP=dir.len(),z9=dir2.len();if(!(zP<.001||z9<.001)){dir.scale(1/zP),dir2.scale(1/z9);var eAe=dir.dot(x_),tAe=Math.cos($P);if(eAe=iAe)Point$1.copy(tmpProjPoint,pt2);else{tmpProjPoint.scaleAndAdd(dir2,AAe/Math.tan(Math.PI/2-oAe));var aAe=pt2.x!==pt1.x?(tmpProjPoint.x-pt1.x)/(pt2.x-pt1.x):(tmpProjPoint.y-pt1.y)/(pt2.y-pt1.y);if(isNaN(aAe))return;aAe<0?Point$1.copy(tmpProjPoint,pt1):aAe>1&&Point$1.copy(tmpProjPoint,pt2)}tmpProjPoint.toArray(r4[1])}}}}function setLabelLineState(r4,x_,$P,zP){var z9=$P==="normal",eAe=z9?r4:r4.ensureState($P);eAe.ignore=x_;var tAe=zP.get("smooth");tAe&&tAe===!0&&(tAe=.3),eAe.shape=eAe.shape||{},tAe>0&&(eAe.shape.smooth=tAe);var AAe=zP.getModel("lineStyle").getLineStyle();z9?r4.useStyle(AAe):eAe.style=AAe}function buildLabelLinePath(r4,x_){var $P=x_.smooth,zP=x_.points;if(zP)if(r4.moveTo(zP[0][0],zP[0][1]),$P>0&&zP.length>=3){var z9=dist$1(zP[0],zP[1]),eAe=dist$1(zP[1],zP[2]);if(!z9||!eAe){r4.lineTo(zP[1][0],zP[1][1]),r4.lineTo(zP[2][0],zP[2][1]);return}var tAe=Math.min(z9,eAe)*$P,AAe=lerp$2([],zP[1],zP[0],tAe/z9),iAe=lerp$2([],zP[1],zP[2],tAe/eAe),nAe=lerp$2([],AAe,iAe,.5);r4.bezierCurveTo(AAe[0],AAe[1],AAe[0],AAe[1],nAe[0],nAe[1]),r4.bezierCurveTo(iAe[0],iAe[1],iAe[0],iAe[1],zP[2][0],zP[2][1])}else for(var oAe=1;oAe0){SAe(LAe*GAe,0,tAe);var wAe=LAe+TAe;wAe<0&&DAe(-wAe*GAe,1)}else DAe(-TAe*GAe,1)}}function SAe(TAe,bAe,GAe){TAe!==0&&(nAe=!0);for(var LAe=bAe;LAe0)for(var wAe=0;wAe0;wAe--){var zAe=GAe[wAe-1]*HAe;SAe(-zAe,wAe,tAe)}}}function NAe(TAe){var bAe=TAe<0?-1:1;TAe=Math.abs(TAe);for(var GAe=Math.ceil(TAe/(tAe-1)),LAe=0;LAe0?SAe(GAe,0,LAe+1):SAe(-GAe,tAe-LAe-1,tAe),TAe-=GAe,TAe<=0)return}return nAe}function shiftLayoutOnX(r4,x_,$P,zP){return shiftLayout(r4,"x","width",x_,$P)}function shiftLayoutOnY(r4,x_,$P,zP){return shiftLayout(r4,"y","height",x_,$P)}function hideOverlap(r4){var x_=[];r4.sort(function(EAe,gAe){return gAe.priority-EAe.priority});var $P=new BoundingRect(0,0,0,0);function zP(EAe){if(!EAe.ignore){var gAe=EAe.ensureState("emphasis");gAe.ignore==null&&(gAe.ignore=!1)}EAe.ignore=!0}for(var z9=0;z9$P?pAe:gAe,NAe=Math.abs(SAe.label.y-$P);if(NAe>=DAe.maxY){var TAe=SAe.label.x-x_-SAe.len2*z9,bAe=zP+SAe.len,GAe=Math.abs(TAe)r4.unconstrainedWidth?null:uAe:null;zP.setStyle("width",dAe)}var EAe=zP.getBoundingRect();eAe.width=EAe.width;var gAe=(zP.style.margin||0)+2.1;eAe.height=EAe.height+gAe,eAe.y-=(eAe.height-aAe)/2}}}function isPositionCenter(r4){return r4.position==="center"}function pieLabelLayout(r4){var x_=r4.getData(),$P=[],zP,z9,eAe=!1,tAe=(r4.get("minShowLabelAngle")||0)*RADIAN$1,AAe=x_.getLayout("viewRect"),iAe=x_.getLayout("r"),nAe=AAe.width,oAe=AAe.x,aAe=AAe.y,cAe=AAe.height;function uAe(TAe){TAe.ignore=!0}function dAe(TAe){if(!TAe.ignore)return!0;for(var bAe in TAe.states)if(TAe.states[bAe].ignore===!1)return!0;return!1}x_.each(function(TAe){var bAe=x_.getItemGraphicEl(TAe),GAe=bAe.shape,LAe=bAe.getTextContent(),wAe=bAe.getTextGuideLine(),OAe=x_.getItemModel(TAe),PAe=OAe.getModel("label"),HAe=PAe.get("position")||OAe.get(["emphasis","label","position"]),zAe=PAe.get("distanceToLabelLine"),eIe=PAe.get("alignTo"),iIe=parsePercent(PAe.get("edgeDistance"),nAe),rIe=PAe.get("bleedMargin"),AIe=OAe.getModel("labelLine"),XAe=AIe.get("length");XAe=parsePercent(XAe,nAe);var EIe=AIe.get("length2");if(EIe=parsePercent(EIe,nAe),Math.abs(GAe.endAngle-GAe.startAngle)0?"right":"left":tIe>0?"left":"right"}var zIe=Math.PI,YIe=0,uEe=PAe.get("rotate");if(isNumber$1(uEe))YIe=uEe*(zIe/180);else if(HAe==="center")YIe=0;else if(uEe==="radial"||uEe===!0){var NEe=tIe<0?-hIe+zIe:-hIe;YIe=NEe}else if(uEe==="tangential"&&HAe!=="outside"&&HAe!=="outer"){var MEe=Math.atan2(tIe,gIe);MEe<0&&(MEe=zIe*2+MEe);var FEe=gIe>0;FEe&&(MEe=zIe+MEe),YIe=MEe-zIe}if(eAe=!!YIe,LAe.x=pIe,LAe.y=_Ie,LAe.rotation=YIe,LAe.setStyle({verticalAlign:"middle"}),OIe){LAe.setStyle({align:yIe});var VEe=LAe.states.select;VEe&&(VEe.x+=LAe.x,VEe.y+=LAe.y)}else{var vEe=LAe.getBoundingRect().clone();vEe.applyTransform(LAe.getComputedTransform());var yEe=(LAe.style.margin||0)+2.1;vEe.y-=yEe/2,vEe.height+=yEe,$P.push({label:LAe,labelLine:wAe,position:HAe,len:XAe,len2:EIe,minTurnAngle:AIe.get("minTurnAngle"),maxSurfaceAngle:AIe.get("maxSurfaceAngle"),surfaceNormal:new Point$1(tIe,gIe),linePoints:SIe,textAlign:yIe,labelDistance:zAe,labelAlignTo:eIe,edgeDistance:iIe,bleedMargin:rIe,rect:vEe,unconstrainedWidth:vEe.width,labelStyleWidth:LAe.style.width})}bAe.setTextConfig({inside:OIe})}}),!eAe&&r4.get("avoidLabelOverlap")&&avoidOverlap($P,zP,z9,iAe,nAe,cAe,oAe,aAe);for(var EAe=0;EAe<$P.length;EAe++){var gAe=$P[EAe],pAe=gAe.label,mAe=gAe.labelLine,SAe=isNaN(pAe.x)||isNaN(pAe.y);if(pAe){pAe.setStyle({align:gAe.textAlign}),SAe&&(each$f(pAe.states,uAe),pAe.ignore=!0);var DAe=pAe.states.select;DAe&&(DAe.x+=pAe.x,DAe.y+=pAe.y)}if(mAe){var NAe=gAe.linePoints;SAe||!NAe?(each$f(mAe.states,uAe),mAe.ignore=!0):(limitTurnAngle(NAe,gAe.minTurnAngle),limitSurfaceAngle(NAe,gAe.surfaceNormal,gAe.maxSurfaceAngle),mAe.setShape({points:NAe}),pAe.__hostTarget.textGuideLineConfig={anchor:new Point$1(NAe[0][0],NAe[0][1])})}}}var PiePiece=function(r4){__extends$1(x_,r4);function x_($P,zP,z9){var eAe=r4.call(this)||this;eAe.z2=2;var tAe=new ZRText;return eAe.setTextContent(tAe),eAe.updateData($P,zP,z9,!0),eAe}return x_.prototype.updateData=function($P,zP,z9,eAe){var tAe=this,AAe=$P.hostModel,iAe=$P.getItemModel(zP),nAe=iAe.getModel("emphasis"),oAe=$P.getItemLayout(zP),aAe=extend$1(getSectorCornerRadius(iAe.getModel("itemStyle"),oAe,!0),oAe);if(isNaN(aAe.startAngle)){tAe.setShape(aAe);return}if(eAe){tAe.setShape(aAe);var cAe=AAe.getShallow("animationType");AAe.ecModel.ssr?(initProps(tAe,{scaleX:0,scaleY:0},AAe,{dataIndex:zP,isFrom:!0}),tAe.originX=aAe.cx,tAe.originY=aAe.cy):cAe==="scale"?(tAe.shape.r=oAe.r0,initProps(tAe,{shape:{r:oAe.r}},AAe,zP)):z9!=null?(tAe.setShape({startAngle:z9,endAngle:z9}),initProps(tAe,{shape:{startAngle:oAe.startAngle,endAngle:oAe.endAngle}},AAe,zP)):(tAe.shape.endAngle=oAe.startAngle,updateProps$1(tAe,{shape:{endAngle:oAe.endAngle}},AAe,zP))}else saveOldStyle(tAe),updateProps$1(tAe,{shape:aAe},AAe,zP);tAe.useStyle($P.getItemVisual(zP,"style")),setStatesStylesFromModel(tAe,iAe);var uAe=(oAe.startAngle+oAe.endAngle)/2,dAe=AAe.get("selectedOffset"),EAe=Math.cos(uAe)*dAe,gAe=Math.sin(uAe)*dAe,pAe=iAe.getShallow("cursor");pAe&&tAe.attr("cursor",pAe),this._updateLabel(AAe,$P,zP),tAe.ensureState("emphasis").shape=extend$1({r:oAe.r+(nAe.get("scale")&&nAe.get("scaleSize")||0)},getSectorCornerRadius(nAe.getModel("itemStyle"),oAe)),extend$1(tAe.ensureState("select"),{x:EAe,y:gAe,shape:getSectorCornerRadius(iAe.getModel(["select","itemStyle"]),oAe)}),extend$1(tAe.ensureState("blur"),{shape:getSectorCornerRadius(iAe.getModel(["blur","itemStyle"]),oAe)});var mAe=tAe.getTextGuideLine(),SAe=tAe.getTextContent();mAe&&extend$1(mAe.ensureState("select"),{x:EAe,y:gAe}),extend$1(SAe.ensureState("select"),{x:EAe,y:gAe}),toggleHoverEmphasis(this,nAe.get("focus"),nAe.get("blurScope"),nAe.get("disabled"))},x_.prototype._updateLabel=function($P,zP,z9){var eAe=this,tAe=zP.getItemModel(z9),AAe=tAe.getModel("labelLine"),iAe=zP.getItemVisual(z9,"style"),nAe=iAe&&iAe.fill,oAe=iAe&&iAe.opacity;setLabelStyle(eAe,getLabelStatesModels(tAe),{labelFetcher:zP.hostModel,labelDataIndex:z9,inheritColor:nAe,defaultOpacity:oAe,defaultText:$P.getFormattedLabel(z9,"normal")||zP.getName(z9)});var aAe=eAe.getTextContent();eAe.setTextConfig({position:null,rotation:null}),aAe.attr({z2:10});var cAe=$P.get(["label","position"]);if(cAe!=="outside"&&cAe!=="outer")eAe.removeTextGuideLine();else{var uAe=this.getTextGuideLine();uAe||(uAe=new Polyline$1,this.setTextGuideLine(uAe)),setLabelLineStyle(this,getLabelLineStatesModels(tAe),{stroke:nAe,opacity:retrieve3(AAe.get(["lineStyle","opacity"]),oAe,1)})}},x_}(Sector),PieView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.ignoreLabelLineUpdate=!0,$P}return x_.prototype.render=function($P,zP,z9,eAe){var tAe=$P.getData(),AAe=this._data,iAe=this.group,nAe;if(!AAe&&tAe.count()>0){for(var oAe=tAe.getItemLayout(0),aAe=1;isNaN(oAe&&oAe.startAngle)&&aAe=eAe.r0}},x_.type="pie",x_}(ChartView);function createSeriesDataSimply(r4,x_,$P){x_=isArray$2(x_)&&{coordDimensions:x_}||extend$1({encodeDefine:r4.getEncode()},x_);var zP=r4.getSource(),z9=prepareSeriesDataSchema(zP,x_).dimensions,eAe=new SeriesData(z9,r4);return eAe.initData(zP,$P),eAe}var LegendVisualProvider=function(){function r4(x_,$P){this._getDataWithEncodedVisual=x_,this._getRawData=$P}return r4.prototype.getAllNames=function(){var x_=this._getRawData();return x_.mapArray(x_.getName)},r4.prototype.containName=function(x_){var $P=this._getRawData();return $P.indexOfName(x_)>=0},r4.prototype.indexOfName=function(x_){var $P=this._getDataWithEncodedVisual();return $P.indexOfName(x_)},r4.prototype.getItemVisual=function(x_,$P){var zP=this._getDataWithEncodedVisual();return zP.getItemVisual(x_,$P)},r4}(),innerData=makeInner(),PieSeriesModel=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.init=function($P){r4.prototype.init.apply(this,arguments),this.legendVisualProvider=new LegendVisualProvider(bind$1(this.getData,this),bind$1(this.getRawData,this)),this._defaultLabelLine($P)},x_.prototype.mergeOption=function(){r4.prototype.mergeOption.apply(this,arguments)},x_.prototype.getInitialData=function(){return createSeriesDataSimply(this,{coordDimensions:["value"],encodeDefaulter:curry$1(makeSeriesEncodeForNameBased,this)})},x_.prototype.getDataParams=function($P){var zP=this.getData(),z9=innerData(zP),eAe=z9.seats;if(!eAe){var tAe=[];zP.each(zP.mapDimension("value"),function(iAe){tAe.push(iAe)}),eAe=z9.seats=getPercentSeats(tAe,zP.hostModel.get("percentPrecision"))}var AAe=r4.prototype.getDataParams.call(this,$P);return AAe.percent=eAe[$P]||0,AAe.$vars.push("percent"),AAe},x_.prototype._defaultLabelLine=function($P){defaultEmphasis($P,"labelLine",["show"]);var zP=$P.labelLine,z9=$P.emphasis.labelLine;zP.show=zP.show&&$P.label.show,z9.show=z9.show&&$P.emphasis.label.show},x_.type="series.pie",x_.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},x_}(SeriesModel);function negativeDataFilter(r4){return{seriesType:r4,reset:function(x_,$P){var zP=x_.getData();zP.filterSelf(function(z9){var eAe=zP.mapDimension("value"),tAe=zP.get(eAe,z9);return!(isNumber$1(tAe)&&!isNaN(tAe)&&tAe<0)})}}}function install$Q(r4){r4.registerChartView(PieView),r4.registerSeriesModel(PieSeriesModel),createLegacyDataSelectAction("pie",r4.registerAction),r4.registerLayout(curry$1(pieLayout,"pie")),r4.registerProcessor(dataFilter$1("pie")),r4.registerProcessor(negativeDataFilter("pie"))}var Param=function(){function r4(x_,$P){this.target=x_,this.topTarget=$P&&$P.topTarget}return r4}(),Draggable$1=function(){function r4(x_){this.handler=x_,x_.on("mousedown",this._dragStart,this),x_.on("mousemove",this._drag,this),x_.on("mouseup",this._dragEnd,this)}return r4.prototype._dragStart=function(x_){for(var $P=x_.target;$P&&!$P.draggable;)$P=$P.parent||$P.__hostTarget;$P&&(this._draggingTarget=$P,$P.dragging=!0,this._x=x_.offsetX,this._y=x_.offsetY,this.handler.dispatchToElement(new Param($P,x_),"dragstart",x_.event))},r4.prototype._drag=function(x_){var $P=this._draggingTarget;if($P){var zP=x_.offsetX,z9=x_.offsetY,eAe=zP-this._x,tAe=z9-this._y;this._x=zP,this._y=z9,$P.drift(eAe,tAe,x_),this.handler.dispatchToElement(new Param($P,x_),"drag",x_.event);var AAe=this.handler.findHover(zP,z9,$P).target,iAe=this._dropTarget;this._dropTarget=AAe,$P!==AAe&&(iAe&&AAe!==iAe&&this.handler.dispatchToElement(new Param(iAe,x_),"dragleave",x_.event),AAe&&AAe!==iAe&&this.handler.dispatchToElement(new Param(AAe,x_),"dragenter",x_.event))}},r4.prototype._dragEnd=function(x_){var $P=this._draggingTarget;$P&&($P.dragging=!1),this.handler.dispatchToElement(new Param($P,x_),"dragend",x_.event),this._dropTarget&&this.handler.dispatchToElement(new Param(this._dropTarget,x_),"drop",x_.event),this._draggingTarget=null,this._dropTarget=null},r4}(),MOUSE_EVENT_REG=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,_calcOut=[],firefoxNotSupportOffsetXY=env.browser.firefox&&+env.browser.version.split(".")[0]<39;function clientToLocal(r4,x_,$P,zP){return $P=$P||{},zP?calculateZrXY(r4,x_,$P):firefoxNotSupportOffsetXY&&x_.layerX!=null&&x_.layerX!==x_.offsetX?($P.zrX=x_.layerX,$P.zrY=x_.layerY):x_.offsetX!=null?($P.zrX=x_.offsetX,$P.zrY=x_.offsetY):calculateZrXY(r4,x_,$P),$P}function calculateZrXY(r4,x_,$P){if(env.domSupported&&r4.getBoundingClientRect){var zP=x_.clientX,z9=x_.clientY;if(isCanvasEl(r4)){var eAe=r4.getBoundingClientRect();$P.zrX=zP-eAe.left,$P.zrY=z9-eAe.top;return}else if(transformCoordWithViewport(_calcOut,r4,zP,z9)){$P.zrX=_calcOut[0],$P.zrY=_calcOut[1];return}}$P.zrX=$P.zrY=0}function getNativeEvent(r4){return r4||window.event}function normalizeEvent(r4,x_,$P){if(x_=getNativeEvent(x_),x_.zrX!=null)return x_;var zP=x_.type,z9=zP&&zP.indexOf("touch")>=0;if(z9){var tAe=zP!=="touchend"?x_.targetTouches[0]:x_.changedTouches[0];tAe&&clientToLocal(r4,tAe,x_,$P)}else{clientToLocal(r4,x_,x_,$P);var eAe=getWheelDeltaMayPolyfill(x_);x_.zrDelta=eAe?eAe/120:-(x_.detail||0)/3}var AAe=x_.button;return x_.which==null&&AAe!==void 0&&MOUSE_EVENT_REG.test(x_.type)&&(x_.which=AAe&1?1:AAe&2?3:AAe&4?2:0),x_}function getWheelDeltaMayPolyfill(r4){var x_=r4.wheelDelta;if(x_)return x_;var $P=r4.deltaX,zP=r4.deltaY;if($P==null||zP==null)return x_;var z9=Math.abs(zP!==0?zP:$P),eAe=zP>0?-1:zP<0?1:$P>0?-1:1;return 3*z9*eAe}function addEventListener$1(r4,x_,$P,zP){r4.addEventListener(x_,$P,zP)}function removeEventListener$1(r4,x_,$P,zP){r4.removeEventListener(x_,$P,zP)}var stop=function(r4){r4.preventDefault(),r4.stopPropagation(),r4.cancelBubble=!0};function isMiddleOrRightButtonOnMouseUpDown(r4){return r4.which===2||r4.which===3}var GestureMgr=function(){function r4(){this._track=[]}return r4.prototype.recognize=function(x_,$P,zP){return this._doTrack(x_,$P,zP),this._recognize(x_)},r4.prototype.clear=function(){return this._track.length=0,this},r4.prototype._doTrack=function(x_,$P,zP){var z9=x_.touches;if(z9){for(var eAe={points:[],touches:[],target:$P,event:x_},tAe=0,AAe=z9.length;tAe1&&zP&&zP.length>1){var eAe=dist(zP)/dist(z9);!isFinite(eAe)&&(eAe=1),x_.pinchScale=eAe;var tAe=center$2(zP);return x_.pinchX=tAe[0],x_.pinchY=tAe[1],{type:"pinch",target:r4[0].target,event:x_}}}}},SILENT="silent";function makeEventPacket(r4,x_,$P){return{type:r4,event:$P,target:x_.target,topTarget:x_.topTarget,cancelBubble:!1,offsetX:$P.zrX,offsetY:$P.zrY,gestureEvent:$P.gestureEvent,pinchX:$P.pinchX,pinchY:$P.pinchY,pinchScale:$P.pinchScale,wheelDelta:$P.zrDelta,zrByTouch:$P.zrByTouch,which:$P.which,stop:stopEvent}}function stopEvent(){stop(this.event)}var EmptyProxy=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.handler=null,$P}return x_.prototype.dispose=function(){},x_.prototype.setCursor=function(){},x_}(Eventful),HoveredResult=function(){function r4(x_,$P){this.x=x_,this.y=$P}return r4}(),handlerNames=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],tmpRect=new BoundingRect(0,0,0,0),Handler=function(r4){__extends$1(x_,r4);function x_($P,zP,z9,eAe,tAe){var AAe=r4.call(this)||this;return AAe._hovered=new HoveredResult(0,0),AAe.storage=$P,AAe.painter=zP,AAe.painterRoot=eAe,AAe._pointerSize=tAe,z9=z9||new EmptyProxy,AAe.proxy=null,AAe.setHandlerProxy(z9),AAe._draggingMgr=new Draggable$1(AAe),AAe}return x_.prototype.setHandlerProxy=function($P){this.proxy&&this.proxy.dispose(),$P&&(each$f(handlerNames,function(zP){$P.on&&$P.on(zP,this[zP],this)},this),$P.handler=this),this.proxy=$P},x_.prototype.mousemove=function($P){var zP=$P.zrX,z9=$P.zrY,eAe=isOutsideBoundary(this,zP,z9),tAe=this._hovered,AAe=tAe.target;AAe&&!AAe.__zr&&(tAe=this.findHover(tAe.x,tAe.y),AAe=tAe.target);var iAe=this._hovered=eAe?new HoveredResult(zP,z9):this.findHover(zP,z9),nAe=iAe.target,oAe=this.proxy;oAe.setCursor&&oAe.setCursor(nAe?nAe.cursor:"default"),AAe&&nAe!==AAe&&this.dispatchToElement(tAe,"mouseout",$P),this.dispatchToElement(iAe,"mousemove",$P),nAe&&nAe!==AAe&&this.dispatchToElement(iAe,"mouseover",$P)},x_.prototype.mouseout=function($P){var zP=$P.zrEventControl;zP!=="only_globalout"&&this.dispatchToElement(this._hovered,"mouseout",$P),zP!=="no_globalout"&&this.trigger("globalout",{type:"globalout",event:$P})},x_.prototype.resize=function(){this._hovered=new HoveredResult(0,0)},x_.prototype.dispatch=function($P,zP){var z9=this[$P];z9&&z9.call(this,zP)},x_.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},x_.prototype.setCursorStyle=function($P){var zP=this.proxy;zP.setCursor&&zP.setCursor($P)},x_.prototype.dispatchToElement=function($P,zP,z9){$P=$P||{};var eAe=$P.target;if(!(eAe&&eAe.silent)){for(var tAe="on"+zP,AAe=makeEventPacket(zP,$P,z9);eAe&&(eAe[tAe]&&(AAe.cancelBubble=!!eAe[tAe].call(eAe,AAe)),eAe.trigger(zP,AAe),eAe=eAe.__hostTarget?eAe.__hostTarget:eAe.parent,!AAe.cancelBubble););AAe.cancelBubble||(this.trigger(zP,AAe),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(iAe){typeof iAe[tAe]=="function"&&iAe[tAe].call(iAe,AAe),iAe.trigger&&iAe.trigger(zP,AAe)}))}},x_.prototype.findHover=function($P,zP,z9){var eAe=this.storage.getDisplayList(),tAe=new HoveredResult($P,zP);if(setHoverTarget(eAe,tAe,$P,zP,z9),this._pointerSize&&!tAe.target){for(var AAe=[],iAe=this._pointerSize,nAe=iAe/2,oAe=new BoundingRect($P-nAe,zP-nAe,iAe,iAe),aAe=eAe.length-1;aAe>=0;aAe--){var cAe=eAe[aAe];cAe!==z9&&!cAe.ignore&&!cAe.ignoreCoarsePointer&&(!cAe.parent||!cAe.parent.ignoreCoarsePointer)&&(tmpRect.copy(cAe.getBoundingRect()),cAe.transform&&tmpRect.applyTransform(cAe.transform),tmpRect.intersect(oAe)&&AAe.push(cAe))}if(AAe.length)for(var uAe=4,dAe=Math.PI/12,EAe=Math.PI*2,gAe=0;gAe4)return;this._downPoint=null}this.dispatchToElement(eAe,r4,x_)}});function isHover(r4,x_,$P){if(r4[r4.rectHover?"rectContain":"contain"](x_,$P)){for(var zP=r4,z9=void 0,eAe=!1;zP;){if(zP.ignoreClip&&(eAe=!0),!eAe){var tAe=zP.getClipPath();if(tAe&&!tAe.contain(x_,$P))return!1}zP.silent&&(z9=!0);var AAe=zP.__hostTarget;zP=AAe||zP.parent}return z9?SILENT:!0}return!1}function setHoverTarget(r4,x_,$P,zP,z9){for(var eAe=r4.length-1;eAe>=0;eAe--){var tAe=r4[eAe],AAe=void 0;if(tAe!==z9&&!tAe.ignore&&(AAe=isHover(tAe,$P,zP))&&(!x_.topTarget&&(x_.topTarget=tAe),AAe!==SILENT)){x_.target=tAe;break}}}function isOutsideBoundary(r4,x_,$P){var zP=r4.painter;return x_<0||x_>zP.getWidth()||$P<0||$P>zP.getHeight()}var DEFAULT_MIN_MERGE=32,DEFAULT_MIN_GALLOPING=7;function minRunLength(r4){for(var x_=0;r4>=DEFAULT_MIN_MERGE;)x_|=r4&1,r4>>=1;return r4+x_}function makeAscendingRun(r4,x_,$P,zP){var z9=x_+1;if(z9===$P)return 1;if(zP(r4[z9++],r4[x_])<0){for(;z9<$P&&zP(r4[z9],r4[z9-1])<0;)z9++;reverseRun(r4,x_,z9)}else for(;z9<$P&&zP(r4[z9],r4[z9-1])>=0;)z9++;return z9-x_}function reverseRun(r4,x_,$P){for($P--;x_<$P;){var zP=r4[x_];r4[x_++]=r4[$P],r4[$P--]=zP}}function binaryInsertionSort(r4,x_,$P,zP,z9){for(zP===x_&&zP++;zP<$P;zP++){for(var eAe=r4[zP],tAe=x_,AAe=zP,iAe;tAe>>1,z9(eAe,r4[iAe])<0?AAe=iAe:tAe=iAe+1;var nAe=zP-tAe;switch(nAe){case 3:r4[tAe+3]=r4[tAe+2];case 2:r4[tAe+2]=r4[tAe+1];case 1:r4[tAe+1]=r4[tAe];break;default:for(;nAe>0;)r4[tAe+nAe]=r4[tAe+nAe-1],nAe--}r4[tAe]=eAe}}function gallopLeft(r4,x_,$P,zP,z9,eAe){var tAe=0,AAe=0,iAe=1;if(eAe(r4,x_[$P+z9])>0){for(AAe=zP-z9;iAe0;)tAe=iAe,iAe=(iAe<<1)+1,iAe<=0&&(iAe=AAe);iAe>AAe&&(iAe=AAe),tAe+=z9,iAe+=z9}else{for(AAe=z9+1;iAeAAe&&(iAe=AAe);var nAe=tAe;tAe=z9-iAe,iAe=z9-nAe}for(tAe++;tAe>>1);eAe(r4,x_[$P+oAe])>0?tAe=oAe+1:iAe=oAe}return iAe}function gallopRight(r4,x_,$P,zP,z9,eAe){var tAe=0,AAe=0,iAe=1;if(eAe(r4,x_[$P+z9])<0){for(AAe=z9+1;iAeAAe&&(iAe=AAe);var nAe=tAe;tAe=z9-iAe,iAe=z9-nAe}else{for(AAe=zP-z9;iAe=0;)tAe=iAe,iAe=(iAe<<1)+1,iAe<=0&&(iAe=AAe);iAe>AAe&&(iAe=AAe),tAe+=z9,iAe+=z9}for(tAe++;tAe>>1);eAe(r4,x_[$P+oAe])<0?iAe=oAe:tAe=oAe+1}return iAe}function TimSort(r4,x_){var $P=DEFAULT_MIN_GALLOPING,zP,z9,eAe=0,tAe=[];zP=[],z9=[];function AAe(uAe,dAe){zP[eAe]=uAe,z9[eAe]=dAe,eAe+=1}function iAe(){for(;eAe>1;){var uAe=eAe-2;if(uAe>=1&&z9[uAe-1]<=z9[uAe]+z9[uAe+1]||uAe>=2&&z9[uAe-2]<=z9[uAe]+z9[uAe-1])z9[uAe-1]z9[uAe+1])break;oAe(uAe)}}function nAe(){for(;eAe>1;){var uAe=eAe-2;uAe>0&&z9[uAe-1]=DEFAULT_MIN_GALLOPING||bAe>=DEFAULT_MIN_GALLOPING);if(GAe)break;NAe<0&&(NAe=0),NAe+=2}if($P=NAe,$P<1&&($P=1),dAe===1){for(pAe=0;pAe=0;pAe--)r4[TAe+pAe]=r4[NAe+pAe];r4[DAe]=tAe[SAe];return}for(var bAe=$P;;){var GAe=0,LAe=0,wAe=!1;do if(x_(tAe[SAe],r4[mAe])<0){if(r4[DAe--]=r4[mAe--],GAe++,LAe=0,--dAe===0){wAe=!0;break}}else if(r4[DAe--]=tAe[SAe--],LAe++,GAe=0,--gAe===1){wAe=!0;break}while((GAe|LAe)=0;pAe--)r4[TAe+pAe]=r4[NAe+pAe];if(dAe===0){wAe=!0;break}}if(r4[DAe--]=tAe[SAe--],--gAe===1){wAe=!0;break}if(LAe=gAe-gallopLeft(r4[mAe],tAe,0,gAe,gAe-1,x_),LAe!==0){for(DAe-=LAe,SAe-=LAe,gAe-=LAe,TAe=DAe+1,NAe=SAe+1,pAe=0;pAe=DEFAULT_MIN_GALLOPING||LAe>=DEFAULT_MIN_GALLOPING);if(wAe)break;bAe<0&&(bAe=0),bAe+=2}if($P=bAe,$P<1&&($P=1),gAe===1){for(DAe-=dAe,mAe-=dAe,TAe=DAe+1,NAe=mAe+1,pAe=dAe-1;pAe>=0;pAe--)r4[TAe+pAe]=r4[NAe+pAe];r4[DAe]=tAe[SAe]}else{if(gAe===0)throw new Error;for(NAe=DAe-(gAe-1),pAe=0;pAeAAe&&(iAe=AAe),binaryInsertionSort(r4,$P,$P+iAe,$P+eAe,x_),eAe=iAe}tAe.pushRun($P,eAe),tAe.mergeRuns(),z9-=eAe,$P+=eAe}while(z9!==0);tAe.forceMergeRuns()}}var invalidZErrorLogged=!1;function logInvalidZError(){invalidZErrorLogged||(invalidZErrorLogged=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function shapeCompareFunc(r4,x_){return r4.zlevel===x_.zlevel?r4.z===x_.z?r4.z2-x_.z2:r4.z-x_.z:r4.zlevel-x_.zlevel}var Storage$1=function(){function r4(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=shapeCompareFunc}return r4.prototype.traverse=function(x_,$P){for(var zP=0;zP0&&(oAe.__clipPaths=[]),isNaN(oAe.z)&&(logInvalidZError(),oAe.z=0),isNaN(oAe.z2)&&(logInvalidZError(),oAe.z2=0),isNaN(oAe.zlevel)&&(logInvalidZError(),oAe.zlevel=0),this._displayList[this._displayListLen++]=oAe}var aAe=x_.getDecalElement&&x_.getDecalElement();aAe&&this._updateAndAddDisplayable(aAe,$P,zP);var cAe=x_.getTextGuideLine();cAe&&this._updateAndAddDisplayable(cAe,$P,zP);var uAe=x_.getTextContent();uAe&&this._updateAndAddDisplayable(uAe,$P,zP)}},r4.prototype.addRoot=function(x_){x_.__zr&&x_.__zr.storage===this||this._roots.push(x_)},r4.prototype.delRoot=function(x_){if(x_ instanceof Array){for(var $P=0,zP=x_.length;$P=0&&this._roots.splice(z9,1)},r4.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},r4.prototype.getRoots=function(){return this._roots},r4.prototype.dispose=function(){this._displayList=null,this._roots=null},r4}(),requestAnimationFrame$3;requestAnimationFrame$3=env.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(r4){return setTimeout(r4,16)};function getTime(){return new Date().getTime()}var Animation=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this)||this;return zP._running=!1,zP._time=0,zP._pausedTime=0,zP._pauseStart=0,zP._paused=!1,$P=$P||{},zP.stage=$P.stage||{},zP}return x_.prototype.addClip=function($P){$P.animation&&this.removeClip($P),this._head?(this._tail.next=$P,$P.prev=this._tail,$P.next=null,this._tail=$P):this._head=this._tail=$P,$P.animation=this},x_.prototype.addAnimator=function($P){$P.animation=this;var zP=$P.getClip();zP&&this.addClip(zP)},x_.prototype.removeClip=function($P){if($P.animation){var zP=$P.prev,z9=$P.next;zP?zP.next=z9:this._head=z9,z9?z9.prev=zP:this._tail=zP,$P.next=$P.prev=$P.animation=null}},x_.prototype.removeAnimator=function($P){var zP=$P.getClip();zP&&this.removeClip(zP),$P.animation=null},x_.prototype.update=function($P){for(var zP=getTime()-this._pausedTime,z9=zP-this._time,eAe=this._head;eAe;){var tAe=eAe.next,AAe=eAe.step(zP,z9);AAe&&(eAe.ondestroy(),this.removeClip(eAe)),eAe=tAe}this._time=zP,$P||(this.trigger("frame",z9),this.stage.update&&this.stage.update())},x_.prototype._startLoop=function(){var $P=this;this._running=!0;function zP(){$P._running&&(requestAnimationFrame$3(zP),!$P._paused&&$P.update())}requestAnimationFrame$3(zP)},x_.prototype.start=function(){this._running||(this._time=getTime(),this._pausedTime=0,this._startLoop())},x_.prototype.stop=function(){this._running=!1},x_.prototype.pause=function(){this._paused||(this._pauseStart=getTime(),this._paused=!0)},x_.prototype.resume=function(){this._paused&&(this._pausedTime+=getTime()-this._pauseStart,this._paused=!1)},x_.prototype.clear=function(){for(var $P=this._head;$P;){var zP=$P.next;$P.prev=$P.next=$P.animation=null,$P=zP}this._head=this._tail=null},x_.prototype.isFinished=function(){return this._head==null},x_.prototype.animate=function($P,zP){zP=zP||{},this.start();var z9=new Animator($P,zP.loop);return this.addAnimator(z9),z9},x_}(Eventful),TOUCH_CLICK_DELAY=300,globalEventSupported=env.domSupported,localNativeListenerNames=function(){var r4=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],x_=["touchstart","touchend","touchmove"],$P={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},zP=map$1(r4,function(z9){var eAe=z9.replace("mouse","pointer");return $P.hasOwnProperty(eAe)?eAe:z9});return{mouse:r4,touch:x_,pointer:zP}}(),globalNativeListenerNames={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},wheelEventSupported=!1;function isPointerFromTouch(r4){var x_=r4.pointerType;return x_==="pen"||x_==="touch"}function setTouchTimer(r4){r4.touching=!0,r4.touchTimer!=null&&(clearTimeout(r4.touchTimer),r4.touchTimer=null),r4.touchTimer=setTimeout(function(){r4.touching=!1,r4.touchTimer=null},700)}function markTouch(r4){r4&&(r4.zrByTouch=!0)}function normalizeGlobalEvent(r4,x_){return normalizeEvent(r4.dom,new FakeGlobalEvent(r4,x_),!0)}function isLocalEl(r4,x_){for(var $P=x_,zP=!1;$P&&$P.nodeType!==9&&!(zP=$P.domBelongToZr||$P!==x_&&$P===r4.painterRoot);)$P=$P.parentNode;return zP}var FakeGlobalEvent=function(){function r4(x_,$P){this.stopPropagation=noop$3,this.stopImmediatePropagation=noop$3,this.preventDefault=noop$3,this.type=$P.type,this.target=this.currentTarget=x_.dom,this.pointerType=$P.pointerType,this.clientX=$P.clientX,this.clientY=$P.clientY}return r4}(),localDOMHandlers={mousedown:function(r4){r4=normalizeEvent(this.dom,r4),this.__mayPointerCapture=[r4.zrX,r4.zrY],this.trigger("mousedown",r4)},mousemove:function(r4){r4=normalizeEvent(this.dom,r4);var x_=this.__mayPointerCapture;x_&&(r4.zrX!==x_[0]||r4.zrY!==x_[1])&&this.__togglePointerCapture(!0),this.trigger("mousemove",r4)},mouseup:function(r4){r4=normalizeEvent(this.dom,r4),this.__togglePointerCapture(!1),this.trigger("mouseup",r4)},mouseout:function(r4){r4=normalizeEvent(this.dom,r4);var x_=r4.toElement||r4.relatedTarget;isLocalEl(this,x_)||(this.__pointerCapturing&&(r4.zrEventControl="no_globalout"),this.trigger("mouseout",r4))},wheel:function(r4){wheelEventSupported=!0,r4=normalizeEvent(this.dom,r4),this.trigger("mousewheel",r4)},mousewheel:function(r4){wheelEventSupported||(r4=normalizeEvent(this.dom,r4),this.trigger("mousewheel",r4))},touchstart:function(r4){r4=normalizeEvent(this.dom,r4),markTouch(r4),this.__lastTouchMoment=new Date,this.handler.processGesture(r4,"start"),localDOMHandlers.mousemove.call(this,r4),localDOMHandlers.mousedown.call(this,r4)},touchmove:function(r4){r4=normalizeEvent(this.dom,r4),markTouch(r4),this.handler.processGesture(r4,"change"),localDOMHandlers.mousemove.call(this,r4)},touchend:function(r4){r4=normalizeEvent(this.dom,r4),markTouch(r4),this.handler.processGesture(r4,"end"),localDOMHandlers.mouseup.call(this,r4),+new Date-+this.__lastTouchMoment0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},r4.prototype.setSleepAfterStill=function(x_){this._sleepAfterStill=x_},r4.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},r4.prototype.refreshHover=function(){this._needsRefreshHover=!0},r4.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&this.painter.getType()==="canvas"&&this.painter.refreshHover())},r4.prototype.resize=function(x_){this._disposed||(x_=x_||{},this.painter.resize(x_.width,x_.height),this.handler.resize())},r4.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},r4.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},r4.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},r4.prototype.setCursorStyle=function(x_){this._disposed||this.handler.setCursorStyle(x_)},r4.prototype.findHover=function(x_,$P){if(!this._disposed)return this.handler.findHover(x_,$P)},r4.prototype.on=function(x_,$P,zP){return this._disposed||this.handler.on(x_,$P,zP),this},r4.prototype.off=function(x_,$P){this._disposed||this.handler.off(x_,$P)},r4.prototype.trigger=function(x_,$P){this._disposed||this.handler.trigger(x_,$P)},r4.prototype.clear=function(){if(!this._disposed){for(var x_=this.storage.getRoots(),$P=0;$P=0;iAe--)eAe[iAe]&&!isComponentIdInternal(eAe[iAe])?AAe=!0:(eAe[iAe]=null,!AAe&&tAe--);eAe.length=tAe,$P[z9]=eAe}}),delete $P[OPTION_INNER_KEY],$P},x_.prototype.getTheme=function(){return this._theme},x_.prototype.getLocaleModel=function(){return this._locale},x_.prototype.setUpdatePayload=function($P){this._payload=$P},x_.prototype.getUpdatePayload=function(){return this._payload},x_.prototype.getComponent=function($P,zP){var z9=this._componentsMap.get($P);if(z9){var eAe=z9[zP||0];if(eAe)return eAe;if(zP==null){for(var tAe=0;tAe=x_:$P==="max"?r4<=x_:r4===x_}function indicesEquals(r4,x_){return r4.join(",")===x_.join(",")}var each$d=each$f,isObject$2=isObject$4,POSSIBLE_STYLES=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function compatEC2ItemStyle(r4){var x_=r4&&r4.itemStyle;if(x_)for(var $P=0,zP=POSSIBLE_STYLES.length;$P=0;gAe--){var pAe=r4[gAe];if(AAe||(dAe=pAe.data.rawIndexOf(pAe.stackedByDimension,uAe)),dAe>=0){var mAe=pAe.data.getByRawIndex(pAe.stackResultDimension,dAe);if(iAe==="all"||iAe==="positive"&&mAe>0||iAe==="negative"&&mAe<0||iAe==="samesign"&&cAe>=0&&mAe>0||iAe==="samesign"&&cAe<=0&&mAe<0){cAe=addSafe(cAe,mAe),EAe=mAe;break}}}return zP[0]=cAe,zP[1]=EAe,zP})})}var ComponentView=function(){function r4(){this.group=new Group$3,this.uid=getUID("viewComponent")}return r4.prototype.init=function(x_,$P){},r4.prototype.render=function(x_,$P,zP,z9){},r4.prototype.dispose=function(x_,$P){},r4.prototype.updateView=function(x_,$P,zP,z9){},r4.prototype.updateLayout=function(x_,$P,zP,z9){},r4.prototype.updateVisual=function(x_,$P,zP,z9){},r4.prototype.toggleBlurSeries=function(x_,$P,zP){},r4.prototype.eachRendered=function(x_){var $P=this.group;$P&&$P.traverse(x_)},r4}();enableClassExtend(ComponentView);enableClassManagement(ComponentView);var inner$h=makeInner(),defaultStyleMappers={itemStyle:makeStyleMapper(ITEM_STYLE_KEY_MAP,!0),lineStyle:makeStyleMapper(LINE_STYLE_KEY_MAP,!0)},defaultColorKey={lineStyle:"stroke",itemStyle:"fill"};function getStyleMapper(r4,x_){var $P=r4.visualStyleMapper||defaultStyleMappers[x_];return $P||(console.warn("Unknown style type '"+x_+"'."),defaultStyleMappers.itemStyle)}function getDefaultColorKey(r4,x_){var $P=r4.visualDrawType||defaultColorKey[x_];return $P||(console.warn("Unknown style type '"+x_+"'."),"fill")}var seriesStyleTask={createOnAllSeries:!0,performRawSeries:!0,reset:function(r4,x_){var $P=r4.getData(),zP=r4.visualStyleAccessPath||"itemStyle",z9=r4.getModel(zP),eAe=getStyleMapper(r4,zP),tAe=eAe(z9),AAe=z9.getShallow("decal");AAe&&($P.setVisual("decal",AAe),AAe.dirty=!0);var iAe=getDefaultColorKey(r4,zP),nAe=tAe[iAe],oAe=isFunction(nAe)?nAe:null,aAe=tAe.fill==="auto"||tAe.stroke==="auto";if(!tAe[iAe]||oAe||aAe){var cAe=r4.getColorFromPalette(r4.name,null,x_.getSeriesCount());tAe[iAe]||(tAe[iAe]=cAe,$P.setVisual("colorFromPalette",!0)),tAe.fill=tAe.fill==="auto"||isFunction(tAe.fill)?cAe:tAe.fill,tAe.stroke=tAe.stroke==="auto"||isFunction(tAe.stroke)?cAe:tAe.stroke}if($P.setVisual("style",tAe),$P.setVisual("drawType",iAe),!x_.isSeriesFiltered(r4)&&oAe)return $P.setVisual("colorFromPalette",!1),{dataEach:function(uAe,dAe){var EAe=r4.getDataParams(dAe),gAe=extend$1({},tAe);gAe[iAe]=oAe(EAe),uAe.setItemVisual(dAe,"style",gAe)}}}},sharedModel=new Model,dataStyleTask={createOnAllSeries:!0,performRawSeries:!0,reset:function(r4,x_){if(!(r4.ignoreStyleOnData||x_.isSeriesFiltered(r4))){var $P=r4.getData(),zP=r4.visualStyleAccessPath||"itemStyle",z9=getStyleMapper(r4,zP),eAe=$P.getVisual("drawType");return{dataEach:$P.hasItemOption?function(tAe,AAe){var iAe=tAe.getRawDataItem(AAe);if(iAe&&iAe[zP]){sharedModel.option=iAe[zP];var nAe=z9(sharedModel),oAe=tAe.ensureUniqueItemVisual(AAe,"style");extend$1(oAe,nAe),sharedModel.option.decal&&(tAe.setItemVisual(AAe,"decal",sharedModel.option.decal),sharedModel.option.decal.dirty=!0),eAe in nAe&&tAe.setItemVisual(AAe,"colorFromPalette",!1)}}:null}}}},dataColorPaletteTask={performRawSeries:!0,overallReset:function(r4){var x_=createHashMap();r4.eachSeries(function($P){var zP=$P.getColorBy();if(!$P.isColorBySeries()){var z9=$P.type+"-"+zP,eAe=x_.get(z9);eAe||(eAe={},x_.set(z9,eAe)),inner$h($P).scope=eAe}}),r4.eachSeries(function($P){if(!($P.isColorBySeries()||r4.isSeriesFiltered($P))){var zP=$P.getRawData(),z9={},eAe=$P.getData(),tAe=inner$h($P).scope,AAe=$P.visualStyleAccessPath||"itemStyle",iAe=getDefaultColorKey($P,AAe);eAe.each(function(nAe){var oAe=eAe.getRawIndex(nAe);z9[oAe]=nAe}),zP.each(function(nAe){var oAe=z9[nAe],aAe=eAe.getItemVisual(oAe,"colorFromPalette");if(aAe){var cAe=eAe.ensureUniqueItemVisual(oAe,"style"),uAe=zP.getName(nAe)||nAe+"",dAe=zP.count();cAe[iAe]=$P.getColorFromPalette(uAe,tAe,dAe)}})}})}},PI$7=Math.PI;function defaultLoading(r4,x_){x_=x_||{},defaults$2(x_,{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var $P=new Group$3,zP=new Rect$2({style:{fill:x_.maskColor},zlevel:x_.zlevel,z:1e4});$P.add(zP);var z9=new ZRText({style:{text:x_.text,fill:x_.textColor,fontSize:x_.fontSize,fontWeight:x_.fontWeight,fontStyle:x_.fontStyle,fontFamily:x_.fontFamily},zlevel:x_.zlevel,z:10001}),eAe=new Rect$2({style:{fill:"none"},textContent:z9,textConfig:{position:"right",distance:10},zlevel:x_.zlevel,z:10001});$P.add(eAe);var tAe;return x_.showSpinner&&(tAe=new Arc({shape:{startAngle:-PI$7/2,endAngle:-PI$7/2+.1,r:x_.spinnerRadius},style:{stroke:x_.color,lineCap:"round",lineWidth:x_.lineWidth},zlevel:x_.zlevel,z:10001}),tAe.animateShape(!0).when(1e3,{endAngle:PI$7*3/2}).start("circularInOut"),tAe.animateShape(!0).when(1e3,{startAngle:PI$7*3/2}).delay(300).start("circularInOut"),$P.add(tAe)),$P.resize=function(){var AAe=z9.getBoundingRect().width,iAe=x_.showSpinner?x_.spinnerRadius:0,nAe=(r4.getWidth()-iAe*2-(x_.showSpinner&&AAe?10:0)-AAe)/2-(x_.showSpinner&&AAe?0:5+AAe/2)+(x_.showSpinner?0:AAe/2)+(AAe?0:iAe),oAe=r4.getHeight()/2;x_.showSpinner&&tAe.setShape({cx:nAe,cy:oAe}),eAe.setShape({x:nAe-iAe,y:oAe-iAe,width:iAe*2,height:iAe*2}),zP.setShape({x:0,y:0,width:r4.getWidth(),height:r4.getHeight()})},$P.resize(),$P}var Scheduler=function(){function r4(x_,$P,zP,z9){this._stageTaskMap=createHashMap(),this.ecInstance=x_,this.api=$P,zP=this._dataProcessorHandlers=zP.slice(),z9=this._visualHandlers=z9.slice(),this._allHandlers=zP.concat(z9)}return r4.prototype.restoreData=function(x_,$P){x_.restoreData($P),this._stageTaskMap.each(function(zP){var z9=zP.overallTask;z9&&z9.dirty()})},r4.prototype.getPerformArgs=function(x_,$P){if(x_.__pipeline){var zP=this._pipelineMap.get(x_.__pipeline.id),z9=zP.context,eAe=!$P&&zP.progressiveEnabled&&(!z9||z9.progressiveRender)&&x_.__idxInPipeline>zP.blockIndex,tAe=eAe?zP.step:null,AAe=z9&&z9.modDataCount,iAe=AAe!=null?Math.ceil(AAe/tAe):null;return{step:tAe,modBy:iAe,modDataCount:AAe}}},r4.prototype.getPipeline=function(x_){return this._pipelineMap.get(x_)},r4.prototype.updateStreamModes=function(x_,$P){var zP=this._pipelineMap.get(x_.uid),z9=x_.getData(),eAe=z9.count(),tAe=zP.progressiveEnabled&&$P.incrementalPrepareRender&&eAe>=zP.threshold,AAe=x_.get("large")&&eAe>=x_.get("largeThreshold"),iAe=x_.get("progressiveChunkMode")==="mod"?eAe:null;x_.pipelineContext=zP.context={progressiveRender:tAe,modDataCount:iAe,large:AAe}},r4.prototype.restorePipelines=function(x_){var $P=this,zP=$P._pipelineMap=createHashMap();x_.eachSeries(function(z9){var eAe=z9.getProgressive(),tAe=z9.uid;zP.set(tAe,{id:tAe,head:null,tail:null,threshold:z9.getProgressiveThreshold(),progressiveEnabled:eAe&&!(z9.preventIncremental&&z9.preventIncremental()),blockIndex:-1,step:Math.round(eAe||700),count:0}),$P._pipe(z9,z9.dataTask)})},r4.prototype.prepareStageTasks=function(){var x_=this._stageTaskMap,$P=this.api.getModel(),zP=this.api;each$f(this._allHandlers,function(z9){var eAe=x_.get(z9.uid)||x_.set(z9.uid,{}),tAe="";assert$1(!(z9.reset&&z9.overallReset),tAe),z9.reset&&this._createSeriesStageTask(z9,eAe,$P,zP),z9.overallReset&&this._createOverallStageTask(z9,eAe,$P,zP)},this)},r4.prototype.prepareView=function(x_,$P,zP,z9){var eAe=x_.renderTask,tAe=eAe.context;tAe.model=$P,tAe.ecModel=zP,tAe.api=z9,eAe.__block=!x_.incrementalPrepareRender,this._pipe($P,eAe)},r4.prototype.performDataProcessorTasks=function(x_,$P){this._performStageTasks(this._dataProcessorHandlers,x_,$P,{block:!0})},r4.prototype.performVisualTasks=function(x_,$P,zP){this._performStageTasks(this._visualHandlers,x_,$P,zP)},r4.prototype._performStageTasks=function(x_,$P,zP,z9){z9=z9||{};var eAe=!1,tAe=this;each$f(x_,function(iAe,nAe){if(!(z9.visualType&&z9.visualType!==iAe.visualType)){var oAe=tAe._stageTaskMap.get(iAe.uid),aAe=oAe.seriesTaskMap,cAe=oAe.overallTask;if(cAe){var uAe,dAe=cAe.agentStubMap;dAe.each(function(gAe){AAe(z9,gAe)&&(gAe.dirty(),uAe=!0)}),uAe&&cAe.dirty(),tAe.updatePayload(cAe,zP);var EAe=tAe.getPerformArgs(cAe,z9.block);dAe.each(function(gAe){gAe.perform(EAe)}),cAe.perform(EAe)&&(eAe=!0)}else aAe&&aAe.each(function(gAe,pAe){AAe(z9,gAe)&&gAe.dirty();var mAe=tAe.getPerformArgs(gAe,z9.block);mAe.skip=!iAe.performRawSeries&&$P.isSeriesFiltered(gAe.context.model),tAe.updatePayload(gAe,zP),gAe.perform(mAe)&&(eAe=!0)})}});function AAe(iAe,nAe){return iAe.setDirty&&(!iAe.dirtyMap||iAe.dirtyMap.get(nAe.__pipeline.id))}this.unfinished=eAe||this.unfinished},r4.prototype.performSeriesTasks=function(x_){var $P;x_.eachSeries(function(zP){$P=zP.dataTask.perform()||$P}),this.unfinished=$P||this.unfinished},r4.prototype.plan=function(){this._pipelineMap.each(function(x_){var $P=x_.tail;do{if($P.__block){x_.blockIndex=$P.__idxInPipeline;break}$P=$P.getUpstream()}while($P)})},r4.prototype.updatePayload=function(x_,$P){$P!=="remain"&&(x_.context.payload=$P)},r4.prototype._createSeriesStageTask=function(x_,$P,zP,z9){var eAe=this,tAe=$P.seriesTaskMap,AAe=$P.seriesTaskMap=createHashMap(),iAe=x_.seriesType,nAe=x_.getTargetSeries;x_.createOnAllSeries?zP.eachRawSeries(oAe):iAe?zP.eachRawSeriesByType(iAe,oAe):nAe&&nAe(zP,z9).each(oAe);function oAe(aAe){var cAe=aAe.uid,uAe=AAe.set(cAe,tAe&&tAe.get(cAe)||createTask({plan:seriesTaskPlan,reset:seriesTaskReset,count:seriesTaskCount}));uAe.context={model:aAe,ecModel:zP,api:z9,useClearVisual:x_.isVisual&&!x_.isLayout,plan:x_.plan,reset:x_.reset,scheduler:eAe},eAe._pipe(aAe,uAe)}},r4.prototype._createOverallStageTask=function(x_,$P,zP,z9){var eAe=this,tAe=$P.overallTask=$P.overallTask||createTask({reset:overallTaskReset});tAe.context={ecModel:zP,api:z9,overallReset:x_.overallReset,scheduler:eAe};var AAe=tAe.agentStubMap,iAe=tAe.agentStubMap=createHashMap(),nAe=x_.seriesType,oAe=x_.getTargetSeries,aAe=!0,cAe=!1,uAe="";assert$1(!x_.createOnAllSeries,uAe),nAe?zP.eachRawSeriesByType(nAe,dAe):oAe?oAe(zP,z9).each(dAe):(aAe=!1,each$f(zP.getSeries(),dAe));function dAe(EAe){var gAe=EAe.uid,pAe=iAe.set(gAe,AAe&&AAe.get(gAe)||(cAe=!0,createTask({reset:stubReset,onDirty:stubOnDirty})));pAe.context={model:EAe,overallProgress:aAe},pAe.agent=tAe,pAe.__block=aAe,eAe._pipe(EAe,pAe)}cAe&&tAe.dirty()},r4.prototype._pipe=function(x_,$P){var zP=x_.uid,z9=this._pipelineMap.get(zP);!z9.head&&(z9.head=$P),z9.tail&&z9.tail.pipe($P),z9.tail=$P,$P.__idxInPipeline=z9.count++,$P.__pipeline=z9},r4.wrapStageHandler=function(x_,$P){return isFunction(x_)&&(x_={overallReset:x_,seriesType:detectSeriseType(x_)}),x_.uid=getUID("stageHandler"),$P&&(x_.visualType=$P),x_},r4}();function overallTaskReset(r4){r4.overallReset(r4.ecModel,r4.api,r4.payload)}function stubReset(r4){return r4.overallProgress&&stubProgress}function stubProgress(){this.agent.dirty(),this.getDownstream().dirty()}function stubOnDirty(){this.agent&&this.agent.dirty()}function seriesTaskPlan(r4){return r4.plan?r4.plan(r4.model,r4.ecModel,r4.api,r4.payload):null}function seriesTaskReset(r4){r4.useClearVisual&&r4.data.clearAllVisual();var x_=r4.resetDefines=normalizeToArray(r4.reset(r4.model,r4.ecModel,r4.api,r4.payload));return x_.length>1?map$1(x_,function($P,zP){return makeSeriesTaskProgress(zP)}):singleSeriesTaskProgress}var singleSeriesTaskProgress=makeSeriesTaskProgress(0);function makeSeriesTaskProgress(r4){return function(x_,$P){var zP=$P.data,z9=$P.resetDefines[r4];if(z9&&z9.dataEach)for(var eAe=x_.start;eAe0&&uAe===nAe.length-cAe.length){var dAe=nAe.slice(0,uAe);dAe!=="data"&&($P.mainType=dAe,$P[cAe.toLowerCase()]=iAe,oAe=!0)}}AAe.hasOwnProperty(nAe)&&(zP[nAe]=iAe,oAe=!0),oAe||(z9[nAe]=iAe)})}return{cptQuery:$P,dataQuery:zP,otherQuery:z9}},r4.prototype.filter=function(x_,$P){var zP=this.eventInfo;if(!zP)return!0;var z9=zP.targetEl,eAe=zP.packedEvent,tAe=zP.model,AAe=zP.view;if(!tAe||!AAe)return!0;var iAe=$P.cptQuery,nAe=$P.dataQuery;return oAe(iAe,tAe,"mainType")&&oAe(iAe,tAe,"subType")&&oAe(iAe,tAe,"index","componentIndex")&&oAe(iAe,tAe,"name")&&oAe(iAe,tAe,"id")&&oAe(nAe,eAe,"name")&&oAe(nAe,eAe,"dataIndex")&&oAe(nAe,eAe,"dataType")&&(!AAe.filterForExposedEvent||AAe.filterForExposedEvent(x_,$P.otherQuery,z9,eAe));function oAe(aAe,cAe,uAe,dAe){return aAe[uAe]==null||cAe[dAe||uAe]===aAe[uAe]}},r4.prototype.afterTrigger=function(){this.eventInfo=null},r4}(),SYMBOL_PROPS_WITH_CB=["symbol","symbolSize","symbolRotate","symbolOffset"],SYMBOL_PROPS=SYMBOL_PROPS_WITH_CB.concat(["symbolKeepAspect"]),seriesSymbolTask={createOnAllSeries:!0,performRawSeries:!0,reset:function(r4,x_){var $P=r4.getData();if(r4.legendIcon&&$P.setVisual("legendIcon",r4.legendIcon),!r4.hasSymbolVisual)return;for(var zP={},z9={},eAe=!1,tAe=0;tAe=0&&isSafeNum(iAe)?iAe:.5;var nAe=r4.createRadialGradient(tAe,AAe,0,tAe,AAe,iAe);return nAe}function getCanvasGradient(r4,x_,$P){for(var zP=x_.type==="radial"?createRadialGradient(r4,x_,$P):createLinearGradient(r4,x_,$P),z9=x_.colorStops,eAe=0;eAe0)?null:r4==="dashed"?[4*x_,2*x_]:r4==="dotted"?[x_]:isNumber$1(r4)?[r4]:isArray$2(r4)?r4:null}function getLineDash(r4){var x_=r4.style,$P=x_.lineDash&&x_.lineWidth>0&&normalizeLineDash(x_.lineDash,x_.lineWidth),zP=x_.lineDashOffset;if($P){var z9=x_.strokeNoScale&&r4.getLineScale?r4.getLineScale():1;z9&&z9!==1&&($P=map$1($P,function(eAe){return eAe/z9}),zP/=z9)}return[$P,zP]}var pathProxyForDraw=new PathProxy(!0);function styleHasStroke(r4){var x_=r4.stroke;return!(x_==null||x_==="none"||!(r4.lineWidth>0))}function isValidStrokeFillStyle(r4){return typeof r4=="string"&&r4!=="none"}function styleHasFill(r4){var x_=r4.fill;return x_!=null&&x_!=="none"}function doFillPath(r4,x_){if(x_.fillOpacity!=null&&x_.fillOpacity!==1){var $P=r4.globalAlpha;r4.globalAlpha=x_.fillOpacity*x_.opacity,r4.fill(),r4.globalAlpha=$P}else r4.fill()}function doStrokePath(r4,x_){if(x_.strokeOpacity!=null&&x_.strokeOpacity!==1){var $P=r4.globalAlpha;r4.globalAlpha=x_.strokeOpacity*x_.opacity,r4.stroke(),r4.globalAlpha=$P}else r4.stroke()}function createCanvasPattern(r4,x_,$P){var zP=createOrUpdateImage(x_.image,x_.__image,$P);if(isImageReady(zP)){var z9=r4.createPattern(zP,x_.repeat||"repeat");if(typeof DOMMatrix=="function"&&z9&&z9.setTransform){var eAe=new DOMMatrix;eAe.translateSelf(x_.x||0,x_.y||0),eAe.rotateSelf(0,0,(x_.rotation||0)*RADIAN_TO_DEGREE),eAe.scaleSelf(x_.scaleX||1,x_.scaleY||1),z9.setTransform(eAe)}return z9}}function brushPath(r4,x_,$P,zP){var z9,eAe=styleHasStroke($P),tAe=styleHasFill($P),AAe=$P.strokePercent,iAe=AAe<1,nAe=!x_.path;(!x_.silent||iAe)&&nAe&&x_.createPathProxy();var oAe=x_.path||pathProxyForDraw,aAe=x_.__dirty;if(!zP){var cAe=$P.fill,uAe=$P.stroke,dAe=tAe&&!!cAe.colorStops,EAe=eAe&&!!uAe.colorStops,gAe=tAe&&!!cAe.image,pAe=eAe&&!!uAe.image,mAe=void 0,SAe=void 0,DAe=void 0,NAe=void 0,TAe=void 0;(dAe||EAe)&&(TAe=x_.getBoundingRect()),dAe&&(mAe=aAe?getCanvasGradient(r4,cAe,TAe):x_.__canvasFillGradient,x_.__canvasFillGradient=mAe),EAe&&(SAe=aAe?getCanvasGradient(r4,uAe,TAe):x_.__canvasStrokeGradient,x_.__canvasStrokeGradient=SAe),gAe&&(DAe=aAe||!x_.__canvasFillPattern?createCanvasPattern(r4,cAe,x_):x_.__canvasFillPattern,x_.__canvasFillPattern=DAe),pAe&&(NAe=aAe||!x_.__canvasStrokePattern?createCanvasPattern(r4,uAe,x_):x_.__canvasStrokePattern,x_.__canvasStrokePattern=DAe),dAe?r4.fillStyle=mAe:gAe&&(DAe?r4.fillStyle=DAe:tAe=!1),EAe?r4.strokeStyle=SAe:pAe&&(NAe?r4.strokeStyle=NAe:eAe=!1)}var bAe=x_.getGlobalScale();oAe.setScale(bAe[0],bAe[1],x_.segmentIgnoreThreshold);var GAe,LAe;r4.setLineDash&&$P.lineDash&&(z9=getLineDash(x_),GAe=z9[0],LAe=z9[1]);var wAe=!0;(nAe||aAe&SHAPE_CHANGED_BIT)&&(oAe.setDPR(r4.dpr),iAe?oAe.setContext(null):(oAe.setContext(r4),wAe=!1),oAe.reset(),x_.buildPath(oAe,x_.shape,zP),oAe.toStatic(),x_.pathUpdated()),wAe&&oAe.rebuildPath(r4,iAe?AAe:1),GAe&&(r4.setLineDash(GAe),r4.lineDashOffset=LAe),zP||($P.strokeFirst?(eAe&&doStrokePath(r4,$P),tAe&&doFillPath(r4,$P)):(tAe&&doFillPath(r4,$P),eAe&&doStrokePath(r4,$P))),GAe&&r4.setLineDash([])}function brushImage(r4,x_,$P){var zP=x_.__image=createOrUpdateImage($P.image,x_.__image,x_,x_.onload);if(!(!zP||!isImageReady(zP))){var z9=$P.x||0,eAe=$P.y||0,tAe=x_.getWidth(),AAe=x_.getHeight(),iAe=zP.width/zP.height;if(tAe==null&&AAe!=null?tAe=AAe*iAe:AAe==null&&tAe!=null?AAe=tAe/iAe:tAe==null&&AAe==null&&(tAe=zP.width,AAe=zP.height),$P.sWidth&&$P.sHeight){var nAe=$P.sx||0,oAe=$P.sy||0;r4.drawImage(zP,nAe,oAe,$P.sWidth,$P.sHeight,z9,eAe,tAe,AAe)}else if($P.sx&&$P.sy){var nAe=$P.sx,oAe=$P.sy,aAe=tAe-nAe,cAe=AAe-oAe;r4.drawImage(zP,nAe,oAe,aAe,cAe,z9,eAe,tAe,AAe)}else r4.drawImage(zP,z9,eAe,tAe,AAe)}}function brushText(r4,x_,$P){var zP,z9=$P.text;if(z9!=null&&(z9+=""),z9){r4.font=$P.font||DEFAULT_FONT,r4.textAlign=$P.textAlign,r4.textBaseline=$P.textBaseline;var eAe=void 0,tAe=void 0;r4.setLineDash&&$P.lineDash&&(zP=getLineDash(x_),eAe=zP[0],tAe=zP[1]),eAe&&(r4.setLineDash(eAe),r4.lineDashOffset=tAe),$P.strokeFirst?(styleHasStroke($P)&&r4.strokeText(z9,$P.x,$P.y),styleHasFill($P)&&r4.fillText(z9,$P.x,$P.y)):(styleHasFill($P)&&r4.fillText(z9,$P.x,$P.y),styleHasStroke($P)&&r4.strokeText(z9,$P.x,$P.y)),eAe&&r4.setLineDash([])}}var SHADOW_NUMBER_PROPS=["shadowBlur","shadowOffsetX","shadowOffsetY"],STROKE_PROPS=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function bindCommonProps(r4,x_,$P,zP,z9){var eAe=!1;if(!zP&&($P=$P||{},x_===$P))return!1;if(zP||x_.opacity!==$P.opacity){flushPathDrawn(r4,z9),eAe=!0;var tAe=Math.max(Math.min(x_.opacity,1),0);r4.globalAlpha=isNaN(tAe)?DEFAULT_COMMON_STYLE.opacity:tAe}(zP||x_.blend!==$P.blend)&&(eAe||(flushPathDrawn(r4,z9),eAe=!0),r4.globalCompositeOperation=x_.blend||DEFAULT_COMMON_STYLE.blend);for(var AAe=0;AAe0&&$P.unfinished);$P.unfinished||this._zr.flush()}}},x_.prototype.getDom=function(){return this._dom},x_.prototype.getId=function(){return this.id},x_.prototype.getZr=function(){return this._zr},x_.prototype.isSSR=function(){return this._ssr},x_.prototype.setOption=function($P,zP,z9){if(!this[IN_MAIN_PROCESS_KEY]){if(this._disposed){this.id;return}var eAe,tAe,AAe;if(isObject$4(zP)&&(z9=zP.lazyUpdate,eAe=zP.silent,tAe=zP.replaceMerge,AAe=zP.transition,zP=zP.notMerge),this[IN_MAIN_PROCESS_KEY]=!0,!this._model||zP){var iAe=new OptionManager(this._api),nAe=this._theme,oAe=this._model=new GlobalModel;oAe.scheduler=this._scheduler,oAe.ssr=this._ssr,oAe.init(null,null,null,nAe,this._locale,iAe)}this._model.setOption($P,{replaceMerge:tAe},optionPreprocessorFuncs);var aAe={seriesTransition:AAe,optionChanged:!0};if(z9)this[PENDING_UPDATE]={silent:eAe,updateParams:aAe},this[IN_MAIN_PROCESS_KEY]=!1,this.getZr().wakeUp();else{try{prepare(this),updateMethods.update.call(this,null,aAe)}catch(cAe){throw this[PENDING_UPDATE]=null,this[IN_MAIN_PROCESS_KEY]=!1,cAe}this._ssr||this._zr.flush(),this[PENDING_UPDATE]=null,this[IN_MAIN_PROCESS_KEY]=!1,flushPendingActions.call(this,eAe),triggerUpdatedEvent.call(this,eAe)}}},x_.prototype.setTheme=function(){},x_.prototype.getModel=function(){return this._model},x_.prototype.getOption=function(){return this._model&&this._model.getOption()},x_.prototype.getWidth=function(){return this._zr.getWidth()},x_.prototype.getHeight=function(){return this._zr.getHeight()},x_.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||env.hasGlobalWindow&&window.devicePixelRatio||1},x_.prototype.getRenderedCanvas=function($P){return this.renderToCanvas($P)},x_.prototype.renderToCanvas=function($P){$P=$P||{};var zP=this._zr.painter;return zP.getRenderedCanvas({backgroundColor:$P.backgroundColor||this._model.get("backgroundColor"),pixelRatio:$P.pixelRatio||this.getDevicePixelRatio()})},x_.prototype.renderToSVGString=function($P){$P=$P||{};var zP=this._zr.painter;return zP.renderToString({useViewBox:$P.useViewBox})},x_.prototype.getSvgDataURL=function(){if(env.svgSupported){var $P=this._zr,zP=$P.storage.getDisplayList();return each$f(zP,function(z9){z9.stopAnimation(null,!0)}),$P.painter.toDataURL()}},x_.prototype.getDataURL=function($P){if(this._disposed){this.id;return}$P=$P||{};var zP=$P.excludeComponents,z9=this._model,eAe=[],tAe=this;each$f(zP,function(iAe){z9.eachComponent({mainType:iAe},function(nAe){var oAe=tAe._componentsMap[nAe.__viewId];oAe.group.ignore||(eAe.push(oAe),oAe.group.ignore=!0)})});var AAe=this._zr.painter.getType()==="svg"?this.getSvgDataURL():this.renderToCanvas($P).toDataURL("image/"+($P&&$P.type||"png"));return each$f(eAe,function(iAe){iAe.group.ignore=!1}),AAe},x_.prototype.getConnectedDataURL=function($P){if(this._disposed){this.id;return}var zP=$P.type==="svg",z9=this.group,eAe=Math.min,tAe=Math.max,AAe=1/0;if(connectedGroups[z9]){var iAe=AAe,nAe=AAe,oAe=-AAe,aAe=-AAe,cAe=[],uAe=$P&&$P.pixelRatio||this.getDevicePixelRatio();each$f(instances$1,function(SAe,DAe){if(SAe.group===z9){var NAe=zP?SAe.getZr().painter.getSvgDom().innerHTML:SAe.renderToCanvas(clone$7($P)),TAe=SAe.getDom().getBoundingClientRect();iAe=eAe(TAe.left,iAe),nAe=eAe(TAe.top,nAe),oAe=tAe(TAe.right,oAe),aAe=tAe(TAe.bottom,aAe),cAe.push({dom:NAe,left:TAe.left,top:TAe.top})}}),iAe*=uAe,nAe*=uAe,oAe*=uAe,aAe*=uAe;var dAe=oAe-iAe,EAe=aAe-nAe,gAe=platformApi.createCanvas(),pAe=init$2(gAe,{renderer:zP?"svg":"canvas"});if(pAe.resize({width:dAe,height:EAe}),zP){var mAe="";return each$f(cAe,function(SAe){var DAe=SAe.left-iAe,NAe=SAe.top-nAe;mAe+=''+SAe.dom+""}),pAe.painter.getSvgRoot().innerHTML=mAe,$P.connectedBackgroundColor&&pAe.painter.setBackgroundColor($P.connectedBackgroundColor),pAe.refreshImmediately(),pAe.painter.toDataURL()}else return $P.connectedBackgroundColor&&pAe.add(new Rect$2({shape:{x:0,y:0,width:dAe,height:EAe},style:{fill:$P.connectedBackgroundColor}})),each$f(cAe,function(SAe){var DAe=new ZRImage({style:{x:SAe.left*uAe-iAe,y:SAe.top*uAe-nAe,image:SAe.dom}});pAe.add(DAe)}),pAe.refreshImmediately(),gAe.toDataURL("image/"+($P&&$P.type||"png"))}else return this.getDataURL($P)},x_.prototype.convertToPixel=function($P,zP){return doConvertPixel(this,"convertToPixel",$P,zP)},x_.prototype.convertFromPixel=function($P,zP){return doConvertPixel(this,"convertFromPixel",$P,zP)},x_.prototype.containPixel=function($P,zP){if(this._disposed){this.id;return}var z9=this._model,eAe,tAe=parseFinder$1(z9,$P);return each$f(tAe,function(AAe,iAe){iAe.indexOf("Models")>=0&&each$f(AAe,function(nAe){var oAe=nAe.coordinateSystem;if(oAe&&oAe.containPoint)eAe=eAe||!!oAe.containPoint(zP);else if(iAe==="seriesModels"){var aAe=this._chartsMap[nAe.__viewId];aAe&&aAe.containPoint&&(eAe=eAe||aAe.containPoint(zP,nAe))}},this)},this),!!eAe},x_.prototype.getVisual=function($P,zP){var z9=this._model,eAe=parseFinder$1(z9,$P,{defaultMainType:"series"}),tAe=eAe.seriesModel,AAe=tAe.getData(),iAe=eAe.hasOwnProperty("dataIndexInside")?eAe.dataIndexInside:eAe.hasOwnProperty("dataIndex")?AAe.indexOfRawIndex(eAe.dataIndex):null;return iAe!=null?getItemVisualFromData(AAe,iAe,zP):getVisualFromData(AAe,zP)},x_.prototype.getViewOfComponentModel=function($P){return this._componentsMap[$P.__viewId]},x_.prototype.getViewOfSeriesModel=function($P){return this._chartsMap[$P.__viewId]},x_.prototype._initEvents=function(){var $P=this;each$f(MOUSE_EVENT_NAMES,function(zP){var z9=function(eAe){var tAe=$P.getModel(),AAe=eAe.target,iAe,nAe=zP==="globalout";if(nAe?iAe={}:AAe&&findEventDispatcher(AAe,function(dAe){var EAe=getECData(dAe);if(EAe&&EAe.dataIndex!=null){var gAe=EAe.dataModel||tAe.getSeriesByIndex(EAe.seriesIndex);return iAe=gAe&&gAe.getDataParams(EAe.dataIndex,EAe.dataType,AAe)||{},!0}else if(EAe.eventData)return iAe=extend$1({},EAe.eventData),!0},!0),iAe){var oAe=iAe.componentType,aAe=iAe.componentIndex;(oAe==="markLine"||oAe==="markPoint"||oAe==="markArea")&&(oAe="series",aAe=iAe.seriesIndex);var cAe=oAe&&aAe!=null&&tAe.getComponent(oAe,aAe),uAe=cAe&&$P[cAe.mainType==="series"?"_chartsMap":"_componentsMap"][cAe.__viewId];iAe.event=eAe,iAe.type=zP,$P._$eventProcessor.eventInfo={targetEl:AAe,packedEvent:iAe,model:cAe,view:uAe},$P.trigger(zP,iAe)}};z9.zrEventfulCallAtLast=!0,$P._zr.on(zP,z9,$P)}),each$f(eventActionMap,function(zP,z9){$P._messageCenter.on(z9,function(eAe){this.trigger(z9,eAe)},$P)}),each$f(["selectchanged"],function(zP){$P._messageCenter.on(zP,function(z9){this.trigger(zP,z9)},$P)}),handleLegacySelectEvents(this._messageCenter,this,this._api)},x_.prototype.isDisposed=function(){return this._disposed},x_.prototype.clear=function(){if(this._disposed){this.id;return}this.setOption({series:[]},!0)},x_.prototype.dispose=function(){if(this._disposed){this.id;return}this._disposed=!0;var $P=this.getDom();$P&&setAttribute(this.getDom(),DOM_ATTRIBUTE_KEY,"");var zP=this,z9=zP._api,eAe=zP._model;each$f(zP._componentsViews,function(tAe){tAe.dispose(eAe,z9)}),each$f(zP._chartsViews,function(tAe){tAe.dispose(eAe,z9)}),zP._zr.dispose(),zP._dom=zP._model=zP._chartsMap=zP._componentsMap=zP._chartsViews=zP._componentsViews=zP._scheduler=zP._api=zP._zr=zP._throttledZrFlush=zP._theme=zP._coordSysMgr=zP._messageCenter=null,delete instances$1[zP.id]},x_.prototype.resize=function($P){if(!this[IN_MAIN_PROCESS_KEY]){if(this._disposed){this.id;return}this._zr.resize($P);var zP=this._model;if(this._loadingFX&&this._loadingFX.resize(),!!zP){var z9=zP.resetOption("media"),eAe=$P&&$P.silent;this[PENDING_UPDATE]&&(eAe==null&&(eAe=this[PENDING_UPDATE].silent),z9=!0,this[PENDING_UPDATE]=null),this[IN_MAIN_PROCESS_KEY]=!0;try{z9&&prepare(this),updateMethods.update.call(this,{type:"resize",animation:extend$1({duration:0},$P&&$P.animation)})}catch(tAe){throw this[IN_MAIN_PROCESS_KEY]=!1,tAe}this[IN_MAIN_PROCESS_KEY]=!1,flushPendingActions.call(this,eAe),triggerUpdatedEvent.call(this,eAe)}}},x_.prototype.showLoading=function($P,zP){if(this._disposed){this.id;return}if(isObject$4($P)&&(zP=$P,$P=""),$P=$P||"default",this.hideLoading(),!!loadingEffects[$P]){var z9=loadingEffects[$P](this._api,zP),eAe=this._zr;this._loadingFX=z9,eAe.add(z9)}},x_.prototype.hideLoading=function(){if(this._disposed){this.id;return}this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},x_.prototype.makeActionFromEvent=function($P){var zP=extend$1({},$P);return zP.type=eventActionMap[$P.type],zP},x_.prototype.dispatchAction=function($P,zP){if(this._disposed){this.id;return}if(isObject$4(zP)||(zP={silent:!!zP}),!!actions[$P.type]&&this._model){if(this[IN_MAIN_PROCESS_KEY]){this._pendingActions.push($P);return}var z9=zP.silent;doDispatchAction.call(this,$P,z9);var eAe=zP.flush;eAe?this._zr.flush():eAe!==!1&&env.browser.weChat&&this._throttledZrFlush(),flushPendingActions.call(this,z9),triggerUpdatedEvent.call(this,z9)}},x_.prototype.updateLabelLayout=function(){lifecycle.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},x_.prototype.appendData=function($P){if(this._disposed){this.id;return}var zP=$P.seriesIndex,z9=this.getModel(),eAe=z9.getSeriesByIndex(zP);eAe.appendData($P),this._scheduler.unfinished=!0,this.getZr().wakeUp()},x_.internalField=function(){prepare=function(aAe){var cAe=aAe._scheduler;cAe.restorePipelines(aAe._model),cAe.prepareStageTasks(),prepareView(aAe,!0),prepareView(aAe,!1),cAe.plan()},prepareView=function(aAe,cAe){for(var uAe=aAe._model,dAe=aAe._scheduler,EAe=cAe?aAe._componentsViews:aAe._chartsViews,gAe=cAe?aAe._componentsMap:aAe._chartsMap,pAe=aAe._zr,mAe=aAe._api,SAe=0;SAecAe.get("hoverLayerThreshold")&&!env.node&&!env.worker&&cAe.eachSeries(function(gAe){if(!gAe.preventUsingHoverLayer){var pAe=aAe._chartsMap[gAe.__viewId];pAe.__alive&&pAe.eachRendered(function(mAe){mAe.states.emphasis&&(mAe.states.emphasis.hoverLayer=!0)})}})}function tAe(aAe,cAe){var uAe=aAe.get("blendMode")||null;cAe.eachRendered(function(dAe){dAe.isGroup||(dAe.style.blend=uAe)})}function AAe(aAe,cAe){if(!aAe.preventAutoZ){var uAe=aAe.get("z")||0,dAe=aAe.get("zlevel")||0;cAe.eachRendered(function(EAe){return iAe(EAe,uAe,dAe,-1/0),!0})}}function iAe(aAe,cAe,uAe,dAe){var EAe=aAe.getTextContent(),gAe=aAe.getTextGuideLine(),pAe=aAe.isGroup;if(pAe)for(var mAe=aAe.childrenRef(),SAe=0;SAe0?{duration:EAe,delay:uAe.get("delay"),easing:uAe.get("easing")}:null;cAe.eachRendered(function(pAe){if(pAe.states&&pAe.states.emphasis){if(isElementRemoved(pAe))return;if(pAe instanceof Path&&savePathStates(pAe),pAe.__dirty){var mAe=pAe.prevStates;mAe&&pAe.useStates(mAe)}if(dAe){pAe.stateTransition=gAe;var SAe=pAe.getTextContent(),DAe=pAe.getTextGuideLine();SAe&&(SAe.stateTransition=gAe),DAe&&(DAe.stateTransition=gAe)}pAe.__dirty&&z9(pAe)}})}createExtensionAPI=function(aAe){return new(function(cAe){__extends$1(uAe,cAe);function uAe(){return cAe!==null&&cAe.apply(this,arguments)||this}return uAe.prototype.getCoordinateSystems=function(){return aAe._coordSysMgr.getCoordinateSystems()},uAe.prototype.getComponentByElement=function(dAe){for(;dAe;){var EAe=dAe.__ecComponentInfo;if(EAe!=null)return aAe._model.getComponent(EAe.mainType,EAe.index);dAe=dAe.parent}},uAe.prototype.enterEmphasis=function(dAe,EAe){enterEmphasis(dAe,EAe),markStatusToUpdate(aAe)},uAe.prototype.leaveEmphasis=function(dAe,EAe){leaveEmphasis(dAe,EAe),markStatusToUpdate(aAe)},uAe.prototype.enterBlur=function(dAe){enterBlur(dAe),markStatusToUpdate(aAe)},uAe.prototype.leaveBlur=function(dAe){leaveBlur(dAe),markStatusToUpdate(aAe)},uAe.prototype.enterSelect=function(dAe){enterSelect(dAe),markStatusToUpdate(aAe)},uAe.prototype.leaveSelect=function(dAe){leaveSelect(dAe),markStatusToUpdate(aAe)},uAe.prototype.getModel=function(){return aAe.getModel()},uAe.prototype.getViewOfComponentModel=function(dAe){return aAe.getViewOfComponentModel(dAe)},uAe.prototype.getViewOfSeriesModel=function(dAe){return aAe.getViewOfSeriesModel(dAe)},uAe}(ExtensionAPI))(aAe)},enableConnect=function(aAe){function cAe(uAe,dAe){for(var EAe=0;EAe=0)){registeredTasks.push($P);var eAe=Scheduler.wrapStageHandler($P,z9);eAe.__prio=x_,eAe.__raw=$P,r4.push(eAe)}}function registerLoading(r4,x_){loadingEffects[r4]=x_}function registerMap$1(r4,x_,$P){var zP=getImpl("registerMap");zP&&zP(r4,x_,$P)}var registerTransform=registerExternalTransform;registerVisual(PRIORITY_VISUAL_GLOBAL,seriesStyleTask);registerVisual(PRIORITY_VISUAL_CHART_DATA_CUSTOM,dataStyleTask);registerVisual(PRIORITY_VISUAL_CHART_DATA_CUSTOM,dataColorPaletteTask);registerVisual(PRIORITY_VISUAL_GLOBAL,seriesSymbolTask);registerVisual(PRIORITY_VISUAL_CHART_DATA_CUSTOM,dataSymbolTask);registerVisual(PRIORITY_VISUAL_DECAL,decalVisual);registerPreprocessor(globalBackwardCompat);registerProcessor$1(PRIORITY_PROCESSOR_DATASTACK,dataStack);registerLoading("default",defaultLoading);registerAction({type:HIGHLIGHT_ACTION_TYPE,event:HIGHLIGHT_ACTION_TYPE,update:HIGHLIGHT_ACTION_TYPE},noop$3);registerAction({type:DOWNPLAY_ACTION_TYPE,event:DOWNPLAY_ACTION_TYPE,update:DOWNPLAY_ACTION_TYPE},noop$3);registerAction({type:SELECT_ACTION_TYPE,event:SELECT_ACTION_TYPE,update:SELECT_ACTION_TYPE},noop$3);registerAction({type:UNSELECT_ACTION_TYPE,event:UNSELECT_ACTION_TYPE,update:UNSELECT_ACTION_TYPE},noop$3);registerAction({type:TOGGLE_SELECT_ACTION_TYPE,event:TOGGLE_SELECT_ACTION_TYPE,update:TOGGLE_SELECT_ACTION_TYPE},noop$3);registerTheme("light",lightTheme);registerTheme("dark",theme$1);var extensions=[],extensionRegisters={registerPreprocessor,registerProcessor:registerProcessor$1,registerPostInit,registerPostUpdate,registerUpdateLifecycle,registerAction,registerCoordinateSystem,registerLayout,registerVisual,registerTransform,registerLoading,registerMap:registerMap$1,registerImpl,PRIORITY,ComponentModel,ComponentView,SeriesModel,ChartView,registerComponentModel:function(r4){ComponentModel.registerClass(r4)},registerComponentView:function(r4){ComponentView.registerClass(r4)},registerSeriesModel:function(r4){SeriesModel.registerClass(r4)},registerChartView:function(r4){ChartView.registerClass(r4)},registerSubTypeDefaulter:function(r4,x_){ComponentModel.registerSubTypeDefaulter(r4,x_)},registerPainter:function(r4,x_){registerPainter(r4,x_)}};function use$1(r4){if(isArray$2(r4)){each$f(r4,function(x_){use$1(x_)});return}indexOf(extensions,r4)>=0||(extensions.push(r4),isFunction(r4)&&(r4={install:r4}),r4.install(extensionRegisters))}var ScatterSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.hasSymbolVisual=!0,$P}return x_.prototype.getInitialData=function($P,zP){return createSeriesData(null,this,{useEncodeDefaulter:!0})},x_.prototype.getProgressive=function(){var $P=this.option.progressive;return $P??(this.option.large?5e3:this.get("progressive"))},x_.prototype.getProgressiveThreshold=function(){var $P=this.option.progressiveThreshold;return $P??(this.option.large?1e4:this.get("progressiveThreshold"))},x_.prototype.brushSelector=function($P,zP,z9){return z9.point(zP.getItemLayout($P))},x_.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},x_.type="series.scatter",x_.dependencies=["grid","polar","geo","singleAxis","calendar"],x_.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},x_}(SeriesModel),BOOST_SIZE_THRESHOLD=4,LargeSymbolPathShape=function(){function r4(){}return r4}(),LargeSymbolPath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP._off=0,zP.hoverDataIdx=-1,zP}return x_.prototype.getDefaultShape=function(){return new LargeSymbolPathShape},x_.prototype.reset=function(){this.notClear=!1,this._off=0},x_.prototype.buildPath=function($P,zP){var z9=zP.points,eAe=zP.size,tAe=this.symbolProxy,AAe=tAe.shape,iAe=$P.getContext?$P.getContext():$P,nAe=iAe&&eAe[0]=0;nAe--){var oAe=nAe*2,aAe=eAe[oAe]-AAe/2,cAe=eAe[oAe+1]-iAe/2;if($P>=aAe&&zP>=cAe&&$P<=aAe+AAe&&zP<=cAe+iAe)return nAe}return-1},x_.prototype.contain=function($P,zP){var z9=this.transformCoordToLocal($P,zP),eAe=this.getBoundingRect();if($P=z9[0],zP=z9[1],eAe.contain($P,zP)){var tAe=this.hoverDataIdx=this.findDataIndex($P,zP);return tAe>=0}return this.hoverDataIdx=-1,!1},x_.prototype.getBoundingRect=function(){var $P=this._rect;if(!$P){for(var zP=this.shape,z9=zP.points,eAe=zP.size,tAe=eAe[0],AAe=eAe[1],iAe=1/0,nAe=1/0,oAe=-1/0,aAe=-1/0,cAe=0;cAe=0&&(nAe.dataIndex=aAe+(x_.startIndex||0))})},r4.prototype.remove=function(){this._clear()},r4.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r4}(),ScatterView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe=$P.getData(),tAe=this._updateSymbolDraw(eAe,$P);tAe.updateData(eAe,{clipShape:this._getClipShape($P)}),this._finished=!0},x_.prototype.incrementalPrepareRender=function($P,zP,z9){var eAe=$P.getData(),tAe=this._updateSymbolDraw(eAe,$P);tAe.incrementalPrepareUpdate(eAe),this._finished=!1},x_.prototype.incrementalRender=function($P,zP,z9){this._symbolDraw.incrementalUpdate($P,zP.getData(),{clipShape:this._getClipShape(zP)}),this._finished=$P.end===zP.getData().count()},x_.prototype.updateTransform=function($P,zP,z9){var eAe=$P.getData();if(this.group.dirty(),!this._finished||eAe.count()>1e4)return{update:!0};var tAe=pointsLayout("").reset($P,zP,z9);tAe.progress&&tAe.progress({start:0,end:eAe.count(),count:eAe.count()},eAe),this._symbolDraw.updateLayout(eAe)},x_.prototype.eachRendered=function($P){this._symbolDraw&&this._symbolDraw.eachRendered($P)},x_.prototype._getClipShape=function($P){if($P.get("clip",!0)){var zP=$P.coordinateSystem;return zP&&zP.getArea&&zP.getArea(.1)}},x_.prototype._updateSymbolDraw=function($P,zP){var z9=this._symbolDraw,eAe=zP.pipelineContext,tAe=eAe.large;return(!z9||tAe!==this._isLargeDraw)&&(z9&&z9.remove(),z9=this._symbolDraw=tAe?new LargeSymbolDraw:new SymbolDraw,this._isLargeDraw=tAe,this.group.removeAll()),this.group.add(z9.group),z9},x_.prototype.remove=function($P,zP){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},x_.prototype.dispose=function(){},x_.type="scatter",x_}(ChartView),GridModel=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.type="grid",x_.dependencies=["xAxis","yAxis"],x_.layoutMode="box",x_.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},x_}(ComponentModel),AxisModelCommonMixin=function(){function r4(){}return r4.prototype.getNeedCrossZero=function(){var x_=this.option;return!x_.scale},r4.prototype.getCoordSysModel=function(){},r4}(),CartesianAxisModel=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",SINGLE_REFERRING).models[0]},x_.type="cartesian2dAxis",x_}(ComponentModel);mixin(CartesianAxisModel,AxisModelCommonMixin);var defaultOption$1={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,showMinLine:!0,showMaxLine:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},categoryAxis=merge({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},defaultOption$1),valueAxis=merge({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},defaultOption$1),timeAxis=merge({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},valueAxis),logAxis=defaults$2({logBase:10},valueAxis);const axisDefault={category:categoryAxis,value:valueAxis,time:timeAxis,log:logAxis};var uidBase=0,OrdinalMeta=function(){function r4(x_){this.categories=x_.categories||[],this._needCollect=x_.needCollect,this._deduplication=x_.deduplication,this.uid=++uidBase}return r4.createByAxisModel=function(x_){var $P=x_.option,zP=$P.data,z9=zP&&map$1(zP,getName);return new r4({categories:z9,needCollect:!z9,deduplication:$P.dedplication!==!1})},r4.prototype.getOrdinal=function(x_){return this._getOrCreateMap().get(x_)},r4.prototype.parseAndCollect=function(x_){var $P,zP=this._needCollect;if(!isString(x_)&&!zP)return x_;if(zP&&!this._deduplication)return $P=this.categories.length,this.categories[$P]=x_,$P;var z9=this._getOrCreateMap();return $P=z9.get(x_),$P==null&&(zP?($P=this.categories.length,this.categories[$P]=x_,z9.set(x_,$P)):$P=NaN),$P},r4.prototype._getOrCreateMap=function(){return this._map||(this._map=createHashMap(this.categories))},r4}();function getName(r4){return isObject$4(r4)&&r4.value!=null?r4.value:r4+""}var AXIS_TYPES={value:1,category:1,time:1,log:1};function axisModelCreator(r4,x_,$P,zP){each$f(AXIS_TYPES,function(z9,eAe){var tAe=merge(merge({},axisDefault[eAe],!0),zP,!0),AAe=function(iAe){__extends$1(nAe,iAe);function nAe(){var oAe=iAe!==null&&iAe.apply(this,arguments)||this;return oAe.type=x_+"Axis."+eAe,oAe}return nAe.prototype.mergeDefaultAndTheme=function(oAe,aAe){var cAe=fetchLayoutMode(this),uAe=cAe?getLayoutParams(oAe):{},dAe=aAe.getTheme();merge(oAe,dAe.get(eAe+"Axis")),merge(oAe,this.getDefaultOption()),oAe.type=getAxisType(oAe),cAe&&mergeLayoutParam(oAe,uAe,cAe)},nAe.prototype.optionUpdated=function(){var oAe=this.option;oAe.type==="category"&&(this.__ordinalMeta=OrdinalMeta.createByAxisModel(this))},nAe.prototype.getCategories=function(oAe){var aAe=this.option;if(aAe.type==="category")return oAe?aAe.data:this.__ordinalMeta.categories},nAe.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},nAe.type=x_+"Axis."+eAe,nAe.defaultOption=tAe,nAe}($P);r4.registerComponentModel(AAe)}),r4.registerSubTypeDefaulter(x_+"Axis",getAxisType)}function getAxisType(r4){return r4.type||(r4.data?"category":"value")}var Scale$1=function(){function r4(x_){this._setting=x_||{},this._extent=[1/0,-1/0]}return r4.prototype.getSetting=function(x_){return this._setting[x_]},r4.prototype.unionExtent=function(x_){var $P=this._extent;x_[0]<$P[0]&&($P[0]=x_[0]),x_[1]>$P[1]&&($P[1]=x_[1])},r4.prototype.unionExtentFromData=function(x_,$P){this.unionExtent(x_.getApproximateExtent($P))},r4.prototype.getExtent=function(){return this._extent.slice()},r4.prototype.setExtent=function(x_,$P){var zP=this._extent;isNaN(x_)||(zP[0]=x_),isNaN($P)||(zP[1]=$P)},r4.prototype.isInExtentRange=function(x_){return this._extent[0]<=x_&&this._extent[1]>=x_},r4.prototype.isBlank=function(){return this._isBlank},r4.prototype.setBlank=function(x_){this._isBlank=x_},r4}();enableClassManagement(Scale$1);function isIntervalOrLogScale(r4){return r4.type==="interval"||r4.type==="log"}function intervalScaleNiceTicks(r4,x_,$P,zP){var z9={},eAe=r4[1]-r4[0],tAe=z9.interval=nice(eAe/x_);$P!=null&&tAe<$P&&(tAe=z9.interval=$P),zP!=null&&tAe>zP&&(tAe=z9.interval=zP);var AAe=z9.intervalPrecision=getIntervalPrecision(tAe),iAe=z9.niceTickExtent=[round$2(Math.ceil(r4[0]/tAe)*tAe,AAe),round$2(Math.floor(r4[1]/tAe)*tAe,AAe)];return fixExtent(iAe,r4),z9}function increaseInterval(r4){var x_=Math.pow(10,quantityExponent(r4)),$P=r4/x_;return $P?$P===2?$P=3:$P===3?$P=5:$P*=2:$P=1,round$2($P*x_)}function getIntervalPrecision(r4){return getPrecision(r4)+2}function clamp(r4,x_,$P){r4[x_]=Math.max(Math.min(r4[x_],$P[1]),$P[0])}function fixExtent(r4,x_){!isFinite(r4[0])&&(r4[0]=x_[0]),!isFinite(r4[1])&&(r4[1]=x_[1]),clamp(r4,0,x_),clamp(r4,1,x_),r4[0]>r4[1]&&(r4[0]=r4[1])}function contain$1(r4,x_){return r4>=x_[0]&&r4<=x_[1]}function normalize$2(r4,x_){return x_[1]===x_[0]?.5:(r4-x_[0])/(x_[1]-x_[0])}function scale$1(r4,x_){return r4*(x_[1]-x_[0])+x_[0]}var OrdinalScale=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;zP.type="ordinal";var z9=zP.getSetting("ordinalMeta");return z9||(z9=new OrdinalMeta({})),isArray$2(z9)&&(z9=new OrdinalMeta({categories:map$1(z9,function(eAe){return isObject$4(eAe)?eAe.value:eAe})})),zP._ordinalMeta=z9,zP._extent=zP.getSetting("extent")||[0,z9.categories.length-1],zP}return x_.prototype.parse=function($P){return $P==null?NaN:isString($P)?this._ordinalMeta.getOrdinal($P):Math.round($P)},x_.prototype.contain=function($P){return $P=this.parse($P),contain$1($P,this._extent)&&this._ordinalMeta.categories[$P]!=null},x_.prototype.normalize=function($P){return $P=this._getTickNumber(this.parse($P)),normalize$2($P,this._extent)},x_.prototype.scale=function($P){return $P=Math.round(scale$1($P,this._extent)),this.getRawOrdinalNumber($P)},x_.prototype.getTicks=function(){for(var $P=[],zP=this._extent,z9=zP[0];z9<=zP[1];)$P.push({value:z9}),z9++;return $P},x_.prototype.getMinorTicks=function($P){},x_.prototype.setSortInfo=function($P){if($P==null){this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null;return}for(var zP=$P.ordinalNumbers,z9=this._ordinalNumbersByTick=[],eAe=this._ticksByOrdinalNumber=[],tAe=0,AAe=this._ordinalMeta.categories.length,iAe=Math.min(AAe,zP.length);tAe=0&&$P=0&&$P=$P},x_.prototype.getOrdinalMeta=function(){return this._ordinalMeta},x_.prototype.calcNiceTicks=function(){},x_.prototype.calcNiceExtent=function(){},x_.type="ordinal",x_}(Scale$1);Scale$1.registerClass(OrdinalScale);var roundNumber=round$2,IntervalScale=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type="interval",$P._interval=0,$P._intervalPrecision=2,$P}return x_.prototype.parse=function($P){return $P},x_.prototype.contain=function($P){return contain$1($P,this._extent)},x_.prototype.normalize=function($P){return normalize$2($P,this._extent)},x_.prototype.scale=function($P){return scale$1($P,this._extent)},x_.prototype.setExtent=function($P,zP){var z9=this._extent;isNaN($P)||(z9[0]=parseFloat($P)),isNaN(zP)||(z9[1]=parseFloat(zP))},x_.prototype.unionExtent=function($P){var zP=this._extent;$P[0]zP[1]&&(zP[1]=$P[1]),this.setExtent(zP[0],zP[1])},x_.prototype.getInterval=function(){return this._interval},x_.prototype.setInterval=function($P){this._interval=$P,this._niceExtent=this._extent.slice(),this._intervalPrecision=getIntervalPrecision($P)},x_.prototype.getTicks=function($P){var zP=this._interval,z9=this._extent,eAe=this._niceExtent,tAe=this._intervalPrecision,AAe=[];if(!zP)return AAe;var iAe=1e4;z9[0]iAe)return[];var oAe=AAe.length?AAe[AAe.length-1].value:eAe[1];return z9[1]>oAe&&($P?AAe.push({value:roundNumber(oAe+zP,tAe)}):AAe.push({value:z9[1]})),AAe},x_.prototype.getMinorTicks=function($P){for(var zP=this.getTicks(!0),z9=[],eAe=this.getExtent(),tAe=1;tAeeAe[0]&&uAe>>1;r4[z9][1]z9&&(this._approxInterval=z9);var AAe=scaleIntervals.length,iAe=Math.min(bisect(scaleIntervals,this._approxInterval,0,AAe),AAe-1);this._interval=scaleIntervals[iAe][1],this._minLevelUnit=scaleIntervals[Math.max(iAe-1,0)][0]},x_.prototype.parse=function($P){return isNumber$1($P)?$P:+parseDate($P)},x_.prototype.contain=function($P){return contain$1(this.parse($P),this._extent)},x_.prototype.normalize=function($P){return normalize$2(this.parse($P),this._extent)},x_.prototype.scale=function($P){return scale$1($P,this._extent)},x_.type="time",x_}(IntervalScale),scaleIntervals=[["second",ONE_SECOND],["minute",ONE_MINUTE],["hour",ONE_HOUR],["quarter-day",ONE_HOUR*6],["half-day",ONE_HOUR*12],["day",ONE_DAY*1.2],["half-week",ONE_DAY*3.5],["week",ONE_DAY*7],["month",ONE_DAY*31],["quarter",ONE_DAY*95],["half-year",ONE_YEAR/2],["year",ONE_YEAR]];function isUnitValueSame(r4,x_,$P,zP){var z9=parseDate(x_),eAe=parseDate($P),tAe=function(dAe){return getUnitValue(z9,dAe,zP)===getUnitValue(eAe,dAe,zP)},AAe=function(){return tAe("year")},iAe=function(){return AAe()&&tAe("month")},nAe=function(){return iAe()&&tAe("day")},oAe=function(){return nAe()&&tAe("hour")},aAe=function(){return oAe()&&tAe("minute")},cAe=function(){return aAe()&&tAe("second")},uAe=function(){return cAe()&&tAe("millisecond")};switch(r4){case"year":return AAe();case"month":return iAe();case"day":return nAe();case"hour":return oAe();case"minute":return aAe();case"second":return cAe();case"millisecond":return uAe()}}function getDateInterval(r4,x_){return r4/=ONE_DAY,r4>16?16:r4>7.5?7:r4>3.5?4:r4>1.5?2:1}function getMonthInterval(r4){var x_=30*ONE_DAY;return r4/=x_,r4>6?6:r4>3?3:r4>2?2:1}function getHourInterval(r4){return r4/=ONE_HOUR,r4>12?12:r4>6?6:r4>3.5?4:r4>2?2:1}function getMinutesAndSecondsInterval(r4,x_){return r4/=x_?ONE_MINUTE:ONE_SECOND,r4>30?30:r4>20?20:r4>15?15:r4>10?10:r4>5?5:r4>2?2:1}function getMillisecondsInterval(r4){return nice(r4)}function getFirstTimestampOfUnit(r4,x_,$P){var zP=new Date(r4);switch(getPrimaryTimeUnit(x_)){case"year":case"month":zP[monthSetterName($P)](0);case"day":zP[dateSetterName($P)](1);case"hour":zP[hoursSetterName($P)](0);case"minute":zP[minutesSetterName($P)](0);case"second":zP[secondsSetterName($P)](0),zP[millisecondsSetterName($P)](0)}return zP.getTime()}function getIntervalTicks(r4,x_,$P,zP){var z9=1e4,eAe=timeUnits,tAe=0;function AAe(wAe,OAe,PAe,HAe,zAe,eIe,iIe){for(var rIe=new Date(OAe),AIe=OAe,XAe=rIe[HAe]();AIe1&&eIe===0&&PAe.unshift({value:PAe[0].value-AIe})}}for(var eIe=0;eIe=zP[0]&&mAe<=zP[1]&&aAe++)}var SAe=(zP[1]-zP[0])/x_;if(aAe>SAe*1.5&&cAe>SAe/1.5||(nAe.push(gAe),aAe>SAe||r4===eAe[uAe]))break}oAe=[]}}}for(var DAe=filter(map$1(nAe,function(wAe){return filter(wAe,function(OAe){return OAe.value>=zP[0]&&OAe.value<=zP[1]&&!OAe.notAdd})}),function(wAe){return wAe.length>0}),NAe=[],TAe=DAe.length-1,uAe=0;uAe0;)eAe*=10;var AAe=[round$2(mathCeil$1(zP[0]/eAe)*eAe),round$2(mathFloor$1(zP[1]/eAe)*eAe)];this._interval=eAe,this._niceExtent=AAe}},x_.prototype.calcNiceExtent=function($P){intervalScaleProto.calcNiceExtent.call(this,$P),this._fixMin=$P.fixMin,this._fixMax=$P.fixMax},x_.prototype.parse=function($P){return $P},x_.prototype.contain=function($P){return $P=mathLog$1($P)/mathLog$1(this.base),contain$1($P,this._extent)},x_.prototype.normalize=function($P){return $P=mathLog$1($P)/mathLog$1(this.base),normalize$2($P,this._extent)},x_.prototype.scale=function($P){return $P=scale$1($P,this._extent),mathPow$1(this.base,$P)},x_.type="log",x_}(Scale$1),proto=LogScale.prototype;proto.getMinorTicks=intervalScaleProto.getMinorTicks;proto.getLabel=intervalScaleProto.getLabel;function fixRoundingError(r4,x_){return roundingErrorFix(r4,getPrecision(x_))}Scale$1.registerClass(LogScale);var ScaleRawExtentInfo=function(){function r4(x_,$P,zP){this._prepareParams(x_,$P,zP)}return r4.prototype._prepareParams=function(x_,$P,zP){zP[1]0&&iAe>0&&!nAe&&(AAe=0),AAe<0&&iAe<0&&!oAe&&(iAe=0));var cAe=this._determinedMin,uAe=this._determinedMax;return cAe!=null&&(AAe=cAe,nAe=!0),uAe!=null&&(iAe=uAe,oAe=!0),{min:AAe,max:iAe,minFixed:nAe,maxFixed:oAe,isBlank:aAe}},r4.prototype.modifyDataMinMax=function(x_,$P){this[DATA_MIN_MAX_ATTR[x_]]=$P},r4.prototype.setDeterminedMinMax=function(x_,$P){var zP=DETERMINED_MIN_MAX_ATTR[x_];this[zP]=$P},r4.prototype.freeze=function(){this.frozen=!0},r4}(),DETERMINED_MIN_MAX_ATTR={min:"_determinedMin",max:"_determinedMax"},DATA_MIN_MAX_ATTR={min:"_dataMin",max:"_dataMax"};function ensureScaleRawExtentInfo(r4,x_,$P){var zP=r4.rawExtentInfo;return zP||(zP=new ScaleRawExtentInfo(r4,x_,$P),r4.rawExtentInfo=zP,zP)}function parseAxisModelMinMax(r4,x_){return x_==null?null:eqNaN(x_)?NaN:r4.parse(x_)}function getScaleExtent(r4,x_){var $P=r4.type,zP=ensureScaleRawExtentInfo(r4,x_,r4.getExtent()).calculate();r4.setBlank(zP.isBlank);var z9=zP.min,eAe=zP.max,tAe=x_.ecModel;if(tAe&&$P==="time"){var AAe=prepareLayoutBarSeries("bar",tAe),iAe=!1;if(each$f(AAe,function(aAe){iAe=iAe||aAe.getBaseAxis()===x_.axis}),iAe){var nAe=makeColumnLayout(AAe),oAe=adjustScaleForOverflow(z9,eAe,x_,nAe);z9=oAe.min,eAe=oAe.max}}return{extent:[z9,eAe],fixMin:zP.minFixed,fixMax:zP.maxFixed}}function adjustScaleForOverflow(r4,x_,$P,zP){var z9=$P.axis.getExtent(),eAe=Math.abs(z9[1]-z9[0]),tAe=retrieveColumnLayout(zP,$P.axis);if(tAe===void 0)return{min:r4,max:x_};var AAe=1/0;each$f(tAe,function(uAe){AAe=Math.min(uAe.offset,AAe)});var iAe=-1/0;each$f(tAe,function(uAe){iAe=Math.max(uAe.offset+uAe.width,iAe)}),AAe=Math.abs(AAe),iAe=Math.abs(iAe);var nAe=AAe+iAe,oAe=x_-r4,aAe=1-(AAe+iAe)/eAe,cAe=oAe/aAe-oAe;return x_+=cAe*(iAe/nAe),r4-=cAe*(AAe/nAe),{min:r4,max:x_}}function niceScaleExtent(r4,x_){var $P=x_,zP=getScaleExtent(r4,$P),z9=zP.extent,eAe=$P.get("splitNumber");r4 instanceof LogScale&&(r4.base=$P.get("logBase"));var tAe=r4.type,AAe=$P.get("interval"),iAe=tAe==="interval"||tAe==="time";r4.setExtent(z9[0],z9[1]),r4.calcNiceExtent({splitNumber:eAe,fixMin:zP.fixMin,fixMax:zP.fixMax,minInterval:iAe?$P.get("minInterval"):null,maxInterval:iAe?$P.get("maxInterval"):null}),AAe!=null&&r4.setInterval&&r4.setInterval(AAe)}function createScaleByModel$1(r4,x_){if(x_=x_||r4.get("type"),x_)switch(x_){case"category":return new OrdinalScale({ordinalMeta:r4.getOrdinalMeta?r4.getOrdinalMeta():r4.getCategories(),extent:[1/0,-1/0]});case"time":return new TimeScale({locale:r4.ecModel.getLocaleModel(),useUTC:r4.ecModel.get("useUTC")});default:return new(Scale$1.getClass(x_)||IntervalScale)}}function ifAxisCrossZero(r4){var x_=r4.scale.getExtent(),$P=x_[0],zP=x_[1];return!($P>0&&zP>0||$P<0&&zP<0)}function makeLabelFormatter(r4){var x_=r4.getLabelModel().get("formatter"),$P=r4.type==="category"?r4.scale.getExtent()[0]:null;return r4.scale.type==="time"?function(zP){return function(z9,eAe){return r4.scale.getFormattedLabel(z9,eAe,zP)}}(x_):isString(x_)?function(zP){return function(z9){var eAe=r4.scale.getLabel(z9),tAe=zP.replace("{value}",eAe??"");return tAe}}(x_):isFunction(x_)?function(zP){return function(z9,eAe){return $P!=null&&(eAe=z9.value-$P),zP(getAxisRawValue(r4,z9),eAe,z9.level!=null?{level:z9.level}:null)}}(x_):function(zP){return r4.scale.getLabel(zP)}}function getAxisRawValue(r4,x_){return r4.type==="category"?r4.scale.getLabel(x_):x_.value}function estimateLabelUnionRect(r4){var x_=r4.model,$P=r4.scale;if(!(!x_.get(["axisLabel","show"])||$P.isBlank())){var zP,z9,eAe=$P.getExtent();$P instanceof OrdinalScale?z9=$P.count():(zP=$P.getTicks(),z9=zP.length);var tAe=r4.getLabelModel(),AAe=makeLabelFormatter(r4),iAe,nAe=1;z9>40&&(nAe=Math.ceil(z9/40));for(var oAe=0;oAer4[1]&&(r4[1]=z9[1])})}var Cartesian=function(){function r4(x_){this.type="cartesian",this._dimList=[],this._axes={},this.name=x_||""}return r4.prototype.getAxis=function(x_){return this._axes[x_]},r4.prototype.getAxes=function(){return map$1(this._dimList,function(x_){return this._axes[x_]},this)},r4.prototype.getAxesByScale=function(x_){return x_=x_.toLowerCase(),filter(this.getAxes(),function($P){return $P.scale.type===x_})},r4.prototype.addAxis=function(x_){var $P=x_.dim;this._axes[$P]=x_,this._dimList.push($P)},r4}(),cartesian2DDimensions=["x","y"];function canCalculateAffineTransform(r4){return r4.type==="interval"||r4.type==="time"}var Cartesian2D=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type="cartesian2d",$P.dimensions=cartesian2DDimensions,$P}return x_.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var $P=this.getAxis("x").scale,zP=this.getAxis("y").scale;if(!(!canCalculateAffineTransform($P)||!canCalculateAffineTransform(zP))){var z9=$P.getExtent(),eAe=zP.getExtent(),tAe=this.dataToPoint([z9[0],eAe[0]]),AAe=this.dataToPoint([z9[1],eAe[1]]),iAe=z9[1]-z9[0],nAe=eAe[1]-eAe[0];if(!(!iAe||!nAe)){var oAe=(AAe[0]-tAe[0])/iAe,aAe=(AAe[1]-tAe[1])/nAe,cAe=tAe[0]-z9[0]*oAe,uAe=tAe[1]-eAe[0]*aAe,dAe=this._transform=[oAe,0,0,aAe,cAe,uAe];this._invTransform=invert$1([],dAe)}}},x_.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},x_.prototype.containPoint=function($P){var zP=this.getAxis("x"),z9=this.getAxis("y");return zP.contain(zP.toLocalCoord($P[0]))&&z9.contain(z9.toLocalCoord($P[1]))},x_.prototype.containData=function($P){return this.getAxis("x").containData($P[0])&&this.getAxis("y").containData($P[1])},x_.prototype.containZone=function($P,zP){var z9=this.dataToPoint($P),eAe=this.dataToPoint(zP),tAe=this.getArea(),AAe=new BoundingRect(z9[0],z9[1],eAe[0]-z9[0],eAe[1]-z9[1]);return tAe.intersect(AAe)},x_.prototype.dataToPoint=function($P,zP,z9){z9=z9||[];var eAe=$P[0],tAe=$P[1];if(this._transform&&eAe!=null&&isFinite(eAe)&&tAe!=null&&isFinite(tAe))return applyTransform$1(z9,$P,this._transform);var AAe=this.getAxis("x"),iAe=this.getAxis("y");return z9[0]=AAe.toGlobalCoord(AAe.dataToCoord(eAe,zP)),z9[1]=iAe.toGlobalCoord(iAe.dataToCoord(tAe,zP)),z9},x_.prototype.clampData=function($P,zP){var z9=this.getAxis("x").scale,eAe=this.getAxis("y").scale,tAe=z9.getExtent(),AAe=eAe.getExtent(),iAe=z9.parse($P[0]),nAe=eAe.parse($P[1]);return zP=zP||[],zP[0]=Math.min(Math.max(Math.min(tAe[0],tAe[1]),iAe),Math.max(tAe[0],tAe[1])),zP[1]=Math.min(Math.max(Math.min(AAe[0],AAe[1]),nAe),Math.max(AAe[0],AAe[1])),zP},x_.prototype.pointToData=function($P,zP){var z9=[];if(this._invTransform)return applyTransform$1(z9,$P,this._invTransform);var eAe=this.getAxis("x"),tAe=this.getAxis("y");return z9[0]=eAe.coordToData(eAe.toLocalCoord($P[0]),zP),z9[1]=tAe.coordToData(tAe.toLocalCoord($P[1]),zP),z9},x_.prototype.getOtherAxis=function($P){return this.getAxis($P.dim==="x"?"y":"x")},x_.prototype.getArea=function($P){$P=$P||0;var zP=this.getAxis("x").getGlobalExtent(),z9=this.getAxis("y").getGlobalExtent(),eAe=Math.min(zP[0],zP[1])-$P,tAe=Math.min(z9[0],z9[1])-$P,AAe=Math.max(zP[0],zP[1])-eAe+$P,iAe=Math.max(z9[0],z9[1])-tAe+$P;return new BoundingRect(eAe,tAe,AAe,iAe)},x_}(Cartesian),inner$g=makeInner();function tickValuesToNumbers(r4,x_){var $P=map$1(x_,function(zP){return r4.scale.parse(zP)});return r4.type==="time"&&$P.length>0&&($P.sort(),$P.unshift($P[0]),$P.push($P[$P.length-1])),$P}function createAxisLabels(r4){var x_=r4.getLabelModel().get("customValues");if(x_){var $P=makeLabelFormatter(r4),zP=r4.scale.getExtent(),z9=tickValuesToNumbers(r4,x_),eAe=filter(z9,function(tAe){return tAe>=zP[0]&&tAe<=zP[1]});return{labels:map$1(eAe,function(tAe){var AAe={value:tAe};return{formattedLabel:$P(AAe),rawLabel:r4.scale.getLabel(AAe),tickValue:tAe}})}}return r4.type==="category"?makeCategoryLabels(r4):makeRealNumberLabels(r4)}function createAxisTicks(r4,x_){var $P=r4.getTickModel().get("customValues");if($P){var zP=r4.scale.getExtent(),z9=tickValuesToNumbers(r4,$P);return{ticks:filter(z9,function(eAe){return eAe>=zP[0]&&eAe<=zP[1]})}}return r4.type==="category"?makeCategoryTicks(r4,x_):{ticks:map$1(r4.scale.getTicks(),function(eAe){return eAe.value})}}function makeCategoryLabels(r4){var x_=r4.getLabelModel(),$P=makeCategoryLabelsActually(r4,x_);return!x_.get("show")||r4.scale.isBlank()?{labels:[],labelCategoryInterval:$P.labelCategoryInterval}:$P}function makeCategoryLabelsActually(r4,x_){var $P=getListCache(r4,"labels"),zP=getOptionCategoryInterval(x_),z9=listCacheGet($P,zP);if(z9)return z9;var eAe,tAe;return isFunction(zP)?eAe=makeLabelsByCustomizedCategoryInterval(r4,zP):(tAe=zP==="auto"?makeAutoCategoryInterval(r4):zP,eAe=makeLabelsByNumericCategoryInterval(r4,tAe)),listCacheSet($P,zP,{labels:eAe,labelCategoryInterval:tAe})}function makeCategoryTicks(r4,x_){var $P=getListCache(r4,"ticks"),zP=getOptionCategoryInterval(x_),z9=listCacheGet($P,zP);if(z9)return z9;var eAe,tAe;if((!x_.get("show")||r4.scale.isBlank())&&(eAe=[]),isFunction(zP))eAe=makeLabelsByCustomizedCategoryInterval(r4,zP,!0);else if(zP==="auto"){var AAe=makeCategoryLabelsActually(r4,r4.getLabelModel());tAe=AAe.labelCategoryInterval,eAe=map$1(AAe.labels,function(iAe){return iAe.tickValue})}else tAe=zP,eAe=makeLabelsByNumericCategoryInterval(r4,tAe,!0);return listCacheSet($P,zP,{ticks:eAe,tickCategoryInterval:tAe})}function makeRealNumberLabels(r4){var x_=r4.scale.getTicks(),$P=makeLabelFormatter(r4);return{labels:map$1(x_,function(zP,z9){return{level:zP.level,formattedLabel:$P(zP,z9),rawLabel:r4.scale.getLabel(zP),tickValue:zP.value}})}}function getListCache(r4,x_){return inner$g(r4)[x_]||(inner$g(r4)[x_]=[])}function listCacheGet(r4,x_){for(var $P=0;$P40&&(AAe=Math.max(1,Math.floor(tAe/40)));for(var iAe=eAe[0],nAe=r4.dataToCoord(iAe+1)-r4.dataToCoord(iAe),oAe=Math.abs(nAe*Math.cos(zP)),aAe=Math.abs(nAe*Math.sin(zP)),cAe=0,uAe=0;iAe<=eAe[1];iAe+=AAe){var dAe=0,EAe=0,gAe=getBoundingRect($P({value:iAe}),x_.font,"center","top");dAe=gAe.width*1.3,EAe=gAe.height*1.3,cAe=Math.max(cAe,dAe,7),uAe=Math.max(uAe,EAe,7)}var pAe=cAe/oAe,mAe=uAe/aAe;isNaN(pAe)&&(pAe=1/0),isNaN(mAe)&&(mAe=1/0);var SAe=Math.max(0,Math.floor(Math.min(pAe,mAe))),DAe=inner$g(r4.model),NAe=r4.getExtent(),TAe=DAe.lastAutoInterval,bAe=DAe.lastTickCount;return TAe!=null&&bAe!=null&&Math.abs(TAe-SAe)<=1&&Math.abs(bAe-tAe)<=1&&TAe>SAe&&DAe.axisExtent0===NAe[0]&&DAe.axisExtent1===NAe[1]?SAe=TAe:(DAe.lastTickCount=tAe,DAe.lastAutoInterval=SAe,DAe.axisExtent0=NAe[0],DAe.axisExtent1=NAe[1]),SAe}function fetchAutoCategoryIntervalCalculationParams(r4){var x_=r4.getLabelModel();return{axisRotate:r4.getRotate?r4.getRotate():r4.isHorizontal&&!r4.isHorizontal()?90:0,labelRotate:x_.get("rotate")||0,font:x_.getFont()}}function makeLabelsByNumericCategoryInterval(r4,x_,$P){var zP=makeLabelFormatter(r4),z9=r4.scale,eAe=z9.getExtent(),tAe=r4.getLabelModel(),AAe=[],iAe=Math.max((x_||0)+1,1),nAe=eAe[0],oAe=z9.count();nAe!==0&&iAe>1&&oAe/iAe>2&&(nAe=Math.round(Math.ceil(nAe/iAe)*iAe));var aAe=shouldShowAllLabels(r4),cAe=tAe.get("showMinLabel")||aAe,uAe=tAe.get("showMaxLabel")||aAe;cAe&&nAe!==eAe[0]&&EAe(eAe[0]);for(var dAe=nAe;dAe<=eAe[1];dAe+=iAe)EAe(dAe);uAe&&dAe-iAe!==eAe[1]&&EAe(eAe[1]);function EAe(gAe){var pAe={value:gAe};AAe.push($P?gAe:{formattedLabel:zP(pAe),rawLabel:z9.getLabel(pAe),tickValue:gAe})}return AAe}function makeLabelsByCustomizedCategoryInterval(r4,x_,$P){var zP=r4.scale,z9=makeLabelFormatter(r4),eAe=[];return each$f(zP.getTicks(),function(tAe){var AAe=zP.getLabel(tAe),iAe=tAe.value;x_(tAe.value,AAe)&&eAe.push($P?iAe:{formattedLabel:z9(tAe),rawLabel:AAe,tickValue:iAe})}),eAe}var NORMALIZED_EXTENT=[0,1],Axis=function(){function r4(x_,$P,zP){this.onBand=!1,this.inverse=!1,this.dim=x_,this.scale=$P,this._extent=zP||[0,0]}return r4.prototype.contain=function(x_){var $P=this._extent,zP=Math.min($P[0],$P[1]),z9=Math.max($P[0],$P[1]);return x_>=zP&&x_<=z9},r4.prototype.containData=function(x_){return this.scale.contain(x_)},r4.prototype.getExtent=function(){return this._extent.slice()},r4.prototype.getPixelPrecision=function(x_){return getPixelPrecision(x_||this.scale.getExtent(),this._extent)},r4.prototype.setExtent=function(x_,$P){var zP=this._extent;zP[0]=x_,zP[1]=$P},r4.prototype.dataToCoord=function(x_,$P){var zP=this._extent,z9=this.scale;return x_=z9.normalize(x_),this.onBand&&z9.type==="ordinal"&&(zP=zP.slice(),fixExtentWithBands(zP,z9.count())),linearMap$2(x_,NORMALIZED_EXTENT,zP,$P)},r4.prototype.coordToData=function(x_,$P){var zP=this._extent,z9=this.scale;this.onBand&&z9.type==="ordinal"&&(zP=zP.slice(),fixExtentWithBands(zP,z9.count()));var eAe=linearMap$2(x_,zP,NORMALIZED_EXTENT,$P);return this.scale.scale(eAe)},r4.prototype.pointToData=function(x_,$P){},r4.prototype.getTicksCoords=function(x_){x_=x_||{};var $P=x_.tickModel||this.getTickModel(),zP=createAxisTicks(this,$P),z9=zP.ticks,eAe=map$1(z9,function(AAe){return{coord:this.dataToCoord(this.scale.type==="ordinal"?this.scale.getRawOrdinalNumber(AAe):AAe),tickValue:AAe}},this),tAe=$P.get("alignWithLabel");return fixOnBandTicksCoords(this,eAe,tAe,x_.clamp),eAe},r4.prototype.getMinorTicksCoords=function(){if(this.scale.type==="ordinal")return[];var x_=this.model.getModel("minorTick"),$P=x_.get("splitNumber");$P>0&&$P<100||($P=5);var zP=this.scale.getMinorTicks($P),z9=map$1(zP,function(eAe){return map$1(eAe,function(tAe){return{coord:this.dataToCoord(tAe),tickValue:tAe}},this)},this);return z9},r4.prototype.getViewLabels=function(){return createAxisLabels(this).labels},r4.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},r4.prototype.getTickModel=function(){return this.model.getModel("axisTick")},r4.prototype.getBandWidth=function(){var x_=this._extent,$P=this.scale.getExtent(),zP=$P[1]-$P[0]+(this.onBand?1:0);zP===0&&(zP=1);var z9=Math.abs(x_[1]-x_[0]);return Math.abs(z9)/zP},r4.prototype.calculateCategoryInterval=function(){return calculateCategoryInterval(this)},r4}();function fixExtentWithBands(r4,x_){var $P=r4[1]-r4[0],zP=x_,z9=$P/zP/2;r4[0]+=z9,r4[1]-=z9}function fixOnBandTicksCoords(r4,x_,$P,zP){var z9=x_.length;if(!r4.onBand||$P||!z9)return;var eAe=r4.getExtent(),tAe,AAe;if(z9===1)x_[0].coord=eAe[0],tAe=x_[1]={coord:eAe[1],tickValue:x_[0].tickValue};else{var iAe=x_[z9-1].tickValue-x_[0].tickValue,nAe=(x_[z9-1].coord-x_[0].coord)/iAe;each$f(x_,function(uAe){uAe.coord-=nAe/2});var oAe=r4.scale.getExtent();AAe=1+oAe[1]-x_[z9-1].tickValue,tAe={coord:x_[z9-1].coord+nAe*AAe,tickValue:oAe[1]+1},x_.push(tAe)}var aAe=eAe[0]>eAe[1];cAe(x_[0].coord,eAe[0])&&(zP?x_[0].coord=eAe[0]:x_.shift()),zP&&cAe(eAe[0],x_[0].coord)&&x_.unshift({coord:eAe[0]}),cAe(eAe[1],tAe.coord)&&(zP?tAe.coord=eAe[1]:x_.pop()),zP&&cAe(tAe.coord,eAe[1])&&x_.push({coord:eAe[1]});function cAe(uAe,dAe){return uAe=round$2(uAe),dAe=round$2(dAe),aAe?uAe>dAe:uAezP[1]&&zP.reverse(),zP},x_.prototype.pointToData=function($P,zP){return this.coordToData(this.toLocalCoord($P[this.dim==="x"?0:1]),zP)},x_.prototype.setCategorySortInfo=function($P){if(this.type!=="category")return!1;this.model.option.categorySortInfo=$P,this.scale.setSortInfo($P)},x_}(Axis);function layout$2(r4,x_,$P){$P=$P||{};var zP=r4.coordinateSystem,z9=x_.axis,eAe={},tAe=z9.getAxesOnZeroOf()[0],AAe=z9.position,iAe=tAe?"onZero":AAe,nAe=z9.dim,oAe=zP.getRect(),aAe=[oAe.x,oAe.x+oAe.width,oAe.y,oAe.y+oAe.height],cAe={left:0,right:1,top:0,bottom:1,onZero:2},uAe=x_.get("offset")||0,dAe=nAe==="x"?[aAe[2]-uAe,aAe[3]+uAe]:[aAe[0]-uAe,aAe[1]+uAe];if(tAe){var EAe=tAe.toGlobalCoord(tAe.dataToCoord(0));dAe[cAe.onZero]=Math.max(Math.min(EAe,dAe[1]),dAe[0])}eAe.position=[nAe==="y"?dAe[cAe[iAe]]:aAe[0],nAe==="x"?dAe[cAe[iAe]]:aAe[3]],eAe.rotation=Math.PI/2*(nAe==="x"?0:1);var gAe={top:-1,bottom:1,left:-1,right:1};eAe.labelDirection=eAe.tickDirection=eAe.nameDirection=gAe[AAe],eAe.labelOffset=tAe?dAe[cAe[AAe]]-dAe[cAe.onZero]:0,x_.get(["axisTick","inside"])&&(eAe.tickDirection=-eAe.tickDirection),retrieve($P.labelInside,x_.get(["axisLabel","inside"]))&&(eAe.labelDirection=-eAe.labelDirection);var pAe=x_.get(["axisLabel","rotate"]);return eAe.labelRotate=iAe==="top"?-pAe:pAe,eAe.z2=1,eAe}function isCartesian2DSeries(r4){return r4.get("coordinateSystem")==="cartesian2d"}function findAxisModels(r4){var x_={xAxisModel:null,yAxisModel:null};return each$f(x_,function($P,zP){var z9=zP.replace(/Model$/,""),eAe=r4.getReferringComponents(z9,SINGLE_REFERRING).models[0];x_[zP]=eAe}),x_}var mathLog=Math.log;function alignScaleTicks(r4,x_,$P){var zP=IntervalScale.prototype,z9=zP.getTicks.call($P),eAe=zP.getTicks.call($P,!0),tAe=z9.length-1,AAe=zP.getInterval.call($P),iAe=getScaleExtent(r4,x_),nAe=iAe.extent,oAe=iAe.fixMin,aAe=iAe.fixMax;if(r4.type==="log"){var cAe=mathLog(r4.base);nAe=[mathLog(nAe[0])/cAe,mathLog(nAe[1])/cAe]}r4.setExtent(nAe[0],nAe[1]),r4.calcNiceExtent({splitNumber:tAe,fixMin:oAe,fixMax:aAe});var uAe=zP.getExtent.call(r4);oAe&&(nAe[0]=uAe[0]),aAe&&(nAe[1]=uAe[1]);var dAe=zP.getInterval.call(r4),EAe=nAe[0],gAe=nAe[1];if(oAe&&aAe)dAe=(gAe-EAe)/tAe;else if(oAe)for(gAe=nAe[0]+dAe*tAe;gAenAe[0]&&isFinite(EAe)&&isFinite(nAe[0]);)dAe=increaseInterval(dAe),EAe=nAe[1]-dAe*tAe;else{var pAe=r4.getTicks().length-1;pAe>tAe&&(dAe=increaseInterval(dAe));var mAe=dAe*tAe;gAe=Math.ceil(nAe[1]/dAe)*dAe,EAe=round$2(gAe-mAe),EAe<0&&nAe[0]>=0?(EAe=0,gAe=round$2(mAe)):gAe>0&&nAe[1]<=0&&(gAe=0,EAe=-round$2(mAe))}var SAe=(z9[0].value-eAe[0].value)/AAe,DAe=(z9[tAe].value-eAe[tAe].value)/AAe;zP.setExtent.call(r4,EAe+dAe*SAe,gAe+dAe*DAe),zP.setInterval.call(r4,dAe),(SAe||DAe)&&zP.setNiceExtent.call(r4,EAe+dAe,gAe-dAe)}var Grid=function(){function r4(x_,$P,zP){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=cartesian2DDimensions,this._initCartesian(x_,$P,zP),this.model=x_}return r4.prototype.getRect=function(){return this._rect},r4.prototype.update=function(x_,$P){var zP=this._axesMap;this._updateScale(x_,this.model);function z9(tAe){var AAe,iAe=keys(tAe),nAe=iAe.length;if(nAe){for(var oAe=[],aAe=nAe-1;aAe>=0;aAe--){var cAe=+iAe[aAe],uAe=tAe[cAe],dAe=uAe.model,EAe=uAe.scale;isIntervalOrLogScale(EAe)&&dAe.get("alignTicks")&&dAe.get("interval")==null?oAe.push(uAe):(niceScaleExtent(EAe,dAe),isIntervalOrLogScale(EAe)&&(AAe=uAe))}oAe.length&&(AAe||(AAe=oAe.pop(),niceScaleExtent(AAe.scale,AAe.model)),each$f(oAe,function(gAe){alignScaleTicks(gAe.scale,gAe.model,AAe.scale)}))}}z9(zP.x),z9(zP.y);var eAe={};each$f(zP.x,function(tAe){fixAxisOnZero(zP,"y",tAe,eAe)}),each$f(zP.y,function(tAe){fixAxisOnZero(zP,"x",tAe,eAe)}),this.resize(this.model,$P)},r4.prototype.resize=function(x_,$P,zP){var z9=x_.getBoxLayoutParams(),eAe=!zP&&x_.get("containLabel"),tAe=getLayoutRect(z9,{width:$P.getWidth(),height:$P.getHeight()});this._rect=tAe;var AAe=this._axesList;iAe(),eAe&&(each$f(AAe,function(nAe){if(!nAe.model.get(["axisLabel","inside"])){var oAe=estimateLabelUnionRect(nAe);if(oAe){var aAe=nAe.isHorizontal()?"height":"width",cAe=nAe.model.get(["axisLabel","margin"]);tAe[aAe]-=oAe[aAe]+cAe,nAe.position==="top"?tAe.y+=oAe.height+cAe:nAe.position==="left"&&(tAe.x+=oAe.width+cAe)}}}),iAe()),each$f(this._coordsList,function(nAe){nAe.calcAffineTransform()});function iAe(){each$f(AAe,function(nAe){var oAe=nAe.isHorizontal(),aAe=oAe?[0,tAe.width]:[0,tAe.height],cAe=nAe.inverse?1:0;nAe.setExtent(aAe[cAe],aAe[1-cAe]),updateAxisTransform(nAe,oAe?tAe.x:tAe.y)})}},r4.prototype.getAxis=function(x_,$P){var zP=this._axesMap[x_];if(zP!=null)return zP[$P||0]},r4.prototype.getAxes=function(){return this._axesList.slice()},r4.prototype.getCartesian=function(x_,$P){if(x_!=null&&$P!=null){var zP="x"+x_+"y"+$P;return this._coordsMap[zP]}isObject$4(x_)&&($P=x_.yAxisIndex,x_=x_.xAxisIndex);for(var z9=0,eAe=this._coordsList;z90?"top":"bottom",eAe="center"):isRadianAroundZero(z9-PI$6)?(tAe=zP>0?"bottom":"top",eAe="center"):(tAe="middle",z9>0&&z90?"right":"left":eAe=zP>0?"left":"right"),{rotation:z9,textAlign:eAe,textVerticalAlign:tAe}},r4.makeAxisEventDataBase=function(x_){var $P={componentType:x_.mainType,componentIndex:x_.componentIndex};return $P[x_.mainType+"Index"]=x_.componentIndex,$P},r4.isLabelSilent=function(x_){var $P=x_.get("tooltip");return x_.get("silent")||!(x_.get("triggerEvent")||$P&&$P.show)},r4}(),builders={axisLine:function(r4,x_,$P,zP){var z9=x_.get(["axisLine","show"]);if(z9==="auto"&&r4.handleAutoShown&&(z9=r4.handleAutoShown("axisLine")),!!z9){var eAe=x_.axis.getExtent(),tAe=zP.transform,AAe=[eAe[0],0],iAe=[eAe[1],0],nAe=AAe[0]>iAe[0];tAe&&(applyTransform$1(AAe,AAe,tAe),applyTransform$1(iAe,iAe,tAe));var oAe=extend$1({lineCap:"round"},x_.getModel(["axisLine","lineStyle"]).getLineStyle()),aAe=new Line$1({shape:{x1:AAe[0],y1:AAe[1],x2:iAe[0],y2:iAe[1]},style:oAe,strokeContainThreshold:r4.strokeContainThreshold||5,silent:!0,z2:1});subPixelOptimizeLine(aAe.shape,aAe.style.lineWidth),aAe.anid="line",$P.add(aAe);var cAe=x_.get(["axisLine","symbol"]);if(cAe!=null){var uAe=x_.get(["axisLine","symbolSize"]);isString(cAe)&&(cAe=[cAe,cAe]),(isString(uAe)||isNumber$1(uAe))&&(uAe=[uAe,uAe]);var dAe=normalizeSymbolOffset(x_.get(["axisLine","symbolOffset"])||0,uAe),EAe=uAe[0],gAe=uAe[1];each$f([{rotate:r4.rotation+Math.PI/2,offset:dAe[0],r:0},{rotate:r4.rotation-Math.PI/2,offset:dAe[1],r:Math.sqrt((AAe[0]-iAe[0])*(AAe[0]-iAe[0])+(AAe[1]-iAe[1])*(AAe[1]-iAe[1]))}],function(pAe,mAe){if(cAe[mAe]!=="none"&&cAe[mAe]!=null){var SAe=createSymbol$1(cAe[mAe],-EAe/2,-gAe/2,EAe,gAe,oAe.stroke,!0),DAe=pAe.r+pAe.offset,NAe=nAe?iAe:AAe;SAe.attr({rotation:pAe.rotate,x:NAe[0]+DAe*Math.cos(r4.rotation),y:NAe[1]-DAe*Math.sin(r4.rotation),silent:!0,z2:11}),$P.add(SAe)}})}}},axisTickLabel:function(r4,x_,$P,zP){var z9=buildAxisMajorTicks($P,zP,x_,r4),eAe=buildAxisLabel($P,zP,x_,r4);if(fixMinMaxLabelShow(x_,eAe,z9),buildAxisMinorTicks($P,zP,x_,r4.tickDirection),x_.get(["axisLabel","hideOverlap"])){var tAe=prepareLayoutList(map$1(eAe,function(AAe){return{label:AAe,priority:AAe.z2,defaultAttr:{ignore:AAe.ignore}}}));hideOverlap(tAe)}},axisName:function(r4,x_,$P,zP){var z9=retrieve(r4.axisName,x_.get("name"));if(z9){var eAe=x_.get("nameLocation"),tAe=r4.nameDirection,AAe=x_.getModel("nameTextStyle"),iAe=x_.get("nameGap")||0,nAe=x_.axis.getExtent(),oAe=nAe[0]>nAe[1]?-1:1,aAe=[eAe==="start"?nAe[0]-oAe*iAe:eAe==="end"?nAe[1]+oAe*iAe:(nAe[0]+nAe[1])/2,isNameLocationCenter(eAe)?r4.labelOffset+tAe*iAe:0],cAe,uAe=x_.get("nameRotate");uAe!=null&&(uAe=uAe*PI$6/180);var dAe;isNameLocationCenter(eAe)?cAe=AxisBuilder.innerTextLayout(r4.rotation,uAe??r4.rotation,tAe):(cAe=endTextLayout(r4.rotation,eAe,uAe||0,nAe),dAe=r4.axisNameAvailableWidth,dAe!=null&&(dAe=Math.abs(dAe/Math.sin(cAe.rotation)),!isFinite(dAe)&&(dAe=null)));var EAe=AAe.getFont(),gAe=x_.get("nameTruncate",!0)||{},pAe=gAe.ellipsis,mAe=retrieve(r4.nameTruncateMaxWidth,gAe.maxWidth,dAe),SAe=new ZRText({x:aAe[0],y:aAe[1],rotation:cAe.rotation,silent:AxisBuilder.isLabelSilent(x_),style:createTextStyle(AAe,{text:z9,font:EAe,overflow:"truncate",width:mAe,ellipsis:pAe,fill:AAe.getTextColor()||x_.get(["axisLine","lineStyle","color"]),align:AAe.get("align")||cAe.textAlign,verticalAlign:AAe.get("verticalAlign")||cAe.textVerticalAlign}),z2:1});if(setTooltipConfig({el:SAe,componentModel:x_,itemName:z9}),SAe.__fullText=z9,SAe.anid="name",x_.get("triggerEvent")){var DAe=AxisBuilder.makeAxisEventDataBase(x_);DAe.targetType="axisName",DAe.name=z9,getECData(SAe).eventData=DAe}zP.add(SAe),SAe.updateTransform(),$P.add(SAe),SAe.decomposeTransform()}}};function endTextLayout(r4,x_,$P,zP){var z9=remRadian($P-r4),eAe,tAe,AAe=zP[0]>zP[1],iAe=x_==="start"&&!AAe||x_!=="start"&&AAe;return isRadianAroundZero(z9-PI$6/2)?(tAe=iAe?"bottom":"top",eAe="center"):isRadianAroundZero(z9-PI$6*1.5)?(tAe=iAe?"top":"bottom",eAe="center"):(tAe="middle",z9PI$6/2?eAe=iAe?"left":"right":eAe=iAe?"right":"left"),{rotation:z9,textAlign:eAe,textVerticalAlign:tAe}}function fixMinMaxLabelShow(r4,x_,$P){if(!shouldShowAllLabels(r4.axis)){var zP=r4.get(["axisLabel","showMinLabel"]),z9=r4.get(["axisLabel","showMaxLabel"]);x_=x_||[],$P=$P||[];var eAe=x_[0],tAe=x_[1],AAe=x_[x_.length-1],iAe=x_[x_.length-2],nAe=$P[0],oAe=$P[1],aAe=$P[$P.length-1],cAe=$P[$P.length-2];zP===!1?(ignoreEl(eAe),ignoreEl(nAe)):isTwoLabelOverlapped(eAe,tAe)&&(zP?(ignoreEl(tAe),ignoreEl(oAe)):(ignoreEl(eAe),ignoreEl(nAe))),z9===!1?(ignoreEl(AAe),ignoreEl(aAe)):isTwoLabelOverlapped(iAe,AAe)&&(z9?(ignoreEl(iAe),ignoreEl(cAe)):(ignoreEl(AAe),ignoreEl(aAe)))}}function ignoreEl(r4){r4&&(r4.ignore=!0)}function isTwoLabelOverlapped(r4,x_){var $P=r4&&r4.getBoundingRect().clone(),zP=x_&&x_.getBoundingRect().clone();if(!(!$P||!zP)){var z9=identity$1([]);return rotate$1(z9,z9,-r4.rotation),$P.applyTransform(mul$1([],z9,r4.getLocalTransform())),zP.applyTransform(mul$1([],z9,x_.getLocalTransform())),$P.intersect(zP)}}function isNameLocationCenter(r4){return r4==="middle"||r4==="center"}function createTicks(r4,x_,$P,zP,z9){for(var eAe=[],tAe=[],AAe=[],iAe=0;iAe=0||r4===x_}function fixValue(r4){var x_=getAxisInfo$1(r4);if(x_){var $P=x_.axisPointerModel,zP=x_.axis.scale,z9=$P.option,eAe=$P.get("status"),tAe=$P.get("value");tAe!=null&&(tAe=zP.parse(tAe));var AAe=isHandleTrigger($P);eAe==null&&(z9.status=AAe?"show":"hide");var iAe=zP.getExtent().slice();iAe[0]>iAe[1]&&iAe.reverse(),(tAe==null||tAe>iAe[1])&&(tAe=iAe[1]),tAe0&&!dAe.min?dAe.min=0:dAe.min!=null&&dAe.min<0&&!dAe.max&&(dAe.max=0);var EAe=iAe;dAe.color!=null&&(EAe=defaults$2({color:dAe.color},iAe));var gAe=merge(clone$7(dAe),{boundaryGap:$P,splitNumber:zP,scale:z9,axisLine:eAe,axisTick:tAe,axisLabel:AAe,name:dAe.text,showName:nAe,nameLocation:"end",nameGap:aAe,nameTextStyle:EAe,triggerEvent:cAe},!1);if(isString(oAe)){var pAe=gAe.name;gAe.name=oAe.replace("{value}",pAe??"")}else isFunction(oAe)&&(gAe.name=oAe(gAe.name,gAe));var mAe=new Model(gAe,null,this.ecModel);return mixin(mAe,AxisModelCommonMixin.prototype),mAe.mainType="radar",mAe.componentIndex=this.componentIndex,mAe},this);this._indicatorModels=uAe},x_.prototype.getIndicatorModels=function(){return this._indicatorModels},x_.type="radar",x_.defaultOption={z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:merge({lineStyle:{color:"#bbb"}},valueAxisDefault.axisLine),axisLabel:defaultsShow(valueAxisDefault.axisLabel,!1),axisTick:defaultsShow(valueAxisDefault.axisTick,!1),splitLine:defaultsShow(valueAxisDefault.splitLine,!0),splitArea:defaultsShow(valueAxisDefault.splitArea,!0),indicator:[]},x_}(ComponentModel),axisBuilderAttrs$2=["axisLine","axisTickLabel","axisName"],RadarView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe=this.group;eAe.removeAll(),this._buildAxes($P),this._buildSplitLineAndArea($P)},x_.prototype._buildAxes=function($P){var zP=$P.coordinateSystem,z9=zP.getIndicatorAxes(),eAe=map$1(z9,function(tAe){var AAe=tAe.model.get("showName")?tAe.name:"",iAe=new AxisBuilder(tAe.model,{axisName:AAe,position:[zP.cx,zP.cy],rotation:tAe.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return iAe});each$f(eAe,function(tAe){each$f(axisBuilderAttrs$2,tAe.add,tAe),this.group.add(tAe.getGroup())},this)},x_.prototype._buildSplitLineAndArea=function($P){var zP=$P.coordinateSystem,z9=zP.getIndicatorAxes();if(!z9.length)return;var eAe=$P.get("shape"),tAe=$P.getModel("splitLine"),AAe=$P.getModel("splitArea"),iAe=tAe.getModel("lineStyle"),nAe=AAe.getModel("areaStyle"),oAe=tAe.get("show"),aAe=AAe.get("show"),cAe=iAe.get("color"),uAe=nAe.get("color"),dAe=isArray$2(cAe)?cAe:[cAe],EAe=isArray$2(uAe)?uAe:[uAe],gAe=[],pAe=[];function mAe(eIe,iIe,rIe){var AIe=rIe%iIe.length;return eIe[AIe]=eIe[AIe]||[],AIe}if(eAe==="circle")for(var SAe=z9[0].getTicksCoords(),DAe=zP.cx,NAe=zP.cy,TAe=0;TAe3?1.4:tAe>1?1.2:1.1,oAe=eAe>0?nAe:1/nAe;checkPointerAndTrigger(this,"zoom","zoomOnMouseWheel",$P,{scale:oAe,originX:AAe,originY:iAe,isAvailableBehavior:null})}if(z9){var aAe=Math.abs(eAe),cAe=(eAe>0?1:-1)*(aAe>3?.4:aAe>1?.15:.05);checkPointerAndTrigger(this,"scrollMove","moveOnMouseWheel",$P,{scrollDelta:cAe,originX:AAe,originY:iAe,isAvailableBehavior:null})}}},x_.prototype._pinchHandler=function($P){if(!isTaken(this._zr,"globalPan")){var zP=$P.pinchScale>1?1.1:1/1.1;checkPointerAndTrigger(this,"zoom",null,$P,{scale:zP,originX:$P.pinchX,originY:$P.pinchY,isAvailableBehavior:null})}},x_}(Eventful);function checkPointerAndTrigger(r4,x_,$P,zP,z9){r4.pointerChecker&&r4.pointerChecker(zP,z9.originX,z9.originY)&&(stop(zP.event),trigger$1(r4,x_,$P,zP,z9))}function trigger$1(r4,x_,$P,zP,z9){z9.isAvailableBehavior=bind$1(isAvailableBehavior,null,$P,zP),r4.trigger(x_,z9)}function isAvailableBehavior(r4,x_,$P){var zP=$P[r4];return!r4||zP&&(!isString(zP)||x_.event[zP+"Key"])}function updateViewOnPan(r4,x_,$P){var zP=r4.target;zP.x+=x_,zP.y+=$P,zP.dirty()}function updateViewOnZoom(r4,x_,$P,zP){var z9=r4.target,eAe=r4.zoomLimit,tAe=r4.zoom=r4.zoom||1;if(tAe*=x_,eAe){var AAe=eAe.min||0,iAe=eAe.max||1/0;tAe=Math.max(Math.min(iAe,tAe),AAe)}var nAe=tAe/r4.zoom;r4.zoom=tAe,z9.x-=($P-z9.x)*(nAe-1),z9.y-=(zP-z9.y)*(nAe-1),z9.scaleX*=nAe,z9.scaleY*=nAe,z9.dirty()}var IRRELEVANT_EXCLUDES={axisPointer:1,tooltip:1,brush:1};function onIrrelevantElement(r4,x_,$P){var zP=x_.getComponentByElement(r4.topTarget),z9=zP&&zP.coordinateSystem;return zP&&zP!==$P&&!IRRELEVANT_EXCLUDES.hasOwnProperty(zP.mainType)&&z9&&z9.model!==$P}function parseXML(r4){if(isString(r4)){var x_=new DOMParser;r4=x_.parseFromString(r4,"text/xml")}var $P=r4;for($P.nodeType===9&&($P=$P.firstChild);$P.nodeName.toLowerCase()!=="svg"||$P.nodeType!==1;)$P=$P.nextSibling;return $P}var nodeParsers,INHERITABLE_STYLE_ATTRIBUTES_MAP={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},INHERITABLE_STYLE_ATTRIBUTES_MAP_KEYS=keys(INHERITABLE_STYLE_ATTRIBUTES_MAP),SELF_STYLE_ATTRIBUTES_MAP={"alignment-baseline":"textBaseline","stop-color":"stopColor"},SELF_STYLE_ATTRIBUTES_MAP_KEYS=keys(SELF_STYLE_ATTRIBUTES_MAP),SVGParser=function(){function r4(){this._defs={},this._root=null}return r4.prototype.parse=function(x_,$P){$P=$P||{};var zP=parseXML(x_);this._defsUsePending=[];var z9=new Group$3;this._root=z9;var eAe=[],tAe=zP.getAttribute("viewBox")||"",AAe=parseFloat(zP.getAttribute("width")||$P.width),iAe=parseFloat(zP.getAttribute("height")||$P.height);isNaN(AAe)&&(AAe=null),isNaN(iAe)&&(iAe=null),parseAttributes(zP,z9,null,!0,!1);for(var nAe=zP.firstChild;nAe;)this._parseNode(nAe,z9,eAe,null,!1,!1),nAe=nAe.nextSibling;applyDefs(this._defs,this._defsUsePending),this._defsUsePending=[];var oAe,aAe;if(tAe){var cAe=splitNumberSequence(tAe);cAe.length>=4&&(oAe={x:parseFloat(cAe[0]||0),y:parseFloat(cAe[1]||0),width:parseFloat(cAe[2]),height:parseFloat(cAe[3])})}if(oAe&&AAe!=null&&iAe!=null&&(aAe=makeViewBoxTransform(oAe,{x:0,y:0,width:AAe,height:iAe}),!$P.ignoreViewBox)){var uAe=z9;z9=new Group$3,z9.add(uAe),uAe.scaleX=uAe.scaleY=aAe.scale,uAe.x=aAe.x,uAe.y=aAe.y}return!$P.ignoreRootClip&&AAe!=null&&iAe!=null&&z9.setClipPath(new Rect$2({shape:{x:0,y:0,width:AAe,height:iAe}})),{root:z9,width:AAe,height:iAe,viewBoxRect:oAe,viewBoxTransform:aAe,named:eAe}},r4.prototype._parseNode=function(x_,$P,zP,z9,eAe,tAe){var AAe=x_.nodeName.toLowerCase(),iAe,nAe=z9;if(AAe==="defs"&&(eAe=!0),AAe==="text"&&(tAe=!0),AAe==="defs"||AAe==="switch")iAe=$P;else{if(!eAe){var oAe=nodeParsers[AAe];if(oAe&&hasOwn(nodeParsers,AAe)){iAe=oAe.call(this,x_,$P);var aAe=x_.getAttribute("name");if(aAe){var cAe={name:aAe,namedFrom:null,svgNodeTagLower:AAe,el:iAe};zP.push(cAe),AAe==="g"&&(nAe=cAe)}else z9&&zP.push({name:z9.name,namedFrom:z9,svgNodeTagLower:AAe,el:iAe});$P.add(iAe)}}var uAe=paintServerParsers[AAe];if(uAe&&hasOwn(paintServerParsers,AAe)){var dAe=uAe.call(this,x_),EAe=x_.getAttribute("id");EAe&&(this._defs[EAe]=dAe)}}if(iAe&&iAe.isGroup)for(var gAe=x_.firstChild;gAe;)gAe.nodeType===1?this._parseNode(gAe,iAe,zP,nAe,eAe,tAe):gAe.nodeType===3&&tAe&&this._parseText(gAe,iAe),gAe=gAe.nextSibling},r4.prototype._parseText=function(x_,$P){var zP=new TSpan({style:{text:x_.textContent},silent:!0,x:this._textX||0,y:this._textY||0});inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),applyTextAlignment(zP,$P);var z9=zP.style,eAe=z9.fontSize;eAe&&eAe<9&&(z9.fontSize=9,zP.scaleX*=eAe/9,zP.scaleY*=eAe/9);var tAe=(z9.fontSize||z9.fontFamily)&&[z9.fontStyle,z9.fontWeight,(z9.fontSize||12)+"px",z9.fontFamily||"sans-serif"].join(" ");z9.font=tAe;var AAe=zP.getBoundingRect();return this._textX+=AAe.width,$P.add(zP),zP},r4.internalField=function(){nodeParsers={g:function(x_,$P){var zP=new Group$3;return inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),zP},rect:function(x_,$P){var zP=new Rect$2;return inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),zP.setShape({x:parseFloat(x_.getAttribute("x")||"0"),y:parseFloat(x_.getAttribute("y")||"0"),width:parseFloat(x_.getAttribute("width")||"0"),height:parseFloat(x_.getAttribute("height")||"0")}),zP.silent=!0,zP},circle:function(x_,$P){var zP=new Circle;return inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),zP.setShape({cx:parseFloat(x_.getAttribute("cx")||"0"),cy:parseFloat(x_.getAttribute("cy")||"0"),r:parseFloat(x_.getAttribute("r")||"0")}),zP.silent=!0,zP},line:function(x_,$P){var zP=new Line$1;return inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),zP.setShape({x1:parseFloat(x_.getAttribute("x1")||"0"),y1:parseFloat(x_.getAttribute("y1")||"0"),x2:parseFloat(x_.getAttribute("x2")||"0"),y2:parseFloat(x_.getAttribute("y2")||"0")}),zP.silent=!0,zP},ellipse:function(x_,$P){var zP=new Ellipse;return inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),zP.setShape({cx:parseFloat(x_.getAttribute("cx")||"0"),cy:parseFloat(x_.getAttribute("cy")||"0"),rx:parseFloat(x_.getAttribute("rx")||"0"),ry:parseFloat(x_.getAttribute("ry")||"0")}),zP.silent=!0,zP},polygon:function(x_,$P){var zP=x_.getAttribute("points"),z9;zP&&(z9=parsePoints(zP));var eAe=new Polygon({shape:{points:z9||[]},silent:!0});return inheritStyle($P,eAe),parseAttributes(x_,eAe,this._defsUsePending,!1,!1),eAe},polyline:function(x_,$P){var zP=x_.getAttribute("points"),z9;zP&&(z9=parsePoints(zP));var eAe=new Polyline$1({shape:{points:z9||[]},silent:!0});return inheritStyle($P,eAe),parseAttributes(x_,eAe,this._defsUsePending,!1,!1),eAe},image:function(x_,$P){var zP=new ZRImage;return inheritStyle($P,zP),parseAttributes(x_,zP,this._defsUsePending,!1,!1),zP.setStyle({image:x_.getAttribute("xlink:href")||x_.getAttribute("href"),x:+x_.getAttribute("x"),y:+x_.getAttribute("y"),width:+x_.getAttribute("width"),height:+x_.getAttribute("height")}),zP.silent=!0,zP},text:function(x_,$P){var zP=x_.getAttribute("x")||"0",z9=x_.getAttribute("y")||"0",eAe=x_.getAttribute("dx")||"0",tAe=x_.getAttribute("dy")||"0";this._textX=parseFloat(zP)+parseFloat(eAe),this._textY=parseFloat(z9)+parseFloat(tAe);var AAe=new Group$3;return inheritStyle($P,AAe),parseAttributes(x_,AAe,this._defsUsePending,!1,!0),AAe},tspan:function(x_,$P){var zP=x_.getAttribute("x"),z9=x_.getAttribute("y");zP!=null&&(this._textX=parseFloat(zP)),z9!=null&&(this._textY=parseFloat(z9));var eAe=x_.getAttribute("dx")||"0",tAe=x_.getAttribute("dy")||"0",AAe=new Group$3;return inheritStyle($P,AAe),parseAttributes(x_,AAe,this._defsUsePending,!1,!0),this._textX+=parseFloat(eAe),this._textY+=parseFloat(tAe),AAe},path:function(x_,$P){var zP=x_.getAttribute("d")||"",z9=createFromString(zP);return inheritStyle($P,z9),parseAttributes(x_,z9,this._defsUsePending,!1,!1),z9.silent=!0,z9}}}(),r4}(),paintServerParsers={lineargradient:function(r4){var x_=parseInt(r4.getAttribute("x1")||"0",10),$P=parseInt(r4.getAttribute("y1")||"0",10),zP=parseInt(r4.getAttribute("x2")||"10",10),z9=parseInt(r4.getAttribute("y2")||"0",10),eAe=new LinearGradient(x_,$P,zP,z9);return parsePaintServerUnit(r4,eAe),parseGradientColorStops(r4,eAe),eAe},radialgradient:function(r4){var x_=parseInt(r4.getAttribute("cx")||"0",10),$P=parseInt(r4.getAttribute("cy")||"0",10),zP=parseInt(r4.getAttribute("r")||"0",10),z9=new RadialGradient(x_,$P,zP);return parsePaintServerUnit(r4,z9),parseGradientColorStops(r4,z9),z9}};function parsePaintServerUnit(r4,x_){var $P=r4.getAttribute("gradientUnits");$P==="userSpaceOnUse"&&(x_.global=!0)}function parseGradientColorStops(r4,x_){for(var $P=r4.firstChild;$P;){if($P.nodeType===1&&$P.nodeName.toLocaleLowerCase()==="stop"){var zP=$P.getAttribute("offset"),z9=void 0;zP&&zP.indexOf("%")>0?z9=parseInt(zP,10)/100:zP?z9=parseFloat(zP):z9=0;var eAe={};parseInlineStyle($P,eAe,eAe);var tAe=eAe.stopColor||$P.getAttribute("stop-color")||"#000000";x_.colorStops.push({offset:z9,color:tAe})}$P=$P.nextSibling}}function inheritStyle(r4,x_){r4&&r4.__inheritedStyle&&(x_.__inheritedStyle||(x_.__inheritedStyle={}),defaults$2(x_.__inheritedStyle,r4.__inheritedStyle))}function parsePoints(r4){for(var x_=splitNumberSequence(r4),$P=[],zP=0;zP0;eAe-=2){var tAe=zP[eAe],AAe=zP[eAe-1],iAe=splitNumberSequence(tAe);switch(z9=z9||create$4(),AAe){case"translate":translate$1(z9,z9,[parseFloat(iAe[0]),parseFloat(iAe[1]||"0")]);break;case"scale":scale$3(z9,z9,[parseFloat(iAe[0]),parseFloat(iAe[1]||iAe[0])]);break;case"rotate":rotate$1(z9,z9,-parseFloat(iAe[0])*DEGREE_TO_ANGLE,[parseFloat(iAe[1]||"0"),parseFloat(iAe[2]||"0")]);break;case"skewX":var nAe=Math.tan(parseFloat(iAe[0])*DEGREE_TO_ANGLE);mul$1(z9,[1,0,nAe,1,0,0],z9);break;case"skewY":var oAe=Math.tan(parseFloat(iAe[0])*DEGREE_TO_ANGLE);mul$1(z9,[1,oAe,0,1,0,0],z9);break;case"matrix":z9[0]=parseFloat(iAe[0]),z9[1]=parseFloat(iAe[1]),z9[2]=parseFloat(iAe[2]),z9[3]=parseFloat(iAe[3]),z9[4]=parseFloat(iAe[4]),z9[5]=parseFloat(iAe[5]);break}}x_.setLocalTransform(z9)}}var styleRegex=/([^\s:;]+)\s*:\s*([^:;]+)/g;function parseInlineStyle(r4,x_,$P){var zP=r4.getAttribute("style");if(zP){styleRegex.lastIndex=0;for(var z9;(z9=styleRegex.exec(zP))!=null;){var eAe=z9[1],tAe=hasOwn(INHERITABLE_STYLE_ATTRIBUTES_MAP,eAe)?INHERITABLE_STYLE_ATTRIBUTES_MAP[eAe]:null;tAe&&(x_[tAe]=z9[2]);var AAe=hasOwn(SELF_STYLE_ATTRIBUTES_MAP,eAe)?SELF_STYLE_ATTRIBUTES_MAP[eAe]:null;AAe&&($P[AAe]=z9[2])}}}function parseAttributeStyle(r4,x_,$P){for(var zP=0;zPz9&&(zP=tAe,z9=iAe)}if(zP)return centroid$1(zP.exterior);var nAe=this.getBoundingRect();return[nAe.x+nAe.width/2,nAe.y+nAe.height/2]},x_.prototype.getBoundingRect=function($P){var zP=this._rect;if(zP&&!$P)return zP;var z9=[1/0,1/0],eAe=[-1/0,-1/0],tAe=this.geometries;return each$f(tAe,function(AAe){AAe.type==="polygon"?updateBBoxFromPoints(AAe.exterior,z9,eAe,$P):each$f(AAe.points,function(iAe){updateBBoxFromPoints(iAe,z9,eAe,$P)})}),isFinite(z9[0])&&isFinite(z9[1])&&isFinite(eAe[0])&&isFinite(eAe[1])||(z9[0]=z9[1]=eAe[0]=eAe[1]=0),zP=new BoundingRect(z9[0],z9[1],eAe[0]-z9[0],eAe[1]-z9[1]),$P||(this._rect=zP),zP},x_.prototype.contain=function($P){var zP=this.getBoundingRect(),z9=this.geometries;if(!zP.contain($P[0],$P[1]))return!1;e:for(var eAe=0,tAe=z9.length;eAe>1^-(AAe&1),iAe=iAe>>1^-(iAe&1),AAe+=z9,iAe+=eAe,z9=AAe,eAe=iAe,zP.push([AAe/$P,iAe/$P])}return zP}function parseGeoJSON(r4,x_){return r4=decode$2(r4),map$1(filter(r4.features,function($P){return $P.geometry&&$P.properties&&$P.geometry.coordinates.length>0}),function($P){var zP=$P.properties,z9=$P.geometry,eAe=[];switch(z9.type){case"Polygon":var tAe=z9.coordinates;eAe.push(new GeoJSONPolygonGeometry(tAe[0],tAe.slice(1)));break;case"MultiPolygon":each$f(z9.coordinates,function(iAe){iAe[0]&&eAe.push(new GeoJSONPolygonGeometry(iAe[0],iAe.slice(1)))});break;case"LineString":eAe.push(new GeoJSONLineStringGeometry([z9.coordinates]));break;case"MultiLineString":eAe.push(new GeoJSONLineStringGeometry(z9.coordinates))}var AAe=new GeoJSONRegion(zP[x_||"name"],eAe,zP.cp);return AAe.properties=zP,AAe})}var geoCoord=[126,25],nanhaiName="南海诸岛",points$1=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]];for(var i$h=0;i$h0,gAe={api:zP,geo:iAe,mapOrGeoModel:x_,data:AAe,isVisualEncodedByVisualMap:EAe,isGeo:tAe,transformInfoRaw:cAe};iAe.resourceType==="geoJSON"?this._buildGeoJSON(gAe):iAe.resourceType==="geoSVG"&&this._buildSVG(gAe),this._updateController(x_,$P,zP),this._updateMapSelectHandler(x_,nAe,zP,z9)},r4.prototype._buildGeoJSON=function(x_){var $P=this._regionsGroupByName=createHashMap(),zP=createHashMap(),z9=this._regionsGroup,eAe=x_.transformInfoRaw,tAe=x_.mapOrGeoModel,AAe=x_.data,iAe=x_.geo.projection,nAe=iAe&&iAe.stream;function oAe(uAe,dAe){return dAe&&(uAe=dAe(uAe)),uAe&&[uAe[0]*eAe.scaleX+eAe.x,uAe[1]*eAe.scaleY+eAe.y]}function aAe(uAe){for(var dAe=[],EAe=!nAe&&iAe&&iAe.project,gAe=0;gAe=0)&&(cAe=z9);var uAe=tAe?{normal:{align:"center",verticalAlign:"middle"}}:null;setLabelStyle(x_,getLabelStatesModels(zP),{labelFetcher:cAe,labelDataIndex:aAe,defaultText:$P},uAe);var dAe=x_.getTextContent();if(dAe&&(mapLabelRaw(dAe).ignore=dAe.ignore,x_.textConfig&&tAe)){var EAe=x_.getBoundingRect().clone();x_.textConfig.layoutRect=EAe,x_.textConfig.position=[(tAe[0]-EAe.x)/EAe.width*100+"%",(tAe[1]-EAe.y)/EAe.height*100+"%"]}x_.disableLabelAnimation=!0}else x_.removeTextContent(),x_.removeTextConfig(),x_.disableLabelAnimation=null}function resetEventTriggerForRegion(r4,x_,$P,zP,z9,eAe){r4.data?r4.data.setItemGraphicEl(eAe,x_):getECData(x_).eventData={componentType:"geo",componentIndex:z9.componentIndex,geoIndex:z9.componentIndex,name:$P,region:zP&&zP.option||{}}}function resetTooltipForRegion(r4,x_,$P,zP,z9){r4.data||setTooltipConfig({el:x_,componentModel:z9,itemName:$P,itemTooltipOption:zP.get("tooltip")})}function resetStateTriggerForRegion(r4,x_,$P,zP,z9){x_.highDownSilentOnTouch=!!z9.get("selectedMode");var eAe=zP.getModel("emphasis"),tAe=eAe.get("focus");return toggleHoverEmphasis(x_,tAe,eAe.get("blurScope"),eAe.get("disabled")),r4.isGeo&&enableComponentHighDownFeatures(x_,z9,$P),tAe}function projectPolys(r4,x_,$P){var zP=[],z9;function eAe(){z9=[]}function tAe(){z9.length&&(zP.push(z9),z9=[])}var AAe=x_({polygonStart:eAe,polygonEnd:tAe,lineStart:eAe,lineEnd:tAe,point:function(iAe,nAe){isFinite(iAe)&&isFinite(nAe)&&z9.push([iAe,nAe])},sphere:function(){}});return!$P&&AAe.polygonStart(),each$f(r4,function(iAe){AAe.lineStart();for(var nAe=0;nAe-1&&(z9.style.stroke=z9.style.fill,z9.style.fill="#fff",z9.style.lineWidth=2),z9},x_.type="series.map",x_.dependencies=["geo"],x_.layoutMode="box",x_.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},x_}(SeriesModel);function dataStatistics(r4,x_){var $P={};return each$f(r4,function(zP){zP.each(zP.mapDimension("value"),function(z9,eAe){var tAe="ec-"+zP.getName(eAe);$P[tAe]=$P[tAe]||[],isNaN(z9)||$P[tAe].push(z9)})}),r4[0].map(r4[0].mapDimension("value"),function(zP,z9){for(var eAe="ec-"+r4[0].getName(z9),tAe=0,AAe=1/0,iAe=-1/0,nAe=$P[eAe].length,oAe=0;oAe1?(DAe.width=SAe,DAe.height=SAe/gAe):(DAe.height=SAe,DAe.width=SAe*gAe),DAe.y=mAe[1]-DAe.height/2,DAe.x=mAe[0]-DAe.width/2;else{var NAe=r4.getBoxLayoutParams();NAe.aspect=gAe,DAe=getLayoutRect(NAe,{width:dAe,height:EAe})}this.setViewRect(DAe.x,DAe.y,DAe.width,DAe.height),this.setCenter(r4.get("center"),x_),this.setZoom(r4.get("zoom"))}function setGeoCoords(r4,x_){each$f(x_.get("geoCoord"),function($P,zP){r4.addGeoCoord(zP,$P)})}var GeoCreator=function(){function r4(){this.dimensions=geo2DDimensions}return r4.prototype.create=function(x_,$P){var zP=[];function z9(tAe){return{nameProperty:tAe.get("nameProperty"),aspectScale:tAe.get("aspectScale"),projection:tAe.get("projection")}}x_.eachComponent("geo",function(tAe,AAe){var iAe=tAe.get("map"),nAe=new Geo(iAe+AAe,iAe,extend$1({nameMap:tAe.get("nameMap")},z9(tAe)));nAe.zoomLimit=tAe.get("scaleLimit"),zP.push(nAe),tAe.coordinateSystem=nAe,nAe.model=tAe,nAe.resize=resizeGeo,nAe.resize(tAe,$P)}),x_.eachSeries(function(tAe){var AAe=tAe.get("coordinateSystem");if(AAe==="geo"){var iAe=tAe.get("geoIndex")||0;tAe.coordinateSystem=zP[iAe]}});var eAe={};return x_.eachSeriesByType("map",function(tAe){if(!tAe.getHostGeoModel()){var AAe=tAe.getMapType();eAe[AAe]=eAe[AAe]||[],eAe[AAe].push(tAe)}}),each$f(eAe,function(tAe,AAe){var iAe=map$1(tAe,function(oAe){return oAe.get("nameMap")}),nAe=new Geo(AAe,AAe,extend$1({nameMap:mergeAll(iAe)},z9(tAe[0])));nAe.zoomLimit=retrieve.apply(null,map$1(tAe,function(oAe){return oAe.get("scaleLimit")})),zP.push(nAe),nAe.resize=resizeGeo,nAe.resize(tAe[0],$P),each$f(tAe,function(oAe){oAe.coordinateSystem=nAe,setGeoCoords(nAe,oAe)})}),zP},r4.prototype.getFilledRegions=function(x_,$P,zP,z9){for(var eAe=(x_||[]).slice(),tAe=createHashMap(),AAe=0;AAe=0;tAe--){var AAe=z9[tAe];AAe.hierNode={defaultAncestor:null,ancestor:AAe,prelim:0,modifier:0,change:0,shift:0,i:tAe,thread:null},$P.push(AAe)}}function firstWalk(r4,x_){var $P=r4.isExpand?r4.children:[],zP=r4.parentNode.children,z9=r4.hierNode.i?zP[r4.hierNode.i-1]:null;if($P.length){executeShifts(r4);var eAe=($P[0].hierNode.prelim+$P[$P.length-1].hierNode.prelim)/2;z9?(r4.hierNode.prelim=z9.hierNode.prelim+x_(r4,z9),r4.hierNode.modifier=r4.hierNode.prelim-eAe):r4.hierNode.prelim=eAe}else z9&&(r4.hierNode.prelim=z9.hierNode.prelim+x_(r4,z9));r4.parentNode.hierNode.defaultAncestor=apportion(r4,z9,r4.parentNode.hierNode.defaultAncestor||zP[0],x_)}function secondWalk(r4){var x_=r4.hierNode.prelim+r4.parentNode.hierNode.modifier;r4.setLayout({x:x_},!0),r4.hierNode.modifier+=r4.parentNode.hierNode.modifier}function separation(r4){return arguments.length?r4:defaultSeparation}function radialCoordinate(r4,x_){return r4-=Math.PI/2,{x:x_*Math.cos(r4),y:x_*Math.sin(r4)}}function getViewRect$4(r4,x_){return getLayoutRect(r4.getBoxLayoutParams(),{width:x_.getWidth(),height:x_.getHeight()})}function executeShifts(r4){for(var x_=r4.children,$P=x_.length,zP=0,z9=0;--$P>=0;){var eAe=x_[$P];eAe.hierNode.prelim+=zP,eAe.hierNode.modifier+=zP,z9+=eAe.hierNode.change,zP+=eAe.hierNode.shift+z9}}function apportion(r4,x_,$P,zP){if(x_){for(var z9=r4,eAe=r4,tAe=eAe.parentNode.children[0],AAe=x_,iAe=z9.hierNode.modifier,nAe=eAe.hierNode.modifier,oAe=tAe.hierNode.modifier,aAe=AAe.hierNode.modifier;AAe=nextRight(AAe),eAe=nextLeft(eAe),AAe&&eAe;){z9=nextRight(z9),tAe=nextLeft(tAe),z9.hierNode.ancestor=r4;var cAe=AAe.hierNode.prelim+aAe-eAe.hierNode.prelim-nAe+zP(AAe,eAe);cAe>0&&(moveSubtree(nextAncestor(AAe,r4,$P),r4,cAe),nAe+=cAe,iAe+=cAe),aAe+=AAe.hierNode.modifier,nAe+=eAe.hierNode.modifier,iAe+=z9.hierNode.modifier,oAe+=tAe.hierNode.modifier}AAe&&!nextRight(z9)&&(z9.hierNode.thread=AAe,z9.hierNode.modifier+=aAe-iAe),eAe&&!nextLeft(tAe)&&(tAe.hierNode.thread=eAe,tAe.hierNode.modifier+=nAe-oAe,$P=r4)}return $P}function nextRight(r4){var x_=r4.children;return x_.length&&r4.isExpand?x_[x_.length-1]:r4.hierNode.thread}function nextLeft(r4){var x_=r4.children;return x_.length&&r4.isExpand?x_[0]:r4.hierNode.thread}function nextAncestor(r4,x_,$P){return r4.hierNode.ancestor.parentNode===x_.parentNode?r4.hierNode.ancestor:$P}function moveSubtree(r4,x_,$P){var zP=$P/(x_.hierNode.i-r4.hierNode.i);x_.hierNode.change-=zP,x_.hierNode.shift+=$P,x_.hierNode.modifier+=$P,x_.hierNode.prelim+=$P,r4.hierNode.change+=zP}function defaultSeparation(r4,x_){return r4.parentNode===x_.parentNode?1:2}var TreeEdgeShape=function(){function r4(){this.parentPoint=[],this.childPoints=[]}return r4}(),TreePath=function(r4){__extends$1(x_,r4);function x_($P){return r4.call(this,$P)||this}return x_.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},x_.prototype.getDefaultShape=function(){return new TreeEdgeShape},x_.prototype.buildPath=function($P,zP){var z9=zP.childPoints,eAe=z9.length,tAe=zP.parentPoint,AAe=z9[0],iAe=z9[eAe-1];if(eAe===1){$P.moveTo(tAe[0],tAe[1]),$P.lineTo(AAe[0],AAe[1]);return}var nAe=zP.orient,oAe=nAe==="TB"||nAe==="BT"?0:1,aAe=1-oAe,cAe=parsePercent(zP.forkPosition,1),uAe=[];uAe[oAe]=tAe[oAe],uAe[aAe]=tAe[aAe]+(iAe[aAe]-tAe[aAe])*cAe,$P.moveTo(tAe[0],tAe[1]),$P.lineTo(uAe[0],uAe[1]),$P.moveTo(AAe[0],AAe[1]),uAe[oAe]=AAe[oAe],$P.lineTo(uAe[0],uAe[1]),uAe[oAe]=iAe[oAe],$P.lineTo(uAe[0],uAe[1]),$P.lineTo(iAe[0],iAe[1]);for(var dAe=1;dAemAe.x,NAe||(DAe=DAe-Math.PI));var bAe=NAe?"left":"right",GAe=AAe.getModel("label"),LAe=GAe.get("rotate"),wAe=LAe*(Math.PI/180),OAe=gAe.getTextContent();OAe&&(gAe.setTextConfig({position:GAe.get("position")||bAe,rotation:LAe==null?-DAe:wAe,origin:"center"}),OAe.setStyle("verticalAlign","middle"))}var PAe=AAe.get(["emphasis","focus"]),HAe=PAe==="relative"?concatArray(tAe.getAncestorsIndices(),tAe.getDescendantIndices()):PAe==="ancestor"?tAe.getAncestorsIndices():PAe==="descendant"?tAe.getDescendantIndices():null;HAe&&(getECData($P).focus=HAe),drawEdge(z9,tAe,oAe,$P,dAe,uAe,EAe,zP),$P.__edge&&($P.onHoverStateChange=function(zAe){if(zAe!=="blur"){var eIe=tAe.parentNode&&r4.getItemGraphicEl(tAe.parentNode.dataIndex);eIe&&eIe.hoverState===HOVER_STATE_BLUR||setStatesFlag($P.__edge,zAe)}})}function drawEdge(r4,x_,$P,zP,z9,eAe,tAe,AAe){var iAe=x_.getModel(),nAe=r4.get("edgeShape"),oAe=r4.get("layout"),aAe=r4.getOrient(),cAe=r4.get(["lineStyle","curveness"]),uAe=r4.get("edgeForkPosition"),dAe=iAe.getModel("lineStyle").getLineStyle(),EAe=zP.__edge;if(nAe==="curve")x_.parentNode&&x_.parentNode!==$P&&(EAe||(EAe=zP.__edge=new BezierCurve$1({shape:getEdgeShape(oAe,aAe,cAe,z9,z9)})),updateProps$1(EAe,{shape:getEdgeShape(oAe,aAe,cAe,eAe,tAe)},r4));else if(nAe==="polyline"&&oAe==="orthogonal"&&x_!==$P&&x_.children&&x_.children.length!==0&&x_.isExpand===!0){for(var gAe=x_.children,pAe=[],mAe=0;mAe$P&&($P=z9.height)}this.height=$P+1},r4.prototype.getNodeById=function(x_){if(this.getId()===x_)return this;for(var $P=0,zP=this.children,z9=zP.length;$P=0&&this.hostTree.data.setItemLayout(this.dataIndex,x_,$P)},r4.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},r4.prototype.getModel=function(x_){if(!(this.dataIndex<0)){var $P=this.hostTree,zP=$P.data.getItemModel(this.dataIndex);return zP.getModel(x_)}},r4.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},r4.prototype.setVisual=function(x_,$P){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,x_,$P)},r4.prototype.getVisual=function(x_){return this.hostTree.data.getItemVisual(this.dataIndex,x_)},r4.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},r4.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},r4.prototype.getChildIndex=function(){if(this.parentNode){for(var x_=this.parentNode.children,$P=0;$P=0){var zP=$P.getData().tree.root,z9=r4.targetNode;if(isString(z9)&&(z9=zP.getNodeById(z9)),z9&&zP.contains(z9))return{node:z9};var eAe=r4.targetNodeId;if(eAe!=null&&(z9=zP.getNodeById(eAe)))return{node:z9}}}function getPathToRoot(r4){for(var x_=[];r4;)r4=r4.parentNode,r4&&x_.push(r4);return x_.reverse()}function aboveViewRoot(r4,x_){var $P=getPathToRoot(r4);return indexOf($P,x_)>=0}function wrapTreePathInfo(r4,x_){for(var $P=[];r4;){var zP=r4.dataIndex;$P.push({name:r4.name,dataIndex:zP,value:x_.getRawValue(zP)}),r4=r4.parentNode}return $P.reverse(),$P}var TreeSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.hasSymbolVisual=!0,$P.ignoreStyleOnData=!0,$P}return x_.prototype.getInitialData=function($P){var zP={name:$P.name,children:$P.data},z9=$P.leaves||{},eAe=new Model(z9,this,this.ecModel),tAe=Tree.createTree(zP,this,AAe);function AAe(aAe){aAe.wrapMethod("getItemModel",function(cAe,uAe){var dAe=tAe.getNodeByDataIndex(uAe);return dAe&&dAe.children.length&&dAe.isExpand||(cAe.parentModel=eAe),cAe})}var iAe=0;tAe.eachNode("preorder",function(aAe){aAe.depth>iAe&&(iAe=aAe.depth)});var nAe=$P.expandAndCollapse,oAe=nAe&&$P.initialTreeDepth>=0?$P.initialTreeDepth:iAe;return tAe.root.eachNode("preorder",function(aAe){var cAe=aAe.hostTree.data.getRawDataItem(aAe.dataIndex);aAe.isExpand=cAe&&cAe.collapsed!=null?!cAe.collapsed:aAe.depth<=oAe}),tAe.data},x_.prototype.getOrient=function(){var $P=this.get("orient");return $P==="horizontal"?$P="LR":$P==="vertical"&&($P="TB"),$P},x_.prototype.setZoom=function($P){this.option.zoom=$P},x_.prototype.setCenter=function($P){this.option.center=$P},x_.prototype.formatTooltip=function($P,zP,z9){for(var eAe=this.getData().tree,tAe=eAe.root.children[0],AAe=eAe.getNodeByDataIndex($P),iAe=AAe.getValue(),nAe=AAe.name;AAe&&AAe!==tAe;)nAe=AAe.parentNode.name+"."+nAe,AAe=AAe.parentNode;return createTooltipMarkup("nameValue",{name:nAe,value:iAe,noValue:isNaN(iAe)||iAe==null})},x_.prototype.getDataParams=function($P){var zP=r4.prototype.getDataParams.apply(this,arguments),z9=this.getData().tree.getNodeByDataIndex($P);return zP.treeAncestors=wrapTreePathInfo(z9,this),zP.collapsed=!z9.isExpand,zP},x_.type="series.tree",x_.layoutMode="box",x_.defaultOption={z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},x_}(SeriesModel);function eachAfter(r4,x_,$P){for(var zP=[r4],z9=[],eAe;eAe=zP.pop();)if(z9.push(eAe),eAe.isExpand){var tAe=eAe.children;if(tAe.length)for(var AAe=0;AAe=0;eAe--)$P.push(z9[eAe])}}function treeLayout(r4,x_){r4.eachSeriesByType("tree",function($P){commonLayout($P,x_)})}function commonLayout(r4,x_){var $P=getViewRect$4(r4,x_);r4.layoutInfo=$P;var zP=r4.get("layout"),z9=0,eAe=0,tAe=null;zP==="radial"?(z9=2*Math.PI,eAe=Math.min($P.height,$P.width)/2,tAe=separation(function(SAe,DAe){return(SAe.parentNode===DAe.parentNode?1:2)/SAe.depth})):(z9=$P.width,eAe=$P.height,tAe=separation());var AAe=r4.getData().tree.root,iAe=AAe.children[0];if(iAe){init(AAe),eachAfter(iAe,firstWalk,tAe),AAe.hierNode.modifier=-iAe.hierNode.prelim,eachBefore(iAe,secondWalk);var nAe=iAe,oAe=iAe,aAe=iAe;eachBefore(iAe,function(SAe){var DAe=SAe.getLayout().x;DAeoAe.getLayout().x&&(oAe=SAe),SAe.depth>aAe.depth&&(aAe=SAe)});var cAe=nAe===oAe?1:tAe(nAe,oAe)/2,uAe=cAe-nAe.getLayout().x,dAe=0,EAe=0,gAe=0,pAe=0;if(zP==="radial")dAe=z9/(oAe.getLayout().x+cAe+uAe),EAe=eAe/(aAe.depth-1||1),eachBefore(iAe,function(SAe){gAe=(SAe.getLayout().x+uAe)*dAe,pAe=(SAe.depth-1)*EAe;var DAe=radialCoordinate(gAe,pAe);SAe.setLayout({x:DAe.x,y:DAe.y,rawX:gAe,rawY:pAe},!0)});else{var mAe=r4.getOrient();mAe==="RL"||mAe==="LR"?(EAe=eAe/(oAe.getLayout().x+cAe+uAe),dAe=z9/(aAe.depth-1||1),eachBefore(iAe,function(SAe){pAe=(SAe.getLayout().x+uAe)*EAe,gAe=mAe==="LR"?(SAe.depth-1)*dAe:z9-(SAe.depth-1)*dAe,SAe.setLayout({x:gAe,y:pAe},!0)})):(mAe==="TB"||mAe==="BT")&&(dAe=z9/(oAe.getLayout().x+cAe+uAe),EAe=eAe/(aAe.depth-1||1),eachBefore(iAe,function(SAe){gAe=(SAe.getLayout().x+uAe)*dAe,pAe=mAe==="TB"?(SAe.depth-1)*EAe:eAe-(SAe.depth-1)*EAe,SAe.setLayout({x:gAe,y:pAe},!0)}))}}}function treeVisual(r4){r4.eachSeriesByType("tree",function(x_){var $P=x_.getData(),zP=$P.tree;zP.eachNode(function(z9){var eAe=z9.getModel(),tAe=eAe.getModel("itemStyle").getItemStyle(),AAe=$P.ensureUniqueItemVisual(z9.dataIndex,"style");extend$1(AAe,tAe)})})}function installTreeAction(r4){r4.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(x_,$P){$P.eachComponent({mainType:"series",subType:"tree",query:x_},function(zP){var z9=x_.dataIndex,eAe=zP.getData().tree,tAe=eAe.getNodeByDataIndex(z9);tAe.isExpand=!tAe.isExpand})}),r4.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},function(x_,$P,zP){$P.eachComponent({mainType:"series",subType:"tree",query:x_},function(z9){var eAe=z9.coordinateSystem,tAe=updateCenterAndZoom(eAe,x_,void 0,zP);z9.setCenter&&z9.setCenter(tAe.center),z9.setZoom&&z9.setZoom(tAe.zoom)})})}function install$J(r4){r4.registerChartView(TreeView),r4.registerSeriesModel(TreeSeriesModel),r4.registerLayout(treeLayout),r4.registerVisual(treeVisual),installTreeAction(r4)}var actionTypes=["treemapZoomToNode","treemapRender","treemapMove"];function installTreemapAction(r4){for(var x_=0;x_1;)eAe=eAe.parentNode;var tAe=getDecalFromPalette(r4.ecModel,eAe.name||eAe.dataIndex+"",zP);z9.setVisual("decal",tAe)})}var TreemapSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.preventUsingHoverLayer=!0,$P}return x_.prototype.getInitialData=function($P,zP){var z9={name:$P.name,children:$P.data};completeTreeValue$1(z9);var eAe=$P.levels||[],tAe=this.designatedVisualItemStyle={},AAe=new Model({itemStyle:tAe},this,zP);eAe=$P.levels=setDefault(eAe,zP);var iAe=map$1(eAe||[],function(aAe){return new Model(aAe,AAe,zP)},this),nAe=Tree.createTree(z9,this,oAe);function oAe(aAe){aAe.wrapMethod("getItemModel",function(cAe,uAe){var dAe=nAe.getNodeByDataIndex(uAe),EAe=dAe?iAe[dAe.depth]:null;return cAe.parentModel=EAe||AAe,cAe})}return nAe.data},x_.prototype.optionUpdated=function(){this.resetViewRoot()},x_.prototype.formatTooltip=function($P,zP,z9){var eAe=this.getData(),tAe=this.getRawValue($P),AAe=eAe.getName($P);return createTooltipMarkup("nameValue",{name:AAe,value:tAe})},x_.prototype.getDataParams=function($P){var zP=r4.prototype.getDataParams.apply(this,arguments),z9=this.getData().tree.getNodeByDataIndex($P);return zP.treeAncestors=wrapTreePathInfo(z9,this),zP.treePathInfo=zP.treeAncestors,zP},x_.prototype.setLayoutInfo=function($P){this.layoutInfo=this.layoutInfo||{},extend$1(this.layoutInfo,$P)},x_.prototype.mapIdToIndex=function($P){var zP=this._idIndexMap;zP||(zP=this._idIndexMap=createHashMap(),this._idIndexMapCount=0);var z9=zP.get($P);return z9==null&&zP.set($P,z9=this._idIndexMapCount++),z9},x_.prototype.getViewRoot=function(){return this._viewRoot},x_.prototype.resetViewRoot=function($P){$P?this._viewRoot=$P:$P=this._viewRoot;var zP=this.getRawData().tree.root;(!$P||$P!==zP&&!zP.contains($P))&&(this._viewRoot=zP)},x_.prototype.enableAriaDecal=function(){enableAriaDecalForTree(this)},x_.type="series.treemap",x_.layoutMode="box",x_.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.32*.32,scaleLimit:null,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}},emphasis:{itemStyle:{color:"rgba(0,0,0,0.9)"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},x_}(SeriesModel);function completeTreeValue$1(r4){var x_=0;each$f(r4.children,function(zP){completeTreeValue$1(zP);var z9=zP.value;isArray$2(z9)&&(z9=z9[0]),x_+=z9});var $P=r4.value;isArray$2($P)&&($P=$P[0]),($P==null||isNaN($P))&&($P=x_),$P<0&&($P=0),isArray$2(r4.value)?r4.value[0]=$P:r4.value=$P}function setDefault(r4,x_){var $P=normalizeToArray(x_.get("color")),zP=normalizeToArray(x_.get(["aria","decal","decals"]));if($P){r4=r4||[];var z9,eAe;each$f(r4,function(AAe){var iAe=new Model(AAe),nAe=iAe.get("color"),oAe=iAe.get("decal");(iAe.get(["itemStyle","color"])||nAe&&nAe!=="none")&&(z9=!0),(iAe.get(["itemStyle","decal"])||oAe&&oAe!=="none")&&(eAe=!0)});var tAe=r4[0]||(r4[0]={});return z9||(tAe.color=$P.slice()),!eAe&&zP&&(tAe.decal=zP.slice()),r4}}var TEXT_PADDING=8,ITEM_GAP=8,ARRAY_LENGTH=5,Breadcrumb=function(){function r4(x_){this.group=new Group$3,x_.add(this.group)}return r4.prototype.render=function(x_,$P,zP,z9){var eAe=x_.getModel("breadcrumb"),tAe=this.group;if(tAe.removeAll(),!(!eAe.get("show")||!zP)){var AAe=eAe.getModel("itemStyle"),iAe=eAe.getModel("emphasis"),nAe=AAe.getModel("textStyle"),oAe=iAe.getModel(["itemStyle","textStyle"]),aAe={pos:{left:eAe.get("left"),right:eAe.get("right"),top:eAe.get("top"),bottom:eAe.get("bottom")},box:{width:$P.getWidth(),height:$P.getHeight()},emptyItemWidth:eAe.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(zP,aAe,nAe),this._renderContent(x_,aAe,AAe,iAe,nAe,oAe,z9),positionElement(tAe,aAe.pos,aAe.box)}},r4.prototype._prepare=function(x_,$P,zP){for(var z9=x_;z9;z9=z9.parentNode){var eAe=convertOptionIdName(z9.getModel().get("name"),""),tAe=zP.getTextRect(eAe),AAe=Math.max(tAe.width+TEXT_PADDING*2,$P.emptyItemWidth);$P.totalWidth+=AAe+ITEM_GAP,$P.renderList.push({node:z9,text:eAe,width:AAe})}},r4.prototype._renderContent=function(x_,$P,zP,z9,eAe,tAe,AAe){for(var iAe=0,nAe=$P.emptyItemWidth,oAe=x_.get(["breadcrumb","height"]),aAe=getAvailableSize($P.pos,$P.box),cAe=$P.totalWidth,uAe=$P.renderList,dAe=z9.getModel("itemStyle").getItemStyle(),EAe=uAe.length-1;EAe>=0;EAe--){var gAe=uAe[EAe],pAe=gAe.node,mAe=gAe.width,SAe=gAe.text;cAe>aAe.width&&(cAe-=mAe-nAe,mAe=nAe,SAe=null);var DAe=new Polygon({shape:{points:makeItemPoints(iAe,0,mAe,oAe,EAe===uAe.length-1,EAe===0)},style:defaults$2(zP.getItemStyle(),{lineJoin:"bevel"}),textContent:new ZRText({style:createTextStyle(eAe,{text:SAe})}),textConfig:{position:"inside"},z2:Z2_EMPHASIS_LIFT*1e4,onclick:curry$1(AAe,pAe)});DAe.disableLabelAnimation=!0,DAe.getTextContent().ensureState("emphasis").style=createTextStyle(tAe,{text:SAe}),DAe.ensureState("emphasis").style=dAe,toggleHoverEmphasis(DAe,z9.get("focus"),z9.get("blurScope"),z9.get("disabled")),this.group.add(DAe),packEventData(DAe,x_,pAe),iAe+=mAe+ITEM_GAP}},r4.prototype.remove=function(){this.group.removeAll()},r4}();function makeItemPoints(r4,x_,$P,zP,z9,eAe){var tAe=[[z9?r4:r4-ARRAY_LENGTH,x_],[r4+$P,x_],[r4+$P,x_+zP],[z9?r4:r4-ARRAY_LENGTH,x_+zP]];return!eAe&&tAe.splice(2,0,[r4+$P+ARRAY_LENGTH,x_+zP/2]),!z9&&tAe.push([r4,x_+zP/2]),tAe}function packEventData(r4,x_,$P){getECData(r4).eventData={componentType:"series",componentSubType:"treemap",componentIndex:x_.componentIndex,seriesIndex:x_.seriesIndex,seriesName:x_.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:$P&&$P.dataIndex,name:$P&&$P.name},treePathInfo:$P&&wrapTreePathInfo($P,x_)}}var AnimationWrap=function(){function r4(){this._storage=[],this._elExistsMap={}}return r4.prototype.add=function(x_,$P,zP,z9,eAe){return this._elExistsMap[x_.id]?!1:(this._elExistsMap[x_.id]=!0,this._storage.push({el:x_,target:$P,duration:zP,delay:z9,easing:eAe}),!0)},r4.prototype.finished=function(x_){return this._finishedCallback=x_,this},r4.prototype.start=function(){for(var x_=this,$P=this._storage.length,zP=function(){$P--,$P<=0&&(x_._storage.length=0,x_._elExistsMap={},x_._finishedCallback&&x_._finishedCallback())},z9=0,eAe=this._storage.length;z9DRAG_THRESHOLD||Math.abs($P.dy)>DRAG_THRESHOLD)){var zP=this.seriesModel.getData().tree.root;if(!zP)return;var z9=zP.getLayout();if(!z9)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:z9.x+$P.dx,y:z9.y+$P.dy,width:z9.width,height:z9.height}})}},x_.prototype._onZoom=function($P){var zP=$P.originX,z9=$P.originY,eAe=$P.scale;if(this._state!=="animating"){var tAe=this.seriesModel.getData().tree.root;if(!tAe)return;var AAe=tAe.getLayout();if(!AAe)return;var iAe=new BoundingRect(AAe.x,AAe.y,AAe.width,AAe.height),nAe=null,oAe=this._controllerHost;nAe=oAe.zoomLimit;var aAe=oAe.zoom=oAe.zoom||1;if(aAe*=eAe,nAe){var cAe=nAe.min||0,uAe=nAe.max||1/0;aAe=Math.max(Math.min(uAe,aAe),cAe)}var dAe=aAe/oAe.zoom;oAe.zoom=aAe;var EAe=this.seriesModel.layoutInfo;zP-=EAe.x,z9-=EAe.y;var gAe=create$4();translate$1(gAe,gAe,[-zP,-z9]),scale$3(gAe,gAe,[dAe,dAe]),translate$1(gAe,gAe,[zP,z9]),iAe.applyTransform(gAe),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:iAe.x,y:iAe.y,width:iAe.width,height:iAe.height}})}},x_.prototype._initEvents=function($P){var zP=this;$P.on("click",function(z9){if(zP._state==="ready"){var eAe=zP.seriesModel.get("nodeClick",!0);if(eAe){var tAe=zP.findTarget(z9.offsetX,z9.offsetY);if(tAe){var AAe=tAe.node;if(AAe.getLayout().isLeafRoot)zP._rootToNode(tAe);else if(eAe==="zoomToNode")zP._zoomToNode(tAe);else if(eAe==="link"){var iAe=AAe.hostTree.data.getItemModel(AAe.dataIndex),nAe=iAe.get("link",!0),oAe=iAe.get("target",!0)||"blank";nAe&&windowOpen(nAe,oAe)}}}}},this)},x_.prototype._renderBreadcrumb=function($P,zP,z9){var eAe=this;z9||(z9=$P.get("leafDepth",!0)!=null?{node:$P.getViewRoot()}:this.findTarget(zP.getWidth()/2,zP.getHeight()/2),z9||(z9={node:$P.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new Breadcrumb(this.group))).render($P,zP,z9.node,function(tAe){eAe._state!=="animating"&&(aboveViewRoot($P.getViewRoot(),tAe)?eAe._rootToNode({node:tAe}):eAe._zoomToNode({node:tAe}))})},x_.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=createStorage(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},x_.prototype.dispose=function(){this._clearController()},x_.prototype._zoomToNode=function($P){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:$P.node})},x_.prototype._rootToNode=function($P){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:$P.node})},x_.prototype.findTarget=function($P,zP){var z9,eAe=this.seriesModel.getViewRoot();return eAe.eachNode({attr:"viewChildren",order:"preorder"},function(tAe){var AAe=this._storage.background[tAe.getRawIndex()];if(AAe){var iAe=AAe.transformCoordToLocal($P,zP),nAe=AAe.shape;if(nAe.x<=iAe[0]&&iAe[0]<=nAe.x+nAe.width&&nAe.y<=iAe[1]&&iAe[1]<=nAe.y+nAe.height)z9={node:tAe,offsetX:iAe[0],offsetY:iAe[1]};else return!1}},this),z9},x_.type="treemap",x_}(ChartView);function createStorage(){return{nodeGroup:[],background:[],content:[]}}function renderNode(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){if(!tAe)return;var oAe=tAe.getLayout(),aAe=r4.getData(),cAe=tAe.getModel();if(aAe.setItemGraphicEl(tAe.dataIndex,null),!oAe||!oAe.isInView)return;var uAe=oAe.width,dAe=oAe.height,EAe=oAe.borderWidth,gAe=oAe.invisible,pAe=tAe.getRawIndex(),mAe=AAe&&AAe.getRawIndex(),SAe=tAe.viewChildren,DAe=oAe.upperHeight,NAe=SAe&&SAe.length,TAe=cAe.getModel("itemStyle"),bAe=cAe.getModel(["emphasis","itemStyle"]),GAe=cAe.getModel(["blur","itemStyle"]),LAe=cAe.getModel(["select","itemStyle"]),wAe=TAe.get("borderRadius")||0,OAe=_Ie("nodeGroup",Group$2);if(!OAe)return;if(iAe.add(OAe),OAe.x=oAe.x||0,OAe.y=oAe.y||0,OAe.markRedraw(),inner$d(OAe).nodeWidth=uAe,inner$d(OAe).nodeHeight=dAe,oAe.isAboveViewRoot)return OAe;var PAe=_Ie("background",Rect$1,nAe,Z2_BG);PAe&&EIe(OAe,PAe,NAe&&oAe.upperLabelHeight);var HAe=cAe.getModel("emphasis"),zAe=HAe.get("focus"),eIe=HAe.get("blurScope"),iIe=HAe.get("disabled"),rIe=zAe==="ancestor"?tAe.getAncestorsIndices():zAe==="descendant"?tAe.getDescendantIndices():zAe;if(NAe)isHighDownDispatcher(OAe)&&setAsHighDownDispatcher(OAe,!1),PAe&&(setAsHighDownDispatcher(PAe,!iIe),aAe.setItemGraphicEl(tAe.dataIndex,PAe),enableHoverFocus(PAe,rIe,eIe));else{var AIe=_Ie("content",Rect$1,nAe,Z2_CONTENT);AIe&&hIe(OAe,AIe),PAe.disableMorphing=!0,PAe&&isHighDownDispatcher(PAe)&&setAsHighDownDispatcher(PAe,!1),setAsHighDownDispatcher(OAe,!iIe),aAe.setItemGraphicEl(tAe.dataIndex,OAe);var XAe=cAe.getShallow("cursor");XAe&&AIe.attr("cursor",XAe),enableHoverFocus(OAe,rIe,eIe)}return OAe;function EIe(OIe,HIe,PIe){var LIe=getECData(HIe);if(LIe.dataIndex=tAe.dataIndex,LIe.seriesIndex=r4.seriesIndex,HIe.setShape({x:0,y:0,width:uAe,height:dAe,r:wAe}),gAe)tIe(HIe);else{HIe.invisible=!1;var oEe=tAe.getVisual("style"),JIe=oEe.stroke,XIe=getItemStyleNormal(TAe);XIe.fill=JIe;var zIe=getStateItemStyle(bAe);zIe.fill=bAe.get("borderColor");var YIe=getStateItemStyle(GAe);YIe.fill=GAe.get("borderColor");var uEe=getStateItemStyle(LAe);if(uEe.fill=LAe.get("borderColor"),PIe){var NEe=uAe-2*EAe;gIe(HIe,JIe,oEe.opacity,{x:EAe,y:0,width:NEe,height:DAe})}else HIe.removeTextContent();HIe.setStyle(XIe),HIe.ensureState("emphasis").style=zIe,HIe.ensureState("blur").style=YIe,HIe.ensureState("select").style=uEe,setDefaultStateProxy(HIe)}OIe.add(HIe)}function hIe(OIe,HIe){var PIe=getECData(HIe);PIe.dataIndex=tAe.dataIndex,PIe.seriesIndex=r4.seriesIndex;var LIe=Math.max(uAe-2*EAe,0),oEe=Math.max(dAe-2*EAe,0);if(HIe.culling=!0,HIe.setShape({x:EAe,y:EAe,width:LIe,height:oEe,r:wAe}),gAe)tIe(HIe);else{HIe.invisible=!1;var JIe=tAe.getVisual("style"),XIe=JIe.fill,zIe=getItemStyleNormal(TAe);zIe.fill=XIe,zIe.decal=JIe.decal;var YIe=getStateItemStyle(bAe),uEe=getStateItemStyle(GAe),NEe=getStateItemStyle(LAe);gIe(HIe,XIe,JIe.opacity,null),HIe.setStyle(zIe),HIe.ensureState("emphasis").style=YIe,HIe.ensureState("blur").style=uEe,HIe.ensureState("select").style=NEe,setDefaultStateProxy(HIe)}OIe.add(HIe)}function tIe(OIe){!OIe.invisible&&eAe.push(OIe)}function gIe(OIe,HIe,PIe,LIe){var oEe=cAe.getModel(LIe?PATH_UPPERLABEL_NORMAL:PATH_LABEL_NOAMAL),JIe=convertOptionIdName(cAe.get("name"),null),XIe=oEe.getShallow("show");setLabelStyle(OIe,getLabelStatesModels(cAe,LIe?PATH_UPPERLABEL_NORMAL:PATH_LABEL_NOAMAL),{defaultText:XIe?JIe:null,inheritColor:HIe,defaultOpacity:PIe,labelFetcher:r4,labelDataIndex:tAe.dataIndex});var zIe=OIe.getTextContent();if(zIe){var YIe=zIe.style,uEe=normalizeCssArray$1(YIe.padding||0);LIe&&(OIe.setTextConfig({layoutRect:LIe}),zIe.disableLabelLayout=!0),zIe.beforeUpdate=function(){var MEe=Math.max((LIe?LIe.width:OIe.shape.width)-uEe[1]-uEe[3],0),FEe=Math.max((LIe?LIe.height:OIe.shape.height)-uEe[0]-uEe[2],0);(YIe.width!==MEe||YIe.height!==FEe)&&zIe.setStyle({width:MEe,height:FEe})},YIe.truncateMinChar=2,YIe.lineOverflow="truncate",pIe(YIe,LIe,oAe);var NEe=zIe.getState("emphasis");pIe(NEe?NEe.style:null,LIe,oAe)}}function pIe(OIe,HIe,PIe){var LIe=OIe?OIe.text:null;if(!HIe&&PIe.isLeafRoot&&LIe!=null){var oEe=r4.get("drillDownIcon",!0);OIe.text=oEe?oEe+" "+LIe:LIe}}function _Ie(OIe,HIe,PIe,LIe){var oEe=mAe!=null&&$P[OIe][mAe],JIe=z9[OIe];return oEe?($P[OIe][mAe]=null,SIe(JIe,oEe)):gAe||(oEe=new HIe,oEe instanceof Displayable&&(oEe.z2=calculateZ2(PIe,LIe)),yIe(JIe,oEe)),x_[OIe][pAe]=oEe}function SIe(OIe,HIe){var PIe=OIe[pAe]={};HIe instanceof Group$2?(PIe.oldX=HIe.x,PIe.oldY=HIe.y):PIe.oldShape=extend$1({},HIe.shape)}function yIe(OIe,HIe){var PIe=OIe[pAe]={},LIe=tAe.parentNode,oEe=HIe instanceof Group$3;if(LIe&&(!zP||zP.direction==="drillDown")){var JIe=0,XIe=0,zIe=z9.background[LIe.getRawIndex()];!zP&&zIe&&zIe.oldShape&&(JIe=zIe.oldShape.width,XIe=zIe.oldShape.height),oEe?(PIe.oldX=0,PIe.oldY=XIe):PIe.oldShape={x:JIe,y:XIe,width:0,height:0}}PIe.fadein=!oEe}}function calculateZ2(r4,x_){return r4*Z2_BASE+x_}var each$c=each$f,isObject$1=isObject$4,CATEGORY_DEFAULT_VISUAL_INDEX=-1,VisualMapping=function(){function r4(x_){var $P=x_.mappingMethod,zP=x_.type,z9=this.option=clone$7(x_);this.type=zP,this.mappingMethod=$P,this._normalizeData=normalizers[$P];var eAe=r4.visualHandlers[zP];this.applyVisual=eAe.applyVisual,this.getColorMapper=eAe.getColorMapper,this._normalizedToVisual=eAe._normalizedToVisual[$P],$P==="piecewise"?(normalizeVisualRange(z9),preprocessForPiecewise(z9)):$P==="category"?z9.categories?preprocessForSpecifiedCategory(z9):normalizeVisualRange(z9,!0):(assert$1($P!=="linear"||z9.dataExtent),normalizeVisualRange(z9))}return r4.prototype.mapValueToVisual=function(x_){var $P=this._normalizeData(x_);return this._normalizedToVisual($P,x_)},r4.prototype.getNormalizer=function(){return bind$1(this._normalizeData,this)},r4.listVisualTypes=function(){return keys(r4.visualHandlers)},r4.isValidType=function(x_){return r4.visualHandlers.hasOwnProperty(x_)},r4.eachVisual=function(x_,$P,zP){isObject$4(x_)?each$f(x_,$P,zP):$P.call(zP,x_)},r4.mapVisual=function(x_,$P,zP){var z9,eAe=isArray$2(x_)?[]:isObject$4(x_)?{}:(z9=!0,null);return r4.eachVisual(x_,function(tAe,AAe){var iAe=$P.call(zP,tAe,AAe);z9?eAe=iAe:eAe[AAe]=iAe}),eAe},r4.retrieveVisuals=function(x_){var $P={},zP;return x_&&each$c(r4.visualHandlers,function(z9,eAe){x_.hasOwnProperty(eAe)&&($P[eAe]=x_[eAe],zP=!0)}),zP?$P:null},r4.prepareVisualTypes=function(x_){if(isArray$2(x_))x_=x_.slice();else if(isObject$1(x_)){var $P=[];each$c(x_,function(zP,z9){$P.push(z9)}),x_=$P}else return[];return x_.sort(function(zP,z9){return z9==="color"&&zP!=="color"&&zP.indexOf("color")===0?1:-1}),x_},r4.dependsOn=function(x_,$P){return $P==="color"?!!(x_&&x_.indexOf($P)===0):x_===$P},r4.findPieceIndex=function(x_,$P,zP){for(var z9,eAe=1/0,tAe=0,AAe=$P.length;tAe=0;eAe--)zP[eAe]==null&&(delete $P[x_[eAe]],x_.pop())}function normalizeVisualRange(r4,x_){var $P=r4.visual,zP=[];isObject$4($P)?each$c($P,function(eAe){zP.push(eAe)}):$P!=null&&zP.push($P);var z9={color:1,symbol:1};!x_&&zP.length===1&&!z9.hasOwnProperty(r4.type)&&(zP[1]=zP[0]),setVisualToOption(r4,zP)}function makePartialColorVisualHandler(r4){return{applyVisual:function(x_,$P,zP){var z9=this.mapValueToVisual(x_);zP("color",r4($P("color"),z9))},_normalizedToVisual:createNormalizedToNumericVisual([0,1])}}function doMapToArray(r4){var x_=this.option.visual;return x_[Math.round(linearMap$2(r4,[0,1],[0,x_.length-1],!0))]||{}}function makeApplyVisual(r4){return function(x_,$P,zP){zP(r4,this.mapValueToVisual(x_))}}function doMapCategory(r4){var x_=this.option.visual;return x_[this.option.loop&&r4!==CATEGORY_DEFAULT_VISUAL_INDEX?r4%x_.length:r4]}function doMapFixed(){return this.option.visual[0]}function createNormalizedToNumericVisual(r4){return{linear:function(x_){return linearMap$2(x_,r4,this.option.visual,!0)},category:doMapCategory,piecewise:function(x_,$P){var zP=getSpecifiedVisual.call(this,$P);return zP==null&&(zP=linearMap$2(x_,r4,this.option.visual,!0)),zP},fixed:doMapFixed}}function getSpecifiedVisual(r4){var x_=this.option,$P=x_.pieceList;if(x_.hasSpecialVisual){var zP=VisualMapping.findPieceIndex(r4,$P),z9=$P[zP];if(z9&&z9.visual)return z9.visual[this.type]}}function setVisualToOption(r4,x_){return r4.visual=x_,r4.type==="color"&&(r4.parsedVisual=map$1(x_,function($P){var zP=parse$2($P);return zP||[0,0,0,1]})),x_}var normalizers={linear:function(r4){return linearMap$2(r4,this.option.dataExtent,[0,1],!0)},piecewise:function(r4){var x_=this.option.pieceList,$P=VisualMapping.findPieceIndex(r4,x_,!0);if($P!=null)return linearMap$2($P,[0,x_.length-1],[0,1],!0)},category:function(r4){var x_=this.option.categories?this.option.categoryMap[r4]:r4;return x_??CATEGORY_DEFAULT_VISUAL_INDEX},fixed:noop$3};function littleThan(r4,x_,$P){return r4?x_<=$P:x_<$P}var ITEM_STYLE_NORMAL="itemStyle",inner$c=makeInner();const treemapVisual={seriesType:"treemap",reset:function(r4){var x_=r4.getData().tree,$P=x_.root;$P.isRemoved()||travelTree($P,{},r4.getViewRoot().getAncestors(),r4)}};function travelTree(r4,x_,$P,zP){var z9=r4.getModel(),eAe=r4.getLayout(),tAe=r4.hostTree.data;if(!(!eAe||eAe.invisible||!eAe.isInView)){var AAe=z9.getModel(ITEM_STYLE_NORMAL),iAe=buildVisuals(AAe,x_,zP),nAe=tAe.ensureUniqueItemVisual(r4.dataIndex,"style"),oAe=AAe.get("borderColor"),aAe=AAe.get("borderColorSaturation"),cAe;aAe!=null&&(cAe=calculateColor(iAe),oAe=calculateBorderColor(aAe,cAe)),nAe.stroke=oAe;var uAe=r4.viewChildren;if(!uAe||!uAe.length)cAe=calculateColor(iAe),nAe.fill=cAe;else{var dAe=buildVisualMapping(r4,z9,eAe,AAe,iAe,uAe);each$f(uAe,function(EAe,gAe){if(EAe.depth>=$P.length||EAe===$P[EAe.depth]){var pAe=mapVisual$1(z9,iAe,EAe,gAe,dAe,zP);travelTree(EAe,pAe,$P,zP)}})}}}function buildVisuals(r4,x_,$P){var zP=extend$1({},x_),z9=$P.designatedVisualItemStyle;return each$f(["color","colorAlpha","colorSaturation"],function(eAe){z9[eAe]=x_[eAe];var tAe=r4.get(eAe);z9[eAe]=null,tAe!=null&&(zP[eAe]=tAe)}),zP}function calculateColor(r4){var x_=getValueVisualDefine(r4,"color");if(x_){var $P=getValueVisualDefine(r4,"colorAlpha"),zP=getValueVisualDefine(r4,"colorSaturation");return zP&&(x_=modifyHSL(x_,null,null,zP)),$P&&(x_=modifyAlpha(x_,$P)),x_}}function calculateBorderColor(r4,x_){return x_!=null?modifyHSL(x_,null,null,r4):null}function getValueVisualDefine(r4,x_){var $P=r4[x_];if($P!=null&&$P!=="none")return $P}function buildVisualMapping(r4,x_,$P,zP,z9,eAe){if(!(!eAe||!eAe.length)){var tAe=getRangeVisual(x_,"color")||z9.color!=null&&z9.color!=="none"&&(getRangeVisual(x_,"colorAlpha")||getRangeVisual(x_,"colorSaturation"));if(tAe){var AAe=x_.get("visualMin"),iAe=x_.get("visualMax"),nAe=$P.dataExtent.slice();AAe!=null&&AAenAe[1]&&(nAe[1]=iAe);var oAe=x_.get("colorMappingBy"),aAe={type:tAe.name,dataExtent:nAe,visual:tAe.range};aAe.type==="color"&&(oAe==="index"||oAe==="id")?(aAe.mappingMethod="category",aAe.loop=!0):aAe.mappingMethod="linear";var cAe=new VisualMapping(aAe);return inner$c(cAe).drColorMappingBy=oAe,cAe}}}function getRangeVisual(r4,x_){var $P=r4.get(x_);return isArray$2($P)&&$P.length?{name:x_,range:$P}:null}function mapVisual$1(r4,x_,$P,zP,z9,eAe){var tAe=extend$1({},x_);if(z9){var AAe=z9.type,iAe=AAe==="color"&&inner$c(z9).drColorMappingBy,nAe=iAe==="index"?zP:iAe==="id"?eAe.mapIdToIndex($P.getId()):$P.getValue(r4.get("visualDimension"));tAe[AAe]=z9.mapValueToVisual(nAe)}return tAe}var mathMax$3=Math.max,mathMin$3=Math.min,retrieveValue=retrieve,each$b=each$f,PATH_BORDER_WIDTH=["itemStyle","borderWidth"],PATH_GAP_WIDTH=["itemStyle","gapWidth"],PATH_UPPER_LABEL_SHOW=["upperLabel","show"],PATH_UPPER_LABEL_HEIGHT=["upperLabel","height"];const treemapLayout={seriesType:"treemap",reset:function(r4,x_,$P,zP){var z9=$P.getWidth(),eAe=$P.getHeight(),tAe=r4.option,AAe=getLayoutRect(r4.getBoxLayoutParams(),{width:$P.getWidth(),height:$P.getHeight()}),iAe=tAe.size||[],nAe=parsePercent(retrieveValue(AAe.width,iAe[0]),z9),oAe=parsePercent(retrieveValue(AAe.height,iAe[1]),eAe),aAe=zP&&zP.type,cAe=["treemapZoomToNode","treemapRootToNode"],uAe=retrieveTargetInfo(zP,cAe,r4),dAe=aAe==="treemapRender"||aAe==="treemapMove"?zP.rootRect:null,EAe=r4.getViewRoot(),gAe=getPathToRoot(EAe);if(aAe!=="treemapMove"){var pAe=aAe==="treemapZoomToNode"?estimateRootSize(r4,uAe,EAe,nAe,oAe):dAe?[dAe.width,dAe.height]:[nAe,oAe],mAe=tAe.sort;mAe&&mAe!=="asc"&&mAe!=="desc"&&(mAe="desc");var SAe={squareRatio:tAe.squareRatio,sort:mAe,leafDepth:tAe.leafDepth};EAe.hostTree.clearLayouts();var DAe={x:0,y:0,width:pAe[0],height:pAe[1],area:pAe[0]*pAe[1]};EAe.setLayout(DAe),squarify(EAe,SAe,!1,0),DAe=EAe.getLayout(),each$b(gAe,function(TAe,bAe){var GAe=(gAe[bAe+1]||EAe).getValue();TAe.setLayout(extend$1({dataExtent:[GAe,GAe],borderWidth:0,upperHeight:0},DAe))})}var NAe=r4.getData().tree.root;NAe.setLayout(calculateRootPosition(AAe,dAe,uAe),!0),r4.setLayoutInfo(AAe),prunning(NAe,new BoundingRect(-AAe.x,-AAe.y,z9,eAe),gAe,EAe,0)}};function squarify(r4,x_,$P,zP){var z9,eAe;if(!r4.isRemoved()){var tAe=r4.getLayout();z9=tAe.width,eAe=tAe.height;var AAe=r4.getModel(),iAe=AAe.get(PATH_BORDER_WIDTH),nAe=AAe.get(PATH_GAP_WIDTH)/2,oAe=getUpperLabelHeight(AAe),aAe=Math.max(iAe,oAe),cAe=iAe-nAe,uAe=aAe-nAe;r4.setLayout({borderWidth:iAe,upperHeight:aAe,upperLabelHeight:oAe},!0),z9=mathMax$3(z9-2*cAe,0),eAe=mathMax$3(eAe-cAe-uAe,0);var dAe=z9*eAe,EAe=initChildren$1(r4,AAe,dAe,x_,$P,zP);if(EAe.length){var gAe={x:cAe,y:uAe,width:z9,height:eAe},pAe=mathMin$3(z9,eAe),mAe=1/0,SAe=[];SAe.area=0;for(var DAe=0,NAe=EAe.length;DAe=0;iAe--){var nAe=z9[zP==="asc"?tAe-iAe-1:iAe].getValue();nAe/$P*x_AAe[1]&&(AAe[1]=nAe)})),{sum:zP,dataExtent:AAe}}function worst(r4,x_,$P){for(var zP=0,z9=1/0,eAe=0,tAe=void 0,AAe=r4.length;eAezP&&(zP=tAe));var iAe=r4.area*r4.area,nAe=x_*x_*$P;return iAe?mathMax$3(nAe*zP/iAe,iAe/(nAe*z9)):1/0}function position$1(r4,x_,$P,zP,z9){var eAe=x_===$P.width?0:1,tAe=1-eAe,AAe=["x","y"],iAe=["width","height"],nAe=$P[AAe[eAe]],oAe=x_?r4.area/x_:0;(z9||oAe>$P[iAe[tAe]])&&(oAe=$P[iAe[tAe]]);for(var aAe=0,cAe=r4.length;aAeMAX_SAFE_INTEGER$1&&(nAe=MAX_SAFE_INTEGER$1),eAe=AAe}nAezP&&(zP=x_);var eAe=zP%2?zP+2:zP+3;z9=[];for(var tAe=0;tAe0&&(NAe[0]=-NAe[0],NAe[1]=-NAe[1]);var bAe=DAe[0]<0?-1:1;if(eAe.__position!=="start"&&eAe.__position!=="end"){var GAe=-Math.atan2(DAe[1],DAe[0]);aAe[0].8?"left":cAe[0]<-.8?"right":"center",EAe=cAe[1]>.8?"top":cAe[1]<-.8?"bottom":"middle";break;case"start":eAe.x=-cAe[0]*pAe+oAe[0],eAe.y=-cAe[1]*mAe+oAe[1],dAe=cAe[0]>.8?"right":cAe[0]<-.8?"left":"center",EAe=cAe[1]>.8?"bottom":cAe[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":eAe.x=pAe*bAe+oAe[0],eAe.y=oAe[1]+LAe,dAe=DAe[0]<0?"right":"left",eAe.originX=-pAe*bAe,eAe.originY=-LAe;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":eAe.x=TAe[0],eAe.y=TAe[1]+LAe,dAe="center",eAe.originY=-LAe;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":eAe.x=-pAe*bAe+aAe[0],eAe.y=aAe[1]+LAe,dAe=DAe[0]>=0?"right":"left",eAe.originX=pAe*bAe,eAe.originY=-LAe;break}eAe.scaleX=eAe.scaleY=tAe,eAe.setStyle({verticalAlign:eAe.__verticalAlign||EAe,align:eAe.__align||dAe})}},x_}(Group$3),LineDraw=function(){function r4(x_){this.group=new Group$3,this._LineCtor=x_||Line}return r4.prototype.updateData=function(x_){var $P=this;this._progressiveEls=null;var zP=this,z9=zP.group,eAe=zP._lineData;zP._lineData=x_,eAe||z9.removeAll();var tAe=makeSeriesScope$1(x_);x_.diff(eAe).add(function(AAe){$P._doAdd(x_,AAe,tAe)}).update(function(AAe,iAe){$P._doUpdate(eAe,x_,iAe,AAe,tAe)}).remove(function(AAe){z9.remove(eAe.getItemGraphicEl(AAe))}).execute()},r4.prototype.updateLayout=function(){var x_=this._lineData;x_&&x_.eachItemGraphicEl(function($P,zP){$P.updateLayout(x_,zP)},this)},r4.prototype.incrementalPrepareUpdate=function(x_){this._seriesScope=makeSeriesScope$1(x_),this._lineData=null,this.group.removeAll()},r4.prototype.incrementalUpdate=function(x_,$P){this._progressiveEls=[];function zP(AAe){!AAe.isGroup&&!isEffectObject(AAe)&&(AAe.incremental=!0,AAe.ensureState("emphasis").hoverLayer=!0)}for(var z9=x_.start;z90}function makeSeriesScope$1(r4){var x_=r4.hostModel,$P=x_.getModel("emphasis");return{lineStyle:x_.getModel("lineStyle").getLineStyle(),emphasisLineStyle:$P.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:x_.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:x_.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:$P.get("disabled"),blurScope:$P.get("blurScope"),focus:$P.get("focus"),labelStatesModels:getLabelStatesModels(x_)}}function isPointNaN(r4){return isNaN(r4[0])||isNaN(r4[1])}function lineNeedsDraw(r4){return r4&&!isPointNaN(r4[0])&&!isPointNaN(r4[1])}var v1$1=[],v2$1=[],v3$1=[],quadraticAt=quadraticAt$1,v2DistSquare=distSquare,mathAbs=Math.abs;function intersectCurveCircle(r4,x_,$P){for(var zP=r4[0],z9=r4[1],eAe=r4[2],tAe=1/0,AAe,iAe=$P*$P,nAe=.1,oAe=.1;oAe<=.9;oAe+=.1){v1$1[0]=quadraticAt(zP[0],z9[0],eAe[0],oAe),v1$1[1]=quadraticAt(zP[1],z9[1],eAe[1],oAe);var aAe=mathAbs(v2DistSquare(v1$1,x_)-iAe);aAe=0?AAe=AAe+nAe:AAe=AAe-nAe:dAe>=0?AAe=AAe-nAe:AAe=AAe+nAe}return AAe}function adjustEdge(r4,x_){var $P=[],zP=quadraticSubdivide,z9=[[],[],[]],eAe=[[],[]],tAe=[];x_/=2,r4.eachEdge(function(AAe,iAe){var nAe=AAe.getLayout(),oAe=AAe.getVisual("fromSymbol"),aAe=AAe.getVisual("toSymbol");nAe.__original||(nAe.__original=[clone$5(nAe[0]),clone$5(nAe[1])],nAe[2]&&nAe.__original.push(clone$5(nAe[2])));var cAe=nAe.__original;if(nAe[2]!=null){if(copy$2(z9[0],cAe[0]),copy$2(z9[1],cAe[2]),copy$2(z9[2],cAe[1]),oAe&&oAe!=="none"){var uAe=getSymbolSize(AAe.node1),dAe=intersectCurveCircle(z9,cAe[0],uAe*x_);zP(z9[0][0],z9[1][0],z9[2][0],dAe,$P),z9[0][0]=$P[3],z9[1][0]=$P[4],zP(z9[0][1],z9[1][1],z9[2][1],dAe,$P),z9[0][1]=$P[3],z9[1][1]=$P[4]}if(aAe&&aAe!=="none"){var uAe=getSymbolSize(AAe.node2),dAe=intersectCurveCircle(z9,cAe[1],uAe*x_);zP(z9[0][0],z9[1][0],z9[2][0],dAe,$P),z9[1][0]=$P[1],z9[2][0]=$P[2],zP(z9[0][1],z9[1][1],z9[2][1],dAe,$P),z9[1][1]=$P[1],z9[2][1]=$P[2]}copy$2(nAe[0],z9[0]),copy$2(nAe[1],z9[2]),copy$2(nAe[2],z9[1])}else{if(copy$2(eAe[0],cAe[0]),copy$2(eAe[1],cAe[1]),sub$1(tAe,eAe[1],eAe[0]),normalize$3(tAe,tAe),oAe&&oAe!=="none"){var uAe=getSymbolSize(AAe.node1);scaleAndAdd$1(eAe[0],eAe[0],tAe,uAe*x_)}if(aAe&&aAe!=="none"){var uAe=getSymbolSize(AAe.node2);scaleAndAdd$1(eAe[1],eAe[1],tAe,-uAe*x_)}copy$2(nAe[0],eAe[0]),copy$2(nAe[1],eAe[1])}})}function isViewCoordSys(r4){return r4.type==="view"}var GraphView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function($P,zP){var z9=new SymbolDraw,eAe=new LineDraw,tAe=this.group;this._controller=new RoamController(zP.getZr()),this._controllerHost={target:tAe},tAe.add(z9.group),tAe.add(eAe.group),this._symbolDraw=z9,this._lineDraw=eAe,this._firstRender=!0},x_.prototype.render=function($P,zP,z9){var eAe=this,tAe=$P.coordinateSystem;this._model=$P;var AAe=this._symbolDraw,iAe=this._lineDraw,nAe=this.group;if(isViewCoordSys(tAe)){var oAe={x:tAe.x,y:tAe.y,scaleX:tAe.scaleX,scaleY:tAe.scaleY};this._firstRender?nAe.attr(oAe):updateProps$1(nAe,oAe,$P)}adjustEdge($P.getGraph(),getNodeGlobalScale($P));var aAe=$P.getData();AAe.updateData(aAe);var cAe=$P.getEdgeData();iAe.updateData(cAe),this._updateNodeAndLinkScale(),this._updateController($P,zP,z9),clearTimeout(this._layoutTimeout);var uAe=$P.forceLayout,dAe=$P.get(["force","layoutAnimation"]);uAe&&this._startForceLayoutIteration(uAe,dAe);var EAe=$P.get("layout");aAe.graph.eachNode(function(SAe){var DAe=SAe.dataIndex,NAe=SAe.getGraphicEl(),TAe=SAe.getModel();if(NAe){NAe.off("drag").off("dragend");var bAe=TAe.get("draggable");bAe&&NAe.on("drag",function(LAe){switch(EAe){case"force":uAe.warmUp(),!eAe._layouting&&eAe._startForceLayoutIteration(uAe,dAe),uAe.setFixed(DAe),aAe.setItemLayout(DAe,[NAe.x,NAe.y]);break;case"circular":aAe.setItemLayout(DAe,[NAe.x,NAe.y]),SAe.setLayout({fixed:!0},!0),circularLayout($P,"symbolSize",SAe,[LAe.offsetX,LAe.offsetY]),eAe.updateLayout($P);break;case"none":default:aAe.setItemLayout(DAe,[NAe.x,NAe.y]),simpleLayoutEdge($P.getGraph(),$P),eAe.updateLayout($P);break}}).on("dragend",function(){uAe&&uAe.setUnfixed(DAe)}),NAe.setDraggable(bAe,!!TAe.get("cursor"));var GAe=TAe.get(["emphasis","focus"]);GAe==="adjacency"&&(getECData(NAe).focus=SAe.getAdjacentDataIndices())}}),aAe.graph.eachEdge(function(SAe){var DAe=SAe.getGraphicEl(),NAe=SAe.getModel().get(["emphasis","focus"]);DAe&&NAe==="adjacency"&&(getECData(DAe).focus={edge:[SAe.dataIndex],node:[SAe.node1.dataIndex,SAe.node2.dataIndex]})});var gAe=$P.get("layout")==="circular"&&$P.get(["circular","rotateLabel"]),pAe=aAe.getLayout("cx"),mAe=aAe.getLayout("cy");aAe.graph.eachNode(function(SAe){rotateNodeLabel(SAe,gAe,pAe,mAe)}),this._firstRender=!1},x_.prototype.dispose=function(){this.remove(),this._controller&&this._controller.dispose(),this._controllerHost=null},x_.prototype._startForceLayoutIteration=function($P,zP){var z9=this;(function eAe(){$P.step(function(tAe){z9.updateLayout(z9._model),(z9._layouting=!tAe)&&(zP?z9._layoutTimeout=setTimeout(eAe,16):eAe())})})()},x_.prototype._updateController=function($P,zP,z9){var eAe=this,tAe=this._controller,AAe=this._controllerHost,iAe=this.group;if(tAe.setPointerChecker(function(nAe,oAe,aAe){var cAe=iAe.getBoundingRect();return cAe.applyTransform(iAe.transform),cAe.contain(oAe,aAe)&&!onIrrelevantElement(nAe,z9,$P)}),!isViewCoordSys($P.coordinateSystem)){tAe.disable();return}tAe.enable($P.get("roam")),AAe.zoomLimit=$P.get("scaleLimit"),AAe.zoom=$P.coordinateSystem.getZoom(),tAe.off("pan").off("zoom").on("pan",function(nAe){updateViewOnPan(AAe,nAe.dx,nAe.dy),z9.dispatchAction({seriesId:$P.id,type:"graphRoam",dx:nAe.dx,dy:nAe.dy})}).on("zoom",function(nAe){updateViewOnZoom(AAe,nAe.scale,nAe.originX,nAe.originY),z9.dispatchAction({seriesId:$P.id,type:"graphRoam",zoom:nAe.scale,originX:nAe.originX,originY:nAe.originY}),eAe._updateNodeAndLinkScale(),adjustEdge($P.getGraph(),getNodeGlobalScale($P)),eAe._lineDraw.updateLayout(),z9.updateLabelLayout()})},x_.prototype._updateNodeAndLinkScale=function(){var $P=this._model,zP=$P.getData(),z9=getNodeGlobalScale($P);zP.eachItemGraphicEl(function(eAe,tAe){eAe&&eAe.setSymbolScale(z9)})},x_.prototype.updateLayout=function($P){adjustEdge($P.getGraph(),getNodeGlobalScale($P)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},x_.prototype.remove=function(){clearTimeout(this._layoutTimeout),this._layouting=!1,this._layoutTimeout=null,this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()},x_.type="graph",x_}(ChartView);function generateNodeKey(r4){return"_EC_"+r4}var Graph=function(){function r4(x_){this.type="graph",this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this._directed=x_||!1}return r4.prototype.isDirected=function(){return this._directed},r4.prototype.addNode=function(x_,$P){x_=x_==null?""+$P:""+x_;var zP=this._nodesMap;if(!zP[generateNodeKey(x_)]){var z9=new GraphNode(x_,$P);return z9.hostGraph=this,this.nodes.push(z9),zP[generateNodeKey(x_)]=z9,z9}},r4.prototype.getNodeByIndex=function(x_){var $P=this.data.getRawIndex(x_);return this.nodes[$P]},r4.prototype.getNodeById=function(x_){return this._nodesMap[generateNodeKey(x_)]},r4.prototype.addEdge=function(x_,$P,zP){var z9=this._nodesMap,eAe=this._edgesMap;if(isNumber$1(x_)&&(x_=this.nodes[x_]),isNumber$1($P)&&($P=this.nodes[$P]),x_ instanceof GraphNode||(x_=z9[generateNodeKey(x_)]),$P instanceof GraphNode||($P=z9[generateNodeKey($P)]),!(!x_||!$P)){var tAe=x_.id+"-"+$P.id,AAe=new GraphEdge(x_,$P,zP);return AAe.hostGraph=this,this._directed&&(x_.outEdges.push(AAe),$P.inEdges.push(AAe)),x_.edges.push(AAe),x_!==$P&&$P.edges.push(AAe),this.edges.push(AAe),eAe[tAe]=AAe,AAe}},r4.prototype.getEdgeByIndex=function(x_){var $P=this.edgeData.getRawIndex(x_);return this.edges[$P]},r4.prototype.getEdge=function(x_,$P){x_ instanceof GraphNode&&(x_=x_.id),$P instanceof GraphNode&&($P=$P.id);var zP=this._edgesMap;return this._directed?zP[x_+"-"+$P]:zP[x_+"-"+$P]||zP[$P+"-"+x_]},r4.prototype.eachNode=function(x_,$P){for(var zP=this.nodes,z9=zP.length,eAe=0;eAe=0&&x_.call($P,zP[eAe],eAe)},r4.prototype.eachEdge=function(x_,$P){for(var zP=this.edges,z9=zP.length,eAe=0;eAe=0&&zP[eAe].node1.dataIndex>=0&&zP[eAe].node2.dataIndex>=0&&x_.call($P,zP[eAe],eAe)},r4.prototype.breadthFirstTraverse=function(x_,$P,zP,z9){if($P instanceof GraphNode||($P=this._nodesMap[generateNodeKey($P)]),!!$P){for(var eAe=zP==="out"?"outEdges":zP==="in"?"inEdges":"edges",tAe=0;tAe=0&&iAe.node2.dataIndex>=0});for(var eAe=0,tAe=z9.length;eAe=0&&this[r4][x_].setItemVisual(this.dataIndex,$P,zP)},getVisual:function($P){return this[r4][x_].getItemVisual(this.dataIndex,$P)},setLayout:function($P,zP){this.dataIndex>=0&&this[r4][x_].setItemLayout(this.dataIndex,$P,zP)},getLayout:function(){return this[r4][x_].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[r4][x_].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[r4][x_].getRawIndex(this.dataIndex)}}}mixin(GraphNode,createGraphDataProxyMixin("hostGraph","data"));mixin(GraphEdge,createGraphDataProxyMixin("hostGraph","edgeData"));function createGraphFromNodeEdge(r4,x_,$P,zP,z9){for(var eAe=new Graph(zP),tAe=0;tAe "+cAe)),nAe++)}var uAe=$P.get("coordinateSystem"),dAe;if(uAe==="cartesian2d"||uAe==="polar")dAe=createSeriesData(r4,$P);else{var EAe=CoordinateSystemManager.get(uAe),gAe=EAe?EAe.dimensions||[]:[];indexOf(gAe,"value")<0&&gAe.concat(["value"]);var pAe=prepareSeriesDataSchema(r4,{coordDimensions:gAe,encodeDefine:$P.getEncode()}).dimensions;dAe=new SeriesData(pAe,$P),dAe.initData(r4)}var mAe=new SeriesData(["value"],$P);return mAe.initData(iAe,AAe),z9&&z9(dAe,mAe),linkSeriesData({mainData:dAe,struct:eAe,structAttr:"graph",datas:{node:dAe,edge:mAe},datasAttr:{node:"data",edge:"edgeData"}}),eAe.update(),eAe}var GraphSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.hasSymbolVisual=!0,$P}return x_.prototype.init=function($P){r4.prototype.init.apply(this,arguments);var zP=this;function z9(){return zP._categoriesData}this.legendVisualProvider=new LegendVisualProvider(z9,z9),this.fillDataTextStyle($P.edges||$P.links),this._updateCategoriesData()},x_.prototype.mergeOption=function($P){r4.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle($P.edges||$P.links),this._updateCategoriesData()},x_.prototype.mergeDefaultAndTheme=function($P){r4.prototype.mergeDefaultAndTheme.apply(this,arguments),defaultEmphasis($P,"edgeLabel",["show"])},x_.prototype.getInitialData=function($P,zP){var z9=$P.edges||$P.links||[],eAe=$P.data||$P.nodes||[],tAe=this;if(eAe&&z9){initCurvenessList(this);var AAe=createGraphFromNodeEdge(eAe,z9,this,!0,iAe);return each$f(AAe.edges,function(nAe){createEdgeMapForCurveness(nAe.node1,nAe.node2,this,nAe.dataIndex)},this),AAe.data}function iAe(nAe,oAe){nAe.wrapMethod("getItemModel",function(dAe){var EAe=tAe._categoriesModels,gAe=dAe.getShallow("category"),pAe=EAe[gAe];return pAe&&(pAe.parentModel=dAe.parentModel,dAe.parentModel=pAe),dAe});var aAe=Model.prototype.getModel;function cAe(dAe,EAe){var gAe=aAe.call(this,dAe,EAe);return gAe.resolveParentPath=uAe,gAe}oAe.wrapMethod("getItemModel",function(dAe){return dAe.resolveParentPath=uAe,dAe.getModel=cAe,dAe});function uAe(dAe){if(dAe&&(dAe[0]==="label"||dAe[1]==="label")){var EAe=dAe.slice();return dAe[0]==="label"?EAe[0]="edgeLabel":dAe[1]==="label"&&(EAe[1]="edgeLabel"),EAe}return dAe}}},x_.prototype.getGraph=function(){return this.getData().graph},x_.prototype.getEdgeData=function(){return this.getGraph().edgeData},x_.prototype.getCategoriesData=function(){return this._categoriesData},x_.prototype.formatTooltip=function($P,zP,z9){if(z9==="edge"){var eAe=this.getData(),tAe=this.getDataParams($P,z9),AAe=eAe.graph.getEdgeByIndex($P),iAe=eAe.getName(AAe.node1.dataIndex),nAe=eAe.getName(AAe.node2.dataIndex),oAe=[];return iAe!=null&&oAe.push(iAe),nAe!=null&&oAe.push(nAe),createTooltipMarkup("nameValue",{name:oAe.join(" > "),value:tAe.value,noValue:tAe.value==null})}var aAe=defaultSeriesFormatTooltip({series:this,dataIndex:$P,multipleSeries:zP});return aAe},x_.prototype._updateCategoriesData=function(){var $P=map$1(this.option.categories||[],function(z9){return z9.value!=null?z9:extend$1({value:0},z9)}),zP=new SeriesData(["value"],this);zP.initData($P),this._categoriesData=zP,this._categoriesModels=zP.mapArray(function(z9){return zP.getItemModel(z9)})},x_.prototype.setZoom=function($P){this.option.zoom=$P},x_.prototype.setCenter=function($P){this.option.center=$P},x_.prototype.isAnimationEnabled=function(){return r4.prototype.isAnimationEnabled.call(this)&&!(this.get("layout")==="force"&&this.get(["force","layoutAnimation"]))},x_.type="series.graph",x_.dependencies=["grid","polar","geo","singleAxis","calendar"],x_.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},x_}(SeriesModel),actionInfo$1={type:"graphRoam",event:"graphRoam",update:"none"};function install$H(r4){r4.registerChartView(GraphView),r4.registerSeriesModel(GraphSeriesModel),r4.registerProcessor(categoryFilter),r4.registerVisual(categoryVisual),r4.registerVisual(graphEdgeVisual),r4.registerLayout(graphSimpleLayout),r4.registerLayout(r4.PRIORITY.VISUAL.POST_CHART_LAYOUT,graphCircularLayout),r4.registerLayout(graphForceLayout),r4.registerCoordinateSystem("graphView",{dimensions:View.dimensions,create:createViewCoordSys}),r4.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},noop$3),r4.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},noop$3),r4.registerAction(actionInfo$1,function(x_,$P,zP){$P.eachComponent({mainType:"series",query:x_},function(z9){var eAe=z9.coordinateSystem,tAe=updateCenterAndZoom(eAe,x_,void 0,zP);z9.setCenter&&z9.setCenter(tAe.center),z9.setZoom&&z9.setZoom(tAe.zoom)})})}var PointerShape=function(){function r4(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return r4}(),PointerPath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="pointer",zP}return x_.prototype.getDefaultShape=function(){return new PointerShape},x_.prototype.buildPath=function($P,zP){var z9=Math.cos,eAe=Math.sin,tAe=zP.r,AAe=zP.width,iAe=zP.angle,nAe=zP.x-z9(iAe)*AAe*(AAe>=tAe/3?1:2),oAe=zP.y-eAe(iAe)*AAe*(AAe>=tAe/3?1:2);iAe=zP.angle-Math.PI/2,$P.moveTo(nAe,oAe),$P.lineTo(zP.x+z9(iAe)*AAe,zP.y+eAe(iAe)*AAe),$P.lineTo(zP.x+z9(zP.angle)*tAe,zP.y+eAe(zP.angle)*tAe),$P.lineTo(zP.x-z9(iAe)*AAe,zP.y-eAe(iAe)*AAe),$P.lineTo(nAe,oAe)},x_}(Path);function parsePosition(r4,x_){var $P=r4.get("center"),zP=x_.getWidth(),z9=x_.getHeight(),eAe=Math.min(zP,z9),tAe=parsePercent($P[0],x_.getWidth()),AAe=parsePercent($P[1],x_.getHeight()),iAe=parsePercent(r4.get("radius"),eAe/2);return{cx:tAe,cy:AAe,r:iAe}}function formatLabel(r4,x_){var $P=r4==null?"":r4+"";return x_&&(isString(x_)?$P=x_.replace("{value}",$P):isFunction(x_)&&($P=x_(r4))),$P}var GaugeView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){this.group.removeAll();var eAe=$P.get(["axisLine","lineStyle","color"]),tAe=parsePosition($P,z9);this._renderMain($P,zP,z9,eAe,tAe),this._data=$P.getData()},x_.prototype.dispose=function(){},x_.prototype._renderMain=function($P,zP,z9,eAe,tAe){var AAe=this.group,iAe=$P.get("clockwise"),nAe=-$P.get("startAngle")/180*Math.PI,oAe=-$P.get("endAngle")/180*Math.PI,aAe=$P.getModel("axisLine"),cAe=aAe.get("roundCap"),uAe=cAe?SausagePath:Sector,dAe=aAe.get("show"),EAe=aAe.getModel("lineStyle"),gAe=EAe.get("width"),pAe=[nAe,oAe];normalizeArcAngles(pAe,!iAe),nAe=pAe[0],oAe=pAe[1];for(var mAe=oAe-nAe,SAe=nAe,DAe=[],NAe=0;dAe&&NAe=LAe&&(wAe===0?0:eAe[wAe-1][0])Math.PI/2&&(pIe+=Math.PI)):gIe==="tangential"?pIe=-GAe-Math.PI/2:isNumber$1(gIe)&&(pIe=gIe*Math.PI/180),pIe===0?aAe.add(new ZRText({style:createTextStyle(SAe,{text:XAe,x:hIe,y:tIe,verticalAlign:eIe<-.8?"top":eIe>.8?"bottom":"middle",align:zAe<-.4?"left":zAe>.4?"right":"center"},{inheritColor:EIe}),silent:!0})):aAe.add(new ZRText({style:createTextStyle(SAe,{text:XAe,x:hIe,y:tIe,verticalAlign:"middle",align:"center"},{inheritColor:EIe}),silent:!0,originX:hIe,originY:tIe,rotation:pIe}))}if(mAe.get("show")&&iIe!==DAe){var rIe=mAe.get("distance");rIe=rIe?rIe+oAe:oAe;for(var _Ie=0;_Ie<=NAe;_Ie++){zAe=Math.cos(GAe),eIe=Math.sin(GAe);var SIe=new Line$1({shape:{x1:zAe*(dAe-rIe)+cAe,y1:eIe*(dAe-rIe)+uAe,x2:zAe*(dAe-bAe-rIe)+cAe,y2:eIe*(dAe-bAe-rIe)+uAe},silent:!0,style:PAe});PAe.stroke==="auto"&&SIe.setStyle({stroke:eAe((iIe+_Ie/NAe)/DAe)}),aAe.add(SIe),GAe+=wAe}GAe-=wAe}else GAe+=LAe}},x_.prototype._renderPointer=function($P,zP,z9,eAe,tAe,AAe,iAe,nAe,oAe){var aAe=this.group,cAe=this._data,uAe=this._progressEls,dAe=[],EAe=$P.get(["pointer","show"]),gAe=$P.getModel("progress"),pAe=gAe.get("show"),mAe=$P.getData(),SAe=mAe.mapDimension("value"),DAe=+$P.get("min"),NAe=+$P.get("max"),TAe=[DAe,NAe],bAe=[AAe,iAe];function GAe(wAe,OAe){var PAe=mAe.getItemModel(wAe),HAe=PAe.getModel("pointer"),zAe=parsePercent(HAe.get("width"),tAe.r),eIe=parsePercent(HAe.get("length"),tAe.r),iIe=$P.get(["pointer","icon"]),rIe=HAe.get("offsetCenter"),AIe=parsePercent(rIe[0],tAe.r),XAe=parsePercent(rIe[1],tAe.r),EIe=HAe.get("keepAspect"),hIe;return iIe?hIe=createSymbol$1(iIe,AIe-zAe/2,XAe-eIe,zAe,eIe,null,EIe):hIe=new PointerPath({shape:{angle:-Math.PI/2,width:zAe,r:eIe,x:AIe,y:XAe}}),hIe.rotation=-(OAe+Math.PI/2),hIe.x=tAe.cx,hIe.y=tAe.cy,hIe}function LAe(wAe,OAe){var PAe=gAe.get("roundCap"),HAe=PAe?SausagePath:Sector,zAe=gAe.get("overlap"),eIe=zAe?gAe.get("width"):oAe/mAe.count(),iIe=zAe?tAe.r-eIe:tAe.r-(wAe+1)*eIe,rIe=zAe?tAe.r:tAe.r-wAe*eIe,AIe=new HAe({shape:{startAngle:AAe,endAngle:OAe,cx:tAe.cx,cy:tAe.cy,clockwise:nAe,r0:iIe,r:rIe}});return zAe&&(AIe.z2=linearMap$2(mAe.get(SAe,wAe),[DAe,NAe],[100,0],!0)),AIe}(pAe||EAe)&&(mAe.diff(cAe).add(function(wAe){var OAe=mAe.get(SAe,wAe);if(EAe){var PAe=GAe(wAe,AAe);initProps(PAe,{rotation:-((isNaN(+OAe)?bAe[0]:linearMap$2(OAe,TAe,bAe,!0))+Math.PI/2)},$P),aAe.add(PAe),mAe.setItemGraphicEl(wAe,PAe)}if(pAe){var HAe=LAe(wAe,AAe),zAe=gAe.get("clip");initProps(HAe,{shape:{endAngle:linearMap$2(OAe,TAe,bAe,zAe)}},$P),aAe.add(HAe),setCommonECData($P.seriesIndex,mAe.dataType,wAe,HAe),dAe[wAe]=HAe}}).update(function(wAe,OAe){var PAe=mAe.get(SAe,wAe);if(EAe){var HAe=cAe.getItemGraphicEl(OAe),zAe=HAe?HAe.rotation:AAe,eIe=GAe(wAe,zAe);eIe.rotation=zAe,updateProps$1(eIe,{rotation:-((isNaN(+PAe)?bAe[0]:linearMap$2(PAe,TAe,bAe,!0))+Math.PI/2)},$P),aAe.add(eIe),mAe.setItemGraphicEl(wAe,eIe)}if(pAe){var iIe=uAe[OAe],rIe=iIe?iIe.shape.endAngle:AAe,AIe=LAe(wAe,rIe),XAe=gAe.get("clip");updateProps$1(AIe,{shape:{endAngle:linearMap$2(PAe,TAe,bAe,XAe)}},$P),aAe.add(AIe),setCommonECData($P.seriesIndex,mAe.dataType,wAe,AIe),dAe[wAe]=AIe}}).execute(),mAe.each(function(wAe){var OAe=mAe.getItemModel(wAe),PAe=OAe.getModel("emphasis"),HAe=PAe.get("focus"),zAe=PAe.get("blurScope"),eIe=PAe.get("disabled");if(EAe){var iIe=mAe.getItemGraphicEl(wAe),rIe=mAe.getItemVisual(wAe,"style"),AIe=rIe.fill;if(iIe instanceof ZRImage){var XAe=iIe.style;iIe.useStyle(extend$1({image:XAe.image,x:XAe.x,y:XAe.y,width:XAe.width,height:XAe.height},rIe))}else iIe.useStyle(rIe),iIe.type!=="pointer"&&iIe.setColor(AIe);iIe.setStyle(OAe.getModel(["pointer","itemStyle"]).getItemStyle()),iIe.style.fill==="auto"&&iIe.setStyle("fill",eAe(linearMap$2(mAe.get(SAe,wAe),TAe,[0,1],!0))),iIe.z2EmphasisLift=0,setStatesStylesFromModel(iIe,OAe),toggleHoverEmphasis(iIe,HAe,zAe,eIe)}if(pAe){var EIe=dAe[wAe];EIe.useStyle(mAe.getItemVisual(wAe,"style")),EIe.setStyle(OAe.getModel(["progress","itemStyle"]).getItemStyle()),EIe.z2EmphasisLift=0,setStatesStylesFromModel(EIe,OAe),toggleHoverEmphasis(EIe,HAe,zAe,eIe)}}),this._progressEls=dAe)},x_.prototype._renderAnchor=function($P,zP){var z9=$P.getModel("anchor"),eAe=z9.get("show");if(eAe){var tAe=z9.get("size"),AAe=z9.get("icon"),iAe=z9.get("offsetCenter"),nAe=z9.get("keepAspect"),oAe=createSymbol$1(AAe,zP.cx-tAe/2+parsePercent(iAe[0],zP.r),zP.cy-tAe/2+parsePercent(iAe[1],zP.r),tAe,tAe,null,nAe);oAe.z2=z9.get("showAbove")?1:0,oAe.setStyle(z9.getModel("itemStyle").getItemStyle()),this.group.add(oAe)}},x_.prototype._renderTitleAndDetail=function($P,zP,z9,eAe,tAe){var AAe=this,iAe=$P.getData(),nAe=iAe.mapDimension("value"),oAe=+$P.get("min"),aAe=+$P.get("max"),cAe=new Group$3,uAe=[],dAe=[],EAe=$P.isAnimationEnabled(),gAe=$P.get(["pointer","showAbove"]);iAe.diff(this._data).add(function(pAe){uAe[pAe]=new ZRText({silent:!0}),dAe[pAe]=new ZRText({silent:!0})}).update(function(pAe,mAe){uAe[pAe]=AAe._titleEls[mAe],dAe[pAe]=AAe._detailEls[mAe]}).execute(),iAe.each(function(pAe){var mAe=iAe.getItemModel(pAe),SAe=iAe.get(nAe,pAe),DAe=new Group$3,NAe=eAe(linearMap$2(SAe,[oAe,aAe],[0,1],!0)),TAe=mAe.getModel("title");if(TAe.get("show")){var bAe=TAe.get("offsetCenter"),GAe=tAe.cx+parsePercent(bAe[0],tAe.r),LAe=tAe.cy+parsePercent(bAe[1],tAe.r),wAe=uAe[pAe];wAe.attr({z2:gAe?0:2,style:createTextStyle(TAe,{x:GAe,y:LAe,text:iAe.getName(pAe),align:"center",verticalAlign:"middle"},{inheritColor:NAe})}),DAe.add(wAe)}var OAe=mAe.getModel("detail");if(OAe.get("show")){var PAe=OAe.get("offsetCenter"),HAe=tAe.cx+parsePercent(PAe[0],tAe.r),zAe=tAe.cy+parsePercent(PAe[1],tAe.r),eIe=parsePercent(OAe.get("width"),tAe.r),iIe=parsePercent(OAe.get("height"),tAe.r),rIe=$P.get(["progress","show"])?iAe.getItemVisual(pAe,"style").fill:NAe,wAe=dAe[pAe],AIe=OAe.get("formatter");wAe.attr({z2:gAe?0:2,style:createTextStyle(OAe,{x:HAe,y:zAe,text:formatLabel(SAe,AIe),width:isNaN(eIe)?null:eIe,height:isNaN(iIe)?null:iIe,align:"center",verticalAlign:"middle"},{inheritColor:rIe})}),setLabelValueAnimation(wAe,{normal:OAe},SAe,function(EIe){return formatLabel(EIe,AIe)}),EAe&&animateLabelValue(wAe,pAe,iAe,$P,{getFormattedLabel:function(EIe,hIe,tIe,gIe,pIe,_Ie){return formatLabel(_Ie?_Ie.interpolatedValue:SAe,AIe)}}),DAe.add(wAe)}cAe.add(DAe)}),this.group.add(cAe),this._titleEls=uAe,this._detailEls=dAe},x_.type="gauge",x_}(ChartView),GaugeSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.visualStyleAccessPath="itemStyle",$P}return x_.prototype.getInitialData=function($P,zP){return createSeriesDataSimply(this,["value"])},x_.type="series.gauge",x_.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},x_}(SeriesModel);function install$G(r4){r4.registerChartView(GaugeView),r4.registerSeriesModel(GaugeSeriesModel)}var opacityAccessPath$1=["itemStyle","opacity"],FunnelPiece=function(r4){__extends$1(x_,r4);function x_($P,zP){var z9=r4.call(this)||this,eAe=z9,tAe=new Polyline$1,AAe=new ZRText;return eAe.setTextContent(AAe),z9.setTextGuideLine(tAe),z9.updateData($P,zP,!0),z9}return x_.prototype.updateData=function($P,zP,z9){var eAe=this,tAe=$P.hostModel,AAe=$P.getItemModel(zP),iAe=$P.getItemLayout(zP),nAe=AAe.getModel("emphasis"),oAe=AAe.get(opacityAccessPath$1);oAe=oAe??1,z9||saveOldStyle(eAe),eAe.useStyle($P.getItemVisual(zP,"style")),eAe.style.lineJoin="round",z9?(eAe.setShape({points:iAe.points}),eAe.style.opacity=0,initProps(eAe,{style:{opacity:oAe}},tAe,zP)):updateProps$1(eAe,{style:{opacity:oAe},shape:{points:iAe.points}},tAe,zP),setStatesStylesFromModel(eAe,AAe),this._updateLabel($P,zP),toggleHoverEmphasis(this,nAe.get("focus"),nAe.get("blurScope"),nAe.get("disabled"))},x_.prototype._updateLabel=function($P,zP){var z9=this,eAe=this.getTextGuideLine(),tAe=z9.getTextContent(),AAe=$P.hostModel,iAe=$P.getItemModel(zP),nAe=$P.getItemLayout(zP),oAe=nAe.label,aAe=$P.getItemVisual(zP,"style"),cAe=aAe.fill;setLabelStyle(tAe,getLabelStatesModels(iAe),{labelFetcher:$P.hostModel,labelDataIndex:zP,defaultOpacity:aAe.opacity,defaultText:$P.getName(zP)},{normal:{align:oAe.textAlign,verticalAlign:oAe.verticalAlign}}),z9.setTextConfig({local:!0,inside:!!oAe.inside,insideStroke:cAe,outsideFill:cAe});var uAe=oAe.linePoints;eAe.setShape({points:uAe}),z9.textGuideLineConfig={anchor:uAe?new Point$1(uAe[0][0],uAe[0][1]):null},updateProps$1(tAe,{style:{x:oAe.x,y:oAe.y}},AAe,zP),tAe.attr({rotation:oAe.rotation,originX:oAe.x,originY:oAe.y,z2:10}),setLabelLineStyle(z9,getLabelLineStatesModels(iAe),{stroke:cAe})},x_}(Polygon),FunnelView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.ignoreLabelLineUpdate=!0,$P}return x_.prototype.render=function($P,zP,z9){var eAe=$P.getData(),tAe=this._data,AAe=this.group;eAe.diff(tAe).add(function(iAe){var nAe=new FunnelPiece(eAe,iAe);eAe.setItemGraphicEl(iAe,nAe),AAe.add(nAe)}).update(function(iAe,nAe){var oAe=tAe.getItemGraphicEl(nAe);oAe.updateData(eAe,iAe),AAe.add(oAe),eAe.setItemGraphicEl(iAe,oAe)}).remove(function(iAe){var nAe=tAe.getItemGraphicEl(iAe);removeElementWithFadeOut(nAe,$P,iAe)}).execute(),this._data=eAe},x_.prototype.remove=function(){this.group.removeAll(),this._data=null},x_.prototype.dispose=function(){},x_.type="funnel",x_}(ChartView),FunnelSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function($P){r4.prototype.init.apply(this,arguments),this.legendVisualProvider=new LegendVisualProvider(bind$1(this.getData,this),bind$1(this.getRawData,this)),this._defaultLabelLine($P)},x_.prototype.getInitialData=function($P,zP){return createSeriesDataSimply(this,{coordDimensions:["value"],encodeDefaulter:curry$1(makeSeriesEncodeForNameBased,this)})},x_.prototype._defaultLabelLine=function($P){defaultEmphasis($P,"labelLine",["show"]);var zP=$P.labelLine,z9=$P.emphasis.labelLine;zP.show=zP.show&&$P.label.show,z9.show=z9.show&&$P.emphasis.label.show},x_.prototype.getDataParams=function($P){var zP=this.getData(),z9=r4.prototype.getDataParams.call(this,$P),eAe=zP.mapDimension("value"),tAe=zP.getSum(eAe);return z9.percent=tAe?+(zP.get(eAe,$P)/tAe*100).toFixed(2):0,z9.$vars.push("percent"),z9},x_.type="series.funnel",x_.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},x_}(SeriesModel);function getViewRect$2(r4,x_){return getLayoutRect(r4.getBoxLayoutParams(),{width:x_.getWidth(),height:x_.getHeight()})}function getSortedIndices(r4,x_){for(var $P=r4.mapDimension("value"),zP=r4.mapArray($P,function(iAe){return iAe}),z9=[],eAe=x_==="ascending",tAe=0,AAe=r4.count();tAeCLICK_THRESHOLD)return;var z9=this._model.coordinateSystem.getSlidedAxisExpandWindow([r4.offsetX,r4.offsetY]);z9.behavior!=="none"&&this._dispatchExpand({axisExpandWindow:z9.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(r4){if(!(this._mouseDownPoint||!checkTrigger(this,"mousemove"))){var x_=this._model,$P=x_.coordinateSystem.getSlidedAxisExpandWindow([r4.offsetX,r4.offsetY]),zP=$P.behavior;zP==="jump"&&this._throttledDispatchExpand.debounceNextCall(x_.get("axisExpandDebounce")),this._throttledDispatchExpand(zP==="none"?null:{axisExpandWindow:$P.axisExpandWindow,animation:zP==="jump"?null:{duration:0}})}}};function checkTrigger(r4,x_){var $P=r4._model;return $P.get("axisExpandable")&&$P.get("axisExpandTriggerOn")===x_}var ParallelModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function(){r4.prototype.init.apply(this,arguments),this.mergeOption({})},x_.prototype.mergeOption=function($P){var zP=this.option;$P&&merge(zP,$P,!0),this._initDimensions()},x_.prototype.contains=function($P,zP){var z9=$P.get("parallelIndex");return z9!=null&&zP.getComponent("parallel",z9)===this},x_.prototype.setAxisExpand=function($P){each$f(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(zP){$P.hasOwnProperty(zP)&&(this.option[zP]=$P[zP])},this)},x_.prototype._initDimensions=function(){var $P=this.dimensions=[],zP=this.parallelAxisIndex=[],z9=filter(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(eAe){return(eAe.get("parallelIndex")||0)===this.componentIndex},this);each$f(z9,function(eAe){$P.push("dim"+eAe.get("dim")),zP.push(eAe.componentIndex)})},x_.type="parallel",x_.dependencies=["parallelAxis"],x_.layoutMode="box",x_.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},x_}(ComponentModel),ParallelAxis=function(r4){__extends$1(x_,r4);function x_($P,zP,z9,eAe,tAe){var AAe=r4.call(this,$P,zP,z9)||this;return AAe.type=eAe||"value",AAe.axisIndex=tAe,AAe}return x_.prototype.isHorizontal=function(){return this.coordinateSystem.getModel().get("layout")!=="horizontal"},x_}(Axis);function sliderMove(r4,x_,$P,zP,z9,eAe){r4=r4||0;var tAe=$P[1]-$P[0];if(z9!=null&&(z9=restrict$1(z9,[0,tAe])),eAe!=null&&(eAe=Math.max(eAe,z9??0)),zP==="all"){var AAe=Math.abs(x_[1]-x_[0]);AAe=restrict$1(AAe,[0,tAe]),z9=eAe=restrict$1(AAe,[z9,eAe]),zP=0}x_[0]=restrict$1(x_[0],$P),x_[1]=restrict$1(x_[1],$P);var iAe=getSpanSign(x_,zP);x_[zP]+=r4;var nAe=z9||0,oAe=$P.slice();iAe.sign<0?oAe[0]+=nAe:oAe[1]-=nAe,x_[zP]=restrict$1(x_[zP],oAe);var aAe;return aAe=getSpanSign(x_,zP),z9!=null&&(aAe.sign!==iAe.sign||aAe.spaneAe&&(x_[1-zP]=x_[zP]+aAe.sign*eAe),x_}function getSpanSign(r4,x_){var $P=r4[x_]-r4[1-x_];return{span:Math.abs($P),sign:$P>0?-1:$P<0?1:x_?-1:1}}function restrict$1(r4,x_){return Math.min(x_[1]!=null?x_[1]:1/0,Math.max(x_[0]!=null?x_[0]:-1/0,r4))}var each$a=each$f,mathMin$2=Math.min,mathMax$2=Math.max,mathFloor=Math.floor,mathCeil=Math.ceil,round$1=round$2,PI$4=Math.PI,Parallel=function(){function r4(x_,$P,zP){this.type="parallel",this._axesMap=createHashMap(),this._axesLayout={},this.dimensions=x_.dimensions,this._model=x_,this._init(x_,$P,zP)}return r4.prototype._init=function(x_,$P,zP){var z9=x_.dimensions,eAe=x_.parallelAxisIndex;each$a(z9,function(tAe,AAe){var iAe=eAe[AAe],nAe=$P.getComponent("parallelAxis",iAe),oAe=this._axesMap.set(tAe,new ParallelAxis(tAe,createScaleByModel$1(nAe),[0,0],nAe.get("type"),iAe)),aAe=oAe.type==="category";oAe.onBand=aAe&&nAe.get("boundaryGap"),oAe.inverse=nAe.get("inverse"),nAe.axis=oAe,oAe.model=nAe,oAe.coordinateSystem=nAe.coordinateSystem=this},this)},r4.prototype.update=function(x_,$P){this._updateAxesFromSeries(this._model,x_)},r4.prototype.containPoint=function(x_){var $P=this._makeLayoutInfo(),zP=$P.axisBase,z9=$P.layoutBase,eAe=$P.pixelDimIndex,tAe=x_[1-eAe],AAe=x_[eAe];return tAe>=zP&&tAe<=zP+$P.axisLength&&AAe>=z9&&AAe<=z9+$P.layoutLength},r4.prototype.getModel=function(){return this._model},r4.prototype._updateAxesFromSeries=function(x_,$P){$P.eachSeries(function(zP){if(x_.contains(zP,$P)){var z9=zP.getData();each$a(this.dimensions,function(eAe){var tAe=this._axesMap.get(eAe);tAe.scale.unionExtentFromData(z9,z9.mapDimension(eAe)),niceScaleExtent(tAe.scale,tAe.model)},this)}},this)},r4.prototype.resize=function(x_,$P){this._rect=getLayoutRect(x_.getBoxLayoutParams(),{width:$P.getWidth(),height:$P.getHeight()}),this._layoutAxes()},r4.prototype.getRect=function(){return this._rect},r4.prototype._makeLayoutInfo=function(){var x_=this._model,$P=this._rect,zP=["x","y"],z9=["width","height"],eAe=x_.get("layout"),tAe=eAe==="horizontal"?0:1,AAe=$P[z9[tAe]],iAe=[0,AAe],nAe=this.dimensions.length,oAe=restrict(x_.get("axisExpandWidth"),iAe),aAe=restrict(x_.get("axisExpandCount")||0,[0,nAe]),cAe=x_.get("axisExpandable")&&nAe>3&&nAe>aAe&&aAe>1&&oAe>0&&AAe>0,uAe=x_.get("axisExpandWindow"),dAe;if(uAe)dAe=restrict(uAe[1]-uAe[0],iAe),uAe[1]=uAe[0]+dAe;else{dAe=restrict(oAe*(aAe-1),iAe);var EAe=x_.get("axisExpandCenter")||mathFloor(nAe/2);uAe=[oAe*EAe-dAe/2],uAe[1]=uAe[0]+dAe}var gAe=(AAe-dAe)/(nAe-aAe);gAe<3&&(gAe=0);var pAe=[mathFloor(round$1(uAe[0]/oAe,1))+1,mathCeil(round$1(uAe[1]/oAe,1))-1],mAe=gAe/oAe*uAe[0];return{layout:eAe,pixelDimIndex:tAe,layoutBase:$P[zP[tAe]],layoutLength:AAe,axisBase:$P[zP[1-tAe]],axisLength:$P[z9[1-tAe]],axisExpandable:cAe,axisExpandWidth:oAe,axisCollapseWidth:gAe,axisExpandWindow:uAe,axisCount:nAe,winInnerIndices:pAe,axisExpandWindow0Pos:mAe}},r4.prototype._layoutAxes=function(){var x_=this._rect,$P=this._axesMap,zP=this.dimensions,z9=this._makeLayoutInfo(),eAe=z9.layout;$P.each(function(tAe){var AAe=[0,z9.axisLength],iAe=tAe.inverse?1:0;tAe.setExtent(AAe[iAe],AAe[1-iAe])}),each$a(zP,function(tAe,AAe){var iAe=(z9.axisExpandable?layoutAxisWithExpand:layoutAxisWithoutExpand)(AAe,z9),nAe={horizontal:{x:iAe.position,y:z9.axisLength},vertical:{x:0,y:iAe.position}},oAe={horizontal:PI$4/2,vertical:0},aAe=[nAe[eAe].x+x_.x,nAe[eAe].y+x_.y],cAe=oAe[eAe],uAe=create$4();rotate$1(uAe,uAe,cAe),translate$1(uAe,uAe,aAe),this._axesLayout[tAe]={position:aAe,rotation:cAe,transform:uAe,axisNameAvailableWidth:iAe.axisNameAvailableWidth,axisLabelShow:iAe.axisLabelShow,nameTruncateMaxWidth:iAe.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},r4.prototype.getAxis=function(x_){return this._axesMap.get(x_)},r4.prototype.dataToPoint=function(x_,$P){return this.axisCoordToPoint(this._axesMap.get($P).dataToCoord(x_),$P)},r4.prototype.eachActiveState=function(x_,$P,zP,z9){zP==null&&(zP=0),z9==null&&(z9=x_.count());var eAe=this._axesMap,tAe=this.dimensions,AAe=[],iAe=[];each$f(tAe,function(gAe){AAe.push(x_.mapDimension(gAe)),iAe.push(eAe.get(gAe).model)});for(var nAe=this.hasAxisBrushed(),oAe=zP;oAeeAe*(1-aAe[0])?(nAe="jump",iAe=AAe-eAe*(1-aAe[2])):(iAe=AAe-eAe*aAe[1])>=0&&(iAe=AAe-eAe*(1-aAe[1]))<=0&&(iAe=0),iAe*=$P.axisExpandWidth/oAe,iAe?sliderMove(iAe,z9,tAe,"all"):nAe="none";else{var uAe=z9[1]-z9[0],dAe=tAe[1]*AAe/uAe;z9=[mathMax$2(0,dAe-uAe/2)],z9[1]=mathMin$2(tAe[1],z9[0]+uAe),z9[0]=z9[1]-uAe}return{axisExpandWindow:z9,behavior:nAe}},r4}();function restrict(r4,x_){return mathMin$2(mathMax$2(r4,x_[0]),x_[1])}function layoutAxisWithoutExpand(r4,x_){var $P=x_.layoutLength/(x_.axisCount-1);return{position:$P*r4,axisNameAvailableWidth:$P,axisLabelShow:!0}}function layoutAxisWithExpand(r4,x_){var $P=x_.layoutLength,zP=x_.axisExpandWidth,z9=x_.axisCount,eAe=x_.axisCollapseWidth,tAe=x_.winInnerIndices,AAe,iAe=eAe,nAe=!1,oAe;return r4=0;z9--)asc$2(zP[z9])},x_.prototype.getActiveState=function($P){var zP=this.activeIntervals;if(!zP.length)return"normal";if($P==null||isNaN(+$P))return"inactive";if(zP.length===1){var z9=zP[0];if(z9[0]<=$P&&$P<=z9[1])return"active"}else for(var eAe=0,tAe=zP.length;eAeUNSELECT_THRESHOLD}function getTrackEnds(r4){var x_=r4.length-1;return x_<0&&(x_=0),[r4[0],r4[x_]]}function createBaseRectCover(r4,x_,$P,zP){var z9=new Group$3;return z9.add(new Rect$2({name:"main",style:makeStyle($P),silent:!0,draggable:!0,cursor:"move",drift:curry$1(driftRect,r4,x_,z9,["n","s","w","e"]),ondragend:curry$1(trigger,x_,{isEnd:!0})})),each$f(zP,function(eAe){z9.add(new Rect$2({name:eAe.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:curry$1(driftRect,r4,x_,z9,eAe),ondragend:curry$1(trigger,x_,{isEnd:!0})}))}),z9}function updateBaseRect(r4,x_,$P,zP){var z9=zP.brushStyle.lineWidth||0,eAe=mathMax$1(z9,MIN_RESIZE_LINE_WIDTH),tAe=$P[0][0],AAe=$P[1][0],iAe=tAe-z9/2,nAe=AAe-z9/2,oAe=$P[0][1],aAe=$P[1][1],cAe=oAe-eAe+z9/2,uAe=aAe-eAe+z9/2,dAe=oAe-tAe,EAe=aAe-AAe,gAe=dAe+z9,pAe=EAe+z9;updateRectShape(r4,x_,"main",tAe,AAe,dAe,EAe),zP.transformable&&(updateRectShape(r4,x_,"w",iAe,nAe,eAe,pAe),updateRectShape(r4,x_,"e",cAe,nAe,eAe,pAe),updateRectShape(r4,x_,"n",iAe,nAe,gAe,eAe),updateRectShape(r4,x_,"s",iAe,uAe,gAe,eAe),updateRectShape(r4,x_,"nw",iAe,nAe,eAe,eAe),updateRectShape(r4,x_,"ne",cAe,nAe,eAe,eAe),updateRectShape(r4,x_,"sw",iAe,uAe,eAe,eAe),updateRectShape(r4,x_,"se",cAe,uAe,eAe,eAe))}function updateCommon$1(r4,x_){var $P=x_.__brushOption,zP=$P.transformable,z9=x_.childAt(0);z9.useStyle(makeStyle($P)),z9.attr({silent:!zP,cursor:zP?"move":"default"}),each$f([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(eAe){var tAe=x_.childOfName(eAe.join("")),AAe=eAe.length===1?getGlobalDirection1(r4,eAe[0]):getGlobalDirection2(r4,eAe);tAe&&tAe.attr({silent:!zP,invisible:!zP,cursor:zP?CURSOR_MAP[AAe]+"-resize":null})})}function updateRectShape(r4,x_,$P,zP,z9,eAe,tAe){var AAe=x_.childOfName($P);AAe&&AAe.setShape(pointsToRect(clipByPanel(r4,x_,[[zP,z9],[zP+eAe,z9+tAe]])))}function makeStyle(r4){return defaults$2({strokeNoScale:!0},r4.brushStyle)}function formatRectRange(r4,x_,$P,zP){var z9=[mathMin$1(r4,$P),mathMin$1(x_,zP)],eAe=[mathMax$1(r4,$P),mathMax$1(x_,zP)];return[[z9[0],eAe[0]],[z9[1],eAe[1]]]}function getTransform(r4){return getTransform$1(r4.group)}function getGlobalDirection1(r4,x_){var $P={w:"left",e:"right",n:"top",s:"bottom"},zP={left:"w",right:"e",top:"n",bottom:"s"},z9=transformDirection($P[x_],getTransform(r4));return zP[z9]}function getGlobalDirection2(r4,x_){var $P=[getGlobalDirection1(r4,x_[0]),getGlobalDirection1(r4,x_[1])];return($P[0]==="e"||$P[0]==="w")&&$P.reverse(),$P.join("")}function driftRect(r4,x_,$P,zP,z9,eAe){var tAe=$P.__brushOption,AAe=r4.toRectRange(tAe.range),iAe=toLocalDelta(x_,z9,eAe);each$f(zP,function(nAe){var oAe=DIRECTION_MAP[nAe];AAe[oAe[0]][oAe[1]]+=iAe[oAe[0]]}),tAe.range=r4.fromRectRange(formatRectRange(AAe[0][0],AAe[1][0],AAe[0][1],AAe[1][1])),updateCoverAfterCreation(x_,$P),trigger(x_,{isEnd:!1})}function driftPolygon(r4,x_,$P,zP){var z9=x_.__brushOption.range,eAe=toLocalDelta(r4,$P,zP);each$f(z9,function(tAe){tAe[0]+=eAe[0],tAe[1]+=eAe[1]}),updateCoverAfterCreation(r4,x_),trigger(r4,{isEnd:!1})}function toLocalDelta(r4,x_,$P){var zP=r4.group,z9=zP.transformCoordToLocal(x_,$P),eAe=zP.transformCoordToLocal(0,0);return[z9[0]-eAe[0],z9[1]-eAe[1]]}function clipByPanel(r4,x_,$P){var zP=getPanelByCover(r4,x_);return zP&&zP!==BRUSH_PANEL_GLOBAL?zP.clipPath($P,r4._transform):clone$7($P)}function pointsToRect(r4){var x_=mathMin$1(r4[0][0],r4[1][0]),$P=mathMin$1(r4[0][1],r4[1][1]),zP=mathMax$1(r4[0][0],r4[1][0]),z9=mathMax$1(r4[0][1],r4[1][1]);return{x:x_,y:$P,width:zP-x_,height:z9-$P}}function resetCursor(r4,x_,$P){if(!(!r4._brushType||isOutsideZrArea(r4,x_.offsetX,x_.offsetY))){var zP=r4._zr,z9=r4._covers,eAe=getPanelByPoint(r4,x_,$P);if(!r4._dragging)for(var tAe=0;tAezP.getWidth()||$P<0||$P>zP.getHeight()}var coverRenderers={lineX:getLineRenderer(0),lineY:getLineRenderer(1),rect:{createCover:function(r4,x_){function $P(zP){return zP}return createBaseRectCover({toRectRange:$P,fromRectRange:$P},r4,x_,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(r4){var x_=getTrackEnds(r4);return formatRectRange(x_[1][0],x_[1][1],x_[0][0],x_[0][1])},updateCoverShape:function(r4,x_,$P,zP){updateBaseRect(r4,x_,$P,zP)},updateCommon:updateCommon$1,contain:mainShapeContain},polygon:{createCover:function(r4,x_){var $P=new Group$3;return $P.add(new Polyline$1({name:"main",style:makeStyle(x_),silent:!0})),$P},getCreatingRange:function(r4){return r4},endCreating:function(r4,x_){x_.remove(x_.childAt(0)),x_.add(new Polygon({name:"main",draggable:!0,drift:curry$1(driftPolygon,r4,x_),ondragend:curry$1(trigger,r4,{isEnd:!0})}))},updateCoverShape:function(r4,x_,$P,zP){x_.childAt(0).setShape({points:clipByPanel(r4,x_,$P)})},updateCommon:updateCommon$1,contain:mainShapeContain}};function getLineRenderer(r4){return{createCover:function(x_,$P){return createBaseRectCover({toRectRange:function(zP){var z9=[zP,[0,100]];return r4&&z9.reverse(),z9},fromRectRange:function(zP){return zP[r4]}},x_,$P,[[["w"],["e"]],[["n"],["s"]]][r4])},getCreatingRange:function(x_){var $P=getTrackEnds(x_),zP=mathMin$1($P[0][r4],$P[1][r4]),z9=mathMax$1($P[0][r4],$P[1][r4]);return[zP,z9]},updateCoverShape:function(x_,$P,zP,z9){var eAe,tAe=getPanelByCover(x_,$P);if(tAe!==BRUSH_PANEL_GLOBAL&&tAe.getLinearBrushOtherExtent)eAe=tAe.getLinearBrushOtherExtent(r4);else{var AAe=x_._zr;eAe=[0,[AAe.getWidth(),AAe.getHeight()][1-r4]]}var iAe=[zP,eAe];r4&&iAe.reverse(),updateBaseRect(x_,$P,iAe,z9)},updateCommon:updateCommon$1,contain:mainShapeContain}}function makeRectPanelClipPath(r4){return r4=normalizeRect(r4),function(x_){return clipPointsByRect(x_,r4)}}function makeLinearBrushOtherExtent(r4,x_){return r4=normalizeRect(r4),function($P){var zP=x_??$P,z9=zP?r4.width:r4.height,eAe=zP?r4.x:r4.y;return[eAe,eAe+(z9||0)]}}function makeRectIsTargetByCursor(r4,x_,$P){var zP=normalizeRect(r4);return function(z9,eAe){return zP.contain(eAe[0],eAe[1])&&!onIrrelevantElement(z9,x_,$P)}}function normalizeRect(r4){return BoundingRect.create(r4)}var elementList$1=["axisLine","axisTickLabel","axisName"],ParallelAxisView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function($P,zP){r4.prototype.init.apply(this,arguments),(this._brushController=new BrushController(zP.getZr())).on("brush",bind$1(this._onBrush,this))},x_.prototype.render=function($P,zP,z9,eAe){if(!fromAxisAreaSelect($P,zP,eAe)){this.axisModel=$P,this.api=z9,this.group.removeAll();var tAe=this._axisGroup;if(this._axisGroup=new Group$3,this.group.add(this._axisGroup),!!$P.get("show")){var AAe=getCoordSysModel($P,zP),iAe=AAe.coordinateSystem,nAe=$P.getAreaSelectStyle(),oAe=nAe.width,aAe=$P.axis.dim,cAe=iAe.getAxisLayout(aAe),uAe=extend$1({strokeContainThreshold:oAe},cAe),dAe=new AxisBuilder($P,uAe);each$f(elementList$1,dAe.add,dAe),this._axisGroup.add(dAe.getGroup()),this._refreshBrushController(uAe,nAe,$P,AAe,oAe,z9),groupTransition(tAe,this._axisGroup,$P)}}},x_.prototype._refreshBrushController=function($P,zP,z9,eAe,tAe,AAe){var iAe=z9.axis.getExtent(),nAe=iAe[1]-iAe[0],oAe=Math.min(30,Math.abs(nAe)*.1),aAe=BoundingRect.create({x:iAe[0],y:-tAe/2,width:nAe,height:tAe});aAe.x-=oAe,aAe.width+=2*oAe,this._brushController.mount({enableGlobalPan:!0,rotation:$P.rotation,x:$P.position[0],y:$P.position[1]}).setPanels([{panelId:"pl",clipPath:makeRectPanelClipPath(aAe),isTargetByCursor:makeRectIsTargetByCursor(aAe,AAe,eAe),getLinearBrushOtherExtent:makeLinearBrushOtherExtent(aAe,0)}]).enableBrush({brushType:"lineX",brushStyle:zP,removeOnClick:!0}).updateCovers(getCoverInfoList(z9))},x_.prototype._onBrush=function($P){var zP=$P.areas,z9=this.axisModel,eAe=z9.axis,tAe=map$1(zP,function(AAe){return[eAe.coordToData(AAe.range[0],!0),eAe.coordToData(AAe.range[1],!0)]});(!z9.option.realtime===$P.isEnd||$P.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:z9.id,intervals:tAe})},x_.prototype.dispose=function(){this._brushController.dispose()},x_.type="parallelAxis",x_}(ComponentView);function fromAxisAreaSelect(r4,x_,$P){return $P&&$P.type==="axisAreaSelect"&&x_.findComponents({mainType:"parallelAxis",query:$P})[0]===r4}function getCoverInfoList(r4){var x_=r4.axis;return map$1(r4.activeIntervals,function($P){return{brushType:"lineX",panelId:"pl",range:[x_.dataToCoord($P[0],!0),x_.dataToCoord($P[1],!0)]}})}function getCoordSysModel(r4,x_){return x_.getComponent("parallel",r4.get("parallelIndex"))}var actionInfo={type:"axisAreaSelect",event:"axisAreaSelected"};function installParallelActions(r4){r4.registerAction(actionInfo,function(x_,$P){$P.eachComponent({mainType:"parallelAxis",query:x_},function(zP){zP.axis.model.setActiveIntervals(x_.intervals)})}),r4.registerAction("parallelAxisExpand",function(x_,$P){$P.eachComponent({mainType:"parallel",query:x_},function(zP){zP.setAxisExpand(x_)})})}var defaultAxisOption={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function install$E(r4){r4.registerComponentView(ParallelView),r4.registerComponentModel(ParallelModel),r4.registerCoordinateSystem("parallel",parallelCoordSysCreator),r4.registerPreprocessor(parallelPreprocessor),r4.registerComponentModel(ParallelAxisModel),r4.registerComponentView(ParallelAxisView),axisModelCreator(r4,"parallel",ParallelAxisModel,defaultAxisOption),installParallelActions(r4)}function install$D(r4){use$1(install$E),r4.registerChartView(ParallelView$1),r4.registerSeriesModel(ParallelSeriesModel),r4.registerVisual(r4.PRIORITY.VISUAL.BRUSH,parallelVisual)}var SankeyPathShape=function(){function r4(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return r4}(),SankeyPath=function(r4){__extends$1(x_,r4);function x_($P){return r4.call(this,$P)||this}return x_.prototype.getDefaultShape=function(){return new SankeyPathShape},x_.prototype.buildPath=function($P,zP){var z9=zP.extent;$P.moveTo(zP.x1,zP.y1),$P.bezierCurveTo(zP.cpx1,zP.cpy1,zP.cpx2,zP.cpy2,zP.x2,zP.y2),zP.orient==="vertical"?($P.lineTo(zP.x2+z9,zP.y2),$P.bezierCurveTo(zP.cpx2+z9,zP.cpy2,zP.cpx1+z9,zP.cpy1,zP.x1+z9,zP.y1)):($P.lineTo(zP.x2,zP.y2+z9),$P.bezierCurveTo(zP.cpx2,zP.cpy2+z9,zP.cpx1,zP.cpy1+z9,zP.x1,zP.y1+z9)),$P.closePath()},x_.prototype.highlight=function(){enterEmphasis(this)},x_.prototype.downplay=function(){leaveEmphasis(this)},x_}(Path),SankeyView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P._focusAdjacencyDisabled=!1,$P}return x_.prototype.render=function($P,zP,z9){var eAe=this,tAe=$P.getGraph(),AAe=this.group,iAe=$P.layoutInfo,nAe=iAe.width,oAe=iAe.height,aAe=$P.getData(),cAe=$P.getData("edge"),uAe=$P.get("orient");this._model=$P,AAe.removeAll(),AAe.x=iAe.x,AAe.y=iAe.y,tAe.eachEdge(function(dAe){var EAe=new SankeyPath,gAe=getECData(EAe);gAe.dataIndex=dAe.dataIndex,gAe.seriesIndex=$P.seriesIndex,gAe.dataType="edge";var pAe=dAe.getModel(),mAe=pAe.getModel("lineStyle"),SAe=mAe.get("curveness"),DAe=dAe.node1.getLayout(),NAe=dAe.node1.getModel(),TAe=NAe.get("localX"),bAe=NAe.get("localY"),GAe=dAe.node2.getLayout(),LAe=dAe.node2.getModel(),wAe=LAe.get("localX"),OAe=LAe.get("localY"),PAe=dAe.getLayout(),HAe,zAe,eIe,iIe,rIe,AIe,XAe,EIe;EAe.shape.extent=Math.max(1,PAe.dy),EAe.shape.orient=uAe,uAe==="vertical"?(HAe=(TAe!=null?TAe*nAe:DAe.x)+PAe.sy,zAe=(bAe!=null?bAe*oAe:DAe.y)+DAe.dy,eIe=(wAe!=null?wAe*nAe:GAe.x)+PAe.ty,iIe=OAe!=null?OAe*oAe:GAe.y,rIe=HAe,AIe=zAe*(1-SAe)+iIe*SAe,XAe=eIe,EIe=zAe*SAe+iIe*(1-SAe)):(HAe=(TAe!=null?TAe*nAe:DAe.x)+DAe.dx,zAe=(bAe!=null?bAe*oAe:DAe.y)+PAe.sy,eIe=wAe!=null?wAe*nAe:GAe.x,iIe=(OAe!=null?OAe*oAe:GAe.y)+PAe.ty,rIe=HAe*(1-SAe)+eIe*SAe,AIe=zAe,XAe=HAe*SAe+eIe*(1-SAe),EIe=iIe),EAe.setShape({x1:HAe,y1:zAe,x2:eIe,y2:iIe,cpx1:rIe,cpy1:AIe,cpx2:XAe,cpy2:EIe}),EAe.useStyle(mAe.getItemStyle()),applyCurveStyle(EAe.style,uAe,dAe);var hIe=""+pAe.get("value"),tIe=getLabelStatesModels(pAe,"edgeLabel");setLabelStyle(EAe,tIe,{labelFetcher:{getFormattedLabel:function(_Ie,SIe,yIe,OIe,HIe,PIe){return $P.getFormattedLabel(_Ie,SIe,"edge",OIe,retrieve3(HIe,tIe.normal&&tIe.normal.get("formatter"),hIe),PIe)}},labelDataIndex:dAe.dataIndex,defaultText:hIe}),EAe.setTextConfig({position:"inside"});var gIe=pAe.getModel("emphasis");setStatesStylesFromModel(EAe,pAe,"lineStyle",function(_Ie){var SIe=_Ie.getItemStyle();return applyCurveStyle(SIe,uAe,dAe),SIe}),AAe.add(EAe),cAe.setItemGraphicEl(dAe.dataIndex,EAe);var pIe=gIe.get("focus");toggleHoverEmphasis(EAe,pIe==="adjacency"?dAe.getAdjacentDataIndices():pIe==="trajectory"?dAe.getTrajectoryDataIndices():pIe,gIe.get("blurScope"),gIe.get("disabled"))}),tAe.eachNode(function(dAe){var EAe=dAe.getLayout(),gAe=dAe.getModel(),pAe=gAe.get("localX"),mAe=gAe.get("localY"),SAe=gAe.getModel("emphasis"),DAe=gAe.get(["itemStyle","borderRadius"])||0,NAe=new Rect$2({shape:{x:pAe!=null?pAe*nAe:EAe.x,y:mAe!=null?mAe*oAe:EAe.y,width:EAe.dx,height:EAe.dy,r:DAe},style:gAe.getModel("itemStyle").getItemStyle(),z2:10});setLabelStyle(NAe,getLabelStatesModels(gAe),{labelFetcher:{getFormattedLabel:function(bAe,GAe){return $P.getFormattedLabel(bAe,GAe,"node")}},labelDataIndex:dAe.dataIndex,defaultText:dAe.id}),NAe.disableLabelAnimation=!0,NAe.setStyle("fill",dAe.getVisual("color")),NAe.setStyle("decal",dAe.getVisual("style").decal),setStatesStylesFromModel(NAe,gAe),AAe.add(NAe),aAe.setItemGraphicEl(dAe.dataIndex,NAe),getECData(NAe).dataType="node";var TAe=SAe.get("focus");toggleHoverEmphasis(NAe,TAe==="adjacency"?dAe.getAdjacentDataIndices():TAe==="trajectory"?dAe.getTrajectoryDataIndices():TAe,SAe.get("blurScope"),SAe.get("disabled"))}),aAe.eachItemGraphicEl(function(dAe,EAe){var gAe=aAe.getItemModel(EAe);gAe.get("draggable")&&(dAe.drift=function(pAe,mAe){eAe._focusAdjacencyDisabled=!0,this.shape.x+=pAe,this.shape.y+=mAe,this.dirty(),z9.dispatchAction({type:"dragNode",seriesId:$P.id,dataIndex:aAe.getRawIndex(EAe),localX:this.shape.x/nAe,localY:this.shape.y/oAe})},dAe.ondragend=function(){eAe._focusAdjacencyDisabled=!1},dAe.draggable=!0,dAe.cursor="move")}),!this._data&&$P.isAnimationEnabled()&&AAe.setClipPath(createGridClipShape$1(AAe.getBoundingRect(),$P,function(){AAe.removeClipPath()})),this._data=$P.getData()},x_.prototype.dispose=function(){},x_.type="sankey",x_}(ChartView);function applyCurveStyle(r4,x_,$P){switch(r4.fill){case"source":r4.fill=$P.node1.getVisual("color"),r4.decal=$P.node1.getVisual("style").decal;break;case"target":r4.fill=$P.node2.getVisual("color"),r4.decal=$P.node2.getVisual("style").decal;break;case"gradient":var zP=$P.node1.getVisual("color"),z9=$P.node2.getVisual("color");isString(zP)&&isString(z9)&&(r4.fill=new LinearGradient(0,0,+(x_==="horizontal"),+(x_==="vertical"),[{color:zP,offset:0},{color:z9,offset:1}]))}}function createGridClipShape$1(r4,x_,$P){var zP=new Rect$2({shape:{x:r4.x-10,y:r4.y-10,width:0,height:r4.height+20}});return initProps(zP,{shape:{width:r4.width+20}},x_,$P),zP}var SankeySeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.getInitialData=function($P,zP){var z9=$P.edges||$P.links||[],eAe=$P.data||$P.nodes||[],tAe=$P.levels||[];this.levelModels=[];for(var AAe=this.levelModels,iAe=0;iAe=0&&(AAe[tAe[iAe].depth]=new Model(tAe[iAe],this,zP));var nAe=createGraphFromNodeEdge(eAe,z9,this,!0,oAe);return nAe.data;function oAe(aAe,cAe){aAe.wrapMethod("getItemModel",function(uAe,dAe){var EAe=uAe.parentModel,gAe=EAe.getData().getItemLayout(dAe);if(gAe){var pAe=gAe.depth,mAe=EAe.levelModels[pAe];mAe&&(uAe.parentModel=mAe)}return uAe}),cAe.wrapMethod("getItemModel",function(uAe,dAe){var EAe=uAe.parentModel,gAe=EAe.getGraph().getEdgeByIndex(dAe),pAe=gAe.node1.getLayout();if(pAe){var mAe=pAe.depth,SAe=EAe.levelModels[mAe];SAe&&(uAe.parentModel=SAe)}return uAe})}},x_.prototype.setNodePosition=function($P,zP){var z9=this.option.data||this.option.nodes,eAe=z9[$P];eAe.localX=zP[0],eAe.localY=zP[1]},x_.prototype.getGraph=function(){return this.getData().graph},x_.prototype.getEdgeData=function(){return this.getGraph().edgeData},x_.prototype.formatTooltip=function($P,zP,z9){function eAe(uAe){return isNaN(uAe)||uAe==null}if(z9==="edge"){var tAe=this.getDataParams($P,z9),AAe=tAe.data,iAe=tAe.value,nAe=AAe.source+" -- "+AAe.target;return createTooltipMarkup("nameValue",{name:nAe,value:iAe,noValue:eAe(iAe)})}else{var oAe=this.getGraph().getNodeByIndex($P),aAe=oAe.getLayout().value,cAe=this.getDataParams($P,z9).data.name;return createTooltipMarkup("nameValue",{name:cAe!=null?cAe+"":null,value:aAe,noValue:eAe(aAe)})}},x_.prototype.optionUpdated=function(){},x_.prototype.getDataParams=function($P,zP){var z9=r4.prototype.getDataParams.call(this,$P,zP);if(z9.value==null&&zP==="node"){var eAe=this.getGraph().getNodeByIndex($P),tAe=eAe.getLayout().value;z9.value=tAe}return z9},x_.type="series.sankey",x_.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},x_}(SeriesModel);function sankeyLayout(r4,x_){r4.eachSeriesByType("sankey",function($P){var zP=$P.get("nodeWidth"),z9=$P.get("nodeGap"),eAe=getViewRect$1($P,x_);$P.layoutInfo=eAe;var tAe=eAe.width,AAe=eAe.height,iAe=$P.getGraph(),nAe=iAe.nodes,oAe=iAe.edges;computeNodeValues(nAe);var aAe=filter(nAe,function(EAe){return EAe.getLayout().value===0}),cAe=aAe.length!==0?0:$P.get("layoutIterations"),uAe=$P.get("orient"),dAe=$P.get("nodeAlign");layoutSankey(nAe,oAe,zP,z9,tAe,AAe,cAe,uAe,dAe)})}function getViewRect$1(r4,x_){return getLayoutRect(r4.getBoxLayoutParams(),{width:x_.getWidth(),height:x_.getHeight()})}function layoutSankey(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe){computeNodeBreadths(r4,x_,$P,z9,eAe,AAe,iAe),computeNodeDepths(r4,x_,eAe,z9,zP,tAe,AAe),computeEdgeDepths(r4,AAe)}function computeNodeValues(r4){each$f(r4,function(x_){var $P=sum(x_.outEdges,getEdgeValue),zP=sum(x_.inEdges,getEdgeValue),z9=x_.getValue()||0,eAe=Math.max($P,zP,z9);x_.setLayout({value:eAe},!0)})}function computeNodeBreadths(r4,x_,$P,zP,z9,eAe,tAe){for(var AAe=[],iAe=[],nAe=[],oAe=[],aAe=0,cAe=0;cAe=0;pAe&&gAe.depth>uAe&&(uAe=gAe.depth),EAe.setLayout({depth:pAe?gAe.depth:aAe},!0),eAe==="vertical"?EAe.setLayout({dy:$P},!0):EAe.setLayout({dx:$P},!0);for(var mAe=0;mAeaAe-1?uAe:aAe-1;tAe&&tAe!=="left"&&adjustNodeWithNodeAlign(r4,tAe,eAe,bAe);var GAe=eAe==="vertical"?(z9-$P)/bAe:(zP-$P)/bAe;scaleNodeBreadths(r4,GAe,eAe)}function isNodeDepth(r4){var x_=r4.hostGraph.data.getRawDataItem(r4.dataIndex);return x_.depth!=null&&x_.depth>=0}function adjustNodeWithNodeAlign(r4,x_,$P,zP){if(x_==="right"){for(var z9=[],eAe=r4,tAe=0;eAe.length;){for(var AAe=0;AAe0;eAe--)iAe*=.99,relaxRightToLeft(AAe,iAe,tAe),resolveCollisions(AAe,z9,$P,zP,tAe),relaxLeftToRight(AAe,iAe,tAe),resolveCollisions(AAe,z9,$P,zP,tAe)}function prepareNodesByBreadth(r4,x_){var $P=[],zP=x_==="vertical"?"y":"x",z9=groupData(r4,function(eAe){return eAe.getLayout()[zP]});return z9.keys.sort(function(eAe,tAe){return eAe-tAe}),each$f(z9.keys,function(eAe){$P.push(z9.buckets.get(eAe))}),$P}function initializeNodeDepth(r4,x_,$P,zP,z9,eAe){var tAe=1/0;each$f(r4,function(AAe){var iAe=AAe.length,nAe=0;each$f(AAe,function(aAe){nAe+=aAe.getLayout().value});var oAe=eAe==="vertical"?(zP-(iAe-1)*z9)/nAe:($P-(iAe-1)*z9)/nAe;oAe0&&(AAe=iAe.getLayout()[eAe]+nAe,z9==="vertical"?iAe.setLayout({x:AAe},!0):iAe.setLayout({y:AAe},!0)),oAe=iAe.getLayout()[eAe]+iAe.getLayout()[cAe]+x_;var dAe=z9==="vertical"?zP:$P;if(nAe=oAe-x_-dAe,nAe>0){AAe=iAe.getLayout()[eAe]-nAe,z9==="vertical"?iAe.setLayout({x:AAe},!0):iAe.setLayout({y:AAe},!0),oAe=AAe;for(var uAe=aAe-2;uAe>=0;--uAe)iAe=tAe[uAe],nAe=iAe.getLayout()[eAe]+iAe.getLayout()[cAe]+x_-oAe,nAe>0&&(AAe=iAe.getLayout()[eAe]-nAe,z9==="vertical"?iAe.setLayout({x:AAe},!0):iAe.setLayout({y:AAe},!0)),oAe=iAe.getLayout()[eAe]}})}function relaxRightToLeft(r4,x_,$P){each$f(r4.slice().reverse(),function(zP){each$f(zP,function(z9){if(z9.outEdges.length){var eAe=sum(z9.outEdges,weightedTarget,$P)/sum(z9.outEdges,getEdgeValue);if(isNaN(eAe)){var tAe=z9.outEdges.length;eAe=tAe?sum(z9.outEdges,centerTarget,$P)/tAe:0}if($P==="vertical"){var AAe=z9.getLayout().x+(eAe-center$1(z9,$P))*x_;z9.setLayout({x:AAe},!0)}else{var iAe=z9.getLayout().y+(eAe-center$1(z9,$P))*x_;z9.setLayout({y:iAe},!0)}}})})}function weightedTarget(r4,x_){return center$1(r4.node2,x_)*r4.getValue()}function centerTarget(r4,x_){return center$1(r4.node2,x_)}function weightedSource(r4,x_){return center$1(r4.node1,x_)*r4.getValue()}function centerSource(r4,x_){return center$1(r4.node1,x_)}function center$1(r4,x_){return x_==="vertical"?r4.getLayout().x+r4.getLayout().dx/2:r4.getLayout().y+r4.getLayout().dy/2}function getEdgeValue(r4){return r4.getValue()}function sum(r4,x_,$P){for(var zP=0,z9=r4.length,eAe=-1;++eAetAe&&(tAe=iAe)}),each$f(zP,function(AAe){var iAe=new VisualMapping({type:"color",mappingMethod:"linear",dataExtent:[eAe,tAe],visual:x_.get("color")}),nAe=iAe.mapValueToVisual(AAe.getLayout().value),oAe=AAe.getModel().get(["itemStyle","color"]);oAe!=null?(AAe.setVisual("color",oAe),AAe.setVisual("style",{fill:oAe})):(AAe.setVisual("color",nAe),AAe.setVisual("style",{fill:nAe}))})}z9.length&&each$f(z9,function(AAe){var iAe=AAe.getModel().get("lineStyle");AAe.setVisual("style",iAe)})})}function install$C(r4){r4.registerChartView(SankeyView),r4.registerSeriesModel(SankeySeriesModel),r4.registerLayout(sankeyLayout),r4.registerVisual(sankeyVisual),r4.registerAction({type:"dragNode",event:"dragnode",update:"update"},function(x_,$P){$P.eachComponent({mainType:"series",subType:"sankey",query:x_},function(zP){zP.setNodePosition(x_.dataIndex,[x_.localX,x_.localY])})})}var WhiskerBoxCommonMixin=function(){function r4(){}return r4.prototype._hasEncodeRule=function(x_){var $P=this.getEncode();return $P&&$P.get(x_)!=null},r4.prototype.getInitialData=function(x_,$P){var zP,z9=$P.getComponent("xAxis",this.get("xAxisIndex")),eAe=$P.getComponent("yAxis",this.get("yAxisIndex")),tAe=z9.get("type"),AAe=eAe.get("type"),iAe;tAe==="category"?(x_.layout="horizontal",zP=z9.getOrdinalMeta(),iAe=!this._hasEncodeRule("x")):AAe==="category"?(x_.layout="vertical",zP=eAe.getOrdinalMeta(),iAe=!this._hasEncodeRule("y")):x_.layout=x_.layout||"horizontal";var nAe=["x","y"],oAe=x_.layout==="horizontal"?0:1,aAe=this._baseAxisDim=nAe[oAe],cAe=nAe[1-oAe],uAe=[z9,eAe],dAe=uAe[oAe].get("type"),EAe=uAe[1-oAe].get("type"),gAe=x_.data;if(gAe&&iAe){var pAe=[];each$f(gAe,function(DAe,NAe){var TAe;isArray$2(DAe)?(TAe=DAe.slice(),DAe.unshift(NAe)):isArray$2(DAe.value)?(TAe=extend$1({},DAe),TAe.value=TAe.value.slice(),DAe.value.unshift(NAe)):TAe=DAe,pAe.push(TAe)}),x_.data=pAe}var mAe=this.defaultValueDimensions,SAe=[{name:aAe,type:getDimensionTypeByAxis(dAe),ordinalMeta:zP,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:cAe,type:getDimensionTypeByAxis(EAe),dimsDef:mAe.slice()}];return createSeriesDataSimply(this,{coordDimensions:SAe,dimensionsCount:mAe.length+1,encodeDefaulter:curry$1(makeSeriesEncodeForAxisCoordSys,SAe,this)})},r4.prototype.getBaseAxis=function(){var x_=this._baseAxisDim;return this.ecModel.getComponent(x_+"Axis",this.get(x_+"AxisIndex")).axis},r4}(),BoxplotSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],$P.visualDrawType="stroke",$P}return x_.type="series.boxplot",x_.dependencies=["xAxis","yAxis","grid"],x_.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},x_}(SeriesModel);mixin(BoxplotSeriesModel,WhiskerBoxCommonMixin,!0);var BoxplotView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe=$P.getData(),tAe=this.group,AAe=this._data;this._data||tAe.removeAll();var iAe=$P.get("layout")==="horizontal"?1:0;eAe.diff(AAe).add(function(nAe){if(eAe.hasValue(nAe)){var oAe=eAe.getItemLayout(nAe),aAe=createNormalBox$1(oAe,eAe,nAe,iAe,!0);eAe.setItemGraphicEl(nAe,aAe),tAe.add(aAe)}}).update(function(nAe,oAe){var aAe=AAe.getItemGraphicEl(oAe);if(!eAe.hasValue(nAe)){tAe.remove(aAe);return}var cAe=eAe.getItemLayout(nAe);aAe?(saveOldStyle(aAe),updateNormalBoxData(cAe,aAe,eAe,nAe)):aAe=createNormalBox$1(cAe,eAe,nAe,iAe),tAe.add(aAe),eAe.setItemGraphicEl(nAe,aAe)}).remove(function(nAe){var oAe=AAe.getItemGraphicEl(nAe);oAe&&tAe.remove(oAe)}).execute(),this._data=eAe},x_.prototype.remove=function($P){var zP=this.group,z9=this._data;this._data=null,z9&&z9.eachItemGraphicEl(function(eAe){eAe&&zP.remove(eAe)})},x_.type="boxplot",x_}(ChartView),BoxPathShape=function(){function r4(){}return r4}(),BoxPath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="boxplotBoxPath",zP}return x_.prototype.getDefaultShape=function(){return new BoxPathShape},x_.prototype.buildPath=function($P,zP){var z9=zP.points,eAe=0;for($P.moveTo(z9[eAe][0],z9[eAe][1]),eAe++;eAe<4;eAe++)$P.lineTo(z9[eAe][0],z9[eAe][1]);for($P.closePath();eAeEAe){var DAe=[pAe,SAe];zP.push(DAe)}}}return{boxData:$P,outliers:zP}}var boxplotTransform={type:"echarts:boxplot",transform:function(x_){var $P=x_.upstream;if($P.sourceFormat!==SOURCE_FORMAT_ARRAY_ROWS){var zP="";throwError$1(zP)}var z9=prepareBoxplotData($P.getRawData(),x_.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:z9.boxData},{data:z9.outliers}]}};function install$B(r4){r4.registerSeriesModel(BoxplotSeriesModel),r4.registerChartView(BoxplotView),r4.registerLayout(boxplotLayout),r4.registerTransform(boxplotTransform)}var positiveBorderColorQuery=["itemStyle","borderColor"],negativeBorderColorQuery=["itemStyle","borderColor0"],dojiBorderColorQuery=["itemStyle","borderColorDoji"],positiveColorQuery=["itemStyle","color"],negativeColorQuery=["itemStyle","color0"];function getColor(r4,x_){return x_.get(r4>0?positiveColorQuery:negativeColorQuery)}function getBorderColor(r4,x_){return x_.get(r4===0?dojiBorderColorQuery:r4>0?positiveBorderColorQuery:negativeBorderColorQuery)}var candlestickVisual={seriesType:"candlestick",plan:createRenderPlanner(),performRawSeries:!0,reset:function(r4,x_){if(!x_.isSeriesFiltered(r4)){var $P=r4.pipelineContext.large;return!$P&&{progress:function(zP,z9){for(var eAe;(eAe=zP.next())!=null;){var tAe=z9.getItemModel(eAe),AAe=z9.getItemLayout(eAe).sign,iAe=tAe.getItemStyle();iAe.fill=getColor(AAe,tAe),iAe.stroke=getBorderColor(AAe,tAe)||iAe.fill;var nAe=z9.ensureUniqueItemVisual(eAe,"style");extend$1(nAe,iAe)}}}}}},SKIP_PROPS=["color","borderColor"],CandlestickView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode($P),this._isLargeDraw?this._renderLarge($P):this._renderNormal($P)},x_.prototype.incrementalPrepareRender=function($P,zP,z9){this._clear(),this._updateDrawMode($P)},x_.prototype.incrementalRender=function($P,zP,z9,eAe){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge($P,zP):this._incrementalRenderNormal($P,zP)},x_.prototype.eachRendered=function($P){traverseElements(this._progressiveEls||this.group,$P)},x_.prototype._updateDrawMode=function($P){var zP=$P.pipelineContext.large;(this._isLargeDraw==null||zP!==this._isLargeDraw)&&(this._isLargeDraw=zP,this._clear())},x_.prototype._renderNormal=function($P){var zP=$P.getData(),z9=this._data,eAe=this.group,tAe=zP.getLayout("isSimpleBox"),AAe=$P.get("clip",!0),iAe=$P.coordinateSystem,nAe=iAe.getArea&&iAe.getArea();this._data||eAe.removeAll(),zP.diff(z9).add(function(oAe){if(zP.hasValue(oAe)){var aAe=zP.getItemLayout(oAe);if(AAe&&isNormalBoxClipped(nAe,aAe))return;var cAe=createNormalBox(aAe,oAe,!0);initProps(cAe,{shape:{points:aAe.ends}},$P,oAe),setBoxCommon(cAe,zP,oAe,tAe),eAe.add(cAe),zP.setItemGraphicEl(oAe,cAe)}}).update(function(oAe,aAe){var cAe=z9.getItemGraphicEl(aAe);if(!zP.hasValue(oAe)){eAe.remove(cAe);return}var uAe=zP.getItemLayout(oAe);if(AAe&&isNormalBoxClipped(nAe,uAe)){eAe.remove(cAe);return}cAe?(updateProps$1(cAe,{shape:{points:uAe.ends}},$P,oAe),saveOldStyle(cAe)):cAe=createNormalBox(uAe),setBoxCommon(cAe,zP,oAe,tAe),eAe.add(cAe),zP.setItemGraphicEl(oAe,cAe)}).remove(function(oAe){var aAe=z9.getItemGraphicEl(oAe);aAe&&eAe.remove(aAe)}).execute(),this._data=zP},x_.prototype._renderLarge=function($P){this._clear(),createLarge($P,this.group);var zP=$P.get("clip",!0)?createClipPath($P.coordinateSystem,!1,$P):null;zP?this.group.setClipPath(zP):this.group.removeClipPath()},x_.prototype._incrementalRenderNormal=function($P,zP){for(var z9=zP.getData(),eAe=z9.getLayout("isSimpleBox"),tAe;(tAe=$P.next())!=null;){var AAe=z9.getItemLayout(tAe),iAe=createNormalBox(AAe);setBoxCommon(iAe,z9,tAe,eAe),iAe.incremental=!0,this.group.add(iAe),this._progressiveEls.push(iAe)}},x_.prototype._incrementalRenderLarge=function($P,zP){createLarge(zP,this.group,this._progressiveEls,!0)},x_.prototype.remove=function($P){this._clear()},x_.prototype._clear=function(){this.group.removeAll(),this._data=null},x_.type="candlestick",x_}(ChartView),NormalBoxPathShape=function(){function r4(){}return r4}(),NormalBoxPath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP.type="normalCandlestickBox",zP}return x_.prototype.getDefaultShape=function(){return new NormalBoxPathShape},x_.prototype.buildPath=function($P,zP){var z9=zP.points;this.__simpleBox?($P.moveTo(z9[4][0],z9[4][1]),$P.lineTo(z9[6][0],z9[6][1])):($P.moveTo(z9[0][0],z9[0][1]),$P.lineTo(z9[1][0],z9[1][1]),$P.lineTo(z9[2][0],z9[2][1]),$P.lineTo(z9[3][0],z9[3][1]),$P.closePath(),$P.moveTo(z9[4][0],z9[4][1]),$P.lineTo(z9[5][0],z9[5][1]),$P.moveTo(z9[6][0],z9[6][1]),$P.lineTo(z9[7][0],z9[7][1]))},x_}(Path);function createNormalBox(r4,x_,$P){var zP=r4.ends;return new NormalBoxPath({shape:{points:$P?transInit(zP,r4):zP},z2:100})}function isNormalBoxClipped(r4,x_){for(var $P=!0,zP=0;zPNAe?OAe[eAe]:wAe[eAe],ends:zAe,brushRect:XAe(TAe,bAe,SAe)})}function rIe(hIe,tIe){var gIe=[];return gIe[z9]=tIe,gIe[eAe]=hIe,isNaN(tIe)||isNaN(hIe)?[NaN,NaN]:x_.dataToPoint(gIe)}function AIe(hIe,tIe,gIe){var pIe=tIe.slice(),_Ie=tIe.slice();pIe[z9]=subPixelOptimize(pIe[z9]+zP/2,1,!1),_Ie[z9]=subPixelOptimize(_Ie[z9]-zP/2,1,!0),gIe?hIe.push(pIe,_Ie):hIe.push(_Ie,pIe)}function XAe(hIe,tIe,gIe){var pIe=rIe(hIe,gIe),_Ie=rIe(tIe,gIe);return pIe[z9]-=zP/2,_Ie[z9]-=zP/2,{x:pIe[0],y:pIe[1],width:zP,height:_Ie[1]-pIe[1]}}function EIe(hIe){return hIe[z9]=subPixelOptimize(hIe[z9],1),hIe}}function dAe(EAe,gAe){for(var pAe=createFloat32Array(EAe.count*4),mAe=0,SAe,DAe=[],NAe=[],TAe,bAe=gAe.getStore(),GAe=!!r4.get(["itemStyle","borderColorDoji"]);(TAe=EAe.next())!=null;){var LAe=bAe.get(AAe,TAe),wAe=bAe.get(nAe,TAe),OAe=bAe.get(oAe,TAe),PAe=bAe.get(aAe,TAe),HAe=bAe.get(cAe,TAe);if(isNaN(LAe)||isNaN(PAe)||isNaN(HAe)){pAe[mAe++]=NaN,mAe+=3;continue}pAe[mAe++]=getSign(bAe,TAe,wAe,OAe,oAe,GAe),DAe[z9]=LAe,DAe[eAe]=PAe,SAe=x_.dataToPoint(DAe,null,NAe),pAe[mAe++]=SAe?SAe[0]:NaN,pAe[mAe++]=SAe?SAe[1]:NaN,DAe[eAe]=HAe,SAe=x_.dataToPoint(DAe,null,NAe),pAe[mAe++]=SAe?SAe[1]:NaN}gAe.setLayout("largePoints",pAe)}}};function getSign(r4,x_,$P,zP,z9,eAe){var tAe;return $P>zP?tAe=-1:$P0?r4.get(z9,x_-1)<=zP?1:-1:1,tAe}function calculateCandleWidth(r4,x_){var $P=r4.getBaseAxis(),zP,z9=$P.type==="category"?$P.getBandWidth():(zP=$P.getExtent(),Math.abs(zP[1]-zP[0])/x_.count()),eAe=parsePercent(retrieve2(r4.get("barMaxWidth"),z9),z9),tAe=parsePercent(retrieve2(r4.get("barMinWidth"),1),z9),AAe=r4.get("barWidth");return AAe!=null?parsePercent(AAe,z9):Math.max(Math.min(z9/2,eAe),tAe)}function install$A(r4){r4.registerChartView(CandlestickView),r4.registerSeriesModel(CandlestickSeriesModel),r4.registerPreprocessor(candlestickPreprocessor),r4.registerVisual(candlestickVisual),r4.registerLayout(candlestickLayout)}function updateRipplePath(r4,x_){var $P=x_.rippleEffectColor||x_.color;r4.eachChild(function(zP){zP.attr({z:x_.z,zlevel:x_.zlevel,style:{stroke:x_.brushType==="stroke"?$P:null,fill:x_.brushType==="fill"?$P:null}})})}var EffectSymbol=function(r4){__extends$1(x_,r4);function x_($P,zP){var z9=r4.call(this)||this,eAe=new Symbol$1($P,zP),tAe=new Group$3;return z9.add(eAe),z9.add(tAe),z9.updateData($P,zP),z9}return x_.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},x_.prototype.startEffectAnimation=function($P){for(var zP=$P.symbolType,z9=$P.color,eAe=$P.rippleNumber,tAe=this.childAt(1),AAe=0;AAe0&&(AAe=this._getLineLength(eAe)/oAe*1e3),AAe!==this._period||iAe!==this._loop||nAe!==this._roundTrip){eAe.stopAnimation();var cAe=void 0;isFunction(aAe)?cAe=aAe(z9):cAe=aAe,eAe.__t>0&&(cAe=-AAe*eAe.__t),this._animateSymbol(eAe,AAe,cAe,iAe,nAe)}this._period=AAe,this._loop=iAe,this._roundTrip=nAe}},x_.prototype._animateSymbol=function($P,zP,z9,eAe,tAe){if(zP>0){$P.__t=0;var AAe=this,iAe=$P.animate("",eAe).when(tAe?zP*2:zP,{__t:tAe?2:1}).delay(z9).during(function(){AAe._updateSymbolPosition($P)});eAe||iAe.done(function(){AAe.remove($P)}),iAe.start()}},x_.prototype._getLineLength=function($P){return dist$1($P.__p1,$P.__cp1)+dist$1($P.__cp1,$P.__p2)},x_.prototype._updateAnimationPoints=function($P,zP){$P.__p1=zP[0],$P.__p2=zP[1],$P.__cp1=zP[2]||[(zP[0][0]+zP[1][0])/2,(zP[0][1]+zP[1][1])/2]},x_.prototype.updateData=function($P,zP,z9){this.childAt(0).updateData($P,zP,z9),this._updateEffectSymbol($P,zP)},x_.prototype._updateSymbolPosition=function($P){var zP=$P.__p1,z9=$P.__p2,eAe=$P.__cp1,tAe=$P.__t<1?$P.__t:2-$P.__t,AAe=[$P.x,$P.y],iAe=AAe.slice(),nAe=quadraticAt$1,oAe=quadraticDerivativeAt;AAe[0]=nAe(zP[0],eAe[0],z9[0],tAe),AAe[1]=nAe(zP[1],eAe[1],z9[1],tAe);var aAe=$P.__t<1?oAe(zP[0],eAe[0],z9[0],tAe):oAe(z9[0],eAe[0],zP[0],1-tAe),cAe=$P.__t<1?oAe(zP[1],eAe[1],z9[1],tAe):oAe(z9[1],eAe[1],zP[1],1-tAe);$P.rotation=-Math.atan2(cAe,aAe)-Math.PI/2,(this._symbolType==="line"||this._symbolType==="rect"||this._symbolType==="roundRect")&&($P.__lastT!==void 0&&$P.__lastT<$P.__t?($P.scaleY=dist$1(iAe,AAe)*1.05,tAe===1&&(AAe[0]=iAe[0]+(AAe[0]-iAe[0])/2,AAe[1]=iAe[1]+(AAe[1]-iAe[1])/2)):$P.__lastT===1?$P.scaleY=2*dist$1(zP,AAe):$P.scaleY=this._symbolScale[1]),$P.__lastT=$P.__t,$P.ignore=!1,$P.x=AAe[0],$P.y=AAe[1]},x_.prototype.updateLayout=function($P,zP){this.childAt(0).updateLayout($P,zP);var z9=$P.getItemModel(zP).getModel("effect");this._updateEffectAnimation($P,z9,zP)},x_}(Group$3),Polyline=function(r4){__extends$1(x_,r4);function x_($P,zP,z9){var eAe=r4.call(this)||this;return eAe._createPolyline($P,zP,z9),eAe}return x_.prototype._createPolyline=function($P,zP,z9){var eAe=$P.getItemLayout(zP),tAe=new Polyline$1({shape:{points:eAe}});this.add(tAe),this._updateCommonStl($P,zP,z9)},x_.prototype.updateData=function($P,zP,z9){var eAe=$P.hostModel,tAe=this.childAt(0),AAe={shape:{points:$P.getItemLayout(zP)}};updateProps$1(tAe,AAe,eAe,zP),this._updateCommonStl($P,zP,z9)},x_.prototype._updateCommonStl=function($P,zP,z9){var eAe=this.childAt(0),tAe=$P.getItemModel(zP),AAe=z9&&z9.emphasisLineStyle,iAe=z9&&z9.focus,nAe=z9&&z9.blurScope,oAe=z9&&z9.emphasisDisabled;if(!z9||$P.hasItemOption){var aAe=tAe.getModel("emphasis");AAe=aAe.getModel("lineStyle").getLineStyle(),oAe=aAe.get("disabled"),iAe=aAe.get("focus"),nAe=aAe.get("blurScope")}eAe.useStyle($P.getItemVisual(zP,"style")),eAe.style.fill=null,eAe.style.strokeNoScale=!0;var cAe=eAe.ensureState("emphasis");cAe.style=AAe,toggleHoverEmphasis(this,iAe,nAe,oAe)},x_.prototype.updateLayout=function($P,zP){var z9=this.childAt(0);z9.setShape("points",$P.getItemLayout(zP))},x_}(Group$3),EffectPolyline=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P._lastFrame=0,$P._lastFramePercent=0,$P}return x_.prototype.createLine=function($P,zP,z9){return new Polyline($P,zP,z9)},x_.prototype._updateAnimationPoints=function($P,zP){this._points=zP;for(var z9=[0],eAe=0,tAe=1;tAe=0&&!(eAe[iAe]<=zP);iAe--);iAe=Math.min(iAe,tAe-2)}else{for(iAe=AAe;iAezP);iAe++);iAe=Math.min(iAe-1,tAe-2)}var oAe=(zP-eAe[iAe])/(eAe[iAe+1]-eAe[iAe]),aAe=z9[iAe],cAe=z9[iAe+1];$P.x=aAe[0]*(1-oAe)+oAe*cAe[0],$P.y=aAe[1]*(1-oAe)+oAe*cAe[1];var uAe=$P.__t<1?cAe[0]-aAe[0]:aAe[0]-cAe[0],dAe=$P.__t<1?cAe[1]-aAe[1]:aAe[1]-cAe[1];$P.rotation=-Math.atan2(dAe,uAe)-Math.PI/2,this._lastFrame=iAe,this._lastFramePercent=zP,$P.ignore=!1}},x_}(EffectLine),LargeLinesPathShape=function(){function r4(){this.polyline=!1,this.curveness=0,this.segs=[]}return r4}(),LargeLinesPath=function(r4){__extends$1(x_,r4);function x_($P){var zP=r4.call(this,$P)||this;return zP._off=0,zP.hoverDataIdx=-1,zP}return x_.prototype.reset=function(){this.notClear=!1,this._off=0},x_.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},x_.prototype.getDefaultShape=function(){return new LargeLinesPathShape},x_.prototype.buildPath=function($P,zP){var z9=zP.segs,eAe=zP.curveness,tAe;if(zP.polyline)for(tAe=this._off;tAe0){$P.moveTo(z9[tAe++],z9[tAe++]);for(var iAe=1;iAe0){var uAe=(nAe+aAe)/2-(oAe-cAe)*eAe,dAe=(oAe+cAe)/2-(aAe-nAe)*eAe;$P.quadraticCurveTo(uAe,dAe,aAe,cAe)}else $P.lineTo(aAe,cAe)}this.incremental&&(this._off=tAe,this.notClear=!0)},x_.prototype.findDataIndex=function($P,zP){var z9=this.shape,eAe=z9.segs,tAe=z9.curveness,AAe=this.style.lineWidth;if(z9.polyline)for(var iAe=0,nAe=0;nAe0)for(var aAe=eAe[nAe++],cAe=eAe[nAe++],uAe=1;uAe0){var gAe=(aAe+dAe)/2-(cAe-EAe)*tAe,pAe=(cAe+EAe)/2-(dAe-aAe)*tAe;if(containStroke$2(aAe,cAe,gAe,pAe,dAe,EAe,AAe,$P,zP))return iAe}else if(containStroke$4(aAe,cAe,dAe,EAe,AAe,$P,zP))return iAe;iAe++}return-1},x_.prototype.contain=function($P,zP){var z9=this.transformCoordToLocal($P,zP),eAe=this.getBoundingRect();if($P=z9[0],zP=z9[1],eAe.contain($P,zP)){var tAe=this.hoverDataIdx=this.findDataIndex($P,zP);return tAe>=0}return this.hoverDataIdx=-1,!1},x_.prototype.getBoundingRect=function(){var $P=this._rect;if(!$P){for(var zP=this.shape,z9=zP.segs,eAe=1/0,tAe=1/0,AAe=-1/0,iAe=-1/0,nAe=0;nAe0&&(tAe.dataIndex=iAe+x_.__startIndex)})},r4.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r4}(),linesLayout={seriesType:"lines",plan:createRenderPlanner(),reset:function(r4){var x_=r4.coordinateSystem;if(x_){var $P=r4.get("polyline"),zP=r4.pipelineContext.large;return{progress:function(z9,eAe){var tAe=[];if(zP){var AAe=void 0,iAe=z9.end-z9.start;if($P){for(var nAe=0,oAe=z9.start;oAe0&&(oAe||nAe.configLayer(AAe,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(iAe/10+.9,1),0)})),tAe.updateData(eAe);var aAe=$P.get("clip",!0)&&createClipPath($P.coordinateSystem,!1,$P);aAe?this.group.setClipPath(aAe):this.group.removeClipPath(),this._lastZlevel=AAe,this._finished=!0},x_.prototype.incrementalPrepareRender=function($P,zP,z9){var eAe=$P.getData(),tAe=this._updateLineDraw(eAe,$P);tAe.incrementalPrepareUpdate(eAe),this._clearLayer(z9),this._finished=!1},x_.prototype.incrementalRender=function($P,zP,z9){this._lineDraw.incrementalUpdate($P,zP.getData()),this._finished=$P.end===zP.getData().count()},x_.prototype.eachRendered=function($P){this._lineDraw&&this._lineDraw.eachRendered($P)},x_.prototype.updateTransform=function($P,zP,z9){var eAe=$P.getData(),tAe=$P.pipelineContext;if(!this._finished||tAe.large||tAe.progressiveRender)return{update:!0};var AAe=linesLayout.reset($P,zP,z9);AAe.progress&&AAe.progress({start:0,end:eAe.count(),count:eAe.count()},eAe),this._lineDraw.updateLayout(),this._clearLayer(z9)},x_.prototype._updateLineDraw=function($P,zP){var z9=this._lineDraw,eAe=this._showEffect(zP),tAe=!!zP.get("polyline"),AAe=zP.pipelineContext,iAe=AAe.large;return(!z9||eAe!==this._hasEffet||tAe!==this._isPolyline||iAe!==this._isLargeDraw)&&(z9&&z9.remove(),z9=this._lineDraw=iAe?new LargeLineDraw:new LineDraw(tAe?eAe?EffectPolyline:Polyline:eAe?EffectLine:Line),this._hasEffet=eAe,this._isPolyline=tAe,this._isLargeDraw=iAe),this.group.add(z9.group),z9},x_.prototype._showEffect=function($P){return!!$P.get(["effect","show"])},x_.prototype._clearLayer=function($P){var zP=$P.getZr(),z9=zP.painter.getType()==="svg";!z9&&this._lastZlevel!=null&&zP.painter.getLayer(this._lastZlevel).clear(!0)},x_.prototype.remove=function($P,zP){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(zP)},x_.prototype.dispose=function($P,zP){this.remove($P,zP)},x_.type="lines",x_}(ChartView),Uint32Arr=typeof Uint32Array>"u"?Array:Uint32Array,Float64Arr=typeof Float64Array>"u"?Array:Float64Array;function compatEc2(r4){var x_=r4.data;x_&&x_[0]&&x_[0][0]&&x_[0][0].coord&&(r4.data=map$1(x_,function($P){var zP=[$P[0].coord,$P[1].coord],z9={coords:zP};return $P[0].name&&(z9.fromName=$P[0].name),$P[1].name&&(z9.toName=$P[1].name),mergeAll([z9,$P[0],$P[1]])}))}var LinesSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.visualStyleAccessPath="lineStyle",$P.visualDrawType="stroke",$P}return x_.prototype.init=function($P){$P.data=$P.data||[],compatEc2($P);var zP=this._processFlatCoordsArray($P.data);this._flatCoords=zP.flatCoords,this._flatCoordsOffset=zP.flatCoordsOffset,zP.flatCoords&&($P.data=new Float32Array(zP.count)),r4.prototype.init.apply(this,arguments)},x_.prototype.mergeOption=function($P){if(compatEc2($P),$P.data){var zP=this._processFlatCoordsArray($P.data);this._flatCoords=zP.flatCoords,this._flatCoordsOffset=zP.flatCoordsOffset,zP.flatCoords&&($P.data=new Float32Array(zP.count))}r4.prototype.mergeOption.apply(this,arguments)},x_.prototype.appendData=function($P){var zP=this._processFlatCoordsArray($P.data);zP.flatCoords&&(this._flatCoords?(this._flatCoords=concatArray(this._flatCoords,zP.flatCoords),this._flatCoordsOffset=concatArray(this._flatCoordsOffset,zP.flatCoordsOffset)):(this._flatCoords=zP.flatCoords,this._flatCoordsOffset=zP.flatCoordsOffset),$P.data=new Float32Array(zP.count)),this.getRawData().appendData($P.data)},x_.prototype._getCoordsFromItemModel=function($P){var zP=this.getData().getItemModel($P),z9=zP.option instanceof Array?zP.option:zP.getShallow("coords");return z9},x_.prototype.getLineCoordsCount=function($P){return this._flatCoordsOffset?this._flatCoordsOffset[$P*2+1]:this._getCoordsFromItemModel($P).length},x_.prototype.getLineCoords=function($P,zP){if(this._flatCoordsOffset){for(var z9=this._flatCoordsOffset[$P*2],eAe=this._flatCoordsOffset[$P*2+1],tAe=0;tAe ")})},x_.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},x_.prototype.getProgressive=function(){var $P=this.option.progressive;return $P??(this.option.large?1e4:this.get("progressive"))},x_.prototype.getProgressiveThreshold=function(){var $P=this.option.progressiveThreshold;return $P??(this.option.large?2e4:this.get("progressiveThreshold"))},x_.prototype.getZLevelKey=function(){var $P=this.getModel("effect"),zP=$P.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:$P.get("show")&&zP>0?zP+"":""},x_.type="series.lines",x_.dependencies=["grid","polar","geo","calendar"],x_.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},x_}(SeriesModel);function normalize(r4){return r4 instanceof Array||(r4=[r4,r4]),r4}var linesVisual={seriesType:"lines",reset:function(r4){var x_=normalize(r4.get("symbol")),$P=normalize(r4.get("symbolSize")),zP=r4.getData();zP.setVisual("fromSymbol",x_&&x_[0]),zP.setVisual("toSymbol",x_&&x_[1]),zP.setVisual("fromSymbolSize",$P&&$P[0]),zP.setVisual("toSymbolSize",$P&&$P[1]);function z9(eAe,tAe){var AAe=eAe.getItemModel(tAe),iAe=normalize(AAe.getShallow("symbol",!0)),nAe=normalize(AAe.getShallow("symbolSize",!0));iAe[0]&&eAe.setItemVisual(tAe,"fromSymbol",iAe[0]),iAe[1]&&eAe.setItemVisual(tAe,"toSymbol",iAe[1]),nAe[0]&&eAe.setItemVisual(tAe,"fromSymbolSize",nAe[0]),nAe[1]&&eAe.setItemVisual(tAe,"toSymbolSize",nAe[1])}return{dataEach:zP.hasItemOption?z9:null}}};function install$y(r4){r4.registerChartView(LinesView),r4.registerSeriesModel(LinesSeriesModel),r4.registerLayout(linesLayout),r4.registerVisual(linesVisual)}var GRADIENT_LEVELS=256,HeatmapLayer=function(){function r4(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var x_=platformApi.createCanvas();this.canvas=x_}return r4.prototype.update=function(x_,$P,zP,z9,eAe,tAe){var AAe=this._getBrush(),iAe=this._getGradient(eAe,"inRange"),nAe=this._getGradient(eAe,"outOfRange"),oAe=this.pointSize+this.blurSize,aAe=this.canvas,cAe=aAe.getContext("2d"),uAe=x_.length;aAe.width=$P,aAe.height=zP;for(var dAe=0;dAe0){var PAe=tAe(SAe)?iAe:nAe;SAe>0&&(SAe=SAe*wAe+GAe),NAe[TAe++]=PAe[OAe],NAe[TAe++]=PAe[OAe+1],NAe[TAe++]=PAe[OAe+2],NAe[TAe++]=PAe[OAe+3]*SAe*256}else TAe+=4}return cAe.putImageData(DAe,0,0),aAe},r4.prototype._getBrush=function(){var x_=this._brushCanvas||(this._brushCanvas=platformApi.createCanvas()),$P=this.pointSize+this.blurSize,zP=$P*2;x_.width=zP,x_.height=zP;var z9=x_.getContext("2d");return z9.clearRect(0,0,zP,zP),z9.shadowOffsetX=zP,z9.shadowBlur=this.blurSize,z9.shadowColor="#000",z9.beginPath(),z9.arc(-$P,$P,this.pointSize,0,Math.PI*2,!0),z9.closePath(),z9.fill(),x_},r4.prototype._getGradient=function(x_,$P){for(var zP=this._gradientPixels,z9=zP[$P]||(zP[$P]=new Uint8ClampedArray(256*4)),eAe=[0,0,0,0],tAe=0,AAe=0;AAe<256;AAe++)x_[$P](AAe/255,!0,eAe),z9[tAe++]=eAe[0],z9[tAe++]=eAe[1],z9[tAe++]=eAe[2],z9[tAe++]=eAe[3];return z9},r4}();function getIsInPiecewiseRange(r4,x_,$P){var zP=r4[1]-r4[0];x_=map$1(x_,function(tAe){return{interval:[(tAe.interval[0]-r4[0])/zP,(tAe.interval[1]-r4[0])/zP]}});var z9=x_.length,eAe=0;return function(tAe){var AAe;for(AAe=eAe;AAe=0;AAe--){var iAe=x_[AAe].interval;if(iAe[0]<=tAe&&tAe<=iAe[1]){eAe=AAe;break}}return AAe>=0&&AAe=x_[0]&&zP<=x_[1]}}function isGeoCoordSys(r4){var x_=r4.dimensions;return x_[0]==="lng"&&x_[1]==="lat"}var HeatmapView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe;zP.eachComponent("visualMap",function(AAe){AAe.eachTargetSeries(function(iAe){iAe===$P&&(eAe=AAe)})}),this._progressiveEls=null,this.group.removeAll();var tAe=$P.coordinateSystem;tAe.type==="cartesian2d"||tAe.type==="calendar"?this._renderOnCartesianAndCalendar($P,z9,0,$P.getData().count()):isGeoCoordSys(tAe)&&this._renderOnGeo(tAe,$P,eAe,z9)},x_.prototype.incrementalPrepareRender=function($P,zP,z9){this.group.removeAll()},x_.prototype.incrementalRender=function($P,zP,z9,eAe){var tAe=zP.coordinateSystem;tAe&&(isGeoCoordSys(tAe)?this.render(zP,z9,eAe):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(zP,eAe,$P.start,$P.end,!0)))},x_.prototype.eachRendered=function($P){traverseElements(this._progressiveEls||this.group,$P)},x_.prototype._renderOnCartesianAndCalendar=function($P,zP,z9,eAe,tAe){var AAe=$P.coordinateSystem,iAe=isCoordinateSystemType(AAe,"cartesian2d"),nAe,oAe,aAe,cAe;if(iAe){var uAe=AAe.getAxis("x"),dAe=AAe.getAxis("y");nAe=uAe.getBandWidth()+.5,oAe=dAe.getBandWidth()+.5,aAe=uAe.scale.getExtent(),cAe=dAe.scale.getExtent()}for(var EAe=this.group,gAe=$P.getData(),pAe=$P.getModel(["emphasis","itemStyle"]).getItemStyle(),mAe=$P.getModel(["blur","itemStyle"]).getItemStyle(),SAe=$P.getModel(["select","itemStyle"]).getItemStyle(),DAe=$P.get(["itemStyle","borderRadius"]),NAe=getLabelStatesModels($P),TAe=$P.getModel("emphasis"),bAe=TAe.get("focus"),GAe=TAe.get("blurScope"),LAe=TAe.get("disabled"),wAe=iAe?[gAe.mapDimension("x"),gAe.mapDimension("y"),gAe.mapDimension("value")]:[gAe.mapDimension("time"),gAe.mapDimension("value")],OAe=z9;OAeaAe[1]||eIecAe[1])continue;var iIe=AAe.dataToPoint([zAe,eIe]);PAe=new Rect$2({shape:{x:iIe[0]-nAe/2,y:iIe[1]-oAe/2,width:nAe,height:oAe},style:HAe})}else{if(isNaN(gAe.get(wAe[1],OAe)))continue;PAe=new Rect$2({z2:1,shape:AAe.dataToRect([gAe.get(wAe[0],OAe)]).contentShape,style:HAe})}if(gAe.hasItemOption){var rIe=gAe.getItemModel(OAe),AIe=rIe.getModel("emphasis");pAe=AIe.getModel("itemStyle").getItemStyle(),mAe=rIe.getModel(["blur","itemStyle"]).getItemStyle(),SAe=rIe.getModel(["select","itemStyle"]).getItemStyle(),DAe=rIe.get(["itemStyle","borderRadius"]),bAe=AIe.get("focus"),GAe=AIe.get("blurScope"),LAe=AIe.get("disabled"),NAe=getLabelStatesModels(rIe)}PAe.shape.r=DAe;var XAe=$P.getRawValue(OAe),EIe="-";XAe&&XAe[2]!=null&&(EIe=XAe[2]+""),setLabelStyle(PAe,NAe,{labelFetcher:$P,labelDataIndex:OAe,defaultOpacity:HAe.opacity,defaultText:EIe}),PAe.ensureState("emphasis").style=pAe,PAe.ensureState("blur").style=mAe,PAe.ensureState("select").style=SAe,toggleHoverEmphasis(PAe,bAe,GAe,LAe),PAe.incremental=tAe,tAe&&(PAe.states.emphasis.hoverLayer=!0),EAe.add(PAe),gAe.setItemGraphicEl(OAe,PAe),this._progressiveEls&&this._progressiveEls.push(PAe)}},x_.prototype._renderOnGeo=function($P,zP,z9,eAe){var tAe=z9.targetVisuals.inRange,AAe=z9.targetVisuals.outOfRange,iAe=zP.getData(),nAe=this._hmLayer||this._hmLayer||new HeatmapLayer;nAe.blurSize=zP.get("blurSize"),nAe.pointSize=zP.get("pointSize"),nAe.minOpacity=zP.get("minOpacity"),nAe.maxOpacity=zP.get("maxOpacity");var oAe=$P.getViewRect().clone(),aAe=$P.getRoamTransform();oAe.applyTransform(aAe);var cAe=Math.max(oAe.x,0),uAe=Math.max(oAe.y,0),dAe=Math.min(oAe.width+oAe.x,eAe.getWidth()),EAe=Math.min(oAe.height+oAe.y,eAe.getHeight()),gAe=dAe-cAe,pAe=EAe-uAe,mAe=[iAe.mapDimension("lng"),iAe.mapDimension("lat"),iAe.mapDimension("value")],SAe=iAe.mapArray(mAe,function(bAe,GAe,LAe){var wAe=$P.dataToPoint([bAe,GAe]);return wAe[0]-=cAe,wAe[1]-=uAe,wAe.push(LAe),wAe}),DAe=z9.getExtent(),NAe=z9.type==="visualMap.continuous"?getIsInContinuousRange(DAe,z9.option.range):getIsInPiecewiseRange(DAe,z9.getPieceList(),z9.option.selected);nAe.update(SAe,gAe,pAe,tAe.color.getNormalizer(),{inRange:tAe.color.getColorMapper(),outOfRange:AAe.color.getColorMapper()},NAe);var TAe=new ZRImage({style:{width:gAe,height:pAe,x:cAe,y:uAe,image:nAe.canvas},silent:!0});this.group.add(TAe)},x_.type="heatmap",x_}(ChartView),HeatmapSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.getInitialData=function($P,zP){return createSeriesData(null,this,{generateCoord:"value"})},x_.prototype.preventIncremental=function(){var $P=CoordinateSystemManager.get(this.get("coordinateSystem"));if($P&&$P.dimensions)return $P.dimensions[0]==="lng"&&$P.dimensions[1]==="lat"},x_.type="series.heatmap",x_.dependencies=["grid","geo","calendar"],x_.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},x_}(SeriesModel);function install$x(r4){r4.registerChartView(HeatmapView),r4.registerSeriesModel(HeatmapSeriesModel)}var BAR_BORDER_WIDTH_QUERY=["itemStyle","borderWidth"],LAYOUT_ATTRS=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],pathForLineWidth=new Circle,PictorialBarView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe=this.group,tAe=$P.getData(),AAe=this._data,iAe=$P.coordinateSystem,nAe=iAe.getBaseAxis(),oAe=nAe.isHorizontal(),aAe=iAe.master.getRect(),cAe={ecSize:{width:z9.getWidth(),height:z9.getHeight()},seriesModel:$P,coordSys:iAe,coordSysExtent:[[aAe.x,aAe.x+aAe.width],[aAe.y,aAe.y+aAe.height]],isHorizontal:oAe,valueDim:LAYOUT_ATTRS[+oAe],categoryDim:LAYOUT_ATTRS[1-+oAe]};tAe.diff(AAe).add(function(dAe){if(tAe.hasValue(dAe)){var EAe=getItemModel(tAe,dAe),gAe=getSymbolMeta(tAe,dAe,EAe,cAe),pAe=createBar(tAe,cAe,gAe);tAe.setItemGraphicEl(dAe,pAe),eAe.add(pAe),updateCommon(pAe,cAe,gAe)}}).update(function(dAe,EAe){var gAe=AAe.getItemGraphicEl(EAe);if(!tAe.hasValue(dAe)){eAe.remove(gAe);return}var pAe=getItemModel(tAe,dAe),mAe=getSymbolMeta(tAe,dAe,pAe,cAe),SAe=getShapeStr(tAe,mAe);gAe&&SAe!==gAe.__pictorialShapeStr&&(eAe.remove(gAe),tAe.setItemGraphicEl(dAe,null),gAe=null),gAe?updateBar(gAe,cAe,mAe):gAe=createBar(tAe,cAe,mAe,!0),tAe.setItemGraphicEl(dAe,gAe),gAe.__pictorialSymbolMeta=mAe,eAe.add(gAe),updateCommon(gAe,cAe,mAe)}).remove(function(dAe){var EAe=AAe.getItemGraphicEl(dAe);EAe&&removeBar(AAe,dAe,EAe.__pictorialSymbolMeta.animationModel,EAe)}).execute();var uAe=$P.get("clip",!0)?createClipPath($P.coordinateSystem,!1,$P):null;return uAe?eAe.setClipPath(uAe):eAe.removeClipPath(),this._data=tAe,this.group},x_.prototype.remove=function($P,zP){var z9=this.group,eAe=this._data;$P.get("animation")?eAe&&eAe.eachItemGraphicEl(function(tAe){removeBar(eAe,getECData(tAe).dataIndex,$P,tAe)}):z9.removeAll()},x_.type="pictorialBar",x_}(ChartView);function getSymbolMeta(r4,x_,$P,zP){var z9=r4.getItemLayout(x_),eAe=$P.get("symbolRepeat"),tAe=$P.get("symbolClip"),AAe=$P.get("symbolPosition")||"start",iAe=$P.get("symbolRotate"),nAe=(iAe||0)*Math.PI/180||0,oAe=$P.get("symbolPatternSize")||2,aAe=$P.isAnimationEnabled(),cAe={dataIndex:x_,layout:z9,itemModel:$P,symbolType:r4.getItemVisual(x_,"symbol")||"circle",style:r4.getItemVisual(x_,"style"),symbolClip:tAe,symbolRepeat:eAe,symbolRepeatDirection:$P.get("symbolRepeatDirection"),symbolPatternSize:oAe,rotation:nAe,animationModel:aAe?$P:null,hoverScale:aAe&&$P.get(["emphasis","scale"]),z2:$P.getShallow("z",!0)||0};prepareBarLength($P,eAe,z9,zP,cAe),prepareSymbolSize(r4,x_,z9,eAe,tAe,cAe.boundingLength,cAe.pxSign,oAe,zP,cAe),prepareLineWidth($P,cAe.symbolScale,nAe,zP,cAe);var uAe=cAe.symbolSize,dAe=normalizeSymbolOffset($P.get("symbolOffset"),uAe);return prepareLayoutInfo($P,uAe,z9,eAe,tAe,dAe,AAe,cAe.valueLineWidth,cAe.boundingLength,cAe.repeatCutLength,zP,cAe),cAe}function prepareBarLength(r4,x_,$P,zP,z9){var eAe=zP.valueDim,tAe=r4.get("symbolBoundingData"),AAe=zP.coordSys.getOtherAxis(zP.coordSys.getBaseAxis()),iAe=AAe.toGlobalCoord(AAe.dataToCoord(0)),nAe=1-+($P[eAe.wh]<=0),oAe;if(isArray$2(tAe)){var aAe=[convertToCoordOnAxis(AAe,tAe[0])-iAe,convertToCoordOnAxis(AAe,tAe[1])-iAe];aAe[1]=0?1:-1:oAe>0?1:-1}function convertToCoordOnAxis(r4,x_){return r4.toGlobalCoord(r4.dataToCoord(r4.scale.parse(x_)))}function prepareSymbolSize(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){var oAe=iAe.valueDim,aAe=iAe.categoryDim,cAe=Math.abs($P[aAe.wh]),uAe=r4.getItemVisual(x_,"symbolSize"),dAe;isArray$2(uAe)?dAe=uAe.slice():uAe==null?dAe=["100%","100%"]:dAe=[uAe,uAe],dAe[aAe.index]=parsePercent(dAe[aAe.index],cAe),dAe[oAe.index]=parsePercent(dAe[oAe.index],zP?cAe:Math.abs(eAe)),nAe.symbolSize=dAe;var EAe=nAe.symbolScale=[dAe[0]/AAe,dAe[1]/AAe];EAe[oAe.index]*=(iAe.isHorizontal?-1:1)*tAe}function prepareLineWidth(r4,x_,$P,zP,z9){var eAe=r4.get(BAR_BORDER_WIDTH_QUERY)||0;eAe&&(pathForLineWidth.attr({scaleX:x_[0],scaleY:x_[1],rotation:$P}),pathForLineWidth.updateTransform(),eAe/=pathForLineWidth.getLineScale(),eAe*=x_[zP.valueDim.index]),z9.valueLineWidth=eAe||0}function prepareLayoutInfo(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe,oAe,aAe){var cAe=oAe.categoryDim,uAe=oAe.valueDim,dAe=aAe.pxSign,EAe=Math.max(x_[uAe.index]+AAe,0),gAe=EAe;if(zP){var pAe=Math.abs(iAe),mAe=retrieve(r4.get("symbolMargin"),"15%")+"",SAe=!1;mAe.lastIndexOf("!")===mAe.length-1&&(SAe=!0,mAe=mAe.slice(0,mAe.length-1));var DAe=parsePercent(mAe,x_[uAe.index]),NAe=Math.max(EAe+DAe*2,0),TAe=SAe?0:DAe*2,bAe=isNumeric(zP),GAe=bAe?zP:toIntTimes((pAe+TAe)/NAe),LAe=pAe-GAe*EAe;DAe=LAe/2/(SAe?GAe:Math.max(GAe-1,1)),NAe=EAe+DAe*2,TAe=SAe?0:DAe*2,!bAe&&zP!=="fixed"&&(GAe=nAe?toIntTimes((Math.abs(nAe)+TAe)/NAe):0),gAe=GAe*NAe-TAe,aAe.repeatTimes=GAe,aAe.symbolMargin=DAe}var wAe=dAe*(gAe/2),OAe=aAe.pathPosition=[];OAe[cAe.index]=$P[cAe.wh]/2,OAe[uAe.index]=tAe==="start"?wAe:tAe==="end"?iAe-wAe:iAe/2,eAe&&(OAe[0]+=eAe[0],OAe[1]+=eAe[1]);var PAe=aAe.bundlePosition=[];PAe[cAe.index]=$P[cAe.xy],PAe[uAe.index]=$P[uAe.xy];var HAe=aAe.barRectShape=extend$1({},$P);HAe[uAe.wh]=dAe*Math.max(Math.abs($P[uAe.wh]),Math.abs(OAe[uAe.index]+wAe)),HAe[cAe.wh]=$P[cAe.wh];var zAe=aAe.clipShape={};zAe[cAe.xy]=-$P[cAe.xy],zAe[cAe.wh]=oAe.ecSize[cAe.wh],zAe[uAe.xy]=0,zAe[uAe.wh]=$P[uAe.wh]}function createPath(r4){var x_=r4.symbolPatternSize,$P=createSymbol$1(r4.symbolType,-x_/2,-x_/2,x_,x_);return $P.attr({culling:!0}),$P.type!=="image"&&$P.setStyle({strokeNoScale:!0}),$P}function createOrUpdateRepeatSymbols(r4,x_,$P,zP){var z9=r4.__pictorialBundle,eAe=$P.symbolSize,tAe=$P.valueLineWidth,AAe=$P.pathPosition,iAe=x_.valueDim,nAe=$P.repeatTimes||0,oAe=0,aAe=eAe[x_.valueDim.index]+tAe+$P.symbolMargin*2;for(eachPath(r4,function(EAe){EAe.__pictorialAnimationIndex=oAe,EAe.__pictorialRepeatTimes=nAe,oAe0:pAe<0)&&(mAe=nAe-1-EAe),gAe[iAe.index]=aAe*(mAe-nAe/2+.5)+AAe[iAe.index],{x:gAe[0],y:gAe[1],scaleX:$P.symbolScale[0],scaleY:$P.symbolScale[1],rotation:$P.rotation}}}function createOrUpdateSingleSymbol(r4,x_,$P,zP){var z9=r4.__pictorialBundle,eAe=r4.__pictorialMainPath;eAe?updateAttr(eAe,null,{x:$P.pathPosition[0],y:$P.pathPosition[1],scaleX:$P.symbolScale[0],scaleY:$P.symbolScale[1],rotation:$P.rotation},$P,zP):(eAe=r4.__pictorialMainPath=createPath($P),z9.add(eAe),updateAttr(eAe,{x:$P.pathPosition[0],y:$P.pathPosition[1],scaleX:0,scaleY:0,rotation:$P.rotation},{scaleX:$P.symbolScale[0],scaleY:$P.symbolScale[1]},$P,zP))}function createOrUpdateBarRect(r4,x_,$P){var zP=extend$1({},x_.barRectShape),z9=r4.__pictorialBarRect;z9?updateAttr(z9,null,{shape:zP},x_,$P):(z9=r4.__pictorialBarRect=new Rect$2({z2:2,shape:zP,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),z9.disableMorphing=!0,r4.add(z9))}function createOrUpdateClip(r4,x_,$P,zP){if($P.symbolClip){var z9=r4.__pictorialClipPath,eAe=extend$1({},$P.clipShape),tAe=x_.valueDim,AAe=$P.animationModel,iAe=$P.dataIndex;if(z9)updateProps$1(z9,{shape:eAe},AAe,iAe);else{eAe[tAe.wh]=0,z9=new Rect$2({shape:eAe}),r4.__pictorialBundle.setClipPath(z9),r4.__pictorialClipPath=z9;var nAe={};nAe[tAe.wh]=$P.clipShape[tAe.wh],graphic[zP?"updateProps":"initProps"](z9,{shape:nAe},AAe,iAe)}}}function getItemModel(r4,x_){var $P=r4.getItemModel(x_);return $P.getAnimationDelayParams=getAnimationDelayParams,$P.isAnimationEnabled=isAnimationEnabled,$P}function getAnimationDelayParams(r4){return{index:r4.__pictorialAnimationIndex,count:r4.__pictorialRepeatTimes}}function isAnimationEnabled(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function createBar(r4,x_,$P,zP){var z9=new Group$3,eAe=new Group$3;return z9.add(eAe),z9.__pictorialBundle=eAe,eAe.x=$P.bundlePosition[0],eAe.y=$P.bundlePosition[1],$P.symbolRepeat?createOrUpdateRepeatSymbols(z9,x_,$P):createOrUpdateSingleSymbol(z9,x_,$P),createOrUpdateBarRect(z9,$P,zP),createOrUpdateClip(z9,x_,$P,zP),z9.__pictorialShapeStr=getShapeStr(r4,$P),z9.__pictorialSymbolMeta=$P,z9}function updateBar(r4,x_,$P){var zP=$P.animationModel,z9=$P.dataIndex,eAe=r4.__pictorialBundle;updateProps$1(eAe,{x:$P.bundlePosition[0],y:$P.bundlePosition[1]},zP,z9),$P.symbolRepeat?createOrUpdateRepeatSymbols(r4,x_,$P,!0):createOrUpdateSingleSymbol(r4,x_,$P,!0),createOrUpdateBarRect(r4,$P,!0),createOrUpdateClip(r4,x_,$P,!0)}function removeBar(r4,x_,$P,zP){var z9=zP.__pictorialBarRect;z9&&z9.removeTextContent();var eAe=[];eachPath(zP,function(tAe){eAe.push(tAe)}),zP.__pictorialMainPath&&eAe.push(zP.__pictorialMainPath),zP.__pictorialClipPath&&($P=null),each$f(eAe,function(tAe){removeElement(tAe,{scaleX:0,scaleY:0},$P,x_,function(){zP.parent&&zP.parent.remove(zP)})}),r4.setItemGraphicEl(x_,null)}function getShapeStr(r4,x_){return[r4.getItemVisual(x_.dataIndex,"symbol")||"none",!!x_.symbolRepeat,!!x_.symbolClip].join(":")}function eachPath(r4,x_,$P){each$f(r4.__pictorialBundle.children(),function(zP){zP!==r4.__pictorialBarRect&&x_.call($P,zP)})}function updateAttr(r4,x_,$P,zP,z9,eAe){x_&&r4.attr(x_),zP.symbolClip&&!z9?$P&&r4.attr($P):$P&&graphic[z9?"updateProps":"initProps"](r4,$P,zP.animationModel,zP.dataIndex,eAe)}function updateCommon(r4,x_,$P){var zP=$P.dataIndex,z9=$P.itemModel,eAe=z9.getModel("emphasis"),tAe=eAe.getModel("itemStyle").getItemStyle(),AAe=z9.getModel(["blur","itemStyle"]).getItemStyle(),iAe=z9.getModel(["select","itemStyle"]).getItemStyle(),nAe=z9.getShallow("cursor"),oAe=eAe.get("focus"),aAe=eAe.get("blurScope"),cAe=eAe.get("scale");eachPath(r4,function(EAe){if(EAe instanceof ZRImage){var gAe=EAe.style;EAe.useStyle(extend$1({image:gAe.image,x:gAe.x,y:gAe.y,width:gAe.width,height:gAe.height},$P.style))}else EAe.useStyle($P.style);var pAe=EAe.ensureState("emphasis");pAe.style=tAe,cAe&&(pAe.scaleX=EAe.scaleX*1.1,pAe.scaleY=EAe.scaleY*1.1),EAe.ensureState("blur").style=AAe,EAe.ensureState("select").style=iAe,nAe&&(EAe.cursor=nAe),EAe.z2=$P.z2});var uAe=x_.valueDim.posDesc[+($P.boundingLength>0)],dAe=r4.__pictorialBarRect;dAe.ignoreClip=!0,setLabelStyle(dAe,getLabelStatesModels(z9),{labelFetcher:x_.seriesModel,labelDataIndex:zP,defaultText:getDefaultLabel(x_.seriesModel.getData(),zP),inheritColor:$P.style.fill,defaultOpacity:$P.style.opacity,defaultOutsidePosition:uAe}),toggleHoverEmphasis(r4,oAe,aAe,eAe.get("disabled"))}function toIntTimes(r4){var x_=Math.round(r4);return Math.abs(r4-x_)<1e-4?x_:Math.ceil(r4)}var PictorialBarSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.hasSymbolVisual=!0,$P.defaultSymbol="roundRect",$P}return x_.prototype.getInitialData=function($P){return $P.stack=null,r4.prototype.getInitialData.apply(this,arguments)},x_.type="series.pictorialBar",x_.dependencies=["grid"],x_.defaultOption=inheritDefaultOption(BaseBarSeriesModel.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",clip:!1,progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),x_}(BaseBarSeriesModel);function install$w(r4){r4.registerChartView(PictorialBarView),r4.registerSeriesModel(PictorialBarSeriesModel),r4.registerLayout(r4.PRIORITY.VISUAL.LAYOUT,curry$1(layout$3,"pictorialBar")),r4.registerLayout(r4.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,createProgressiveLayout("pictorialBar"))}var ThemeRiverView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P._layers=[],$P}return x_.prototype.render=function($P,zP,z9){var eAe=$P.getData(),tAe=this,AAe=this.group,iAe=$P.getLayerSeries(),nAe=eAe.getLayout("layoutInfo"),oAe=nAe.rect,aAe=nAe.boundaryGap;AAe.x=0,AAe.y=oAe.y+aAe[0];function cAe(gAe){return gAe.name}var uAe=new DataDiffer(this._layersSeries||[],iAe,cAe,cAe),dAe=[];uAe.add(bind$1(EAe,this,"add")).update(bind$1(EAe,this,"update")).remove(bind$1(EAe,this,"remove")).execute();function EAe(gAe,pAe,mAe){var SAe=tAe._layers;if(gAe==="remove"){AAe.remove(SAe[pAe]);return}for(var DAe=[],NAe=[],TAe,bAe=iAe[pAe].indices,GAe=0;GAeeAe&&(eAe=AAe),zP.push(AAe)}for(var nAe=0;nAe<$P;++nAe)z9[nAe]=(eAe-zP[nAe])/2;eAe=0;for(var oAe=0;oAe<$P;++oAe){var aAe=zP[oAe]+z9[oAe];aAe>eAe&&(eAe=aAe)}return{y0:z9,max:eAe}}function install$v(r4){r4.registerChartView(ThemeRiverView),r4.registerSeriesModel(ThemeRiverSeriesModel),r4.registerLayout(themeRiverLayout),r4.registerProcessor(dataFilter$1("themeRiver"))}var DEFAULT_SECTOR_Z=2,DEFAULT_TEXT_Z=4,SunburstPiece=function(r4){__extends$1(x_,r4);function x_($P,zP,z9,eAe){var tAe=r4.call(this)||this;tAe.z2=DEFAULT_SECTOR_Z,tAe.textConfig={inside:!0},getECData(tAe).seriesIndex=zP.seriesIndex;var AAe=new ZRText({z2:DEFAULT_TEXT_Z,silent:$P.getModel().get(["label","silent"])});return tAe.setTextContent(AAe),tAe.updateData(!0,$P,zP,z9,eAe),tAe}return x_.prototype.updateData=function($P,zP,z9,eAe,tAe){this.node=zP,zP.piece=this,z9=z9||this._seriesModel,eAe=eAe||this._ecModel;var AAe=this;getECData(AAe).dataIndex=zP.dataIndex;var iAe=zP.getModel(),nAe=iAe.getModel("emphasis"),oAe=zP.getLayout(),aAe=extend$1({},oAe);aAe.label=null;var cAe=zP.getVisual("style");cAe.lineJoin="bevel";var uAe=zP.getVisual("decal");uAe&&(cAe.decal=createOrUpdatePatternFromDecal(uAe,tAe));var dAe=getSectorCornerRadius(iAe.getModel("itemStyle"),aAe,!0);extend$1(aAe,dAe),each$f(SPECIAL_STATES,function(mAe){var SAe=AAe.ensureState(mAe),DAe=iAe.getModel([mAe,"itemStyle"]);SAe.style=DAe.getItemStyle();var NAe=getSectorCornerRadius(DAe,aAe);NAe&&(SAe.shape=NAe)}),$P?(AAe.setShape(aAe),AAe.shape.r=oAe.r0,initProps(AAe,{shape:{r:oAe.r}},z9,zP.dataIndex)):(updateProps$1(AAe,{shape:aAe},z9),saveOldStyle(AAe)),AAe.useStyle(cAe),this._updateLabel(z9);var EAe=iAe.getShallow("cursor");EAe&&AAe.attr("cursor",EAe),this._seriesModel=z9||this._seriesModel,this._ecModel=eAe||this._ecModel;var gAe=nAe.get("focus"),pAe=gAe==="relative"?concatArray(zP.getAncestorsIndices(),zP.getDescendantIndices()):gAe==="ancestor"?zP.getAncestorsIndices():gAe==="descendant"?zP.getDescendantIndices():gAe;toggleHoverEmphasis(this,pAe,nAe.get("blurScope"),nAe.get("disabled"))},x_.prototype._updateLabel=function($P){var zP=this,z9=this.node.getModel(),eAe=z9.getModel("label"),tAe=this.node.getLayout(),AAe=tAe.endAngle-tAe.startAngle,iAe=(tAe.startAngle+tAe.endAngle)/2,nAe=Math.cos(iAe),oAe=Math.sin(iAe),aAe=this,cAe=aAe.getTextContent(),uAe=this.node.dataIndex,dAe=eAe.get("minAngle")/180*Math.PI,EAe=eAe.get("show")&&!(dAe!=null&&Math.abs(AAe)zAe&&!isRadianAroundZero(iIe-zAe)&&iIe0?(tAe.virtualPiece?tAe.virtualPiece.updateData(!1,mAe,$P,zP,z9):(tAe.virtualPiece=new SunburstPiece(mAe,$P,zP,z9),oAe.add(tAe.virtualPiece)),SAe.piece.off("click"),tAe.virtualPiece.on("click",function(DAe){tAe._rootToNode(SAe.parentNode)})):tAe.virtualPiece&&(oAe.remove(tAe.virtualPiece),tAe.virtualPiece=null)}},x_.prototype._initEvents=function(){var $P=this;this.group.off("click"),this.group.on("click",function(zP){var z9=!1,eAe=$P.seriesModel.getViewRoot();eAe.eachNode(function(tAe){if(!z9&&tAe.piece&&tAe.piece===zP.target){var AAe=tAe.getModel().get("nodeClick");if(AAe==="rootToNode")$P._rootToNode(tAe);else if(AAe==="link"){var iAe=tAe.getModel(),nAe=iAe.get("link");if(nAe){var oAe=iAe.get("target",!0)||"_blank";windowOpen(nAe,oAe)}}z9=!0}})})},x_.prototype._rootToNode=function($P){$P!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:ROOT_TO_NODE_ACTION,from:this.uid,seriesId:this.seriesModel.id,targetNode:$P})},x_.prototype.containPoint=function($P,zP){var z9=zP.getData(),eAe=z9.getItemLayout(0);if(eAe){var tAe=$P[0]-eAe.cx,AAe=$P[1]-eAe.cy,iAe=Math.sqrt(tAe*tAe+AAe*AAe);return iAe<=eAe.r&&iAe>=eAe.r0}},x_.type="sunburst",x_}(ChartView),SunburstSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.ignoreStyleOnData=!0,$P}return x_.prototype.getInitialData=function($P,zP){var z9={name:$P.name,children:$P.data};completeTreeValue(z9);var eAe=this._levelModels=map$1($P.levels||[],function(iAe){return new Model(iAe,this,zP)},this),tAe=Tree.createTree(z9,this,AAe);function AAe(iAe){iAe.wrapMethod("getItemModel",function(nAe,oAe){var aAe=tAe.getNodeByDataIndex(oAe),cAe=eAe[aAe.depth];return cAe&&(nAe.parentModel=cAe),nAe})}return tAe.data},x_.prototype.optionUpdated=function(){this.resetViewRoot()},x_.prototype.getDataParams=function($P){var zP=r4.prototype.getDataParams.apply(this,arguments),z9=this.getData().tree.getNodeByDataIndex($P);return zP.treePathInfo=wrapTreePathInfo(z9,this),zP},x_.prototype.getLevelModel=function($P){return this._levelModels&&this._levelModels[$P.depth]},x_.prototype.getViewRoot=function(){return this._viewRoot},x_.prototype.resetViewRoot=function($P){$P?this._viewRoot=$P:$P=this._viewRoot;var zP=this.getRawData().tree.root;(!$P||$P!==zP&&!zP.contains($P))&&(this._viewRoot=zP)},x_.prototype.enableAriaDecal=function(){enableAriaDecalForTree(this)},x_.type="series.sunburst",x_.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},x_}(SeriesModel);function completeTreeValue(r4){var x_=0;each$f(r4.children,function(zP){completeTreeValue(zP);var z9=zP.value;isArray$2(z9)&&(z9=z9[0]),x_+=z9});var $P=r4.value;isArray$2($P)&&($P=$P[0]),($P==null||isNaN($P))&&($P=x_),$P<0&&($P=0),isArray$2(r4.value)?r4.value[0]=$P:r4.value=$P}var RADIAN=Math.PI/180;function sunburstLayout(r4,x_,$P){x_.eachSeriesByType(r4,function(zP){var z9=zP.get("center"),eAe=zP.get("radius");isArray$2(eAe)||(eAe=[0,eAe]),isArray$2(z9)||(z9=[z9,z9]);var tAe=$P.getWidth(),AAe=$P.getHeight(),iAe=Math.min(tAe,AAe),nAe=parsePercent(z9[0],tAe),oAe=parsePercent(z9[1],AAe),aAe=parsePercent(eAe[0],iAe/2),cAe=parsePercent(eAe[1],iAe/2),uAe=-zP.get("startAngle")*RADIAN,dAe=zP.get("minAngle")*RADIAN,EAe=zP.getData().tree.root,gAe=zP.getViewRoot(),pAe=gAe.depth,mAe=zP.get("sort");mAe!=null&&initChildren(gAe,mAe);var SAe=0;each$f(gAe.children,function(iIe){!isNaN(iIe.getValue())&&SAe++});var DAe=gAe.getValue(),NAe=Math.PI/(DAe||SAe)*2,TAe=gAe.depth>0,bAe=gAe.height-(TAe?-1:1),GAe=(cAe-aAe)/(bAe||1),LAe=zP.get("clockwise"),wAe=zP.get("stillShowZeroSum"),OAe=LAe?1:-1,PAe=function(iIe,rIe){if(iIe){var AIe=rIe;if(iIe!==EAe){var XAe=iIe.getValue(),EIe=DAe===0&&wAe?NAe:XAe*NAe;EIe1;)tAe=tAe.parentNode;var AAe=z9.getColorFromPalette(tAe.name||tAe.dataIndex+"",x_);return zP.depth>1&&isString(AAe)&&(AAe=lift(AAe,(zP.depth-1)/(eAe-1)*.5)),AAe}r4.eachSeriesByType("sunburst",function(zP){var z9=zP.getData(),eAe=z9.tree;eAe.eachNode(function(tAe){var AAe=tAe.getModel(),iAe=AAe.getModel("itemStyle").getItemStyle();iAe.fill||(iAe.fill=$P(tAe,zP,eAe.root.height));var nAe=z9.ensureUniqueItemVisual(tAe.dataIndex,"style");extend$1(nAe,iAe)})})}function install$u(r4){r4.registerChartView(SunburstView),r4.registerSeriesModel(SunburstSeriesModel),r4.registerLayout(curry$1(sunburstLayout,"sunburst")),r4.registerProcessor(curry$1(dataFilter$1,"sunburst")),r4.registerVisual(sunburstVisual),installSunburstAction(r4)}var STYLE_VISUAL_TYPE={color:"fill",borderColor:"stroke"},NON_STYLE_VISUAL_PROPS={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},customInnerStore=makeInner(),CustomSeriesModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},x_.prototype.getInitialData=function($P,zP){return createSeriesData(null,this)},x_.prototype.getDataParams=function($P,zP,z9){var eAe=r4.prototype.getDataParams.call(this,$P,zP);return z9&&(eAe.info=customInnerStore(z9).info),eAe},x_.type="series.custom",x_.dependencies=["grid","polar","geo","singleAxis","calendar"],x_.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},x_}(SeriesModel);function dataToCoordSize$3(r4,x_){return x_=x_||[0,0],map$1(["x","y"],function($P,zP){var z9=this.getAxis($P),eAe=x_[zP],tAe=r4[zP]/2;return z9.type==="category"?z9.getBandWidth():Math.abs(z9.dataToCoord(eAe-tAe)-z9.dataToCoord(eAe+tAe))},this)}function cartesianPrepareCustom(r4){var x_=r4.master.getRect();return{coordSys:{type:"cartesian2d",x:x_.x,y:x_.y,width:x_.width,height:x_.height},api:{coord:function($P){return r4.dataToPoint($P)},size:bind$1(dataToCoordSize$3,r4)}}}function dataToCoordSize$2(r4,x_){return x_=x_||[0,0],map$1([0,1],function($P){var zP=x_[$P],z9=r4[$P]/2,eAe=[],tAe=[];return eAe[$P]=zP-z9,tAe[$P]=zP+z9,eAe[1-$P]=tAe[1-$P]=x_[1-$P],Math.abs(this.dataToPoint(eAe)[$P]-this.dataToPoint(tAe)[$P])},this)}function geoPrepareCustom(r4){var x_=r4.getBoundingRect();return{coordSys:{type:"geo",x:x_.x,y:x_.y,width:x_.width,height:x_.height,zoom:r4.getZoom()},api:{coord:function($P){return r4.dataToPoint($P)},size:bind$1(dataToCoordSize$2,r4)}}}function dataToCoordSize$1(r4,x_){var $P=this.getAxis(),zP=x_ instanceof Array?x_[0]:x_,z9=(r4 instanceof Array?r4[0]:r4)/2;return $P.type==="category"?$P.getBandWidth():Math.abs($P.dataToCoord(zP-z9)-$P.dataToCoord(zP+z9))}function singlePrepareCustom(r4){var x_=r4.getRect();return{coordSys:{type:"singleAxis",x:x_.x,y:x_.y,width:x_.width,height:x_.height},api:{coord:function($P){return r4.dataToPoint($P)},size:bind$1(dataToCoordSize$1,r4)}}}function dataToCoordSize(r4,x_){return x_=x_||[0,0],map$1(["Radius","Angle"],function($P,zP){var z9="get"+$P+"Axis",eAe=this[z9](),tAe=x_[zP],AAe=r4[zP]/2,iAe=eAe.type==="category"?eAe.getBandWidth():Math.abs(eAe.dataToCoord(tAe-AAe)-eAe.dataToCoord(tAe+AAe));return $P==="Angle"&&(iAe=iAe*Math.PI/180),iAe},this)}function polarPrepareCustom(r4){var x_=r4.getRadiusAxis(),$P=r4.getAngleAxis(),zP=x_.getExtent();return zP[0]>zP[1]&&zP.reverse(),{coordSys:{type:"polar",cx:r4.cx,cy:r4.cy,r:zP[1],r0:zP[0]},api:{coord:function(z9){var eAe=x_.dataToRadius(z9[0]),tAe=$P.dataToAngle(z9[1]),AAe=r4.coordToPoint([eAe,tAe]);return AAe.push(eAe,tAe*Math.PI/180),AAe},size:bind$1(dataToCoordSize,r4)}}}function calendarPrepareCustom(r4){var x_=r4.getRect(),$P=r4.getRangeInfo();return{coordSys:{type:"calendar",x:x_.x,y:x_.y,width:x_.width,height:x_.height,cellWidth:r4.getCellWidth(),cellHeight:r4.getCellHeight(),rangeInfo:{start:$P.start,end:$P.end,weeks:$P.weeks,dayCount:$P.allDay}},api:{coord:function(zP,z9){return r4.dataToPoint(zP,z9)}}}}function isEC4CompatibleStyle(r4,x_,$P,zP){return r4&&(r4.legacy||r4.legacy!==!1&&!$P&&!zP&&x_!=="tspan"&&(x_==="text"||hasOwn(r4,"text")))}function convertFromEC4CompatibleStyle(r4,x_,$P){var zP=r4,z9,eAe,tAe;if(x_==="text")tAe=zP;else{tAe={},hasOwn(zP,"text")&&(tAe.text=zP.text),hasOwn(zP,"rich")&&(tAe.rich=zP.rich),hasOwn(zP,"textFill")&&(tAe.fill=zP.textFill),hasOwn(zP,"textStroke")&&(tAe.stroke=zP.textStroke),hasOwn(zP,"fontFamily")&&(tAe.fontFamily=zP.fontFamily),hasOwn(zP,"fontSize")&&(tAe.fontSize=zP.fontSize),hasOwn(zP,"fontStyle")&&(tAe.fontStyle=zP.fontStyle),hasOwn(zP,"fontWeight")&&(tAe.fontWeight=zP.fontWeight),eAe={type:"text",style:tAe,silent:!0},z9={};var AAe=hasOwn(zP,"textPosition");$P?z9.position=AAe?zP.textPosition:"inside":AAe&&(z9.position=zP.textPosition),hasOwn(zP,"textPosition")&&(z9.position=zP.textPosition),hasOwn(zP,"textOffset")&&(z9.offset=zP.textOffset),hasOwn(zP,"textRotation")&&(z9.rotation=zP.textRotation),hasOwn(zP,"textDistance")&&(z9.distance=zP.textDistance)}return convertEC4CompatibleRichItem(tAe,r4),each$f(tAe.rich,function(iAe){convertEC4CompatibleRichItem(iAe,iAe)}),{textConfig:z9,textContent:eAe}}function convertEC4CompatibleRichItem(r4,x_){x_&&(x_.font=x_.textFont||x_.font,hasOwn(x_,"textStrokeWidth")&&(r4.lineWidth=x_.textStrokeWidth),hasOwn(x_,"textAlign")&&(r4.align=x_.textAlign),hasOwn(x_,"textVerticalAlign")&&(r4.verticalAlign=x_.textVerticalAlign),hasOwn(x_,"textLineHeight")&&(r4.lineHeight=x_.textLineHeight),hasOwn(x_,"textWidth")&&(r4.width=x_.textWidth),hasOwn(x_,"textHeight")&&(r4.height=x_.textHeight),hasOwn(x_,"textBackgroundColor")&&(r4.backgroundColor=x_.textBackgroundColor),hasOwn(x_,"textPadding")&&(r4.padding=x_.textPadding),hasOwn(x_,"textBorderColor")&&(r4.borderColor=x_.textBorderColor),hasOwn(x_,"textBorderWidth")&&(r4.borderWidth=x_.textBorderWidth),hasOwn(x_,"textBorderRadius")&&(r4.borderRadius=x_.textBorderRadius),hasOwn(x_,"textBoxShadowColor")&&(r4.shadowColor=x_.textBoxShadowColor),hasOwn(x_,"textBoxShadowBlur")&&(r4.shadowBlur=x_.textBoxShadowBlur),hasOwn(x_,"textBoxShadowOffsetX")&&(r4.shadowOffsetX=x_.textBoxShadowOffsetX),hasOwn(x_,"textBoxShadowOffsetY")&&(r4.shadowOffsetY=x_.textBoxShadowOffsetY))}function convertToEC4StyleForCustomSerise(r4,x_,$P){var zP=r4;zP.textPosition=zP.textPosition||$P.position||"inside",$P.offset!=null&&(zP.textOffset=$P.offset),$P.rotation!=null&&(zP.textRotation=$P.rotation),$P.distance!=null&&(zP.textDistance=$P.distance);var z9=zP.textPosition.indexOf("inside")>=0,eAe=r4.fill||"#000";convertToEC4RichItem(zP,x_);var tAe=zP.textFill==null;return z9?tAe&&(zP.textFill=$P.insideFill||"#fff",!zP.textStroke&&$P.insideStroke&&(zP.textStroke=$P.insideStroke),!zP.textStroke&&(zP.textStroke=eAe),zP.textStrokeWidth==null&&(zP.textStrokeWidth=2)):(tAe&&(zP.textFill=r4.fill||$P.outsideFill||"#000"),!zP.textStroke&&$P.outsideStroke&&(zP.textStroke=$P.outsideStroke)),zP.text=x_.text,zP.rich=x_.rich,each$f(x_.rich,function(AAe){convertToEC4RichItem(AAe,AAe)}),zP}function convertToEC4RichItem(r4,x_){x_&&(hasOwn(x_,"fill")&&(r4.textFill=x_.fill),hasOwn(x_,"stroke")&&(r4.textStroke=x_.fill),hasOwn(x_,"lineWidth")&&(r4.textStrokeWidth=x_.lineWidth),hasOwn(x_,"font")&&(r4.font=x_.font),hasOwn(x_,"fontStyle")&&(r4.fontStyle=x_.fontStyle),hasOwn(x_,"fontWeight")&&(r4.fontWeight=x_.fontWeight),hasOwn(x_,"fontSize")&&(r4.fontSize=x_.fontSize),hasOwn(x_,"fontFamily")&&(r4.fontFamily=x_.fontFamily),hasOwn(x_,"align")&&(r4.textAlign=x_.align),hasOwn(x_,"verticalAlign")&&(r4.textVerticalAlign=x_.verticalAlign),hasOwn(x_,"lineHeight")&&(r4.textLineHeight=x_.lineHeight),hasOwn(x_,"width")&&(r4.textWidth=x_.width),hasOwn(x_,"height")&&(r4.textHeight=x_.height),hasOwn(x_,"backgroundColor")&&(r4.textBackgroundColor=x_.backgroundColor),hasOwn(x_,"padding")&&(r4.textPadding=x_.padding),hasOwn(x_,"borderColor")&&(r4.textBorderColor=x_.borderColor),hasOwn(x_,"borderWidth")&&(r4.textBorderWidth=x_.borderWidth),hasOwn(x_,"borderRadius")&&(r4.textBorderRadius=x_.borderRadius),hasOwn(x_,"shadowColor")&&(r4.textBoxShadowColor=x_.shadowColor),hasOwn(x_,"shadowBlur")&&(r4.textBoxShadowBlur=x_.shadowBlur),hasOwn(x_,"shadowOffsetX")&&(r4.textBoxShadowOffsetX=x_.shadowOffsetX),hasOwn(x_,"shadowOffsetY")&&(r4.textBoxShadowOffsetY=x_.shadowOffsetY),hasOwn(x_,"textShadowColor")&&(r4.textShadowColor=x_.textShadowColor),hasOwn(x_,"textShadowBlur")&&(r4.textShadowBlur=x_.textShadowBlur),hasOwn(x_,"textShadowOffsetX")&&(r4.textShadowOffsetX=x_.textShadowOffsetX),hasOwn(x_,"textShadowOffsetY")&&(r4.textShadowOffsetY=x_.textShadowOffsetY))}var LEGACY_TRANSFORM_PROPS_MAP={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},LEGACY_TRANSFORM_PROPS=keys(LEGACY_TRANSFORM_PROPS_MAP);reduce(TRANSFORMABLE_PROPS,function(r4,x_){return r4[x_]=1,r4},{});TRANSFORMABLE_PROPS.join(", ");var ELEMENT_ANIMATABLE_PROPS=["","style","shape","extra"],transitionInnerStore=makeInner();function getElementAnimationConfig(r4,x_,$P,zP,z9){var eAe=r4+"Animation",tAe=getAnimationConfig(r4,zP,z9)||{},AAe=transitionInnerStore(x_).userDuring;return tAe.duration>0&&(tAe.during=AAe?bind$1(duringCall,{el:x_,userDuring:AAe}):null,tAe.setToFinal=!0,tAe.scope=r4),extend$1(tAe,$P[eAe]),tAe}function applyUpdateTransition(r4,x_,$P,zP){zP=zP||{};var z9=zP.dataIndex,eAe=zP.isInit,tAe=zP.clearStyle,AAe=$P.isAnimationEnabled(),iAe=transitionInnerStore(r4),nAe=x_.style;iAe.userDuring=x_.during;var oAe={},aAe={};if(prepareTransformAllPropsFinal(r4,x_,aAe),prepareShapeOrExtraAllPropsFinal("shape",x_,aAe),prepareShapeOrExtraAllPropsFinal("extra",x_,aAe),!eAe&&AAe&&(prepareTransformTransitionFrom(r4,x_,oAe),prepareShapeOrExtraTransitionFrom("shape",r4,x_,oAe),prepareShapeOrExtraTransitionFrom("extra",r4,x_,oAe),prepareStyleTransitionFrom(r4,x_,nAe,oAe)),aAe.style=nAe,applyPropsDirectly(r4,aAe,tAe),applyMiscProps(r4,x_),AAe)if(eAe){var cAe={};each$f(ELEMENT_ANIMATABLE_PROPS,function(dAe){var EAe=dAe?x_[dAe]:x_;EAe&&EAe.enterFrom&&(dAe&&(cAe[dAe]=cAe[dAe]||{}),extend$1(dAe?cAe[dAe]:cAe,EAe.enterFrom))});var uAe=getElementAnimationConfig("enter",r4,x_,$P,z9);uAe.duration>0&&r4.animateFrom(cAe,uAe)}else applyPropsTransition(r4,x_,z9||0,$P,oAe);updateLeaveTo(r4,x_),nAe?r4.dirty():r4.markRedraw()}function updateLeaveTo(r4,x_){for(var $P=transitionInnerStore(r4).leaveToProps,zP=0;zP0&&r4.animateFrom(z9,eAe)}}function applyMiscProps(r4,x_){hasOwn(x_,"silent")&&(r4.silent=x_.silent),hasOwn(x_,"ignore")&&(r4.ignore=x_.ignore),r4 instanceof Displayable&&hasOwn(x_,"invisible")&&(r4.invisible=x_.invisible),r4 instanceof Path&&hasOwn(x_,"autoBatch")&&(r4.autoBatch=x_.autoBatch)}var tmpDuringScope={},transitionDuringAPI={setTransform:function(r4,x_){return tmpDuringScope.el[r4]=x_,this},getTransform:function(r4){return tmpDuringScope.el[r4]},setShape:function(r4,x_){var $P=tmpDuringScope.el,zP=$P.shape||($P.shape={});return zP[r4]=x_,$P.dirtyShape&&$P.dirtyShape(),this},getShape:function(r4){var x_=tmpDuringScope.el.shape;if(x_)return x_[r4]},setStyle:function(r4,x_){var $P=tmpDuringScope.el,zP=$P.style;return zP&&(zP[r4]=x_,$P.dirtyStyle&&$P.dirtyStyle()),this},getStyle:function(r4){var x_=tmpDuringScope.el.style;if(x_)return x_[r4]},setExtra:function(r4,x_){var $P=tmpDuringScope.el.extra||(tmpDuringScope.el.extra={});return $P[r4]=x_,this},getExtra:function(r4){var x_=tmpDuringScope.el.extra;if(x_)return x_[r4]}};function duringCall(){var r4=this,x_=r4.el;if(x_){var $P=transitionInnerStore(x_).userDuring,zP=r4.userDuring;if($P!==zP){r4.el=r4.userDuring=null;return}tmpDuringScope.el=x_,zP(transitionDuringAPI)}}function prepareShapeOrExtraTransitionFrom(r4,x_,$P,zP){var z9=$P[r4];if(z9){var eAe=x_[r4],tAe;if(eAe){var AAe=$P.transition,iAe=z9.transition;if(iAe)if(!tAe&&(tAe=zP[r4]={}),isTransitionAll(iAe))extend$1(tAe,eAe);else for(var nAe=normalizeToArray(iAe),oAe=0;oAe=0){!tAe&&(tAe=zP[r4]={});for(var uAe=keys(eAe),oAe=0;oAe=0)){var cAe=r4.getAnimationStyleProps(),uAe=cAe?cAe.style:null;if(uAe){!eAe&&(eAe=zP.style={});for(var dAe=keys($P),nAe=0;nAe=0?x_.getStore().get(rIe,eIe):void 0}var AIe=x_.get(iIe.name,eIe),XAe=iIe&&iIe.ordinalMeta;return XAe?XAe.categories[AIe]:AIe}function TAe(zAe,eIe){eIe==null&&(eIe=nAe);var iIe=x_.getItemVisual(eIe,"style"),rIe=iIe&&iIe.fill,AIe=iIe&&iIe.opacity,XAe=mAe(eIe,NORMAL).getItemStyle();rIe!=null&&(XAe.fill=rIe),AIe!=null&&(XAe.opacity=AIe);var EIe={inheritColor:isString(rIe)?rIe:"#000"},hIe=SAe(eIe,NORMAL),tIe=createTextStyle(hIe,null,EIe,!1,!0);tIe.text=hIe.getShallow("show")?retrieve2(r4.getFormattedLabel(eIe,NORMAL),getDefaultLabel(x_,eIe)):null;var gIe=createTextConfig(hIe,EIe,!1);return LAe(zAe,XAe),XAe=convertToEC4StyleForCustomSerise(XAe,tIe,gIe),zAe&&GAe(XAe,zAe),XAe.legacy=!0,XAe}function bAe(zAe,eIe){eIe==null&&(eIe=nAe);var iIe=mAe(eIe,EMPHASIS).getItemStyle(),rIe=SAe(eIe,EMPHASIS),AIe=createTextStyle(rIe,null,null,!0,!0);AIe.text=rIe.getShallow("show")?retrieve3(r4.getFormattedLabel(eIe,EMPHASIS),r4.getFormattedLabel(eIe,NORMAL),getDefaultLabel(x_,eIe)):null;var XAe=createTextConfig(rIe,null,!0);return LAe(zAe,iIe),iIe=convertToEC4StyleForCustomSerise(iIe,AIe,XAe),zAe&&GAe(iIe,zAe),iIe.legacy=!0,iIe}function GAe(zAe,eIe){for(var iIe in eIe)hasOwn(eIe,iIe)&&(zAe[iIe]=eIe[iIe])}function LAe(zAe,eIe){zAe&&(zAe.textFill&&(eIe.textFill=zAe.textFill),zAe.textPosition&&(eIe.textPosition=zAe.textPosition))}function wAe(zAe,eIe){if(eIe==null&&(eIe=nAe),hasOwn(STYLE_VISUAL_TYPE,zAe)){var iIe=x_.getItemVisual(eIe,"style");return iIe?iIe[STYLE_VISUAL_TYPE[zAe]]:null}if(hasOwn(NON_STYLE_VISUAL_PROPS,zAe))return x_.getItemVisual(eIe,zAe)}function OAe(zAe){if(eAe.type==="cartesian2d"){var eIe=eAe.getBaseAxis();return getLayoutOnAxis(defaults$2({axis:eIe},zAe))}}function PAe(){return $P.getCurrentSeriesIndices()}function HAe(zAe){return getFont(zAe,$P)}}function wrapEncodeDef(r4){var x_={};return each$f(r4.dimensions,function($P){var zP=r4.getDimensionInfo($P);if(!zP.isExtraCoord){var z9=zP.coordDim,eAe=x_[z9]=x_[z9]||[];eAe[zP.coordDimIndex]=r4.getDimensionIndex($P)}}),x_}function createOrUpdateItem(r4,x_,$P,zP,z9,eAe,tAe){if(!zP){eAe.remove(x_);return}var AAe=doCreateOrUpdateEl(r4,x_,$P,zP,z9,eAe);return AAe&&tAe.setItemGraphicEl($P,AAe),AAe&&toggleHoverEmphasis(AAe,zP.focus,zP.blurScope,zP.emphasisDisabled),AAe}function doCreateOrUpdateEl(r4,x_,$P,zP,z9,eAe){var tAe=-1,AAe=x_;x_&&doesElNeedRecreate(x_,zP,z9)&&(tAe=indexOf(eAe.childrenRef(),x_),x_=null);var iAe=!x_,nAe=x_;nAe?nAe.clearStates():(nAe=createEl$1(zP),AAe&©Element(AAe,nAe)),zP.morph===!1?nAe.disableMorphing=!0:nAe.disableMorphing&&(nAe.disableMorphing=!1),attachedTxInfoTmp.normal.cfg=attachedTxInfoTmp.normal.conOpt=attachedTxInfoTmp.emphasis.cfg=attachedTxInfoTmp.emphasis.conOpt=attachedTxInfoTmp.blur.cfg=attachedTxInfoTmp.blur.conOpt=attachedTxInfoTmp.select.cfg=attachedTxInfoTmp.select.conOpt=null,attachedTxInfoTmp.isLegacy=!1,doCreateOrUpdateAttachedTx(nAe,$P,zP,z9,iAe,attachedTxInfoTmp),doCreateOrUpdateClipPath(nAe,$P,zP,z9,iAe),updateElNormal(r4,nAe,$P,zP,attachedTxInfoTmp,z9,iAe),hasOwn(zP,"info")&&(customInnerStore(nAe).info=zP.info);for(var oAe=0;oAe=0?eAe.replaceAt(nAe,tAe):eAe.add(nAe),nAe}function doesElNeedRecreate(r4,x_,$P){var zP=customInnerStore(r4),z9=x_.type,eAe=x_.shape,tAe=x_.style;return $P.isUniversalTransitionEnabled()||z9!=null&&z9!==zP.customGraphicType||z9==="path"&&hasOwnPathData(eAe)&&getPathData(eAe)!==zP.customPathData||z9==="image"&&hasOwn(tAe,"image")&&tAe.image!==zP.customImagePath}function doCreateOrUpdateClipPath(r4,x_,$P,zP,z9){var eAe=$P.clipPath;if(eAe===!1)r4&&r4.getClipPath()&&r4.removeClipPath();else if(eAe){var tAe=r4.getClipPath();tAe&&doesElNeedRecreate(tAe,eAe,zP)&&(tAe=null),tAe||(tAe=createEl$1(eAe),r4.setClipPath(tAe)),updateElNormal(null,tAe,x_,eAe,null,zP,z9)}}function doCreateOrUpdateAttachedTx(r4,x_,$P,zP,z9,eAe){if(!r4.isGroup){processTxInfo($P,null,eAe),processTxInfo($P,EMPHASIS,eAe);var tAe=eAe.normal.conOpt,AAe=eAe.emphasis.conOpt,iAe=eAe.blur.conOpt,nAe=eAe.select.conOpt;if(tAe!=null||AAe!=null||nAe!=null||iAe!=null){var oAe=r4.getTextContent();if(tAe===!1)oAe&&r4.removeTextContent();else{tAe=eAe.normal.conOpt=tAe||{type:"text"},oAe?oAe.clearStates():(oAe=createEl$1(tAe),r4.setTextContent(oAe)),updateElNormal(null,oAe,x_,tAe,null,zP,z9);for(var aAe=tAe&&tAe.style,cAe=0;cAe=oAe;uAe--){var dAe=x_.childAt(uAe);removeChildFromGroup(x_,dAe,z9)}}}function removeChildFromGroup(r4,x_,$P){x_&&applyLeaveTransition(x_,customInnerStore(r4).option,$P)}function diffGroupChildren(r4){new DataDiffer(r4.oldChildren,r4.newChildren,getKey,getKey,r4).add(processAddUpdate).update(processAddUpdate).remove(processRemove).execute()}function getKey(r4,x_){var $P=r4&&r4.name;return $P??GROUP_DIFF_PREFIX+x_}function processAddUpdate(r4,x_){var $P=this.context,zP=r4!=null?$P.newChildren[r4]:null,z9=x_!=null?$P.oldChildren[x_]:null;doCreateOrUpdateEl($P.api,z9,$P.dataIndex,zP,$P.seriesModel,$P.group)}function processRemove(r4){var x_=this.context,$P=x_.oldChildren[r4];$P&&applyLeaveTransition($P,customInnerStore($P).option,x_.seriesModel)}function getPathData(r4){return r4&&(r4.pathData||r4.d)}function hasOwnPathData(r4){return r4&&(hasOwn(r4,"pathData")||hasOwn(r4,"d"))}function install$t(r4){r4.registerChartView(CustomChartView),r4.registerSeriesModel(CustomSeriesModel)}var inner$b=makeInner(),clone$4=clone$7,bind=bind$1,BaseAxisPointer=function(){function r4(){this._dragging=!1,this.animationThreshold=15}return r4.prototype.render=function(x_,$P,zP,z9){var eAe=$P.get("value"),tAe=$P.get("status");if(this._axisModel=x_,this._axisPointerModel=$P,this._api=zP,!(!z9&&this._lastValue===eAe&&this._lastStatus===tAe)){this._lastValue=eAe,this._lastStatus=tAe;var AAe=this._group,iAe=this._handle;if(!tAe||tAe==="hide"){AAe&&AAe.hide(),iAe&&iAe.hide();return}AAe&&AAe.show(),iAe&&iAe.show();var nAe={};this.makeElOption(nAe,eAe,x_,$P,zP);var oAe=nAe.graphicKey;oAe!==this._lastGraphicKey&&this.clear(zP),this._lastGraphicKey=oAe;var aAe=this._moveAnimation=this.determineAnimation(x_,$P);if(!AAe)AAe=this._group=new Group$3,this.createPointerEl(AAe,nAe,x_,$P),this.createLabelEl(AAe,nAe,x_,$P),zP.getZr().add(AAe);else{var cAe=curry$1(updateProps,$P,aAe);this.updatePointerEl(AAe,nAe,cAe),this.updateLabelEl(AAe,nAe,cAe,$P)}updateMandatoryProps(AAe,$P,!0),this._renderHandle(eAe)}},r4.prototype.remove=function(x_){this.clear(x_)},r4.prototype.dispose=function(x_){this.clear(x_)},r4.prototype.determineAnimation=function(x_,$P){var zP=$P.get("animation"),z9=x_.axis,eAe=z9.type==="category",tAe=$P.get("snap");if(!tAe&&!eAe)return!1;if(zP==="auto"||zP==null){var AAe=this.animationThreshold;if(eAe&&z9.getBandWidth()>AAe)return!0;if(tAe){var iAe=getAxisInfo$1(x_).seriesDataCount,nAe=z9.getExtent();return Math.abs(nAe[0]-nAe[1])/iAe>AAe}return!1}return zP===!0},r4.prototype.makeElOption=function(x_,$P,zP,z9,eAe){},r4.prototype.createPointerEl=function(x_,$P,zP,z9){var eAe=$P.pointer;if(eAe){var tAe=inner$b(x_).pointerEl=new graphic[eAe.type](clone$4($P.pointer));x_.add(tAe)}},r4.prototype.createLabelEl=function(x_,$P,zP,z9){if($P.label){var eAe=inner$b(x_).labelEl=new ZRText(clone$4($P.label));x_.add(eAe),updateLabelShowHide(eAe,z9)}},r4.prototype.updatePointerEl=function(x_,$P,zP){var z9=inner$b(x_).pointerEl;z9&&$P.pointer&&(z9.setStyle($P.pointer.style),zP(z9,{shape:$P.pointer.shape}))},r4.prototype.updateLabelEl=function(x_,$P,zP,z9){var eAe=inner$b(x_).labelEl;eAe&&(eAe.setStyle($P.label.style),zP(eAe,{x:$P.label.x,y:$P.label.y}),updateLabelShowHide(eAe,z9))},r4.prototype._renderHandle=function(x_){if(!(this._dragging||!this.updateHandleTransform)){var $P=this._axisPointerModel,zP=this._api.getZr(),z9=this._handle,eAe=$P.getModel("handle"),tAe=$P.get("status");if(!eAe.get("show")||!tAe||tAe==="hide"){z9&&zP.remove(z9),this._handle=null;return}var AAe;this._handle||(AAe=!0,z9=this._handle=createIcon(eAe.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(nAe){stop(nAe.event)},onmousedown:bind(this._onHandleDragMove,this,0,0),drift:bind(this._onHandleDragMove,this),ondragend:bind(this._onHandleDragEnd,this)}),zP.add(z9)),updateMandatoryProps(z9,$P,!1),z9.setStyle(eAe.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var iAe=eAe.get("size");isArray$2(iAe)||(iAe=[iAe,iAe]),z9.scaleX=iAe[0]/2,z9.scaleY=iAe[1]/2,createOrUpdate(this,"_doDispatchAxisPointer",eAe.get("throttle")||0,"fixRate"),this._moveHandleToValue(x_,AAe)}},r4.prototype._moveHandleToValue=function(x_,$P){updateProps(this._axisPointerModel,!$P&&this._moveAnimation,this._handle,getHandleTransProps(this.getHandleTransform(x_,this._axisModel,this._axisPointerModel)))},r4.prototype._onHandleDragMove=function(x_,$P){var zP=this._handle;if(zP){this._dragging=!0;var z9=this.updateHandleTransform(getHandleTransProps(zP),[x_,$P],this._axisModel,this._axisPointerModel);this._payloadInfo=z9,zP.stopAnimation(),zP.attr(getHandleTransProps(z9)),inner$b(zP).lastProp=null,this._doDispatchAxisPointer()}},r4.prototype._doDispatchAxisPointer=function(){var x_=this._handle;if(x_){var $P=this._payloadInfo,zP=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:$P.cursorPoint[0],y:$P.cursorPoint[1],tooltipOption:$P.tooltipOption,axesInfo:[{axisDim:zP.axis.dim,axisIndex:zP.componentIndex}]})}},r4.prototype._onHandleDragEnd=function(){this._dragging=!1;var x_=this._handle;if(x_){var $P=this._axisPointerModel.get("value");this._moveHandleToValue($P),this._api.dispatchAction({type:"hideTip"})}},r4.prototype.clear=function(x_){this._lastValue=null,this._lastStatus=null;var $P=x_.getZr(),zP=this._group,z9=this._handle;$P&&zP&&(this._lastGraphicKey=null,zP&&$P.remove(zP),z9&&$P.remove(z9),this._group=null,this._handle=null,this._payloadInfo=null),clear$1(this,"_doDispatchAxisPointer")},r4.prototype.doClear=function(){},r4.prototype.buildLabel=function(x_,$P,zP){return zP=zP||0,{x:x_[zP],y:x_[1-zP],width:$P[zP],height:$P[1-zP]}},r4}();function updateProps(r4,x_,$P,zP){propsEqual(inner$b($P).lastProp,zP)||(inner$b($P).lastProp=zP,x_?updateProps$1($P,zP,r4):($P.stopAnimation(),$P.attr(zP)))}function propsEqual(r4,x_){if(isObject$4(r4)&&isObject$4(x_)){var $P=!0;return each$f(x_,function(zP,z9){$P=$P&&propsEqual(r4[z9],zP)}),!!$P}else return r4===x_}function updateLabelShowHide(r4,x_){r4[x_.get(["label","show"])?"show":"hide"]()}function getHandleTransProps(r4){return{x:r4.x||0,y:r4.y||0,rotation:r4.rotation||0}}function updateMandatoryProps(r4,x_,$P){var zP=x_.get("z"),z9=x_.get("zlevel");r4&&r4.traverse(function(eAe){eAe.type!=="group"&&(zP!=null&&(eAe.z=zP),z9!=null&&(eAe.zlevel=z9),eAe.silent=$P)})}function buildElStyle(r4){var x_=r4.get("type"),$P=r4.getModel(x_+"Style"),zP;return x_==="line"?(zP=$P.getLineStyle(),zP.fill=null):x_==="shadow"&&(zP=$P.getAreaStyle(),zP.stroke=null),zP}function buildLabelElOption(r4,x_,$P,zP,z9){var eAe=$P.get("value"),tAe=getValueLabel(eAe,x_.axis,x_.ecModel,$P.get("seriesDataIndices"),{precision:$P.get(["label","precision"]),formatter:$P.get(["label","formatter"])}),AAe=$P.getModel("label"),iAe=normalizeCssArray(AAe.get("padding")||0),nAe=AAe.getFont(),oAe=getBoundingRect(tAe,nAe),aAe=z9.position,cAe=oAe.width+iAe[1]+iAe[3],uAe=oAe.height+iAe[0]+iAe[2],dAe=z9.align;dAe==="right"&&(aAe[0]-=cAe),dAe==="center"&&(aAe[0]-=cAe/2);var EAe=z9.verticalAlign;EAe==="bottom"&&(aAe[1]-=uAe),EAe==="middle"&&(aAe[1]-=uAe/2),confineInContainer(aAe,cAe,uAe,zP);var gAe=AAe.get("backgroundColor");(!gAe||gAe==="auto")&&(gAe=x_.get(["axisLine","lineStyle","color"])),r4.label={x:aAe[0],y:aAe[1],style:createTextStyle(AAe,{text:tAe,font:nAe,fill:AAe.getTextColor(),padding:iAe,backgroundColor:gAe}),z2:10}}function confineInContainer(r4,x_,$P,zP){var z9=zP.getWidth(),eAe=zP.getHeight();r4[0]=Math.min(r4[0]+x_,z9)-x_,r4[1]=Math.min(r4[1]+$P,eAe)-$P,r4[0]=Math.max(r4[0],0),r4[1]=Math.max(r4[1],0)}function getValueLabel(r4,x_,$P,zP,z9){r4=x_.scale.parse(r4);var eAe=x_.scale.getLabel({value:r4},{precision:z9.precision}),tAe=z9.formatter;if(tAe){var AAe={value:getAxisRawValue(x_,{value:r4}),axisDimension:x_.dim,axisIndex:x_.index,seriesData:[]};each$f(zP,function(iAe){var nAe=$P.getSeriesByIndex(iAe.seriesIndex),oAe=iAe.dataIndexInside,aAe=nAe&&nAe.getDataParams(oAe);aAe&&AAe.seriesData.push(aAe)}),isString(tAe)?eAe=tAe.replace("{value}",eAe):isFunction(tAe)&&(eAe=tAe(AAe))}return eAe}function getTransformedPosition(r4,x_,$P){var zP=create$4();return rotate$1(zP,zP,$P.rotation),translate$1(zP,zP,$P.position),applyTransform([r4.dataToCoord(x_),($P.labelOffset||0)+($P.labelDirection||1)*($P.labelMargin||0)],zP)}function buildCartesianSingleLabelElOption(r4,x_,$P,zP,z9,eAe){var tAe=AxisBuilder.innerTextLayout($P.rotation,0,$P.labelDirection);$P.labelMargin=z9.get(["label","margin"]),buildLabelElOption(x_,zP,z9,eAe,{position:getTransformedPosition(zP.axis,r4,$P),align:tAe.textAlign,verticalAlign:tAe.textVerticalAlign})}function makeLineShape(r4,x_,$P){return $P=$P||0,{x1:r4[$P],y1:r4[1-$P],x2:x_[$P],y2:x_[1-$P]}}function makeRectShape(r4,x_,$P){return $P=$P||0,{x:r4[$P],y:r4[1-$P],width:x_[$P],height:x_[1-$P]}}function makeSectorShape(r4,x_,$P,zP,z9,eAe){return{cx:r4,cy:x_,r0:$P,r:zP,startAngle:z9,endAngle:eAe,clockwise:!0}}var CartesianAxisPointer=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.makeElOption=function($P,zP,z9,eAe,tAe){var AAe=z9.axis,iAe=AAe.grid,nAe=eAe.get("type"),oAe=getCartesian(iAe,AAe).getOtherAxis(AAe).getGlobalExtent(),aAe=AAe.toGlobalCoord(AAe.dataToCoord(zP,!0));if(nAe&&nAe!=="none"){var cAe=buildElStyle(eAe),uAe=pointerShapeBuilder$2[nAe](AAe,aAe,oAe);uAe.style=cAe,$P.graphicKey=uAe.type,$P.pointer=uAe}var dAe=layout$2(iAe.model,z9);buildCartesianSingleLabelElOption(zP,$P,dAe,z9,eAe,tAe)},x_.prototype.getHandleTransform=function($P,zP,z9){var eAe=layout$2(zP.axis.grid.model,zP,{labelInside:!1});eAe.labelMargin=z9.get(["handle","margin"]);var tAe=getTransformedPosition(zP.axis,$P,eAe);return{x:tAe[0],y:tAe[1],rotation:eAe.rotation+(eAe.labelDirection<0?Math.PI:0)}},x_.prototype.updateHandleTransform=function($P,zP,z9,eAe){var tAe=z9.axis,AAe=tAe.grid,iAe=tAe.getGlobalExtent(!0),nAe=getCartesian(AAe,tAe).getOtherAxis(tAe).getGlobalExtent(),oAe=tAe.dim==="x"?0:1,aAe=[$P.x,$P.y];aAe[oAe]+=zP[oAe],aAe[oAe]=Math.min(iAe[1],aAe[oAe]),aAe[oAe]=Math.max(iAe[0],aAe[oAe]);var cAe=(nAe[1]+nAe[0])/2,uAe=[cAe,cAe];uAe[oAe]=aAe[oAe];var dAe=[{verticalAlign:"middle"},{align:"center"}];return{x:aAe[0],y:aAe[1],rotation:$P.rotation,cursorPoint:uAe,tooltipOption:dAe[oAe]}},x_}(BaseAxisPointer);function getCartesian(r4,x_){var $P={};return $P[x_.dim+"AxisIndex"]=x_.index,r4.getCartesian($P)}var pointerShapeBuilder$2={line:function(r4,x_,$P){var zP=makeLineShape([x_,$P[0]],[x_,$P[1]],getAxisDimIndex(r4));return{type:"Line",subPixelOptimize:!0,shape:zP}},shadow:function(r4,x_,$P){var zP=Math.max(1,r4.getBandWidth()),z9=$P[1]-$P[0];return{type:"Rect",shape:makeRectShape([x_-zP/2,$P[0]],[zP,z9],getAxisDimIndex(r4))}}};function getAxisDimIndex(r4){return r4.dim==="x"?0:1}var AxisPointerModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="axisPointer",x_.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},x_}(ComponentModel),inner$a=makeInner(),each$8=each$f;function register(r4,x_,$P){if(!env.node){var zP=x_.getZr();inner$a(zP).records||(inner$a(zP).records={}),initGlobalListeners(zP,x_);var z9=inner$a(zP).records[r4]||(inner$a(zP).records[r4]={});z9.handler=$P}}function initGlobalListeners(r4,x_){if(inner$a(r4).initialized)return;inner$a(r4).initialized=!0,$P("click",curry$1(doEnter,"click")),$P("mousemove",curry$1(doEnter,"mousemove")),$P("globalout",onLeave);function $P(zP,z9){r4.on(zP,function(eAe){var tAe=makeDispatchAction$1(x_);each$8(inner$a(r4).records,function(AAe){AAe&&z9(AAe,eAe,tAe.dispatchAction)}),dispatchTooltipFinally(tAe.pendings,x_)})}}function dispatchTooltipFinally(r4,x_){var $P=r4.showTip.length,zP=r4.hideTip.length,z9;$P?z9=r4.showTip[$P-1]:zP&&(z9=r4.hideTip[zP-1]),z9&&(z9.dispatchAction=null,x_.dispatchAction(z9))}function onLeave(r4,x_,$P){r4.handler("leave",null,$P)}function doEnter(r4,x_,$P,zP){x_.handler(r4,$P,zP)}function makeDispatchAction$1(r4){var x_={showTip:[],hideTip:[]},$P=function(zP){var z9=x_[zP.type];z9?z9.push(zP):(zP.dispatchAction=$P,r4.dispatchAction(zP))};return{dispatchAction:$P,pendings:x_}}function unregister(r4,x_){if(!env.node){var $P=x_.getZr(),zP=(inner$a($P).records||{})[r4];zP&&(inner$a($P).records[r4]=null)}}var AxisPointerView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe=zP.getComponent("tooltip"),tAe=$P.get("triggerOn")||eAe&&eAe.get("triggerOn")||"mousemove|click";register("axisPointer",z9,function(AAe,iAe,nAe){tAe!=="none"&&(AAe==="leave"||tAe.indexOf(AAe)>=0)&&nAe({type:"updateAxisPointer",currTrigger:AAe,x:iAe&&iAe.offsetX,y:iAe&&iAe.offsetY})})},x_.prototype.remove=function($P,zP){unregister("axisPointer",zP)},x_.prototype.dispose=function($P,zP){unregister("axisPointer",zP)},x_.type="axisPointer",x_}(ComponentView);function findPointFromSeries(r4,x_){var $P=[],zP=r4.seriesIndex,z9;if(zP==null||!(z9=x_.getSeriesByIndex(zP)))return{point:[]};var eAe=z9.getData(),tAe=queryDataIndex(eAe,r4);if(tAe==null||tAe<0||isArray$2(tAe))return{point:[]};var AAe=eAe.getItemGraphicEl(tAe),iAe=z9.coordinateSystem;if(z9.getTooltipPosition)$P=z9.getTooltipPosition(tAe)||[];else if(iAe&&iAe.dataToPoint)if(r4.isStacked){var nAe=iAe.getBaseAxis(),oAe=iAe.getOtherAxis(nAe),aAe=oAe.dim,cAe=nAe.dim,uAe=aAe==="x"||aAe==="radius"?1:0,dAe=eAe.mapDimension(cAe),EAe=[];EAe[uAe]=eAe.get(dAe,tAe),EAe[1-uAe]=eAe.get(eAe.getCalculationInfo("stackResultDimension"),tAe),$P=iAe.dataToPoint(EAe)||[]}else $P=iAe.dataToPoint(eAe.getValues(map$1(iAe.dimensions,function(pAe){return eAe.mapDimension(pAe)}),tAe))||[];else if(AAe){var gAe=AAe.getBoundingRect().clone();gAe.applyTransform(AAe.transform),$P=[gAe.x+gAe.width/2,gAe.y+gAe.height/2]}return{point:$P,el:AAe}}var inner$9=makeInner();function axisTrigger(r4,x_,$P){var zP=r4.currTrigger,z9=[r4.x,r4.y],eAe=r4,tAe=r4.dispatchAction||bind$1($P.dispatchAction,$P),AAe=x_.getComponent("axisPointer").coordSysAxesInfo;if(AAe){illegalPoint(z9)&&(z9=findPointFromSeries({seriesIndex:eAe.seriesIndex,dataIndex:eAe.dataIndex},x_).point);var iAe=illegalPoint(z9),nAe=eAe.axesInfo,oAe=AAe.axesInfo,aAe=zP==="leave"||illegalPoint(z9),cAe={},uAe={},dAe={list:[],map:{}},EAe={showPointer:curry$1(showPointer,uAe),showTooltip:curry$1(showTooltip,dAe)};each$f(AAe.coordSysMap,function(pAe,mAe){var SAe=iAe||pAe.containPoint(z9);each$f(AAe.coordSysAxesInfo[mAe],function(DAe,NAe){var TAe=DAe.axis,bAe=findInputAxisInfo(nAe,DAe);if(!aAe&&SAe&&(!nAe||bAe)){var GAe=bAe&&bAe.value;GAe==null&&!iAe&&(GAe=TAe.pointToData(z9)),GAe!=null&&processOnAxis(DAe,GAe,EAe,!1,cAe)}})});var gAe={};return each$f(oAe,function(pAe,mAe){var SAe=pAe.linkGroup;SAe&&!uAe[mAe]&&each$f(SAe.axesInfo,function(DAe,NAe){var TAe=uAe[NAe];if(DAe!==pAe&&TAe){var bAe=TAe.value;SAe.mapper&&(bAe=pAe.axis.scale.parse(SAe.mapper(bAe,makeMapperParam(DAe),makeMapperParam(pAe)))),gAe[pAe.key]=bAe}})}),each$f(gAe,function(pAe,mAe){processOnAxis(oAe[mAe],pAe,EAe,!0,cAe)}),updateModelActually(uAe,oAe,cAe),dispatchTooltipActually(dAe,z9,r4,tAe),dispatchHighDownActually(oAe,tAe,$P),cAe}}function processOnAxis(r4,x_,$P,zP,z9){var eAe=r4.axis;if(!(eAe.scale.isBlank()||!eAe.containData(x_))){if(!r4.involveSeries){$P.showPointer(r4,x_);return}var tAe=buildPayloadsBySeries(x_,r4),AAe=tAe.payloadBatch,iAe=tAe.snapToValue;AAe[0]&&z9.seriesIndex==null&&extend$1(z9,AAe[0]),!zP&&r4.snap&&eAe.containData(iAe)&&iAe!=null&&(x_=iAe),$P.showPointer(r4,x_,AAe),$P.showTooltip(r4,tAe,iAe)}}function buildPayloadsBySeries(r4,x_){var $P=x_.axis,zP=$P.dim,z9=r4,eAe=[],tAe=Number.MAX_VALUE,AAe=-1;return each$f(x_.seriesModels,function(iAe,nAe){var oAe=iAe.getData().mapDimensionsAll(zP),aAe,cAe;if(iAe.getAxisTooltipData){var uAe=iAe.getAxisTooltipData(oAe,r4,$P);cAe=uAe.dataIndices,aAe=uAe.nestestValue}else{if(cAe=iAe.getData().indicesOfNearest(oAe[0],r4,$P.type==="category"?.5:null),!cAe.length)return;aAe=iAe.getData().get(oAe[0],cAe[0])}if(!(aAe==null||!isFinite(aAe))){var dAe=r4-aAe,EAe=Math.abs(dAe);EAe<=tAe&&((EAe=0&&AAe<0)&&(tAe=EAe,AAe=dAe,z9=aAe,eAe.length=0),each$f(cAe,function(gAe){eAe.push({seriesIndex:iAe.seriesIndex,dataIndexInside:gAe,dataIndex:iAe.getData().getRawIndex(gAe)})}))}}),{payloadBatch:eAe,snapToValue:z9}}function showPointer(r4,x_,$P,zP){r4[x_.key]={value:$P,payloadBatch:zP}}function showTooltip(r4,x_,$P,zP){var z9=$P.payloadBatch,eAe=x_.axis,tAe=eAe.model,AAe=x_.axisPointerModel;if(!(!x_.triggerTooltip||!z9.length)){var iAe=x_.coordSys.model,nAe=makeKey(iAe),oAe=r4.map[nAe];oAe||(oAe=r4.map[nAe]={coordSysId:iAe.id,coordSysIndex:iAe.componentIndex,coordSysType:iAe.type,coordSysMainType:iAe.mainType,dataByAxis:[]},r4.list.push(oAe)),oAe.dataByAxis.push({axisDim:eAe.dim,axisIndex:tAe.componentIndex,axisType:tAe.type,axisId:tAe.id,value:zP,valueLabelOpt:{precision:AAe.get(["label","precision"]),formatter:AAe.get(["label","formatter"])},seriesDataIndices:z9.slice()})}}function updateModelActually(r4,x_,$P){var zP=$P.axesInfo=[];each$f(x_,function(z9,eAe){var tAe=z9.axisPointerModel.option,AAe=r4[eAe];AAe?(!z9.useHandle&&(tAe.status="show"),tAe.value=AAe.value,tAe.seriesDataIndices=(AAe.payloadBatch||[]).slice()):!z9.useHandle&&(tAe.status="hide"),tAe.status==="show"&&zP.push({axisDim:z9.axis.dim,axisIndex:z9.axis.model.componentIndex,value:tAe.value})})}function dispatchTooltipActually(r4,x_,$P,zP){if(illegalPoint(x_)||!r4.list.length){zP({type:"hideTip"});return}var z9=((r4.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};zP({type:"showTip",escapeConnect:!0,x:x_[0],y:x_[1],tooltipOption:$P.tooltipOption,position:$P.position,dataIndexInside:z9.dataIndexInside,dataIndex:z9.dataIndex,seriesIndex:z9.seriesIndex,dataByCoordSys:r4.list})}function dispatchHighDownActually(r4,x_,$P){var zP=$P.getZr(),z9="axisPointerLastHighlights",eAe=inner$9(zP)[z9]||{},tAe=inner$9(zP)[z9]={};each$f(r4,function(nAe,oAe){var aAe=nAe.axisPointerModel.option;aAe.status==="show"&&nAe.triggerEmphasis&&each$f(aAe.seriesDataIndices,function(cAe){var uAe=cAe.seriesIndex+" | "+cAe.dataIndex;tAe[uAe]=cAe})});var AAe=[],iAe=[];each$f(eAe,function(nAe,oAe){!tAe[oAe]&&iAe.push(nAe)}),each$f(tAe,function(nAe,oAe){!eAe[oAe]&&AAe.push(nAe)}),iAe.length&&$P.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:iAe}),AAe.length&&$P.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:AAe})}function findInputAxisInfo(r4,x_){for(var $P=0;$P<(r4||[]).length;$P++){var zP=r4[$P];if(x_.axis.dim===zP.axisDim&&x_.axis.model.componentIndex===zP.axisIndex)return zP}}function makeMapperParam(r4){var x_=r4.axis.model,$P={},zP=$P.axisDim=r4.axis.dim;return $P.axisIndex=$P[zP+"AxisIndex"]=x_.componentIndex,$P.axisName=$P[zP+"AxisName"]=x_.name,$P.axisId=$P[zP+"AxisId"]=x_.id,$P}function illegalPoint(r4){return!r4||r4[0]==null||isNaN(r4[0])||r4[1]==null||isNaN(r4[1])}function install$s(r4){AxisView.registerAxisPointerClass("CartesianAxisPointer",CartesianAxisPointer),r4.registerComponentModel(AxisPointerModel),r4.registerComponentView(AxisPointerView),r4.registerPreprocessor(function(x_){if(x_){(!x_.axisPointer||x_.axisPointer.length===0)&&(x_.axisPointer={});var $P=x_.axisPointer.link;$P&&!isArray$2($P)&&(x_.axisPointer.link=[$P])}}),r4.registerProcessor(r4.PRIORITY.PROCESSOR.STATISTIC,function(x_,$P){x_.getComponent("axisPointer").coordSysAxesInfo=collect(x_,$P)}),r4.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},axisTrigger)}function install$r(r4){use$1(install$P),use$1(install$s)}var PolarAxisPointer=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.makeElOption=function($P,zP,z9,eAe,tAe){var AAe=z9.axis;AAe.dim==="angle"&&(this.animationThreshold=Math.PI/18);var iAe=AAe.polar,nAe=iAe.getOtherAxis(AAe),oAe=nAe.getExtent(),aAe=AAe.dataToCoord(zP),cAe=eAe.get("type");if(cAe&&cAe!=="none"){var uAe=buildElStyle(eAe),dAe=pointerShapeBuilder$1[cAe](AAe,iAe,aAe,oAe);dAe.style=uAe,$P.graphicKey=dAe.type,$P.pointer=dAe}var EAe=eAe.get(["label","margin"]),gAe=getLabelPosition(zP,z9,eAe,iAe,EAe);buildLabelElOption($P,z9,eAe,tAe,gAe)},x_}(BaseAxisPointer);function getLabelPosition(r4,x_,$P,zP,z9){var eAe=x_.axis,tAe=eAe.dataToCoord(r4),AAe=zP.getAngleAxis().getExtent()[0];AAe=AAe/180*Math.PI;var iAe=zP.getRadiusAxis().getExtent(),nAe,oAe,aAe;if(eAe.dim==="radius"){var cAe=create$4();rotate$1(cAe,cAe,AAe),translate$1(cAe,cAe,[zP.cx,zP.cy]),nAe=applyTransform([tAe,-z9],cAe);var uAe=x_.getModel("axisLabel").get("rotate")||0,dAe=AxisBuilder.innerTextLayout(AAe,uAe*Math.PI/180,-1);oAe=dAe.textAlign,aAe=dAe.textVerticalAlign}else{var EAe=iAe[1];nAe=zP.coordToPoint([EAe+z9,tAe]);var gAe=zP.cx,pAe=zP.cy;oAe=Math.abs(nAe[0]-gAe)/EAe<.3?"center":nAe[0]>gAe?"left":"right",aAe=Math.abs(nAe[1]-pAe)/EAe<.3?"middle":nAe[1]>pAe?"top":"bottom"}return{position:nAe,align:oAe,verticalAlign:aAe}}var pointerShapeBuilder$1={line:function(r4,x_,$P,zP){return r4.dim==="angle"?{type:"Line",shape:makeLineShape(x_.coordToPoint([zP[0],$P]),x_.coordToPoint([zP[1],$P]))}:{type:"Circle",shape:{cx:x_.cx,cy:x_.cy,r:$P}}},shadow:function(r4,x_,$P,zP){var z9=Math.max(1,r4.getBandWidth()),eAe=Math.PI/180;return r4.dim==="angle"?{type:"Sector",shape:makeSectorShape(x_.cx,x_.cy,zP[0],zP[1],(-$P-z9/2)*eAe,(-$P+z9/2)*eAe)}:{type:"Sector",shape:makeSectorShape(x_.cx,x_.cy,$P-z9/2,$P+z9/2,0,Math.PI*2)}}},PolarModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.findAxisModel=function($P){var zP,z9=this.ecModel;return z9.eachComponent($P,function(eAe){eAe.getCoordSysModel()===this&&(zP=eAe)},this),zP},x_.type="polar",x_.dependencies=["radiusAxis","angleAxis"],x_.defaultOption={z:0,center:["50%","50%"],radius:"80%"},x_}(ComponentModel),PolarAxisModel=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",SINGLE_REFERRING).models[0]},x_.type="polarAxis",x_}(ComponentModel);mixin(PolarAxisModel,AxisModelCommonMixin);var AngleAxisModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="angleAxis",x_}(PolarAxisModel),RadiusAxisModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="radiusAxis",x_}(PolarAxisModel),RadiusAxis=function(r4){__extends$1(x_,r4);function x_($P,zP){return r4.call(this,"radius",$P,zP)||this}return x_.prototype.pointToData=function($P,zP){return this.polar.pointToData($P,zP)[this.dim==="radius"?0:1]},x_}(Axis);RadiusAxis.prototype.dataToRadius=Axis.prototype.dataToCoord;RadiusAxis.prototype.radiusToData=Axis.prototype.coordToData;var inner$8=makeInner(),AngleAxis=function(r4){__extends$1(x_,r4);function x_($P,zP){return r4.call(this,"angle",$P,zP||[0,360])||this}return x_.prototype.pointToData=function($P,zP){return this.polar.pointToData($P,zP)[this.dim==="radius"?0:1]},x_.prototype.calculateCategoryInterval=function(){var $P=this,zP=$P.getLabelModel(),z9=$P.scale,eAe=z9.getExtent(),tAe=z9.count();if(eAe[1]-eAe[0]<1)return 0;var AAe=eAe[0],iAe=$P.dataToCoord(AAe+1)-$P.dataToCoord(AAe),nAe=Math.abs(iAe),oAe=getBoundingRect(AAe==null?"":AAe+"",zP.getFont(),"center","top"),aAe=Math.max(oAe.height,7),cAe=aAe/nAe;isNaN(cAe)&&(cAe=1/0);var uAe=Math.max(0,Math.floor(cAe)),dAe=inner$8($P.model),EAe=dAe.lastAutoInterval,gAe=dAe.lastTickCount;return EAe!=null&&gAe!=null&&Math.abs(EAe-uAe)<=1&&Math.abs(gAe-tAe)<=1&&EAe>uAe?uAe=EAe:(dAe.lastTickCount=tAe,dAe.lastAutoInterval=uAe),uAe},x_}(Axis);AngleAxis.prototype.dataToAngle=Axis.prototype.dataToCoord;AngleAxis.prototype.angleToData=Axis.prototype.coordToData;var polarDimensions=["radius","angle"],Polar=function(){function r4(x_){this.dimensions=polarDimensions,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new RadiusAxis,this._angleAxis=new AngleAxis,this.axisPointerEnabled=!0,this.name=x_||"",this._radiusAxis.polar=this._angleAxis.polar=this}return r4.prototype.containPoint=function(x_){var $P=this.pointToCoord(x_);return this._radiusAxis.contain($P[0])&&this._angleAxis.contain($P[1])},r4.prototype.containData=function(x_){return this._radiusAxis.containData(x_[0])&&this._angleAxis.containData(x_[1])},r4.prototype.getAxis=function(x_){var $P="_"+x_+"Axis";return this[$P]},r4.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},r4.prototype.getAxesByScale=function(x_){var $P=[],zP=this._angleAxis,z9=this._radiusAxis;return zP.scale.type===x_&&$P.push(zP),z9.scale.type===x_&&$P.push(z9),$P},r4.prototype.getAngleAxis=function(){return this._angleAxis},r4.prototype.getRadiusAxis=function(){return this._radiusAxis},r4.prototype.getOtherAxis=function(x_){var $P=this._angleAxis;return x_===$P?this._radiusAxis:$P},r4.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},r4.prototype.getTooltipAxes=function(x_){var $P=x_!=null&&x_!=="auto"?this.getAxis(x_):this.getBaseAxis();return{baseAxes:[$P],otherAxes:[this.getOtherAxis($P)]}},r4.prototype.dataToPoint=function(x_,$P){return this.coordToPoint([this._radiusAxis.dataToRadius(x_[0],$P),this._angleAxis.dataToAngle(x_[1],$P)])},r4.prototype.pointToData=function(x_,$P){var zP=this.pointToCoord(x_);return[this._radiusAxis.radiusToData(zP[0],$P),this._angleAxis.angleToData(zP[1],$P)]},r4.prototype.pointToCoord=function(x_){var $P=x_[0]-this.cx,zP=x_[1]-this.cy,z9=this.getAngleAxis(),eAe=z9.getExtent(),tAe=Math.min(eAe[0],eAe[1]),AAe=Math.max(eAe[0],eAe[1]);z9.inverse?tAe=AAe-360:AAe=tAe+360;var iAe=Math.sqrt($P*$P+zP*zP);$P/=iAe,zP/=iAe;for(var nAe=Math.atan2(-zP,$P)/Math.PI*180,oAe=nAeAAe;)nAe+=oAe*360;return[iAe,nAe]},r4.prototype.coordToPoint=function(x_){var $P=x_[0],zP=x_[1]/180*Math.PI,z9=Math.cos(zP)*$P+this.cx,eAe=-Math.sin(zP)*$P+this.cy;return[z9,eAe]},r4.prototype.getArea=function(){var x_=this.getAngleAxis(),$P=this.getRadiusAxis(),zP=$P.getExtent().slice();zP[0]>zP[1]&&zP.reverse();var z9=x_.getExtent(),eAe=Math.PI/180,tAe=1e-4;return{cx:this.cx,cy:this.cy,r0:zP[0],r:zP[1],startAngle:-z9[0]*eAe,endAngle:-z9[1]*eAe,clockwise:x_.inverse,contain:function(AAe,iAe){var nAe=AAe-this.cx,oAe=iAe-this.cy,aAe=nAe*nAe+oAe*oAe,cAe=this.r,uAe=this.r0;return cAe!==uAe&&aAe-tAe<=cAe*cAe&&aAe+tAe>=uAe*uAe}}},r4.prototype.convertToPixel=function(x_,$P,zP){var z9=getCoordSys$2($P);return z9===this?this.dataToPoint(zP):null},r4.prototype.convertFromPixel=function(x_,$P,zP){var z9=getCoordSys$2($P);return z9===this?this.pointToData(zP):null},r4}();function getCoordSys$2(r4){var x_=r4.seriesModel,$P=r4.polarModel;return $P&&$P.coordinateSystem||x_&&x_.coordinateSystem}function resizePolar(r4,x_,$P){var zP=x_.get("center"),z9=$P.getWidth(),eAe=$P.getHeight();r4.cx=parsePercent(zP[0],z9),r4.cy=parsePercent(zP[1],eAe);var tAe=r4.getRadiusAxis(),AAe=Math.min(z9,eAe)/2,iAe=x_.get("radius");iAe==null?iAe=[0,"100%"]:isArray$2(iAe)||(iAe=[0,iAe]);var nAe=[parsePercent(iAe[0],AAe),parsePercent(iAe[1],AAe)];tAe.inverse?tAe.setExtent(nAe[1],nAe[0]):tAe.setExtent(nAe[0],nAe[1])}function updatePolarScale(r4,x_){var $P=this,zP=$P.getAngleAxis(),z9=$P.getRadiusAxis();if(zP.scale.setExtent(1/0,-1/0),z9.scale.setExtent(1/0,-1/0),r4.eachSeries(function(AAe){if(AAe.coordinateSystem===$P){var iAe=AAe.getData();each$f(getDataDimensionsOnAxis(iAe,"radius"),function(nAe){z9.scale.unionExtentFromData(iAe,nAe)}),each$f(getDataDimensionsOnAxis(iAe,"angle"),function(nAe){zP.scale.unionExtentFromData(iAe,nAe)})}}),niceScaleExtent(zP.scale,zP.model),niceScaleExtent(z9.scale,z9.model),zP.type==="category"&&!zP.onBand){var eAe=zP.getExtent(),tAe=360/zP.scale.count();zP.inverse?eAe[1]+=tAe:eAe[1]-=tAe,zP.setExtent(eAe[0],eAe[1])}}function isAngleAxisModel(r4){return r4.mainType==="angleAxis"}function setAxis(r4,x_){var $P;if(r4.type=x_.get("type"),r4.scale=createScaleByModel$1(x_),r4.onBand=x_.get("boundaryGap")&&r4.type==="category",r4.inverse=x_.get("inverse"),isAngleAxisModel(x_)){r4.inverse=r4.inverse!==x_.get("clockwise");var zP=x_.get("startAngle"),z9=($P=x_.get("endAngle"))!==null&&$P!==void 0?$P:zP+(r4.inverse?-360:360);r4.setExtent(zP,z9)}x_.axis=r4,r4.model=x_}var polarCreator={dimensions:polarDimensions,create:function(r4,x_){var $P=[];return r4.eachComponent("polar",function(zP,z9){var eAe=new Polar(z9+"");eAe.update=updatePolarScale;var tAe=eAe.getRadiusAxis(),AAe=eAe.getAngleAxis(),iAe=zP.findAxisModel("radiusAxis"),nAe=zP.findAxisModel("angleAxis");setAxis(tAe,iAe),setAxis(AAe,nAe),resizePolar(eAe,zP,x_),$P.push(eAe),zP.coordinateSystem=eAe,eAe.model=zP}),r4.eachSeries(function(zP){if(zP.get("coordinateSystem")==="polar"){var z9=zP.getReferringComponents("polar",SINGLE_REFERRING).models[0];zP.coordinateSystem=z9.coordinateSystem}}),$P}},elementList=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function getAxisLineShape(r4,x_,$P){x_[1]>x_[0]&&(x_=x_.slice().reverse());var zP=r4.coordToPoint([x_[0],$P]),z9=r4.coordToPoint([x_[1],$P]);return{x1:zP[0],y1:zP[1],x2:z9[0],y2:z9[1]}}function getRadiusIdx(r4){var x_=r4.getRadiusAxis();return x_.inverse?0:1}function fixAngleOverlap(r4){var x_=r4[0],$P=r4[r4.length-1];x_&&$P&&Math.abs(Math.abs(x_.coord-$P.coord)-360)<1e-4&&r4.pop()}var AngleAxisView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.axisPointerClass="PolarAxisPointer",$P}return x_.prototype.render=function($P,zP){if(this.group.removeAll(),!!$P.get("show")){var z9=$P.axis,eAe=z9.polar,tAe=eAe.getRadiusAxis().getExtent(),AAe=z9.getTicksCoords(),iAe=z9.getMinorTicksCoords(),nAe=map$1(z9.getViewLabels(),function(oAe){oAe=clone$7(oAe);var aAe=z9.scale,cAe=aAe.type==="ordinal"?aAe.getRawOrdinalNumber(oAe.tickValue):oAe.tickValue;return oAe.coord=z9.dataToCoord(cAe),oAe});fixAngleOverlap(nAe),fixAngleOverlap(AAe),each$f(elementList,function(oAe){$P.get([oAe,"show"])&&(!z9.scale.isBlank()||oAe==="axisLine")&&angelAxisElementsBuilders[oAe](this.group,$P,eAe,AAe,iAe,tAe,nAe)},this)}},x_.type="angleAxis",x_}(AxisView),angelAxisElementsBuilders={axisLine:function(r4,x_,$P,zP,z9,eAe){var tAe=x_.getModel(["axisLine","lineStyle"]),AAe=$P.getAngleAxis(),iAe=Math.PI/180,nAe=AAe.getExtent(),oAe=getRadiusIdx($P),aAe=oAe?0:1,cAe,uAe=Math.abs(nAe[1]-nAe[0])===360?"Circle":"Arc";eAe[aAe]===0?cAe=new graphic[uAe]({shape:{cx:$P.cx,cy:$P.cy,r:eAe[oAe],startAngle:-nAe[0]*iAe,endAngle:-nAe[1]*iAe,clockwise:AAe.inverse},style:tAe.getLineStyle(),z2:1,silent:!0}):cAe=new Ring({shape:{cx:$P.cx,cy:$P.cy,r:eAe[oAe],r0:eAe[aAe]},style:tAe.getLineStyle(),z2:1,silent:!0}),cAe.style.fill=null,r4.add(cAe)},axisTick:function(r4,x_,$P,zP,z9,eAe){var tAe=x_.getModel("axisTick"),AAe=(tAe.get("inside")?-1:1)*tAe.get("length"),iAe=eAe[getRadiusIdx($P)],nAe=map$1(zP,function(oAe){return new Line$1({shape:getAxisLineShape($P,[iAe,iAe+AAe],oAe.coord)})});r4.add(mergePath(nAe,{style:defaults$2(tAe.getModel("lineStyle").getLineStyle(),{stroke:x_.get(["axisLine","lineStyle","color"])})}))},minorTick:function(r4,x_,$P,zP,z9,eAe){if(z9.length){for(var tAe=x_.getModel("axisTick"),AAe=x_.getModel("minorTick"),iAe=(tAe.get("inside")?-1:1)*AAe.get("length"),nAe=eAe[getRadiusIdx($P)],oAe=[],aAe=0;aAepAe?"left":"right",DAe=Math.abs(gAe[1]-mAe)/EAe<.3?"middle":gAe[1]>mAe?"top":"bottom";if(AAe&&AAe[dAe]){var NAe=AAe[dAe];isObject$4(NAe)&&NAe.textStyle&&(uAe=new Model(NAe.textStyle,iAe,iAe.ecModel))}var TAe=new ZRText({silent:AxisBuilder.isLabelSilent(x_),style:createTextStyle(uAe,{x:gAe[0],y:gAe[1],fill:uAe.getTextColor()||x_.get(["axisLine","lineStyle","color"]),text:aAe.formattedLabel,align:SAe,verticalAlign:DAe})});if(r4.add(TAe),oAe){var bAe=AxisBuilder.makeAxisEventDataBase(x_);bAe.targetType="axisLabel",bAe.value=aAe.rawLabel,getECData(TAe).eventData=bAe}},this)},splitLine:function(r4,x_,$P,zP,z9,eAe){var tAe=x_.getModel("splitLine"),AAe=tAe.getModel("lineStyle"),iAe=AAe.get("color"),nAe=0;iAe=iAe instanceof Array?iAe:[iAe];for(var oAe=[],aAe=0;aAe=0?"p":"n",eIe=LAe;NAe&&(zP[oAe][HAe]||(zP[oAe][HAe]={p:LAe,n:LAe}),eIe=zP[oAe][HAe][zAe]);var iIe=void 0,rIe=void 0,AIe=void 0,XAe=void 0;if(dAe.dim==="radius"){var EIe=dAe.dataToCoord(PAe)-LAe,hIe=iAe.dataToCoord(HAe);Math.abs(EIe)=XAe})}}})}function calRadialBar(r4){var x_={};each$f(r4,function(zP,z9){var eAe=zP.getData(),tAe=zP.coordinateSystem,AAe=tAe.getBaseAxis(),iAe=getAxisKey(tAe,AAe),nAe=AAe.getExtent(),oAe=AAe.type==="category"?AAe.getBandWidth():Math.abs(nAe[1]-nAe[0])/eAe.count(),aAe=x_[iAe]||{bandWidth:oAe,remainedWidth:oAe,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},cAe=aAe.stacks;x_[iAe]=aAe;var uAe=getSeriesStackId(zP);cAe[uAe]||aAe.autoWidthCount++,cAe[uAe]=cAe[uAe]||{width:0,maxWidth:0};var dAe=parsePercent(zP.get("barWidth"),oAe),EAe=parsePercent(zP.get("barMaxWidth"),oAe),gAe=zP.get("barGap"),pAe=zP.get("barCategoryGap");dAe&&!cAe[uAe].width&&(dAe=Math.min(aAe.remainedWidth,dAe),cAe[uAe].width=dAe,aAe.remainedWidth-=dAe),EAe&&(cAe[uAe].maxWidth=EAe),gAe!=null&&(aAe.gap=gAe),pAe!=null&&(aAe.categoryGap=pAe)});var $P={};return each$f(x_,function(zP,z9){$P[z9]={};var eAe=zP.stacks,tAe=zP.bandWidth,AAe=parsePercent(zP.categoryGap,tAe),iAe=parsePercent(zP.gap,1),nAe=zP.remainedWidth,oAe=zP.autoWidthCount,aAe=(nAe-AAe)/(oAe+(oAe-1)*iAe);aAe=Math.max(aAe,0),each$f(eAe,function(EAe,gAe){var pAe=EAe.maxWidth;pAe&&pAe=$P.y&&x_[1]<=$P.y+$P.height:zP.contain(zP.toLocalCoord(x_[1]))&&x_[0]>=$P.y&&x_[0]<=$P.y+$P.height},r4.prototype.pointToData=function(x_){var $P=this.getAxis();return[$P.coordToData($P.toLocalCoord(x_[$P.orient==="horizontal"?0:1]))]},r4.prototype.dataToPoint=function(x_){var $P=this.getAxis(),zP=this.getRect(),z9=[],eAe=$P.orient==="horizontal"?0:1;return x_ instanceof Array&&(x_=x_[0]),z9[eAe]=$P.toGlobalCoord($P.dataToCoord(+x_)),z9[1-eAe]=eAe===0?zP.y+zP.height/2:zP.x+zP.width/2,z9},r4.prototype.convertToPixel=function(x_,$P,zP){var z9=getCoordSys$1($P);return z9===this?this.dataToPoint(zP):null},r4.prototype.convertFromPixel=function(x_,$P,zP){var z9=getCoordSys$1($P);return z9===this?this.pointToData(zP):null},r4}();function getCoordSys$1(r4){var x_=r4.seriesModel,$P=r4.singleAxisModel;return $P&&$P.coordinateSystem||x_&&x_.coordinateSystem}function create$2(r4,x_){var $P=[];return r4.eachComponent("singleAxis",function(zP,z9){var eAe=new Single(zP,r4,x_);eAe.name="single_"+z9,eAe.resize(zP,x_),zP.coordinateSystem=eAe,$P.push(eAe)}),r4.eachSeries(function(zP){if(zP.get("coordinateSystem")==="singleAxis"){var z9=zP.getReferringComponents("singleAxis",SINGLE_REFERRING).models[0];zP.coordinateSystem=z9&&z9.coordinateSystem}}),$P}var singleCreator={create:create$2,dimensions:singleDimensions},XY$3=["x","y"],WH$2=["width","height"],SingleAxisPointer=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.makeElOption=function($P,zP,z9,eAe,tAe){var AAe=z9.axis,iAe=AAe.coordinateSystem,nAe=getGlobalExtent(iAe,1-getPointDimIndex(AAe)),oAe=iAe.dataToPoint(zP)[0],aAe=eAe.get("type");if(aAe&&aAe!=="none"){var cAe=buildElStyle(eAe),uAe=pointerShapeBuilder[aAe](AAe,oAe,nAe);uAe.style=cAe,$P.graphicKey=uAe.type,$P.pointer=uAe}var dAe=layout$1(z9);buildCartesianSingleLabelElOption(zP,$P,dAe,z9,eAe,tAe)},x_.prototype.getHandleTransform=function($P,zP,z9){var eAe=layout$1(zP,{labelInside:!1});eAe.labelMargin=z9.get(["handle","margin"]);var tAe=getTransformedPosition(zP.axis,$P,eAe);return{x:tAe[0],y:tAe[1],rotation:eAe.rotation+(eAe.labelDirection<0?Math.PI:0)}},x_.prototype.updateHandleTransform=function($P,zP,z9,eAe){var tAe=z9.axis,AAe=tAe.coordinateSystem,iAe=getPointDimIndex(tAe),nAe=getGlobalExtent(AAe,iAe),oAe=[$P.x,$P.y];oAe[iAe]+=zP[iAe],oAe[iAe]=Math.min(nAe[1],oAe[iAe]),oAe[iAe]=Math.max(nAe[0],oAe[iAe]);var aAe=getGlobalExtent(AAe,1-iAe),cAe=(aAe[1]+aAe[0])/2,uAe=[cAe,cAe];return uAe[iAe]=oAe[iAe],{x:oAe[0],y:oAe[1],rotation:$P.rotation,cursorPoint:uAe,tooltipOption:{verticalAlign:"middle"}}},x_}(BaseAxisPointer),pointerShapeBuilder={line:function(r4,x_,$P){var zP=makeLineShape([x_,$P[0]],[x_,$P[1]],getPointDimIndex(r4));return{type:"Line",subPixelOptimize:!0,shape:zP}},shadow:function(r4,x_,$P){var zP=r4.getBandWidth(),z9=$P[1]-$P[0];return{type:"Rect",shape:makeRectShape([x_-zP/2,$P[0]],[zP,z9],getPointDimIndex(r4))}}};function getPointDimIndex(r4){return r4.isHorizontal()?0:1}function getGlobalExtent(r4,x_){var $P=r4.getRect();return[$P[XY$3[x_]],$P[XY$3[x_]]+$P[WH$2[x_]]]}var SingleView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="single",x_}(ComponentView);function install$p(r4){use$1(install$s),AxisView.registerAxisPointerClass("SingleAxisPointer",SingleAxisPointer),r4.registerComponentView(SingleView),r4.registerComponentView(SingleAxisView),r4.registerComponentModel(SingleAxisModel),axisModelCreator(r4,"single",SingleAxisModel,SingleAxisModel.defaultOption),r4.registerCoordinateSystem("single",singleCreator)}var CalendarModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function($P,zP,z9){var eAe=getLayoutParams($P);r4.prototype.init.apply(this,arguments),mergeAndNormalizeLayoutParams$1($P,eAe)},x_.prototype.mergeOption=function($P){r4.prototype.mergeOption.apply(this,arguments),mergeAndNormalizeLayoutParams$1(this.option,$P)},x_.prototype.getCellSize=function(){return this.option.cellSize},x_.type="calendar",x_.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},x_}(ComponentModel);function mergeAndNormalizeLayoutParams$1(r4,x_){var $P=r4.cellSize,zP;isArray$2($P)?zP=$P:zP=r4.cellSize=[$P,$P],zP.length===1&&(zP[1]=zP[0]);var z9=map$1([0,1],function(eAe){return sizeCalculable(x_,eAe)&&(zP[eAe]="auto"),zP[eAe]!=null&&zP[eAe]!=="auto"});mergeLayoutParam(r4,x_,{type:"box",ignoreSize:z9})}var CalendarView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){var eAe=this.group;eAe.removeAll();var tAe=$P.coordinateSystem,AAe=tAe.getRangeInfo(),iAe=tAe.getOrient(),nAe=zP.getLocaleModel();this._renderDayRect($P,AAe,eAe),this._renderLines($P,AAe,iAe,eAe),this._renderYearText($P,AAe,iAe,eAe),this._renderMonthText($P,nAe,iAe,eAe),this._renderWeekText($P,nAe,AAe,iAe,eAe)},x_.prototype._renderDayRect=function($P,zP,z9){for(var eAe=$P.coordinateSystem,tAe=$P.getModel("itemStyle").getItemStyle(),AAe=eAe.getCellWidth(),iAe=eAe.getCellHeight(),nAe=zP.start.time;nAe<=zP.end.time;nAe=eAe.getNextNDay(nAe,1).time){var oAe=eAe.dataToRect([nAe],!1).tl,aAe=new Rect$2({shape:{x:oAe[0],y:oAe[1],width:AAe,height:iAe},cursor:"default",style:tAe});z9.add(aAe)}},x_.prototype._renderLines=function($P,zP,z9,eAe){var tAe=this,AAe=$P.coordinateSystem,iAe=$P.getModel(["splitLine","lineStyle"]).getLineStyle(),nAe=$P.get(["splitLine","show"]),oAe=iAe.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var aAe=zP.start,cAe=0;aAe.time<=zP.end.time;cAe++){dAe(aAe.formatedDate),cAe===0&&(aAe=AAe.getDateInfo(zP.start.y+"-"+zP.start.m));var uAe=aAe.date;uAe.setMonth(uAe.getMonth()+1),aAe=AAe.getDateInfo(uAe)}dAe(AAe.getNextNDay(zP.end.time,1).formatedDate);function dAe(EAe){tAe._firstDayOfMonth.push(AAe.getDateInfo(EAe)),tAe._firstDayPoints.push(AAe.dataToRect([EAe],!1).tl);var gAe=tAe._getLinePointsOfOneWeek($P,EAe,z9);tAe._tlpoints.push(gAe[0]),tAe._blpoints.push(gAe[gAe.length-1]),nAe&&tAe._drawSplitline(gAe,iAe,eAe)}nAe&&this._drawSplitline(tAe._getEdgesPoints(tAe._tlpoints,oAe,z9),iAe,eAe),nAe&&this._drawSplitline(tAe._getEdgesPoints(tAe._blpoints,oAe,z9),iAe,eAe)},x_.prototype._getEdgesPoints=function($P,zP,z9){var eAe=[$P[0].slice(),$P[$P.length-1].slice()],tAe=z9==="horizontal"?0:1;return eAe[0][tAe]=eAe[0][tAe]-zP/2,eAe[1][tAe]=eAe[1][tAe]+zP/2,eAe},x_.prototype._drawSplitline=function($P,zP,z9){var eAe=new Polyline$1({z2:20,shape:{points:$P},style:zP});z9.add(eAe)},x_.prototype._getLinePointsOfOneWeek=function($P,zP,z9){for(var eAe=$P.coordinateSystem,tAe=eAe.getDateInfo(zP),AAe=[],iAe=0;iAe<7;iAe++){var nAe=eAe.getNextNDay(tAe.time,iAe),oAe=eAe.dataToRect([nAe.time],!1);AAe[2*nAe.day]=oAe.tl,AAe[2*nAe.day+1]=oAe[z9==="horizontal"?"bl":"tr"]}return AAe},x_.prototype._formatterLabel=function($P,zP){return isString($P)&&$P?formatTplSimple($P,zP):isFunction($P)?$P(zP):zP.nameMap},x_.prototype._yearTextPositionControl=function($P,zP,z9,eAe,tAe){var AAe=zP[0],iAe=zP[1],nAe=["center","bottom"];eAe==="bottom"?(iAe+=tAe,nAe=["center","top"]):eAe==="left"?AAe-=tAe:eAe==="right"?(AAe+=tAe,nAe=["center","top"]):iAe-=tAe;var oAe=0;return(eAe==="left"||eAe==="right")&&(oAe=Math.PI/2),{rotation:oAe,x:AAe,y:iAe,style:{align:nAe[0],verticalAlign:nAe[1]}}},x_.prototype._renderYearText=function($P,zP,z9,eAe){var tAe=$P.getModel("yearLabel");if(tAe.get("show")){var AAe=tAe.get("margin"),iAe=tAe.get("position");iAe||(iAe=z9!=="horizontal"?"top":"left");var nAe=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],oAe=(nAe[0][0]+nAe[1][0])/2,aAe=(nAe[0][1]+nAe[1][1])/2,cAe=z9==="horizontal"?0:1,uAe={top:[oAe,nAe[cAe][1]],bottom:[oAe,nAe[1-cAe][1]],left:[nAe[1-cAe][0],aAe],right:[nAe[cAe][0],aAe]},dAe=zP.start.y;+zP.end.y>+zP.start.y&&(dAe=dAe+"-"+zP.end.y);var EAe=tAe.get("formatter"),gAe={start:zP.start.y,end:zP.end.y,nameMap:dAe},pAe=this._formatterLabel(EAe,gAe),mAe=new ZRText({z2:30,style:createTextStyle(tAe,{text:pAe}),silent:tAe.get("silent")});mAe.attr(this._yearTextPositionControl(mAe,uAe[iAe],z9,iAe,AAe)),eAe.add(mAe)}},x_.prototype._monthTextPositionControl=function($P,zP,z9,eAe,tAe){var AAe="left",iAe="top",nAe=$P[0],oAe=$P[1];return z9==="horizontal"?(oAe=oAe+tAe,zP&&(AAe="center"),eAe==="start"&&(iAe="bottom")):(nAe=nAe+tAe,zP&&(iAe="middle"),eAe==="start"&&(AAe="right")),{x:nAe,y:oAe,align:AAe,verticalAlign:iAe}},x_.prototype._renderMonthText=function($P,zP,z9,eAe){var tAe=$P.getModel("monthLabel");if(tAe.get("show")){var AAe=tAe.get("nameMap"),iAe=tAe.get("margin"),nAe=tAe.get("position"),oAe=tAe.get("align"),aAe=[this._tlpoints,this._blpoints];(!AAe||isString(AAe))&&(AAe&&(zP=getLocaleModel(AAe)||zP),AAe=zP.get(["time","monthAbbr"])||[]);var cAe=nAe==="start"?0:1,uAe=z9==="horizontal"?0:1;iAe=nAe==="start"?-iAe:iAe;for(var dAe=oAe==="center",EAe=tAe.get("silent"),gAe=0;gAe=z9.start.time&&zP.timeAAe.end.time&&$P.reverse(),$P},r4.prototype._getRangeInfo=function(x_){var $P=[this.getDateInfo(x_[0]),this.getDateInfo(x_[1])],zP;$P[0].time>$P[1].time&&(zP=!0,$P.reverse());var z9=Math.floor($P[1].time/PROXIMATE_ONE_DAY)-Math.floor($P[0].time/PROXIMATE_ONE_DAY)+1,eAe=new Date($P[0].time),tAe=eAe.getDate(),AAe=$P[1].date.getDate();eAe.setDate(tAe+z9-1);var iAe=eAe.getDate();if(iAe!==AAe)for(var nAe=eAe.getTime()-$P[1].time>0?1:-1;(iAe=eAe.getDate())!==AAe&&(eAe.getTime()-$P[1].time)*nAe>0;)z9-=nAe,eAe.setDate(iAe-nAe);var oAe=Math.floor((z9+$P[0].day+6)/7),aAe=zP?-oAe+1:oAe-1;return zP&&$P.reverse(),{range:[$P[0].formatedDate,$P[1].formatedDate],start:$P[0],end:$P[1],allDay:z9,weeks:oAe,nthWeek:aAe,fweek:$P[0].day,lweek:$P[1].day}},r4.prototype._getDateByWeeksAndDay=function(x_,$P,zP){var z9=this._getRangeInfo(zP);if(x_>z9.weeks||x_===0&&$Pz9.lweek)return null;var eAe=(x_-1)*7-z9.fweek+$P,tAe=new Date(z9.start.time);return tAe.setDate(+z9.start.d+eAe),this.getDateInfo(tAe)},r4.create=function(x_,$P){var zP=[];return x_.eachComponent("calendar",function(z9){var eAe=new r4(z9);zP.push(eAe),z9.coordinateSystem=eAe}),x_.eachSeries(function(z9){z9.get("coordinateSystem")==="calendar"&&(z9.coordinateSystem=zP[z9.get("calendarIndex")||0])}),zP},r4.dimensions=["time","value"],r4}();function getCoordSys(r4){var x_=r4.calendarModel,$P=r4.seriesModel,zP=x_?x_.coordinateSystem:$P?$P.coordinateSystem:null;return zP}function install$o(r4){r4.registerComponentModel(CalendarModel),r4.registerComponentView(CalendarView),r4.registerCoordinateSystem("calendar",Calendar)}function setKeyInfoToNewElOption(r4,x_){var $P=r4.existing;if(x_.id=r4.keyInfo.id,!x_.type&&$P&&(x_.type=$P.type),x_.parentId==null){var zP=x_.parentOption;zP?x_.parentId=zP.id:$P&&(x_.parentId=$P.parentId)}x_.parentOption=null}function isSetLoc(r4,x_){var $P;return each$f(x_,function(zP){r4[zP]!=null&&r4[zP]!=="auto"&&($P=!0)}),$P}function mergeNewElOptionToExist(r4,x_,$P){var zP=extend$1({},$P),z9=r4[x_],eAe=$P.$action||"merge";eAe==="merge"?z9?(merge(z9,zP,!0),mergeLayoutParam(z9,zP,{ignoreSize:!0}),copyLayoutParams($P,z9),copyTransitionInfo($P,z9),copyTransitionInfo($P,z9,"shape"),copyTransitionInfo($P,z9,"style"),copyTransitionInfo($P,z9,"extra"),$P.clipPath=z9.clipPath):r4[x_]=zP:eAe==="replace"?r4[x_]=zP:eAe==="remove"&&z9&&(r4[x_]=null)}var TRANSITION_PROPS_TO_COPY=["transition","enterFrom","leaveTo"],ROOT_TRANSITION_PROPS_TO_COPY=TRANSITION_PROPS_TO_COPY.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function copyTransitionInfo(r4,x_,$P){if($P&&(!r4[$P]&&x_[$P]&&(r4[$P]={}),r4=r4[$P],x_=x_[$P]),!(!r4||!x_))for(var zP=$P?TRANSITION_PROPS_TO_COPY:ROOT_TRANSITION_PROPS_TO_COPY,z9=0;z9=0;oAe--){var aAe=z9[oAe],cAe=convertOptionIdName(aAe.id,null),uAe=cAe!=null?tAe.get(cAe):null;if(uAe){var dAe=uAe.parent,pAe=inner$7(dAe),mAe=dAe===eAe?{width:AAe,height:iAe}:{width:pAe.width,height:pAe.height},SAe={},DAe=positionElement(uAe,aAe,mAe,null,{hv:aAe.hv,boundingMode:aAe.bounding},SAe);if(!inner$7(uAe).isNew&&DAe){for(var NAe=aAe.transition,TAe={},bAe=0;bAe=0)?TAe[GAe]=LAe:uAe[GAe]=LAe}updateProps$1(uAe,TAe,$P,0)}else uAe.attr(SAe)}}},x_.prototype._clear=function(){var $P=this,zP=this._elMap;zP.each(function(z9){removeEl$1(z9,inner$7(z9).option,zP,$P._lastGraphicModel)}),this._elMap=createHashMap()},x_.prototype.dispose=function(){this._clear()},x_.type="graphic",x_}(ComponentView);function newEl(r4){var x_=hasOwn(nonShapeGraphicElements,r4)?nonShapeGraphicElements[r4]:getShapeClass(r4),$P=new x_({});return inner$7($P).type=r4,$P}function createEl(r4,x_,$P,zP){var z9=newEl($P);return x_.add(z9),zP.set(r4,z9),inner$7(z9).id=r4,inner$7(z9).isNew=!0,z9}function removeEl$1(r4,x_,$P,zP){var z9=r4&&r4.parent;z9&&(r4.type==="group"&&r4.traverse(function(eAe){removeEl$1(eAe,x_,$P,zP)}),applyLeaveTransition(r4,x_,zP),$P.removeKey(inner$7(r4).id))}function updateCommonAttrs(r4,x_,$P,zP){r4.isGroup||each$f([["cursor",Displayable.prototype.cursor],["zlevel",zP||0],["z",$P||0],["z2",0]],function(z9){var eAe=z9[0];hasOwn(x_,eAe)?r4[eAe]=retrieve2(x_[eAe],z9[1]):r4[eAe]==null&&(r4[eAe]=z9[1])}),each$f(keys(x_),function(z9){if(z9.indexOf("on")===0){var eAe=x_[z9];r4[z9]=isFunction(eAe)?eAe:null}}),hasOwn(x_,"draggable")&&(r4.draggable=x_.draggable),x_.name!=null&&(r4.name=x_.name),x_.id!=null&&(r4.id=x_.id)}function getCleanedElOption(r4){return r4=extend$1({},r4),each$f(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(LOCATION_PARAMS),function(x_){delete r4[x_]}),r4}function setEventData(r4,x_,$P){var zP=getECData(r4).eventData;!r4.silent&&!r4.ignore&&!zP&&(zP=getECData(r4).eventData={componentType:"graphic",componentIndex:x_.componentIndex,name:r4.name}),zP&&(zP.info=$P.info)}function install$n(r4){r4.registerComponentModel(GraphicComponentModel),r4.registerComponentView(GraphicComponentView),r4.registerPreprocessor(function(x_){var $P=x_.graphic;isArray$2($P)?!$P[0]||!$P[0].elements?x_.graphic=[{elements:$P}]:x_.graphic=[x_.graphic[0]]:$P&&!$P.elements&&(x_.graphic=[{elements:[$P]}])})}var DATA_ZOOM_AXIS_DIMENSIONS=["x","y","radius","angle","single"],SERIES_COORDS=["cartesian2d","polar","singleAxis"];function isCoordSupported(r4){var x_=r4.get("coordinateSystem");return indexOf(SERIES_COORDS,x_)>=0}function getAxisMainType(r4){return r4+"Axis"}function findEffectedDataZooms(r4,x_){var $P=createHashMap(),zP=[],z9=createHashMap();r4.eachComponent({mainType:"dataZoom",query:x_},function(oAe){z9.get(oAe.uid)||AAe(oAe)});var eAe;do eAe=!1,r4.eachComponent("dataZoom",tAe);while(eAe);function tAe(oAe){!z9.get(oAe.uid)&&iAe(oAe)&&(AAe(oAe),eAe=!0)}function AAe(oAe){z9.set(oAe.uid,!0),zP.push(oAe),nAe(oAe)}function iAe(oAe){var aAe=!1;return oAe.eachTargetAxis(function(cAe,uAe){var dAe=$P.get(cAe);dAe&&dAe[uAe]&&(aAe=!0)}),aAe}function nAe(oAe){oAe.eachTargetAxis(function(aAe,cAe){($P.get(aAe)||$P.set(aAe,[]))[cAe]=!0})}return zP}function collectReferCoordSysModelInfo(r4){var x_=r4.ecModel,$P={infoList:[],infoMap:createHashMap()};return r4.eachTargetAxis(function(zP,z9){var eAe=x_.getComponent(getAxisMainType(zP),z9);if(eAe){var tAe=eAe.getCoordSysModel();if(tAe){var AAe=tAe.uid,iAe=$P.infoMap.get(AAe);iAe||(iAe={model:tAe,axisModels:[]},$P.infoList.push(iAe),$P.infoMap.set(AAe,iAe)),iAe.axisModels.push(eAe)}}}),$P}var DataZoomAxisInfo=function(){function r4(){this.indexList=[],this.indexMap=[]}return r4.prototype.add=function(x_){this.indexMap[x_]||(this.indexList.push(x_),this.indexMap[x_]=!0)},r4}(),DataZoomModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P._autoThrottle=!0,$P._noTarget=!0,$P._rangePropMode=["percent","percent"],$P}return x_.prototype.init=function($P,zP,z9){var eAe=retrieveRawOption($P);this.settledOption=eAe,this.mergeDefaultAndTheme($P,z9),this._doInit(eAe)},x_.prototype.mergeOption=function($P){var zP=retrieveRawOption($P);merge(this.option,$P,!0),merge(this.settledOption,zP,!0),this._doInit(zP)},x_.prototype._doInit=function($P){var zP=this.option;this._setDefaultThrottle($P),this._updateRangeUse($P);var z9=this.settledOption;each$f([["start","startValue"],["end","endValue"]],function(eAe,tAe){this._rangePropMode[tAe]==="value"&&(zP[eAe[0]]=z9[eAe[0]]=null)},this),this._resetTarget()},x_.prototype._resetTarget=function(){var $P=this.get("orient",!0),zP=this._targetAxisInfoMap=createHashMap(),z9=this._fillSpecifiedTargetAxis(zP);z9?this._orient=$P||this._makeAutoOrientByTargetAxis():(this._orient=$P||"horizontal",this._fillAutoTargetAxisByOrient(zP,this._orient)),this._noTarget=!0,zP.each(function(eAe){eAe.indexList.length&&(this._noTarget=!1)},this)},x_.prototype._fillSpecifiedTargetAxis=function($P){var zP=!1;return each$f(DATA_ZOOM_AXIS_DIMENSIONS,function(z9){var eAe=this.getReferringComponents(getAxisMainType(z9),MULTIPLE_REFERRING);if(eAe.specified){zP=!0;var tAe=new DataZoomAxisInfo;each$f(eAe.models,function(AAe){tAe.add(AAe.componentIndex)}),$P.set(z9,tAe)}},this),zP},x_.prototype._fillAutoTargetAxisByOrient=function($P,zP){var z9=this.ecModel,eAe=!0;if(eAe){var tAe=zP==="vertical"?"y":"x",AAe=z9.findComponents({mainType:tAe+"Axis"});iAe(AAe,tAe)}if(eAe){var AAe=z9.findComponents({mainType:"singleAxis",filter:function(oAe){return oAe.get("orient",!0)===zP}});iAe(AAe,"single")}function iAe(nAe,oAe){var aAe=nAe[0];if(aAe){var cAe=new DataZoomAxisInfo;if(cAe.add(aAe.componentIndex),$P.set(oAe,cAe),eAe=!1,oAe==="x"||oAe==="y"){var uAe=aAe.getReferringComponents("grid",SINGLE_REFERRING).models[0];uAe&&each$f(nAe,function(dAe){aAe.componentIndex!==dAe.componentIndex&&uAe===dAe.getReferringComponents("grid",SINGLE_REFERRING).models[0]&&cAe.add(dAe.componentIndex)})}}}eAe&&each$f(DATA_ZOOM_AXIS_DIMENSIONS,function(nAe){if(eAe){var oAe=z9.findComponents({mainType:getAxisMainType(nAe),filter:function(cAe){return cAe.get("type",!0)==="category"}});if(oAe[0]){var aAe=new DataZoomAxisInfo;aAe.add(oAe[0].componentIndex),$P.set(nAe,aAe),eAe=!1}}},this)},x_.prototype._makeAutoOrientByTargetAxis=function(){var $P;return this.eachTargetAxis(function(zP){!$P&&($P=zP)},this),$P==="y"?"vertical":"horizontal"},x_.prototype._setDefaultThrottle=function($P){if($P.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var zP=this.ecModel.option;this.option.throttle=zP.animation&&zP.animationDurationUpdate>0?100:20}},x_.prototype._updateRangeUse=function($P){var zP=this._rangePropMode,z9=this.get("rangeMode");each$f([["start","startValue"],["end","endValue"]],function(eAe,tAe){var AAe=$P[eAe[0]]!=null,iAe=$P[eAe[1]]!=null;AAe&&!iAe?zP[tAe]="percent":!AAe&&iAe?zP[tAe]="value":z9?zP[tAe]=z9[tAe]:AAe&&(zP[tAe]="percent")})},x_.prototype.noTarget=function(){return this._noTarget},x_.prototype.getFirstTargetAxisModel=function(){var $P;return this.eachTargetAxis(function(zP,z9){$P==null&&($P=this.ecModel.getComponent(getAxisMainType(zP),z9))},this),$P},x_.prototype.eachTargetAxis=function($P,zP){this._targetAxisInfoMap.each(function(z9,eAe){each$f(z9.indexList,function(tAe){$P.call(zP,eAe,tAe)})})},x_.prototype.getAxisProxy=function($P,zP){var z9=this.getAxisModel($P,zP);if(z9)return z9.__dzAxisProxy},x_.prototype.getAxisModel=function($P,zP){var z9=this._targetAxisInfoMap.get($P);if(z9&&z9.indexMap[zP])return this.ecModel.getComponent(getAxisMainType($P),zP)},x_.prototype.setRawRange=function($P){var zP=this.option,z9=this.settledOption;each$f([["start","startValue"],["end","endValue"]],function(eAe){($P[eAe[0]]!=null||$P[eAe[1]]!=null)&&(zP[eAe[0]]=z9[eAe[0]]=$P[eAe[0]],zP[eAe[1]]=z9[eAe[1]]=$P[eAe[1]])},this),this._updateRangeUse($P)},x_.prototype.setCalculatedRange=function($P){var zP=this.option;each$f(["start","startValue","end","endValue"],function(z9){zP[z9]=$P[z9]})},x_.prototype.getPercentRange=function(){var $P=this.findRepresentativeAxisProxy();if($P)return $P.getDataPercentWindow()},x_.prototype.getValueRange=function($P,zP){if($P==null&&zP==null){var z9=this.findRepresentativeAxisProxy();if(z9)return z9.getDataValueWindow()}else return this.getAxisProxy($P,zP).getDataValueWindow()},x_.prototype.findRepresentativeAxisProxy=function($P){if($P)return $P.__dzAxisProxy;for(var zP,z9=this._targetAxisInfoMap.keys(),eAe=0;eAetAe[1];if(SAe&&!DAe&&!NAe)return!0;SAe&&(gAe=!0),DAe&&(dAe=!0),NAe&&(EAe=!0)}return gAe&&dAe&&EAe})}else each$7(oAe,function(uAe){if(eAe==="empty")iAe.setData(nAe=nAe.map(uAe,function(EAe){return AAe(EAe)?EAe:NaN}));else{var dAe={};dAe[uAe]=tAe,nAe.selectRange(dAe)}});each$7(oAe,function(uAe){nAe.setApproximateExtent(tAe,uAe)})}});function AAe(iAe){return iAe>=tAe[0]&&iAe<=tAe[1]}},r4.prototype._updateMinMaxSpan=function(){var x_=this._minMaxSpan={},$P=this._dataZoomModel,zP=this._dataExtent;each$7(["min","max"],function(z9){var eAe=$P.get(z9+"Span"),tAe=$P.get(z9+"ValueSpan");tAe!=null&&(tAe=this.getAxisModel().axis.scale.parse(tAe)),tAe!=null?eAe=linearMap$2(zP[0]+tAe,zP,[0,100],!0):eAe!=null&&(tAe=linearMap$2(eAe,[0,100],zP,!0)-zP[0]),x_[z9+"Span"]=eAe,x_[z9+"ValueSpan"]=tAe},this)},r4.prototype._setAxisModel=function(){var x_=this.getAxisModel(),$P=this._percentWindow,zP=this._valueWindow;if($P){var z9=getPixelPrecision(zP,[0,500]);z9=Math.min(z9,20);var eAe=x_.axis.scale.rawExtentInfo;$P[0]!==0&&eAe.setDeterminedMinMax("min",+zP[0].toFixed(z9)),$P[1]!==100&&eAe.setDeterminedMinMax("max",+zP[1].toFixed(z9)),eAe.freeze()}},r4}();function calculateDataExtent(r4,x_,$P){var zP=[1/0,-1/0];each$7($P,function(tAe){unionAxisExtentFromData(zP,tAe.getData(),x_)});var z9=r4.getAxisModel(),eAe=ensureScaleRawExtentInfo(z9.axis.scale,z9,zP).calculate();return[eAe.min,eAe.max]}var dataZoomProcessor={getTargetSeries:function(r4){function x_(z9){r4.eachComponent("dataZoom",function(eAe){eAe.eachTargetAxis(function(tAe,AAe){var iAe=r4.getComponent(getAxisMainType(tAe),AAe);z9(tAe,AAe,iAe,eAe)})})}x_(function(z9,eAe,tAe,AAe){tAe.__dzAxisProxy=null});var $P=[];x_(function(z9,eAe,tAe,AAe){tAe.__dzAxisProxy||(tAe.__dzAxisProxy=new AxisProxy(z9,eAe,AAe,r4),$P.push(tAe.__dzAxisProxy))});var zP=createHashMap();return each$f($P,function(z9){each$f(z9.getTargetSeriesModels(),function(eAe){zP.set(eAe.uid,eAe)})}),zP},overallReset:function(r4,x_){r4.eachComponent("dataZoom",function($P){$P.eachTargetAxis(function(zP,z9){$P.getAxisProxy(zP,z9).reset($P)}),$P.eachTargetAxis(function(zP,z9){$P.getAxisProxy(zP,z9).filterData($P,x_)})}),r4.eachComponent("dataZoom",function($P){var zP=$P.findRepresentativeAxisProxy();if(zP){var z9=zP.getDataPercentWindow(),eAe=zP.getDataValueWindow();$P.setCalculatedRange({start:z9[0],end:z9[1],startValue:eAe[0],endValue:eAe[1]})}})}};function installDataZoomAction(r4){r4.registerAction("dataZoom",function(x_,$P){var zP=findEffectedDataZooms($P,x_);each$f(zP,function(z9){z9.setRawRange({start:x_.start,end:x_.end,startValue:x_.startValue,endValue:x_.endValue})})})}var installed$1=!1;function installCommon$1(r4){installed$1||(installed$1=!0,r4.registerProcessor(r4.PRIORITY.PROCESSOR.FILTER,dataZoomProcessor),installDataZoomAction(r4),r4.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function install$m(r4){r4.registerComponentModel(SelectDataZoomModel),r4.registerComponentView(SelectDataZoomView),installCommon$1(r4)}var ToolboxFeature=function(){function r4(){}return r4}(),features={};function registerFeature(r4,x_){features[r4]=x_}function getFeature(r4){return features[r4]}var ToolboxModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.optionUpdated=function(){r4.prototype.optionUpdated.apply(this,arguments);var $P=this.ecModel;each$f(this.option.feature,function(zP,z9){var eAe=getFeature(z9);eAe&&(eAe.getDefaultOption&&(eAe.defaultOption=eAe.getDefaultOption($P)),merge(zP,eAe.defaultOption))})},x_.type="toolbox",x_.layoutMode={type:"box",ignoreSize:!0},x_.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},x_}(ComponentModel);function layout(r4,x_,$P){var zP=x_.getBoxLayoutParams(),z9=x_.get("padding"),eAe={width:$P.getWidth(),height:$P.getHeight()},tAe=getLayoutRect(zP,eAe,z9);box(x_.get("orient"),r4,x_.get("itemGap"),tAe.width,tAe.height),positionElement(r4,zP,eAe,z9)}function makeBackground(r4,x_){var $P=normalizeCssArray(x_.get("padding")),zP=x_.getItemStyle(["color","opacity"]);return zP.fill=x_.get("backgroundColor"),r4=new Rect$2({shape:{x:r4.x-$P[3],y:r4.y-$P[0],width:r4.width+$P[1]+$P[3],height:r4.height+$P[0]+$P[2],r:x_.get("borderRadius")},style:zP,silent:!0,z2:-1}),r4}var ToolboxView=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.render=function($P,zP,z9,eAe){var tAe=this.group;if(tAe.removeAll(),!$P.get("show"))return;var AAe=+$P.get("itemSize"),iAe=$P.get("orient")==="vertical",nAe=$P.get("feature")||{},oAe=this._features||(this._features={}),aAe=[];each$f(nAe,function(dAe,EAe){aAe.push(EAe)}),new DataDiffer(this._featureNames||[],aAe).add(cAe).update(cAe).remove(curry$1(cAe,null)).execute(),this._featureNames=aAe;function cAe(dAe,EAe){var gAe=aAe[dAe],pAe=aAe[EAe],mAe=nAe[gAe],SAe=new Model(mAe,$P,$P.ecModel),DAe;if(eAe&&eAe.newTitle!=null&&eAe.featureName===gAe&&(mAe.title=eAe.newTitle),gAe&&!pAe){if(isUserFeatureName(gAe))DAe={onclick:SAe.option.onclick,featureName:gAe};else{var NAe=getFeature(gAe);if(!NAe)return;DAe=new NAe}oAe[gAe]=DAe}else if(DAe=oAe[pAe],!DAe)return;DAe.uid=getUID("toolbox-feature"),DAe.model=SAe,DAe.ecModel=zP,DAe.api=z9;var TAe=DAe instanceof ToolboxFeature;if(!gAe&&pAe){TAe&&DAe.dispose&&DAe.dispose(zP,z9);return}if(!SAe.get("show")||TAe&&DAe.unusable){TAe&&DAe.remove&&DAe.remove(zP,z9);return}uAe(SAe,DAe,gAe),SAe.setIconStatus=function(bAe,GAe){var LAe=this.option,wAe=this.iconPaths;LAe.iconStatus=LAe.iconStatus||{},LAe.iconStatus[bAe]=GAe,wAe[bAe]&&(GAe==="emphasis"?enterEmphasis:leaveEmphasis)(wAe[bAe])},DAe instanceof ToolboxFeature&&DAe.render&&DAe.render(SAe,zP,z9,eAe)}function uAe(dAe,EAe,gAe){var pAe=dAe.getModel("iconStyle"),mAe=dAe.getModel(["emphasis","iconStyle"]),SAe=EAe instanceof ToolboxFeature&&EAe.getIcons?EAe.getIcons():dAe.get("icon"),DAe=dAe.get("title")||{},NAe,TAe;isString(SAe)?(NAe={},NAe[gAe]=SAe):NAe=SAe,isString(DAe)?(TAe={},TAe[gAe]=DAe):TAe=DAe;var bAe=dAe.iconPaths={};each$f(NAe,function(GAe,LAe){var wAe=createIcon(GAe,{},{x:-AAe/2,y:-AAe/2,width:AAe,height:AAe});wAe.setStyle(pAe.getItemStyle());var OAe=wAe.ensureState("emphasis");OAe.style=mAe.getItemStyle();var PAe=new ZRText({style:{text:TAe[LAe],align:mAe.get("textAlign"),borderRadius:mAe.get("textBorderRadius"),padding:mAe.get("textPadding"),fill:null,font:getFont({fontStyle:mAe.get("textFontStyle"),fontFamily:mAe.get("textFontFamily"),fontSize:mAe.get("textFontSize"),fontWeight:mAe.get("textFontWeight")},zP)},ignore:!0});wAe.setTextContent(PAe),setTooltipConfig({el:wAe,componentModel:$P,itemName:LAe,formatterParamsExtra:{title:TAe[LAe]}}),wAe.__title=TAe[LAe],wAe.on("mouseover",function(){var HAe=mAe.getItemStyle(),zAe=iAe?$P.get("right")==null&&$P.get("left")!=="right"?"right":"left":$P.get("bottom")==null&&$P.get("top")!=="bottom"?"bottom":"top";PAe.setStyle({fill:mAe.get("textFill")||HAe.fill||HAe.stroke||"#000",backgroundColor:mAe.get("textBackgroundColor")}),wAe.setTextConfig({position:mAe.get("textPosition")||zAe}),PAe.ignore=!$P.get("showTitle"),z9.enterEmphasis(this)}).on("mouseout",function(){dAe.get(["iconStatus",LAe])!=="emphasis"&&z9.leaveEmphasis(this),PAe.hide()}),(dAe.get(["iconStatus",LAe])==="emphasis"?enterEmphasis:leaveEmphasis)(wAe),tAe.add(wAe),wAe.on("click",bind$1(EAe.onclick,EAe,zP,z9,LAe)),bAe[LAe]=wAe})}layout(tAe,$P,z9),tAe.add(makeBackground(tAe.getBoundingRect(),$P)),iAe||tAe.eachChild(function(dAe){var EAe=dAe.__title,gAe=dAe.ensureState("emphasis"),pAe=gAe.textConfig||(gAe.textConfig={}),mAe=dAe.getTextContent(),SAe=mAe&&mAe.ensureState("emphasis");if(SAe&&!isFunction(SAe)&&EAe){var DAe=SAe.style||(SAe.style={}),NAe=getBoundingRect(EAe,ZRText.makeFont(DAe)),TAe=dAe.x+tAe.x,bAe=dAe.y+tAe.y+AAe,GAe=!1;bAe+NAe.height>z9.getHeight()&&(pAe.position="top",GAe=!0);var LAe=GAe?-5-NAe.height:AAe+10;TAe+NAe.width/2>z9.getWidth()?(pAe.position=["100%",LAe],DAe.align="right"):TAe-NAe.width/2<0&&(pAe.position=[0,LAe],DAe.align="left")}})},x_.prototype.updateView=function($P,zP,z9,eAe){each$f(this._features,function(tAe){tAe instanceof ToolboxFeature&&tAe.updateView&&tAe.updateView(tAe.model,zP,z9,eAe)})},x_.prototype.remove=function($P,zP){each$f(this._features,function(z9){z9 instanceof ToolboxFeature&&z9.remove&&z9.remove($P,zP)}),this.group.removeAll()},x_.prototype.dispose=function($P,zP){each$f(this._features,function(z9){z9 instanceof ToolboxFeature&&z9.dispose&&z9.dispose($P,zP)})},x_.type="toolbox",x_}(ComponentView);function isUserFeatureName(r4){return r4.indexOf("my")===0}var SaveAsImage=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.onclick=function($P,zP){var z9=this.model,eAe=z9.get("name")||$P.get("title.0.text")||"echarts",tAe=zP.getZr().painter.getType()==="svg",AAe=tAe?"svg":z9.get("type",!0)||"png",iAe=zP.getConnectedDataURL({type:AAe,backgroundColor:z9.get("backgroundColor",!0)||$P.get("backgroundColor")||"#fff",connectedBackgroundColor:z9.get("connectedBackgroundColor"),excludeComponents:z9.get("excludeComponents"),pixelRatio:z9.get("pixelRatio")}),nAe=env.browser;if(typeof MouseEvent=="function"&&(nAe.newEdge||!nAe.ie&&!nAe.edge)){var oAe=document.createElement("a");oAe.download=eAe+"."+AAe,oAe.target="_blank",oAe.href=iAe;var aAe=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});oAe.dispatchEvent(aAe)}else if(window.navigator.msSaveOrOpenBlob||tAe){var cAe=iAe.split(","),uAe=cAe[0].indexOf("base64")>-1,dAe=tAe?decodeURIComponent(cAe[1]):cAe[1];uAe&&(dAe=window.atob(dAe));var EAe=eAe+"."+AAe;if(window.navigator.msSaveOrOpenBlob){for(var gAe=dAe.length,pAe=new Uint8Array(gAe);gAe--;)pAe[gAe]=dAe.charCodeAt(gAe);var mAe=new Blob([pAe]);window.navigator.msSaveOrOpenBlob(mAe,EAe)}else{var SAe=document.createElement("iframe");document.body.appendChild(SAe);var DAe=SAe.contentWindow,NAe=DAe.document;NAe.open("image/svg+xml","replace"),NAe.write(dAe),NAe.close(),DAe.focus(),NAe.execCommand("SaveAs",!0,EAe),document.body.removeChild(SAe)}}else{var TAe=z9.get("lang"),bAe='',GAe=window.open();GAe.document.write(bAe),GAe.document.title=eAe}},x_.getDefaultOption=function($P){var zP={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:$P.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:$P.getLocaleModel().get(["toolbox","saveAsImage","lang"])};return zP},x_}(ToolboxFeature),INNER_STACK_KEYWORD="__ec_magicType_stack__",radioTypes=[["line","bar"],["stack"]],MagicType=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.getIcons=function(){var $P=this.model,zP=$P.get("icon"),z9={};return each$f($P.get("type"),function(eAe){zP[eAe]&&(z9[eAe]=zP[eAe])}),z9},x_.getDefaultOption=function($P){var zP={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:$P.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return zP},x_.prototype.onclick=function($P,zP,z9){var eAe=this.model,tAe=eAe.get(["seriesIndex",z9]);if(seriesOptGenreator[z9]){var AAe={series:[]},iAe=function(aAe){var cAe=aAe.subType,uAe=aAe.id,dAe=seriesOptGenreator[z9](cAe,uAe,aAe,eAe);dAe&&(defaults$2(dAe,aAe.option),AAe.series.push(dAe));var EAe=aAe.coordinateSystem;if(EAe&&EAe.type==="cartesian2d"&&(z9==="line"||z9==="bar")){var gAe=EAe.getAxesByScale("ordinal")[0];if(gAe){var pAe=gAe.dim,mAe=pAe+"Axis",SAe=aAe.getReferringComponents(mAe,SINGLE_REFERRING).models[0],DAe=SAe.componentIndex;AAe[mAe]=AAe[mAe]||[];for(var NAe=0;NAe<=DAe;NAe++)AAe[mAe][DAe]=AAe[mAe][DAe]||{};AAe[mAe][DAe].boundaryGap=z9==="bar"}}};each$f(radioTypes,function(aAe){indexOf(aAe,z9)>=0&&each$f(aAe,function(cAe){eAe.setIconStatus(cAe,"normal")})}),eAe.setIconStatus(z9,"emphasis"),$P.eachComponent({mainType:"series",query:tAe==null?null:{seriesIndex:tAe}},iAe);var nAe,oAe=z9;z9==="stack"&&(nAe=merge({stack:eAe.option.title.tiled,tiled:eAe.option.title.stack},eAe.option.title),eAe.get(["iconStatus",z9])!=="emphasis"&&(oAe="tiled")),zP.dispatchAction({type:"changeMagicType",currentType:oAe,newOption:AAe,newTitle:nAe,featureName:"magicType"})}},x_}(ToolboxFeature),seriesOptGenreator={line:function(r4,x_,$P,zP){if(r4==="bar")return merge({id:x_,type:"line",data:$P.get("data"),stack:$P.get("stack"),markPoint:$P.get("markPoint"),markLine:$P.get("markLine")},zP.get(["option","line"])||{},!0)},bar:function(r4,x_,$P,zP){if(r4==="line")return merge({id:x_,type:"bar",data:$P.get("data"),stack:$P.get("stack"),markPoint:$P.get("markPoint"),markLine:$P.get("markLine")},zP.get(["option","bar"])||{},!0)},stack:function(r4,x_,$P,zP){var z9=$P.get("stack")===INNER_STACK_KEYWORD;if(r4==="line"||r4==="bar")return zP.setIconStatus("stack",z9?"normal":"emphasis"),merge({id:x_,stack:z9?"":INNER_STACK_KEYWORD},zP.get(["option","stack"])||{},!0)}};registerAction({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(r4,x_){x_.mergeOption(r4.newOption)});var BLOCK_SPLITER=new Array(60).join("-"),ITEM_SPLITER=" ";function groupSeries(r4){var x_={},$P=[],zP=[];return r4.eachRawSeries(function(z9){var eAe=z9.coordinateSystem;if(eAe&&(eAe.type==="cartesian2d"||eAe.type==="polar")){var tAe=eAe.getBaseAxis();if(tAe.type==="category"){var AAe=tAe.dim+"_"+tAe.index;x_[AAe]||(x_[AAe]={categoryAxis:tAe,valueAxis:eAe.getOtherAxis(tAe),series:[]},zP.push({axisDim:tAe.dim,axisIndex:tAe.index})),x_[AAe].series.push(z9)}else $P.push(z9)}else $P.push(z9)}),{seriesGroupByCategoryAxis:x_,other:$P,meta:zP}}function assembleSeriesWithCategoryAxis(r4){var x_=[];return each$f(r4,function($P,zP){var z9=$P.categoryAxis,eAe=$P.valueAxis,tAe=eAe.dim,AAe=[" "].concat(map$1($P.series,function(uAe){return uAe.name})),iAe=[z9.model.getCategories()];each$f($P.series,function(uAe){var dAe=uAe.getRawData();iAe.push(uAe.getRawData().mapArray(dAe.mapDimension(tAe),function(EAe){return EAe}))});for(var nAe=[AAe.join(ITEM_SPLITER)],oAe=0;oAe=0)return!0}var itemSplitRegex=new RegExp("["+ITEM_SPLITER+"]+","g");function parseTSVContents(r4){for(var x_=r4.split(/\n+/g),$P=trim(x_.shift()).split(itemSplitRegex),zP=[],z9=map$1($P,function(iAe){return{name:iAe,data:[]}}),eAe=0;eAe=0;eAe--){var tAe=$P[eAe];if(tAe[z9])break}if(eAe<0){var AAe=r4.queryComponents({mainType:"dataZoom",subType:"select",id:z9})[0];if(AAe){var iAe=AAe.getPercentRange();$P[0][z9]={dataZoomId:z9,start:iAe[0],end:iAe[1]}}}}),$P.push(x_)}function pop(r4){var x_=getStoreSnapshots(r4),$P=x_[x_.length-1];x_.length>1&&x_.pop();var zP={};return each$6($P,function(z9,eAe){for(var tAe=x_.length-1;tAe>=0;tAe--)if(z9=x_[tAe][eAe],z9){zP[eAe]=z9;break}}),zP}function clear(r4){inner$6(r4).snapshots=null}function count(r4){return getStoreSnapshots(r4).length}function getStoreSnapshots(r4){var x_=inner$6(r4);return x_.snapshots||(x_.snapshots=[{}]),x_.snapshots}var RestoreOption=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.onclick=function($P,zP){clear($P),zP.dispatchAction({type:"restore",from:this.uid})},x_.getDefaultOption=function($P){var zP={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:$P.getLocaleModel().get(["toolbox","restore","title"])};return zP},x_}(ToolboxFeature);registerAction({type:"restore",event:"restore",update:"prepareAndUpdate"},function(r4,x_){x_.resetOption("recreate")});var INCLUDE_FINDER_MAIN_TYPES=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],BrushTargetManager=function(){function r4(x_,$P,zP){var z9=this;this._targetInfoList=[];var eAe=parseFinder($P,x_);each$f(targetInfoBuilders,function(tAe,AAe){(!zP||!zP.include||indexOf(zP.include,AAe)>=0)&&tAe(eAe,z9._targetInfoList)})}return r4.prototype.setOutputRanges=function(x_,$P){return this.matchOutputRanges(x_,$P,function(zP,z9,eAe){if((zP.coordRanges||(zP.coordRanges=[])).push(z9),!zP.coordRange){zP.coordRange=z9;var tAe=coordConvert[zP.brushType](0,eAe,z9);zP.__rangeOffset={offset:diffProcessor[zP.brushType](tAe.values,zP.range,[1,1]),xyMinMax:tAe.xyMinMax}}}),x_},r4.prototype.matchOutputRanges=function(x_,$P,zP){each$f(x_,function(z9){var eAe=this.findTargetInfo(z9,$P);eAe&&eAe!==!0&&each$f(eAe.coordSyses,function(tAe){var AAe=coordConvert[z9.brushType](1,tAe,z9.range,!0);zP(z9,AAe.values,tAe,$P)})},this)},r4.prototype.setInputRanges=function(x_,$P){each$f(x_,function(zP){var z9=this.findTargetInfo(zP,$P);if(zP.range=zP.range||[],z9&&z9!==!0){zP.panelId=z9.panelId;var eAe=coordConvert[zP.brushType](0,z9.coordSys,zP.coordRange),tAe=zP.__rangeOffset;zP.range=tAe?diffProcessor[zP.brushType](eAe.values,tAe.offset,getScales(eAe.xyMinMax,tAe.xyMinMax)):eAe.values}},this)},r4.prototype.makePanelOpts=function(x_,$P){return map$1(this._targetInfoList,function(zP){var z9=zP.getPanelRect();return{panelId:zP.panelId,defaultBrushType:$P?$P(zP):null,clipPath:makeRectPanelClipPath(z9),isTargetByCursor:makeRectIsTargetByCursor(z9,x_,zP.coordSysModel),getLinearBrushOtherExtent:makeLinearBrushOtherExtent(z9)}})},r4.prototype.controlSeries=function(x_,$P,zP){var z9=this.findTargetInfo(x_,zP);return z9===!0||z9&&indexOf(z9.coordSyses,$P.coordinateSystem)>=0},r4.prototype.findTargetInfo=function(x_,$P){for(var zP=this._targetInfoList,z9=parseFinder($P,x_),eAe=0;eAer4[1]&&r4.reverse(),r4}function parseFinder(r4,x_){return parseFinder$1(r4,x_,{includeMainTypes:INCLUDE_FINDER_MAIN_TYPES})}var targetInfoBuilders={grid:function(r4,x_){var $P=r4.xAxisModels,zP=r4.yAxisModels,z9=r4.gridModels,eAe=createHashMap(),tAe={},AAe={};!$P&&!zP&&!z9||(each$f($P,function(iAe){var nAe=iAe.axis.grid.model;eAe.set(nAe.id,nAe),tAe[nAe.id]=!0}),each$f(zP,function(iAe){var nAe=iAe.axis.grid.model;eAe.set(nAe.id,nAe),AAe[nAe.id]=!0}),each$f(z9,function(iAe){eAe.set(iAe.id,iAe),tAe[iAe.id]=!0,AAe[iAe.id]=!0}),eAe.each(function(iAe){var nAe=iAe.coordinateSystem,oAe=[];each$f(nAe.getCartesians(),function(aAe,cAe){(indexOf($P,aAe.getAxis("x").model)>=0||indexOf(zP,aAe.getAxis("y").model)>=0)&&oAe.push(aAe)}),x_.push({panelId:"grid--"+iAe.id,gridModel:iAe,coordSysModel:iAe,coordSys:oAe[0],coordSyses:oAe,getPanelRect:panelRectBuilders.grid,xAxisDeclared:tAe[iAe.id],yAxisDeclared:AAe[iAe.id]})}))},geo:function(r4,x_){each$f(r4.geoModels,function($P){var zP=$P.coordinateSystem;x_.push({panelId:"geo--"+$P.id,geoModel:$P,coordSysModel:$P,coordSys:zP,coordSyses:[zP],getPanelRect:panelRectBuilders.geo})})}},targetInfoMatchers=[function(r4,x_){var $P=r4.xAxisModel,zP=r4.yAxisModel,z9=r4.gridModel;return!z9&&$P&&(z9=$P.axis.grid.model),!z9&&zP&&(z9=zP.axis.grid.model),z9&&z9===x_.gridModel},function(r4,x_){var $P=r4.geoModel;return $P&&$P===x_.geoModel}],panelRectBuilders={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var r4=this.coordSys,x_=r4.getBoundingRect().clone();return x_.applyTransform(getTransform$1(r4)),x_}},coordConvert={lineX:curry$1(axisConvert,0),lineY:curry$1(axisConvert,1),rect:function(r4,x_,$P,zP){var z9=r4?x_.pointToData([$P[0][0],$P[1][0]],zP):x_.dataToPoint([$P[0][0],$P[1][0]],zP),eAe=r4?x_.pointToData([$P[0][1],$P[1][1]],zP):x_.dataToPoint([$P[0][1],$P[1][1]],zP),tAe=[formatMinMax([z9[0],eAe[0]]),formatMinMax([z9[1],eAe[1]])];return{values:tAe,xyMinMax:tAe}},polygon:function(r4,x_,$P,zP){var z9=[[1/0,-1/0],[1/0,-1/0]],eAe=map$1($P,function(tAe){var AAe=r4?x_.pointToData(tAe,zP):x_.dataToPoint(tAe,zP);return z9[0][0]=Math.min(z9[0][0],AAe[0]),z9[1][0]=Math.min(z9[1][0],AAe[1]),z9[0][1]=Math.max(z9[0][1],AAe[0]),z9[1][1]=Math.max(z9[1][1],AAe[1]),AAe});return{values:eAe,xyMinMax:z9}}};function axisConvert(r4,x_,$P,zP){var z9=$P.getAxis(["x","y"][r4]),eAe=formatMinMax(map$1([0,1],function(AAe){return x_?z9.coordToData(z9.toLocalCoord(zP[AAe]),!0):z9.toGlobalCoord(z9.dataToCoord(zP[AAe]))})),tAe=[];return tAe[r4]=eAe,tAe[1-r4]=[NaN,NaN],{values:eAe,xyMinMax:tAe}}var diffProcessor={lineX:curry$1(axisDiffProcessor,0),lineY:curry$1(axisDiffProcessor,1),rect:function(r4,x_,$P){return[[r4[0][0]-$P[0]*x_[0][0],r4[0][1]-$P[0]*x_[0][1]],[r4[1][0]-$P[1]*x_[1][0],r4[1][1]-$P[1]*x_[1][1]]]},polygon:function(r4,x_,$P){return map$1(r4,function(zP,z9){return[zP[0]-$P[0]*x_[z9][0],zP[1]-$P[1]*x_[z9][1]]})}};function axisDiffProcessor(r4,x_,$P,zP){return[x_[0]-zP[r4]*$P[0],x_[1]-zP[r4]*$P[1]]}function getScales(r4,x_){var $P=getSize(r4),zP=getSize(x_),z9=[$P[0]/zP[0],$P[1]/zP[1]];return isNaN(z9[0])&&(z9[0]=1),isNaN(z9[1])&&(z9[1]=1),z9}function getSize(r4){return r4?[r4[0][1]-r4[0][0],r4[1][1]-r4[1][0]]:[NaN,NaN]}var each$5=each$f,DATA_ZOOM_ID_BASE=makeInternalComponentId("toolbox-dataZoom_"),DataZoomFeature=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.render=function($P,zP,z9,eAe){this._brushController||(this._brushController=new BrushController(z9.getZr()),this._brushController.on("brush",bind$1(this._onBrush,this)).mount()),updateZoomBtnStatus($P,zP,this,eAe,z9),updateBackBtnStatus($P,zP)},x_.prototype.onclick=function($P,zP,z9){handlers[z9].call(this)},x_.prototype.remove=function($P,zP){this._brushController&&this._brushController.unmount()},x_.prototype.dispose=function($P,zP){this._brushController&&this._brushController.dispose()},x_.prototype._onBrush=function($P){var zP=$P.areas;if(!$P.isEnd||!zP.length)return;var z9={},eAe=this.ecModel;this._brushController.updateCovers([]);var tAe=new BrushTargetManager(makeAxisFinder(this.model),eAe,{include:["grid"]});tAe.matchOutputRanges(zP,eAe,function(nAe,oAe,aAe){if(aAe.type==="cartesian2d"){var cAe=nAe.brushType;cAe==="rect"?(AAe("x",aAe,oAe[0]),AAe("y",aAe,oAe[1])):AAe({lineX:"x",lineY:"y"}[cAe],aAe,oAe)}}),push$1(eAe,z9),this._dispatchZoomAction(z9);function AAe(nAe,oAe,aAe){var cAe=oAe.getAxis(nAe),uAe=cAe.model,dAe=iAe(nAe,uAe,eAe),EAe=dAe.findRepresentativeAxisProxy(uAe).getMinMaxSpan();(EAe.minValueSpan!=null||EAe.maxValueSpan!=null)&&(aAe=sliderMove(0,aAe.slice(),cAe.scale.getExtent(),0,EAe.minValueSpan,EAe.maxValueSpan)),dAe&&(z9[dAe.id]={dataZoomId:dAe.id,startValue:aAe[0],endValue:aAe[1]})}function iAe(nAe,oAe,aAe){var cAe;return aAe.eachComponent({mainType:"dataZoom",subType:"select"},function(uAe){var dAe=uAe.getAxisModel(nAe,oAe.componentIndex);dAe&&(cAe=uAe)}),cAe}},x_.prototype._dispatchZoomAction=function($P){var zP=[];each$5($P,function(z9,eAe){zP.push(clone$7(z9))}),zP.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:zP})},x_.getDefaultOption=function($P){var zP={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:$P.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return zP},x_}(ToolboxFeature),handlers={zoom:function(){var r4=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:r4})},back:function(){this._dispatchZoomAction(pop(this.ecModel))}};function makeAxisFinder(r4){var x_={xAxisIndex:r4.get("xAxisIndex",!0),yAxisIndex:r4.get("yAxisIndex",!0),xAxisId:r4.get("xAxisId",!0),yAxisId:r4.get("yAxisId",!0)};return x_.xAxisIndex==null&&x_.xAxisId==null&&(x_.xAxisIndex="all"),x_.yAxisIndex==null&&x_.yAxisId==null&&(x_.yAxisIndex="all"),x_}function updateBackBtnStatus(r4,x_){r4.setIconStatus("back",count(x_)>1?"emphasis":"normal")}function updateZoomBtnStatus(r4,x_,$P,zP,z9){var eAe=$P._isZoomActive;zP&&zP.type==="takeGlobalCursor"&&(eAe=zP.key==="dataZoomSelect"?zP.dataZoomSelectActive:!1),$P._isZoomActive=eAe,r4.setIconStatus("zoom",eAe?"emphasis":"normal");var tAe=new BrushTargetManager(makeAxisFinder(r4),x_,{include:["grid"]}),AAe=tAe.makePanelOpts(z9,function(iAe){return iAe.xAxisDeclared&&!iAe.yAxisDeclared?"lineX":!iAe.xAxisDeclared&&iAe.yAxisDeclared?"lineY":"rect"});$P._brushController.setPanels(AAe).enableBrush(eAe&&AAe.length?{brushType:"auto",brushStyle:r4.getModel("brushStyle").getItemStyle()}:!1)}registerInternalOptionCreator("dataZoom",function(r4){var x_=r4.getComponent("toolbox",0),$P=["feature","dataZoom"];if(!x_||x_.get($P)==null)return;var zP=x_.getModel($P),z9=[],eAe=makeAxisFinder(zP),tAe=parseFinder$1(r4,eAe);each$5(tAe.xAxisModels,function(iAe){return AAe(iAe,"xAxis","xAxisIndex")}),each$5(tAe.yAxisModels,function(iAe){return AAe(iAe,"yAxis","yAxisIndex")});function AAe(iAe,nAe,oAe){var aAe=iAe.componentIndex,cAe={type:"select",$fromToolbox:!0,filterMode:zP.get("filterMode",!0)||"filter",id:DATA_ZOOM_ID_BASE+nAe+aAe};cAe[oAe]=aAe,z9.push(cAe)}return z9});function install$l(r4){r4.registerComponentModel(ToolboxModel),r4.registerComponentView(ToolboxView),registerFeature("saveAsImage",SaveAsImage),registerFeature("magicType",MagicType),registerFeature("dataView",DataView$1),registerFeature("dataZoom",DataZoomFeature),registerFeature("restore",RestoreOption),use$1(install$m)}var TooltipModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="tooltip",x_.dependencies=["axisPointer"],x_.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},x_}(ComponentModel);function shouldTooltipConfine(r4){var x_=r4.get("confine");return x_!=null?!!x_:r4.get("renderMode")==="richText"}function testStyle(r4){if(env.domSupported){for(var x_=document.documentElement.style,$P=0,zP=r4.length;$P-1?(AAe+="top:50%",iAe+="translateY(-50%) rotate("+(nAe=eAe==="left"?-225:-45)+"deg)"):(AAe+="left:50%",iAe+="translateX(-50%) rotate("+(nAe=eAe==="top"?225:45)+"deg)");var oAe=nAe*Math.PI/180,aAe=tAe+z9,cAe=aAe*Math.abs(Math.cos(oAe))+aAe*Math.abs(Math.sin(oAe)),uAe=Math.round(((cAe-Math.SQRT2*z9)/2+Math.SQRT2*z9-(cAe-aAe)/2)*100)/100;AAe+=";"+eAe+":-"+uAe+"px";var dAe=x_+" solid "+z9+"px;",EAe=["position:absolute;width:"+tAe+"px;height:"+tAe+"px;z-index:-1;",AAe+";"+iAe+";","border-bottom:"+dAe,"border-right:"+dAe,"background-color:"+zP+";"];return'
'}function assembleTransition(r4,x_){var $P="cubic-bezier(0.23,1,0.32,1)",zP=" "+r4/2+"s "+$P,z9="opacity"+zP+",visibility"+zP;return x_||(zP=" "+r4+"s "+$P,z9+=env.transformSupported?","+CSS_TRANSFORM_VENDOR+zP:",left"+zP+",top"+zP),CSS_TRANSITION_VENDOR+":"+z9}function assembleTransform(r4,x_,$P){var zP=r4.toFixed(0)+"px",z9=x_.toFixed(0)+"px";if(!env.transformSupported)return $P?"top:"+z9+";left:"+zP+";":[["top",z9],["left",zP]];var eAe=env.transform3dSupported,tAe="translate"+(eAe?"3d":"")+"("+zP+","+z9+(eAe?",0":"")+")";return $P?"top:0;left:0;"+CSS_TRANSFORM_VENDOR+":"+tAe+";":[["top",0],["left",0],[TRANSFORM_VENDOR,tAe]]}function assembleFont(r4){var x_=[],$P=r4.get("fontSize"),zP=r4.getTextColor();zP&&x_.push("color:"+zP),x_.push("font:"+r4.getFont());var z9=retrieve2(r4.get("lineHeight"),Math.round($P*3/2));$P&&x_.push("line-height:"+z9+"px");var eAe=r4.get("textShadowColor"),tAe=r4.get("textShadowBlur")||0,AAe=r4.get("textShadowOffsetX")||0,iAe=r4.get("textShadowOffsetY")||0;return eAe&&tAe&&x_.push("text-shadow:"+AAe+"px "+iAe+"px "+tAe+"px "+eAe),each$f(["decoration","align"],function(nAe){var oAe=r4.get(nAe);oAe&&x_.push("text-"+nAe+":"+oAe)}),x_.join(";")}function assembleCssText(r4,x_,$P){var zP=[],z9=r4.get("transitionDuration"),eAe=r4.get("backgroundColor"),tAe=r4.get("shadowBlur"),AAe=r4.get("shadowColor"),iAe=r4.get("shadowOffsetX"),nAe=r4.get("shadowOffsetY"),oAe=r4.getModel("textStyle"),aAe=getPaddingFromTooltipModel(r4,"html"),cAe=iAe+"px "+nAe+"px "+tAe+"px "+AAe;return zP.push("box-shadow:"+cAe),x_&&z9&&zP.push(assembleTransition(z9,$P)),eAe&&zP.push("background-color:"+eAe),each$f(["width","color","radius"],function(uAe){var dAe="border-"+uAe,EAe=toCamelCase(dAe),gAe=r4.get(EAe);gAe!=null&&zP.push(dAe+":"+gAe+(uAe==="color"?"":"px"))}),zP.push(assembleFont(oAe)),aAe!=null&&zP.push("padding:"+normalizeCssArray(aAe).join("px ")+"px"),zP.join(";")+";"}function makeStyleCoord$1(r4,x_,$P,zP,z9){var eAe=x_&&x_.painter;if($P){var tAe=eAe&&eAe.getViewportRoot();tAe&&transformLocalCoord(r4,tAe,$P,zP,z9)}else{r4[0]=zP,r4[1]=z9;var AAe=eAe&&eAe.getViewportRootOffset();AAe&&(r4[0]+=AAe.offsetLeft,r4[1]+=AAe.offsetTop)}r4[2]=r4[0]/x_.getWidth(),r4[3]=r4[1]/x_.getHeight()}var TooltipHTMLContent=function(){function r4(x_,$P){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,env.wxa)return null;var zP=document.createElement("div");zP.domBelongToZr=!0,this.el=zP;var z9=this._zr=x_.getZr(),eAe=$P.appendTo,tAe=eAe&&(isString(eAe)?document.querySelector(eAe):isDom(eAe)?eAe:isFunction(eAe)&&eAe(x_.getDom()));makeStyleCoord$1(this._styleCoord,z9,tAe,x_.getWidth()/2,x_.getHeight()/2),(tAe||x_.getDom()).appendChild(zP),this._api=x_,this._container=tAe;var AAe=this;zP.onmouseenter=function(){AAe._enterable&&(clearTimeout(AAe._hideTimeout),AAe._show=!0),AAe._inContent=!0},zP.onmousemove=function(iAe){if(iAe=iAe||window.event,!AAe._enterable){var nAe=z9.handler,oAe=z9.painter.getViewportRoot();normalizeEvent(oAe,iAe,!0),nAe.dispatch("mousemove",iAe)}},zP.onmouseleave=function(){AAe._inContent=!1,AAe._enterable&&AAe._show&&AAe.hideLater(AAe._hideDelay)}}return r4.prototype.update=function(x_){if(!this._container){var $P=this._api.getDom(),zP=getComputedStyle$2($P,"position"),z9=$P.style;z9.position!=="absolute"&&zP!=="absolute"&&(z9.position="relative")}var eAe=x_.get("alwaysShowContent");eAe&&this._moveIfResized(),this._alwaysShowContent=eAe,this.el.className=x_.get("className")||""},r4.prototype.show=function(x_,$P){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var zP=this.el,z9=zP.style,eAe=this._styleCoord;zP.innerHTML?z9.cssText=gCssText+assembleCssText(x_,!this._firstShow,this._longHide)+assembleTransform(eAe[0],eAe[1],!0)+("border-color:"+convertToColorString($P)+";")+(x_.get("extraCssText")||"")+(";pointer-events:"+(this._enterable?"auto":"none")):z9.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},r4.prototype.setContent=function(x_,$P,zP,z9,eAe){var tAe=this.el;if(x_==null){tAe.innerHTML="";return}var AAe="";if(isString(eAe)&&zP.get("trigger")==="item"&&!shouldTooltipConfine(zP)&&(AAe=assembleArrow(zP,z9,eAe)),isString(x_))tAe.innerHTML=x_+AAe;else if(x_){tAe.innerHTML="",isArray$2(x_)||(x_=[x_]);for(var iAe=0;iAe=0?this._tryShow(eAe,tAe):z9==="leave"&&this._hide(tAe))},this))},x_.prototype._keepShow=function(){var $P=this._tooltipModel,zP=this._ecModel,z9=this._api,eAe=$P.get("triggerOn");if(this._lastX!=null&&this._lastY!=null&&eAe!=="none"&&eAe!=="click"){var tAe=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){!z9.isDisposed()&&tAe.manuallyShowTip($P,zP,z9,{x:tAe._lastX,y:tAe._lastY,dataByCoordSys:tAe._lastDataByCoordSys})})}},x_.prototype.manuallyShowTip=function($P,zP,z9,eAe){if(!(eAe.from===this.uid||env.node||!z9.getDom())){var tAe=makeDispatchAction(eAe,z9);this._ticket="";var AAe=eAe.dataByCoordSys,iAe=findComponentReference(eAe,zP,z9);if(iAe){var nAe=iAe.el.getBoundingRect().clone();nAe.applyTransform(iAe.el.transform),this._tryShow({offsetX:nAe.x+nAe.width/2,offsetY:nAe.y+nAe.height/2,target:iAe.el,position:eAe.position,positionDefault:"bottom"},tAe)}else if(eAe.tooltip&&eAe.x!=null&&eAe.y!=null){var oAe=proxyRect;oAe.x=eAe.x,oAe.y=eAe.y,oAe.update(),getECData(oAe).tooltipConfig={name:null,option:eAe.tooltip},this._tryShow({offsetX:eAe.x,offsetY:eAe.y,target:oAe},tAe)}else if(AAe)this._tryShow({offsetX:eAe.x,offsetY:eAe.y,position:eAe.position,dataByCoordSys:AAe,tooltipOption:eAe.tooltipOption},tAe);else if(eAe.seriesIndex!=null){if(this._manuallyAxisShowTip($P,zP,z9,eAe))return;var aAe=findPointFromSeries(eAe,zP),cAe=aAe.point[0],uAe=aAe.point[1];cAe!=null&&uAe!=null&&this._tryShow({offsetX:cAe,offsetY:uAe,target:aAe.el,position:eAe.position,positionDefault:"bottom"},tAe)}else eAe.x!=null&&eAe.y!=null&&(z9.dispatchAction({type:"updateAxisPointer",x:eAe.x,y:eAe.y}),this._tryShow({offsetX:eAe.x,offsetY:eAe.y,position:eAe.position,target:z9.getZr().findHover(eAe.x,eAe.y).target},tAe))}},x_.prototype.manuallyHideTip=function($P,zP,z9,eAe){var tAe=this._tooltipContent;this._tooltipModel&&tAe.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,eAe.from!==this.uid&&this._hide(makeDispatchAction(eAe,z9))},x_.prototype._manuallyAxisShowTip=function($P,zP,z9,eAe){var tAe=eAe.seriesIndex,AAe=eAe.dataIndex,iAe=zP.getComponent("axisPointer").coordSysAxesInfo;if(!(tAe==null||AAe==null||iAe==null)){var nAe=zP.getSeriesByIndex(tAe);if(nAe){var oAe=nAe.getData(),aAe=buildTooltipModel([oAe.getItemModel(AAe),nAe,(nAe.coordinateSystem||{}).model],this._tooltipModel);if(aAe.get("trigger")==="axis")return z9.dispatchAction({type:"updateAxisPointer",seriesIndex:tAe,dataIndex:AAe,position:eAe.position}),!0}}},x_.prototype._tryShow=function($P,zP){var z9=$P.target,eAe=this._tooltipModel;if(eAe){this._lastX=$P.offsetX,this._lastY=$P.offsetY;var tAe=$P.dataByCoordSys;if(tAe&&tAe.length)this._showAxisTooltip(tAe,$P);else if(z9){var AAe=getECData(z9);if(AAe.ssrType==="legend")return;this._lastDataByCoordSys=null;var iAe,nAe;findEventDispatcher(z9,function(oAe){if(getECData(oAe).dataIndex!=null)return iAe=oAe,!0;if(getECData(oAe).tooltipConfig!=null)return nAe=oAe,!0},!0),iAe?this._showSeriesItemTooltip($P,iAe,zP):nAe?this._showComponentItemTooltip($P,nAe,zP):this._hide(zP)}else this._lastDataByCoordSys=null,this._hide(zP)}},x_.prototype._showOrMove=function($P,zP){var z9=$P.get("showDelay");zP=bind$1(zP,this),clearTimeout(this._showTimout),z9>0?this._showTimout=setTimeout(zP,z9):zP()},x_.prototype._showAxisTooltip=function($P,zP){var z9=this._ecModel,eAe=this._tooltipModel,tAe=[zP.offsetX,zP.offsetY],AAe=buildTooltipModel([zP.tooltipOption],eAe),iAe=this._renderMode,nAe=[],oAe=createTooltipMarkup("section",{blocks:[],noHeader:!0}),aAe=[],cAe=new TooltipMarkupStyleCreator;each$f($P,function(mAe){each$f(mAe.dataByAxis,function(SAe){var DAe=z9.getComponent(SAe.axisDim+"Axis",SAe.axisIndex),NAe=SAe.value;if(!(!DAe||NAe==null)){var TAe=getValueLabel(NAe,DAe.axis,z9,SAe.seriesDataIndices,SAe.valueLabelOpt),bAe=createTooltipMarkup("section",{header:TAe,noHeader:!trim$1(TAe),sortBlocks:!0,blocks:[]});oAe.blocks.push(bAe),each$f(SAe.seriesDataIndices,function(GAe){var LAe=z9.getSeriesByIndex(GAe.seriesIndex),wAe=GAe.dataIndexInside,OAe=LAe.getDataParams(wAe);if(!(OAe.dataIndex<0)){OAe.axisDim=SAe.axisDim,OAe.axisIndex=SAe.axisIndex,OAe.axisType=SAe.axisType,OAe.axisId=SAe.axisId,OAe.axisValue=getAxisRawValue(DAe.axis,{value:NAe}),OAe.axisValueLabel=TAe,OAe.marker=cAe.makeTooltipMarker("item",convertToColorString(OAe.color),iAe);var PAe=normalizeTooltipFormatResult(LAe.formatTooltip(wAe,!0,null)),HAe=PAe.frag;if(HAe){var zAe=buildTooltipModel([LAe],eAe).get("valueFormatter");bAe.blocks.push(zAe?extend$1({valueFormatter:zAe},HAe):HAe)}PAe.text&&aAe.push(PAe.text),nAe.push(OAe)}})}})}),oAe.blocks.reverse(),aAe.reverse();var uAe=zP.position,dAe=AAe.get("order"),EAe=buildTooltipMarkup(oAe,cAe,iAe,dAe,z9.get("useUTC"),AAe.get("textStyle"));EAe&&aAe.unshift(EAe);var gAe=iAe==="richText"?` `:"
",pAe=aAe.join(gAe);this._showOrMove(AAe,function(){this._updateContentNotChangedOnAxis($P,nAe)?this._updatePosition(AAe,uAe,tAe[0],tAe[1],this._tooltipContent,nAe):this._showTooltipContent(AAe,pAe,nAe,Math.random()+"",tAe[0],tAe[1],uAe,null,cAe)})},x_.prototype._showSeriesItemTooltip=function($P,zP,z9){var eAe=this._ecModel,tAe=getECData(zP),AAe=tAe.seriesIndex,iAe=eAe.getSeriesByIndex(AAe),nAe=tAe.dataModel||iAe,oAe=tAe.dataIndex,aAe=tAe.dataType,cAe=nAe.getData(aAe),uAe=this._renderMode,dAe=$P.positionDefault,EAe=buildTooltipModel([cAe.getItemModel(oAe),nAe,iAe&&(iAe.coordinateSystem||{}).model],this._tooltipModel,dAe?{position:dAe}:null),gAe=EAe.get("trigger");if(!(gAe!=null&&gAe!=="item")){var pAe=nAe.getDataParams(oAe,aAe),mAe=new TooltipMarkupStyleCreator;pAe.marker=mAe.makeTooltipMarker("item",convertToColorString(pAe.color),uAe);var SAe=normalizeTooltipFormatResult(nAe.formatTooltip(oAe,!1,aAe)),DAe=EAe.get("order"),NAe=EAe.get("valueFormatter"),TAe=SAe.frag,bAe=TAe?buildTooltipMarkup(NAe?extend$1({valueFormatter:NAe},TAe):TAe,mAe,uAe,DAe,eAe.get("useUTC"),EAe.get("textStyle")):SAe.text,GAe="item_"+nAe.name+"_"+oAe;this._showOrMove(EAe,function(){this._showTooltipContent(EAe,bAe,pAe,GAe,$P.offsetX,$P.offsetY,$P.position,$P.target,mAe)}),z9({type:"showTip",dataIndexInside:oAe,dataIndex:cAe.getRawIndex(oAe),seriesIndex:AAe,from:this.uid})}},x_.prototype._showComponentItemTooltip=function($P,zP,z9){var eAe=this._renderMode==="html",tAe=getECData(zP),AAe=tAe.tooltipConfig,iAe=AAe.option||{},nAe=iAe.encodeHTMLContent;if(isString(iAe)){var oAe=iAe;iAe={content:oAe,formatter:oAe},nAe=!0}nAe&&eAe&&iAe.content&&(iAe=clone$7(iAe),iAe.content=encodeHTML(iAe.content));var aAe=[iAe],cAe=this._ecModel.getComponent(tAe.componentMainType,tAe.componentIndex);cAe&&aAe.push(cAe),aAe.push({formatter:iAe.content});var uAe=$P.positionDefault,dAe=buildTooltipModel(aAe,this._tooltipModel,uAe?{position:uAe}:null),EAe=dAe.get("content"),gAe=Math.random()+"",pAe=new TooltipMarkupStyleCreator;this._showOrMove(dAe,function(){var mAe=clone$7(dAe.get("formatterParams")||{});this._showTooltipContent(dAe,EAe,mAe,gAe,$P.offsetX,$P.offsetY,$P.position,zP,pAe)}),z9({type:"showTip",from:this.uid})},x_.prototype._showTooltipContent=function($P,zP,z9,eAe,tAe,AAe,iAe,nAe,oAe){if(this._ticket="",!(!$P.get("showContent")||!$P.get("show"))){var aAe=this._tooltipContent;aAe.setEnterable($P.get("enterable"));var cAe=$P.get("formatter");iAe=iAe||$P.get("position");var uAe=zP,dAe=this._getNearestPoint([tAe,AAe],z9,$P.get("trigger"),$P.get("borderColor")),EAe=dAe.color;if(cAe)if(isString(cAe)){var gAe=$P.ecModel.get("useUTC"),pAe=isArray$2(z9)?z9[0]:z9,mAe=pAe&&pAe.axisType&&pAe.axisType.indexOf("time")>=0;uAe=cAe,mAe&&(uAe=format$1(pAe.axisValue,uAe,gAe)),uAe=formatTpl(uAe,z9,!0)}else if(isFunction(cAe)){var SAe=bind$1(function(DAe,NAe){DAe===this._ticket&&(aAe.setContent(NAe,oAe,$P,EAe,iAe),this._updatePosition($P,iAe,tAe,AAe,aAe,z9,nAe))},this);this._ticket=eAe,uAe=cAe(z9,eAe,SAe)}else uAe=cAe;aAe.setContent(uAe,oAe,$P,EAe,iAe),aAe.show($P,EAe),this._updatePosition($P,iAe,tAe,AAe,aAe,z9,nAe)}},x_.prototype._getNearestPoint=function($P,zP,z9,eAe){if(z9==="axis"||isArray$2(zP))return{color:eAe||(this._renderMode==="html"?"#fff":"none")};if(!isArray$2(zP))return{color:eAe||zP.color||zP.borderColor}},x_.prototype._updatePosition=function($P,zP,z9,eAe,tAe,AAe,iAe){var nAe=this._api.getWidth(),oAe=this._api.getHeight();zP=zP||$P.get("position");var aAe=tAe.getSize(),cAe=$P.get("align"),uAe=$P.get("verticalAlign"),dAe=iAe&&iAe.getBoundingRect().clone();if(iAe&&dAe.applyTransform(iAe.transform),isFunction(zP)&&(zP=zP([z9,eAe],AAe,tAe.el,dAe,{viewSize:[nAe,oAe],contentSize:aAe.slice()})),isArray$2(zP))z9=parsePercent(zP[0],nAe),eAe=parsePercent(zP[1],oAe);else if(isObject$4(zP)){var EAe=zP;EAe.width=aAe[0],EAe.height=aAe[1];var gAe=getLayoutRect(EAe,{width:nAe,height:oAe});z9=gAe.x,eAe=gAe.y,cAe=null,uAe=null}else if(isString(zP)&&iAe){var pAe=calcTooltipPosition(zP,dAe,aAe,$P.get("borderWidth"));z9=pAe[0],eAe=pAe[1]}else{var pAe=refixTooltipPosition(z9,eAe,tAe,nAe,oAe,cAe?null:20,uAe?null:20);z9=pAe[0],eAe=pAe[1]}if(cAe&&(z9-=isCenterAlign(cAe)?aAe[0]/2:cAe==="right"?aAe[0]:0),uAe&&(eAe-=isCenterAlign(uAe)?aAe[1]/2:uAe==="bottom"?aAe[1]:0),shouldTooltipConfine($P)){var pAe=confineTooltipPosition(z9,eAe,tAe,nAe,oAe);z9=pAe[0],eAe=pAe[1]}tAe.moveTo(z9,eAe)},x_.prototype._updateContentNotChangedOnAxis=function($P,zP){var z9=this._lastDataByCoordSys,eAe=this._cbParamsList,tAe=!!z9&&z9.length===$P.length;return tAe&&each$f(z9,function(AAe,iAe){var nAe=AAe.dataByAxis||[],oAe=$P[iAe]||{},aAe=oAe.dataByAxis||[];tAe=tAe&&nAe.length===aAe.length,tAe&&each$f(nAe,function(cAe,uAe){var dAe=aAe[uAe]||{},EAe=cAe.seriesDataIndices||[],gAe=dAe.seriesDataIndices||[];tAe=tAe&&cAe.value===dAe.value&&cAe.axisType===dAe.axisType&&cAe.axisId===dAe.axisId&&EAe.length===gAe.length,tAe&&each$f(EAe,function(pAe,mAe){var SAe=gAe[mAe];tAe=tAe&&pAe.seriesIndex===SAe.seriesIndex&&pAe.dataIndex===SAe.dataIndex}),eAe&&each$f(cAe.seriesDataIndices,function(pAe){var mAe=pAe.seriesIndex,SAe=zP[mAe],DAe=eAe[mAe];SAe&&DAe&&DAe.data!==SAe.data&&(tAe=!1)})})}),this._lastDataByCoordSys=$P,this._cbParamsList=zP,!!tAe},x_.prototype._hide=function($P){this._lastDataByCoordSys=null,$P({type:"hideTip",from:this.uid})},x_.prototype.dispose=function($P,zP){env.node||!zP.getDom()||(clear$1(this,"_updatePosition"),this._tooltipContent.dispose(),unregister("itemTooltip",zP))},x_.type="tooltip",x_}(ComponentView);function buildTooltipModel(r4,x_,$P){var zP=x_.ecModel,z9;$P?(z9=new Model($P,zP,zP),z9=new Model(x_.option,z9,zP)):z9=x_;for(var eAe=r4.length-1;eAe>=0;eAe--){var tAe=r4[eAe];tAe&&(tAe instanceof Model&&(tAe=tAe.get("tooltip",!0)),isString(tAe)&&(tAe={formatter:tAe}),tAe&&(z9=new Model(tAe,z9,zP)))}return z9}function makeDispatchAction(r4,x_){return r4.dispatchAction||bind$1(x_.dispatchAction,x_)}function refixTooltipPosition(r4,x_,$P,zP,z9,eAe,tAe){var AAe=$P.getSize(),iAe=AAe[0],nAe=AAe[1];return eAe!=null&&(r4+iAe+eAe+2>zP?r4-=iAe+eAe:r4+=eAe),tAe!=null&&(x_+nAe+tAe>z9?x_-=nAe+tAe:x_+=tAe),[r4,x_]}function confineTooltipPosition(r4,x_,$P,zP,z9){var eAe=$P.getSize(),tAe=eAe[0],AAe=eAe[1];return r4=Math.min(r4+tAe,zP)-tAe,x_=Math.min(x_+AAe,z9)-AAe,r4=Math.max(r4,0),x_=Math.max(x_,0),[r4,x_]}function calcTooltipPosition(r4,x_,$P,zP){var z9=$P[0],eAe=$P[1],tAe=Math.ceil(Math.SQRT2*zP)+8,AAe=0,iAe=0,nAe=x_.width,oAe=x_.height;switch(r4){case"inside":AAe=x_.x+nAe/2-z9/2,iAe=x_.y+oAe/2-eAe/2;break;case"top":AAe=x_.x+nAe/2-z9/2,iAe=x_.y-eAe-tAe;break;case"bottom":AAe=x_.x+nAe/2-z9/2,iAe=x_.y+oAe+tAe;break;case"left":AAe=x_.x-z9-tAe,iAe=x_.y+oAe/2-eAe/2;break;case"right":AAe=x_.x+nAe+tAe,iAe=x_.y+oAe/2-eAe/2}return[AAe,iAe]}function isCenterAlign(r4){return r4==="center"||r4==="middle"}function findComponentReference(r4,x_,$P){var zP=preParseFinder(r4).queryOptionMap,z9=zP.keys()[0];if(!(!z9||z9==="series")){var eAe=queryReferringComponents(x_,z9,zP.get(z9),{useDefault:!1,enableAll:!1,enableNone:!1}),tAe=eAe.models[0];if(tAe){var AAe=$P.getViewOfComponentModel(tAe),iAe;if(AAe.group.traverse(function(nAe){var oAe=getECData(nAe).tooltipConfig;if(oAe&&oAe.name===r4.name)return iAe=nAe,!0}),iAe)return{componentMainType:z9,componentIndex:tAe.componentIndex,el:iAe}}}}function install$k(r4){use$1(install$s),r4.registerComponentModel(TooltipModel),r4.registerComponentView(TooltipView),r4.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},noop$3),r4.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},noop$3)}var DEFAULT_TOOLBOX_BTNS=["rect","polygon","keep","clear"];function brushPreprocessor(r4,x_){var $P=normalizeToArray(r4?r4.brush:[]);if($P.length){var zP=[];each$f($P,function(iAe){var nAe=iAe.hasOwnProperty("toolbox")?iAe.toolbox:[];nAe instanceof Array&&(zP=zP.concat(nAe))});var z9=r4&&r4.toolbox;isArray$2(z9)&&(z9=z9[0]),z9||(z9={feature:{}},r4.toolbox=[z9]);var eAe=z9.feature||(z9.feature={}),tAe=eAe.brush||(eAe.brush={}),AAe=tAe.type||(tAe.type=[]);AAe.push.apply(AAe,zP),removeDuplicate(AAe),x_&&!AAe.length&&AAe.push.apply(AAe,DEFAULT_TOOLBOX_BTNS)}}function removeDuplicate(r4){var x_={};each$f(r4,function($P){x_[$P]=1}),r4.length=0,each$f(x_,function($P,zP){r4.push(zP)})}var each$4=each$f;function hasKeys(r4){if(r4){for(var x_ in r4)if(r4.hasOwnProperty(x_))return!0}}function createVisualMappings(r4,x_,$P){var zP={};return each$4(x_,function(eAe){var tAe=zP[eAe]=z9();each$4(r4[eAe],function(AAe,iAe){if(VisualMapping.isValidType(iAe)){var nAe={type:iAe,visual:AAe};$P&&$P(nAe,eAe),tAe[iAe]=new VisualMapping(nAe),iAe==="opacity"&&(nAe=clone$7(nAe),nAe.type="colorAlpha",tAe.__hidden.__alphaForOpacity=new VisualMapping(nAe))}})}),zP;function z9(){var eAe=function(){};eAe.prototype.__hidden=eAe.prototype;var tAe=new eAe;return tAe}}function replaceVisualOption(r4,x_,$P){var zP;each$f($P,function(z9){x_.hasOwnProperty(z9)&&hasKeys(x_[z9])&&(zP=!0)}),zP&&each$f($P,function(z9){x_.hasOwnProperty(z9)&&hasKeys(x_[z9])?r4[z9]=clone$7(x_[z9]):delete r4[z9]})}function applyVisual(r4,x_,$P,zP,z9,eAe){var tAe={};each$f(r4,function(aAe){var cAe=VisualMapping.prepareVisualTypes(x_[aAe]);tAe[aAe]=cAe});var AAe;function iAe(aAe){return getItemVisualFromData($P,AAe,aAe)}function nAe(aAe,cAe){setItemVisualFromData($P,AAe,aAe,cAe)}$P.each(oAe);function oAe(aAe,cAe){AAe=aAe;var uAe=$P.getRawDataItem(AAe);if(!(uAe&&uAe.visualMap===!1))for(var dAe=zP.call(z9,aAe),EAe=x_[dAe],gAe=tAe[dAe],pAe=0,mAe=gAe.length;pAex_[0][1]&&(x_[0][1]=eAe[0]),eAe[1]x_[1][1]&&(x_[1][1]=eAe[1])}return x_&&getBoundingRectFromMinMax(x_)}};function getBoundingRectFromMinMax(r4){return new BoundingRect(r4[0][0],r4[1][0],r4[0][1]-r4[0][0],r4[1][1]-r4[1][0])}var BrushView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function($P,zP){this.ecModel=$P,this.api=zP,this.model,(this._brushController=new BrushController(zP.getZr())).on("brush",bind$1(this._onBrush,this)).mount()},x_.prototype.render=function($P,zP,z9,eAe){this.model=$P,this._updateController($P,zP,z9,eAe)},x_.prototype.updateTransform=function($P,zP,z9,eAe){layoutCovers(zP),this._updateController($P,zP,z9,eAe)},x_.prototype.updateVisual=function($P,zP,z9,eAe){this.updateTransform($P,zP,z9,eAe)},x_.prototype.updateView=function($P,zP,z9,eAe){this._updateController($P,zP,z9,eAe)},x_.prototype._updateController=function($P,zP,z9,eAe){(!eAe||eAe.$from!==$P.id)&&this._brushController.setPanels($P.brushTargetManager.makePanelOpts(z9)).enableBrush($P.brushOption).updateCovers($P.areas.slice())},x_.prototype.dispose=function(){this._brushController.dispose()},x_.prototype._onBrush=function($P){var zP=this.model.id,z9=this.model.brushTargetManager.setOutputRanges($P.areas,this.ecModel);(!$P.isEnd||$P.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:zP,areas:clone$7(z9),$from:zP}),$P.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:zP,areas:clone$7(z9),$from:zP})},x_.type="brush",x_}(ComponentView),DEFAULT_OUT_OF_BRUSH_COLOR="#ddd",BrushModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.areas=[],$P.brushOption={},$P}return x_.prototype.optionUpdated=function($P,zP){var z9=this.option;!zP&&replaceVisualOption(z9,$P,["inBrush","outOfBrush"]);var eAe=z9.inBrush=z9.inBrush||{};z9.outOfBrush=z9.outOfBrush||{color:DEFAULT_OUT_OF_BRUSH_COLOR},eAe.hasOwnProperty("liftZ")||(eAe.liftZ=5)},x_.prototype.setAreas=function($P){$P&&(this.areas=map$1($P,function(zP){return generateBrushOption(this.option,zP)},this))},x_.prototype.setBrushOption=function($P){this.brushOption=generateBrushOption(this.option,$P),this.brushType=this.brushOption.brushType},x_.type="brush",x_.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],x_.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},x_}(ComponentModel);function generateBrushOption(r4,x_){return merge({brushType:r4.brushType,brushMode:r4.brushMode,transformable:r4.transformable,brushStyle:new Model(r4.brushStyle).getItemStyle(),removeOnClick:r4.removeOnClick,z:r4.z},x_,!0)}var ICON_TYPES=["rect","polygon","lineX","lineY","keep","clear"],BrushFeature=function(r4){__extends$1(x_,r4);function x_(){return r4!==null&&r4.apply(this,arguments)||this}return x_.prototype.render=function($P,zP,z9){var eAe,tAe,AAe;zP.eachComponent({mainType:"brush"},function(iAe){eAe=iAe.brushType,tAe=iAe.brushOption.brushMode||"single",AAe=AAe||!!iAe.areas.length}),this._brushType=eAe,this._brushMode=tAe,each$f($P.get("type",!0),function(iAe){$P.setIconStatus(iAe,(iAe==="keep"?tAe==="multiple":iAe==="clear"?AAe:iAe===eAe)?"emphasis":"normal")})},x_.prototype.updateView=function($P,zP,z9){this.render($P,zP,z9)},x_.prototype.getIcons=function(){var $P=this.model,zP=$P.get("icon",!0),z9={};return each$f($P.get("type",!0),function(eAe){zP[eAe]&&(z9[eAe]=zP[eAe])}),z9},x_.prototype.onclick=function($P,zP,z9){var eAe=this._brushType,tAe=this._brushMode;z9==="clear"?(zP.dispatchAction({type:"axisAreaSelect",intervals:[]}),zP.dispatchAction({type:"brush",command:"clear",areas:[]})):zP.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:z9==="keep"?eAe:eAe===z9?!1:z9,brushMode:z9==="keep"?tAe==="multiple"?"single":"multiple":tAe}})},x_.getDefaultOption=function($P){var zP={show:!0,type:ICON_TYPES.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:$P.getLocaleModel().get(["toolbox","brush","title"])};return zP},x_}(ToolboxFeature);function install$j(r4){r4.registerComponentView(BrushView),r4.registerComponentModel(BrushModel),r4.registerPreprocessor(brushPreprocessor),r4.registerVisual(r4.PRIORITY.VISUAL.BRUSH,brushVisual),r4.registerAction({type:"brush",event:"brush",update:"updateVisual"},function(x_,$P){$P.eachComponent({mainType:"brush",query:x_},function(zP){zP.setAreas(x_.areas)})}),r4.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},noop$3),r4.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},noop$3),registerFeature("brush",BrushFeature)}var TitleModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.layoutMode={type:"box",ignoreSize:!0},$P}return x_.type="title",x_.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},x_}(ComponentModel),TitleView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.render=function($P,zP,z9){if(this.group.removeAll(),!!$P.get("show")){var eAe=this.group,tAe=$P.getModel("textStyle"),AAe=$P.getModel("subtextStyle"),iAe=$P.get("textAlign"),nAe=retrieve2($P.get("textBaseline"),$P.get("textVerticalAlign")),oAe=new ZRText({style:createTextStyle(tAe,{text:$P.get("text"),fill:tAe.getTextColor()},{disableBox:!0}),z2:10}),aAe=oAe.getBoundingRect(),cAe=$P.get("subtext"),uAe=new ZRText({style:createTextStyle(AAe,{text:cAe,fill:AAe.getTextColor(),y:aAe.height+$P.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),dAe=$P.get("link"),EAe=$P.get("sublink"),gAe=$P.get("triggerEvent",!0);oAe.silent=!dAe&&!gAe,uAe.silent=!EAe&&!gAe,dAe&&oAe.on("click",function(){windowOpen(dAe,"_"+$P.get("target"))}),EAe&&uAe.on("click",function(){windowOpen(EAe,"_"+$P.get("subtarget"))}),getECData(oAe).eventData=getECData(uAe).eventData=gAe?{componentType:"title",componentIndex:$P.componentIndex}:null,eAe.add(oAe),cAe&&eAe.add(uAe);var pAe=eAe.getBoundingRect(),mAe=$P.getBoxLayoutParams();mAe.width=pAe.width,mAe.height=pAe.height;var SAe=getLayoutRect(mAe,{width:z9.getWidth(),height:z9.getHeight()},$P.get("padding"));iAe||(iAe=$P.get("left")||$P.get("right"),iAe==="middle"&&(iAe="center"),iAe==="right"?SAe.x+=SAe.width:iAe==="center"&&(SAe.x+=SAe.width/2)),nAe||(nAe=$P.get("top")||$P.get("bottom"),nAe==="center"&&(nAe="middle"),nAe==="bottom"?SAe.y+=SAe.height:nAe==="middle"&&(SAe.y+=SAe.height/2),nAe=nAe||"top"),eAe.x=SAe.x,eAe.y=SAe.y,eAe.markRedraw();var DAe={align:iAe,verticalAlign:nAe};oAe.setStyle(DAe),uAe.setStyle(DAe),pAe=eAe.getBoundingRect();var NAe=SAe.margin,TAe=$P.getItemStyle(["color","opacity"]);TAe.fill=$P.get("backgroundColor");var bAe=new Rect$2({shape:{x:pAe.x-NAe[3],y:pAe.y-NAe[0],width:pAe.width+NAe[1]+NAe[3],height:pAe.height+NAe[0]+NAe[2],r:$P.get("borderRadius")},style:TAe,subPixelOptimize:!0,silent:!0});eAe.add(bAe)}},x_.type="title",x_}(ComponentView);function install$i(r4){r4.registerComponentModel(TitleModel),r4.registerComponentView(TitleView)}var TimelineModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.layoutMode="box",$P}return x_.prototype.init=function($P,zP,z9){this.mergeDefaultAndTheme($P,z9),this._initData()},x_.prototype.mergeOption=function($P){r4.prototype.mergeOption.apply(this,arguments),this._initData()},x_.prototype.setCurrentIndex=function($P){$P==null&&($P=this.option.currentIndex);var zP=this._data.count();this.option.loop?$P=($P%zP+zP)%zP:($P>=zP&&($P=zP-1),$P<0&&($P=0)),this.option.currentIndex=$P},x_.prototype.getCurrentIndex=function(){return this.option.currentIndex},x_.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},x_.prototype.setPlayState=function($P){this.option.autoPlay=!!$P},x_.prototype.getPlayState=function(){return!!this.option.autoPlay},x_.prototype._initData=function(){var $P=this.option,zP=$P.data||[],z9=$P.axisType,eAe=this._names=[],tAe;z9==="category"?(tAe=[],each$f(zP,function(nAe,oAe){var aAe=convertOptionIdName(getDataItemValue(nAe),""),cAe;isObject$4(nAe)?(cAe=clone$7(nAe),cAe.value=oAe):cAe=oAe,tAe.push(cAe),eAe.push(aAe)})):tAe=zP;var AAe={category:"ordinal",time:"time",value:"number"}[z9]||"number",iAe=this._data=new SeriesData([{name:"value",type:AAe}],this);iAe.initData(tAe,eAe)},x_.prototype.getData=function(){return this._data},x_.prototype.getCategories=function(){if(this.get("axisType")==="category")return this._names.slice()},x_.type="timeline",x_.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},x_}(ComponentModel),SliderTimelineModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="timeline.slider",x_.defaultOption=inheritDefaultOption(TimelineModel.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),x_}(TimelineModel);mixin(SliderTimelineModel,DataFormatMixin.prototype);var TimelineView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="timeline",x_}(ComponentView),TimelineAxis=function(r4){__extends$1(x_,r4);function x_($P,zP,z9,eAe){var tAe=r4.call(this,$P,zP,z9)||this;return tAe.type=eAe||"value",tAe}return x_.prototype.getLabelModel=function(){return this.model.getModel("label")},x_.prototype.isHorizontal=function(){return this.model.get("orient")==="horizontal"},x_}(Axis),PI$3=Math.PI,labelDataIndexStore=makeInner(),SliderTimelineView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function($P,zP){this.api=zP},x_.prototype.render=function($P,zP,z9){if(this.model=$P,this.api=z9,this.ecModel=zP,this.group.removeAll(),$P.get("show",!0)){var eAe=this._layout($P,z9),tAe=this._createGroup("_mainGroup"),AAe=this._createGroup("_labelGroup"),iAe=this._axis=this._createAxis(eAe,$P);$P.formatTooltip=function(nAe){var oAe=iAe.scale.getLabel({value:nAe});return createTooltipMarkup("nameValue",{noName:!0,value:oAe})},each$f(["AxisLine","AxisTick","Control","CurrentPointer"],function(nAe){this["_render"+nAe](eAe,tAe,iAe,$P)},this),this._renderAxisLabel(eAe,AAe,iAe,$P),this._position(eAe,$P)}this._doPlayStop(),this._updateTicksStatus()},x_.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},x_.prototype.dispose=function(){this._clearTimer()},x_.prototype._layout=function($P,zP){var z9=$P.get(["label","position"]),eAe=$P.get("orient"),tAe=getViewRect($P,zP),AAe;z9==null||z9==="auto"?AAe=eAe==="horizontal"?tAe.y+tAe.height/2=0||AAe==="+"?"left":"right"},nAe={horizontal:AAe>=0||AAe==="+"?"top":"bottom",vertical:"middle"},oAe={horizontal:0,vertical:PI$3/2},aAe=eAe==="vertical"?tAe.height:tAe.width,cAe=$P.getModel("controlStyle"),uAe=cAe.get("show",!0),dAe=uAe?cAe.get("itemSize"):0,EAe=uAe?cAe.get("itemGap"):0,gAe=dAe+EAe,pAe=$P.get(["label","rotate"])||0;pAe=pAe*PI$3/180;var mAe,SAe,DAe,NAe=cAe.get("position",!0),TAe=uAe&&cAe.get("showPlayBtn",!0),bAe=uAe&&cAe.get("showPrevBtn",!0),GAe=uAe&&cAe.get("showNextBtn",!0),LAe=0,wAe=aAe;NAe==="left"||NAe==="bottom"?(TAe&&(mAe=[0,0],LAe+=gAe),bAe&&(SAe=[LAe,0],LAe+=gAe),GAe&&(DAe=[wAe-dAe,0],wAe-=gAe)):(TAe&&(mAe=[wAe-dAe,0],wAe-=gAe),bAe&&(SAe=[0,0],LAe+=gAe),GAe&&(DAe=[wAe-dAe,0],wAe-=gAe));var OAe=[LAe,wAe];return $P.get("inverse")&&OAe.reverse(),{viewRect:tAe,mainLength:aAe,orient:eAe,rotation:oAe[eAe],labelRotation:pAe,labelPosOpt:AAe,labelAlign:$P.get(["label","align"])||iAe[eAe],labelBaseline:$P.get(["label","verticalAlign"])||$P.get(["label","baseline"])||nAe[eAe],playPosition:mAe,prevBtnPosition:SAe,nextBtnPosition:DAe,axisExtent:OAe,controlSize:dAe,controlGap:EAe}},x_.prototype._position=function($P,zP){var z9=this._mainGroup,eAe=this._labelGroup,tAe=$P.viewRect;if($P.orient==="vertical"){var AAe=create$4(),iAe=tAe.x,nAe=tAe.y+tAe.height;translate$1(AAe,AAe,[-iAe,-nAe]),rotate$1(AAe,AAe,-PI$3/2),translate$1(AAe,AAe,[iAe,nAe]),tAe=tAe.clone(),tAe.applyTransform(AAe)}var oAe=mAe(tAe),aAe=mAe(z9.getBoundingRect()),cAe=mAe(eAe.getBoundingRect()),uAe=[z9.x,z9.y],dAe=[eAe.x,eAe.y];dAe[0]=uAe[0]=oAe[0][0];var EAe=$P.labelPosOpt;if(EAe==null||isString(EAe)){var gAe=EAe==="+"?0:1;SAe(uAe,aAe,oAe,1,gAe),SAe(dAe,cAe,oAe,1,1-gAe)}else{var gAe=EAe>=0?0:1;SAe(uAe,aAe,oAe,1,gAe),dAe[1]=uAe[1]+EAe}z9.setPosition(uAe),eAe.setPosition(dAe),z9.rotation=eAe.rotation=$P.rotation,pAe(z9),pAe(eAe);function pAe(DAe){DAe.originX=oAe[0][0]-DAe.x,DAe.originY=oAe[1][0]-DAe.y}function mAe(DAe){return[[DAe.x,DAe.x+DAe.width],[DAe.y,DAe.y+DAe.height]]}function SAe(DAe,NAe,TAe,bAe,GAe){DAe[bAe]+=TAe[bAe][GAe]-NAe[bAe][GAe]}},x_.prototype._createAxis=function($P,zP){var z9=zP.getData(),eAe=zP.get("axisType"),tAe=createScaleByModel(zP,eAe);tAe.getTicks=function(){return z9.mapArray(["value"],function(nAe){return{value:nAe}})};var AAe=z9.getDataExtent("value");tAe.setExtent(AAe[0],AAe[1]),tAe.calcNiceTicks();var iAe=new TimelineAxis("value",tAe,$P.axisExtent,eAe);return iAe.model=zP,iAe},x_.prototype._createGroup=function($P){var zP=this[$P]=new Group$3;return this.group.add(zP),zP},x_.prototype._renderAxisLine=function($P,zP,z9,eAe){var tAe=z9.getExtent();if(eAe.get(["lineStyle","show"])){var AAe=new Line$1({shape:{x1:tAe[0],y1:0,x2:tAe[1],y2:0},style:extend$1({lineCap:"round"},eAe.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});zP.add(AAe);var iAe=this._progressLine=new Line$1({shape:{x1:tAe[0],x2:this._currentPointer?this._currentPointer.x:tAe[0],y1:0,y2:0},style:defaults$2({lineCap:"round",lineWidth:AAe.style.lineWidth},eAe.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});zP.add(iAe)}},x_.prototype._renderAxisTick=function($P,zP,z9,eAe){var tAe=this,AAe=eAe.getData(),iAe=z9.scale.getTicks();this._tickSymbols=[],each$f(iAe,function(nAe){var oAe=z9.dataToCoord(nAe.value),aAe=AAe.getItemModel(nAe.value),cAe=aAe.getModel("itemStyle"),uAe=aAe.getModel(["emphasis","itemStyle"]),dAe=aAe.getModel(["progress","itemStyle"]),EAe={x:oAe,y:0,onclick:bind$1(tAe._changeTimeline,tAe,nAe.value)},gAe=giveSymbol(aAe,cAe,zP,EAe);gAe.ensureState("emphasis").style=uAe.getItemStyle(),gAe.ensureState("progress").style=dAe.getItemStyle(),enableHoverEmphasis(gAe);var pAe=getECData(gAe);aAe.get("tooltip")?(pAe.dataIndex=nAe.value,pAe.dataModel=eAe):pAe.dataIndex=pAe.dataModel=null,tAe._tickSymbols.push(gAe)})},x_.prototype._renderAxisLabel=function($P,zP,z9,eAe){var tAe=this,AAe=z9.getLabelModel();if(AAe.get("show")){var iAe=eAe.getData(),nAe=z9.getViewLabels();this._tickLabels=[],each$f(nAe,function(oAe){var aAe=oAe.tickValue,cAe=iAe.getItemModel(aAe),uAe=cAe.getModel("label"),dAe=cAe.getModel(["emphasis","label"]),EAe=cAe.getModel(["progress","label"]),gAe=z9.dataToCoord(oAe.tickValue),pAe=new ZRText({x:gAe,y:0,rotation:$P.labelRotation-$P.rotation,onclick:bind$1(tAe._changeTimeline,tAe,aAe),silent:!1,style:createTextStyle(uAe,{text:oAe.formattedLabel,align:$P.labelAlign,verticalAlign:$P.labelBaseline})});pAe.ensureState("emphasis").style=createTextStyle(dAe),pAe.ensureState("progress").style=createTextStyle(EAe),zP.add(pAe),enableHoverEmphasis(pAe),labelDataIndexStore(pAe).dataIndex=aAe,tAe._tickLabels.push(pAe)})}},x_.prototype._renderControl=function($P,zP,z9,eAe){var tAe=$P.controlSize,AAe=$P.rotation,iAe=eAe.getModel("controlStyle").getItemStyle(),nAe=eAe.getModel(["emphasis","controlStyle"]).getItemStyle(),oAe=eAe.getPlayState(),aAe=eAe.get("inverse",!0);cAe($P.nextBtnPosition,"next",bind$1(this._changeTimeline,this,aAe?"-":"+")),cAe($P.prevBtnPosition,"prev",bind$1(this._changeTimeline,this,aAe?"+":"-")),cAe($P.playPosition,oAe?"stop":"play",bind$1(this._handlePlayClick,this,!oAe),!0);function cAe(uAe,dAe,EAe,gAe){if(uAe){var pAe=parsePercent$1(retrieve2(eAe.get(["controlStyle",dAe+"BtnSize"]),tAe),tAe),mAe=[0,-pAe/2,pAe,pAe],SAe=makeControlIcon(eAe,dAe+"Icon",mAe,{x:uAe[0],y:uAe[1],originX:tAe/2,originY:0,rotation:gAe?-AAe:0,rectHover:!0,style:iAe,onclick:EAe});SAe.ensureState("emphasis").style=nAe,zP.add(SAe),enableHoverEmphasis(SAe)}}},x_.prototype._renderCurrentPointer=function($P,zP,z9,eAe){var tAe=eAe.getData(),AAe=eAe.getCurrentIndex(),iAe=tAe.getItemModel(AAe).getModel("checkpointStyle"),nAe=this,oAe={onCreate:function(aAe){aAe.draggable=!0,aAe.drift=bind$1(nAe._handlePointerDrag,nAe),aAe.ondragend=bind$1(nAe._handlePointerDragend,nAe),pointerMoveTo(aAe,nAe._progressLine,AAe,z9,eAe,!0)},onUpdate:function(aAe){pointerMoveTo(aAe,nAe._progressLine,AAe,z9,eAe)}};this._currentPointer=giveSymbol(iAe,iAe,this._mainGroup,{},this._currentPointer,oAe)},x_.prototype._handlePlayClick=function($P){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:$P,from:this.uid})},x_.prototype._handlePointerDrag=function($P,zP,z9){this._clearTimer(),this._pointerChangeTimeline([z9.offsetX,z9.offsetY])},x_.prototype._handlePointerDragend=function($P){this._pointerChangeTimeline([$P.offsetX,$P.offsetY],!0)},x_.prototype._pointerChangeTimeline=function($P,zP){var z9=this._toAxisCoord($P)[0],eAe=this._axis,tAe=asc$2(eAe.getExtent().slice());z9>tAe[1]&&(z9=tAe[1]),z9=0&&(tAe[eAe]=+tAe[eAe].toFixed(cAe)),[tAe,aAe]}var markerTypeCalculator={min:curry$1(markerTypeCalculatorWithExtent,"min"),max:curry$1(markerTypeCalculatorWithExtent,"max"),average:curry$1(markerTypeCalculatorWithExtent,"average"),median:curry$1(markerTypeCalculatorWithExtent,"median")};function dataTransform(r4,x_){if(x_){var $P=r4.getData(),zP=r4.coordinateSystem,z9=zP&&zP.dimensions;if(!hasXAndY(x_)&&!isArray$2(x_.coord)&&isArray$2(z9)){var eAe=getAxisInfo(x_,$P,zP,r4);if(x_=clone$7(x_),x_.type&&markerTypeCalculator[x_.type]&&eAe.baseAxis&&eAe.valueAxis){var tAe=indexOf(z9,eAe.baseAxis.dim),AAe=indexOf(z9,eAe.valueAxis.dim),iAe=markerTypeCalculator[x_.type]($P,eAe.baseDataDim,eAe.valueDataDim,tAe,AAe);x_.coord=iAe[0],x_.value=iAe[1]}else x_.coord=[x_.xAxis!=null?x_.xAxis:x_.radiusAxis,x_.yAxis!=null?x_.yAxis:x_.angleAxis]}if(x_.coord==null||!isArray$2(z9))x_.coord=[];else for(var nAe=x_.coord,oAe=0;oAe<2;oAe++)markerTypeCalculator[nAe[oAe]]&&(nAe[oAe]=numCalculate($P,$P.mapDimension(z9[oAe]),nAe[oAe]));return x_}}function getAxisInfo(r4,x_,$P,zP){var z9={};return r4.valueIndex!=null||r4.valueDim!=null?(z9.valueDataDim=r4.valueIndex!=null?x_.getDimension(r4.valueIndex):r4.valueDim,z9.valueAxis=$P.getAxis(dataDimToCoordDim(zP,z9.valueDataDim)),z9.baseAxis=$P.getOtherAxis(z9.valueAxis),z9.baseDataDim=x_.mapDimension(z9.baseAxis.dim)):(z9.baseAxis=zP.getBaseAxis(),z9.valueAxis=$P.getOtherAxis(z9.baseAxis),z9.baseDataDim=x_.mapDimension(z9.baseAxis.dim),z9.valueDataDim=x_.mapDimension(z9.valueAxis.dim)),z9}function dataDimToCoordDim(r4,x_){var $P=r4.getData().getDimensionInfo(x_);return $P&&$P.coordDim}function dataFilter(r4,x_){return r4&&r4.containData&&x_.coord&&!hasXOrY(x_)?r4.containData(x_.coord):!0}function zoneFilter(r4,x_,$P){return r4&&r4.containZone&&x_.coord&&$P.coord&&!hasXOrY(x_)&&!hasXOrY($P)?r4.containZone(x_.coord,$P.coord):!0}function createMarkerDimValueGetter(r4,x_){return r4?function($P,zP,z9,eAe){var tAe=eAe<2?$P.coord&&$P.coord[eAe]:$P.value;return parseDataValue(tAe,x_[eAe])}:function($P,zP,z9,eAe){return parseDataValue($P.value,x_[eAe])}}function numCalculate(r4,x_,$P){if($P==="average"){var zP=0,z9=0;return r4.each(x_,function(eAe,tAe){isNaN(eAe)||(zP+=eAe,z9++)}),zP/z9}else return $P==="median"?r4.getMedian(x_):r4.getDataExtent(x_)[$P==="max"?1:0]}var inner$4=makeInner(),MarkerView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.init=function(){this.markerGroupMap=createHashMap()},x_.prototype.render=function($P,zP,z9){var eAe=this,tAe=this.markerGroupMap;tAe.each(function(AAe){inner$4(AAe).keep=!1}),zP.eachSeries(function(AAe){var iAe=MarkerModel.getMarkerModelFromSeries(AAe,eAe.type);iAe&&eAe.renderSeries(AAe,iAe,zP,z9)}),tAe.each(function(AAe){!inner$4(AAe).keep&&eAe.group.remove(AAe.group)})},x_.prototype.markKeep=function($P){inner$4($P).keep=!0},x_.prototype.toggleBlurSeries=function($P,zP){var z9=this;each$f($P,function(eAe){var tAe=MarkerModel.getMarkerModelFromSeries(eAe,z9.type);if(tAe){var AAe=tAe.getData();AAe.eachItemGraphicEl(function(iAe){iAe&&(zP?enterBlur(iAe):leaveBlur(iAe))})}})},x_.type="marker",x_}(ComponentView);function updateMarkerLayout(r4,x_,$P){var zP=x_.coordinateSystem;r4.each(function(z9){var eAe=r4.getItemModel(z9),tAe,AAe=parsePercent(eAe.get("x"),$P.getWidth()),iAe=parsePercent(eAe.get("y"),$P.getHeight());if(!isNaN(AAe)&&!isNaN(iAe))tAe=[AAe,iAe];else if(x_.getMarkerPosition)tAe=x_.getMarkerPosition(r4.getValues(r4.dimensions,z9));else if(zP){var nAe=r4.get(zP.dimensions[0],z9),oAe=r4.get(zP.dimensions[1],z9);tAe=zP.dataToPoint([nAe,oAe])}isNaN(AAe)||(tAe[0]=AAe),isNaN(iAe)||(tAe[1]=iAe),r4.setItemLayout(z9,tAe)})}var MarkPointView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.updateTransform=function($P,zP,z9){zP.eachSeries(function(eAe){var tAe=MarkerModel.getMarkerModelFromSeries(eAe,"markPoint");tAe&&(updateMarkerLayout(tAe.getData(),eAe,z9),this.markerGroupMap.get(eAe.id).updateLayout())},this)},x_.prototype.renderSeries=function($P,zP,z9,eAe){var tAe=$P.coordinateSystem,AAe=$P.id,iAe=$P.getData(),nAe=this.markerGroupMap,oAe=nAe.get(AAe)||nAe.set(AAe,new SymbolDraw),aAe=createData(tAe,$P,zP);zP.setData(aAe),updateMarkerLayout(zP.getData(),$P,eAe),aAe.each(function(cAe){var uAe=aAe.getItemModel(cAe),dAe=uAe.getShallow("symbol"),EAe=uAe.getShallow("symbolSize"),gAe=uAe.getShallow("symbolRotate"),pAe=uAe.getShallow("symbolOffset"),mAe=uAe.getShallow("symbolKeepAspect");if(isFunction(dAe)||isFunction(EAe)||isFunction(gAe)||isFunction(pAe)){var SAe=zP.getRawValue(cAe),DAe=zP.getDataParams(cAe);isFunction(dAe)&&(dAe=dAe(SAe,DAe)),isFunction(EAe)&&(EAe=EAe(SAe,DAe)),isFunction(gAe)&&(gAe=gAe(SAe,DAe)),isFunction(pAe)&&(pAe=pAe(SAe,DAe))}var NAe=uAe.getModel("itemStyle").getItemStyle(),TAe=getVisualFromData(iAe,"color");NAe.fill||(NAe.fill=TAe),aAe.setItemVisual(cAe,{symbol:dAe,symbolSize:EAe,symbolRotate:gAe,symbolOffset:pAe,symbolKeepAspect:mAe,style:NAe})}),oAe.updateData(aAe),this.group.add(oAe.group),aAe.eachItemGraphicEl(function(cAe){cAe.traverse(function(uAe){getECData(uAe).dataModel=zP})}),this.markKeep(oAe),oAe.group.silent=zP.get("silent")||$P.get("silent")},x_.type="markPoint",x_}(MarkerView);function createData(r4,x_,$P){var zP;r4?zP=map$1(r4&&r4.dimensions,function(AAe){var iAe=x_.getData().getDimensionInfo(x_.getData().mapDimension(AAe))||{};return extend$1(extend$1({},iAe),{name:AAe,ordinalMeta:null})}):zP=[{name:"value",type:"float"}];var z9=new SeriesData(zP,$P),eAe=map$1($P.get("data"),curry$1(dataTransform,x_));r4&&(eAe=filter(eAe,curry$1(dataFilter,r4)));var tAe=createMarkerDimValueGetter(!!r4,zP);return z9.initData(eAe,null,tAe),z9}function install$g(r4){r4.registerComponentModel(MarkPointModel),r4.registerComponentView(MarkPointView),r4.registerPreprocessor(function(x_){checkMarkerInSeries(x_.series,"markPoint")&&(x_.markPoint=x_.markPoint||{})})}var MarkLineModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.createMarkerModelFromSeries=function($P,zP,z9){return new x_($P,zP,z9)},x_.type="markLine",x_.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},x_}(MarkerModel),inner$3=makeInner(),markLineTransform=function(r4,x_,$P,zP){var z9=r4.getData(),eAe;if(isArray$2(zP))eAe=zP;else{var tAe=zP.type;if(tAe==="min"||tAe==="max"||tAe==="average"||tAe==="median"||zP.xAxis!=null||zP.yAxis!=null){var AAe=void 0,iAe=void 0;if(zP.yAxis!=null||zP.xAxis!=null)AAe=x_.getAxis(zP.yAxis!=null?"y":"x"),iAe=retrieve(zP.yAxis,zP.xAxis);else{var nAe=getAxisInfo(zP,z9,x_,r4);AAe=nAe.valueAxis;var oAe=getStackedDimension(z9,nAe.valueDataDim);iAe=numCalculate(z9,oAe,tAe)}var aAe=AAe.dim==="x"?0:1,cAe=1-aAe,uAe=clone$7(zP),dAe={coord:[]};uAe.type=null,uAe.coord=[],uAe.coord[cAe]=-1/0,dAe.coord[cAe]=1/0;var EAe=$P.get("precision");EAe>=0&&isNumber$1(iAe)&&(iAe=+iAe.toFixed(Math.min(EAe,20))),uAe.coord[aAe]=dAe.coord[aAe]=iAe,eAe=[uAe,dAe,{type:tAe,valueIndex:zP.valueIndex,value:iAe}]}else eAe=[]}var gAe=[dataTransform(r4,eAe[0]),dataTransform(r4,eAe[1]),extend$1({},eAe[2])];return gAe[2].type=gAe[2].type||null,merge(gAe[2],gAe[0]),merge(gAe[2],gAe[1]),gAe};function isInfinity$1(r4){return!isNaN(r4)&&!isFinite(r4)}function ifMarkLineHasOnlyDim(r4,x_,$P,zP){var z9=1-r4,eAe=zP.dimensions[r4];return isInfinity$1(x_[z9])&&isInfinity$1($P[z9])&&x_[r4]===$P[r4]&&zP.getAxis(eAe).containData(x_[r4])}function markLineFilter(r4,x_){if(r4.type==="cartesian2d"){var $P=x_[0].coord,zP=x_[1].coord;if($P&&zP&&(ifMarkLineHasOnlyDim(1,$P,zP,r4)||ifMarkLineHasOnlyDim(0,$P,zP,r4)))return!0}return dataFilter(r4,x_[0])&&dataFilter(r4,x_[1])}function updateSingleMarkerEndLayout(r4,x_,$P,zP,z9){var eAe=zP.coordinateSystem,tAe=r4.getItemModel(x_),AAe,iAe=parsePercent(tAe.get("x"),z9.getWidth()),nAe=parsePercent(tAe.get("y"),z9.getHeight());if(!isNaN(iAe)&&!isNaN(nAe))AAe=[iAe,nAe];else{if(zP.getMarkerPosition)AAe=zP.getMarkerPosition(r4.getValues(r4.dimensions,x_));else{var oAe=eAe.dimensions,aAe=r4.get(oAe[0],x_),cAe=r4.get(oAe[1],x_);AAe=eAe.dataToPoint([aAe,cAe])}if(isCoordinateSystemType(eAe,"cartesian2d")){var uAe=eAe.getAxis("x"),dAe=eAe.getAxis("y"),oAe=eAe.dimensions;isInfinity$1(r4.get(oAe[0],x_))?AAe[0]=uAe.toGlobalCoord(uAe.getExtent()[$P?0:1]):isInfinity$1(r4.get(oAe[1],x_))&&(AAe[1]=dAe.toGlobalCoord(dAe.getExtent()[$P?0:1]))}isNaN(iAe)||(AAe[0]=iAe),isNaN(nAe)||(AAe[1]=nAe)}r4.setItemLayout(x_,AAe)}var MarkLineView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.updateTransform=function($P,zP,z9){zP.eachSeries(function(eAe){var tAe=MarkerModel.getMarkerModelFromSeries(eAe,"markLine");if(tAe){var AAe=tAe.getData(),iAe=inner$3(tAe).from,nAe=inner$3(tAe).to;iAe.each(function(oAe){updateSingleMarkerEndLayout(iAe,oAe,!0,eAe,z9),updateSingleMarkerEndLayout(nAe,oAe,!1,eAe,z9)}),AAe.each(function(oAe){AAe.setItemLayout(oAe,[iAe.getItemLayout(oAe),nAe.getItemLayout(oAe)])}),this.markerGroupMap.get(eAe.id).updateLayout()}},this)},x_.prototype.renderSeries=function($P,zP,z9,eAe){var tAe=$P.coordinateSystem,AAe=$P.id,iAe=$P.getData(),nAe=this.markerGroupMap,oAe=nAe.get(AAe)||nAe.set(AAe,new LineDraw);this.group.add(oAe.group);var aAe=createList$1(tAe,$P,zP),cAe=aAe.from,uAe=aAe.to,dAe=aAe.line;inner$3(zP).from=cAe,inner$3(zP).to=uAe,zP.setData(dAe);var EAe=zP.get("symbol"),gAe=zP.get("symbolSize"),pAe=zP.get("symbolRotate"),mAe=zP.get("symbolOffset");isArray$2(EAe)||(EAe=[EAe,EAe]),isArray$2(gAe)||(gAe=[gAe,gAe]),isArray$2(pAe)||(pAe=[pAe,pAe]),isArray$2(mAe)||(mAe=[mAe,mAe]),aAe.from.each(function(DAe){SAe(cAe,DAe,!0),SAe(uAe,DAe,!1)}),dAe.each(function(DAe){var NAe=dAe.getItemModel(DAe).getModel("lineStyle").getLineStyle();dAe.setItemLayout(DAe,[cAe.getItemLayout(DAe),uAe.getItemLayout(DAe)]),NAe.stroke==null&&(NAe.stroke=cAe.getItemVisual(DAe,"style").fill),dAe.setItemVisual(DAe,{fromSymbolKeepAspect:cAe.getItemVisual(DAe,"symbolKeepAspect"),fromSymbolOffset:cAe.getItemVisual(DAe,"symbolOffset"),fromSymbolRotate:cAe.getItemVisual(DAe,"symbolRotate"),fromSymbolSize:cAe.getItemVisual(DAe,"symbolSize"),fromSymbol:cAe.getItemVisual(DAe,"symbol"),toSymbolKeepAspect:uAe.getItemVisual(DAe,"symbolKeepAspect"),toSymbolOffset:uAe.getItemVisual(DAe,"symbolOffset"),toSymbolRotate:uAe.getItemVisual(DAe,"symbolRotate"),toSymbolSize:uAe.getItemVisual(DAe,"symbolSize"),toSymbol:uAe.getItemVisual(DAe,"symbol"),style:NAe})}),oAe.updateData(dAe),aAe.line.eachItemGraphicEl(function(DAe){getECData(DAe).dataModel=zP,DAe.traverse(function(NAe){getECData(NAe).dataModel=zP})});function SAe(DAe,NAe,TAe){var bAe=DAe.getItemModel(NAe);updateSingleMarkerEndLayout(DAe,NAe,TAe,$P,eAe);var GAe=bAe.getModel("itemStyle").getItemStyle();GAe.fill==null&&(GAe.fill=getVisualFromData(iAe,"color")),DAe.setItemVisual(NAe,{symbolKeepAspect:bAe.get("symbolKeepAspect"),symbolOffset:retrieve2(bAe.get("symbolOffset",!0),mAe[TAe?0:1]),symbolRotate:retrieve2(bAe.get("symbolRotate",!0),pAe[TAe?0:1]),symbolSize:retrieve2(bAe.get("symbolSize"),gAe[TAe?0:1]),symbol:retrieve2(bAe.get("symbol",!0),EAe[TAe?0:1]),style:GAe})}this.markKeep(oAe),oAe.group.silent=zP.get("silent")||$P.get("silent")},x_.type="markLine",x_}(MarkerView);function createList$1(r4,x_,$P){var zP;r4?zP=map$1(r4&&r4.dimensions,function(nAe){var oAe=x_.getData().getDimensionInfo(x_.getData().mapDimension(nAe))||{};return extend$1(extend$1({},oAe),{name:nAe,ordinalMeta:null})}):zP=[{name:"value",type:"float"}];var z9=new SeriesData(zP,$P),eAe=new SeriesData(zP,$P),tAe=new SeriesData([],$P),AAe=map$1($P.get("data"),curry$1(markLineTransform,x_,r4,$P));r4&&(AAe=filter(AAe,curry$1(markLineFilter,r4)));var iAe=createMarkerDimValueGetter(!!r4,zP);return z9.initData(map$1(AAe,function(nAe){return nAe[0]}),null,iAe),eAe.initData(map$1(AAe,function(nAe){return nAe[1]}),null,iAe),tAe.initData(map$1(AAe,function(nAe){return nAe[2]})),tAe.hasItemOption=!0,{from:z9,to:eAe,line:tAe}}function install$f(r4){r4.registerComponentModel(MarkLineModel),r4.registerComponentView(MarkLineView),r4.registerPreprocessor(function(x_){checkMarkerInSeries(x_.series,"markLine")&&(x_.markLine=x_.markLine||{})})}var MarkAreaModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.createMarkerModelFromSeries=function($P,zP,z9){return new x_($P,zP,z9)},x_.type="markArea",x_.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},x_}(MarkerModel),inner$2=makeInner(),markAreaTransform=function(r4,x_,$P,zP){var z9=zP[0],eAe=zP[1];if(!(!z9||!eAe)){var tAe=dataTransform(r4,z9),AAe=dataTransform(r4,eAe),iAe=tAe.coord,nAe=AAe.coord;iAe[0]=retrieve(iAe[0],-1/0),iAe[1]=retrieve(iAe[1],-1/0),nAe[0]=retrieve(nAe[0],1/0),nAe[1]=retrieve(nAe[1],1/0);var oAe=mergeAll([{},tAe,AAe]);return oAe.coord=[tAe.coord,AAe.coord],oAe.x0=tAe.x,oAe.y0=tAe.y,oAe.x1=AAe.x,oAe.y1=AAe.y,oAe}};function isInfinity(r4){return!isNaN(r4)&&!isFinite(r4)}function ifMarkAreaHasOnlyDim(r4,x_,$P,zP){var z9=1-r4;return isInfinity(x_[z9])&&isInfinity($P[z9])}function markAreaFilter(r4,x_){var $P=x_.coord[0],zP=x_.coord[1],z9={coord:$P,x:x_.x0,y:x_.y0},eAe={coord:zP,x:x_.x1,y:x_.y1};return isCoordinateSystemType(r4,"cartesian2d")?$P&&zP&&(ifMarkAreaHasOnlyDim(1,$P,zP)||ifMarkAreaHasOnlyDim(0,$P,zP))?!0:zoneFilter(r4,z9,eAe):dataFilter(r4,z9)||dataFilter(r4,eAe)}function getSingleMarkerEndPoint(r4,x_,$P,zP,z9){var eAe=zP.coordinateSystem,tAe=r4.getItemModel(x_),AAe,iAe=parsePercent(tAe.get($P[0]),z9.getWidth()),nAe=parsePercent(tAe.get($P[1]),z9.getHeight());if(!isNaN(iAe)&&!isNaN(nAe))AAe=[iAe,nAe];else{if(zP.getMarkerPosition){var oAe=r4.getValues(["x0","y0"],x_),aAe=r4.getValues(["x1","y1"],x_),cAe=eAe.clampData(oAe),uAe=eAe.clampData(aAe),dAe=[];$P[0]==="x0"?dAe[0]=cAe[0]>uAe[0]?aAe[0]:oAe[0]:dAe[0]=cAe[0]>uAe[0]?oAe[0]:aAe[0],$P[1]==="y0"?dAe[1]=cAe[1]>uAe[1]?aAe[1]:oAe[1]:dAe[1]=cAe[1]>uAe[1]?oAe[1]:aAe[1],AAe=zP.getMarkerPosition(dAe,$P,!0)}else{var EAe=r4.get($P[0],x_),gAe=r4.get($P[1],x_),pAe=[EAe,gAe];eAe.clampData&&eAe.clampData(pAe,pAe),AAe=eAe.dataToPoint(pAe,!0)}if(isCoordinateSystemType(eAe,"cartesian2d")){var mAe=eAe.getAxis("x"),SAe=eAe.getAxis("y"),EAe=r4.get($P[0],x_),gAe=r4.get($P[1],x_);isInfinity(EAe)?AAe[0]=mAe.toGlobalCoord(mAe.getExtent()[$P[0]==="x0"?0:1]):isInfinity(gAe)&&(AAe[1]=SAe.toGlobalCoord(SAe.getExtent()[$P[1]==="y0"?0:1]))}isNaN(iAe)||(AAe[0]=iAe),isNaN(nAe)||(AAe[1]=nAe)}return AAe}var dimPermutations=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],MarkAreaView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.updateTransform=function($P,zP,z9){zP.eachSeries(function(eAe){var tAe=MarkerModel.getMarkerModelFromSeries(eAe,"markArea");if(tAe){var AAe=tAe.getData();AAe.each(function(iAe){var nAe=map$1(dimPermutations,function(aAe){return getSingleMarkerEndPoint(AAe,iAe,aAe,eAe,z9)});AAe.setItemLayout(iAe,nAe);var oAe=AAe.getItemGraphicEl(iAe);oAe.setShape("points",nAe)})}},this)},x_.prototype.renderSeries=function($P,zP,z9,eAe){var tAe=$P.coordinateSystem,AAe=$P.id,iAe=$P.getData(),nAe=this.markerGroupMap,oAe=nAe.get(AAe)||nAe.set(AAe,{group:new Group$3});this.group.add(oAe.group),this.markKeep(oAe);var aAe=createList(tAe,$P,zP);zP.setData(aAe),aAe.each(function(cAe){var uAe=map$1(dimPermutations,function(GAe){return getSingleMarkerEndPoint(aAe,cAe,GAe,$P,eAe)}),dAe=tAe.getAxis("x").scale,EAe=tAe.getAxis("y").scale,gAe=dAe.getExtent(),pAe=EAe.getExtent(),mAe=[dAe.parse(aAe.get("x0",cAe)),dAe.parse(aAe.get("x1",cAe))],SAe=[EAe.parse(aAe.get("y0",cAe)),EAe.parse(aAe.get("y1",cAe))];asc$2(mAe),asc$2(SAe);var DAe=!(gAe[0]>mAe[1]||gAe[1]SAe[1]||pAe[1]=0},x_.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},x_.type="legend.plain",x_.dependencies=["series"],x_.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},x_}(ComponentModel),curry=curry$1,each$3=each$f,Group$1=Group$3,LegendView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.newlineDisabled=!1,$P}return x_.prototype.init=function(){this.group.add(this._contentGroup=new Group$1),this.group.add(this._selectorGroup=new Group$1),this._isFirstRender=!0},x_.prototype.getContentGroup=function(){return this._contentGroup},x_.prototype.getSelectorGroup=function(){return this._selectorGroup},x_.prototype.render=function($P,zP,z9){var eAe=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!$P.get("show",!0)){var tAe=$P.get("align"),AAe=$P.get("orient");(!tAe||tAe==="auto")&&(tAe=$P.get("left")==="right"&&AAe==="vertical"?"right":"left");var iAe=$P.get("selector",!0),nAe=$P.get("selectorPosition",!0);iAe&&(!nAe||nAe==="auto")&&(nAe=AAe==="horizontal"?"end":"start"),this.renderInner(tAe,$P,zP,z9,iAe,AAe,nAe);var oAe=$P.getBoxLayoutParams(),aAe={width:z9.getWidth(),height:z9.getHeight()},cAe=$P.get("padding"),uAe=getLayoutRect(oAe,aAe,cAe),dAe=this.layoutInner($P,tAe,uAe,eAe,iAe,nAe),EAe=getLayoutRect(defaults$2({width:dAe.width,height:dAe.height},oAe),aAe,cAe);this.group.x=EAe.x-dAe.x,this.group.y=EAe.y-dAe.y,this.group.markRedraw(),this.group.add(this._backgroundEl=makeBackground(dAe,$P))}},x_.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},x_.prototype.renderInner=function($P,zP,z9,eAe,tAe,AAe,iAe){var nAe=this.getContentGroup(),oAe=createHashMap(),aAe=zP.get("selectedMode"),cAe=[];z9.eachRawSeries(function(uAe){!uAe.get("legendHoverLink")&&cAe.push(uAe.id)}),each$3(zP.getData(),function(uAe,dAe){var EAe=uAe.get("name");if(!this.newlineDisabled&&(EAe===""||EAe===` `)){var gAe=new Group$1;gAe.newline=!0,nAe.add(gAe);return}var pAe=z9.getSeriesByName(EAe)[0];if(!oAe.get(EAe))if(pAe){var mAe=pAe.getData(),SAe=mAe.getVisual("legendLineStyle")||{},DAe=mAe.getVisual("legendIcon"),NAe=mAe.getVisual("style"),TAe=this._createItem(pAe,EAe,dAe,uAe,zP,$P,SAe,NAe,DAe,aAe,eAe);TAe.on("click",curry(dispatchSelectAction,EAe,null,eAe,cAe)).on("mouseover",curry(dispatchHighlightAction,pAe.name,null,eAe,cAe)).on("mouseout",curry(dispatchDownplayAction,pAe.name,null,eAe,cAe)),z9.ssr&&TAe.eachChild(function(bAe){var GAe=getECData(bAe);GAe.seriesIndex=pAe.seriesIndex,GAe.dataIndex=dAe,GAe.ssrType="legend"}),oAe.set(EAe,!0)}else z9.eachRawSeries(function(bAe){if(!oAe.get(EAe)&&bAe.legendVisualProvider){var GAe=bAe.legendVisualProvider;if(!GAe.containName(EAe))return;var LAe=GAe.indexOfName(EAe),wAe=GAe.getItemVisual(LAe,"style"),OAe=GAe.getItemVisual(LAe,"legendIcon"),PAe=parse$2(wAe.fill);PAe&&PAe[3]===0&&(PAe[3]=.2,wAe=extend$1(extend$1({},wAe),{fill:stringify$1(PAe,"rgba")}));var HAe=this._createItem(bAe,EAe,dAe,uAe,zP,$P,{},wAe,OAe,aAe,eAe);HAe.on("click",curry(dispatchSelectAction,null,EAe,eAe,cAe)).on("mouseover",curry(dispatchHighlightAction,null,EAe,eAe,cAe)).on("mouseout",curry(dispatchDownplayAction,null,EAe,eAe,cAe)),z9.ssr&&HAe.eachChild(function(zAe){var eIe=getECData(zAe);eIe.seriesIndex=bAe.seriesIndex,eIe.dataIndex=dAe,eIe.ssrType="legend"}),oAe.set(EAe,!0)}},this)},this),tAe&&this._createSelector(tAe,zP,eAe,AAe,iAe)},x_.prototype._createSelector=function($P,zP,z9,eAe,tAe){var AAe=this.getSelectorGroup();each$3($P,function(nAe){var oAe=nAe.type,aAe=new ZRText({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){z9.dispatchAction({type:oAe==="all"?"legendAllSelect":"legendInverseSelect",legendId:zP.id})}});AAe.add(aAe);var cAe=zP.getModel("selectorLabel"),uAe=zP.getModel(["emphasis","selectorLabel"]);setLabelStyle(aAe,{normal:cAe,emphasis:uAe},{defaultText:nAe.title}),enableHoverEmphasis(aAe)})},x_.prototype._createItem=function($P,zP,z9,eAe,tAe,AAe,iAe,nAe,oAe,aAe,cAe){var uAe=$P.visualDrawType,dAe=tAe.get("itemWidth"),EAe=tAe.get("itemHeight"),gAe=tAe.isSelected(zP),pAe=eAe.get("symbolRotate"),mAe=eAe.get("symbolKeepAspect"),SAe=eAe.get("icon");oAe=SAe||oAe||"roundRect";var DAe=getLegendStyle(oAe,eAe,iAe,nAe,uAe,gAe,cAe),NAe=new Group$1,TAe=eAe.getModel("textStyle");if(isFunction($P.getLegendIcon)&&(!SAe||SAe==="inherit"))NAe.add($P.getLegendIcon({itemWidth:dAe,itemHeight:EAe,icon:oAe,iconRotate:pAe,itemStyle:DAe.itemStyle,lineStyle:DAe.lineStyle,symbolKeepAspect:mAe}));else{var bAe=SAe==="inherit"&&$P.getData().getVisual("symbol")?pAe==="inherit"?$P.getData().getVisual("symbolRotate"):pAe:0;NAe.add(getDefaultLegendIcon({itemWidth:dAe,itemHeight:EAe,icon:oAe,iconRotate:bAe,itemStyle:DAe.itemStyle,symbolKeepAspect:mAe}))}var GAe=AAe==="left"?dAe+5:-5,LAe=AAe,wAe=tAe.get("formatter"),OAe=zP;isString(wAe)&&wAe?OAe=wAe.replace("{name}",zP??""):isFunction(wAe)&&(OAe=wAe(zP));var PAe=gAe?TAe.getTextColor():eAe.get("inactiveColor");NAe.add(new ZRText({style:createTextStyle(TAe,{text:OAe,x:GAe,y:EAe/2,fill:PAe,align:LAe,verticalAlign:"middle"},{inheritColor:PAe})}));var HAe=new Rect$2({shape:NAe.getBoundingRect(),style:{fill:"transparent"}}),zAe=eAe.getModel("tooltip");return zAe.get("show")&&setTooltipConfig({el:HAe,componentModel:tAe,itemName:zP,itemTooltipOption:zAe.option}),NAe.add(HAe),NAe.eachChild(function(eIe){eIe.silent=!0}),HAe.silent=!aAe,this.getContentGroup().add(NAe),enableHoverEmphasis(NAe),NAe.__legendDataIndex=z9,NAe},x_.prototype.layoutInner=function($P,zP,z9,eAe,tAe,AAe){var iAe=this.getContentGroup(),nAe=this.getSelectorGroup();box($P.get("orient"),iAe,$P.get("itemGap"),z9.width,z9.height);var oAe=iAe.getBoundingRect(),aAe=[-oAe.x,-oAe.y];if(nAe.markRedraw(),iAe.markRedraw(),tAe){box("horizontal",nAe,$P.get("selectorItemGap",!0));var cAe=nAe.getBoundingRect(),uAe=[-cAe.x,-cAe.y],dAe=$P.get("selectorButtonGap",!0),EAe=$P.getOrient().index,gAe=EAe===0?"width":"height",pAe=EAe===0?"height":"width",mAe=EAe===0?"y":"x";AAe==="end"?uAe[EAe]+=oAe[gAe]+dAe:aAe[EAe]+=cAe[gAe]+dAe,uAe[1-EAe]+=oAe[pAe]/2-cAe[pAe]/2,nAe.x=uAe[0],nAe.y=uAe[1],iAe.x=aAe[0],iAe.y=aAe[1];var SAe={x:0,y:0};return SAe[gAe]=oAe[gAe]+dAe+cAe[gAe],SAe[pAe]=Math.max(oAe[pAe],cAe[pAe]),SAe[mAe]=Math.min(0,cAe[mAe]+uAe[1-EAe]),SAe}else return iAe.x=aAe[0],iAe.y=aAe[1],this.group.getBoundingRect()},x_.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},x_.type="legend.plain",x_}(ComponentView);function getLegendStyle(r4,x_,$P,zP,z9,eAe,tAe){function AAe(gAe,pAe){gAe.lineWidth==="auto"&&(gAe.lineWidth=pAe.lineWidth>0?2:0),each$3(gAe,function(mAe,SAe){gAe[SAe]==="inherit"&&(gAe[SAe]=pAe[SAe])})}var iAe=x_.getModel("itemStyle"),nAe=iAe.getItemStyle(),oAe=r4.lastIndexOf("empty",0)===0?"fill":"stroke",aAe=iAe.getShallow("decal");nAe.decal=!aAe||aAe==="inherit"?zP.decal:createOrUpdatePatternFromDecal(aAe,tAe),nAe.fill==="inherit"&&(nAe.fill=zP[z9]),nAe.stroke==="inherit"&&(nAe.stroke=zP[oAe]),nAe.opacity==="inherit"&&(nAe.opacity=(z9==="fill"?zP:$P).opacity),AAe(nAe,zP);var cAe=x_.getModel("lineStyle"),uAe=cAe.getLineStyle();if(AAe(uAe,$P),nAe.fill==="auto"&&(nAe.fill=zP.fill),nAe.stroke==="auto"&&(nAe.stroke=zP.fill),uAe.stroke==="auto"&&(uAe.stroke=zP.fill),!eAe){var dAe=x_.get("inactiveBorderWidth"),EAe=nAe[oAe];nAe.lineWidth=dAe==="auto"?zP.lineWidth>0&&EAe?2:0:nAe.lineWidth,nAe.fill=x_.get("inactiveColor"),nAe.stroke=x_.get("inactiveBorderColor"),uAe.stroke=cAe.get("inactiveColor"),uAe.lineWidth=cAe.get("inactiveWidth")}return{itemStyle:nAe,lineStyle:uAe}}function getDefaultLegendIcon(r4){var x_=r4.icon||"roundRect",$P=createSymbol$1(x_,0,0,r4.itemWidth,r4.itemHeight,r4.itemStyle.fill,r4.symbolKeepAspect);return $P.setStyle(r4.itemStyle),$P.rotation=(r4.iconRotate||0)*Math.PI/180,$P.setOrigin([r4.itemWidth/2,r4.itemHeight/2]),x_.indexOf("empty")>-1&&($P.style.stroke=$P.style.fill,$P.style.fill="#fff",$P.style.lineWidth=2),$P}function dispatchSelectAction(r4,x_,$P,zP){dispatchDownplayAction(r4,x_,$P,zP),$P.dispatchAction({type:"legendToggleSelect",name:r4??x_}),dispatchHighlightAction(r4,x_,$P,zP)}function isUseHoverLayer(r4){for(var x_=r4.getZr().storage.getDisplayList(),$P,zP=0,z9=x_.length;zPz9[tAe],gAe=[-uAe.x,-uAe.y];zP||(gAe[eAe]=oAe[nAe]);var pAe=[0,0],mAe=[-dAe.x,-dAe.y],SAe=retrieve2($P.get("pageButtonGap",!0),$P.get("itemGap",!0));if(EAe){var DAe=$P.get("pageButtonPosition",!0);DAe==="end"?mAe[eAe]+=z9[tAe]-dAe[tAe]:pAe[eAe]+=dAe[tAe]+SAe}mAe[1-eAe]+=uAe[AAe]/2-dAe[AAe]/2,oAe.setPosition(gAe),aAe.setPosition(pAe),cAe.setPosition(mAe);var NAe={x:0,y:0};if(NAe[tAe]=EAe?z9[tAe]:uAe[tAe],NAe[AAe]=Math.max(uAe[AAe],dAe[AAe]),NAe[iAe]=Math.min(0,dAe[iAe]+mAe[1-eAe]),aAe.__rectSize=z9[tAe],EAe){var TAe={x:0,y:0};TAe[tAe]=Math.max(z9[tAe]-dAe[tAe]-SAe,0),TAe[AAe]=NAe[AAe],aAe.setClipPath(new Rect$2({shape:TAe})),aAe.__rectSize=TAe[tAe]}else cAe.eachChild(function(GAe){GAe.attr({invisible:!0,silent:!0})});var bAe=this._getPageInfo($P);return bAe.pageIndex!=null&&updateProps$1(oAe,{x:bAe.contentPosition[0],y:bAe.contentPosition[1]},EAe?$P:null),this._updatePageInfoView($P,bAe),NAe},x_.prototype._pageGo=function($P,zP,z9){var eAe=this._getPageInfo(zP)[$P];eAe!=null&&z9.dispatchAction({type:"legendScroll",scrollDataIndex:eAe,legendId:zP.id})},x_.prototype._updatePageInfoView=function($P,zP){var z9=this._controllerGroup;each$f(["pagePrev","pageNext"],function(oAe){var aAe=oAe+"DataIndex",cAe=zP[aAe]!=null,uAe=z9.childOfName(oAe);uAe&&(uAe.setStyle("fill",cAe?$P.get("pageIconColor",!0):$P.get("pageIconInactiveColor",!0)),uAe.cursor=cAe?"pointer":"default")});var eAe=z9.childOfName("pageText"),tAe=$P.get("pageFormatter"),AAe=zP.pageIndex,iAe=AAe!=null?AAe+1:0,nAe=zP.pageCount;eAe&&tAe&&eAe.setStyle("text",isString(tAe)?tAe.replace("{current}",iAe==null?"":iAe+"").replace("{total}",nAe==null?"":nAe+""):tAe({current:iAe,total:nAe}))},x_.prototype._getPageInfo=function($P){var zP=$P.get("scrollDataIndex",!0),z9=this.getContentGroup(),eAe=this._containerGroup.__rectSize,tAe=$P.getOrient().index,AAe=WH$1[tAe],iAe=XY$2[tAe],nAe=this._findTargetItemIndex(zP),oAe=z9.children(),aAe=oAe[nAe],cAe=oAe.length,uAe=cAe?1:0,dAe={contentPosition:[z9.x,z9.y],pageCount:uAe,pageIndex:uAe-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!aAe)return dAe;var EAe=DAe(aAe);dAe.contentPosition[tAe]=-EAe.s;for(var gAe=nAe+1,pAe=EAe,mAe=EAe,SAe=null;gAe<=cAe;++gAe)SAe=DAe(oAe[gAe]),(!SAe&&mAe.e>pAe.s+eAe||SAe&&!NAe(SAe,pAe.s))&&(mAe.i>pAe.i?pAe=mAe:pAe=SAe,pAe&&(dAe.pageNextDataIndex==null&&(dAe.pageNextDataIndex=pAe.i),++dAe.pageCount)),mAe=SAe;for(var gAe=nAe-1,pAe=EAe,mAe=EAe,SAe=null;gAe>=-1;--gAe)SAe=DAe(oAe[gAe]),(!SAe||!NAe(mAe,SAe.s))&&pAe.i=bAe&&TAe.s<=bAe+eAe}},x_.prototype._findTargetItemIndex=function($P){if(!this._showController)return 0;var zP,z9=this.getContentGroup(),eAe;return z9.eachChild(function(tAe,AAe){var iAe=tAe.__legendDataIndex;eAe==null&&iAe!=null&&(eAe=AAe),iAe===$P&&(zP=AAe)}),zP??eAe},x_.type="legend.scroll",x_}(LegendView);function installScrollableLegendAction(r4){r4.registerAction("legendScroll","legendscroll",function(x_,$P){var zP=x_.scrollDataIndex;zP!=null&&$P.eachComponent({mainType:"legend",subType:"scroll",query:x_},function(z9){z9.setScrollDataIndex(zP)})})}function install$c(r4){use$1(install$d),r4.registerComponentModel(ScrollableLegendModel),r4.registerComponentView(ScrollableLegendView),installScrollableLegendAction(r4)}function install$b(r4){use$1(install$d),use$1(install$c)}var InsideZoomModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="dataZoom.inside",x_.defaultOption=inheritDefaultOption(DataZoomModel.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),x_}(DataZoomModel),inner$1=makeInner();function setViewInfoToCoordSysRecord(r4,x_,$P){inner$1(r4).coordSysRecordMap.each(function(zP){var z9=zP.dataZoomInfoMap.get(x_.uid);z9&&(z9.getRange=$P)})}function disposeCoordSysRecordIfNeeded(r4,x_){for(var $P=inner$1(r4).coordSysRecordMap,zP=$P.keys(),z9=0;z9zP[$P+x_]&&(x_=AAe),z9=z9&&tAe.get("preventDefaultMouseMove",!0)}),{controlType:x_,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!z9}}}function installDataZoomRoamProcessor(r4){r4.registerProcessor(r4.PRIORITY.PROCESSOR.FILTER,function(x_,$P){var zP=inner$1($P),z9=zP.coordSysRecordMap||(zP.coordSysRecordMap=createHashMap());z9.each(function(eAe){eAe.dataZoomInfoMap=null}),x_.eachComponent({mainType:"dataZoom",subType:"inside"},function(eAe){var tAe=collectReferCoordSysModelInfo(eAe);each$f(tAe.infoList,function(AAe){var iAe=AAe.model.uid,nAe=z9.get(iAe)||z9.set(iAe,createCoordSysRecord($P,AAe.model)),oAe=nAe.dataZoomInfoMap||(nAe.dataZoomInfoMap=createHashMap());oAe.set(eAe.uid,{dzReferCoordSysInfo:AAe,model:eAe,getRange:null})})}),z9.each(function(eAe){var tAe=eAe.controller,AAe,iAe=eAe.dataZoomInfoMap;if(iAe){var nAe=iAe.keys()[0];nAe!=null&&(AAe=iAe.get(nAe))}if(!AAe){disposeCoordSysRecord(z9,eAe);return}var oAe=mergeControllerParams(iAe);tAe.enable(oAe.controlType,oAe.opt),tAe.setPointerChecker(eAe.containsPoint),createOrUpdate(eAe,"dispatchAction",AAe.model.get("throttle",!0),"fixRate")})})}var InsideZoomView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type="dataZoom.inside",$P}return x_.prototype.render=function($P,zP,z9){if(r4.prototype.render.apply(this,arguments),$P.noTarget()){this._clear();return}this.range=$P.getPercentRange(),setViewInfoToCoordSysRecord(z9,$P,{pan:bind$1(getRangeHandlers.pan,this),zoom:bind$1(getRangeHandlers.zoom,this),scrollMove:bind$1(getRangeHandlers.scrollMove,this)})},x_.prototype.dispose=function(){this._clear(),r4.prototype.dispose.apply(this,arguments)},x_.prototype._clear=function(){disposeCoordSysRecordIfNeeded(this.api,this.dataZoomModel),this.range=null},x_.type="dataZoom.inside",x_}(DataZoomView),getRangeHandlers={zoom:function(r4,x_,$P,zP){var z9=this.range,eAe=z9.slice(),tAe=r4.axisModels[0];if(tAe){var AAe=getDirectionInfo[x_](null,[zP.originX,zP.originY],tAe,$P,r4),iAe=(AAe.signal>0?AAe.pixelStart+AAe.pixelLength-AAe.pixel:AAe.pixel-AAe.pixelStart)/AAe.pixelLength*(eAe[1]-eAe[0])+eAe[0],nAe=Math.max(1/zP.scale,0);eAe[0]=(eAe[0]-iAe)*nAe+iAe,eAe[1]=(eAe[1]-iAe)*nAe+iAe;var oAe=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(sliderMove(0,eAe,[0,100],0,oAe.minSpan,oAe.maxSpan),this.range=eAe,z9[0]!==eAe[0]||z9[1]!==eAe[1])return eAe}},pan:makeMover(function(r4,x_,$P,zP,z9,eAe){var tAe=getDirectionInfo[zP]([eAe.oldX,eAe.oldY],[eAe.newX,eAe.newY],x_,z9,$P);return tAe.signal*(r4[1]-r4[0])*tAe.pixel/tAe.pixelLength}),scrollMove:makeMover(function(r4,x_,$P,zP,z9,eAe){var tAe=getDirectionInfo[zP]([0,0],[eAe.scrollDelta,eAe.scrollDelta],x_,z9,$P);return tAe.signal*(r4[1]-r4[0])*eAe.scrollDelta})};function makeMover(r4){return function(x_,$P,zP,z9){var eAe=this.range,tAe=eAe.slice(),AAe=x_.axisModels[0];if(AAe){var iAe=r4(tAe,AAe,x_,$P,zP,z9);if(sliderMove(iAe,tAe,[0,100],"all"),this.range=tAe,eAe[0]!==tAe[0]||eAe[1]!==tAe[1])return tAe}}}var getDirectionInfo={grid:function(r4,x_,$P,zP,z9){var eAe=$P.axis,tAe={},AAe=z9.model.coordinateSystem.getRect();return r4=r4||[0,0],eAe.dim==="x"?(tAe.pixel=x_[0]-r4[0],tAe.pixelLength=AAe.width,tAe.pixelStart=AAe.x,tAe.signal=eAe.inverse?1:-1):(tAe.pixel=x_[1]-r4[1],tAe.pixelLength=AAe.height,tAe.pixelStart=AAe.y,tAe.signal=eAe.inverse?-1:1),tAe},polar:function(r4,x_,$P,zP,z9){var eAe=$P.axis,tAe={},AAe=z9.model.coordinateSystem,iAe=AAe.getRadiusAxis().getExtent(),nAe=AAe.getAngleAxis().getExtent();return r4=r4?AAe.pointToCoord(r4):[0,0],x_=AAe.pointToCoord(x_),$P.mainType==="radiusAxis"?(tAe.pixel=x_[0]-r4[0],tAe.pixelLength=iAe[1]-iAe[0],tAe.pixelStart=iAe[0],tAe.signal=eAe.inverse?1:-1):(tAe.pixel=x_[1]-r4[1],tAe.pixelLength=nAe[1]-nAe[0],tAe.pixelStart=nAe[0],tAe.signal=eAe.inverse?-1:1),tAe},singleAxis:function(r4,x_,$P,zP,z9){var eAe=$P.axis,tAe=z9.model.coordinateSystem.getRect(),AAe={};return r4=r4||[0,0],eAe.orient==="horizontal"?(AAe.pixel=x_[0]-r4[0],AAe.pixelLength=tAe.width,AAe.pixelStart=tAe.x,AAe.signal=eAe.inverse?1:-1):(AAe.pixel=x_[1]-r4[1],AAe.pixelLength=tAe.height,AAe.pixelStart=tAe.y,AAe.signal=eAe.inverse?-1:1),AAe}};function install$a(r4){installCommon$1(r4),r4.registerComponentModel(InsideZoomModel),r4.registerComponentView(InsideZoomView),installDataZoomRoamProcessor(r4)}var SliderZoomModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.type="dataZoom.slider",x_.layoutMode="box",x_.defaultOption=inheritDefaultOption(DataZoomModel.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleLabel:{show:!0},handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),x_}(DataZoomModel),Rect=Rect$2,DEFAULT_LOCATION_EDGE_GAP=7,DEFAULT_FRAME_BORDER_WIDTH=1,DEFAULT_FILLER_SIZE=30,DEFAULT_MOVE_HANDLE_SIZE=7,HORIZONTAL="horizontal",VERTICAL="vertical",LABEL_GAP=5,SHOW_DATA_SHADOW_SERIES_TYPE=["line","bar","candlestick","scatter"],REALTIME_ANIMATION_CONFIG={easing:"cubicOut",duration:100,delay:0},SliderZoomView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P._displayables={},$P}return x_.prototype.init=function($P,zP){this.api=zP,this._onBrush=bind$1(this._onBrush,this),this._onBrushEnd=bind$1(this._onBrushEnd,this)},x_.prototype.render=function($P,zP,z9,eAe){if(r4.prototype.render.apply(this,arguments),createOrUpdate(this,"_dispatchZoomAction",$P.get("throttle"),"fixRate"),this._orient=$P.getOrient(),$P.get("show")===!1){this.group.removeAll();return}if($P.noTarget()){this._clear(),this.group.removeAll();return}(!eAe||eAe.type!=="dataZoom"||eAe.from!==this.uid)&&this._buildView(),this._updateView()},x_.prototype.dispose=function(){this._clear(),r4.prototype.dispose.apply(this,arguments)},x_.prototype._clear=function(){clear$1(this,"_dispatchZoomAction");var $P=this.api.getZr();$P.off("mousemove",this._onBrush),$P.off("mouseup",this._onBrushEnd)},x_.prototype._buildView=function(){var $P=this.group;$P.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var zP=this._displayables.sliderGroup=new Group$3;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),$P.add(zP),this._positionGroup()},x_.prototype._resetLocation=function(){var $P=this.dataZoomModel,zP=this.api,z9=$P.get("brushSelect"),eAe=z9?DEFAULT_MOVE_HANDLE_SIZE:0,tAe=this._findCoordRect(),AAe={width:zP.getWidth(),height:zP.getHeight()},iAe=this._orient===HORIZONTAL?{right:AAe.width-tAe.x-tAe.width,top:AAe.height-DEFAULT_FILLER_SIZE-DEFAULT_LOCATION_EDGE_GAP-eAe,width:tAe.width,height:DEFAULT_FILLER_SIZE}:{right:DEFAULT_LOCATION_EDGE_GAP,top:tAe.y,width:DEFAULT_FILLER_SIZE,height:tAe.height},nAe=getLayoutParams($P.option);each$f(["right","top","width","height"],function(aAe){nAe[aAe]==="ph"&&(nAe[aAe]=iAe[aAe])});var oAe=getLayoutRect(nAe,AAe);this._location={x:oAe.x,y:oAe.y},this._size=[oAe.width,oAe.height],this._orient===VERTICAL&&this._size.reverse()},x_.prototype._positionGroup=function(){var $P=this.group,zP=this._location,z9=this._orient,eAe=this.dataZoomModel.getFirstTargetAxisModel(),tAe=eAe&&eAe.get("inverse"),AAe=this._displayables.sliderGroup,iAe=(this._dataShadowInfo||{}).otherAxisInverse;AAe.attr(z9===HORIZONTAL&&!tAe?{scaleY:iAe?1:-1,scaleX:1}:z9===HORIZONTAL&&tAe?{scaleY:iAe?1:-1,scaleX:-1}:z9===VERTICAL&&!tAe?{scaleY:iAe?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:iAe?-1:1,scaleX:-1,rotation:Math.PI/2});var nAe=$P.getBoundingRect([AAe]);$P.x=zP.x-nAe.x,$P.y=zP.y-nAe.y,$P.markRedraw()},x_.prototype._getViewExtent=function(){return[0,this._size[0]]},x_.prototype._renderBackground=function(){var $P=this.dataZoomModel,zP=this._size,z9=this._displayables.sliderGroup,eAe=$P.get("brushSelect");z9.add(new Rect({silent:!0,shape:{x:0,y:0,width:zP[0],height:zP[1]},style:{fill:$P.get("backgroundColor")},z2:-40}));var tAe=new Rect({shape:{x:0,y:0,width:zP[0],height:zP[1]},style:{fill:"transparent"},z2:0,onclick:bind$1(this._onClickPanel,this)}),AAe=this.api.getZr();eAe?(tAe.on("mousedown",this._onBrushStart,this),tAe.cursor="crosshair",AAe.on("mousemove",this._onBrush),AAe.on("mouseup",this._onBrushEnd)):(AAe.off("mousemove",this._onBrush),AAe.off("mouseup",this._onBrushEnd)),z9.add(tAe)},x_.prototype._renderDataShadow=function(){var $P=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],!$P)return;var zP=this._size,z9=this._shadowSize||[],eAe=$P.series,tAe=eAe.getRawData(),AAe=eAe.getShadowDim&&eAe.getShadowDim(),iAe=AAe&&tAe.getDimensionInfo(AAe)?eAe.getShadowDim():$P.otherDim;if(iAe==null)return;var nAe=this._shadowPolygonPts,oAe=this._shadowPolylinePts;if(tAe!==this._shadowData||iAe!==this._shadowDim||zP[0]!==z9[0]||zP[1]!==z9[1]){var aAe=tAe.getDataExtent(iAe),cAe=(aAe[1]-aAe[0])*.3;aAe=[aAe[0]-cAe,aAe[1]+cAe];var uAe=[0,zP[1]],dAe=[0,zP[0]],EAe=[[zP[0],0],[0,0]],gAe=[],pAe=dAe[1]/(tAe.count()-1),mAe=0,SAe=Math.round(tAe.count()/zP[0]),DAe;tAe.each([iAe],function(LAe,wAe){if(SAe>0&&wAe%SAe){mAe+=pAe;return}var OAe=LAe==null||isNaN(LAe)||LAe==="",PAe=OAe?0:linearMap$2(LAe,aAe,uAe,!0);OAe&&!DAe&&wAe?(EAe.push([EAe[EAe.length-1][0],0]),gAe.push([gAe[gAe.length-1][0],0])):!OAe&&DAe&&(EAe.push([mAe,0]),gAe.push([mAe,0])),EAe.push([mAe,PAe]),gAe.push([mAe,PAe]),mAe+=pAe,DAe=OAe}),nAe=this._shadowPolygonPts=EAe,oAe=this._shadowPolylinePts=gAe}this._shadowData=tAe,this._shadowDim=iAe,this._shadowSize=[zP[0],zP[1]];var NAe=this.dataZoomModel;function TAe(LAe){var wAe=NAe.getModel(LAe?"selectedDataBackground":"dataBackground"),OAe=new Group$3,PAe=new Polygon({shape:{points:nAe},segmentIgnoreThreshold:1,style:wAe.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),HAe=new Polyline$1({shape:{points:oAe},segmentIgnoreThreshold:1,style:wAe.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return OAe.add(PAe),OAe.add(HAe),OAe}for(var bAe=0;bAe<3;bAe++){var GAe=TAe(bAe===1);this._displayables.sliderGroup.add(GAe),this._displayables.dataShadowSegs.push(GAe)}},x_.prototype._prepareDataShadowInfo=function(){var $P=this.dataZoomModel,zP=$P.get("showDataShadow");if(zP!==!1){var z9,eAe=this.ecModel;return $P.eachTargetAxis(function(tAe,AAe){var iAe=$P.getAxisProxy(tAe,AAe).getTargetSeriesModels();each$f(iAe,function(nAe){if(!z9&&!(zP!==!0&&indexOf(SHOW_DATA_SHADOW_SERIES_TYPE,nAe.get("type"))<0)){var oAe=eAe.getComponent(getAxisMainType(tAe),AAe).axis,aAe=getOtherDim(tAe),cAe,uAe=nAe.coordinateSystem;aAe!=null&&uAe.getOtherAxis&&(cAe=uAe.getOtherAxis(oAe).inverse),aAe=nAe.getData().mapDimension(aAe),z9={thisAxis:oAe,series:nAe,thisDim:tAe,otherDim:aAe,otherAxisInverse:cAe}}},this)},this),z9}},x_.prototype._renderHandle=function(){var $P=this.group,zP=this._displayables,z9=zP.handles=[null,null],eAe=zP.handleLabels=[null,null],tAe=this._displayables.sliderGroup,AAe=this._size,iAe=this.dataZoomModel,nAe=this.api,oAe=iAe.get("borderRadius")||0,aAe=iAe.get("brushSelect"),cAe=zP.filler=new Rect({silent:aAe,style:{fill:iAe.get("fillerColor")},textConfig:{position:"inside"}});tAe.add(cAe),tAe.add(new Rect({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:AAe[0],height:AAe[1],r:oAe},style:{stroke:iAe.get("dataBackgroundColor")||iAe.get("borderColor"),lineWidth:DEFAULT_FRAME_BORDER_WIDTH,fill:"rgba(0,0,0,0)"}})),each$f([0,1],function(SAe){var DAe=iAe.get("handleIcon");!symbolBuildProxies[DAe]&&DAe.indexOf("path://")<0&&DAe.indexOf("image://")<0&&(DAe="path://"+DAe);var NAe=createSymbol$1(DAe,-1,0,2,2,null,!0);NAe.attr({cursor:getCursor$1(this._orient),draggable:!0,drift:bind$1(this._onDragMove,this,SAe),ondragend:bind$1(this._onDragEnd,this),onmouseover:bind$1(this._showDataInfo,this,!0),onmouseout:bind$1(this._showDataInfo,this,!1),z2:5});var TAe=NAe.getBoundingRect(),bAe=iAe.get("handleSize");this._handleHeight=parsePercent(bAe,this._size[1]),this._handleWidth=TAe.width/TAe.height*this._handleHeight,NAe.setStyle(iAe.getModel("handleStyle").getItemStyle()),NAe.style.strokeNoScale=!0,NAe.rectHover=!0,NAe.ensureState("emphasis").style=iAe.getModel(["emphasis","handleStyle"]).getItemStyle(),enableHoverEmphasis(NAe);var GAe=iAe.get("handleColor");GAe!=null&&(NAe.style.fill=GAe),tAe.add(z9[SAe]=NAe);var LAe=iAe.getModel("textStyle"),wAe=iAe.get("handleLabel")||{},OAe=wAe.show||!1;$P.add(eAe[SAe]=new ZRText({silent:!0,invisible:!OAe,style:createTextStyle(LAe,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:LAe.getTextColor(),font:LAe.getFont()}),z2:10}))},this);var uAe=cAe;if(aAe){var dAe=parsePercent(iAe.get("moveHandleSize"),AAe[1]),EAe=zP.moveHandle=new Rect$2({style:iAe.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:AAe[1]-.5,height:dAe}}),gAe=dAe*.8,pAe=zP.moveHandleIcon=createSymbol$1(iAe.get("moveHandleIcon"),-gAe/2,-gAe/2,gAe,gAe,"#fff",!0);pAe.silent=!0,pAe.y=AAe[1]+dAe/2-.5,EAe.ensureState("emphasis").style=iAe.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var mAe=Math.min(AAe[1]/2,Math.max(dAe,10));uAe=zP.moveZone=new Rect$2({invisible:!0,shape:{y:AAe[1]-mAe,height:dAe+mAe}}),uAe.on("mouseover",function(){nAe.enterEmphasis(EAe)}).on("mouseout",function(){nAe.leaveEmphasis(EAe)}),tAe.add(EAe),tAe.add(pAe),tAe.add(uAe)}uAe.attr({draggable:!0,cursor:getCursor$1(this._orient),drift:bind$1(this._onDragMove,this,"all"),ondragstart:bind$1(this._showDataInfo,this,!0),ondragend:bind$1(this._onDragEnd,this),onmouseover:bind$1(this._showDataInfo,this,!0),onmouseout:bind$1(this._showDataInfo,this,!1)})},x_.prototype._resetInterval=function(){var $P=this._range=this.dataZoomModel.getPercentRange(),zP=this._getViewExtent();this._handleEnds=[linearMap$2($P[0],[0,100],zP,!0),linearMap$2($P[1],[0,100],zP,!0)]},x_.prototype._updateInterval=function($P,zP){var z9=this.dataZoomModel,eAe=this._handleEnds,tAe=this._getViewExtent(),AAe=z9.findRepresentativeAxisProxy().getMinMaxSpan(),iAe=[0,100];sliderMove(zP,eAe,tAe,z9.get("zoomLock")?"all":$P,AAe.minSpan!=null?linearMap$2(AAe.minSpan,iAe,tAe,!0):null,AAe.maxSpan!=null?linearMap$2(AAe.maxSpan,iAe,tAe,!0):null);var nAe=this._range,oAe=this._range=asc$2([linearMap$2(eAe[0],tAe,iAe,!0),linearMap$2(eAe[1],tAe,iAe,!0)]);return!nAe||nAe[0]!==oAe[0]||nAe[1]!==oAe[1]},x_.prototype._updateView=function($P){var zP=this._displayables,z9=this._handleEnds,eAe=asc$2(z9.slice()),tAe=this._size;each$f([0,1],function(uAe){var dAe=zP.handles[uAe],EAe=this._handleHeight;dAe.attr({scaleX:EAe/2,scaleY:EAe/2,x:z9[uAe]+(uAe?-1:1),y:tAe[1]/2-EAe/2})},this),zP.filler.setShape({x:eAe[0],y:0,width:eAe[1]-eAe[0],height:tAe[1]});var AAe={x:eAe[0],width:eAe[1]-eAe[0]};zP.moveHandle&&(zP.moveHandle.setShape(AAe),zP.moveZone.setShape(AAe),zP.moveZone.getBoundingRect(),zP.moveHandleIcon&&zP.moveHandleIcon.attr("x",AAe.x+AAe.width/2));for(var iAe=zP.dataShadowSegs,nAe=[0,eAe[0],eAe[1],tAe[0]],oAe=0;oAezP[0]||z9[1]<0||z9[1]>zP[1])){var eAe=this._handleEnds,tAe=(eAe[0]+eAe[1])/2,AAe=this._updateInterval("all",z9[0]-tAe);this._updateView(),AAe&&this._dispatchZoomAction(!1)}},x_.prototype._onBrushStart=function($P){var zP=$P.offsetX,z9=$P.offsetY;this._brushStart=new Point$1(zP,z9),this._brushing=!0,this._brushStartTime=+new Date},x_.prototype._onBrushEnd=function($P){if(this._brushing){var zP=this._displayables.brushRect;if(this._brushing=!1,!!zP){zP.attr("ignore",!0);var z9=zP.shape,eAe=+new Date;if(!(eAe-this._brushStartTime<200&&Math.abs(z9.width)<5)){var tAe=this._getViewExtent(),AAe=[0,100];this._range=asc$2([linearMap$2(z9.x,tAe,AAe,!0),linearMap$2(z9.x+z9.width,tAe,AAe,!0)]),this._handleEnds=[z9.x,z9.x+z9.width],this._updateView(),this._dispatchZoomAction(!1)}}}},x_.prototype._onBrush=function($P){this._brushing&&(stop($P.event),this._updateBrushRect($P.offsetX,$P.offsetY))},x_.prototype._updateBrushRect=function($P,zP){var z9=this._displayables,eAe=this.dataZoomModel,tAe=z9.brushRect;tAe||(tAe=z9.brushRect=new Rect({silent:!0,style:eAe.getModel("brushStyle").getItemStyle()}),z9.sliderGroup.add(tAe)),tAe.attr("ignore",!1);var AAe=this._brushStart,iAe=this._displayables.sliderGroup,nAe=iAe.transformCoordToLocal($P,zP),oAe=iAe.transformCoordToLocal(AAe.x,AAe.y),aAe=this._size;nAe[0]=Math.max(Math.min(aAe[0],nAe[0]),0),tAe.setShape({x:oAe[0],y:0,width:nAe[0]-oAe[0],height:aAe[1]})},x_.prototype._dispatchZoomAction=function($P){var zP=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:$P?REALTIME_ANIMATION_CONFIG:null,start:zP[0],end:zP[1]})},x_.prototype._findCoordRect=function(){var $P,zP=collectReferCoordSysModelInfo(this.dataZoomModel).infoList;if(!$P&&zP.length){var z9=zP[0].model.coordinateSystem;$P=z9.getRect&&z9.getRect()}if(!$P){var eAe=this.api.getWidth(),tAe=this.api.getHeight();$P={x:eAe*.2,y:tAe*.2,width:eAe*.6,height:tAe*.6}}return $P},x_.type="dataZoom.slider",x_}(DataZoomView);function getOtherDim(r4){var x_={x:"y",y:"x",radius:"angle",angle:"radius"};return x_[r4]}function getCursor$1(r4){return r4==="vertical"?"ns-resize":"ew-resize"}function install$9(r4){r4.registerComponentModel(SliderZoomModel),r4.registerComponentView(SliderZoomView),installCommon$1(r4)}function install$8(r4){use$1(install$a),use$1(install$9)}var visualDefault={get:function(r4,x_,$P){var zP=clone$7((defaultOption[r4]||{})[x_]);return $P&&isArray$2(zP)?zP[zP.length-1]:zP}},defaultOption={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},mapVisual=VisualMapping.mapVisual,eachVisual=VisualMapping.eachVisual,isArray$1=isArray$2,each$2=each$f,asc=asc$2,linearMap$1=linearMap$2,VisualMapModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P.stateList=["inRange","outOfRange"],$P.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],$P.layoutMode={type:"box",ignoreSize:!0},$P.dataBound=[-1/0,1/0],$P.targetVisuals={},$P.controllerVisuals={},$P}return x_.prototype.init=function($P,zP,z9){this.mergeDefaultAndTheme($P,z9)},x_.prototype.optionUpdated=function($P,zP){var z9=this.option;!zP&&replaceVisualOption(z9,$P,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},x_.prototype.resetVisual=function($P){var zP=this.stateList;$P=bind$1($P,this),this.controllerVisuals=createVisualMappings(this.option.controller,zP,$P),this.targetVisuals=createVisualMappings(this.option.target,zP,$P)},x_.prototype.getItemSymbol=function(){return null},x_.prototype.getTargetSeriesIndices=function(){var $P=this.option.seriesIndex,zP=[];return $P==null||$P==="all"?this.ecModel.eachSeries(function(z9,eAe){zP.push(eAe)}):zP=normalizeToArray($P),zP},x_.prototype.eachTargetSeries=function($P,zP){each$f(this.getTargetSeriesIndices(),function(z9){var eAe=this.ecModel.getSeriesByIndex(z9);eAe&&$P.call(zP,eAe)},this)},x_.prototype.isTargetSeries=function($P){var zP=!1;return this.eachTargetSeries(function(z9){z9===$P&&(zP=!0)}),zP},x_.prototype.formatValueText=function($P,zP,z9){var eAe=this.option,tAe=eAe.precision,AAe=this.dataBound,iAe=eAe.formatter,nAe;z9=z9||["<",">"],isArray$2($P)&&($P=$P.slice(),nAe=!0);var oAe=zP?$P:nAe?[aAe($P[0]),aAe($P[1])]:aAe($P);if(isString(iAe))return iAe.replace("{value}",nAe?oAe[0]:oAe).replace("{value2}",nAe?oAe[1]:oAe);if(isFunction(iAe))return nAe?iAe($P[0],$P[1]):iAe($P);if(nAe)return $P[0]===AAe[0]?z9[0]+" "+oAe[1]:$P[1]===AAe[1]?z9[1]+" "+oAe[0]:oAe[0]+" - "+oAe[1];return oAe;function aAe(cAe){return cAe===AAe[0]?"min":cAe===AAe[1]?"max":(+cAe).toFixed(Math.min(tAe,20))}},x_.prototype.resetExtent=function(){var $P=this.option,zP=asc([$P.min,$P.max]);this._dataExtent=zP},x_.prototype.getDataDimensionIndex=function($P){var zP=this.option.dimension;if(zP!=null)return $P.getDimensionIndex(zP);for(var z9=$P.dimensions,eAe=z9.length-1;eAe>=0;eAe--){var tAe=z9[eAe],AAe=$P.getDimensionInfo(tAe);if(!AAe.isCalculationCoord)return AAe.storeDimIndex}},x_.prototype.getExtent=function(){return this._dataExtent.slice()},x_.prototype.completeVisualOption=function(){var $P=this.ecModel,zP=this.option,z9={inRange:zP.inRange,outOfRange:zP.outOfRange},eAe=zP.target||(zP.target={}),tAe=zP.controller||(zP.controller={});merge(eAe,z9),merge(tAe,z9);var AAe=this.isCategory();iAe.call(this,eAe),iAe.call(this,tAe),nAe.call(this,eAe,"inRange","outOfRange"),oAe.call(this,tAe);function iAe(aAe){isArray$1(zP.color)&&!aAe.inRange&&(aAe.inRange={color:zP.color.slice().reverse()}),aAe.inRange=aAe.inRange||{color:$P.get("gradientColor")}}function nAe(aAe,cAe,uAe){var dAe=aAe[cAe],EAe=aAe[uAe];dAe&&!EAe&&(EAe=aAe[uAe]={},each$2(dAe,function(gAe,pAe){if(VisualMapping.isValidType(pAe)){var mAe=visualDefault.get(pAe,"inactive",AAe);mAe!=null&&(EAe[pAe]=mAe,pAe==="color"&&!EAe.hasOwnProperty("opacity")&&!EAe.hasOwnProperty("colorAlpha")&&(EAe.opacity=[0,0]))}}))}function oAe(aAe){var cAe=(aAe.inRange||{}).symbol||(aAe.outOfRange||{}).symbol,uAe=(aAe.inRange||{}).symbolSize||(aAe.outOfRange||{}).symbolSize,dAe=this.get("inactiveColor"),EAe=this.getItemSymbol(),gAe=EAe||"roundRect";each$2(this.stateList,function(pAe){var mAe=this.itemSize,SAe=aAe[pAe];SAe||(SAe=aAe[pAe]={color:AAe?dAe:[dAe]}),SAe.symbol==null&&(SAe.symbol=cAe&&clone$7(cAe)||(AAe?gAe:[gAe])),SAe.symbolSize==null&&(SAe.symbolSize=uAe&&clone$7(uAe)||(AAe?mAe[0]:[mAe[0],mAe[0]])),SAe.symbol=mapVisual(SAe.symbol,function(TAe){return TAe==="none"?gAe:TAe});var DAe=SAe.symbolSize;if(DAe!=null){var NAe=-1/0;eachVisual(DAe,function(TAe){TAe>NAe&&(NAe=TAe)}),SAe.symbolSize=mapVisual(DAe,function(TAe){return linearMap$1(TAe,[0,NAe],[0,mAe[0]],!0)})}},this)}},x_.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},x_.prototype.isCategory=function(){return!!this.option.categories},x_.prototype.setSelected=function($P){},x_.prototype.getSelected=function(){return null},x_.prototype.getValueState=function($P){return null},x_.prototype.getVisualMeta=function($P){return null},x_.type="visualMap",x_.dependencies=["series"],x_.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},x_}(ComponentModel),DEFAULT_BAR_BOUND=[20,140],ContinuousModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.optionUpdated=function($P,zP){r4.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(z9){z9.mappingMethod="linear",z9.dataExtent=this.getExtent()}),this._resetRange()},x_.prototype.resetItemSize=function(){r4.prototype.resetItemSize.apply(this,arguments);var $P=this.itemSize;($P[0]==null||isNaN($P[0]))&&($P[0]=DEFAULT_BAR_BOUND[0]),($P[1]==null||isNaN($P[1]))&&($P[1]=DEFAULT_BAR_BOUND[1])},x_.prototype._resetRange=function(){var $P=this.getExtent(),zP=this.option.range;!zP||zP.auto?($P.auto=1,this.option.range=$P):isArray$2(zP)&&(zP[0]>zP[1]&&zP.reverse(),zP[0]=Math.max(zP[0],$P[0]),zP[1]=Math.min(zP[1],$P[1]))},x_.prototype.completeVisualOption=function(){r4.prototype.completeVisualOption.apply(this,arguments),each$f(this.stateList,function($P){var zP=this.option.controller[$P].symbolSize;zP&&zP[0]!==zP[1]&&(zP[0]=zP[1]/3)},this)},x_.prototype.setSelected=function($P){this.option.range=$P.slice(),this._resetRange()},x_.prototype.getSelected=function(){var $P=this.getExtent(),zP=asc$2((this.get("range")||[]).slice());return zP[0]>$P[1]&&(zP[0]=$P[1]),zP[1]>$P[1]&&(zP[1]=$P[1]),zP[0]<$P[0]&&(zP[0]=$P[0]),zP[1]<$P[0]&&(zP[1]=$P[0]),zP},x_.prototype.getValueState=function($P){var zP=this.option.range,z9=this.getExtent();return(zP[0]<=z9[0]||zP[0]<=$P)&&(zP[1]>=z9[1]||$P<=zP[1])?"inRange":"outOfRange"},x_.prototype.findTargetDataIndices=function($P){var zP=[];return this.eachTargetSeries(function(z9){var eAe=[],tAe=z9.getData();tAe.each(this.getDataDimensionIndex(tAe),function(AAe,iAe){$P[0]<=AAe&&AAe<=$P[1]&&eAe.push(iAe)},this),zP.push({seriesId:z9.id,dataIndex:eAe})},this),zP},x_.prototype.getVisualMeta=function($P){var zP=getColorStopValues(this,"outOfRange",this.getExtent()),z9=getColorStopValues(this,"inRange",this.option.range.slice()),eAe=[];function tAe(uAe,dAe){eAe.push({value:uAe,color:$P(uAe,dAe)})}for(var AAe=0,iAe=0,nAe=z9.length,oAe=zP.length;iAe$P[1])break;eAe.push({color:this.getControllerVisual(iAe,"color",zP),offset:AAe/z9})}return eAe.push({color:this.getControllerVisual($P[1],"color",zP),offset:1}),eAe},x_.prototype._createBarPoints=function($P,zP){var z9=this.visualMapModel.itemSize;return[[z9[0]-zP[0],$P[0]],[z9[0],$P[0]],[z9[0],$P[1]],[z9[0]-zP[1],$P[1]]]},x_.prototype._createBarGroup=function($P){var zP=this._orient,z9=this.visualMapModel.get("inverse");return new Group$3(zP==="horizontal"&&!z9?{scaleX:$P==="bottom"?1:-1,rotation:Math.PI/2}:zP==="horizontal"&&z9?{scaleX:$P==="bottom"?-1:1,rotation:-Math.PI/2}:zP==="vertical"&&!z9?{scaleX:$P==="left"?1:-1,scaleY:-1}:{scaleX:$P==="left"?1:-1})},x_.prototype._updateHandle=function($P,zP){if(this._useHandle){var z9=this._shapes,eAe=this.visualMapModel,tAe=z9.handleThumbs,AAe=z9.handleLabels,iAe=eAe.itemSize,nAe=eAe.getExtent(),oAe=this._applyTransform("left",z9.mainGroup);each$1([0,1],function(aAe){var cAe=tAe[aAe];cAe.setStyle("fill",zP.handlesColor[aAe]),cAe.y=$P[aAe];var uAe=linearMap($P[aAe],[0,iAe[1]],nAe,!0),dAe=this.getControllerVisual(uAe,"symbolSize");cAe.scaleX=cAe.scaleY=dAe/iAe[0],cAe.x=iAe[0]-dAe/2;var EAe=applyTransform(z9.handleLabelPoints[aAe],getTransform$1(cAe,this.group));if(this._orient==="horizontal"){var gAe=oAe==="left"||oAe==="top"?(iAe[0]-dAe)/2:(iAe[0]-dAe)/-2;EAe[1]+=gAe}AAe[aAe].setStyle({x:EAe[0],y:EAe[1],text:eAe.formatValueText(this._dataInterval[aAe]),verticalAlign:"middle",align:this._orient==="vertical"?this._applyTransform("left",z9.mainGroup):"center"})},this)}},x_.prototype._showIndicator=function($P,zP,z9,eAe){var tAe=this.visualMapModel,AAe=tAe.getExtent(),iAe=tAe.itemSize,nAe=[0,iAe[1]],oAe=this._shapes,aAe=oAe.indicator;if(aAe){aAe.attr("invisible",!1);var cAe={convertOpacityToAlpha:!0},uAe=this.getControllerVisual($P,"color",cAe),dAe=this.getControllerVisual($P,"symbolSize"),EAe=linearMap($P,AAe,nAe,!0),gAe=iAe[0]-dAe/2,pAe={x:aAe.x,y:aAe.y};aAe.y=EAe,aAe.x=gAe;var mAe=applyTransform(oAe.indicatorLabelPoint,getTransform$1(aAe,this.group)),SAe=oAe.indicatorLabel;SAe.attr("invisible",!1);var DAe=this._applyTransform("left",oAe.mainGroup),NAe=this._orient,TAe=NAe==="horizontal";SAe.setStyle({text:(z9||"")+tAe.formatValueText(zP),verticalAlign:TAe?DAe:"middle",align:TAe?"center":DAe});var bAe={x:gAe,y:EAe,style:{fill:uAe}},GAe={style:{x:mAe[0],y:mAe[1]}};if(tAe.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var LAe={duration:100,easing:"cubicInOut",additive:!0};aAe.x=pAe.x,aAe.y=pAe.y,aAe.animateTo(bAe,LAe),SAe.animateTo(GAe,LAe)}else aAe.attr(bAe),SAe.attr(GAe);this._firstShowIndicator=!1;var wAe=this._shapes.handleLabels;if(wAe)for(var OAe=0;OAetAe[1]&&(aAe[1]=1/0),zP&&(aAe[0]===-1/0?this._showIndicator(oAe,aAe[1],"< ",iAe):aAe[1]===1/0?this._showIndicator(oAe,aAe[0],"> ",iAe):this._showIndicator(oAe,oAe,"≈ ",iAe));var cAe=this._hoverLinkDataIndices,uAe=[];(zP||useHoverLinkOnHandle(z9))&&(uAe=this._hoverLinkDataIndices=z9.findTargetDataIndices(aAe));var dAe=compressBatches(cAe,uAe);this._dispatchHighDown("downplay",makeHighDownBatch(dAe[0],z9)),this._dispatchHighDown("highlight",makeHighDownBatch(dAe[1],z9))}},x_.prototype._hoverLinkFromSeriesMouseOver=function($P){var zP;if(findEventDispatcher($P.target,function(iAe){var nAe=getECData(iAe);if(nAe.dataIndex!=null)return zP=nAe,!0},!0),!!zP){var z9=this.ecModel.getSeriesByIndex(zP.seriesIndex),eAe=this.visualMapModel;if(eAe.isTargetSeries(z9)){var tAe=z9.getData(zP.dataType),AAe=tAe.getStore().get(eAe.getDataDimensionIndex(tAe),zP.dataIndex);isNaN(AAe)||this._showIndicator(AAe,AAe)}}},x_.prototype._hideIndicator=function(){var $P=this._shapes;$P.indicator&&$P.indicator.attr("invisible",!0),$P.indicatorLabel&&$P.indicatorLabel.attr("invisible",!0);var zP=this._shapes.handleLabels;if(zP)for(var z9=0;z9=0&&(eAe.dimension=tAe,zP.push(eAe))}}),r4.getData().setVisual("visualMeta",zP)}}];function getColorVisual(r4,x_,$P,zP){for(var z9=x_.targetVisuals[zP],eAe=VisualMapping.prepareVisualTypes(z9),tAe={color:getVisualFromData(r4.getData(),"color")},AAe=0,iAe=eAe.length;AAe0:x_.splitNumber>0)||x_.calculable)?"continuous":"piecewise"}),r4.registerAction(visualMapActionInfo,visualMapActionHander),each$f(visualMapEncodingHandlers,function(x_){r4.registerVisual(r4.PRIORITY.VISUAL.COMPONENT,x_)}),r4.registerPreprocessor(visualMapPreprocessor))}function install$7(r4){r4.registerComponentModel(ContinuousModel),r4.registerComponentView(ContinuousView),installCommon(r4)}var PiecewiseModel=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P._pieceList=[],$P}return x_.prototype.optionUpdated=function($P,zP){r4.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var z9=this._mode=this._determineMode();this._pieceList=[],resetMethods[this._mode].call(this,this._pieceList),this._resetSelected($P,zP);var eAe=this.option.categories;this.resetVisual(function(tAe,AAe){z9==="categories"?(tAe.mappingMethod="category",tAe.categories=clone$7(eAe)):(tAe.dataExtent=this.getExtent(),tAe.mappingMethod="piecewise",tAe.pieceList=map$1(this._pieceList,function(iAe){return iAe=clone$7(iAe),AAe!=="inRange"&&(iAe.visual=null),iAe}))})},x_.prototype.completeVisualOption=function(){var $P=this.option,zP={},z9=VisualMapping.listVisualTypes(),eAe=this.isCategory();each$f($P.pieces,function(AAe){each$f(z9,function(iAe){AAe.hasOwnProperty(iAe)&&(zP[iAe]=1)})}),each$f(zP,function(AAe,iAe){var nAe=!1;each$f(this.stateList,function(oAe){nAe=nAe||tAe($P,oAe,iAe)||tAe($P.target,oAe,iAe)},this),!nAe&&each$f(this.stateList,function(oAe){($P[oAe]||($P[oAe]={}))[iAe]=visualDefault.get(iAe,oAe==="inRange"?"active":"inactive",eAe)})},this);function tAe(AAe,iAe,nAe){return AAe&&AAe[iAe]&&AAe[iAe].hasOwnProperty(nAe)}r4.prototype.completeVisualOption.apply(this,arguments)},x_.prototype._resetSelected=function($P,zP){var z9=this.option,eAe=this._pieceList,tAe=(zP?z9:$P).selected||{};if(z9.selected=tAe,each$f(eAe,function(iAe,nAe){var oAe=this.getSelectedMapKey(iAe);tAe.hasOwnProperty(oAe)||(tAe[oAe]=!0)},this),z9.selectedMode==="single"){var AAe=!1;each$f(eAe,function(iAe,nAe){var oAe=this.getSelectedMapKey(iAe);tAe[oAe]&&(AAe?tAe[oAe]=!1:AAe=!0)},this)}},x_.prototype.getItemSymbol=function(){return this.get("itemSymbol")},x_.prototype.getSelectedMapKey=function($P){return this._mode==="categories"?$P.value+"":$P.index+""},x_.prototype.getPieceList=function(){return this._pieceList},x_.prototype._determineMode=function(){var $P=this.option;return $P.pieces&&$P.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},x_.prototype.setSelected=function($P){this.option.selected=clone$7($P)},x_.prototype.getValueState=function($P){var zP=VisualMapping.findPieceIndex($P,this._pieceList);return zP!=null&&this.option.selected[this.getSelectedMapKey(this._pieceList[zP])]?"inRange":"outOfRange"},x_.prototype.findTargetDataIndices=function($P){var zP=[],z9=this._pieceList;return this.eachTargetSeries(function(eAe){var tAe=[],AAe=eAe.getData();AAe.each(this.getDataDimensionIndex(AAe),function(iAe,nAe){var oAe=VisualMapping.findPieceIndex(iAe,z9);oAe===$P&&tAe.push(nAe)},this),zP.push({seriesId:eAe.id,dataIndex:tAe})},this),zP},x_.prototype.getRepresentValue=function($P){var zP;if(this.isCategory())zP=$P.value;else if($P.value!=null)zP=$P.value;else{var z9=$P.interval||[];zP=z9[0]===-1/0&&z9[1]===1/0?0:(z9[0]+z9[1])/2}return zP},x_.prototype.getVisualMeta=function($P){if(this.isCategory())return;var zP=[],z9=["",""],eAe=this;function tAe(oAe,aAe){var cAe=eAe.getRepresentValue({interval:oAe});aAe||(aAe=eAe.getValueState(cAe));var uAe=$P(cAe,aAe);oAe[0]===-1/0?z9[0]=uAe:oAe[1]===1/0?z9[1]=uAe:zP.push({value:oAe[0],color:uAe},{value:oAe[1],color:uAe})}var AAe=this._pieceList.slice();if(!AAe.length)AAe.push({interval:[-1/0,1/0]});else{var iAe=AAe[0].interval[0];iAe!==-1/0&&AAe.unshift({interval:[-1/0,iAe]}),iAe=AAe[AAe.length-1].interval[1],iAe!==1/0&&AAe.push({interval:[iAe,1/0]})}var nAe=-1/0;return each$f(AAe,function(oAe){var aAe=oAe.interval;aAe&&(aAe[0]>nAe&&tAe([nAe,aAe[0]],"outOfRange"),tAe(aAe.slice()),nAe=aAe[1])},this),{stops:zP,outerColors:z9}},x_.type="visualMap.piecewise",x_.defaultOption=inheritDefaultOption(VisualMapModel.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),x_}(VisualMapModel),resetMethods={splitNumber:function(r4){var x_=this.option,$P=Math.min(x_.precision,20),zP=this.getExtent(),z9=x_.splitNumber;z9=Math.max(parseInt(z9,10),1),x_.splitNumber=z9;for(var eAe=(zP[1]-zP[0])/z9;+eAe.toFixed($P)!==eAe&&$P<5;)$P++;x_.precision=$P,eAe=+eAe.toFixed($P),x_.minOpen&&r4.push({interval:[-1/0,zP[0]],close:[0,0]});for(var tAe=0,AAe=zP[0];tAe","≥"][zP[0]]];$P.text=$P.text||this.formatValueText($P.value!=null?$P.value:$P.interval,!1,z9)},this)}};function normalizeReverse(r4,x_){var $P=r4.inverse;(r4.orient==="vertical"?!$P:$P)&&x_.reverse()}var PiecewiseVisualMapView=function(r4){__extends$1(x_,r4);function x_(){var $P=r4!==null&&r4.apply(this,arguments)||this;return $P.type=x_.type,$P}return x_.prototype.doRender=function(){var $P=this.group;$P.removeAll();var zP=this.visualMapModel,z9=zP.get("textGap"),eAe=zP.textStyleModel,tAe=eAe.getFont(),AAe=eAe.getTextColor(),iAe=this._getItemAlign(),nAe=zP.itemSize,oAe=this._getViewData(),aAe=oAe.endsText,cAe=retrieve(zP.get("showLabel",!0),!aAe),uAe=!zP.get("selectedMode");aAe&&this._renderEndsText($P,aAe[0],nAe,cAe,iAe),each$f(oAe.viewPieceList,function(dAe){var EAe=dAe.piece,gAe=new Group$3;gAe.onclick=bind$1(this._onItemClick,this,EAe),this._enableHoverLink(gAe,dAe.indexInModelPieceList);var pAe=zP.getRepresentValue(EAe);if(this._createItemSymbol(gAe,pAe,[0,0,nAe[0],nAe[1]],uAe),cAe){var mAe=this.visualMapModel.getValueState(pAe);gAe.add(new ZRText({style:{x:iAe==="right"?-z9:nAe[0]+z9,y:nAe[1]/2,text:EAe.text,verticalAlign:"middle",align:iAe,font:tAe,fill:AAe,opacity:mAe==="outOfRange"?.5:1},silent:uAe}))}$P.add(gAe)},this),aAe&&this._renderEndsText($P,aAe[1],nAe,cAe,iAe),box(zP.get("orient"),$P,zP.get("itemGap")),this.renderBackground($P),this.positionGroup($P)},x_.prototype._enableHoverLink=function($P,zP){var z9=this;$P.on("mouseover",function(){return eAe("highlight")}).on("mouseout",function(){return eAe("downplay")});var eAe=function(tAe){var AAe=z9.visualMapModel;AAe.option.hoverLink&&z9.api.dispatchAction({type:tAe,batch:makeHighDownBatch(AAe.findTargetDataIndices(zP),AAe)})}},x_.prototype._getItemAlign=function(){var $P=this.visualMapModel,zP=$P.option;if(zP.orient==="vertical")return getItemAlign($P,this.api,$P.itemSize);var z9=zP.align;return(!z9||z9==="auto")&&(z9="left"),z9},x_.prototype._renderEndsText=function($P,zP,z9,eAe,tAe){if(zP){var AAe=new Group$3,iAe=this.visualMapModel.textStyleModel;AAe.add(new ZRText({style:createTextStyle(iAe,{x:eAe?tAe==="right"?z9[0]:0:z9[0]/2,y:z9[1]/2,verticalAlign:"middle",align:eAe?tAe:"center",text:zP})})),$P.add(AAe)}},x_.prototype._getViewData=function(){var $P=this.visualMapModel,zP=map$1($P.getPieceList(),function(AAe,iAe){return{piece:AAe,indexInModelPieceList:iAe}}),z9=$P.get("text"),eAe=$P.get("orient"),tAe=$P.get("inverse");return(eAe==="horizontal"?tAe:!tAe)?zP.reverse():z9&&(z9=z9.slice().reverse()),{viewPieceList:zP,endsText:z9}},x_.prototype._createItemSymbol=function($P,zP,z9,eAe){var tAe=createSymbol$1(this.getControllerVisual(zP,"symbol"),z9[0],z9[1],z9[2],z9[3],this.getControllerVisual(zP,"color"));tAe.silent=eAe,$P.add(tAe)},x_.prototype._onItemClick=function($P){var zP=this.visualMapModel,z9=zP.option,eAe=z9.selectedMode;if(eAe){var tAe=clone$7(z9.selected),AAe=zP.getSelectedMapKey($P);eAe==="single"||eAe===!0?(tAe[AAe]=!0,each$f(tAe,function(iAe,nAe){tAe[nAe]=nAe===AAe})):tAe[AAe]=!tAe[AAe],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:tAe})}},x_.type="visualMap.piecewise",x_}(VisualMapView);function install$6(r4){r4.registerComponentModel(PiecewiseModel),r4.registerComponentView(PiecewiseVisualMapView),installCommon(r4)}function install$5(r4){use$1(install$7),use$1(install$6)}var DEFAULT_OPTION={label:{enabled:!0},decal:{show:!1}},inner=makeInner(),decalPaletteScope={};function ariaVisual(r4,x_){var $P=r4.getModel("aria");if(!$P.get("enabled"))return;var zP=clone$7(DEFAULT_OPTION);merge(zP.label,r4.getLocaleModel().get("aria"),!1),merge($P.option,zP,!1),z9(),eAe();function z9(){var nAe=$P.getModel("decal"),oAe=nAe.get("show");if(oAe){var aAe=createHashMap();r4.eachSeries(function(cAe){if(!cAe.isColorBySeries()){var uAe=aAe.get(cAe.type);uAe||(uAe={},aAe.set(cAe.type,uAe)),inner(cAe).scope=uAe}}),r4.eachRawSeries(function(cAe){if(r4.isSeriesFiltered(cAe))return;if(isFunction(cAe.enableAriaDecal)){cAe.enableAriaDecal();return}var uAe=cAe.getData();if(cAe.isColorBySeries()){var mAe=getDecalFromPalette(cAe.ecModel,cAe.name,decalPaletteScope,r4.getSeriesCount()),SAe=uAe.getVisual("decal");uAe.setVisual("decal",DAe(SAe,mAe))}else{var dAe=cAe.getRawData(),EAe={},gAe=inner(cAe).scope;uAe.each(function(NAe){var TAe=uAe.getRawIndex(NAe);EAe[TAe]=NAe});var pAe=dAe.count();dAe.each(function(NAe){var TAe=EAe[NAe],bAe=dAe.getName(NAe)||NAe+"",GAe=getDecalFromPalette(cAe.ecModel,bAe,gAe,pAe),LAe=uAe.getItemVisual(TAe,"decal");uAe.setItemVisual(TAe,"decal",DAe(LAe,GAe))})}function DAe(NAe,TAe){var bAe=NAe?extend$1(extend$1({},TAe),NAe):TAe;return bAe.dirty=!0,bAe}})}}function eAe(){var nAe=x_.getZr().dom;if(nAe){var oAe=r4.getLocaleModel().get("aria"),aAe=$P.getModel("label");if(aAe.option=defaults$2(aAe.option,oAe),!!aAe.get("enabled")){if(nAe.setAttribute("role","img"),aAe.get("description")){nAe.setAttribute("aria-label",aAe.get("description"));return}var cAe=r4.getSeriesCount(),uAe=aAe.get(["data","maxCount"])||10,dAe=aAe.get(["series","maxCount"])||10,EAe=Math.min(cAe,dAe),gAe;if(!(cAe<1)){var pAe=AAe();if(pAe){var mAe=aAe.get(["general","withTitle"]);gAe=tAe(mAe,{title:pAe})}else gAe=aAe.get(["general","withoutTitle"]);var SAe=[],DAe=cAe>1?aAe.get(["series","multiple","prefix"]):aAe.get(["series","single","prefix"]);gAe+=tAe(DAe,{seriesCount:cAe}),r4.eachSeries(function(GAe,LAe){if(LAe1?aAe.get(["series","multiple",PAe]):aAe.get(["series","single",PAe]),wAe=tAe(wAe,{seriesId:GAe.seriesIndex,seriesName:GAe.get("name"),seriesType:iAe(GAe.subType)});var HAe=GAe.getData();if(HAe.count()>uAe){var zAe=aAe.get(["data","partialData"]);wAe+=tAe(zAe,{displayCnt:uAe})}else wAe+=aAe.get(["data","allData"]);for(var eIe=aAe.get(["data","separator","middle"]),iIe=aAe.get(["data","separator","end"]),rIe=aAe.get(["data","excludeDimensionId"]),AIe=[],XAe=0;XAe":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},RegExpEvaluator=function(){function r4(x_){var $P=this._condVal=isString(x_)?new RegExp(x_):isRegExp(x_)?x_:null;if($P==null){var zP="";throwError$1(zP)}}return r4.prototype.evaluate=function(x_){var $P=typeof x_;return isString($P)?this._condVal.test(x_):isNumber$1($P)?this._condVal.test(x_+""):!1},r4}(),ConstConditionInternal=function(){function r4(){}return r4.prototype.evaluate=function(){return this.value},r4}(),AndConditionInternal=function(){function r4(){}return r4.prototype.evaluate=function(){for(var x_=this.children,$P=0;$P=0&&zP.attr(eAe.oldLayoutSelect),indexOf(cAe,"emphasis")>=0&&zP.attr(eAe.oldLayoutEmphasis)),updateProps$1(zP,nAe,$P,iAe)}else if(zP.attr(nAe),!labelInner(zP).valueAnimation){var aAe=retrieve2(zP.style.opacity,1);zP.style.opacity=0,initProps(zP,{style:{opacity:aAe}},$P,iAe)}if(eAe.oldLayout=nAe,zP.states.select){var uAe=eAe.oldLayoutSelect={};extendWithKeys(uAe,nAe,LABEL_LAYOUT_PROPS),extendWithKeys(uAe,zP.states.select,LABEL_LAYOUT_PROPS)}if(zP.states.emphasis){var dAe=eAe.oldLayoutEmphasis={};extendWithKeys(dAe,nAe,LABEL_LAYOUT_PROPS),extendWithKeys(dAe,zP.states.emphasis,LABEL_LAYOUT_PROPS)}animateLabelValue(zP,iAe,oAe,$P,$P)}if(z9&&!z9.ignore&&!z9.invisible){var eAe=labelLineAnimationStore(z9),tAe=eAe.oldLayout,EAe={points:z9.shape.points};tAe?(z9.attr({shape:tAe}),updateProps$1(z9,{shape:EAe},$P)):(z9.setShape(EAe),z9.style.strokePercent=0,initProps(z9,{style:{strokePercent:1}},$P)),eAe.oldLayout=EAe}},r4}(),getLabelManager=makeInner();function installLabelLayout(r4){r4.registerUpdateLifecycle("series:beforeupdate",function(x_,$P,zP){var z9=getLabelManager($P).labelManager;z9||(z9=getLabelManager($P).labelManager=new LabelManager),z9.clearLabels()}),r4.registerUpdateLifecycle("series:layoutlabels",function(x_,$P,zP){var z9=getLabelManager($P).labelManager;zP.updatedSeries.forEach(function(eAe){z9.addLabelsOfSeries($P.getViewOfSeriesModel(eAe))}),z9.updateLayoutConfig($P),z9.layout($P),z9.processLabelsOverall()})}var CMD=PathProxy.CMD;function aroundEqual(r4,x_){return Math.abs(r4-x_)<1e-5}function pathToBezierCurves(r4){var x_=r4.data,$P=r4.len(),zP=[],z9,eAe=0,tAe=0,AAe=0,iAe=0;function nAe(HAe,zAe){z9&&z9.length>2&&zP.push(z9),z9=[HAe,zAe]}function oAe(HAe,zAe,eIe,iIe){aroundEqual(HAe,eIe)&&aroundEqual(zAe,iIe)||z9.push(HAe,zAe,eIe,iIe,eIe,iIe)}function aAe(HAe,zAe,eIe,iIe,rIe,AIe){var XAe=Math.abs(zAe-HAe),EIe=Math.tan(XAe/4)*4/3,hIe=zAeGAe:OAe2&&zP.push(z9),zP}function adpativeBezier(r4,x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){if(aroundEqual(r4,$P)&&aroundEqual(x_,zP)&&aroundEqual(z9,tAe)&&aroundEqual(eAe,AAe)){iAe.push(tAe,AAe);return}var oAe=2/nAe,aAe=oAe*oAe,cAe=tAe-r4,uAe=AAe-x_,dAe=Math.sqrt(cAe*cAe+uAe*uAe);cAe/=dAe,uAe/=dAe;var EAe=$P-r4,gAe=zP-x_,pAe=z9-tAe,mAe=eAe-AAe,SAe=EAe*EAe+gAe*gAe,DAe=pAe*pAe+mAe*mAe;if(SAe=0&&GAe=0){iAe.push(tAe,AAe);return}var LAe=[],wAe=[];cubicSubdivide(r4,$P,z9,tAe,.5,LAe),cubicSubdivide(x_,zP,eAe,AAe,.5,wAe),adpativeBezier(LAe[0],wAe[0],LAe[1],wAe[1],LAe[2],wAe[2],LAe[3],wAe[3],iAe,nAe),adpativeBezier(LAe[4],wAe[4],LAe[5],wAe[5],LAe[6],wAe[6],LAe[7],wAe[7],iAe,nAe)}function pathToPolygons(r4,x_){var $P=pathToBezierCurves(r4),zP=[];x_=x_||1;for(var z9=0;z9<$P.length;z9++){var eAe=$P[z9],tAe=[],AAe=eAe[0],iAe=eAe[1];tAe.push(AAe,iAe);for(var nAe=2;nAe0)for(var nAe=0;nAeMath.abs(nAe),aAe=getDividingGrids([iAe,nAe],oAe?0:1,x_),cAe=(oAe?AAe:nAe)/aAe.length,uAe=0;uAez9,tAe=getDividingGrids([zP,z9],eAe?0:1,x_),AAe=eAe?"width":"height",iAe=eAe?"height":"width",nAe=eAe?"x":"y",oAe=eAe?"y":"x",aAe=r4[AAe]/tAe.length,cAe=0;cAe1?null:new Point$1(EAe*iAe+r4,EAe*nAe+x_)}function projPtOnLine(r4,x_,$P){var zP=new Point$1;Point$1.sub(zP,$P,x_),zP.normalize();var z9=new Point$1;Point$1.sub(z9,r4,x_);var eAe=z9.dot(zP);return eAe}function addToPoly(r4,x_){var $P=r4[r4.length-1];$P&&$P[0]===x_[0]&&$P[1]===x_[1]||r4.push(x_)}function splitPolygonByLine(r4,x_,$P){for(var zP=r4.length,z9=[],eAe=0;eAetAe?(nAe.x=oAe.x=AAe+eAe/2,nAe.y=iAe,oAe.y=iAe+tAe):(nAe.y=oAe.y=iAe+tAe/2,nAe.x=AAe,oAe.x=AAe+eAe),splitPolygonByLine(x_,nAe,oAe)}function binaryDivideRecursive(r4,x_,$P,zP){if($P===1)zP.push(x_);else{var z9=Math.floor($P/2),eAe=r4(x_);binaryDivideRecursive(r4,eAe[0],z9,zP),binaryDivideRecursive(r4,eAe[1],$P-z9,zP)}return zP}function clone$3(r4,x_){for(var $P=[],zP=0;zP0;nAe/=2){var oAe=0,aAe=0;(r4&nAe)>0&&(oAe=1),(x_&nAe)>0&&(aAe=1),AAe+=nAe*nAe*(3*oAe^aAe),aAe===0&&(oAe===1&&(r4=nAe-1-r4,x_=nAe-1-x_),iAe=r4,r4=x_,x_=iAe)}return AAe}function sortPaths(r4){var x_=1/0,$P=1/0,zP=-1/0,z9=-1/0,eAe=map$1(r4,function(AAe){var iAe=AAe.getBoundingRect(),nAe=AAe.getComputedTransform(),oAe=iAe.x+iAe.width/2+(nAe?nAe[4]:0),aAe=iAe.y+iAe.height/2+(nAe?nAe[5]:0);return x_=Math.min(oAe,x_),$P=Math.min(aAe,$P),zP=Math.max(oAe,zP),z9=Math.max(aAe,z9),[oAe,aAe]}),tAe=map$1(eAe,function(AAe,iAe){return{cp:AAe,z:hilbert(AAe[0],AAe[1],x_,$P,zP,z9),path:r4[iAe]}});return tAe.sort(function(AAe,iAe){return AAe.z-iAe.z}).map(function(AAe){return AAe.path})}function defaultDividePath(r4){return split(r4.path,r4.count)}function createEmptyReturn(){return{fromIndividuals:[],toIndividuals:[],count:0}}function combineMorph(r4,x_,$P){var zP=[];function z9(NAe){for(var TAe=0;TAe=0;z9--)if(!$P[z9].many.length){var iAe=$P[AAe].many;if(iAe.length<=1)if(AAe)AAe=0;else return $P;var eAe=iAe.length,nAe=Math.ceil(eAe/2);$P[z9].many=iAe.slice(nAe,eAe),$P[AAe].many=iAe.slice(0,nAe),AAe++}return $P}var pathDividers={clone:function(r4){for(var x_=[],$P=1-Math.pow(1-r4.path.style.opacity,1/r4.count),zP=0;zP0))return;var AAe=zP.getModel("universalTransition").get("delay"),iAe=Object.assign({setToFinal:!0},tAe),nAe,oAe;isMultiple(r4)&&(nAe=r4,oAe=x_),isMultiple(x_)&&(nAe=x_,oAe=r4);function aAe(pAe,mAe,SAe,DAe,NAe){var TAe=pAe.many,bAe=pAe.one;if(TAe.length===1&&!NAe){var GAe=mAe?TAe[0]:bAe,LAe=mAe?bAe:TAe[0];if(isCombineMorphing(GAe))aAe({many:[GAe],one:LAe},!0,SAe,DAe,!0);else{var wAe=AAe?defaults$2({delay:AAe(SAe,DAe)},iAe):iAe;morphPath(GAe,LAe,wAe),eAe(GAe,LAe,GAe,LAe,wAe)}}else for(var OAe=defaults$2({dividePath:pathDividers[$P],individualDelay:AAe&&function(rIe,AIe,XAe,EIe){return AAe(rIe+SAe,DAe)}},iAe),PAe=mAe?combineMorph(TAe,bAe,OAe):separateMorph(bAe,TAe,OAe),HAe=PAe.fromIndividuals,zAe=PAe.toIndividuals,eIe=HAe.length,iIe=0;iIex_.length,uAe=nAe?prepareMorphBatches(oAe,nAe):prepareMorphBatches(cAe?x_:r4,[cAe?r4:x_]),dAe=0,EAe=0;EAeDATA_COUNT_THRESHOLD))for(var eAe=zP.getIndices(),tAe=0;tAe0&&TAe.group.traverse(function(GAe){GAe instanceof Path&&!GAe.animators.length&&GAe.animateFrom({style:{opacity:0}},bAe)})})}function getSeriesTransitionKey(r4){var x_=r4.getModel("universalTransition").get("seriesKey");return x_||r4.id}function convertArraySeriesKeyToString(r4){return isArray$2(r4)?r4.sort().join(","):r4}function getDivideShapeFromData(r4){if(r4.hostModel)return r4.hostModel.getModel("universalTransition").get("divideShape")}function findTransitionSeriesBatches(r4,x_){var $P=createHashMap(),zP=createHashMap(),z9=createHashMap();return each$f(r4.oldSeries,function(eAe,tAe){var AAe=r4.oldDataGroupIds[tAe],iAe=r4.oldData[tAe],nAe=getSeriesTransitionKey(eAe),oAe=convertArraySeriesKeyToString(nAe);zP.set(oAe,{dataGroupId:AAe,data:iAe}),isArray$2(nAe)&&each$f(nAe,function(aAe){z9.set(aAe,{key:oAe,dataGroupId:AAe,data:iAe})})}),each$f(x_.updatedSeries,function(eAe){if(eAe.isUniversalTransitionEnabled()&&eAe.isAnimationEnabled()){var tAe=eAe.get("dataGroupId"),AAe=eAe.getData(),iAe=getSeriesTransitionKey(eAe),nAe=convertArraySeriesKeyToString(iAe),oAe=zP.get(nAe);if(oAe)$P.set(nAe,{oldSeries:[{dataGroupId:oAe.dataGroupId,divide:getDivideShapeFromData(oAe.data),data:oAe.data}],newSeries:[{dataGroupId:tAe,divide:getDivideShapeFromData(AAe),data:AAe}]});else if(isArray$2(iAe)){var aAe=[];each$f(iAe,function(dAe){var EAe=zP.get(dAe);EAe.data&&aAe.push({dataGroupId:EAe.dataGroupId,divide:getDivideShapeFromData(EAe.data),data:EAe.data})}),aAe.length&&$P.set(nAe,{oldSeries:aAe,newSeries:[{dataGroupId:tAe,data:AAe,divide:getDivideShapeFromData(AAe)}]})}else{var cAe=z9.get(iAe);if(cAe){var uAe=$P.get(cAe.key);uAe||(uAe={oldSeries:[{dataGroupId:cAe.dataGroupId,data:cAe.data,divide:getDivideShapeFromData(cAe.data)}],newSeries:[]},$P.set(cAe.key,uAe)),uAe.newSeries.push({dataGroupId:tAe,data:AAe,divide:getDivideShapeFromData(AAe)})}}}}),$P}function querySeries(r4,x_){for(var $P=0;$P=0&&z9.push({dataGroupId:x_.oldDataGroupIds[AAe],data:x_.oldData[AAe],divide:getDivideShapeFromData(x_.oldData[AAe]),groupIdDim:tAe.dimension})}),each$f(normalizeToArray(r4.to),function(tAe){var AAe=querySeries($P.updatedSeries,tAe);if(AAe>=0){var iAe=$P.updatedSeries[AAe].getData();eAe.push({dataGroupId:x_.oldDataGroupIds[AAe],data:iAe,divide:getDivideShapeFromData(iAe),groupIdDim:tAe.dimension})}}),z9.length>0&&eAe.length>0&&transitionBetween(z9,eAe,zP)}function installUniversalTransition(r4){r4.registerUpdateLifecycle("series:beforeupdate",function(x_,$P,zP){each$f(normalizeToArray(zP.seriesTransition),function(z9){each$f(normalizeToArray(z9.to),function(eAe){for(var tAe=zP.updatedSeries,AAe=0;AAe=PI2:-nAe>=PI2),uAe=nAe>0?nAe%PI2:nAe%PI2+PI2,dAe=!1;cAe?dAe=!0:isAroundZero(aAe)?dAe=!1:dAe=uAe>=PI$2==!!oAe;var EAe=x_+zP*mathCos(tAe),gAe=$P+z9*mathSin(tAe);this._start&&this._add("M",EAe,gAe);var pAe=Math.round(eAe*degree);if(cAe){var mAe=1/this._p,SAe=(oAe?1:-1)*(PI2-mAe);this._add("A",zP,z9,pAe,1,+oAe,x_+zP*mathCos(tAe+SAe),$P+z9*mathSin(tAe+SAe)),mAe>.01&&this._add("A",zP,z9,pAe,0,+oAe,EAe,gAe)}else{var DAe=x_+zP*mathCos(AAe),NAe=$P+z9*mathSin(AAe);this._add("A",zP,z9,pAe,+dAe,+oAe,DAe,NAe)}},r4.prototype.rect=function(x_,$P,zP,z9){this._add("M",x_,$P),this._add("l",zP,0),this._add("l",0,z9),this._add("l",-zP,0),this._add("Z")},r4.prototype.closePath=function(){this._d.length>0&&this._add("Z")},r4.prototype._add=function(x_,$P,zP,z9,eAe,tAe,AAe,iAe,nAe){for(var oAe=[],aAe=this._p,cAe=1;cAe"}function createElementClose(r4){return""}function vNodeToString(r4,x_){x_=x_||{};var $P=x_.newline?` `:"";function zP(z9){var eAe=z9.children,tAe=z9.tag,AAe=z9.attrs,iAe=z9.text;return createElementOpen(tAe,AAe)+(tAe!=="style"?encodeHTML(iAe):iAe||"")+(eAe?""+$P+map$1(eAe,function(nAe){return zP(nAe)}).join($P)+$P:"")+createElementClose(tAe)}return zP(r4)}function getCssString(r4,x_,$P){$P=$P||{};var zP=$P.newline?` `:"",z9=" {"+zP,eAe=zP+"}",tAe=map$1(keys(r4),function(iAe){return iAe+z9+map$1(keys(r4[iAe]),function(nAe){return nAe+":"+r4[iAe][nAe]+";"}).join(zP)+eAe}).join(zP),AAe=map$1(keys(x_),function(iAe){return"@keyframes "+iAe+z9+map$1(keys(x_[iAe]),function(nAe){return nAe+z9+map$1(keys(x_[iAe][nAe]),function(oAe){var aAe=x_[iAe][nAe][oAe];return oAe==="d"&&(aAe='path("'+aAe+'")'),oAe+":"+aAe+";"}).join(zP)+eAe}).join(zP)+eAe}).join(zP);return!tAe&&!AAe?"":[""].join(zP)}function createBrushScope(r4){return{zrId:r4,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function createSVGVNode(r4,x_,$P,zP){return createVNode("svg","root",{width:r4,height:x_,xmlns:SVGNS,"xmlns:xlink":XLINKNS,version:"1.1",baseProfile:"full",viewBox:zP?"0 0 "+r4+" "+x_:!1},$P)}var cssClassIdx=0;function getClassId(){return cssClassIdx++}var EASING_MAP={cubicIn:"0.32,0,0.67,0",cubicOut:"0.33,1,0.68,1",cubicInOut:"0.65,0,0.35,1",quadraticIn:"0.11,0,0.5,0",quadraticOut:"0.5,1,0.89,1",quadraticInOut:"0.45,0,0.55,1",quarticIn:"0.5,0,0.75,0",quarticOut:"0.25,1,0.5,1",quarticInOut:"0.76,0,0.24,1",quinticIn:"0.64,0,0.78,0",quinticOut:"0.22,1,0.36,1",quinticInOut:"0.83,0,0.17,1",sinusoidalIn:"0.12,0,0.39,0",sinusoidalOut:"0.61,1,0.88,1",sinusoidalInOut:"0.37,0,0.63,1",exponentialIn:"0.7,0,0.84,0",exponentialOut:"0.16,1,0.3,1",exponentialInOut:"0.87,0,0.13,1",circularIn:"0.55,0,1,0.45",circularOut:"0,0.55,0.45,1",circularInOut:"0.85,0,0.15,1"},transformOriginKey="transform-origin";function buildPathString(r4,x_,$P){var zP=extend$1({},r4.shape);extend$1(zP,x_),r4.buildPath($P,zP);var z9=new SVGPathRebuilder;return z9.reset(getPathPrecision(r4)),$P.rebuildPath(z9,1),z9.generateStr(),z9.getStr()}function setTransformOrigin(r4,x_){var $P=x_.originX,zP=x_.originY;($P||zP)&&(r4[transformOriginKey]=$P+"px "+zP+"px")}var ANIMATE_STYLE_MAP={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function addAnimation(r4,x_){var $P=x_.zrId+"-ani-"+x_.cssAnimIdx++;return x_.cssAnims[$P]=r4,$P}function createCompoundPathCSSAnimation(r4,x_,$P){var zP=r4.shape.paths,z9={},eAe,tAe;if(each$f(zP,function(iAe){var nAe=createBrushScope($P.zrId);nAe.animation=!0,createCSSAnimation(iAe,{},nAe,!0);var oAe=nAe.cssAnims,aAe=nAe.cssNodes,cAe=keys(oAe),uAe=cAe.length;if(uAe){tAe=cAe[uAe-1];var dAe=oAe[tAe];for(var EAe in dAe){var gAe=dAe[EAe];z9[EAe]=z9[EAe]||{d:""},z9[EAe].d+=gAe.d||""}for(var pAe in aAe){var mAe=aAe[pAe].animation;mAe.indexOf(tAe)>=0&&(eAe=mAe)}}}),!!eAe){x_.d=!1;var AAe=addAnimation(z9,$P);return eAe.replace(tAe,AAe)}}function getEasingFunc(r4){return isString(r4)?EASING_MAP[r4]?"cubic-bezier("+EASING_MAP[r4]+")":createCubicEasingFunc(r4)?r4:"":""}function createCSSAnimation(r4,x_,$P,zP){var z9=r4.animators,eAe=z9.length,tAe=[];if(r4 instanceof CompoundPath){var AAe=createCompoundPathCSSAnimation(r4,x_,$P);if(AAe)tAe.push(AAe);else if(!eAe)return}else if(!eAe)return;for(var iAe={},nAe=0;nAe0}).length){var yIe=addAnimation(bAe,$P);return yIe+" "+mAe[0]+" both"}}for(var gAe in iAe){var AAe=EAe(iAe[gAe]);AAe&&tAe.push(AAe)}if(tAe.length){var pAe=$P.zrId+"-cls-"+getClassId();$P.cssNodes["."+pAe]={animation:tAe.join(",")},x_.class=pAe}}function createCSSEmphasis(r4,x_,$P){if(!r4.ignore)if(r4.isSilent()){var zP={"pointer-events":"none"};setClassAttribute(zP,x_,$P)}else{var z9=r4.states.emphasis&&r4.states.emphasis.style?r4.states.emphasis.style:{},eAe=z9.fill;if(!eAe){var tAe=r4.style&&r4.style.fill,AAe=r4.states.select&&r4.states.select.style&&r4.states.select.style.fill,iAe=r4.currentStates.indexOf("select")>=0&&AAe||tAe;iAe&&(eAe=liftColor(iAe))}var nAe=z9.lineWidth;if(nAe){var oAe=!z9.strokeNoScale&&r4.transform?r4.transform[0]:1;nAe=nAe/oAe}var zP={cursor:"pointer"};eAe&&(zP.fill=eAe),z9.stroke&&(zP.stroke=z9.stroke),nAe&&(zP["stroke-width"]=nAe),setClassAttribute(zP,x_,$P)}}function setClassAttribute(r4,x_,$P,zP){var z9=JSON.stringify(r4),eAe=$P.cssStyleCache[z9];eAe||(eAe=$P.zrId+"-cls-"+getClassId(),$P.cssStyleCache[z9]=eAe,$P.cssNodes["."+eAe+":hover"]=r4),x_.class=x_.class?x_.class+" "+eAe:eAe}var round=Math.round;function isImageLike(r4){return r4&&isString(r4.src)}function isCanvasLike(r4){return r4&&isFunction(r4.toDataURL)}function setStyleAttrs(r4,x_,$P,zP){mapStyleToAttrs(function(z9,eAe){var tAe=z9==="fill"||z9==="stroke";tAe&&isGradient(eAe)?setGradient(x_,r4,z9,zP):tAe&&isPattern(eAe)?setPattern($P,r4,z9,zP):r4[z9]=eAe,tAe&&zP.ssr&&eAe==="none"&&(r4["pointer-events"]="visible")},x_,$P,!1),setShadow($P,r4,zP)}function setMetaData(r4,x_){var $P=getElementSSRData(x_);$P&&($P.each(function(zP,z9){zP!=null&&(r4[(META_DATA_PREFIX+z9).toLowerCase()]=zP+"")}),x_.isSilent()&&(r4[META_DATA_PREFIX+"silent"]="true"))}function noRotateScale(r4){return isAroundZero(r4[0]-1)&&isAroundZero(r4[1])&&isAroundZero(r4[2])&&isAroundZero(r4[3]-1)}function noTranslate(r4){return isAroundZero(r4[4])&&isAroundZero(r4[5])}function setTransform(r4,x_,$P){if(x_&&!(noTranslate(x_)&&noRotateScale(x_))){var zP=1e4;r4.transform=noRotateScale(x_)?"translate("+round(x_[4]*zP)/zP+" "+round(x_[5]*zP)/zP+")":getMatrixStr(x_)}}function convertPolyShape(r4,x_,$P){for(var zP=r4.points,z9=[],eAe=0;eAe"u"){var gAe="Image width/height must been given explictly in svg-ssr renderer.";assert$1(cAe,gAe),assert$1(uAe,gAe)}else if(cAe==null||uAe==null){var pAe=function(wAe,OAe){if(wAe){var PAe=wAe.elm,HAe=cAe||OAe.width,zAe=uAe||OAe.height;wAe.tag==="pattern"&&(nAe?(zAe=1,HAe/=eAe.width):oAe&&(HAe=1,zAe/=eAe.height)),wAe.attrs.width=HAe,wAe.attrs.height=zAe,PAe&&(PAe.setAttribute("width",HAe),PAe.setAttribute("height",zAe))}},mAe=createOrUpdateImage(dAe,null,r4,function(wAe){iAe||pAe(TAe,wAe),pAe(aAe,wAe)});mAe&&mAe.width&&mAe.height&&(cAe=cAe||mAe.width,uAe=uAe||mAe.height)}aAe=createVNode("image","img",{href:dAe,width:cAe,height:uAe}),tAe.width=cAe,tAe.height=uAe}else z9.svgElement&&(aAe=clone$7(z9.svgElement),tAe.width=z9.svgWidth,tAe.height=z9.svgHeight);if(aAe){var SAe,DAe;iAe?SAe=DAe=1:nAe?(DAe=1,SAe=tAe.width/eAe.width):oAe?(SAe=1,DAe=tAe.height/eAe.height):tAe.patternUnits="userSpaceOnUse",SAe!=null&&!isNaN(SAe)&&(tAe.width=SAe),DAe!=null&&!isNaN(DAe)&&(tAe.height=DAe);var NAe=getSRTTransformString(z9);NAe&&(tAe.patternTransform=NAe);var TAe=createVNode("pattern","",tAe,[aAe]),bAe=vNodeToString(TAe),GAe=zP.patternCache,LAe=GAe[bAe];LAe||(LAe=zP.zrId+"-p"+zP.patternIdx++,GAe[bAe]=LAe,tAe.id=LAe,TAe=zP.defs[LAe]=createVNode("pattern",LAe,tAe,[aAe])),x_[$P]=getIdURL(LAe)}}function setClipPath(r4,x_,$P){var zP=$P.clipPathCache,z9=$P.defs,eAe=zP[r4.id];if(!eAe){eAe=$P.zrId+"-c"+$P.clipPathIdx++;var tAe={id:eAe};zP[r4.id]=eAe,z9[eAe]=createVNode("clipPath",eAe,tAe,[brushSVGPath(r4,$P)])}x_["clip-path"]=getIdURL(eAe)}function createTextNode(r4){return document.createTextNode(r4)}function insertBefore(r4,x_,$P){r4.insertBefore(x_,$P)}function removeChild(r4,x_){r4.removeChild(x_)}function appendChild(r4,x_){r4.appendChild(x_)}function parentNode(r4){return r4.parentNode}function nextSibling(r4){return r4.nextSibling}function setTextContent(r4,x_){r4.textContent=x_}var colonChar=58,xChar=120,emptyNode=createVNode("","");function isUndef(r4){return r4===void 0}function isDef(r4){return r4!==void 0}function createKeyToOldIdx(r4,x_,$P){for(var zP={},z9=x_;z9<=$P;++z9){var eAe=r4[z9].key;eAe!==void 0&&(zP[eAe]=z9)}return zP}function sameVnode(r4,x_){var $P=r4.key===x_.key,zP=r4.tag===x_.tag;return zP&&$P}function createElm(r4){var x_,$P=r4.children,zP=r4.tag;if(isDef(zP)){var z9=r4.elm=createElement$1(zP);if(updateAttrs(emptyNode,r4),isArray$2($P))for(x_=0;x_<$P.length;++x_){var eAe=$P[x_];eAe!=null&&appendChild(z9,createElm(eAe))}else isDef(r4.text)&&!isObject$4(r4.text)&&appendChild(z9,createTextNode(r4.text))}else r4.elm=createTextNode(r4.text);return r4.elm}function addVnodes(r4,x_,$P,zP,z9){for(;zP<=z9;++zP){var eAe=$P[zP];eAe!=null&&insertBefore(r4,createElm(eAe),x_)}}function removeVnodes(r4,x_,$P,zP){for(;$P<=zP;++$P){var z9=x_[$P];if(z9!=null)if(isDef(z9.tag)){var eAe=parentNode(z9.elm);removeChild(eAe,z9.elm)}else removeChild(r4,z9.elm)}}function updateAttrs(r4,x_){var $P,zP=x_.elm,z9=r4&&r4.attrs||{},eAe=x_.attrs||{};if(z9!==eAe){for($P in eAe){var tAe=eAe[$P],AAe=z9[$P];AAe!==tAe&&(tAe===!0?zP.setAttribute($P,""):tAe===!1?zP.removeAttribute($P):$P==="style"?zP.style.cssText=tAe:$P.charCodeAt(0)!==xChar?zP.setAttribute($P,tAe):$P==="xmlns:xlink"||$P==="xmlns"?zP.setAttributeNS(XMLNS,$P,tAe):$P.charCodeAt(3)===colonChar?zP.setAttributeNS(XML_NAMESPACE,$P,tAe):$P.charCodeAt(5)===colonChar?zP.setAttributeNS(XLINKNS,$P,tAe):zP.setAttribute($P,tAe))}for($P in z9)$P in eAe||zP.removeAttribute($P)}}function updateChildren(r4,x_,$P){for(var zP=0,z9=0,eAe=x_.length-1,tAe=x_[0],AAe=x_[eAe],iAe=$P.length-1,nAe=$P[0],oAe=$P[iAe],aAe,cAe,uAe,dAe;zP<=eAe&&z9<=iAe;)tAe==null?tAe=x_[++zP]:AAe==null?AAe=x_[--eAe]:nAe==null?nAe=$P[++z9]:oAe==null?oAe=$P[--iAe]:sameVnode(tAe,nAe)?(patchVnode(tAe,nAe),tAe=x_[++zP],nAe=$P[++z9]):sameVnode(AAe,oAe)?(patchVnode(AAe,oAe),AAe=x_[--eAe],oAe=$P[--iAe]):sameVnode(tAe,oAe)?(patchVnode(tAe,oAe),insertBefore(r4,tAe.elm,nextSibling(AAe.elm)),tAe=x_[++zP],oAe=$P[--iAe]):sameVnode(AAe,nAe)?(patchVnode(AAe,nAe),insertBefore(r4,AAe.elm,tAe.elm),AAe=x_[--eAe],nAe=$P[++z9]):(isUndef(aAe)&&(aAe=createKeyToOldIdx(x_,zP,eAe)),cAe=aAe[nAe.key],isUndef(cAe)?insertBefore(r4,createElm(nAe),tAe.elm):(uAe=x_[cAe],uAe.tag!==nAe.tag?insertBefore(r4,createElm(nAe),tAe.elm):(patchVnode(uAe,nAe),x_[cAe]=void 0,insertBefore(r4,uAe.elm,tAe.elm))),nAe=$P[++z9]);(zP<=eAe||z9<=iAe)&&(zP>eAe?(dAe=$P[iAe+1]==null?null:$P[iAe+1].elm,addVnodes(r4,dAe,$P,z9,iAe)):removeVnodes(r4,x_,zP,eAe))}function patchVnode(r4,x_){var $P=x_.elm=r4.elm,zP=r4.children,z9=x_.children;r4!==x_&&(updateAttrs(r4,x_),isUndef(x_.text)?isDef(zP)&&isDef(z9)?zP!==z9&&updateChildren($P,zP,z9):isDef(z9)?(isDef(r4.text)&&setTextContent($P,""),addVnodes($P,null,z9,0,z9.length-1)):isDef(zP)?removeVnodes($P,zP,0,zP.length-1):isDef(r4.text)&&setTextContent($P,""):r4.text!==x_.text&&(isDef(zP)&&removeVnodes($P,zP,0,zP.length-1),setTextContent($P,x_.text)))}function patch(r4,x_){if(sameVnode(r4,x_))patchVnode(r4,x_);else{var $P=r4.elm,zP=parentNode($P);createElm(x_),zP!==null&&(insertBefore(zP,x_.elm,nextSibling($P)),removeVnodes(zP,[r4],0,0))}return x_}var svgId=0,SVGPainter=function(){function r4(x_,$P,zP){if(this.type="svg",this.refreshHover=createMethodNotSupport(),this.configLayer=createMethodNotSupport(),this.storage=$P,this._opts=zP=extend$1({},zP),this.root=x_,this._id="zr"+svgId++,this._oldVNode=createSVGVNode(zP.width,zP.height),x_&&!zP.ssr){var z9=this._viewport=document.createElement("div");z9.style.cssText="position:relative;overflow:hidden";var eAe=this._svgDom=this._oldVNode.elm=createElement$1("svg");updateAttrs(null,this._oldVNode),z9.appendChild(eAe),x_.appendChild(z9)}this.resize(zP.width,zP.height)}return r4.prototype.getType=function(){return this.type},r4.prototype.getViewportRoot=function(){return this._viewport},r4.prototype.getViewportRootOffset=function(){var x_=this.getViewportRoot();if(x_)return{offsetLeft:x_.offsetLeft||0,offsetTop:x_.offsetTop||0}},r4.prototype.getSvgDom=function(){return this._svgDom},r4.prototype.refresh=function(){if(this.root){var x_=this.renderToVNode({willUpdate:!0});x_.attrs.style="position:absolute;left:0;top:0;user-select:none",patch(this._oldVNode,x_),this._oldVNode=x_}},r4.prototype.renderOneToVNode=function(x_){return brush(x_,createBrushScope(this._id))},r4.prototype.renderToVNode=function(x_){x_=x_||{};var $P=this.storage.getDisplayList(!0),zP=this._width,z9=this._height,eAe=createBrushScope(this._id);eAe.animation=x_.animation,eAe.willUpdate=x_.willUpdate,eAe.compress=x_.compress,eAe.emphasis=x_.emphasis,eAe.ssr=this._opts.ssr;var tAe=[],AAe=this._bgVNode=createBackgroundVNode(zP,z9,this._backgroundColor,eAe);AAe&&tAe.push(AAe);var iAe=x_.compress?null:this._mainVNode=createVNode("g","main",{},[]);this._paintList($P,eAe,iAe?iAe.children:tAe),iAe&&tAe.push(iAe);var nAe=map$1(keys(eAe.defs),function(cAe){return eAe.defs[cAe]});if(nAe.length&&tAe.push(createVNode("defs","defs",{},nAe)),x_.animation){var oAe=getCssString(eAe.cssNodes,eAe.cssAnims,{newline:!0});if(oAe){var aAe=createVNode("style","stl",{},[],oAe);tAe.push(aAe)}}return createSVGVNode(zP,z9,tAe,x_.useViewBox)},r4.prototype.renderToString=function(x_){return x_=x_||{},vNodeToString(this.renderToVNode({animation:retrieve2(x_.cssAnimation,!0),emphasis:retrieve2(x_.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:retrieve2(x_.useViewBox,!0)}),{newline:!0})},r4.prototype.setBackgroundColor=function(x_){this._backgroundColor=x_},r4.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},r4.prototype._paintList=function(x_,$P,zP){for(var z9=x_.length,eAe=[],tAe=0,AAe,iAe,nAe=0,oAe=0;oAe=0&&!(cAe&&iAe&&cAe[EAe]===iAe[EAe]);EAe--);for(var gAe=dAe-1;gAe>EAe;gAe--)tAe--,AAe=eAe[tAe-1];for(var pAe=EAe+1;pAe=AAe)}}for(var aAe=this.__startIndex;aAe15)break}}zAe.prevElClipPaths&&pAe.restore()};if(mAe)if(mAe.length===0)GAe=gAe.__endIndex;else for(var wAe=uAe.dpr,OAe=0;OAe0&&x_>z9[0]){for(iAe=0;iAex_);iAe++);AAe=zP[z9[iAe]]}if(z9.splice(iAe+1,0,x_),zP[x_]=$P,!$P.virtual)if(AAe){var nAe=AAe.dom;nAe.nextSibling?tAe.insertBefore($P.dom,nAe.nextSibling):tAe.appendChild($P.dom)}else tAe.firstChild?tAe.insertBefore($P.dom,tAe.firstChild):tAe.appendChild($P.dom);$P.painter||($P.painter=this)}},r4.prototype.eachLayer=function(x_,$P){for(var zP=this._zlevelList,z9=0;z90?EL_AFTER_INCREMENTAL_INC:0),this._needsManuallyCompositing),oAe.__builtin__||logError("ZLevel "+nAe+" has been used by unkown layer "+oAe.id),oAe!==eAe&&(oAe.__used=!0,oAe.__startIndex!==iAe&&(oAe.__dirty=!0),oAe.__startIndex=iAe,oAe.incremental?oAe.__drawIndex=-1:oAe.__drawIndex=iAe,$P(iAe),eAe=oAe),z9.__dirty&REDRAW_BIT&&!z9.__inHover&&(oAe.__dirty=!0,oAe.incremental&&oAe.__drawIndex<0&&(oAe.__drawIndex=iAe))}$P(iAe),this.eachBuiltinLayer(function(aAe,cAe){!aAe.__used&&aAe.getElementCount()>0&&(aAe.__dirty=!0,aAe.__startIndex=aAe.__endIndex=aAe.__drawIndex=0),aAe.__dirty&&aAe.__drawIndex<0&&(aAe.__drawIndex=aAe.__startIndex)})},r4.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},r4.prototype._clearLayer=function(x_){x_.clear()},r4.prototype.setBackgroundColor=function(x_){this._backgroundColor=x_,each$f(this._layers,function($P){$P.setUnpainted()})},r4.prototype.configLayer=function(x_,$P){if($P){var zP=this._layerConfig;zP[x_]?merge(zP[x_],$P,!0):zP[x_]=$P;for(var z9=0;z9{const EBe=kEe[WCe],bIe=typeof EBe;(bIe==="object"||bIe==="function")&&!Object.isFrozen(EBe)&&r4(EBe)}),kEe}class x_{constructor(WCe){WCe.data===void 0&&(WCe.data={}),this.data=WCe.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function $P(kEe){return kEe.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function zP(kEe,...WCe){const EBe=Object.create(null);for(const bIe in kEe)EBe[bIe]=kEe[bIe];return WCe.forEach(function(bIe){for(const TIe in bIe)EBe[TIe]=bIe[TIe]}),EBe}const z9="",eAe=kEe=>!!kEe.scope,tAe=(kEe,{prefix:WCe})=>{if(kEe.startsWith("language:"))return kEe.replace("language:","language-");if(kEe.includes(".")){const EBe=kEe.split(".");return[`${WCe}${EBe.shift()}`,...EBe.map((bIe,TIe)=>`${bIe}${"_".repeat(TIe+1)}`)].join(" ")}return`${WCe}${kEe}`};class AAe{constructor(WCe,EBe){this.buffer="",this.classPrefix=EBe.classPrefix,WCe.walk(this)}addText(WCe){this.buffer+=$P(WCe)}openNode(WCe){if(!eAe(WCe))return;const EBe=tAe(WCe.scope,{prefix:this.classPrefix});this.span(EBe)}closeNode(WCe){eAe(WCe)&&(this.buffer+=z9)}value(){return this.buffer}span(WCe){this.buffer+=``}}const iAe=(kEe={})=>{const WCe={children:[]};return Object.assign(WCe,kEe),WCe};class nAe{constructor(){this.rootNode=iAe(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(WCe){this.top.children.push(WCe)}openNode(WCe){const EBe=iAe({scope:WCe});this.add(EBe),this.stack.push(EBe)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(WCe){return this.constructor._walk(WCe,this.rootNode)}static _walk(WCe,EBe){return typeof EBe=="string"?WCe.addText(EBe):EBe.children&&(WCe.openNode(EBe),EBe.children.forEach(bIe=>this._walk(WCe,bIe)),WCe.closeNode(EBe)),WCe}static _collapse(WCe){typeof WCe!="string"&&WCe.children&&(WCe.children.every(EBe=>typeof EBe=="string")?WCe.children=[WCe.children.join("")]:WCe.children.forEach(EBe=>{nAe._collapse(EBe)}))}}class oAe extends nAe{constructor(WCe){super(),this.options=WCe}addText(WCe){WCe!==""&&this.add(WCe)}startScope(WCe){this.openNode(WCe)}endScope(){this.closeNode()}__addSublanguage(WCe,EBe){const bIe=WCe.root;EBe&&(bIe.scope=`language:${EBe}`),this.add(bIe)}toHTML(){return new AAe(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function aAe(kEe){return kEe?typeof kEe=="string"?kEe:kEe.source:null}function cAe(kEe){return EAe("(?=",kEe,")")}function uAe(kEe){return EAe("(?:",kEe,")*")}function dAe(kEe){return EAe("(?:",kEe,")?")}function EAe(...kEe){return kEe.map(EBe=>aAe(EBe)).join("")}function gAe(kEe){const WCe=kEe[kEe.length-1];return typeof WCe=="object"&&WCe.constructor===Object?(kEe.splice(kEe.length-1,1),WCe):{}}function pAe(...kEe){return"("+(gAe(kEe).capture?"":"?:")+kEe.map(bIe=>aAe(bIe)).join("|")+")"}function mAe(kEe){return new RegExp(kEe.toString()+"|").exec("").length-1}function SAe(kEe,WCe){const EBe=kEe&&kEe.exec(WCe);return EBe&&EBe.index===0}const DAe=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function NAe(kEe,{joinWith:WCe}){let EBe=0;return kEe.map(bIe=>{EBe+=1;const TIe=EBe;let rBe=aAe(bIe),RCe="";for(;rBe.length>0;){const bBe=DAe.exec(rBe);if(!bBe){RCe+=rBe;break}RCe+=rBe.substring(0,bBe.index),rBe=rBe.substring(bBe.index+bBe[0].length),bBe[0][0]==="\\"&&bBe[1]?RCe+="\\"+String(Number(bBe[1])+TIe):(RCe+=bBe[0],bBe[0]==="("&&EBe++)}return RCe}).map(bIe=>`(${bIe})`).join(WCe)}const TAe=/\b\B/,bAe="[a-zA-Z]\\w*",GAe="[a-zA-Z_]\\w*",LAe="\\b\\d+(\\.\\d+)?",wAe="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",OAe="\\b(0b[01]+)",PAe="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",HAe=(kEe={})=>{const WCe=/^#![ ]*\//;return kEe.binary&&(kEe.begin=EAe(WCe,/.*\b/,kEe.binary,/\b.*/)),zP({scope:"meta",begin:WCe,end:/$/,relevance:0,"on:begin":(EBe,bIe)=>{EBe.index!==0&&bIe.ignoreMatch()}},kEe)},zAe={begin:"\\\\[\\s\\S]",relevance:0},eIe={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[zAe]},iIe={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[zAe]},rIe={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},AIe=function(kEe,WCe,EBe={}){const bIe=zP({scope:"comment",begin:kEe,end:WCe,contains:[]},EBe);bIe.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const TIe=pAe("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return bIe.contains.push({begin:EAe(/[ ]+/,"(",TIe,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),bIe},XAe=AIe("//","$"),EIe=AIe("/\\*","\\*/"),hIe=AIe("#","$"),tIe={scope:"number",begin:LAe,relevance:0},gIe={scope:"number",begin:wAe,relevance:0},pIe={scope:"number",begin:OAe,relevance:0},_Ie={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[zAe,{begin:/\[/,end:/\]/,relevance:0,contains:[zAe]}]},SIe={scope:"title",begin:bAe,relevance:0},yIe={scope:"title",begin:GAe,relevance:0},OIe={begin:"\\.\\s*"+GAe,relevance:0};var PIe=Object.freeze({__proto__:null,APOS_STRING_MODE:eIe,BACKSLASH_ESCAPE:zAe,BINARY_NUMBER_MODE:pIe,BINARY_NUMBER_RE:OAe,COMMENT:AIe,C_BLOCK_COMMENT_MODE:EIe,C_LINE_COMMENT_MODE:XAe,C_NUMBER_MODE:gIe,C_NUMBER_RE:wAe,END_SAME_AS_BEGIN:function(kEe){return Object.assign(kEe,{"on:begin":(WCe,EBe)=>{EBe.data._beginMatch=WCe[1]},"on:end":(WCe,EBe)=>{EBe.data._beginMatch!==WCe[1]&&EBe.ignoreMatch()}})},HASH_COMMENT_MODE:hIe,IDENT_RE:bAe,MATCH_NOTHING_RE:TAe,METHOD_GUARD:OIe,NUMBER_MODE:tIe,NUMBER_RE:LAe,PHRASAL_WORDS_MODE:rIe,QUOTE_STRING_MODE:iIe,REGEXP_MODE:_Ie,RE_STARTERS_RE:PAe,SHEBANG:HAe,TITLE_MODE:SIe,UNDERSCORE_IDENT_RE:GAe,UNDERSCORE_TITLE_MODE:yIe});function LIe(kEe,WCe){kEe.input[kEe.index-1]==="."&&WCe.ignoreMatch()}function oEe(kEe,WCe){kEe.className!==void 0&&(kEe.scope=kEe.className,delete kEe.className)}function JIe(kEe,WCe){WCe&&kEe.beginKeywords&&(kEe.begin="\\b("+kEe.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",kEe.__beforeBegin=LIe,kEe.keywords=kEe.keywords||kEe.beginKeywords,delete kEe.beginKeywords,kEe.relevance===void 0&&(kEe.relevance=0))}function XIe(kEe,WCe){Array.isArray(kEe.illegal)&&(kEe.illegal=pAe(...kEe.illegal))}function zIe(kEe,WCe){if(kEe.match){if(kEe.begin||kEe.end)throw new Error("begin & end are not supported with match");kEe.begin=kEe.match,delete kEe.match}}function YIe(kEe,WCe){kEe.relevance===void 0&&(kEe.relevance=1)}const uEe=(kEe,WCe)=>{if(!kEe.beforeMatch)return;if(kEe.starts)throw new Error("beforeMatch cannot be used with starts");const EBe=Object.assign({},kEe);Object.keys(kEe).forEach(bIe=>{delete kEe[bIe]}),kEe.keywords=EBe.keywords,kEe.begin=EAe(EBe.beforeMatch,cAe(EBe.begin)),kEe.starts={relevance:0,contains:[Object.assign(EBe,{endsParent:!0})]},kEe.relevance=0,delete EBe.beforeMatch},NEe=["of","and","for","in","not","or","if","then","parent","list","value"],MEe="keyword";function FEe(kEe,WCe,EBe=MEe){const bIe=Object.create(null);return typeof kEe=="string"?TIe(EBe,kEe.split(" ")):Array.isArray(kEe)?TIe(EBe,kEe):Object.keys(kEe).forEach(function(rBe){Object.assign(bIe,FEe(kEe[rBe],WCe,rBe))}),bIe;function TIe(rBe,RCe){WCe&&(RCe=RCe.map(bBe=>bBe.toLowerCase())),RCe.forEach(function(bBe){const FQe=bBe.split("|");bIe[FQe[0]]=[rBe,vEe(FQe[0],FQe[1])]})}}function vEe(kEe,WCe){return WCe?Number(WCe):yEe(kEe)?0:1}function yEe(kEe){return NEe.includes(kEe.toLowerCase())}const VEe={},UEe=kEe=>{console.error(kEe)},UCe=(kEe,...WCe)=>{console.log(`WARN: ${kEe}`,...WCe)},CCe=(kEe,WCe)=>{VEe[`${kEe}/${WCe}`]||(console.log(`Deprecated as of ${kEe}. ${WCe}`),VEe[`${kEe}/${WCe}`]=!0)},fCe=new Error;function VCe(kEe,WCe,{key:EBe}){let bIe=0;const TIe=kEe[EBe],rBe={},RCe={};for(let bBe=1;bBe<=WCe.length;bBe++)RCe[bBe+bIe]=TIe[bBe],rBe[bBe+bIe]=!0,bIe+=mAe(WCe[bBe-1]);kEe[EBe]=RCe,kEe[EBe]._emit=rBe,kEe[EBe]._multi=!0}function $Ee(kEe){if(Array.isArray(kEe.begin)){if(kEe.skip||kEe.excludeBegin||kEe.returnBegin)throw UEe("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),fCe;if(typeof kEe.beginScope!="object"||kEe.beginScope===null)throw UEe("beginScope must be object"),fCe;VCe(kEe,kEe.begin,{key:"beginScope"}),kEe.begin=NAe(kEe.begin,{joinWith:""})}}function tCe(kEe){if(Array.isArray(kEe.end)){if(kEe.skip||kEe.excludeEnd||kEe.returnEnd)throw UEe("skip, excludeEnd, returnEnd not compatible with endScope: {}"),fCe;if(typeof kEe.endScope!="object"||kEe.endScope===null)throw UEe("endScope must be object"),fCe;VCe(kEe,kEe.end,{key:"endScope"}),kEe.end=NAe(kEe.end,{joinWith:""})}}function iCe(kEe){kEe.scope&&typeof kEe.scope=="object"&&kEe.scope!==null&&(kEe.beginScope=kEe.scope,delete kEe.scope)}function gCe(kEe){iCe(kEe),typeof kEe.beginScope=="string"&&(kEe.beginScope={_wrap:kEe.beginScope}),typeof kEe.endScope=="string"&&(kEe.endScope={_wrap:kEe.endScope}),$Ee(kEe),tCe(kEe)}function TCe(kEe){function WCe(RCe,bBe){return new RegExp(aAe(RCe),"m"+(kEe.case_insensitive?"i":"")+(kEe.unicodeRegex?"u":"")+(bBe?"g":""))}class EBe{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(bBe,FQe){FQe.position=this.position++,this.matchIndexes[this.matchAt]=FQe,this.regexes.push([FQe,bBe]),this.matchAt+=mAe(bBe)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const bBe=this.regexes.map(FQe=>FQe[1]);this.matcherRe=WCe(NAe(bBe,{joinWith:"|"}),!0),this.lastIndex=0}exec(bBe){this.matcherRe.lastIndex=this.lastIndex;const FQe=this.matcherRe.exec(bBe);if(!FQe)return null;const mme=FQe.findIndex((wQe,Wme)=>Wme>0&&wQe!==void 0),Dme=this.matchIndexes[mme];return FQe.splice(0,mme),Object.assign(FQe,Dme)}}class bIe{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(bBe){if(this.multiRegexes[bBe])return this.multiRegexes[bBe];const FQe=new EBe;return this.rules.slice(bBe).forEach(([mme,Dme])=>FQe.addRule(mme,Dme)),FQe.compile(),this.multiRegexes[bBe]=FQe,FQe}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(bBe,FQe){this.rules.push([bBe,FQe]),FQe.type==="begin"&&this.count++}exec(bBe){const FQe=this.getMatcher(this.regexIndex);FQe.lastIndex=this.lastIndex;let mme=FQe.exec(bBe);if(this.resumingScanAtSamePosition()&&!(mme&&mme.index===this.lastIndex)){const Dme=this.getMatcher(0);Dme.lastIndex=this.lastIndex+1,mme=Dme.exec(bBe)}return mme&&(this.regexIndex+=mme.position+1,this.regexIndex===this.count&&this.considerAll()),mme}}function TIe(RCe){const bBe=new bIe;return RCe.contains.forEach(FQe=>bBe.addRule(FQe.begin,{rule:FQe,type:"begin"})),RCe.terminatorEnd&&bBe.addRule(RCe.terminatorEnd,{type:"end"}),RCe.illegal&&bBe.addRule(RCe.illegal,{type:"illegal"}),bBe}function rBe(RCe,bBe){const FQe=RCe;if(RCe.isCompiled)return FQe;[oEe,zIe,gCe,uEe].forEach(Dme=>Dme(RCe,bBe)),kEe.compilerExtensions.forEach(Dme=>Dme(RCe,bBe)),RCe.__beforeBegin=null,[JIe,XIe,YIe].forEach(Dme=>Dme(RCe,bBe)),RCe.isCompiled=!0;let mme=null;return typeof RCe.keywords=="object"&&RCe.keywords.$pattern&&(RCe.keywords=Object.assign({},RCe.keywords),mme=RCe.keywords.$pattern,delete RCe.keywords.$pattern),mme=mme||/\w+/,RCe.keywords&&(RCe.keywords=FEe(RCe.keywords,kEe.case_insensitive)),FQe.keywordPatternRe=WCe(mme,!0),bBe&&(RCe.begin||(RCe.begin=/\B|\b/),FQe.beginRe=WCe(FQe.begin),!RCe.end&&!RCe.endsWithParent&&(RCe.end=/\B|\b/),RCe.end&&(FQe.endRe=WCe(FQe.end)),FQe.terminatorEnd=aAe(FQe.end)||"",RCe.endsWithParent&&bBe.terminatorEnd&&(FQe.terminatorEnd+=(RCe.end?"|":"")+bBe.terminatorEnd)),RCe.illegal&&(FQe.illegalRe=WCe(RCe.illegal)),RCe.contains||(RCe.contains=[]),RCe.contains=[].concat(...RCe.contains.map(function(Dme){return cEe(Dme==="self"?RCe:Dme)})),RCe.contains.forEach(function(Dme){rBe(Dme,FQe)}),RCe.starts&&rBe(RCe.starts,bBe),FQe.matcher=TIe(FQe),FQe}if(kEe.compilerExtensions||(kEe.compilerExtensions=[]),kEe.contains&&kEe.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return kEe.classNameAliases=zP(kEe.classNameAliases||{}),rBe(kEe)}function YEe(kEe){return kEe?kEe.endsWithParent||YEe(kEe.starts):!1}function cEe(kEe){return kEe.variants&&!kEe.cachedVariants&&(kEe.cachedVariants=kEe.variants.map(function(WCe){return zP(kEe,{variants:null},WCe)})),kEe.cachedVariants?kEe.cachedVariants:YEe(kEe)?zP(kEe,{starts:kEe.starts?zP(kEe.starts):null}):Object.isFrozen(kEe)?zP(kEe):kEe}var OEe="11.11.1";class REe extends Error{constructor(WCe,EBe){super(WCe),this.name="HTMLInjectionError",this.html=EBe}}const ZEe=$P,uCe=zP,YCe=Symbol("nomatch"),MBe=7,_Ce=function(kEe){const WCe=Object.create(null),EBe=Object.create(null),bIe=[];let TIe=!0;const rBe="Could not find the language '{}', did you forget to load/include a language module?",RCe={disableAutodetect:!0,name:"Plain text",contains:[]};let bBe={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:oAe};function FQe(XCe){return bBe.noHighlightRe.test(XCe)}function mme(XCe){let IBe=XCe.className+" ";IBe+=XCe.parentNode?XCe.parentNode.className:"";const yBe=bBe.languageDetectRe.exec(IBe);if(yBe){const dCe=dEe(yBe[1]);return dCe||(UCe(rBe.replace("{}",yBe[1])),UCe("Falling back to no-highlight mode for this block.",XCe)),dCe?yBe[1]:"no-highlight"}return IBe.split(/\s+/).find(dCe=>FQe(dCe)||dEe(dCe))}function Dme(XCe,IBe,yBe){let dCe="",QCe="";typeof IBe=="object"?(dCe=XCe,yBe=IBe.ignoreIllegals,QCe=IBe.language):(CCe("10.7.0","highlight(lang, code, ...args) has been deprecated."),CCe("10.7.0",`Please use highlight(code, options) instead. https://github.com/highlightjs/highlight.js/issues/2277`),QCe=XCe,dCe=IBe),yBe===void 0&&(yBe=!0);const WQe={code:dCe,language:QCe};BQe("before:highlight",WQe);const ime=WQe.result?WQe.result:wQe(WQe.language,WQe.code,yBe);return ime.code=WQe.code,BQe("after:highlight",ime),ime}function wQe(XCe,IBe,yBe,dCe){const QCe=Object.create(null);function WQe(KCe,qCe){return KCe.keywords[qCe]}function ime(){if(!cQe.keywords){v0e.addText(Bme);return}let KCe=0;cQe.keywordPatternRe.lastIndex=0;let qCe=cQe.keywordPatternRe.exec(Bme),SBe="";for(;qCe;){SBe+=Bme.substring(KCe,qCe.index);const nBe=sme.case_insensitive?qCe[0].toLowerCase():qCe[0],rme=WQe(cQe,nBe);if(rme){const[ZQe,r0e]=rme;if(v0e.addText(SBe),SBe="",QCe[nBe]=(QCe[nBe]||0)+1,QCe[nBe]<=MBe&&(wEe+=r0e),ZQe.startsWith("_"))SBe+=qCe[0];else{const Kme=sme.classNameAliases[ZQe]||ZQe;sCe(qCe[0],Kme)}}else SBe+=qCe[0];KCe=cQe.keywordPatternRe.lastIndex,qCe=cQe.keywordPatternRe.exec(Bme)}SBe+=Bme.substring(KCe),v0e.addText(SBe)}function kQe(){if(Bme==="")return;let KCe=null;if(typeof cQe.subLanguage=="string"){if(!WCe[cQe.subLanguage]){v0e.addText(Bme);return}KCe=wQe(cQe.subLanguage,Bme,!0,$me[cQe.subLanguage]),$me[cQe.subLanguage]=KCe._top}else KCe=IQe(Bme,cQe.subLanguage.length?cQe.subLanguage:null);cQe.relevance>0&&(wEe+=KCe.relevance),v0e.__addSublanguage(KCe._emitter,KCe.language)}function Ome(){cQe.subLanguage!=null?kQe():ime(),Bme=""}function sCe(KCe,qCe){KCe!==""&&(v0e.startScope(qCe),v0e.addText(KCe),v0e.endScope())}function nCe(KCe,qCe){let SBe=1;const nBe=qCe.length-1;for(;SBe<=nBe;){if(!KCe._emit[SBe]){SBe++;continue}const rme=sme.classNameAliases[KCe[SBe]]||KCe[SBe],ZQe=qCe[SBe];rme?sCe(ZQe,rme):(Bme=ZQe,ime(),Bme=""),SBe++}}function ABe(KCe,qCe){return KCe.scope&&typeof KCe.scope=="string"&&v0e.openNode(sme.classNameAliases[KCe.scope]||KCe.scope),KCe.beginScope&&(KCe.beginScope._wrap?(sCe(Bme,sme.classNameAliases[KCe.beginScope._wrap]||KCe.beginScope._wrap),Bme=""):KCe.beginScope._multi&&(nCe(KCe.beginScope,qCe),Bme="")),cQe=Object.create(KCe,{parent:{value:cQe}}),cQe}function LBe(KCe,qCe,SBe){let nBe=SAe(KCe.endRe,SBe);if(nBe){if(KCe["on:end"]){const rme=new x_(KCe);KCe["on:end"](qCe,rme),rme.isMatchIgnored&&(nBe=!1)}if(nBe){for(;KCe.endsParent&&KCe.parent;)KCe=KCe.parent;return KCe}}if(KCe.endsWithParent)return LBe(KCe.parent,qCe,SBe)}function YBe(KCe){return cQe.matcher.regexIndex===0?(Bme+=KCe[0],1):(sBe=!0,0)}function WBe(KCe){const qCe=KCe[0],SBe=KCe.rule,nBe=new x_(SBe),rme=[SBe.__beforeBegin,SBe["on:begin"]];for(const ZQe of rme)if(ZQe&&(ZQe(KCe,nBe),nBe.isMatchIgnored))return YBe(qCe);return SBe.skip?Bme+=qCe:(SBe.excludeBegin&&(Bme+=qCe),Ome(),!SBe.returnBegin&&!SBe.excludeBegin&&(Bme=qCe)),ABe(SBe,KCe),SBe.returnBegin?0:qCe.length}function hQe(KCe){const qCe=KCe[0],SBe=IBe.substring(KCe.index),nBe=LBe(cQe,KCe,SBe);if(!nBe)return YCe;const rme=cQe;cQe.endScope&&cQe.endScope._wrap?(Ome(),sCe(qCe,cQe.endScope._wrap)):cQe.endScope&&cQe.endScope._multi?(Ome(),nCe(cQe.endScope,KCe)):rme.skip?Bme+=qCe:(rme.returnEnd||rme.excludeEnd||(Bme+=qCe),Ome(),rme.excludeEnd&&(Bme=qCe));do cQe.scope&&v0e.closeNode(),!cQe.skip&&!cQe.subLanguage&&(wEe+=cQe.relevance),cQe=cQe.parent;while(cQe!==nBe.parent);return nBe.starts&&ABe(nBe.starts,KCe),rme.returnEnd?0:qCe.length}function nQe(){const KCe=[];for(let qCe=cQe;qCe!==sme;qCe=qCe.parent)qCe.scope&&KCe.unshift(qCe.scope);KCe.forEach(qCe=>v0e.openNode(qCe))}let aQe={};function QQe(KCe,qCe){const SBe=qCe&&qCe[0];if(Bme+=KCe,SBe==null)return Ome(),0;if(aQe.type==="begin"&&qCe.type==="end"&&aQe.index===qCe.index&&SBe===""){if(Bme+=IBe.slice(qCe.index,qCe.index+1),!TIe){const nBe=new Error(`0 width match regex (${XCe})`);throw nBe.languageName=XCe,nBe.badRule=aQe.rule,nBe}return 1}if(aQe=qCe,qCe.type==="begin")return WBe(qCe);if(qCe.type==="illegal"&&!yBe){const nBe=new Error('Illegal lexeme "'+SBe+'" for mode "'+(cQe.scope||"")+'"');throw nBe.mode=cQe,nBe}else if(qCe.type==="end"){const nBe=hQe(qCe);if(nBe!==YCe)return nBe}if(qCe.type==="illegal"&&SBe==="")return Bme+=` `,1;if(pCe>1e5&&pCe>qCe.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Bme+=SBe,SBe.length}const sme=dEe(XCe);if(!sme)throw UEe(rBe.replace("{}",XCe)),new Error('Unknown language: "'+XCe+'"');const Nme=TCe(sme);let vme="",cQe=dCe||Nme;const $me={},v0e=new bBe.__emitter(bBe);nQe();let Bme="",wEe=0,lCe=0,pCe=0,sBe=!1;try{if(sme.__emitTokens)sme.__emitTokens(IBe,v0e);else{for(cQe.matcher.considerAll();;){pCe++,sBe?sBe=!1:cQe.matcher.considerAll(),cQe.matcher.lastIndex=lCe;const KCe=cQe.matcher.exec(IBe);if(!KCe)break;const qCe=IBe.substring(lCe,KCe.index),SBe=QQe(qCe,KCe);lCe=KCe.index+SBe}QQe(IBe.substring(lCe))}return v0e.finalize(),vme=v0e.toHTML(),{language:XCe,value:vme,relevance:wEe,illegal:!1,_emitter:v0e,_top:cQe}}catch(KCe){if(KCe.message&&KCe.message.includes("Illegal"))return{language:XCe,value:ZEe(IBe),illegal:!0,relevance:0,_illegalBy:{message:KCe.message,index:lCe,context:IBe.slice(lCe-100,lCe+100),mode:KCe.mode,resultSoFar:vme},_emitter:v0e};if(TIe)return{language:XCe,value:ZEe(IBe),illegal:!1,relevance:0,errorRaised:KCe,_emitter:v0e,_top:cQe};throw KCe}}function Wme(XCe){const IBe={value:ZEe(XCe),illegal:!1,relevance:0,_top:RCe,_emitter:new bBe.__emitter(bBe)};return IBe._emitter.addText(XCe),IBe}function IQe(XCe,IBe){IBe=IBe||bBe.languages||Object.keys(WCe);const yBe=Wme(XCe),dCe=IBe.filter(dEe).filter(eBe).map(Ome=>wQe(Ome,XCe,!1));dCe.unshift(yBe);const QCe=dCe.sort((Ome,sCe)=>{if(Ome.relevance!==sCe.relevance)return sCe.relevance-Ome.relevance;if(Ome.language&&sCe.language){if(dEe(Ome.language).supersetOf===sCe.language)return 1;if(dEe(sCe.language).supersetOf===Ome.language)return-1}return 0}),[WQe,ime]=QCe,kQe=WQe;return kQe.secondBest=ime,kQe}function NBe(XCe,IBe,yBe){const dCe=IBe&&EBe[IBe]||yBe;XCe.classList.add("hljs"),XCe.classList.add(`language-${dCe}`)}function uBe(XCe){let IBe=null;const yBe=mme(XCe);if(FQe(yBe))return;if(BQe("before:highlightElement",{el:XCe,language:yBe}),XCe.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",XCe);return}if(XCe.children.length>0&&(bBe.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(XCe)),bBe.throwUnescapedHTML))throw new REe("One of your code blocks includes unescaped HTML.",XCe.innerHTML);IBe=XCe;const dCe=IBe.textContent,QCe=yBe?Dme(dCe,{language:yBe,ignoreIllegals:!0}):IQe(dCe);XCe.innerHTML=QCe.value,XCe.dataset.highlighted="yes",NBe(XCe,yBe,QCe.language),XCe.result={language:QCe.language,re:QCe.relevance,relevance:QCe.relevance},QCe.secondBest&&(XCe.secondBest={language:QCe.secondBest.language,relevance:QCe.secondBest.relevance}),BQe("after:highlightElement",{el:XCe,result:QCe,text:dCe})}function UBe(XCe){bBe=uCe(bBe,XCe)}const kIe=()=>{aEe(),CCe("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function BEe(){aEe(),CCe("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let iEe=!1;function aEe(){function XCe(){aEe()}if(document.readyState==="loading"){iEe||window.addEventListener("DOMContentLoaded",XCe,!1),iEe=!0;return}document.querySelectorAll(bBe.cssSelector).forEach(uBe)}function pEe(XCe,IBe){let yBe=null;try{yBe=IBe(kEe)}catch(dCe){if(UEe("Language definition for '{}' could not be registered.".replace("{}",XCe)),TIe)UEe(dCe);else throw dCe;yBe=RCe}yBe.name||(yBe.name=XCe),WCe[XCe]=yBe,yBe.rawDefinition=IBe.bind(null,kEe),yBe.aliases&&ICe(yBe.aliases,{languageName:XCe})}function TEe(XCe){delete WCe[XCe];for(const IBe of Object.keys(EBe))EBe[IBe]===XCe&&delete EBe[IBe]}function mEe(){return Object.keys(WCe)}function dEe(XCe){return XCe=(XCe||"").toLowerCase(),WCe[XCe]||WCe[EBe[XCe]]}function ICe(XCe,{languageName:IBe}){typeof XCe=="string"&&(XCe=[XCe]),XCe.forEach(yBe=>{EBe[yBe.toLowerCase()]=IBe})}function eBe(XCe){const IBe=dEe(XCe);return IBe&&!IBe.disableAutodetect}function OBe(XCe){XCe["before:highlightBlock"]&&!XCe["before:highlightElement"]&&(XCe["before:highlightElement"]=IBe=>{XCe["before:highlightBlock"](Object.assign({block:IBe.el},IBe))}),XCe["after:highlightBlock"]&&!XCe["after:highlightElement"]&&(XCe["after:highlightElement"]=IBe=>{XCe["after:highlightBlock"](Object.assign({block:IBe.el},IBe))})}function CQe(XCe){OBe(XCe),bIe.push(XCe)}function FBe(XCe){const IBe=bIe.indexOf(XCe);IBe!==-1&&bIe.splice(IBe,1)}function BQe(XCe,IBe){const yBe=XCe;bIe.forEach(function(dCe){dCe[yBe]&&dCe[yBe](IBe)})}function oBe(XCe){return CCe("10.7.0","highlightBlock will be removed entirely in v12.0"),CCe("10.7.0","Please use highlightElement now."),uBe(XCe)}Object.assign(kEe,{highlight:Dme,highlightAuto:IQe,highlightAll:aEe,highlightElement:uBe,highlightBlock:oBe,configure:UBe,initHighlighting:kIe,initHighlightingOnLoad:BEe,registerLanguage:pEe,unregisterLanguage:TEe,listLanguages:mEe,getLanguage:dEe,registerAliases:ICe,autoDetection:eBe,inherit:uCe,addPlugin:CQe,removePlugin:FBe}),kEe.debugMode=function(){TIe=!1},kEe.safeMode=function(){TIe=!0},kEe.versionString=OEe,kEe.regex={concat:EAe,lookahead:cAe,either:pAe,optional:dAe,anyNumberOfTimes:uAe};for(const XCe in PIe)typeof PIe[XCe]=="object"&&r4(PIe[XCe]);return Object.assign(kEe,PIe),kEe},FCe=_Ce({});return FCe.newInstance=()=>_Ce({}),core=FCe,FCe.HighlightJS=FCe,FCe.default=FCe,core}var coreExports=requireCore();const HighlightJS$1=getDefaultExportFromCjs$1(coreExports);var r$9=defineComponent({props:{code:{type:String,required:!0},language:{type:String,default:""},autodetect:{type:Boolean,default:!0},ignoreIllegals:{type:Boolean,default:!0}},setup:function(r4){var x_=ref(r4.language);watch(function(){return r4.language},function(z9){x_.value=z9});var $P=computed(function(){return r4.autodetect||!x_.value}),zP=computed(function(){return!$P.value&&!HighlightJS$1.getLanguage(x_.value)});return{className:computed(function(){return zP.value?"":"hljs "+x_.value}),highlightedCode:computed(function(){var z9;if(zP.value)return console.warn('The language "'+x_.value+'" you specified could not be found.'),r4.code.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'");if($P.value){var eAe=HighlightJS$1.highlightAuto(r4.code);return x_.value=(z9=eAe.language)!==null&&z9!==void 0?z9:"",eAe.value}return(eAe=HighlightJS$1.highlight(r4.code,{language:x_.value,ignoreIllegals:r4.ignoreIllegals})).value})}},render:function(){return h$d("pre",{},[h$d("code",{class:this.className,innerHTML:this.highlightedCode})])}}),o$k={install:function(r4){r4.component("highlightjs",r$9)},component:r$9},_1c_1,hasRequired_1c;function require_1c(){if(hasRequired_1c)return _1c_1;hasRequired_1c=1;function r4(x_){const $P="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+",eAe="далее "+"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",iAe="загрузитьизфайла "+"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ",uAe="разделительстраниц разделительстрок символтабуляции "+"ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон "+"acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища "+"wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",EIe="webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля "+"автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени форматкартинки ширинаподчиненныхэлементовформы "+"виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента "+"авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных "+"использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц "+"отображениевремениэлементовпланировщика "+"типфайлаформатированногодокумента "+"обходрезультатазапроса типзаписизапроса "+"видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов "+"доступкфайлу режимдиалогавыборафайла режимоткрытияфайла "+"типизмеренияпостроителязапроса "+"видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений "+"wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs форматдатыjson экранированиесимволовjson "+"видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных использованиеусловногооформлениякомпоновкиданных "+"важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты статусразборапочтовогосообщения "+"режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации "+"расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии типхранилищасертификатовкриптографии "+"кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip режимсохраненияпутейzip уровеньсжатияzip "+"звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp "+"направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса "+"httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса типномерадокумента типномеразадачи типформы удалениедвижений "+"важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",gIe="comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных "+"comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",pIe="null истина ложь неопределено",_Ie=x_.inherit(x_.NUMBER_MODE),SIe={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},yIe={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},OIe={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},HIe=x_.inherit(x_.C_LINE_COMMENT_MODE),PIe={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:$P,keyword:eAe+iAe},contains:[HIe]},LIe={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},oEe={className:"function",variants:[{begin:"процедура|функция",end:"\\)",keywords:"процедура функция"},{begin:"конецпроцедуры|конецфункции",keywords:"конецпроцедуры конецфункции"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:$P,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:$P,keyword:"знач",literal:pIe},contains:[_Ie,SIe,yIe]},HIe]},x_.inherit(x_.TITLE_MODE,{begin:$P})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:$P,keyword:eAe,built_in:uAe,class:EIe,type:gIe,literal:pIe},contains:[PIe,oEe,HIe,LIe,_Ie,SIe,yIe,OIe]}}return _1c_1=r4,_1c_1}var abnf_1,hasRequiredAbnf;function requireAbnf(){if(hasRequiredAbnf)return abnf_1;hasRequiredAbnf=1;function r4(x_){const $P=x_.regex,zP=/^[a-zA-Z][a-zA-Z0-9-]*/,z9=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],eAe=x_.COMMENT(/;/,/$/),tAe={scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},AAe={scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},iAe={scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},nAe={scope:"symbol",match:/%[si](?=".*")/},oAe={scope:"attribute",match:$P.concat(zP,/(?=\s*=)/)};return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:z9,contains:[{scope:"operator",match:/=\/?/},oAe,eAe,tAe,AAe,iAe,nAe,x_.QUOTE_STRING_MODE,x_.NUMBER_MODE]}}return abnf_1=r4,abnf_1}var accesslog_1,hasRequiredAccesslog;function requireAccesslog(){if(hasRequiredAccesslog)return accesslog_1;hasRequiredAccesslog=1;function r4(x_){const $P=x_.regex,zP=["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","PATCH","TRACE"];return{name:"Apache Access Log",contains:[{className:"number",begin:/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?\b/,relevance:5},{className:"number",begin:/\b\d+\b/,relevance:0},{className:"string",begin:$P.concat(/"/,$P.either(...zP)),end:/"/,keywords:zP,illegal:/\n/,relevance:5,contains:[{begin:/HTTP\/[12]\.\d'/,relevance:5}]},{className:"string",begin:/\[\d[^\]\n]{8,}\]/,illegal:/\n/,relevance:1},{className:"string",begin:/\[/,end:/\]/,illegal:/\n/,relevance:0},{className:"string",begin:/"Mozilla\/\d\.\d \(/,end:/"/,illegal:/\n/,relevance:3},{className:"string",begin:/"/,end:/"/,illegal:/\n/,relevance:0}]}}return accesslog_1=r4,accesslog_1}var actionscript_1,hasRequiredActionscript;function requireActionscript(){if(hasRequiredActionscript)return actionscript_1;hasRequiredActionscript=1;function r4(x_){const $P=x_.regex,zP=/[a-zA-Z_$][a-zA-Z0-9_$]*/,z9=$P.concat(zP,$P.concat("(\\.",zP,")*")),eAe=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,tAe={className:"rest_arg",begin:/[.]{3}/,end:zP,relevance:10};return{name:"ActionScript",aliases:["as"],keywords:{keyword:["as","break","case","catch","class","const","continue","default","delete","do","dynamic","each","else","extends","final","finally","for","function","get","if","implements","import","in","include","instanceof","interface","internal","is","namespace","native","new","override","package","private","protected","public","return","set","static","super","switch","this","throw","try","typeof","use","var","void","while","with"],literal:["true","false","null","undefined"]},contains:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,z9],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,zP],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[x_.inherit(x_.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,tAe]},{begin:$P.concat(/:\s*/,eAe)}]},x_.METHOD_GUARD],illegal:/#/}}return actionscript_1=r4,actionscript_1}var ada_1,hasRequiredAda;function requireAda(){if(hasRequiredAda)return ada_1;hasRequiredAda=1;function r4(x_){const $P="\\d(_|\\d)*",zP="[eE][-+]?"+$P,z9=$P+"(\\."+$P+")?("+zP+")?",eAe="\\w+",AAe="\\b("+($P+"#"+eAe+"(\\."+eAe+")?#("+zP+")?")+"|"+z9+")",iAe="[A-Za-z](_?[A-Za-z0-9.])*",nAe=`[]\\{\\}%#'"`,oAe=x_.COMMENT("--","$"),aAe={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:nAe,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:iAe,endsParent:!0,relevance:0}]};return{name:"Ada",case_insensitive:!0,keywords:{keyword:["abort","else","new","return","abs","elsif","not","reverse","abstract","end","accept","entry","select","access","exception","of","separate","aliased","exit","or","some","all","others","subtype","and","for","out","synchronized","array","function","overriding","at","tagged","generic","package","task","begin","goto","pragma","terminate","body","private","then","if","procedure","type","case","in","protected","constant","interface","is","raise","use","declare","range","delay","limited","record","when","delta","loop","rem","while","digits","renames","with","do","mod","requeue","xor"],literal:["True","False"]},contains:[oAe,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:AAe,relevance:0},{className:"symbol",begin:"'"+iAe},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:nAe},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[oAe,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:nAe},aAe,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:nAe}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:nAe},aAe]}}return ada_1=r4,ada_1}var angelscript_1,hasRequiredAngelscript;function requireAngelscript(){if(hasRequiredAngelscript)return angelscript_1;hasRequiredAngelscript=1;function r4(x_){const $P={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},zP={className:"symbol",begin:"[a-zA-Z0-9_]+@"},z9={className:"keyword",begin:"<",end:">",contains:[$P,zP]};return $P.contains=[z9],zP.contains=[z9],{name:"AngelScript",aliases:["asc"],keywords:["for","in|0","break","continue","while","do|0","return","if","else","case","switch","namespace","is","cast","or","and","xor","not","get|0","in","inout|10","out","override","set|0","private","public","const","default|0","final","shared","external","mixin|10","enum","typedef","funcdef","this","super","import","from","interface","abstract|0","try","catch","protected","explicit","property"],illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE],relevance:0},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"string",begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},$P,zP,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",relevance:0,begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}return angelscript_1=r4,angelscript_1}var apache_1,hasRequiredApache;function requireApache(){if(hasRequiredApache)return apache_1;hasRequiredApache=1;function r4(x_){const $P={className:"number",begin:/[$%]\d+/},zP={className:"number",begin:/\b\d+/},z9={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/},eAe={className:"number",begin:/:\d{1,5}/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[x_.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[z9,eAe,x_.inherit(x_.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"]},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{scope:"punctuation",match:/\\\n/},{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",begin:/[\$%]\{/,end:/\}/,contains:["self",$P]},z9,zP,x_.QUOTE_STRING_MODE]}}],illegal:/\S/}}return apache_1=r4,apache_1}var applescript_1,hasRequiredApplescript;function requireApplescript(){if(hasRequiredApplescript)return applescript_1;hasRequiredApplescript=1;function r4(x_){const $P=x_.regex,zP=x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),z9={className:"params",begin:/\(/,end:/\)/,contains:["self",x_.C_NUMBER_MODE,zP]},eAe=x_.COMMENT(/--/,/$/),tAe=x_.COMMENT(/\(\*/,/\*\)/,{contains:["self",eAe]}),AAe=[eAe,tAe,x_.HASH_COMMENT_MODE],iAe=[/apart from/,/aside from/,/instead of/,/out of/,/greater than/,/isn't|(doesn't|does not) (equal|come before|come after|contain)/,/(greater|less) than( or equal)?/,/(starts?|ends|begins?) with/,/contained by/,/comes (before|after)/,/a (ref|reference)/,/POSIX (file|path)/,/(date|time) string/,/quoted form/],nAe=[/clipboard info/,/the clipboard/,/info for/,/list (disks|folder)/,/mount volume/,/path to/,/(close|open for) access/,/(get|set) eof/,/current date/,/do shell script/,/get volume settings/,/random number/,/set volume/,/system attribute/,/system info/,/time to GMT/,/(load|run|store) script/,/scripting components/,/ASCII (character|number)/,/localized string/,/choose (application|color|file|file name|folder|from list|remote application|URL)/,/display (alert|dialog)/];return{name:"AppleScript",aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name|0 paragraph paragraphs rest reverse running time version weekday word words year"},contains:[zP,x_.C_NUMBER_MODE,{className:"built_in",begin:$P.concat(/\b/,$P.either(...nAe),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:$P.concat(/\b/,$P.either(...iAe),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[x_.UNDERSCORE_TITLE_MODE,z9]},...AAe],illegal:/\/\/|->|=>|\[\[/}}return applescript_1=r4,applescript_1}var arcade_1,hasRequiredArcade;function requireArcade(){if(hasRequiredArcade)return arcade_1;hasRequiredArcade=1;function r4(x_){const $P=x_.regex,zP="[A-Za-z_][0-9A-Za-z_]*",z9={keyword:["break","case","catch","continue","debugger","do","else","export","for","function","if","import","in","new","of","return","switch","try","var","void","while"],literal:["BackSlash","DoubleQuote","ForwardSlash","Infinity","NaN","NewLine","PI","SingleQuote","Tab","TextFormatting","false","null","true","undefined"],built_in:["Abs","Acos","All","Angle","Any","Area","AreaGeodetic","Array","Asin","Atan","Atan2","Attachments","Average","Back","Bearing","Boolean","Buffer","BufferGeodetic","Ceil","Centroid","ChangeTimeZone","Clip","Concatenate","Console","Constrain","Contains","ConvertDirection","ConvexHull","Cos","Count","Crosses","Cut","Date|0","DateAdd","DateDiff","DateOnly","Day","Decode","DefaultValue","Densify","DensifyGeodetic","Dictionary","Difference","Disjoint","Distance","DistanceGeodetic","DistanceToCoordinate","Distinct","Domain","DomainCode","DomainName","EnvelopeIntersects","Equals","Erase","Exp","Expects","Extent","Feature","FeatureInFilter","FeatureSet","FeatureSetByAssociation","FeatureSetById","FeatureSetByName","FeatureSetByPortalItem","FeatureSetByRelationshipClass","FeatureSetByRelationshipName","Filter","FilterBySubtypeCode","Find","First|0","Floor","FromCharCode","FromCodePoint","FromJSON","Front","GdbVersion","Generalize","Geometry","GetEnvironment","GetFeatureSet","GetFeatureSetInfo","GetUser","GroupBy","Guid","HasKey","HasValue","Hash","Hour","IIf","ISOMonth","ISOWeek","ISOWeekday","ISOYear","Includes","IndexOf","Insert","Intersection","Intersects","IsEmpty","IsNan","IsSelfIntersecting","IsSimple","KnowledgeGraphByPortalItem","Left|0","Length","Length3D","LengthGeodetic","Log","Lower","Map","Max","Mean","MeasureToCoordinate","Mid","Millisecond","Min","Minute","Month","MultiPartToSinglePart","Multipoint","NearestCoordinate","NearestVertex","NextSequenceValue","None","Now","Number","Offset","OrderBy","Overlaps","Point","PointToCoordinate","Polygon","Polyline","Pop","Portal","Pow","Proper","Push","QueryGraph","Random","Reduce","Relate","Replace","Resize","Reverse","Right|0","RingIsClockwise","Rotate","Round","Schema","Second","SetGeometry","Simplify","Sin","Slice","Sort","Splice","Split","Sqrt","StandardizeFilename","StandardizeGuid","Stdev","SubtypeCode","SubtypeName","Subtypes","Sum","SymmetricDifference","Tan","Text","Time","TimeZone","TimeZoneOffset","Timestamp","ToCharCode","ToCodePoint","ToHex","ToLocal","ToUTC","Today","Top|0","Touches","TrackAccelerationAt","TrackAccelerationWindow","TrackCurrentAcceleration","TrackCurrentDistance","TrackCurrentSpeed","TrackCurrentTime","TrackDistanceAt","TrackDistanceWindow","TrackDuration","TrackFieldWindow","TrackGeometryWindow","TrackIndex","TrackSpeedAt","TrackSpeedWindow","TrackStartTime","TrackWindow","Trim","TypeOf","Union","Upper","UrlEncode","Variance","Week","Weekday","When|0","Within","Year|0"]},eAe=["aggregatedFeatures","analytic","config","datapoint","datastore","editcontext","feature","featureSet","feedfeature","fencefeature","fencenotificationtype","graph","join","layer","locationupdate","map","measure","measure","originalFeature","record","reference","rowindex","sourcedatastore","sourcefeature","sourcelayer","target","targetdatastore","targetfeature","targetlayer","userInput","value","variables","view"],tAe={className:"symbol",begin:"\\$"+$P.either(...eAe)},AAe={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:x_.C_NUMBER_RE}],relevance:0},iAe={className:"subst",begin:"\\$\\{",end:"\\}",keywords:z9,contains:[]},nAe={className:"string",begin:"`",end:"`",contains:[x_.BACKSLASH_ESCAPE,iAe]};iAe.contains=[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,nAe,AAe,x_.REGEXP_MODE];const oAe=iAe.contains.concat([x_.C_BLOCK_COMMENT_MODE,x_.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:z9,contains:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,nAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,tAe,AAe,{begin:/[{,]\s*/,relevance:0,contains:[{begin:zP+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:zP,relevance:0}]}]},{begin:"("+x_.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+zP+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:zP},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:z9,contains:oAe}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[x_.inherit(x_.TITLE_MODE,{className:"title.function",begin:zP}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:oAe}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}return arcade_1=r4,arcade_1}var arduino_1,hasRequiredArduino;function requireArduino(){if(hasRequiredArduino)return arduino_1;hasRequiredArduino=1;function r4($P){const zP=$P.regex,z9=$P.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),eAe="decltype\\(auto\\)",tAe="[a-zA-Z_]\\w*::",iAe="(?!struct)("+eAe+"|"+zP.optional(tAe)+"[a-zA-Z_]\\w*"+zP.optional("<[^<>]+>")+")",nAe={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},aAe={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[$P.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},$P.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},cAe={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},uAe={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},$P.inherit(aAe,{className:"string"}),{className:"string",begin:/<.*?>/},z9,$P.C_BLOCK_COMMENT_MODE]},dAe={className:"title",begin:zP.optional(tAe)+$P.IDENT_RE,relevance:0},EAe=zP.optional(tAe)+$P.IDENT_RE+"\\s*\\(",gAe=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],pAe=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],mAe=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","flat_map","flat_set","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],SAe=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],TAe={type:pAe,keyword:gAe,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:mAe},bAe={className:"function.dispatch",relevance:0,keywords:{_hint:SAe},begin:zP.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,$P.IDENT_RE,zP.lookahead(/(<[^<>]+>|)\s*\(/))},GAe=[bAe,uAe,nAe,z9,$P.C_BLOCK_COMMENT_MODE,cAe,aAe],LAe={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:TAe,contains:GAe.concat([{begin:/\(/,end:/\)/,keywords:TAe,contains:GAe.concat(["self"]),relevance:0}]),relevance:0},wAe={className:"function",begin:"("+iAe+"[\\*&\\s]+)+"+EAe,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:TAe,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:eAe,keywords:TAe,relevance:0},{begin:EAe,returnBegin:!0,contains:[dAe],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[aAe,cAe]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:TAe,relevance:0,contains:[z9,$P.C_BLOCK_COMMENT_MODE,aAe,cAe,nAe,{begin:/\(/,end:/\)/,keywords:TAe,relevance:0,contains:["self",z9,$P.C_BLOCK_COMMENT_MODE,aAe,cAe,nAe]}]},nAe,z9,$P.C_BLOCK_COMMENT_MODE,uAe]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:TAe,illegal:"",keywords:TAe,contains:["self",nAe]},{begin:$P.IDENT_RE+"::",keywords:TAe},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function x_($P){const zP={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},z9=r4($P),eAe=z9.keywords;return eAe.type=[...eAe.type,...zP.type],eAe.literal=[...eAe.literal,...zP.literal],eAe.built_in=[...eAe.built_in,...zP.built_in],eAe._hints=zP._hints,z9.name="Arduino",z9.aliases=["ino"],z9.supersetOf="cpp",z9}return arduino_1=x_,arduino_1}var armasm_1,hasRequiredArmasm;function requireArmasm(){if(hasRequiredArmasm)return armasm_1;hasRequiredArmasm=1;function r4(x_){const $P={variants:[x_.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),x_.COMMENT("[;@]","$",{relevance:0}),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+x_.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},$P,x_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}return armasm_1=r4,armasm_1}var xml_1,hasRequiredXml;function requireXml(){if(hasRequiredXml)return xml_1;hasRequiredXml=1;function r4(x_){const $P=x_.regex,zP=$P.concat(/[\p{L}_]/u,$P.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),z9=/[\p{L}0-9._:-]+/u,eAe={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},tAe={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},AAe=x_.inherit(tAe,{begin:/\(/,end:/\)/}),iAe=x_.inherit(x_.APOS_STRING_MODE,{className:"string"}),nAe=x_.inherit(x_.QUOTE_STRING_MODE,{className:"string"}),oAe={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[tAe,nAe,iAe,AAe,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[tAe,AAe,nAe,iAe]}]}]},x_.COMMENT(//,{relevance:10}),{begin://,relevance:10},eAe,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[nAe]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[oAe],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[oAe],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:$P.concat(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:zP,relevance:0,starts:oAe}]},{className:"tag",begin:$P.concat(/<\//,$P.lookahead($P.concat(zP,/>/))),contains:[{className:"name",begin:zP,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return xml_1=r4,xml_1}var asciidoc_1,hasRequiredAsciidoc;function requireAsciidoc(){if(hasRequiredAsciidoc)return asciidoc_1;hasRequiredAsciidoc=1;function r4(x_){const $P=x_.regex,zP={begin:"^'{3,}[ \\t]*$",relevance:10},z9=[{begin:/\\[*_`]/},{begin:/\\\\\*{2}[^\n]*?\*{2}/},{begin:/\\\\_{2}[^\n]*_{2}/},{begin:/\\\\`{2}[^\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/}],eAe=[{className:"strong",begin:/\*{2}([^\n]+?)\*{2}/},{className:"strong",begin:$P.concat(/\*\*/,/((\*(?!\*)|\\[^\n]|[^*\n\\])+\n)+/,/(\*(?!\*)|\\[^\n]|[^*\n\\])*/,/\*\*/),relevance:0},{className:"strong",begin:/\B\*(\S|\S[^\n]*?\S)\*(?!\w)/},{className:"strong",begin:/\*[^\s]([^\n]+\n)+([^\n]+)\*/}],tAe=[{className:"emphasis",begin:/_{2}([^\n]+?)_{2}/},{className:"emphasis",begin:$P.concat(/__/,/((_(?!_)|\\[^\n]|[^_\n\\])+\n)+/,/(_(?!_)|\\[^\n]|[^_\n\\])*/,/__/),relevance:0},{className:"emphasis",begin:/\b_(\S|\S[^\n]*?\S)_(?!\w)/},{className:"emphasis",begin:/_[^\s]([^\n]+\n)+([^\n]+)_/},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0}],AAe={className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},iAe={className:"bullet",begin:"^(\\*+|-+|\\.+|[^\\n]+?::)\\s+"};return{name:"AsciiDoc",aliases:["adoc"],contains:[x_.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),x_.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,6})[ ].+?([ ]\\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},iAe,AAe,...z9,...eAe,...tAe,{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:/`{2}/,end:/(\n{2}|`{2})/},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},zP,{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+?\\[[^[]*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}return asciidoc_1=r4,asciidoc_1}var aspectj_1,hasRequiredAspectj;function requireAspectj(){if(hasRequiredAspectj)return aspectj_1;hasRequiredAspectj=1;function r4(x_){const $P=x_.regex,zP=["false","synchronized","int","abstract","float","private","char","boolean","static","null","if","const","for","true","while","long","throw","strictfp","finally","protected","import","native","final","return","void","enum","else","extends","implements","break","transient","new","catch","instanceof","byte","super","volatile","case","assert","short","package","default","double","public","try","this","switch","continue","throws","privileged","aspectOf","adviceexecution","proceed","cflowbelow","cflow","initialization","preinitialization","staticinitialization","withincode","target","within","execution","getWithinTypeName","handler","thisJoinPoint","thisJoinPointStaticPart","thisEnclosingJoinPointStaticPart","declare","parents","warning","error","soft","precedence","thisAspectInstance"],z9=["get","set","args","call"];return{name:"AspectJ",keywords:zP,illegal:/<\/|#/,contains:[x_.COMMENT(/\/\*\*/,/\*\//,{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:/@[A-Za-z]+/}]}),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},x_.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:zP.concat(z9),excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},x_.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:$P.concat(x_.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,contains:[x_.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:zP,illegal:/["\[\]]/,contains:[{begin:$P.concat(x_.UNDERSCORE_IDENT_RE,/\s*\(/),keywords:zP.concat(z9),relevance:0},x_.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.\w+)?\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:zP,excludeEnd:!0,contains:[{begin:$P.concat(x_.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,relevance:0,contains:[x_.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:zP,contains:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE,x_.C_BLOCK_COMMENT_MODE]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},x_.C_NUMBER_MODE,{className:"meta",begin:/@[A-Za-z]+/}]}}return aspectj_1=r4,aspectj_1}var autohotkey_1,hasRequiredAutohotkey;function requireAutohotkey(){if(hasRequiredAutohotkey)return autohotkey_1;hasRequiredAutohotkey=1;function r4(x_){const $P={begin:"`[\\s\\S]"};return{name:"AutoHotkey",case_insensitive:!0,aliases:["ahk"],keywords:{keyword:"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group",literal:"true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[$P,x_.inherit(x_.QUOTE_STRING_MODE,{contains:[$P]}),x_.COMMENT(";","$",{relevance:0}),x_.C_BLOCK_COMMENT_MODE,{className:"number",begin:x_.NUMBER_RE,relevance:0},{className:"variable",begin:"%[a-zA-Z0-9#_$@]+%"},{className:"built_in",begin:"^\\s*\\w+\\s*(,|%)"},{className:"title",variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{className:"meta",begin:"^\\s*#\\w+",end:"$",relevance:0},{className:"built_in",begin:"A_[a-zA-Z0-9]+"},{begin:",\\s*,"}]}}return autohotkey_1=r4,autohotkey_1}var autoit_1,hasRequiredAutoit;function requireAutoit(){if(hasRequiredAutoit)return autoit_1;hasRequiredAutoit=1;function r4(x_){const $P="ByRef Case Const ContinueCase ContinueLoop Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",zP=["EndRegion","forcedef","forceref","ignorefunc","include","include-once","NoTrayIcon","OnAutoItStartRegister","pragma","Region","RequireAdmin","Tidy_Off","Tidy_On","Tidy_Parameters"],z9="True False And Null Not Or Default",eAe="Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait WinWaitActive WinWaitClose WinWaitNotActive",tAe={variants:[x_.COMMENT(";","$",{relevance:0}),x_.COMMENT("#cs","#ce"),x_.COMMENT("#comments-start","#comments-end")]},AAe={begin:"\\$[A-z0-9_]+"},iAe={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},nAe={variants:[x_.BINARY_NUMBER_MODE,x_.C_NUMBER_MODE]},oAe={className:"meta",begin:"#",end:"$",keywords:{keyword:zP},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{keyword:"include"},end:"$",contains:[iAe,{className:"string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},iAe,tAe]},aAe={className:"symbol",begin:"@[A-z0-9_]+"},cAe={beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[x_.inherit(x_.UNDERSCORE_TITLE_MODE,{className:"title.function"}),{className:"params",begin:"\\(",end:"\\)",contains:[AAe,iAe,nAe]}]};return{name:"AutoIt",case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:$P,built_in:eAe,literal:z9},contains:[tAe,AAe,iAe,nAe,oAe,aAe,cAe]}}return autoit_1=r4,autoit_1}var avrasm_1,hasRequiredAvrasm;function requireAvrasm(){if(hasRequiredAvrasm)return avrasm_1;hasRequiredAvrasm=1;function r4(x_){return{name:"AVR Assembly",case_insensitive:!0,keywords:{$pattern:"\\.?"+x_.IDENT_RE,keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[x_.C_BLOCK_COMMENT_MODE,x_.COMMENT(";","$",{relevance:0}),x_.C_NUMBER_MODE,x_.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},x_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}return avrasm_1=r4,avrasm_1}var awk_1,hasRequiredAwk;function requireAwk(){if(hasRequiredAwk)return awk_1;hasRequiredAwk=1;function r4(x_){const $P={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},zP="BEGIN END if else while do for in break continue delete next nextfile function func exit|10",z9={className:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE]};return{name:"Awk",keywords:{keyword:zP},contains:[$P,z9,x_.REGEXP_MODE,x_.HASH_COMMENT_MODE,x_.NUMBER_MODE]}}return awk_1=r4,awk_1}var axapta_1,hasRequiredAxapta;function requireAxapta(){if(hasRequiredAxapta)return axapta_1;hasRequiredAxapta=1;function r4(x_){const $P=x_.UNDERSCORE_IDENT_RE,tAe={keyword:["abstract","as","asc","avg","break","breakpoint","by","byref","case","catch","changecompany","class","client","client","common","const","continue","count","crosscompany","delegate","delete_from","desc","display","div","do","edit","else","eventhandler","exists","extends","final","finally","firstfast","firstonly","firstonly1","firstonly10","firstonly100","firstonly1000","flush","for","forceliterals","forcenestedloop","forceplaceholders","forceselectorder","forupdate","from","generateonly","group","hint","if","implements","in","index","insert_recordset","interface","internal","is","join","like","maxof","minof","mod","namespace","new","next","nofetch","notexists","optimisticlock","order","outer","pessimisticlock","print","private","protected","public","readonly","repeatableread","retry","return","reverse","select","server","setting","static","sum","super","switch","this","throw","try","ttsabort","ttsbegin","ttscommit","unchecked","update_recordset","using","validtimestate","void","where","while"],built_in:["anytype","boolean","byte","char","container","date","double","enum","guid","int","int64","long","real","short","str","utcdatetime","var"],literal:["default","false","null","true"]},AAe={variants:[{match:[/(class|interface)\s+/,$P,/\s+(extends|implements)\s+/,$P]},{match:[/class\s+/,$P]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:tAe};return{name:"X++",aliases:["x++"],keywords:tAe,contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},AAe]}}return axapta_1=r4,axapta_1}var bash_1,hasRequiredBash;function requireBash(){if(hasRequiredBash)return bash_1;hasRequiredBash=1;function r4(x_){const $P=x_.regex,zP={},z9={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[zP]}]};Object.assign(zP,{className:"variable",variants:[{begin:$P.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},z9]});const eAe={className:"subst",begin:/\$\(/,end:/\)/,contains:[x_.BACKSLASH_ESCAPE]},tAe=x_.inherit(x_.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),AAe={begin:/<<-?\s*(?=\w+)/,starts:{contains:[x_.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},iAe={className:"string",begin:/"/,end:/"/,contains:[x_.BACKSLASH_ESCAPE,zP,eAe]};eAe.contains.push(iAe);const nAe={match:/\\"/},oAe={className:"string",begin:/'/,end:/'/},aAe={match:/\\'/},cAe={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},x_.NUMBER_MODE,zP]},uAe=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],dAe=x_.SHEBANG({binary:`(${uAe.join("|")})`,relevance:10}),EAe={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[x_.inherit(x_.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},gAe=["if","then","else","elif","fi","time","for","while","until","in","do","done","case","esac","coproc","function","select"],pAe=["true","false"],mAe={match:/(\/[a-z._-]+)+/},SAe=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],DAe=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],NAe=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],TAe=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:gAe,literal:pAe,built_in:[...SAe,...DAe,"set","shopt",...NAe,...TAe]},contains:[dAe,x_.SHEBANG(),EAe,cAe,tAe,AAe,mAe,iAe,nAe,oAe,aAe,zP]}}return bash_1=r4,bash_1}var basic_1,hasRequiredBasic;function requireBasic(){if(hasRequiredBasic)return basic_1;hasRequiredBasic=1;function r4(x_){return{name:"BASIC",case_insensitive:!0,illegal:"^.",keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keyword:["ABS","ASC","AND","ATN","AUTO|0","BEEP","BLOAD|10","BSAVE|10","CALL","CALLS","CDBL","CHAIN","CHDIR","CHR$|10","CINT","CIRCLE","CLEAR","CLOSE","CLS","COLOR","COM","COMMON","CONT","COS","CSNG","CSRLIN","CVD","CVI","CVS","DATA","DATE$","DEFDBL","DEFINT","DEFSNG","DEFSTR","DEF|0","SEG","USR","DELETE","DIM","DRAW","EDIT","END","ENVIRON","ENVIRON$","EOF","EQV","ERASE","ERDEV","ERDEV$","ERL","ERR","ERROR","EXP","FIELD","FILES","FIX","FOR|0","FRE","GET","GOSUB|10","GOTO","HEX$","IF","THEN","ELSE|0","INKEY$","INP","INPUT","INPUT#","INPUT$","INSTR","IMP","INT","IOCTL","IOCTL$","KEY","ON","OFF","LIST","KILL","LEFT$","LEN","LET","LINE","LLIST","LOAD","LOC","LOCATE","LOF","LOG","LPRINT","USING","LSET","MERGE","MID$","MKDIR","MKD$","MKI$","MKS$","MOD","NAME","NEW","NEXT","NOISE","NOT","OCT$","ON","OR","PEN","PLAY","STRIG","OPEN","OPTION","BASE","OUT","PAINT","PALETTE","PCOPY","PEEK","PMAP","POINT","POKE","POS","PRINT","PRINT]","PSET","PRESET","PUT","RANDOMIZE","READ","REM","RENUM","RESET|0","RESTORE","RESUME","RETURN|0","RIGHT$","RMDIR","RND","RSET","RUN","SAVE","SCREEN","SGN","SHELL","SIN","SOUND","SPACE$","SPC","SQR","STEP","STICK","STOP","STR$","STRING$","SWAP","SYSTEM","TAB","TAN","TIME$","TIMER","TROFF","TRON","TO","USR","VAL","VARPTR","VARPTR$","VIEW","WAIT","WHILE","WEND","WIDTH","WINDOW","WRITE","XOR"]},contains:[{scope:"string",begin:/"/,end:/"|$/,contains:[x_.BACKSLASH_ESCAPE]},x_.COMMENT("REM","$",{relevance:10}),x_.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b\\d+(\\.\\d+)?([edED]\\d+)?[#!]?",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}return basic_1=r4,basic_1}var bnf_1,hasRequiredBnf;function requireBnf(){if(hasRequiredBnf)return bnf_1;hasRequiredBnf=1;function r4(x_){return{name:"Backus–Naur Form",contains:[{className:"attribute",begin://},{begin:/::=/,end:/$/,contains:[{begin://},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE]}]}}return bnf_1=r4,bnf_1}var brainfuck_1,hasRequiredBrainfuck;function requireBrainfuck(){if(hasRequiredBrainfuck)return brainfuck_1;hasRequiredBrainfuck=1;function r4(x_){const $P={className:"literal",begin:/[+-]+/,relevance:0};return{name:"Brainfuck",aliases:["bf"],contains:[x_.COMMENT(/[^\[\]\.,\+\-<> \r\n]/,/[\[\]\.,\+\-<> \r\n]/,{contains:[{match:/[ ]+[^\[\]\.,\+\-<> \r\n]/,relevance:0}],returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/(?=\+\+|--)/,contains:[$P]},$P]}}return brainfuck_1=r4,brainfuck_1}var c_1,hasRequiredC;function requireC(){if(hasRequiredC)return c_1;hasRequiredC=1;function r4(x_){const $P=x_.regex,zP=x_.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),z9="decltype\\(auto\\)",eAe="[a-zA-Z_]\\w*::",AAe="("+z9+"|"+$P.optional(eAe)+"[a-zA-Z_]\\w*"+$P.optional("<[^<>]+>")+")",iAe={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},oAe={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},x_.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},aAe={className:"number",variants:[{match:/\b(0b[01']+)/},{match:/(-?)\b([\d']+(\.[\d']*)?|\.[\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)/},{match:/(-?)\b(0[xX][a-fA-F0-9]+(?:'[a-fA-F0-9]+)*(?:\.[a-fA-F0-9]*(?:'[a-fA-F0-9]*)*)?(?:[pP][-+]?[0-9]+)?(l|L)?(u|U)?)/},{match:/(-?)\b\d+(?:'\d+)*(?:\.\d*(?:'\d*)*)?(?:[eE][-+]?\d+)?/}],relevance:0},cAe={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef elifdef elifndef include"},contains:[{begin:/\\\n/,relevance:0},x_.inherit(oAe,{className:"string"}),{className:"string",begin:/<.*?>/},zP,x_.C_BLOCK_COMMENT_MODE]},uAe={className:"title",begin:$P.optional(eAe)+x_.IDENT_RE,relevance:0},dAe=$P.optional(eAe)+x_.IDENT_RE+"\\s*\\(",pAe={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","typeof","typeof_unqual","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_BitInt","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal96","_Decimal128","_Decimal64x","_Decimal128x","_Float16","_Float32","_Float64","_Float128","_Float32x","_Float64x","_Float128x","const","static","constexpr","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},mAe=[cAe,iAe,zP,x_.C_BLOCK_COMMENT_MODE,aAe,oAe],SAe={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:pAe,contains:mAe.concat([{begin:/\(/,end:/\)/,keywords:pAe,contains:mAe.concat(["self"]),relevance:0}]),relevance:0},DAe={begin:"("+AAe+"[\\*&\\s]+)+"+dAe,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:pAe,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:z9,keywords:pAe,relevance:0},{begin:dAe,returnBegin:!0,contains:[x_.inherit(uAe,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:pAe,relevance:0,contains:[zP,x_.C_BLOCK_COMMENT_MODE,oAe,aAe,iAe,{begin:/\(/,end:/\)/,keywords:pAe,relevance:0,contains:["self",zP,x_.C_BLOCK_COMMENT_MODE,oAe,aAe,iAe]}]},iAe,zP,x_.C_BLOCK_COMMENT_MODE,cAe]};return{name:"C",aliases:["h"],keywords:pAe,disableAutodetect:!0,illegal:"=]/,contains:[{beginKeywords:"final class struct"},x_.TITLE_MODE]}]),exports:{preprocessor:cAe,strings:oAe,keywords:pAe}}}return c_1=r4,c_1}var cal_1,hasRequiredCal;function requireCal(){if(hasRequiredCal)return cal_1;hasRequiredCal=1;function r4(x_){const $P=x_.regex,zP=["div","mod","in","and","or","not","xor","asserterror","begin","case","do","downto","else","end","exit","for","local","if","of","repeat","then","to","until","while","with","var"],z9="false true",eAe=[x_.C_LINE_COMMENT_MODE,x_.COMMENT(/\{/,/\}/,{relevance:0}),x_.COMMENT(/\(\*/,/\*\)/,{relevance:10})],tAe={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},AAe={className:"string",begin:/(#\d+)+/},iAe={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},nAe={className:"string",begin:'"',end:'"'},oAe={match:[/procedure/,/\s+/,/[a-zA-Z_][\w@]*/,/\s*/],scope:{1:"keyword",3:"title.function"},contains:[{className:"params",begin:/\(/,end:/\)/,keywords:zP,contains:[tAe,AAe,x_.NUMBER_MODE]},...eAe]},aAe=["Table","Form","Report","Dataport","Codeunit","XMLport","MenuSuite","Page","Query"],cAe={match:[/OBJECT/,/\s+/,$P.either(...aAe),/\s+/,/\d+/,/\s+(?=[^\s])/,/.*/,/$/],relevance:3,scope:{1:"keyword",3:"type",5:"number",7:"title"}};return{name:"C/AL",case_insensitive:!0,keywords:{keyword:zP,literal:z9},illegal:/\/\*/,contains:[{match:/[\w]+(?=\=)/,scope:"attribute",relevance:0},tAe,AAe,iAe,nAe,x_.NUMBER_MODE,cAe,oAe]}}return cal_1=r4,cal_1}var capnproto_1,hasRequiredCapnproto;function requireCapnproto(){if(hasRequiredCapnproto)return capnproto_1;hasRequiredCapnproto=1;function r4(x_){const $P=["struct","enum","interface","union","group","import","using","const","annotation","extends","in","of","on","as","with","from","fixed"],zP=["Void","Bool","Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64","Float32","Float64","Text","Data","AnyPointer","AnyStruct","Capability","List"],z9=["true","false"],eAe={variants:[{match:[/(struct|enum|interface)/,/\s+/,x_.IDENT_RE]},{match:[/extends/,/\s*\(/,x_.IDENT_RE,/\s*\)/]}],scope:{1:"keyword",3:"title.class"}};return{name:"Cap’n Proto",aliases:["capnp"],keywords:{keyword:$P,type:zP,literal:z9},contains:[x_.QUOTE_STRING_MODE,x_.NUMBER_MODE,x_.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},eAe]}}return capnproto_1=r4,capnproto_1}var ceylon_1,hasRequiredCeylon;function requireCeylon(){if(hasRequiredCeylon)return ceylon_1;hasRequiredCeylon=1;function r4(x_){const $P=["assembly","module","package","import","alias","class","interface","object","given","value","assign","void","function","new","of","extends","satisfies","abstracts","in","out","return","break","continue","throw","assert","dynamic","if","else","switch","case","for","while","try","catch","finally","then","let","this","outer","super","is","exists","nonempty"],zP=["shared","abstract","formal","default","actual","variable","late","native","deprecated","final","sealed","annotation","suppressWarnings","small"],z9=["doc","by","license","see","throws","tagged"],eAe={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:$P,relevance:10},tAe=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[eAe]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return eAe.contains=tAe,{name:"Ceylon",keywords:{keyword:$P.concat(zP),meta:z9},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[x_.C_LINE_COMMENT_MODE,x_.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(tAe)}}return ceylon_1=r4,ceylon_1}var clean_1,hasRequiredClean;function requireClean(){if(hasRequiredClean)return clean_1;hasRequiredClean=1;function r4(x_){return{name:"Clean",aliases:["icl","dcl"],keywords:{keyword:["if","let","in","with","where","case","of","class","instance","otherwise","implementation","definition","system","module","from","import","qualified","as","special","code","inline","foreign","export","ccall","stdcall","generic","derive","infix","infixl","infixr"],built_in:"Int Real Char Bool",literal:"True False"},contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}return clean_1=r4,clean_1}var clojure_1,hasRequiredClojure;function requireClojure(){if(hasRequiredClojure)return clojure_1;hasRequiredClojure=1;function r4(x_){const $P="a-zA-Z_\\-!.?+*=<>&'",zP="[#]?["+$P+"]["+$P+"0-9/;:$#]*",z9="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",eAe={$pattern:zP,built_in:z9+" cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},tAe={begin:zP,relevance:0},AAe={scope:"number",relevance:0,variants:[{match:/[-+]?0[xX][0-9a-fA-F]+N?/},{match:/[-+]?0[0-7]+N?/},{match:/[-+]?[1-9][0-9]?[rR][0-9a-zA-Z]+N?/},{match:/[-+]?[0-9]+\/[0-9]+N?/},{match:/[-+]?[0-9]+((\.[0-9]*([eE][+-]?[0-9]+)?M?)|([eE][+-]?[0-9]+M?|M))/},{match:/[-+]?([1-9][0-9]*|0)N?/}]},iAe={scope:"character",variants:[{match:/\\o[0-3]?[0-7]{1,2}/},{match:/\\u[0-9a-fA-F]{4}/},{match:/\\(newline|space|tab|formfeed|backspace|return)/},{match:/\\\S/,relevance:0}]},nAe={scope:"regex",begin:/#"/,end:/"/,contains:[x_.BACKSLASH_ESCAPE]},oAe=x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),aAe={scope:"punctuation",match:/,/,relevance:0},cAe=x_.COMMENT(";","$",{relevance:0}),uAe={className:"literal",begin:/\b(true|false|nil)\b/},dAe={begin:"\\[|(#::?"+zP+")?\\{",end:"[\\]\\}]",relevance:0},EAe={className:"symbol",begin:"[:]{1,2}"+zP},gAe={begin:"\\(",end:"\\)"},pAe={endsWithParent:!0,relevance:0},mAe={keywords:eAe,className:"name",begin:zP,relevance:0,starts:pAe},SAe=[aAe,gAe,iAe,nAe,oAe,cAe,EAe,dAe,AAe,uAe,tAe],DAe={beginKeywords:z9,keywords:{$pattern:zP,keyword:z9},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:zP,relevance:0,excludeEnd:!0,endsParent:!0}].concat(SAe)};return gAe.contains=[DAe,mAe,pAe],pAe.contains=SAe,dAe.contains=SAe,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[aAe,gAe,iAe,nAe,oAe,cAe,EAe,dAe,AAe,uAe]}}return clojure_1=r4,clojure_1}var clojureRepl_1,hasRequiredClojureRepl;function requireClojureRepl(){if(hasRequiredClojureRepl)return clojureRepl_1;hasRequiredClojureRepl=1;function r4(x_){return{name:"Clojure REPL",contains:[{className:"meta.prompt",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}return clojureRepl_1=r4,clojureRepl_1}var cmake_1,hasRequiredCmake;function requireCmake(){if(hasRequiredCmake)return cmake_1;hasRequiredCmake=1;function r4(x_){return{name:"CMake",aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"},contains:[{className:"variable",begin:/\$\{/,end:/\}/},x_.COMMENT(/#\[\[/,/]]/),x_.HASH_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.NUMBER_MODE]}}return cmake_1=r4,cmake_1}var coffeescript_1,hasRequiredCoffeescript;function requireCoffeescript(){if(hasRequiredCoffeescript)return coffeescript_1;hasRequiredCoffeescript=1;const r4=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],x_=["true","false","null","undefined","NaN","Infinity"],$P=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],zP=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],z9=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],eAe=[].concat(z9,$P,zP);function tAe(AAe){const iAe=["npm","print"],nAe=["yes","no","on","off"],oAe=["then","unless","until","loop","by","when","and","or","is","isnt","not"],aAe=["var","const","let","function","static"],cAe=NAe=>TAe=>!NAe.includes(TAe),uAe={keyword:r4.concat(oAe).filter(cAe(aAe)),literal:x_.concat(nAe),built_in:eAe.concat(iAe)},dAe="[A-Za-z$_][0-9A-Za-z$_]*",EAe={className:"subst",begin:/#\{/,end:/\}/,keywords:uAe},gAe=[AAe.BINARY_NUMBER_MODE,AAe.inherit(AAe.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[AAe.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[AAe.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[AAe.BACKSLASH_ESCAPE,EAe]},{begin:/"/,end:/"/,contains:[AAe.BACKSLASH_ESCAPE,EAe]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[EAe,AAe.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+dAe},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];EAe.contains=gAe;const pAe=AAe.inherit(AAe.TITLE_MODE,{begin:dAe}),mAe="(\\(.*\\)\\s*)?\\B[-=]>",SAe={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:uAe,contains:["self"].concat(gAe)}]},DAe={variants:[{match:[/class\s+/,dAe,/\s+extends\s+/,dAe]},{match:[/class\s+/,dAe]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:uAe};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:uAe,illegal:/\/\*/,contains:[...gAe,AAe.COMMENT("###","###"),AAe.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+dAe+"\\s*=\\s*"+mAe,end:"[-=]>",returnBegin:!0,contains:[pAe,SAe]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:mAe,end:"[-=]>",returnBegin:!0,contains:[SAe]}]},DAe,{begin:dAe+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}return coffeescript_1=tAe,coffeescript_1}var coq_1,hasRequiredCoq;function requireCoq(){if(hasRequiredCoq)return coq_1;hasRequiredCoq=1;function r4(x_){return{name:"Coq",keywords:{keyword:["_|0","as","at","cofix","else","end","exists","exists2","fix","for","forall","fun","if","IF","in","let","match","mod","Prop","return","Set","then","Type","using","where","with","Abort","About","Add","Admit","Admitted","All","Arguments","Assumptions","Axiom","Back","BackTo","Backtrack","Bind","Blacklist","Canonical","Cd","Check","Class","Classes","Close","Coercion","Coercions","CoFixpoint","CoInductive","Collection","Combined","Compute","Conjecture","Conjectures","Constant","constr","Constraint","Constructors","Context","Corollary","CreateHintDb","Cut","Declare","Defined","Definition","Delimit","Dependencies","Dependent","Derive","Drop","eauto","End","Equality","Eval","Example","Existential","Existentials","Existing","Export","exporting","Extern","Extract","Extraction","Fact","Field","Fields","File","Fixpoint","Focus","for","From","Function","Functional","Generalizable","Global","Goal","Grab","Grammar","Graph","Guarded","Heap","Hint","HintDb","Hints","Hypotheses","Hypothesis","ident","Identity","If","Immediate","Implicit","Import","Include","Inductive","Infix","Info","Initial","Inline","Inspect","Instance","Instances","Intro","Intros","Inversion","Inversion_clear","Language","Left","Lemma","Let","Libraries","Library","Load","LoadPath","Local","Locate","Ltac","ML","Mode","Module","Modules","Monomorphic","Morphism","Next","NoInline","Notation","Obligation","Obligations","Opaque","Open","Optimize","Options","Parameter","Parameters","Parametric","Path","Paths","pattern","Polymorphic","Preterm","Print","Printing","Program","Projections","Proof","Proposition","Pwd","Qed","Quit","Rec","Record","Recursive","Redirect","Relation","Remark","Remove","Require","Reserved","Reset","Resolve","Restart","Rewrite","Right","Ring","Rings","Save","Scheme","Scope","Scopes","Script","Search","SearchAbout","SearchHead","SearchPattern","SearchRewrite","Section","Separate","Set","Setoid","Show","Solve","Sorted","Step","Strategies","Strategy","Structure","SubClass","Table","Tables","Tactic","Term","Test","Theorem","Time","Timeout","Transparent","Type","Typeclasses","Types","Undelimit","Undo","Unfocus","Unfocused","Unfold","Universe","Universes","Unset","Unshelve","using","Variable","Variables","Variant","Verbose","Visibility","where","with"],built_in:["abstract","absurd","admit","after","apply","as","assert","assumption","at","auto","autorewrite","autounfold","before","bottom","btauto","by","case","case_eq","cbn","cbv","change","classical_left","classical_right","clear","clearbody","cofix","compare","compute","congruence","constr_eq","constructor","contradict","contradiction","cut","cutrewrite","cycle","decide","decompose","dependent","destruct","destruction","dintuition","discriminate","discrR","do","double","dtauto","eapply","eassumption","eauto","ecase","econstructor","edestruct","ediscriminate","eelim","eexact","eexists","einduction","einjection","eleft","elim","elimtype","enough","equality","erewrite","eright","esimplify_eq","esplit","evar","exact","exactly_once","exfalso","exists","f_equal","fail","field","field_simplify","field_simplify_eq","first","firstorder","fix","fold","fourier","functional","generalize","generalizing","gfail","give_up","has_evar","hnf","idtac","in","induction","injection","instantiate","intro","intro_pattern","intros","intuition","inversion","inversion_clear","is_evar","is_var","lapply","lazy","left","lia","lra","move","native_compute","nia","nsatz","omega","once","pattern","pose","progress","proof","psatz","quote","record","red","refine","reflexivity","remember","rename","repeat","replace","revert","revgoals","rewrite","rewrite_strat","right","ring","ring_simplify","rtauto","set","setoid_reflexivity","setoid_replace","setoid_rewrite","setoid_symmetry","setoid_transitivity","shelve","shelve_unifiable","simpl","simple","simplify_eq","solve","specialize","split","split_Rabs","split_Rmult","stepl","stepr","subst","sum","swap","symmetry","tactic","tauto","time","timeout","top","transitivity","trivial","try","tryif","unfold","unify","until","using","vm_compute","with"]},contains:[x_.QUOTE_STRING_MODE,x_.COMMENT("\\(\\*","\\*\\)"),x_.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}return coq_1=r4,coq_1}var cos_1,hasRequiredCos;function requireCos(){if(hasRequiredCos)return cos_1;hasRequiredCos=1;function r4(x_){return{name:"Caché Object Script",case_insensitive:!0,aliases:["cls"],keywords:"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",contains:[{className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\s*>/,subLanguage:"xml"}]}}return cos_1=r4,cos_1}var cpp_1,hasRequiredCpp;function requireCpp(){if(hasRequiredCpp)return cpp_1;hasRequiredCpp=1;function r4(x_){const $P=x_.regex,zP=x_.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),z9="decltype\\(auto\\)",eAe="[a-zA-Z_]\\w*::",AAe="(?!struct)("+z9+"|"+$P.optional(eAe)+"[a-zA-Z_]\\w*"+$P.optional("<[^<>]+>")+")",iAe={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},oAe={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},x_.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},aAe={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},cAe={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},x_.inherit(oAe,{className:"string"}),{className:"string",begin:/<.*?>/},zP,x_.C_BLOCK_COMMENT_MODE]},uAe={className:"title",begin:$P.optional(eAe)+x_.IDENT_RE,relevance:0},dAe=$P.optional(eAe)+x_.IDENT_RE+"\\s*\\(",EAe=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],gAe=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],pAe=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","flat_map","flat_set","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],mAe=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],NAe={type:gAe,keyword:EAe,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:pAe},TAe={className:"function.dispatch",relevance:0,keywords:{_hint:mAe},begin:$P.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,x_.IDENT_RE,$P.lookahead(/(<[^<>]+>|)\s*\(/))},bAe=[TAe,cAe,iAe,zP,x_.C_BLOCK_COMMENT_MODE,aAe,oAe],GAe={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:NAe,contains:bAe.concat([{begin:/\(/,end:/\)/,keywords:NAe,contains:bAe.concat(["self"]),relevance:0}]),relevance:0},LAe={className:"function",begin:"("+AAe+"[\\*&\\s]+)+"+dAe,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:NAe,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:z9,keywords:NAe,relevance:0},{begin:dAe,returnBegin:!0,contains:[uAe],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[oAe,aAe]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:NAe,relevance:0,contains:[zP,x_.C_BLOCK_COMMENT_MODE,oAe,aAe,iAe,{begin:/\(/,end:/\)/,keywords:NAe,relevance:0,contains:["self",zP,x_.C_BLOCK_COMMENT_MODE,oAe,aAe,iAe]}]},iAe,zP,x_.C_BLOCK_COMMENT_MODE,cAe]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:NAe,illegal:"",keywords:NAe,contains:["self",iAe]},{begin:x_.IDENT_RE+"::",keywords:NAe},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}return cpp_1=r4,cpp_1}var crmsh_1,hasRequiredCrmsh;function requireCrmsh(){if(hasRequiredCrmsh)return crmsh_1;hasRequiredCrmsh=1;function r4(x_){const $P="primitive rsc_template",zP="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml";return{name:"crmsh",aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:"params meta operations op rule attributes utilization"+" "+"read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\"+" "+"number string",literal:"Master Started Slave Stopped start promote demote stop monitor true false"},contains:[x_.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:$P,starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+zP.split(" ").join("|")+")\\s+",keywords:zP,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},x_.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z$_#][\w_-]+)=/,relevance:0},{className:"tag",begin:"",relevance:0}]}}return crmsh_1=r4,crmsh_1}var crystal_1,hasRequiredCrystal;function requireCrystal(){if(hasRequiredCrystal)return crystal_1;hasRequiredCrystal=1;function r4(x_){const $P="(_?[ui](8|16|32|64|128))?",zP="(_?f(32|64))?",z9="[a-zA-Z_]\\w*[!?=]?",eAe="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",tAe="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",AAe={$pattern:z9,keyword:"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},iAe={className:"subst",begin:/#\{/,end:/\}/,keywords:AAe},nAe={className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},oAe={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:AAe};function aAe(mAe,SAe){const DAe=[{begin:mAe,end:SAe}];return DAe[0].contains=DAe,DAe}const cAe={className:"string",contains:[x_.BACKSLASH_ESCAPE,iAe],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:aAe("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:aAe("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:aAe(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:aAe("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},uAe={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:aAe("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:aAe("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:aAe(/\{/,/\}/)},{begin:"%q<",end:">",contains:aAe("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},dAe={begin:"(?!%\\})("+x_.RE_STARTERS_RE+"|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",keywords:"case if select unless until when while",contains:[{className:"regexp",contains:[x_.BACKSLASH_ESCAPE,iAe],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},EAe={className:"regexp",contains:[x_.BACKSLASH_ESCAPE,iAe],variants:[{begin:"%r\\(",end:"\\)",contains:aAe("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:aAe("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:aAe(/\{/,/\}/)},{begin:"%r<",end:">",contains:aAe("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},gAe={className:"meta",begin:"@\\[",end:"\\]",contains:[x_.inherit(x_.QUOTE_STRING_MODE,{className:"string"})]},pAe=[oAe,cAe,uAe,EAe,dAe,gAe,nAe,x_.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[x_.HASH_COMMENT_MODE,x_.inherit(x_.TITLE_MODE,{begin:tAe}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[x_.HASH_COMMENT_MODE,x_.inherit(x_.TITLE_MODE,{begin:tAe})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[x_.HASH_COMMENT_MODE,x_.inherit(x_.TITLE_MODE,{begin:tAe})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[x_.inherit(x_.TITLE_MODE,{begin:eAe,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[x_.inherit(x_.TITLE_MODE,{begin:eAe,endsParent:!0})],relevance:2},{className:"symbol",begin:x_.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[cAe,{begin:eAe}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)"+$P},{begin:"\\b0o([0-7_]+)"+$P},{begin:"\\b0x([A-Fa-f0-9_]+)"+$P},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?"+zP+"(?!_)"},{begin:"\\b([1-9][0-9_]*|0)"+$P}],relevance:0}];return iAe.contains=pAe,oAe.contains=pAe.slice(1),{name:"Crystal",aliases:["cr"],keywords:AAe,contains:pAe}}return crystal_1=r4,crystal_1}var csharp_1,hasRequiredCsharp;function requireCsharp(){if(hasRequiredCsharp)return csharp_1;hasRequiredCsharp=1;function r4(x_){const $P=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],zP=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],z9=["default","false","null","true"],eAe=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],tAe=["add","alias","and","ascending","args","async","await","by","descending","dynamic","equals","file","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","record","remove","required","scoped","select","set","unmanaged","value|0","var","when","where","with","yield"],AAe={keyword:eAe.concat(tAe),built_in:$P,literal:z9},iAe=x_.inherit(x_.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),nAe={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},oAe={className:"string",begin:/"""("*)(?!")(.|\n)*?"""\1/,relevance:1},aAe={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},cAe=x_.inherit(aAe,{illegal:/\n/}),uAe={className:"subst",begin:/\{/,end:/\}/,keywords:AAe},dAe=x_.inherit(uAe,{illegal:/\n/}),EAe={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},x_.BACKSLASH_ESCAPE,dAe]},gAe={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},uAe]},pAe=x_.inherit(gAe,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},dAe]});uAe.contains=[gAe,EAe,aAe,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,nAe,x_.C_BLOCK_COMMENT_MODE],dAe.contains=[pAe,EAe,cAe,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,nAe,x_.inherit(x_.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const mAe={variants:[oAe,gAe,EAe,aAe,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE]},SAe={begin:"<",end:">",contains:[{beginKeywords:"in out"},iAe]},DAe=x_.IDENT_RE+"(<"+x_.IDENT_RE+"(\\s*,\\s*"+x_.IDENT_RE+")*>)?(\\[\\])?",NAe={begin:"@"+x_.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:AAe,illegal:/::/,contains:[x_.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},mAe,nAe,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},iAe,SAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[iAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[iAe,SAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+DAe+"\\s+)+"+x_.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:AAe,contains:[{beginKeywords:zP.join(" "),relevance:0},{begin:x_.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[x_.TITLE_MODE,SAe],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:AAe,relevance:0,contains:[mAe,nAe,x_.C_BLOCK_COMMENT_MODE]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},NAe]}}return csharp_1=r4,csharp_1}var csp_1,hasRequiredCsp;function requireCsp(){if(hasRequiredCsp)return csp_1;hasRequiredCsp=1;function r4(x_){return{name:"CSP",case_insensitive:!1,keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_-]*",keyword:["base-uri","child-src","connect-src","default-src","font-src","form-action","frame-ancestors","frame-src","img-src","manifest-src","media-src","object-src","plugin-types","report-uri","sandbox","script-src","style-src","trusted-types","unsafe-hashes","worker-src"]},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}return csp_1=r4,csp_1}var css_1,hasRequiredCss;function requireCss(){if(hasRequiredCss)return css_1;hasRequiredCss=1;const r4=nAe=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:nAe.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:nAe.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),x_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],$P=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],zP=[...x_,...$P],z9=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),eAe=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),tAe=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),AAe=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function iAe(nAe){const oAe=nAe.regex,aAe=r4(nAe),cAe={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},uAe="and or not only",dAe=/@-?\w[\w]*(-\w+)*/,EAe="[a-zA-Z-][a-zA-Z0-9_-]*",gAe=[nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[aAe.BLOCK_COMMENT,cAe,aAe.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+EAe,relevance:0},aAe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+eAe.join("|")+")"},{begin:":(:)?("+tAe.join("|")+")"}]},aAe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+AAe.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[aAe.BLOCK_COMMENT,aAe.HEXCOLOR,aAe.IMPORTANT,aAe.CSS_NUMBER_MODE,...gAe,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...gAe,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},aAe.FUNCTION_DISPATCH]},{begin:oAe.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:dAe},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:uAe,attribute:z9.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...gAe,aAe.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+zP.join("|")+")\\b"}]}}return css_1=iAe,css_1}var d_1,hasRequiredD;function requireD(){if(hasRequiredD)return d_1;hasRequiredD=1;function r4(x_){const $P={$pattern:x_.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},zP="(0|[1-9][\\d_]*)",z9="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",eAe="0[bB][01_]+",tAe="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",AAe="0[xX]"+tAe,iAe="([eE][+-]?"+z9+")",nAe="("+z9+"(\\.\\d*|"+iAe+")|\\d+\\."+z9+"|\\."+zP+iAe+"?)",oAe="(0[xX]("+tAe+"\\."+tAe+"|\\.?"+tAe+")[pP][+-]?"+z9+")",aAe="("+zP+"|"+eAe+"|"+AAe+")",cAe="("+oAe+"|"+nAe+")",uAe=`\\\\(['"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};`,dAe={className:"number",begin:"\\b"+aAe+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},EAe={className:"number",begin:"\\b("+cAe+"([fF]|L|i|[fF]i|Li)?|"+aAe+"(i|[fF]i|Li))",relevance:0},gAe={className:"string",begin:"'("+uAe+"|.)",end:"'",illegal:"."},mAe={className:"string",begin:'"',contains:[{begin:uAe,relevance:0}],end:'"[cwd]?'},SAe={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},DAe={className:"string",begin:"`",end:"`[cwd]?"},NAe={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},TAe={className:"string",begin:'q"\\{',end:'\\}"'},bAe={className:"meta",begin:"^#!",end:"$",relevance:5},GAe={className:"meta",begin:"#(line)",end:"$",relevance:5},LAe={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},wAe=x_.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:$P,contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,wAe,NAe,mAe,SAe,DAe,TAe,EAe,dAe,gAe,bAe,GAe,LAe]}}return d_1=r4,d_1}var markdown_1,hasRequiredMarkdown;function requireMarkdown(){if(hasRequiredMarkdown)return markdown_1;hasRequiredMarkdown=1;function r4(x_){const $P=x_.regex,zP={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},z9={begin:"^[-\\*]{3,}",end:"$"},eAe={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},tAe={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},AAe={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},iAe=/[A-Za-z][A-Za-z0-9+.-]*/,nAe={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:$P.concat(/\[.+?\]\(/,iAe,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},oAe={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},aAe={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},cAe=x_.inherit(oAe,{contains:[]}),uAe=x_.inherit(aAe,{contains:[]});oAe.contains.push(uAe),aAe.contains.push(cAe);let dAe=[zP,nAe];return[oAe,aAe,cAe,uAe].forEach(mAe=>{mAe.contains=mAe.contains.concat(dAe)}),dAe=dAe.concat(oAe,aAe),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:dAe},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:dAe}]}]},zP,tAe,oAe,aAe,{className:"quote",begin:"^>\\s+",contains:dAe,end:"$"},eAe,z9,nAe,AAe,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}return markdown_1=r4,markdown_1}var dart_1,hasRequiredDart;function requireDart(){if(hasRequiredDart)return dart_1;hasRequiredDart=1;function r4(x_){const $P={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},zP={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},z9={className:"number",relevance:0,variants:[{match:/\b[0-9][0-9_]*(\.[0-9][0-9_]*)?([eE][+-]?[0-9][0-9_]*)?\b/},{match:/\b0[xX][0-9A-Fa-f][0-9A-Fa-f_]*\b/}]},eAe={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[x_.BACKSLASH_ESCAPE,$P,zP]},{begin:'"""',end:'"""',contains:[x_.BACKSLASH_ESCAPE,$P,zP]},{begin:"'",end:"'",illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE,$P,zP]},{begin:'"',end:'"',illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE,$P,zP]}]};zP.contains=[z9,eAe];const tAe=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],AAe=tAe.map(oAe=>`${oAe}?`);return{name:"Dart",keywords:{keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"],built_in:tAe.concat(AAe).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[eAe,x_.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),x_.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},x_.UNDERSCORE_TITLE_MODE]},z9,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}return dart_1=r4,dart_1}var delphi_1,hasRequiredDelphi;function requireDelphi(){if(hasRequiredDelphi)return delphi_1;hasRequiredDelphi=1;function r4(x_){const $P=["exports","register","file","shl","array","record","property","for","mod","while","set","ally","label","uses","raise","not","stored","class","safecall","var","interface","or","private","static","exit","index","inherited","to","else","stdcall","override","shr","asm","far","resourcestring","finalization","packed","virtual","out","and","protected","library","do","xorwrite","goto","near","function","end","div","overload","object","unit","begin","string","on","inline","repeat","until","destructor","write","message","program","with","read","initialization","except","default","nil","if","case","cdecl","in","downto","threadvar","of","try","pascal","const","external","constructor","type","public","then","implementation","finally","published","procedure","absolute","reintroduce","operator","as","is","abstract","alias","assembler","bitpacked","break","continue","cppdecl","cvar","enumerator","experimental","platform","deprecated","unimplemented","dynamic","export","far16","forward","generic","helper","implements","interrupt","iochecks","local","name","nodefault","noreturn","nostackframe","oldfpccall","otherwise","saveregisters","softfloat","specialize","strict","unaligned","varargs"],zP=[x_.C_LINE_COMMENT_MODE,x_.COMMENT(/\{/,/\}/,{relevance:0}),x_.COMMENT(/\(\*/,/\*\)/,{relevance:10})],z9={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},eAe={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},tAe={className:"number",relevance:0,variants:[{match:/\b\d[\d_]*(\.\d[\d_]*)?/},{match:/\$[\dA-Fa-f_]+/},{match:/\$/,relevance:0},{match:/&[0-7][0-7_]*/},{match:/%[01_]+/},{match:/%/,relevance:0}]},AAe={className:"string",variants:[{match:/#\d[\d_]*/},{match:/#\$[\dA-Fa-f][\dA-Fa-f_]*/},{match:/#&[0-7][0-7_]*/},{match:/#%[01][01_]*/}]},iAe={begin:x_.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[x_.TITLE_MODE]},nAe={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[x_.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:$P,contains:[eAe,AAe,z9].concat(zP)},z9].concat(zP)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:$P,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[eAe,AAe,tAe,iAe,nAe,z9].concat(zP)}}return delphi_1=r4,delphi_1}var diff_1,hasRequiredDiff;function requireDiff(){if(hasRequiredDiff)return diff_1;hasRequiredDiff=1;function r4(x_){const $P=x_.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:$P.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:$P.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}return diff_1=r4,diff_1}var django_1,hasRequiredDjango;function requireDjango(){if(hasRequiredDjango)return django_1;hasRequiredDjango=1;function r4(x_){const $P={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[x_.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),x_.COMMENT(/\{#/,/#\}/),{className:"template-tag",begin:/\{%/,end:/%\}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[$P],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[$P]}]}}return django_1=r4,django_1}var dns_1,hasRequiredDns;function requireDns(){if(hasRequiredDns)return dns_1;hasRequiredDns=1;function r4(x_){return{name:"DNS Zone",aliases:["bind","zone"],keywords:["IN","A","AAAA","AFSDB","APL","CAA","CDNSKEY","CDS","CERT","CNAME","DHCID","DLV","DNAME","DNSKEY","DS","HIP","IPSECKEY","KEY","KX","LOC","MX","NAPTR","NS","NSEC","NSEC3","NSEC3PARAM","PTR","RRSIG","RP","SIG","SOA","SRV","SSHFP","TA","TKEY","TLSA","TSIG","TXT"],contains:[x_.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},x_.inherit(x_.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}return dns_1=r4,dns_1}var dockerfile_1,hasRequiredDockerfile;function requireDockerfile(){if(hasRequiredDockerfile)return dockerfile_1;hasRequiredDockerfile=1;function r4(x_){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[x_.HASH_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"",illegal:"\\n"}]},$P,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},eAe={className:"variable",begin:/&[a-z\d_]*\b/},tAe={className:"keyword",begin:"/[a-z][a-z\\d-]*/"},AAe={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},iAe={className:"params",relevance:0,begin:"<",end:">",contains:[zP,eAe]},nAe={className:"title.class",begin:/[a-zA-Z_][a-zA-Z\d_@-]*(?=\s\{)/,relevance:.2},oAe={className:"title.class",begin:/^\/(?=\s*\{)/,relevance:10},aAe={match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:"attr"},cAe={relevance:0,match:[/[a-z][a-z-,]+/,/\s*/,/=/],scope:{1:"attr",3:"operator"}},uAe={scope:"punctuation",relevance:0,match:/\};|[;{}]/};return{name:"Device Tree",contains:[oAe,eAe,tAe,AAe,nAe,cAe,aAe,iAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,zP,$P,z9,uAe,{begin:x_.IDENT_RE+"::",keywords:""}]}}return dts_1=r4,dts_1}var dust_1,hasRequiredDust;function requireDust(){if(hasRequiredDust)return dust_1;hasRequiredDust=1;function r4(x_){return{name:"Dust",aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[x_.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}return dust_1=r4,dust_1}var ebnf_1,hasRequiredEbnf;function requireEbnf(){if(hasRequiredEbnf)return ebnf_1;hasRequiredEbnf=1;function r4(x_){const $P=x_.COMMENT(/\(\*/,/\*\)/),zP={className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},eAe={begin:/=/,end:/[.;]/,contains:[$P,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]};return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[$P,zP,eAe]}}return ebnf_1=r4,ebnf_1}var elixir_1,hasRequiredElixir;function requireElixir(){if(hasRequiredElixir)return elixir_1;hasRequiredElixir=1;function r4(x_){const $P=x_.regex,zP="[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",z9="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",AAe={$pattern:zP,keyword:["after","alias","and","case","catch","cond","defstruct","defguard","do","else","end","fn","for","if","import","in","not","or","quote","raise","receive","require","reraise","rescue","try","unless","unquote","unquote_splicing","use","when","with|0"],literal:["false","nil","true"]},iAe={className:"subst",begin:/#\{/,end:/\}/,keywords:AAe},nAe={className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[0-9][0-9_]*(\\.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},aAe={match:/\\[\s\S]/,scope:"char.escape",relevance:0},cAe=`[/|([{<"']`,uAe=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin://}],dAe=TAe=>({scope:"char.escape",begin:$P.concat(/\\/,TAe),relevance:0}),EAe={className:"string",begin:"~[a-z](?="+cAe+")",contains:uAe.map(TAe=>x_.inherit(TAe,{contains:[dAe(TAe.end),aAe,iAe]}))},gAe={className:"string",begin:"~[A-Z](?="+cAe+")",contains:uAe.map(TAe=>x_.inherit(TAe,{contains:[dAe(TAe.end)]}))},pAe={className:"regex",variants:[{begin:"~r(?="+cAe+")",contains:uAe.map(TAe=>x_.inherit(TAe,{end:$P.concat(TAe.end,/[uismxfU]{0,7}/),contains:[dAe(TAe.end),aAe,iAe]}))},{begin:"~R(?="+cAe+")",contains:uAe.map(TAe=>x_.inherit(TAe,{end:$P.concat(TAe.end,/[uismxfU]{0,7}/),contains:[dAe(TAe.end)]}))}]},mAe={className:"string",contains:[x_.BACKSLASH_ESCAPE,iAe],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},SAe={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[x_.inherit(x_.TITLE_MODE,{begin:zP,endsParent:!0})]},DAe=x_.inherit(SAe,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),NAe=[mAe,pAe,gAe,EAe,x_.HASH_COMMENT_MODE,DAe,SAe,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[mAe,{begin:z9}],relevance:0},{className:"symbol",begin:zP+":(?!:)",relevance:0},{className:"title.class",begin:/(\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},nAe,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"}];return iAe.contains=NAe,{name:"Elixir",aliases:["ex","exs"],keywords:AAe,contains:NAe}}return elixir_1=r4,elixir_1}var elm_1,hasRequiredElm;function requireElm(){if(hasRequiredElm)return elm_1;hasRequiredElm=1;function r4(x_){const $P={variants:[x_.COMMENT("--","$"),x_.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},zP={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},z9={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},$P]},eAe={begin:/\{/,end:/\}/,contains:z9.contains},tAe={className:"string",begin:"'\\\\?.",end:"'",illegal:"."};return{name:"Elm",keywords:["let","in","if","then","else","case","of","where","module","import","exposing","type","alias","as","infix","infixl","infixr","port","effect","command","subscription"],contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[z9,$P],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[z9,$P],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[zP,z9,eAe,$P]},{beginKeywords:"infix infixl infixr",end:"$",contains:[x_.C_NUMBER_MODE,$P]},{begin:"port",end:"$",keywords:"port",contains:[$P]},tAe,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE,zP,x_.inherit(x_.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),$P,{begin:"->|<-"}],illegal:/;/}}return elm_1=r4,elm_1}var ruby_1,hasRequiredRuby;function requireRuby(){if(hasRequiredRuby)return ruby_1;hasRequiredRuby=1;function r4(x_){const $P=x_.regex,zP="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",z9=$P.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),eAe=$P.concat(z9,/(::\w+)*/),AAe={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},iAe={className:"doctag",begin:"@[A-Za-z]+"},nAe={begin:"#<",end:">"},oAe=[x_.COMMENT("#","$",{contains:[iAe]}),x_.COMMENT("^=begin","^=end",{contains:[iAe],relevance:10}),x_.COMMENT("^__END__",x_.MATCH_NOTHING_RE)],aAe={className:"subst",begin:/#\{/,end:/\}/,keywords:AAe},cAe={className:"string",contains:[x_.BACKSLASH_ESCAPE,aAe],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:$P.concat(/<<[-~]?'?/,$P.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[x_.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[x_.BACKSLASH_ESCAPE,aAe]})]}]},uAe="[1-9](_?[0-9])*|0",dAe="[0-9](_?[0-9])*",EAe={className:"number",relevance:0,variants:[{begin:`\\b(${uAe})(\\.(${dAe}))?([eE][+-]?(${dAe})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},gAe={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:AAe}]},bAe=[cAe,{variants:[{match:[/class\s+/,eAe,/\s+<\s+/,eAe]},{match:[/\b(class|module)\s+/,eAe]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:AAe},{match:[/(include|extend)\s+/,eAe],scope:{2:"title.class"},keywords:AAe},{relevance:0,match:[eAe,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:z9,scope:"title.class"},{match:[/def/,/\s+/,zP],scope:{1:"keyword",3:"title.function"},contains:[gAe]},{begin:x_.IDENT_RE+"::"},{className:"symbol",begin:x_.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[cAe,{begin:zP}],relevance:0},EAe,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|(?!=)/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:AAe},{begin:"("+x_.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[x_.BACKSLASH_ESCAPE,aAe],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(nAe,oAe),relevance:0}].concat(nAe,oAe);aAe.contains=bAe,gAe.contains=bAe;const OAe=[{begin:/^\s*=>/,starts:{end:"$",contains:bAe}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:AAe,contains:bAe}}];return oAe.unshift(nAe),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:AAe,illegal:/\/\*/,contains:[x_.SHEBANG({binary:"ruby"})].concat(OAe).concat(oAe).concat(bAe)}}return ruby_1=r4,ruby_1}var erb_1,hasRequiredErb;function requireErb(){if(hasRequiredErb)return erb_1;hasRequiredErb=1;function r4(x_){return{name:"ERB",subLanguage:"xml",contains:[x_.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return erb_1=r4,erb_1}var erlangRepl_1,hasRequiredErlangRepl;function requireErlangRepl(){if(hasRequiredErlangRepl)return erlangRepl_1;hasRequiredErlangRepl=1;function r4(x_){const $P=x_.regex;return{name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta.prompt",begin:"^[0-9]+> ",relevance:10},x_.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{begin:$P.concat(/\?(::)?/,/([A-Z]\w*)/,/((::)[A-Z]\w*)*/)},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}return erlangRepl_1=r4,erlangRepl_1}var erlang_1,hasRequiredErlang;function requireErlang(){if(hasRequiredErlang)return erlang_1;hasRequiredErlang=1;function r4(x_){const $P="[a-z'][a-zA-Z0-9_']*",zP="("+$P+":"+$P+"|"+$P+")",z9={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor maybe else",literal:"false true"},eAe=x_.COMMENT("%","$"),tAe={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},AAe={begin:"fun\\s+"+$P+"/\\d+"},iAe={begin:zP+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:zP,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},nAe={begin:/\{/,end:/\}/,relevance:0},oAe={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},aAe={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},cAe={begin:"#"+x_.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+x_.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},uAe={scope:"string",match:/\$(\\([^0-9]|[0-9]{1,3}|)|.)/},dAe={scope:"string",match:/"""("*)(?!")[\s\S]*?"""\1/},EAe={scope:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[{match:/~\w?"""("*)(?!")[\s\S]*?"""\1/},{begin:/~\w?\(/,end:/\)/},{begin:/~\w?\[/,end:/\]/},{begin:/~\w?{/,end:/}/},{begin:/~\w?/},{begin:/~\w?\//,end:/\//},{begin:/~\w?\|/,end:/\|/},{begin:/~\w?'/,end:/'/},{begin:/~\w?"/,end:/"/},{begin:/~\w?`/,end:/`/},{begin:/~\w?#/,end:/#/}]},gAe={beginKeywords:"fun receive if try case maybe",end:"end",keywords:z9};gAe.contains=[eAe,AAe,x_.inherit(x_.APOS_STRING_MODE,{className:""}),gAe,iAe,EAe,dAe,x_.QUOTE_STRING_MODE,tAe,nAe,oAe,aAe,cAe,uAe];const pAe=[eAe,AAe,gAe,iAe,EAe,dAe,x_.QUOTE_STRING_MODE,tAe,nAe,oAe,aAe,cAe,uAe];iAe.contains[1].contains=pAe,nAe.contains=pAe,cAe.contains[1].contains=pAe;const mAe=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-moduledoc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec","-on_load","-nifs"],SAe={className:"params",begin:"\\(",end:"\\)",contains:pAe};return{name:"Erlang",aliases:["erl"],keywords:z9,illegal:"(",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[SAe,x_.inherit(x_.TITLE_MODE,{begin:$P})],starts:{end:";|\\.",keywords:z9,contains:pAe}},eAe,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+x_.IDENT_RE,keyword:mAe.map(DAe=>`${DAe}|1.5`).join(" ")},contains:[SAe,EAe,dAe,x_.QUOTE_STRING_MODE]},tAe,EAe,dAe,x_.QUOTE_STRING_MODE,cAe,oAe,aAe,nAe,uAe,{begin:/\.$/}]}}return erlang_1=r4,erlang_1}var excel_1,hasRequiredExcel;function requireExcel(){if(hasRequiredExcel)return excel_1;hasRequiredExcel=1;function r4(x_){return{name:"Excel formulae",aliases:["xlsx","xls"],case_insensitive:!0,keywords:{$pattern:/[a-zA-Z][\w\.]*/,built_in:["ABS","ACCRINT","ACCRINTM","ACOS","ACOSH","ACOT","ACOTH","AGGREGATE","ADDRESS","AMORDEGRC","AMORLINC","AND","ARABIC","AREAS","ARRAYTOTEXT","ASC","ASIN","ASINH","ATAN","ATAN2","ATANH","AVEDEV","AVERAGE","AVERAGEA","AVERAGEIF","AVERAGEIFS","BAHTTEXT","BASE","BESSELI","BESSELJ","BESSELK","BESSELY","BETADIST","BETA.DIST","BETAINV","BETA.INV","BIN2DEC","BIN2HEX","BIN2OCT","BINOMDIST","BINOM.DIST","BINOM.DIST.RANGE","BINOM.INV","BITAND","BITLSHIFT","BITOR","BITRSHIFT","BITXOR","BYCOL","BYROW","CALL","CEILING","CEILING.MATH","CEILING.PRECISE","CELL","CHAR","CHIDIST","CHIINV","CHITEST","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","CHISQ.TEST","CHOOSE","CHOOSECOLS","CHOOSEROWS","CLEAN","CODE","COLUMN","COLUMNS","COMBIN","COMBINA","COMPLEX","CONCAT","CONCATENATE","CONFIDENCE","CONFIDENCE.NORM","CONFIDENCE.T","CONVERT","CORREL","COS","COSH","COT","COTH","COUNT","COUNTA","COUNTBLANK","COUNTIF","COUNTIFS","COUPDAYBS","COUPDAYS","COUPDAYSNC","COUPNCD","COUPNUM","COUPPCD","COVAR","COVARIANCE.P","COVARIANCE.S","CRITBINOM","CSC","CSCH","CUBEKPIMEMBER","CUBEMEMBER","CUBEMEMBERPROPERTY","CUBERANKEDMEMBER","CUBESET","CUBESETCOUNT","CUBEVALUE","CUMIPMT","CUMPRINC","DATE","DATEDIF","DATEVALUE","DAVERAGE","DAY","DAYS","DAYS360","DB","DBCS","DCOUNT","DCOUNTA","DDB","DEC2BIN","DEC2HEX","DEC2OCT","DECIMAL","DEGREES","DELTA","DEVSQ","DGET","DISC","DMAX","DMIN","DOLLAR","DOLLARDE","DOLLARFR","DPRODUCT","DROP","DSTDEV","DSTDEVP","DSUM","DURATION","DVAR","DVARP","EDATE","EFFECT","ENCODEURL","EOMONTH","ERF","ERF.PRECISE","ERFC","ERFC.PRECISE","ERROR.TYPE","EUROCONVERT","EVEN","EXACT","EXP","EXPAND","EXPON.DIST","EXPONDIST","FACT","FACTDOUBLE","FALSE","F.DIST","FDIST","F.DIST.RT","FILTER","FILTERXML","FIND","FINDB","F.INV","F.INV.RT","FINV","FISHER","FISHERINV","FIXED","FLOOR","FLOOR.MATH","FLOOR.PRECISE","FORECAST","FORECAST.ETS","FORECAST.ETS.CONFINT","FORECAST.ETS.SEASONALITY","FORECAST.ETS.STAT","FORECAST.LINEAR","FORMULATEXT","FREQUENCY","F.TEST","FTEST","FV","FVSCHEDULE","GAMMA","GAMMA.DIST","GAMMADIST","GAMMA.INV","GAMMAINV","GAMMALN","GAMMALN.PRECISE","GAUSS","GCD","GEOMEAN","GESTEP","GETPIVOTDATA","GROWTH","HARMEAN","HEX2BIN","HEX2DEC","HEX2OCT","HLOOKUP","HOUR","HSTACK","HYPERLINK","HYPGEOM.DIST","HYPGEOMDIST","IF","IFERROR","IFNA","IFS","IMABS","IMAGE","IMAGINARY","IMARGUMENT","IMCONJUGATE","IMCOS","IMCOSH","IMCOT","IMCSC","IMCSCH","IMDIV","IMEXP","IMLN","IMLOG10","IMLOG2","IMPOWER","IMPRODUCT","IMREAL","IMSEC","IMSECH","IMSIN","IMSINH","IMSQRT","IMSUB","IMSUM","IMTAN","INDEX","INDIRECT","INFO","INT","INTERCEPT","INTRATE","IPMT","IRR","ISBLANK","ISERR","ISERROR","ISEVEN","ISFORMULA","ISLOGICAL","ISNA","ISNONTEXT","ISNUMBER","ISODD","ISOMITTED","ISREF","ISTEXT","ISO.CEILING","ISOWEEKNUM","ISPMT","JIS","KURT","LAMBDA","LARGE","LCM","LEFT","LEFTB","LEN","LENB","LET","LINEST","LN","LOG","LOG10","LOGEST","LOGINV","LOGNORM.DIST","LOGNORMDIST","LOGNORM.INV","LOOKUP","LOWER","MAKEARRAY","MAP","MATCH","MAX","MAXA","MAXIFS","MDETERM","MDURATION","MEDIAN","MID","MIDB","MIN","MINIFS","MINA","MINUTE","MINVERSE","MIRR","MMULT","MOD","MODE","MODE.MULT","MODE.SNGL","MONTH","MROUND","MULTINOMIAL","MUNIT","N","NA","NEGBINOM.DIST","NEGBINOMDIST","NETWORKDAYS","NETWORKDAYS.INTL","NOMINAL","NORM.DIST","NORMDIST","NORMINV","NORM.INV","NORM.S.DIST","NORMSDIST","NORM.S.INV","NORMSINV","NOT","NOW","NPER","NPV","NUMBERVALUE","OCT2BIN","OCT2DEC","OCT2HEX","ODD","ODDFPRICE","ODDFYIELD","ODDLPRICE","ODDLYIELD","OFFSET","OR","PDURATION","PEARSON","PERCENTILE.EXC","PERCENTILE.INC","PERCENTILE","PERCENTRANK.EXC","PERCENTRANK.INC","PERCENTRANK","PERMUT","PERMUTATIONA","PHI","PHONETIC","PI","PMT","POISSON.DIST","POISSON","POWER","PPMT","PRICE","PRICEDISC","PRICEMAT","PROB","PRODUCT","PROPER","PV","QUARTILE","QUARTILE.EXC","QUARTILE.INC","QUOTIENT","RADIANS","RAND","RANDARRAY","RANDBETWEEN","RANK.AVG","RANK.EQ","RANK","RATE","RECEIVED","REDUCE","REGISTER.ID","REPLACE","REPLACEB","REPT","RIGHT","RIGHTB","ROMAN","ROUND","ROUNDDOWN","ROUNDUP","ROW","ROWS","RRI","RSQ","RTD","SCAN","SEARCH","SEARCHB","SEC","SECH","SECOND","SEQUENCE","SERIESSUM","SHEET","SHEETS","SIGN","SIN","SINH","SKEW","SKEW.P","SLN","SLOPE","SMALL","SORT","SORTBY","SQRT","SQRTPI","SQL.REQUEST","STANDARDIZE","STOCKHISTORY","STDEV","STDEV.P","STDEV.S","STDEVA","STDEVP","STDEVPA","STEYX","SUBSTITUTE","SUBTOTAL","SUM","SUMIF","SUMIFS","SUMPRODUCT","SUMSQ","SUMX2MY2","SUMX2PY2","SUMXMY2","SWITCH","SYD","T","TAN","TANH","TAKE","TBILLEQ","TBILLPRICE","TBILLYIELD","T.DIST","T.DIST.2T","T.DIST.RT","TDIST","TEXT","TEXTAFTER","TEXTBEFORE","TEXTJOIN","TEXTSPLIT","TIME","TIMEVALUE","T.INV","T.INV.2T","TINV","TOCOL","TOROW","TODAY","TRANSPOSE","TREND","TRIM","TRIMMEAN","TRUE","TRUNC","T.TEST","TTEST","TYPE","UNICHAR","UNICODE","UNIQUE","UPPER","VALUE","VALUETOTEXT","VAR","VAR.P","VAR.S","VARA","VARP","VARPA","VDB","VLOOKUP","VSTACK","WEBSERVICE","WEEKDAY","WEEKNUM","WEIBULL","WEIBULL.DIST","WORKDAY","WORKDAY.INTL","WRAPCOLS","WRAPROWS","XIRR","XLOOKUP","XMATCH","XNPV","XOR","YEAR","YEARFRAC","YIELD","YIELDDISC","YIELDMAT","Z.TEST","ZTEST"]},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},x_.BACKSLASH_ESCAPE,x_.QUOTE_STRING_MODE,{className:"number",begin:x_.NUMBER_RE+"(%)?",relevance:0},x_.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}return excel_1=r4,excel_1}var fix_1,hasRequiredFix;function requireFix(){if(hasRequiredFix)return fix_1;hasRequiredFix=1;function r4(x_){return{name:"FIX",contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}return fix_1=r4,fix_1}var flix_1,hasRequiredFlix;function requireFlix(){if(hasRequiredFlix)return flix_1;hasRequiredFlix=1;function r4(x_){const $P={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},zP={className:"string",variants:[{begin:'"',end:'"'}]},eAe={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[{className:"title",relevance:0,begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/}]};return{name:"Flix",keywords:{keyword:["case","class","def","else","enum","if","impl","import","in","lat","rel","index","let","match","namespace","switch","type","yield","with"],literal:["true","false"]},contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,$P,zP,eAe,x_.C_NUMBER_MODE]}}return flix_1=r4,flix_1}var fortran_1,hasRequiredFortran;function requireFortran(){if(hasRequiredFortran)return fortran_1;hasRequiredFortran=1;function r4(x_){const $P=x_.regex,zP={className:"params",begin:"\\(",end:"\\)"},z9={variants:[x_.COMMENT("!","$",{relevance:0}),x_.COMMENT("^C[ ]","$",{relevance:0}),x_.COMMENT("^C$","$",{relevance:0})]},eAe=/(_[a-z_\d]+)?/,tAe=/([de][+-]?\d+)?/,AAe={className:"number",variants:[{begin:$P.concat(/\b\d+/,/\.(\d*)/,tAe,eAe)},{begin:$P.concat(/\b\d+/,tAe,eAe)},{begin:$P.concat(/\.\d+/,tAe,eAe)}],relevance:0},iAe={className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[x_.UNDERSCORE_TITLE_MODE,zP]},nAe={className:"string",relevance:0,variants:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE]};return{name:"Fortran",case_insensitive:!0,aliases:["f90","f95"],keywords:{$pattern:/\b[a-z][a-z0-9_]+\b|\.[a-z][a-z0-9_]+\./,keyword:["kind","do","concurrent","local","shared","while","private","call","intrinsic","where","elsewhere","type","endtype","endmodule","endselect","endinterface","end","enddo","endif","if","forall","endforall","only","contains","default","return","stop","then","block","endblock","endassociate","public","subroutine|10","function","program",".and.",".or.",".not.",".le.",".eq.",".ge.",".gt.",".lt.","goto","save","else","use","module","select","case","access","blank","direct","exist","file","fmt","form","formatted","iostat","name","named","nextrec","number","opened","rec","recl","sequential","status","unformatted","unit","continue","format","pause","cycle","exit","c_null_char","c_alert","c_backspace","c_form_feed","flush","wait","decimal","round","iomsg","synchronous","nopass","non_overridable","pass","protected","volatile","abstract","extends","import","non_intrinsic","value","deferred","generic","final","enumerator","class","associate","bind","enum","c_int","c_short","c_long","c_long_long","c_signed_char","c_size_t","c_int8_t","c_int16_t","c_int32_t","c_int64_t","c_int_least8_t","c_int_least16_t","c_int_least32_t","c_int_least64_t","c_int_fast8_t","c_int_fast16_t","c_int_fast32_t","c_int_fast64_t","c_intmax_t","C_intptr_t","c_float","c_double","c_long_double","c_float_complex","c_double_complex","c_long_double_complex","c_bool","c_char","c_null_ptr","c_null_funptr","c_new_line","c_carriage_return","c_horizontal_tab","c_vertical_tab","iso_c_binding","c_loc","c_funloc","c_associated","c_f_pointer","c_ptr","c_funptr","iso_fortran_env","character_storage_size","error_unit","file_storage_size","input_unit","iostat_end","iostat_eor","numeric_storage_size","output_unit","c_f_procpointer","ieee_arithmetic","ieee_support_underflow_control","ieee_get_underflow_mode","ieee_set_underflow_mode","newunit","contiguous","recursive","pad","position","action","delim","readwrite","eor","advance","nml","interface","procedure","namelist","include","sequence","elemental","pure","impure","integer","real","character","complex","logical","codimension","dimension","allocatable|10","parameter","external","implicit|10","none","double","precision","assign","intent","optional","pointer","target","in","out","common","equivalence","data"],literal:[".False.",".True."],built_in:["alog","alog10","amax0","amax1","amin0","amin1","amod","cabs","ccos","cexp","clog","csin","csqrt","dabs","dacos","dasin","datan","datan2","dcos","dcosh","ddim","dexp","dint","dlog","dlog10","dmax1","dmin1","dmod","dnint","dsign","dsin","dsinh","dsqrt","dtan","dtanh","float","iabs","idim","idint","idnint","ifix","isign","max0","max1","min0","min1","sngl","algama","cdabs","cdcos","cdexp","cdlog","cdsin","cdsqrt","cqabs","cqcos","cqexp","cqlog","cqsin","cqsqrt","dcmplx","dconjg","derf","derfc","dfloat","dgamma","dimag","dlgama","iqint","qabs","qacos","qasin","qatan","qatan2","qcmplx","qconjg","qcos","qcosh","qdim","qerf","qerfc","qexp","qgamma","qimag","qlgama","qlog","qlog10","qmax1","qmin1","qmod","qnint","qsign","qsin","qsinh","qsqrt","qtan","qtanh","abs","acos","aimag","aint","anint","asin","atan","atan2","char","cmplx","conjg","cos","cosh","exp","ichar","index","int","log","log10","max","min","nint","sign","sin","sinh","sqrt","tan","tanh","print","write","dim","lge","lgt","lle","llt","mod","nullify","allocate","deallocate","adjustl","adjustr","all","allocated","any","associated","bit_size","btest","ceiling","count","cshift","date_and_time","digits","dot_product","eoshift","epsilon","exponent","floor","fraction","huge","iand","ibclr","ibits","ibset","ieor","ior","ishft","ishftc","lbound","len_trim","matmul","maxexponent","maxloc","maxval","merge","minexponent","minloc","minval","modulo","mvbits","nearest","pack","present","product","radix","random_number","random_seed","range","repeat","reshape","rrspacing","scale","scan","selected_int_kind","selected_real_kind","set_exponent","shape","size","spacing","spread","sum","system_clock","tiny","transpose","trim","ubound","unpack","verify","achar","iachar","transfer","dble","entry","dprod","cpu_time","command_argument_count","get_command","get_command_argument","get_environment_variable","is_iostat_end","ieee_arithmetic","ieee_support_underflow_control","ieee_get_underflow_mode","ieee_set_underflow_mode","is_iostat_eor","move_alloc","new_line","selected_char_kind","same_type_as","extends_type_of","acosh","asinh","atanh","bessel_j0","bessel_j1","bessel_jn","bessel_y0","bessel_y1","bessel_yn","erf","erfc","erfc_scaled","gamma","log_gamma","hypot","norm2","atomic_define","atomic_ref","execute_command_line","leadz","trailz","storage_size","merge_bits","bge","bgt","ble","blt","dshiftl","dshiftr","findloc","iall","iany","iparity","image_index","lcobound","ucobound","maskl","maskr","num_images","parity","popcnt","poppar","shifta","shiftl","shiftr","this_image","sync","change","team","co_broadcast","co_max","co_min","co_sum","co_reduce"]},illegal:/\/\*/,contains:[nAe,iAe,{begin:/^C\s*=(?!=)/,relevance:0},z9,AAe]}}return fortran_1=r4,fortran_1}var fsharp_1,hasRequiredFsharp;function requireFsharp(){if(hasRequiredFsharp)return fsharp_1;hasRequiredFsharp=1;function r4(AAe){return new RegExp(AAe.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function x_(AAe){return AAe?typeof AAe=="string"?AAe:AAe.source:null}function $P(AAe){return zP("(?=",AAe,")")}function zP(...AAe){return AAe.map(nAe=>x_(nAe)).join("")}function z9(AAe){const iAe=AAe[AAe.length-1];return typeof iAe=="object"&&iAe.constructor===Object?(AAe.splice(AAe.length-1,1),iAe):{}}function eAe(...AAe){return"("+(z9(AAe).capture?"":"?:")+AAe.map(oAe=>x_(oAe)).join("|")+")"}function tAe(AAe){const iAe=["abstract","and","as","assert","base","begin","class","default","delegate","do","done","downcast","downto","elif","else","end","exception","extern","finally","fixed","for","fun","function","global","if","in","inherit","inline","interface","internal","lazy","let","match","member","module","mutable","namespace","new","of","open","or","override","private","public","rec","return","static","struct","then","to","try","type","upcast","use","val","void","when","while","with","yield"],nAe={scope:"keyword",match:/\b(yield|return|let|do|match|use)!/},oAe=["if","else","endif","line","nowarn","light","r","i","I","load","time","help","quit"],aAe=["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],cAe=["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"],uAe=["bool","byte","sbyte","int8","int16","int32","uint8","uint16","uint32","int","uint","int64","uint64","nativeint","unativeint","decimal","float","double","float32","single","char","string","unit","bigint","option","voption","list","array","seq","byref","exn","inref","nativeptr","obj","outref","voidptr","Result"],EAe={keyword:iAe,literal:aAe,built_in:["not","ref","raise","reraise","dict","readOnlyDict","set","get","enum","sizeof","typeof","typedefof","nameof","nullArg","invalidArg","invalidOp","id","fst","snd","ignore","lock","using","box","unbox","tryUnbox","printf","printfn","sprintf","eprintf","eprintfn","fprintf","fprintfn","failwith","failwithf"],"variable.constant":cAe},pAe={variants:[AAe.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),AAe.C_LINE_COMMENT_MODE]},mAe=/[a-zA-Z_](\w|')*/,SAe={scope:"variable",begin:/``/,end:/``/},DAe=/\B('|\^)/,NAe={scope:"symbol",variants:[{match:zP(DAe,/``.*?``/)},{match:zP(DAe,AAe.UNDERSCORE_IDENT_RE)}],relevance:0},TAe=function({includeEqual:_Ie}){let SIe;_Ie?SIe="!%&*+-/<=>@^|~?":SIe="!%&*+-/<>@^|~?";const yIe=Array.from(SIe),OIe=zP("[",...yIe.map(r4),"]"),HIe=eAe(OIe,/\./),PIe=zP(HIe,$P(HIe)),LIe=eAe(zP(PIe,HIe,"*"),zP(OIe,"+"));return{scope:"operator",match:eAe(LIe,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},bAe=TAe({includeEqual:!0}),GAe=TAe({includeEqual:!1}),LAe=function(_Ie,SIe){return{begin:zP(_Ie,$P(zP(/\s*/,eAe(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:SIe,end:$P(eAe(/\n/,/=/)),relevance:0,keywords:AAe.inherit(EAe,{type:uAe}),contains:[pAe,NAe,AAe.inherit(SAe,{scope:null}),GAe]}},wAe=LAe(/:/,"operator"),OAe=LAe(/\bof\b/,"keyword"),PAe={begin:[/(^|\s+)/,/type/,/\s+/,mAe],beginScope:{2:"keyword",4:"title.class"},end:$P(/\(|=|$/),keywords:EAe,contains:[pAe,AAe.inherit(SAe,{scope:null}),NAe,{scope:"operator",match:/<|>/},wAe]},HAe={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},zAe={begin:[/^\s*/,zP(/#/,eAe(...oAe)),/\b/],beginScope:{2:"meta"},end:$P(/\s|$/)},eIe={variants:[AAe.BINARY_NUMBER_MODE,AAe.C_NUMBER_MODE]},iIe={scope:"string",begin:/"/,end:/"/,contains:[AAe.BACKSLASH_ESCAPE]},rIe={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},AAe.BACKSLASH_ESCAPE]},AIe={scope:"string",begin:/"""/,end:/"""/,relevance:2},XAe={scope:"subst",begin:/\{/,end:/\}/,keywords:EAe},EIe={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},AAe.BACKSLASH_ESCAPE,XAe]},hIe={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},AAe.BACKSLASH_ESCAPE,XAe]},tIe={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},XAe],relevance:2},gIe={scope:"string",match:zP(/'/,eAe(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return XAe.contains=[hIe,EIe,rIe,iIe,gIe,nAe,pAe,SAe,wAe,HAe,zAe,eIe,NAe,bAe],{name:"F#",aliases:["fs","f#"],keywords:EAe,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[nAe,{variants:[tIe,hIe,EIe,AIe,rIe,iIe,gIe]},pAe,SAe,PAe,{scope:"meta",begin:/\[\]/,relevance:2,contains:[SAe,AIe,rIe,iIe,gIe,eIe]},OAe,wAe,HAe,zAe,eIe,NAe,bAe]}}return fsharp_1=tAe,fsharp_1}var gams_1,hasRequiredGams;function requireGams(){if(hasRequiredGams)return gams_1;hasRequiredGams=1;function r4(x_){const $P=x_.regex,zP={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na",built_in:"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},z9={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},eAe={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},tAe={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE]},AAe={begin:"/",end:"/",keywords:zP,contains:[tAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,x_.C_NUMBER_MODE]},iAe=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,nAe={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[tAe,AAe,{className:"comment",begin:$P.concat(iAe,$P.anyNumberOfTimes($P.concat(/[ ]+/,iAe))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:zP,contains:[x_.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"keyword",begin:"^\\$[a-z0-9]+"}]},x_.COMMENT("^\\*","$"),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[x_.COMMENT("^\\*","$"),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,AAe,nAe]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[nAe]},x_.COMMENT("^\\*","$"),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,x_.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},z9,eAe]},x_.C_NUMBER_MODE,eAe]}}return gams_1=r4,gams_1}var gauss_1,hasRequiredGauss;function requireGauss(){if(hasRequiredGauss)return gauss_1;hasRequiredGauss=1;function r4(x_){const $P={keyword:"bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin sylvester strtrim",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS __STDIN __STDOUT __STDERR __FILE_DIR"},zP=x_.COMMENT("@","@"),z9={className:"meta",begin:"#",end:"$",keywords:{keyword:"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{keyword:"include"},contains:[{className:"string",begin:'"',end:'"',illegal:"\\n"}]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,zP]},eAe={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:x_.UNDERSCORE_IDENT_RE,relevance:0}]},tAe=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},x_.C_NUMBER_MODE,x_.C_BLOCK_COMMENT_MODE,zP,eAe]}],AAe={className:"title",begin:x_.UNDERSCORE_IDENT_RE,relevance:0},iAe=function(uAe,dAe,EAe){const gAe=x_.inherit({className:"function",beginKeywords:uAe,end:dAe,excludeEnd:!0,contains:[].concat(tAe)},{});return gAe.contains.push(AAe),gAe.contains.push(x_.C_NUMBER_MODE),gAe.contains.push(x_.C_BLOCK_COMMENT_MODE),gAe.contains.push(zP),gAe},nAe={className:"built_in",begin:"\\b("+$P.built_in.split(" ").join("|")+")\\b"},oAe={className:"string",begin:'"',end:'"',contains:[x_.BACKSLASH_ESCAPE],relevance:0},aAe={begin:x_.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:$P,relevance:0,contains:[{beginKeywords:$P.keyword},nAe,{className:"built_in",begin:x_.UNDERSCORE_IDENT_RE,relevance:0}]},cAe={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:$P.built_in,literal:$P.literal},contains:[x_.C_NUMBER_MODE,x_.C_BLOCK_COMMENT_MODE,zP,nAe,aAe,oAe,"self"]};return aAe.contains.push(cAe),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:$P,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[x_.C_NUMBER_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,zP,oAe,z9,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},iAe("proc keyword",";"),iAe("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[x_.C_BLOCK_COMMENT_MODE,zP,cAe]},{variants:[{begin:x_.UNDERSCORE_IDENT_RE+"\\."+x_.UNDERSCORE_IDENT_RE},{begin:x_.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},aAe,eAe]}}return gauss_1=r4,gauss_1}var gcode_1,hasRequiredGcode;function requireGcode(){if(hasRequiredGcode)return gcode_1;hasRequiredGcode=1;function r4(x_){const $P=x_.regex,zP={$pattern:/[A-Z]+|%/,keyword:["THEN","ELSE","ENDIF","IF","GOTO","DO","WHILE","WH","END","CALL","SUB","ENDSUB","EQ","NE","LT","GT","LE","GE","AND","OR","XOR","%"],built_in:["ATAN","ABS","ACOS","ASIN","COS","EXP","FIX","FUP","ROUND","LN","SIN","SQRT","TAN","EXISTS"]},z9=/\b/;function eAe(dAe,EAe){if(dAe.index===0)return;const gAe=dAe.input[dAe.index-1];gAe>="0"&&gAe<="9"||gAe!=="_"&&EAe.ignoreMatch()}const tAe=/[+-]?((\.\d+)|(\d+)(\.\d*)?)/,AAe=/[GM]\s*\d+(\.\d+)?/,iAe=/T\s*\d+/,nAe=/O\s*\d+/,oAe=/O<.+>/,aAe=/[ABCUVWXYZ]\s*/,cAe=/[FHIJKPQRS]\s*/,uAe=[x_.COMMENT(/\(/,/\)/),x_.COMMENT(/;/,/$/),x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE,{scope:"title.function",variants:[{match:$P.concat(z9,AAe)},{begin:AAe,"on:begin":eAe},{match:$P.concat(z9,iAe)},{begin:iAe,"on:begin":eAe}]},{scope:"symbol",variants:[{match:$P.concat(z9,nAe)},{begin:nAe,"on:begin":eAe},{match:$P.concat(z9,oAe)},{begin:oAe,"on:begin":eAe},{match:/\*\s*\d+\s*$/}]},{scope:"operator",match:/^N\s*\d+/},{scope:"variable",match:/-?#\s*\d+/},{scope:"property",variants:[{match:$P.concat(z9,aAe,tAe)},{begin:$P.concat(aAe,tAe),"on:begin":eAe}]},{scope:"params",variants:[{match:$P.concat(z9,cAe,tAe)},{begin:$P.concat(cAe,tAe),"on:begin":eAe}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,disableAutodetect:!0,keywords:zP,contains:uAe}}return gcode_1=r4,gcode_1}var gherkin_1,hasRequiredGherkin;function requireGherkin(){if(hasRequiredGherkin)return gherkin_1;hasRequiredGherkin=1;function r4(x_){return{name:"Gherkin",aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},x_.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},x_.QUOTE_STRING_MODE]}}return gherkin_1=r4,gherkin_1}var glsl_1,hasRequiredGlsl;function requireGlsl(){if(hasRequiredGlsl)return glsl_1;hasRequiredGlsl=1;function r4(x_){return{name:"GLSL",keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}return glsl_1=r4,glsl_1}var gml_1,hasRequiredGml;function requireGml(){if(hasRequiredGml)return gml_1;hasRequiredGml=1;function r4(x_){return{name:"GML",case_insensitive:!1,keywords:{keyword:["#endregion","#macro","#region","and","begin","break","case","constructor","continue","default","delete","div","do","else","end","enum","exit","for","function","globalvar","if","mod","new","not","or","repeat","return","static","switch","then","until","var","while","with","xor"],built_in:["abs","alarm_get","alarm_set","angle_difference","animcurve_channel_evaluate","animcurve_channel_new","animcurve_create","animcurve_destroy","animcurve_exists","animcurve_get","animcurve_get_channel","animcurve_get_channel_index","animcurve_point_new","ansi_char","application_get_position","application_surface_draw_enable","application_surface_enable","application_surface_is_enabled","arccos","arcsin","arctan","arctan2","array_all","array_any","array_concat","array_contains","array_contains_ext","array_copy","array_copy_while","array_create","array_create_ext","array_delete","array_equals","array_filter","array_filter_ext","array_find_index","array_first","array_foreach","array_get","array_get_index","array_insert","array_intersection","array_last","array_length","array_map","array_map_ext","array_pop","array_push","array_reduce","array_resize","array_reverse","array_reverse_ext","array_set","array_shuffle","array_shuffle_ext","array_sort","array_union","array_unique","array_unique_ext","asset_add_tags","asset_clear_tags","asset_get_ids","asset_get_index","asset_get_tags","asset_get_type","asset_has_any_tag","asset_has_tags","asset_remove_tags","audio_bus_clear_emitters","audio_bus_create","audio_bus_get_emitters","audio_channel_num","audio_create_buffer_sound","audio_create_play_queue","audio_create_stream","audio_create_sync_group","audio_debug","audio_destroy_stream","audio_destroy_sync_group","audio_effect_create","audio_emitter_bus","audio_emitter_create","audio_emitter_exists","audio_emitter_falloff","audio_emitter_free","audio_emitter_gain","audio_emitter_get_bus","audio_emitter_get_gain","audio_emitter_get_listener_mask","audio_emitter_get_pitch","audio_emitter_get_vx","audio_emitter_get_vy","audio_emitter_get_vz","audio_emitter_get_x","audio_emitter_get_y","audio_emitter_get_z","audio_emitter_pitch","audio_emitter_position","audio_emitter_set_listener_mask","audio_emitter_velocity","audio_exists","audio_falloff_set_model","audio_free_buffer_sound","audio_free_play_queue","audio_get_listener_count","audio_get_listener_info","audio_get_listener_mask","audio_get_master_gain","audio_get_name","audio_get_recorder_count","audio_get_recorder_info","audio_get_type","audio_group_get_assets","audio_group_get_gain","audio_group_is_loaded","audio_group_load","audio_group_load_progress","audio_group_name","audio_group_set_gain","audio_group_stop_all","audio_group_unload","audio_is_paused","audio_is_playing","audio_listener_get_data","audio_listener_orientation","audio_listener_position","audio_listener_set_orientation","audio_listener_set_position","audio_listener_set_velocity","audio_listener_velocity","audio_master_gain","audio_pause_all","audio_pause_sound","audio_pause_sync_group","audio_play_in_sync_group","audio_play_sound","audio_play_sound_at","audio_play_sound_ext","audio_play_sound_on","audio_queue_sound","audio_resume_all","audio_resume_sound","audio_resume_sync_group","audio_set_listener_mask","audio_set_master_gain","audio_sound_gain","audio_sound_get_audio_group","audio_sound_get_gain","audio_sound_get_listener_mask","audio_sound_get_loop","audio_sound_get_loop_end","audio_sound_get_loop_start","audio_sound_get_pitch","audio_sound_get_track_position","audio_sound_is_playable","audio_sound_length","audio_sound_loop","audio_sound_loop_end","audio_sound_loop_start","audio_sound_pitch","audio_sound_set_listener_mask","audio_sound_set_track_position","audio_start_recording","audio_start_sync_group","audio_stop_all","audio_stop_recording","audio_stop_sound","audio_stop_sync_group","audio_sync_group_debug","audio_sync_group_get_track_pos","audio_sync_group_is_paused","audio_sync_group_is_playing","audio_system_is_available","audio_system_is_initialised","base64_decode","base64_encode","bool","browser_input_capture","buffer_async_group_begin","buffer_async_group_end","buffer_async_group_option","buffer_base64_decode","buffer_base64_decode_ext","buffer_base64_encode","buffer_compress","buffer_copy","buffer_copy_from_vertex_buffer","buffer_copy_stride","buffer_crc32","buffer_create","buffer_create_from_vertex_buffer","buffer_create_from_vertex_buffer_ext","buffer_decompress","buffer_delete","buffer_exists","buffer_fill","buffer_get_address","buffer_get_alignment","buffer_get_size","buffer_get_surface","buffer_get_type","buffer_load","buffer_load_async","buffer_load_ext","buffer_load_partial","buffer_md5","buffer_peek","buffer_poke","buffer_read","buffer_resize","buffer_save","buffer_save_async","buffer_save_ext","buffer_seek","buffer_set_surface","buffer_set_used_size","buffer_sha1","buffer_sizeof","buffer_tell","buffer_write","call_cancel","call_later","camera_apply","camera_copy_transforms","camera_create","camera_create_view","camera_destroy","camera_get_active","camera_get_begin_script","camera_get_default","camera_get_end_script","camera_get_proj_mat","camera_get_update_script","camera_get_view_angle","camera_get_view_border_x","camera_get_view_border_y","camera_get_view_height","camera_get_view_mat","camera_get_view_speed_x","camera_get_view_speed_y","camera_get_view_target","camera_get_view_width","camera_get_view_x","camera_get_view_y","camera_set_begin_script","camera_set_default","camera_set_end_script","camera_set_proj_mat","camera_set_update_script","camera_set_view_angle","camera_set_view_border","camera_set_view_mat","camera_set_view_pos","camera_set_view_size","camera_set_view_speed","camera_set_view_target","ceil","choose","chr","clamp","clickable_add","clickable_add_ext","clickable_change","clickable_change_ext","clickable_delete","clickable_exists","clickable_set_style","clipboard_get_text","clipboard_has_text","clipboard_set_text","cloud_file_save","cloud_string_save","cloud_synchronise","code_is_compiled","collision_circle","collision_circle_list","collision_ellipse","collision_ellipse_list","collision_line","collision_line_list","collision_point","collision_point_list","collision_rectangle","collision_rectangle_list","color_get_blue","color_get_green","color_get_hue","color_get_red","color_get_saturation","color_get_value","colour_get_blue","colour_get_green","colour_get_hue","colour_get_red","colour_get_saturation","colour_get_value","cos","darccos","darcsin","darctan","darctan2","date_compare_date","date_compare_datetime","date_compare_time","date_create_datetime","date_current_datetime","date_date_of","date_date_string","date_datetime_string","date_day_span","date_days_in_month","date_days_in_year","date_get_day","date_get_day_of_year","date_get_hour","date_get_hour_of_year","date_get_minute","date_get_minute_of_year","date_get_month","date_get_second","date_get_second_of_year","date_get_timezone","date_get_week","date_get_weekday","date_get_year","date_hour_span","date_inc_day","date_inc_hour","date_inc_minute","date_inc_month","date_inc_second","date_inc_week","date_inc_year","date_is_today","date_leap_year","date_minute_span","date_month_span","date_second_span","date_set_timezone","date_time_of","date_time_string","date_valid_datetime","date_week_span","date_year_span","db_to_lin","dbg_add_font_glyphs","dbg_button","dbg_checkbox","dbg_color","dbg_colour","dbg_drop_down","dbg_same_line","dbg_section","dbg_section_delete","dbg_section_exists","dbg_slider","dbg_slider_int","dbg_sprite","dbg_text","dbg_text_input","dbg_view","dbg_view_delete","dbg_view_exists","dbg_watch","dcos","debug_event","debug_get_callstack","degtorad","device_get_tilt_x","device_get_tilt_y","device_get_tilt_z","device_is_keypad_open","device_mouse_check_button","device_mouse_check_button_pressed","device_mouse_check_button_released","device_mouse_dbclick_enable","device_mouse_raw_x","device_mouse_raw_y","device_mouse_x","device_mouse_x_to_gui","device_mouse_y","device_mouse_y_to_gui","directory_create","directory_destroy","directory_exists","display_get_dpi_x","display_get_dpi_y","display_get_frequency","display_get_gui_height","display_get_gui_width","display_get_height","display_get_orientation","display_get_sleep_margin","display_get_timing_method","display_get_width","display_mouse_get_x","display_mouse_get_y","display_mouse_set","display_reset","display_set_gui_maximise","display_set_gui_maximize","display_set_gui_size","display_set_sleep_margin","display_set_timing_method","display_set_ui_visibility","distance_to_object","distance_to_point","dot_product","dot_product_3d","dot_product_3d_normalised","dot_product_3d_normalized","dot_product_normalised","dot_product_normalized","draw_arrow","draw_button","draw_circle","draw_circle_color","draw_circle_colour","draw_clear","draw_clear_alpha","draw_ellipse","draw_ellipse_color","draw_ellipse_colour","draw_enable_drawevent","draw_enable_skeleton_blendmodes","draw_enable_swf_aa","draw_flush","draw_get_alpha","draw_get_color","draw_get_colour","draw_get_enable_skeleton_blendmodes","draw_get_font","draw_get_halign","draw_get_lighting","draw_get_swf_aa_level","draw_get_valign","draw_getpixel","draw_getpixel_ext","draw_healthbar","draw_highscore","draw_light_define_ambient","draw_light_define_direction","draw_light_define_point","draw_light_enable","draw_light_get","draw_light_get_ambient","draw_line","draw_line_color","draw_line_colour","draw_line_width","draw_line_width_color","draw_line_width_colour","draw_path","draw_point","draw_point_color","draw_point_colour","draw_primitive_begin","draw_primitive_begin_texture","draw_primitive_end","draw_rectangle","draw_rectangle_color","draw_rectangle_colour","draw_roundrect","draw_roundrect_color","draw_roundrect_color_ext","draw_roundrect_colour","draw_roundrect_colour_ext","draw_roundrect_ext","draw_self","draw_set_alpha","draw_set_circle_precision","draw_set_color","draw_set_colour","draw_set_font","draw_set_halign","draw_set_lighting","draw_set_swf_aa_level","draw_set_valign","draw_skeleton","draw_skeleton_collision","draw_skeleton_instance","draw_skeleton_time","draw_sprite","draw_sprite_ext","draw_sprite_general","draw_sprite_part","draw_sprite_part_ext","draw_sprite_pos","draw_sprite_stretched","draw_sprite_stretched_ext","draw_sprite_tiled","draw_sprite_tiled_ext","draw_surface","draw_surface_ext","draw_surface_general","draw_surface_part","draw_surface_part_ext","draw_surface_stretched","draw_surface_stretched_ext","draw_surface_tiled","draw_surface_tiled_ext","draw_text","draw_text_color","draw_text_colour","draw_text_ext","draw_text_ext_color","draw_text_ext_colour","draw_text_ext_transformed","draw_text_ext_transformed_color","draw_text_ext_transformed_colour","draw_text_transformed","draw_text_transformed_color","draw_text_transformed_colour","draw_texture_flush","draw_tile","draw_tilemap","draw_triangle","draw_triangle_color","draw_triangle_colour","draw_vertex","draw_vertex_color","draw_vertex_colour","draw_vertex_texture","draw_vertex_texture_color","draw_vertex_texture_colour","ds_exists","ds_grid_add","ds_grid_add_disk","ds_grid_add_grid_region","ds_grid_add_region","ds_grid_clear","ds_grid_copy","ds_grid_create","ds_grid_destroy","ds_grid_get","ds_grid_get_disk_max","ds_grid_get_disk_mean","ds_grid_get_disk_min","ds_grid_get_disk_sum","ds_grid_get_max","ds_grid_get_mean","ds_grid_get_min","ds_grid_get_sum","ds_grid_height","ds_grid_multiply","ds_grid_multiply_disk","ds_grid_multiply_grid_region","ds_grid_multiply_region","ds_grid_read","ds_grid_resize","ds_grid_set","ds_grid_set_disk","ds_grid_set_grid_region","ds_grid_set_region","ds_grid_shuffle","ds_grid_sort","ds_grid_to_mp_grid","ds_grid_value_disk_exists","ds_grid_value_disk_x","ds_grid_value_disk_y","ds_grid_value_exists","ds_grid_value_x","ds_grid_value_y","ds_grid_width","ds_grid_write","ds_list_add","ds_list_clear","ds_list_copy","ds_list_create","ds_list_delete","ds_list_destroy","ds_list_empty","ds_list_find_index","ds_list_find_value","ds_list_insert","ds_list_is_list","ds_list_is_map","ds_list_mark_as_list","ds_list_mark_as_map","ds_list_read","ds_list_replace","ds_list_set","ds_list_shuffle","ds_list_size","ds_list_sort","ds_list_write","ds_map_add","ds_map_add_list","ds_map_add_map","ds_map_clear","ds_map_copy","ds_map_create","ds_map_delete","ds_map_destroy","ds_map_empty","ds_map_exists","ds_map_find_first","ds_map_find_last","ds_map_find_next","ds_map_find_previous","ds_map_find_value","ds_map_is_list","ds_map_is_map","ds_map_keys_to_array","ds_map_read","ds_map_replace","ds_map_replace_list","ds_map_replace_map","ds_map_secure_load","ds_map_secure_load_buffer","ds_map_secure_save","ds_map_secure_save_buffer","ds_map_set","ds_map_size","ds_map_values_to_array","ds_map_write","ds_priority_add","ds_priority_change_priority","ds_priority_clear","ds_priority_copy","ds_priority_create","ds_priority_delete_max","ds_priority_delete_min","ds_priority_delete_value","ds_priority_destroy","ds_priority_empty","ds_priority_find_max","ds_priority_find_min","ds_priority_find_priority","ds_priority_read","ds_priority_size","ds_priority_write","ds_queue_clear","ds_queue_copy","ds_queue_create","ds_queue_dequeue","ds_queue_destroy","ds_queue_empty","ds_queue_enqueue","ds_queue_head","ds_queue_read","ds_queue_size","ds_queue_tail","ds_queue_write","ds_set_precision","ds_stack_clear","ds_stack_copy","ds_stack_create","ds_stack_destroy","ds_stack_empty","ds_stack_pop","ds_stack_push","ds_stack_read","ds_stack_size","ds_stack_top","ds_stack_write","dsin","dtan","effect_clear","effect_create_above","effect_create_below","effect_create_depth","effect_create_layer","environment_get_variable","event_inherited","event_perform","event_perform_async","event_perform_object","event_user","exception_unhandled_handler","exp","extension_exists","extension_get_option_count","extension_get_option_names","extension_get_option_value","extension_get_options","extension_get_version","external_call","external_define","external_free","file_attributes","file_bin_close","file_bin_open","file_bin_position","file_bin_read_byte","file_bin_rewrite","file_bin_seek","file_bin_size","file_bin_write_byte","file_copy","file_delete","file_exists","file_find_close","file_find_first","file_find_next","file_rename","file_text_close","file_text_eof","file_text_eoln","file_text_open_append","file_text_open_from_string","file_text_open_read","file_text_open_write","file_text_read_real","file_text_read_string","file_text_readln","file_text_write_real","file_text_write_string","file_text_writeln","filename_change_ext","filename_dir","filename_drive","filename_ext","filename_name","filename_path","floor","font_add","font_add_enable_aa","font_add_get_enable_aa","font_add_sprite","font_add_sprite_ext","font_cache_glyph","font_delete","font_enable_effects","font_enable_sdf","font_exists","font_get_bold","font_get_first","font_get_fontname","font_get_info","font_get_italic","font_get_last","font_get_name","font_get_sdf_enabled","font_get_sdf_spread","font_get_size","font_get_texture","font_get_uvs","font_replace_sprite","font_replace_sprite_ext","font_sdf_spread","font_set_cache_size","frac","fx_create","fx_get_name","fx_get_parameter","fx_get_parameter_names","fx_get_parameters","fx_get_single_layer","fx_set_parameter","fx_set_parameters","fx_set_single_layer","game_change","game_end","game_get_speed","game_load","game_load_buffer","game_restart","game_save","game_save_buffer","game_set_speed","gamepad_axis_count","gamepad_axis_value","gamepad_button_check","gamepad_button_check_pressed","gamepad_button_check_released","gamepad_button_count","gamepad_button_value","gamepad_get_axis_deadzone","gamepad_get_button_threshold","gamepad_get_description","gamepad_get_device_count","gamepad_get_guid","gamepad_get_mapping","gamepad_get_option","gamepad_hat_count","gamepad_hat_value","gamepad_is_connected","gamepad_is_supported","gamepad_remove_mapping","gamepad_set_axis_deadzone","gamepad_set_button_threshold","gamepad_set_color","gamepad_set_colour","gamepad_set_option","gamepad_set_vibration","gamepad_test_mapping","gc_collect","gc_enable","gc_get_stats","gc_get_target_frame_time","gc_is_enabled","gc_target_frame_time","gesture_double_tap_distance","gesture_double_tap_time","gesture_drag_distance","gesture_drag_time","gesture_flick_speed","gesture_get_double_tap_distance","gesture_get_double_tap_time","gesture_get_drag_distance","gesture_get_drag_time","gesture_get_flick_speed","gesture_get_pinch_angle_away","gesture_get_pinch_angle_towards","gesture_get_pinch_distance","gesture_get_rotate_angle","gesture_get_rotate_time","gesture_get_tap_count","gesture_pinch_angle_away","gesture_pinch_angle_towards","gesture_pinch_distance","gesture_rotate_angle","gesture_rotate_time","gesture_tap_count","get_integer","get_integer_async","get_login_async","get_open_filename","get_open_filename_ext","get_save_filename","get_save_filename_ext","get_string","get_string_async","get_timer","gif_add_surface","gif_open","gif_save","gif_save_buffer","gml_pragma","gml_release_mode","gpu_get_alphatestenable","gpu_get_alphatestref","gpu_get_blendenable","gpu_get_blendmode","gpu_get_blendmode_dest","gpu_get_blendmode_destalpha","gpu_get_blendmode_ext","gpu_get_blendmode_ext_sepalpha","gpu_get_blendmode_src","gpu_get_blendmode_srcalpha","gpu_get_colorwriteenable","gpu_get_colourwriteenable","gpu_get_cullmode","gpu_get_depth","gpu_get_fog","gpu_get_state","gpu_get_tex_filter","gpu_get_tex_filter_ext","gpu_get_tex_max_aniso","gpu_get_tex_max_aniso_ext","gpu_get_tex_max_mip","gpu_get_tex_max_mip_ext","gpu_get_tex_min_mip","gpu_get_tex_min_mip_ext","gpu_get_tex_mip_bias","gpu_get_tex_mip_bias_ext","gpu_get_tex_mip_enable","gpu_get_tex_mip_enable_ext","gpu_get_tex_mip_filter","gpu_get_tex_mip_filter_ext","gpu_get_tex_repeat","gpu_get_tex_repeat_ext","gpu_get_texfilter","gpu_get_texfilter_ext","gpu_get_texrepeat","gpu_get_texrepeat_ext","gpu_get_zfunc","gpu_get_ztestenable","gpu_get_zwriteenable","gpu_pop_state","gpu_push_state","gpu_set_alphatestenable","gpu_set_alphatestref","gpu_set_blendenable","gpu_set_blendmode","gpu_set_blendmode_ext","gpu_set_blendmode_ext_sepalpha","gpu_set_colorwriteenable","gpu_set_colourwriteenable","gpu_set_cullmode","gpu_set_depth","gpu_set_fog","gpu_set_state","gpu_set_tex_filter","gpu_set_tex_filter_ext","gpu_set_tex_max_aniso","gpu_set_tex_max_aniso_ext","gpu_set_tex_max_mip","gpu_set_tex_max_mip_ext","gpu_set_tex_min_mip","gpu_set_tex_min_mip_ext","gpu_set_tex_mip_bias","gpu_set_tex_mip_bias_ext","gpu_set_tex_mip_enable","gpu_set_tex_mip_enable_ext","gpu_set_tex_mip_filter","gpu_set_tex_mip_filter_ext","gpu_set_tex_repeat","gpu_set_tex_repeat_ext","gpu_set_texfilter","gpu_set_texfilter_ext","gpu_set_texrepeat","gpu_set_texrepeat_ext","gpu_set_zfunc","gpu_set_ztestenable","gpu_set_zwriteenable","handle_parse","highscore_add","highscore_clear","highscore_name","highscore_value","http_get","http_get_file","http_get_request_crossorigin","http_post_string","http_request","http_set_request_crossorigin","iap_acquire","iap_activate","iap_consume","iap_enumerate_products","iap_product_details","iap_purchase_details","iap_restore_all","iap_status","ini_close","ini_key_delete","ini_key_exists","ini_open","ini_open_from_string","ini_read_real","ini_read_string","ini_section_delete","ini_section_exists","ini_write_real","ini_write_string","instance_activate_all","instance_activate_layer","instance_activate_object","instance_activate_region","instance_change","instance_copy","instance_create_depth","instance_create_layer","instance_deactivate_all","instance_deactivate_layer","instance_deactivate_object","instance_deactivate_region","instance_destroy","instance_exists","instance_find","instance_furthest","instance_id_get","instance_nearest","instance_number","instance_place","instance_place_list","instance_position","instance_position_list","instanceof","int64","io_clear","irandom","irandom_range","is_array","is_bool","is_callable","is_debug_overlay_open","is_handle","is_infinity","is_instanceof","is_int32","is_int64","is_keyboard_used_debug_overlay","is_method","is_mouse_over_debug_overlay","is_nan","is_numeric","is_ptr","is_real","is_string","is_struct","is_undefined","json_decode","json_encode","json_parse","json_stringify","keyboard_check","keyboard_check_direct","keyboard_check_pressed","keyboard_check_released","keyboard_clear","keyboard_get_map","keyboard_get_numlock","keyboard_key_press","keyboard_key_release","keyboard_set_map","keyboard_set_numlock","keyboard_unset_map","keyboard_virtual_height","keyboard_virtual_hide","keyboard_virtual_show","keyboard_virtual_status","layer_add_instance","layer_background_alpha","layer_background_blend","layer_background_change","layer_background_create","layer_background_destroy","layer_background_exists","layer_background_get_alpha","layer_background_get_blend","layer_background_get_htiled","layer_background_get_id","layer_background_get_index","layer_background_get_speed","layer_background_get_sprite","layer_background_get_stretch","layer_background_get_visible","layer_background_get_vtiled","layer_background_get_xscale","layer_background_get_yscale","layer_background_htiled","layer_background_index","layer_background_speed","layer_background_sprite","layer_background_stretch","layer_background_visible","layer_background_vtiled","layer_background_xscale","layer_background_yscale","layer_clear_fx","layer_create","layer_depth","layer_destroy","layer_destroy_instances","layer_element_move","layer_enable_fx","layer_exists","layer_force_draw_depth","layer_fx_is_enabled","layer_get_all","layer_get_all_elements","layer_get_depth","layer_get_element_layer","layer_get_element_type","layer_get_forced_depth","layer_get_fx","layer_get_hspeed","layer_get_id","layer_get_id_at_depth","layer_get_name","layer_get_script_begin","layer_get_script_end","layer_get_shader","layer_get_target_room","layer_get_visible","layer_get_vspeed","layer_get_x","layer_get_y","layer_has_instance","layer_hspeed","layer_instance_get_instance","layer_is_draw_depth_forced","layer_reset_target_room","layer_script_begin","layer_script_end","layer_sequence_angle","layer_sequence_create","layer_sequence_destroy","layer_sequence_exists","layer_sequence_get_angle","layer_sequence_get_headdir","layer_sequence_get_headpos","layer_sequence_get_instance","layer_sequence_get_length","layer_sequence_get_sequence","layer_sequence_get_speedscale","layer_sequence_get_x","layer_sequence_get_xscale","layer_sequence_get_y","layer_sequence_get_yscale","layer_sequence_headdir","layer_sequence_headpos","layer_sequence_is_finished","layer_sequence_is_paused","layer_sequence_pause","layer_sequence_play","layer_sequence_speedscale","layer_sequence_x","layer_sequence_xscale","layer_sequence_y","layer_sequence_yscale","layer_set_fx","layer_set_target_room","layer_set_visible","layer_shader","layer_sprite_alpha","layer_sprite_angle","layer_sprite_blend","layer_sprite_change","layer_sprite_create","layer_sprite_destroy","layer_sprite_exists","layer_sprite_get_alpha","layer_sprite_get_angle","layer_sprite_get_blend","layer_sprite_get_id","layer_sprite_get_index","layer_sprite_get_speed","layer_sprite_get_sprite","layer_sprite_get_x","layer_sprite_get_xscale","layer_sprite_get_y","layer_sprite_get_yscale","layer_sprite_index","layer_sprite_speed","layer_sprite_x","layer_sprite_xscale","layer_sprite_y","layer_sprite_yscale","layer_tile_alpha","layer_tile_blend","layer_tile_change","layer_tile_create","layer_tile_destroy","layer_tile_exists","layer_tile_get_alpha","layer_tile_get_blend","layer_tile_get_region","layer_tile_get_sprite","layer_tile_get_visible","layer_tile_get_x","layer_tile_get_xscale","layer_tile_get_y","layer_tile_get_yscale","layer_tile_region","layer_tile_visible","layer_tile_x","layer_tile_xscale","layer_tile_y","layer_tile_yscale","layer_tilemap_create","layer_tilemap_destroy","layer_tilemap_exists","layer_tilemap_get_id","layer_vspeed","layer_x","layer_y","lengthdir_x","lengthdir_y","lerp","lin_to_db","ln","load_csv","log10","log2","logn","make_color_hsv","make_color_rgb","make_colour_hsv","make_colour_rgb","math_get_epsilon","math_set_epsilon","matrix_build","matrix_build_identity","matrix_build_lookat","matrix_build_projection_ortho","matrix_build_projection_perspective","matrix_build_projection_perspective_fov","matrix_get","matrix_multiply","matrix_set","matrix_stack_clear","matrix_stack_is_empty","matrix_stack_pop","matrix_stack_push","matrix_stack_set","matrix_stack_top","matrix_transform_vertex","max","md5_file","md5_string_unicode","md5_string_utf8","mean","median","merge_color","merge_colour","method","method_call","method_get_index","method_get_self","min","motion_add","motion_set","mouse_check_button","mouse_check_button_pressed","mouse_check_button_released","mouse_clear","mouse_wheel_down","mouse_wheel_up","move_and_collide","move_bounce_all","move_bounce_solid","move_contact_all","move_contact_solid","move_outside_all","move_outside_solid","move_random","move_snap","move_towards_point","move_wrap","mp_grid_add_cell","mp_grid_add_instances","mp_grid_add_rectangle","mp_grid_clear_all","mp_grid_clear_cell","mp_grid_clear_rectangle","mp_grid_create","mp_grid_destroy","mp_grid_draw","mp_grid_get_cell","mp_grid_path","mp_grid_to_ds_grid","mp_linear_path","mp_linear_path_object","mp_linear_step","mp_linear_step_object","mp_potential_path","mp_potential_path_object","mp_potential_settings","mp_potential_step","mp_potential_step_object","nameof","network_connect","network_connect_async","network_connect_raw","network_connect_raw_async","network_create_server","network_create_server_raw","network_create_socket","network_create_socket_ext","network_destroy","network_resolve","network_send_broadcast","network_send_packet","network_send_raw","network_send_udp","network_send_udp_raw","network_set_config","network_set_timeout","object_exists","object_get_mask","object_get_name","object_get_parent","object_get_persistent","object_get_physics","object_get_solid","object_get_sprite","object_get_visible","object_is_ancestor","object_set_mask","object_set_persistent","object_set_solid","object_set_sprite","object_set_visible","ord","os_check_permission","os_get_config","os_get_info","os_get_language","os_get_region","os_is_network_connected","os_is_paused","os_lock_orientation","os_powersave_enable","os_request_permission","os_set_orientation_lock","parameter_count","parameter_string","part_emitter_burst","part_emitter_clear","part_emitter_create","part_emitter_delay","part_emitter_destroy","part_emitter_destroy_all","part_emitter_enable","part_emitter_exists","part_emitter_interval","part_emitter_region","part_emitter_relative","part_emitter_stream","part_particles_burst","part_particles_clear","part_particles_count","part_particles_create","part_particles_create_color","part_particles_create_colour","part_system_angle","part_system_automatic_draw","part_system_automatic_update","part_system_clear","part_system_color","part_system_colour","part_system_create","part_system_create_layer","part_system_depth","part_system_destroy","part_system_draw_order","part_system_drawit","part_system_exists","part_system_get_info","part_system_get_layer","part_system_global_space","part_system_layer","part_system_position","part_system_update","part_type_alpha1","part_type_alpha2","part_type_alpha3","part_type_blend","part_type_clear","part_type_color1","part_type_color2","part_type_color3","part_type_color_hsv","part_type_color_mix","part_type_color_rgb","part_type_colour1","part_type_colour2","part_type_colour3","part_type_colour_hsv","part_type_colour_mix","part_type_colour_rgb","part_type_create","part_type_death","part_type_destroy","part_type_direction","part_type_exists","part_type_gravity","part_type_life","part_type_orientation","part_type_scale","part_type_shape","part_type_size","part_type_size_x","part_type_size_y","part_type_speed","part_type_sprite","part_type_step","part_type_subimage","particle_exists","particle_get_info","path_add","path_add_point","path_append","path_assign","path_change_point","path_clear_points","path_delete","path_delete_point","path_duplicate","path_end","path_exists","path_flip","path_get_closed","path_get_kind","path_get_length","path_get_name","path_get_number","path_get_point_speed","path_get_point_x","path_get_point_y","path_get_precision","path_get_speed","path_get_x","path_get_y","path_insert_point","path_mirror","path_rescale","path_reverse","path_rotate","path_set_closed","path_set_kind","path_set_precision","path_shift","path_start","physics_apply_angular_impulse","physics_apply_force","physics_apply_impulse","physics_apply_local_force","physics_apply_local_impulse","physics_apply_torque","physics_draw_debug","physics_fixture_add_point","physics_fixture_bind","physics_fixture_bind_ext","physics_fixture_create","physics_fixture_delete","physics_fixture_set_angular_damping","physics_fixture_set_awake","physics_fixture_set_box_shape","physics_fixture_set_chain_shape","physics_fixture_set_circle_shape","physics_fixture_set_collision_group","physics_fixture_set_density","physics_fixture_set_edge_shape","physics_fixture_set_friction","physics_fixture_set_kinematic","physics_fixture_set_linear_damping","physics_fixture_set_polygon_shape","physics_fixture_set_restitution","physics_fixture_set_sensor","physics_get_density","physics_get_friction","physics_get_restitution","physics_joint_delete","physics_joint_distance_create","physics_joint_enable_motor","physics_joint_friction_create","physics_joint_gear_create","physics_joint_get_value","physics_joint_prismatic_create","physics_joint_pulley_create","physics_joint_revolute_create","physics_joint_rope_create","physics_joint_set_value","physics_joint_weld_create","physics_joint_wheel_create","physics_mass_properties","physics_particle_count","physics_particle_create","physics_particle_delete","physics_particle_delete_region_box","physics_particle_delete_region_circle","physics_particle_delete_region_poly","physics_particle_draw","physics_particle_draw_ext","physics_particle_get_damping","physics_particle_get_data","physics_particle_get_data_particle","physics_particle_get_density","physics_particle_get_gravity_scale","physics_particle_get_group_flags","physics_particle_get_max_count","physics_particle_get_radius","physics_particle_group_add_point","physics_particle_group_begin","physics_particle_group_box","physics_particle_group_circle","physics_particle_group_count","physics_particle_group_delete","physics_particle_group_end","physics_particle_group_get_ang_vel","physics_particle_group_get_angle","physics_particle_group_get_centre_x","physics_particle_group_get_centre_y","physics_particle_group_get_data","physics_particle_group_get_inertia","physics_particle_group_get_mass","physics_particle_group_get_vel_x","physics_particle_group_get_vel_y","physics_particle_group_get_x","physics_particle_group_get_y","physics_particle_group_join","physics_particle_group_polygon","physics_particle_set_category_flags","physics_particle_set_damping","physics_particle_set_density","physics_particle_set_flags","physics_particle_set_gravity_scale","physics_particle_set_group_flags","physics_particle_set_max_count","physics_particle_set_radius","physics_pause_enable","physics_remove_fixture","physics_set_density","physics_set_friction","physics_set_restitution","physics_test_overlap","physics_world_create","physics_world_draw_debug","physics_world_gravity","physics_world_update_iterations","physics_world_update_speed","place_empty","place_free","place_meeting","place_snapped","point_direction","point_distance","point_distance_3d","point_in_circle","point_in_rectangle","point_in_triangle","position_change","position_destroy","position_empty","position_meeting","power","ptr","radtodeg","random","random_get_seed","random_range","random_set_seed","randomise","randomize","real","rectangle_in_circle","rectangle_in_rectangle","rectangle_in_triangle","ref_create","rollback_chat","rollback_create_game","rollback_define_extra_network_latency","rollback_define_input","rollback_define_input_frame_delay","rollback_define_mock_input","rollback_define_player","rollback_display_events","rollback_get_info","rollback_get_input","rollback_get_player_prefs","rollback_join_game","rollback_leave_game","rollback_set_player_prefs","rollback_start_game","rollback_sync_on_frame","rollback_use_late_join","rollback_use_manual_start","rollback_use_player_prefs","rollback_use_random_input","room_add","room_assign","room_duplicate","room_exists","room_get_camera","room_get_info","room_get_name","room_get_viewport","room_goto","room_goto_next","room_goto_previous","room_instance_add","room_instance_clear","room_next","room_previous","room_restart","room_set_camera","room_set_height","room_set_persistent","room_set_view_enabled","room_set_viewport","room_set_width","round","scheduler_resolution_get","scheduler_resolution_set","screen_save","screen_save_part","script_execute","script_execute_ext","script_exists","script_get_name","sequence_create","sequence_destroy","sequence_exists","sequence_get","sequence_get_objects","sequence_instance_override_object","sequence_keyframe_new","sequence_keyframedata_new","sequence_track_new","sha1_file","sha1_string_unicode","sha1_string_utf8","shader_current","shader_enable_corner_id","shader_get_name","shader_get_sampler_index","shader_get_uniform","shader_is_compiled","shader_reset","shader_set","shader_set_uniform_f","shader_set_uniform_f_array","shader_set_uniform_f_buffer","shader_set_uniform_i","shader_set_uniform_i_array","shader_set_uniform_matrix","shader_set_uniform_matrix_array","shaders_are_supported","shop_leave_rating","show_debug_message","show_debug_message_ext","show_debug_overlay","show_error","show_message","show_message_async","show_question","show_question_async","sign","sin","skeleton_animation_clear","skeleton_animation_get","skeleton_animation_get_duration","skeleton_animation_get_event_frames","skeleton_animation_get_ext","skeleton_animation_get_frame","skeleton_animation_get_frames","skeleton_animation_get_position","skeleton_animation_is_finished","skeleton_animation_is_looping","skeleton_animation_list","skeleton_animation_mix","skeleton_animation_set","skeleton_animation_set_ext","skeleton_animation_set_frame","skeleton_animation_set_position","skeleton_attachment_create","skeleton_attachment_create_color","skeleton_attachment_create_colour","skeleton_attachment_destroy","skeleton_attachment_exists","skeleton_attachment_get","skeleton_attachment_replace","skeleton_attachment_replace_color","skeleton_attachment_replace_colour","skeleton_attachment_set","skeleton_bone_data_get","skeleton_bone_data_set","skeleton_bone_list","skeleton_bone_state_get","skeleton_bone_state_set","skeleton_collision_draw_set","skeleton_find_slot","skeleton_get_bounds","skeleton_get_minmax","skeleton_get_num_bounds","skeleton_skin_create","skeleton_skin_get","skeleton_skin_list","skeleton_skin_set","skeleton_slot_alpha_get","skeleton_slot_color_get","skeleton_slot_color_set","skeleton_slot_colour_get","skeleton_slot_colour_set","skeleton_slot_data","skeleton_slot_data_instance","skeleton_slot_list","sprite_add","sprite_add_ext","sprite_add_from_surface","sprite_assign","sprite_collision_mask","sprite_create_from_surface","sprite_delete","sprite_duplicate","sprite_exists","sprite_flush","sprite_flush_multi","sprite_get_bbox_bottom","sprite_get_bbox_left","sprite_get_bbox_mode","sprite_get_bbox_right","sprite_get_bbox_top","sprite_get_height","sprite_get_info","sprite_get_name","sprite_get_nineslice","sprite_get_number","sprite_get_speed","sprite_get_speed_type","sprite_get_texture","sprite_get_tpe","sprite_get_uvs","sprite_get_width","sprite_get_xoffset","sprite_get_yoffset","sprite_merge","sprite_nineslice_create","sprite_prefetch","sprite_prefetch_multi","sprite_replace","sprite_save","sprite_save_strip","sprite_set_alpha_from_sprite","sprite_set_bbox","sprite_set_bbox_mode","sprite_set_cache_size","sprite_set_cache_size_ext","sprite_set_nineslice","sprite_set_offset","sprite_set_speed","sqr","sqrt","static_get","static_set","string","string_byte_at","string_byte_length","string_char_at","string_concat","string_concat_ext","string_copy","string_count","string_delete","string_digits","string_ends_with","string_ext","string_foreach","string_format","string_hash_to_newline","string_height","string_height_ext","string_insert","string_join","string_join_ext","string_last_pos","string_last_pos_ext","string_length","string_letters","string_lettersdigits","string_lower","string_ord_at","string_pos","string_pos_ext","string_repeat","string_replace","string_replace_all","string_set_byte_at","string_split","string_split_ext","string_starts_with","string_trim","string_trim_end","string_trim_start","string_upper","string_width","string_width_ext","struct_exists","struct_foreach","struct_get","struct_get_from_hash","struct_get_names","struct_names_count","struct_remove","struct_set","struct_set_from_hash","surface_copy","surface_copy_part","surface_create","surface_create_ext","surface_depth_disable","surface_exists","surface_format_is_supported","surface_free","surface_get_depth_disable","surface_get_format","surface_get_height","surface_get_target","surface_get_target_ext","surface_get_texture","surface_get_width","surface_getpixel","surface_getpixel_ext","surface_reset_target","surface_resize","surface_save","surface_save_part","surface_set_target","surface_set_target_ext","tag_get_asset_ids","tag_get_assets","tan","texture_debug_messages","texture_flush","texture_get_height","texture_get_texel_height","texture_get_texel_width","texture_get_uvs","texture_get_width","texture_global_scale","texture_is_ready","texture_prefetch","texture_set_stage","texturegroup_get_fonts","texturegroup_get_names","texturegroup_get_sprites","texturegroup_get_status","texturegroup_get_textures","texturegroup_get_tilesets","texturegroup_load","texturegroup_set_mode","texturegroup_unload","tile_get_empty","tile_get_flip","tile_get_index","tile_get_mirror","tile_get_rotate","tile_set_empty","tile_set_flip","tile_set_index","tile_set_mirror","tile_set_rotate","tilemap_clear","tilemap_get","tilemap_get_at_pixel","tilemap_get_cell_x_at_pixel","tilemap_get_cell_y_at_pixel","tilemap_get_frame","tilemap_get_global_mask","tilemap_get_height","tilemap_get_mask","tilemap_get_tile_height","tilemap_get_tile_width","tilemap_get_tileset","tilemap_get_width","tilemap_get_x","tilemap_get_y","tilemap_set","tilemap_set_at_pixel","tilemap_set_global_mask","tilemap_set_height","tilemap_set_mask","tilemap_set_width","tilemap_tileset","tilemap_x","tilemap_y","tileset_get_info","tileset_get_name","tileset_get_texture","tileset_get_uvs","time_bpm_to_seconds","time_seconds_to_bpm","time_source_create","time_source_destroy","time_source_exists","time_source_get_children","time_source_get_parent","time_source_get_period","time_source_get_reps_completed","time_source_get_reps_remaining","time_source_get_state","time_source_get_time_remaining","time_source_get_units","time_source_pause","time_source_reconfigure","time_source_reset","time_source_resume","time_source_start","time_source_stop","timeline_add","timeline_clear","timeline_delete","timeline_exists","timeline_get_name","timeline_max_moment","timeline_moment_add_script","timeline_moment_clear","timeline_size","typeof","url_get_domain","url_open","url_open_ext","url_open_full","uwp_device_touchscreen_available","uwp_livetile_badge_clear","uwp_livetile_badge_notification","uwp_livetile_notification_begin","uwp_livetile_notification_end","uwp_livetile_notification_expiry","uwp_livetile_notification_image_add","uwp_livetile_notification_secondary_begin","uwp_livetile_notification_tag","uwp_livetile_notification_template_add","uwp_livetile_notification_text_add","uwp_livetile_queue_enable","uwp_livetile_tile_clear","uwp_secondarytile_badge_clear","uwp_secondarytile_badge_notification","uwp_secondarytile_delete","uwp_secondarytile_pin","uwp_secondarytile_tile_clear","variable_clone","variable_get_hash","variable_global_exists","variable_global_get","variable_global_set","variable_instance_exists","variable_instance_get","variable_instance_get_names","variable_instance_names_count","variable_instance_set","variable_struct_exists","variable_struct_get","variable_struct_get_names","variable_struct_names_count","variable_struct_remove","variable_struct_set","vertex_argb","vertex_begin","vertex_color","vertex_colour","vertex_create_buffer","vertex_create_buffer_ext","vertex_create_buffer_from_buffer","vertex_create_buffer_from_buffer_ext","vertex_delete_buffer","vertex_end","vertex_float1","vertex_float2","vertex_float3","vertex_float4","vertex_format_add_color","vertex_format_add_colour","vertex_format_add_custom","vertex_format_add_normal","vertex_format_add_position","vertex_format_add_position_3d","vertex_format_add_texcoord","vertex_format_begin","vertex_format_delete","vertex_format_end","vertex_format_get_info","vertex_freeze","vertex_get_buffer_size","vertex_get_number","vertex_normal","vertex_position","vertex_position_3d","vertex_submit","vertex_submit_ext","vertex_texcoord","vertex_ubyte4","vertex_update_buffer_from_buffer","vertex_update_buffer_from_vertex","video_close","video_draw","video_enable_loop","video_get_duration","video_get_format","video_get_position","video_get_status","video_get_volume","video_is_looping","video_open","video_pause","video_resume","video_seek_to","video_set_volume","view_get_camera","view_get_hport","view_get_surface_id","view_get_visible","view_get_wport","view_get_xport","view_get_yport","view_set_camera","view_set_hport","view_set_surface_id","view_set_visible","view_set_wport","view_set_xport","view_set_yport","virtual_key_add","virtual_key_delete","virtual_key_hide","virtual_key_show","wallpaper_set_config","wallpaper_set_subscriptions","weak_ref_alive","weak_ref_any_alive","weak_ref_create","window_center","window_device","window_enable_borderless_fullscreen","window_get_borderless_fullscreen","window_get_caption","window_get_color","window_get_colour","window_get_cursor","window_get_fullscreen","window_get_height","window_get_showborder","window_get_visible_rects","window_get_width","window_get_x","window_get_y","window_handle","window_has_focus","window_mouse_get_delta_x","window_mouse_get_delta_y","window_mouse_get_locked","window_mouse_get_x","window_mouse_get_y","window_mouse_set","window_mouse_set_locked","window_set_caption","window_set_color","window_set_colour","window_set_cursor","window_set_fullscreen","window_set_max_height","window_set_max_width","window_set_min_height","window_set_min_width","window_set_position","window_set_rectangle","window_set_showborder","window_set_size","window_view_mouse_get_x","window_view_mouse_get_y","window_views_mouse_get_x","window_views_mouse_get_y","winphone_tile_background_color","winphone_tile_background_colour","zip_add_file","zip_create","zip_save","zip_unzip","zip_unzip_async"],symbol:["AudioEffect","AudioEffectType","AudioLFOType","GM_build_date","GM_build_type","GM_is_sandboxed","GM_project_filename","GM_runtime_version","GM_version","NaN","_GMFILE_","_GMFUNCTION_","_GMLINE_","alignmentH","alignmentV","all","animcurvetype_bezier","animcurvetype_catmullrom","animcurvetype_linear","asset_animationcurve","asset_font","asset_object","asset_path","asset_room","asset_script","asset_sequence","asset_shader","asset_sound","asset_sprite","asset_tiles","asset_timeline","asset_unknown","audio_3D","audio_bus_main","audio_falloff_exponent_distance","audio_falloff_exponent_distance_clamped","audio_falloff_exponent_distance_scaled","audio_falloff_inverse_distance","audio_falloff_inverse_distance_clamped","audio_falloff_inverse_distance_scaled","audio_falloff_linear_distance","audio_falloff_linear_distance_clamped","audio_falloff_none","audio_mono","audio_stereo","bboxkind_diamond","bboxkind_ellipse","bboxkind_precise","bboxkind_rectangular","bboxmode_automatic","bboxmode_fullimage","bboxmode_manual","bm_add","bm_dest_alpha","bm_dest_color","bm_dest_colour","bm_inv_dest_alpha","bm_inv_dest_color","bm_inv_dest_colour","bm_inv_src_alpha","bm_inv_src_color","bm_inv_src_colour","bm_max","bm_normal","bm_one","bm_src_alpha","bm_src_alpha_sat","bm_src_color","bm_src_colour","bm_subtract","bm_zero","browser_chrome","browser_edge","browser_firefox","browser_ie","browser_ie_mobile","browser_not_a_browser","browser_opera","browser_safari","browser_safari_mobile","browser_tizen","browser_unknown","browser_windows_store","buffer_bool","buffer_f16","buffer_f32","buffer_f64","buffer_fast","buffer_fixed","buffer_grow","buffer_s16","buffer_s32","buffer_s8","buffer_seek_end","buffer_seek_relative","buffer_seek_start","buffer_string","buffer_text","buffer_u16","buffer_u32","buffer_u64","buffer_u8","buffer_vbuffer","buffer_wrap","c_aqua","c_black","c_blue","c_dkgray","c_dkgrey","c_fuchsia","c_gray","c_green","c_grey","c_lime","c_ltgray","c_ltgrey","c_maroon","c_navy","c_olive","c_orange","c_purple","c_red","c_silver","c_teal","c_white","c_yellow","cache_directory","characterSpacing","cmpfunc_always","cmpfunc_equal","cmpfunc_greater","cmpfunc_greaterequal","cmpfunc_less","cmpfunc_lessequal","cmpfunc_never","cmpfunc_notequal","coreColor","coreColour","cr_appstart","cr_arrow","cr_beam","cr_cross","cr_default","cr_drag","cr_handpoint","cr_hourglass","cr_none","cr_size_all","cr_size_nesw","cr_size_ns","cr_size_nwse","cr_size_we","cr_uparrow","cull_clockwise","cull_counterclockwise","cull_noculling","device_emulator","device_ios_ipad","device_ios_ipad_retina","device_ios_iphone","device_ios_iphone5","device_ios_iphone6","device_ios_iphone6plus","device_ios_iphone_retina","device_ios_unknown","device_tablet","display_landscape","display_landscape_flipped","display_portrait","display_portrait_flipped","dll_cdecl","dll_stdcall","dropShadowEnabled","dropShadowEnabled","ds_type_grid","ds_type_list","ds_type_map","ds_type_priority","ds_type_queue","ds_type_stack","ef_cloud","ef_ellipse","ef_explosion","ef_firework","ef_flare","ef_rain","ef_ring","ef_smoke","ef_smokeup","ef_snow","ef_spark","ef_star","effectsEnabled","effectsEnabled","ev_alarm","ev_animation_end","ev_animation_event","ev_animation_update","ev_async_audio_playback","ev_async_audio_playback_ended","ev_async_audio_recording","ev_async_dialog","ev_async_push_notification","ev_async_save_load","ev_async_save_load","ev_async_social","ev_async_system_event","ev_async_web","ev_async_web_cloud","ev_async_web_iap","ev_async_web_image_load","ev_async_web_networking","ev_async_web_steam","ev_audio_playback","ev_audio_playback_ended","ev_audio_recording","ev_boundary","ev_boundary_view0","ev_boundary_view1","ev_boundary_view2","ev_boundary_view3","ev_boundary_view4","ev_boundary_view5","ev_boundary_view6","ev_boundary_view7","ev_broadcast_message","ev_cleanup","ev_collision","ev_create","ev_destroy","ev_dialog_async","ev_draw","ev_draw_begin","ev_draw_end","ev_draw_normal","ev_draw_post","ev_draw_pre","ev_end_of_path","ev_game_end","ev_game_start","ev_gesture","ev_gesture_double_tap","ev_gesture_drag_end","ev_gesture_drag_start","ev_gesture_dragging","ev_gesture_flick","ev_gesture_pinch_end","ev_gesture_pinch_in","ev_gesture_pinch_out","ev_gesture_pinch_start","ev_gesture_rotate_end","ev_gesture_rotate_start","ev_gesture_rotating","ev_gesture_tap","ev_global_gesture_double_tap","ev_global_gesture_drag_end","ev_global_gesture_drag_start","ev_global_gesture_dragging","ev_global_gesture_flick","ev_global_gesture_pinch_end","ev_global_gesture_pinch_in","ev_global_gesture_pinch_out","ev_global_gesture_pinch_start","ev_global_gesture_rotate_end","ev_global_gesture_rotate_start","ev_global_gesture_rotating","ev_global_gesture_tap","ev_global_left_button","ev_global_left_press","ev_global_left_release","ev_global_middle_button","ev_global_middle_press","ev_global_middle_release","ev_global_right_button","ev_global_right_press","ev_global_right_release","ev_gui","ev_gui_begin","ev_gui_end","ev_joystick1_button1","ev_joystick1_button2","ev_joystick1_button3","ev_joystick1_button4","ev_joystick1_button5","ev_joystick1_button6","ev_joystick1_button7","ev_joystick1_button8","ev_joystick1_down","ev_joystick1_left","ev_joystick1_right","ev_joystick1_up","ev_joystick2_button1","ev_joystick2_button2","ev_joystick2_button3","ev_joystick2_button4","ev_joystick2_button5","ev_joystick2_button6","ev_joystick2_button7","ev_joystick2_button8","ev_joystick2_down","ev_joystick2_left","ev_joystick2_right","ev_joystick2_up","ev_keyboard","ev_keypress","ev_keyrelease","ev_left_button","ev_left_press","ev_left_release","ev_middle_button","ev_middle_press","ev_middle_release","ev_mouse","ev_mouse_enter","ev_mouse_leave","ev_mouse_wheel_down","ev_mouse_wheel_up","ev_no_button","ev_no_more_health","ev_no_more_lives","ev_other","ev_outside","ev_outside_view0","ev_outside_view1","ev_outside_view2","ev_outside_view3","ev_outside_view4","ev_outside_view5","ev_outside_view6","ev_outside_view7","ev_pre_create","ev_push_notification","ev_right_button","ev_right_press","ev_right_release","ev_room_end","ev_room_start","ev_social","ev_step","ev_step_begin","ev_step_end","ev_step_normal","ev_system_event","ev_trigger","ev_user0","ev_user1","ev_user10","ev_user11","ev_user12","ev_user13","ev_user14","ev_user15","ev_user2","ev_user3","ev_user4","ev_user5","ev_user6","ev_user7","ev_user8","ev_user9","ev_web_async","ev_web_cloud","ev_web_iap","ev_web_image_load","ev_web_networking","ev_web_sound_load","ev_web_steam","fa_archive","fa_bottom","fa_center","fa_directory","fa_hidden","fa_left","fa_middle","fa_none","fa_readonly","fa_right","fa_sysfile","fa_top","fa_volumeid","false","frameSizeX","frameSizeY","gamespeed_fps","gamespeed_microseconds","global","glowColor","glowColour","glowEnabled","glowEnabled","glowEnd","glowStart","gp_axis_acceleration_x","gp_axis_acceleration_y","gp_axis_acceleration_z","gp_axis_angular_velocity_x","gp_axis_angular_velocity_y","gp_axis_angular_velocity_z","gp_axis_orientation_w","gp_axis_orientation_x","gp_axis_orientation_y","gp_axis_orientation_z","gp_axislh","gp_axislv","gp_axisrh","gp_axisrv","gp_face1","gp_face2","gp_face3","gp_face4","gp_padd","gp_padl","gp_padr","gp_padu","gp_select","gp_shoulderl","gp_shoulderlb","gp_shoulderr","gp_shoulderrb","gp_start","gp_stickl","gp_stickr","iap_available","iap_canceled","iap_ev_consume","iap_ev_product","iap_ev_purchase","iap_ev_restore","iap_ev_storeload","iap_failed","iap_purchased","iap_refunded","iap_status_available","iap_status_loading","iap_status_processing","iap_status_restoring","iap_status_unavailable","iap_status_uninitialised","iap_storeload_failed","iap_storeload_ok","iap_unavailable","infinity","kbv_autocapitalize_characters","kbv_autocapitalize_none","kbv_autocapitalize_sentences","kbv_autocapitalize_words","kbv_returnkey_continue","kbv_returnkey_default","kbv_returnkey_done","kbv_returnkey_emergency","kbv_returnkey_go","kbv_returnkey_google","kbv_returnkey_join","kbv_returnkey_next","kbv_returnkey_route","kbv_returnkey_search","kbv_returnkey_send","kbv_returnkey_yahoo","kbv_type_ascii","kbv_type_default","kbv_type_email","kbv_type_numbers","kbv_type_phone","kbv_type_phone_name","kbv_type_url","layerelementtype_background","layerelementtype_instance","layerelementtype_oldtilemap","layerelementtype_particlesystem","layerelementtype_sequence","layerelementtype_sprite","layerelementtype_tile","layerelementtype_tilemap","layerelementtype_undefined","leaderboard_type_number","leaderboard_type_time_mins_secs","lighttype_dir","lighttype_point","lineSpacing","m_axisx","m_axisx_gui","m_axisy","m_axisy_gui","m_scroll_down","m_scroll_up","matrix_projection","matrix_view","matrix_world","mb_any","mb_left","mb_middle","mb_none","mb_right","mb_side1","mb_side2","mip_markedonly","mip_off","mip_on","network_config_avoid_time_wait","network_config_connect_timeout","network_config_disable_multicast","network_config_disable_reliable_udp","network_config_enable_multicast","network_config_enable_reliable_udp","network_config_use_non_blocking_socket","network_config_websocket_protocol","network_connect_active","network_connect_blocking","network_connect_nonblocking","network_connect_none","network_connect_passive","network_send_binary","network_send_text","network_socket_bluetooth","network_socket_tcp","network_socket_udp","network_socket_ws","network_socket_wss","network_type_connect","network_type_data","network_type_disconnect","network_type_down","network_type_non_blocking_connect","network_type_up","network_type_up_failed","nineslice_blank","nineslice_bottom","nineslice_center","nineslice_centre","nineslice_hide","nineslice_left","nineslice_mirror","nineslice_repeat","nineslice_right","nineslice_stretch","nineslice_top","noone","of_challenge_lose","of_challenge_tie","of_challenge_win","os_android","os_gdk","os_gxgames","os_ios","os_linux","os_macosx","os_operagx","os_permission_denied","os_permission_denied_dont_request","os_permission_granted","os_ps3","os_ps4","os_ps5","os_psvita","os_switch","os_tvos","os_unknown","os_uwp","os_win8native","os_windows","os_winphone","os_xboxone","os_xboxseriesxs","other","outlineColor","outlineColour","outlineDist","outlineEnabled","outlineEnabled","paragraphSpacing","path_action_continue","path_action_restart","path_action_reverse","path_action_stop","phy_debug_render_aabb","phy_debug_render_collision_pairs","phy_debug_render_coms","phy_debug_render_core_shapes","phy_debug_render_joints","phy_debug_render_obb","phy_debug_render_shapes","phy_joint_anchor_1_x","phy_joint_anchor_1_y","phy_joint_anchor_2_x","phy_joint_anchor_2_y","phy_joint_angle","phy_joint_angle_limits","phy_joint_damping_ratio","phy_joint_frequency","phy_joint_length_1","phy_joint_length_2","phy_joint_lower_angle_limit","phy_joint_max_force","phy_joint_max_length","phy_joint_max_motor_force","phy_joint_max_motor_torque","phy_joint_max_torque","phy_joint_motor_force","phy_joint_motor_speed","phy_joint_motor_torque","phy_joint_reaction_force_x","phy_joint_reaction_force_y","phy_joint_reaction_torque","phy_joint_speed","phy_joint_translation","phy_joint_upper_angle_limit","phy_particle_data_flag_category","phy_particle_data_flag_color","phy_particle_data_flag_colour","phy_particle_data_flag_position","phy_particle_data_flag_typeflags","phy_particle_data_flag_velocity","phy_particle_flag_colormixing","phy_particle_flag_colourmixing","phy_particle_flag_elastic","phy_particle_flag_powder","phy_particle_flag_spring","phy_particle_flag_tensile","phy_particle_flag_viscous","phy_particle_flag_wall","phy_particle_flag_water","phy_particle_flag_zombie","phy_particle_group_flag_rigid","phy_particle_group_flag_solid","pi","pointer_invalid","pointer_null","pr_linelist","pr_linestrip","pr_pointlist","pr_trianglefan","pr_trianglelist","pr_trianglestrip","ps_distr_gaussian","ps_distr_invgaussian","ps_distr_linear","ps_mode_burst","ps_mode_stream","ps_shape_diamond","ps_shape_ellipse","ps_shape_line","ps_shape_rectangle","pt_shape_circle","pt_shape_cloud","pt_shape_disk","pt_shape_explosion","pt_shape_flare","pt_shape_line","pt_shape_pixel","pt_shape_ring","pt_shape_smoke","pt_shape_snow","pt_shape_spark","pt_shape_sphere","pt_shape_square","pt_shape_star","rollback_chat_message","rollback_connect_error","rollback_connect_info","rollback_connected_to_peer","rollback_connection_rejected","rollback_disconnected_from_peer","rollback_end_game","rollback_game_full","rollback_game_info","rollback_game_interrupted","rollback_game_resumed","rollback_high_latency","rollback_player_prefs","rollback_protocol_rejected","rollback_synchronized_with_peer","rollback_synchronizing_with_peer","self","seqaudiokey_loop","seqaudiokey_oneshot","seqdir_left","seqdir_right","seqinterpolation_assign","seqinterpolation_lerp","seqplay_loop","seqplay_oneshot","seqplay_pingpong","seqtextkey_bottom","seqtextkey_center","seqtextkey_justify","seqtextkey_left","seqtextkey_middle","seqtextkey_right","seqtextkey_top","seqtracktype_audio","seqtracktype_bool","seqtracktype_clipmask","seqtracktype_clipmask_mask","seqtracktype_clipmask_subject","seqtracktype_color","seqtracktype_colour","seqtracktype_empty","seqtracktype_graphic","seqtracktype_group","seqtracktype_instance","seqtracktype_message","seqtracktype_moment","seqtracktype_particlesystem","seqtracktype_real","seqtracktype_sequence","seqtracktype_spriteframes","seqtracktype_string","seqtracktype_text","shadowColor","shadowColour","shadowOffsetX","shadowOffsetY","shadowSoftness","sprite_add_ext_error_cancelled","sprite_add_ext_error_decompressfailed","sprite_add_ext_error_loadfailed","sprite_add_ext_error_setupfailed","sprite_add_ext_error_spritenotfound","sprite_add_ext_error_unknown","spritespeed_framespergameframe","spritespeed_framespersecond","surface_r16float","surface_r32float","surface_r8unorm","surface_rg8unorm","surface_rgba16float","surface_rgba32float","surface_rgba4unorm","surface_rgba8unorm","texturegroup_status_fetched","texturegroup_status_loaded","texturegroup_status_loading","texturegroup_status_unloaded","tf_anisotropic","tf_linear","tf_point","thickness","tile_flip","tile_index_mask","tile_mirror","tile_rotate","time_source_expire_after","time_source_expire_nearest","time_source_game","time_source_global","time_source_state_active","time_source_state_initial","time_source_state_paused","time_source_state_stopped","time_source_units_frames","time_source_units_seconds","timezone_local","timezone_utc","tm_countvsyncs","tm_sleep","tm_systemtiming","true","ty_real","ty_string","undefined","vertex_type_color","vertex_type_colour","vertex_type_float1","vertex_type_float2","vertex_type_float3","vertex_type_float4","vertex_type_ubyte4","vertex_usage_binormal","vertex_usage_blendindices","vertex_usage_blendweight","vertex_usage_color","vertex_usage_colour","vertex_usage_depth","vertex_usage_fog","vertex_usage_normal","vertex_usage_position","vertex_usage_psize","vertex_usage_sample","vertex_usage_tangent","vertex_usage_texcoord","video_format_rgba","video_format_yuv","video_status_closed","video_status_paused","video_status_playing","video_status_preparing","vk_add","vk_alt","vk_anykey","vk_backspace","vk_control","vk_decimal","vk_delete","vk_divide","vk_down","vk_end","vk_enter","vk_escape","vk_f1","vk_f10","vk_f11","vk_f12","vk_f2","vk_f3","vk_f4","vk_f5","vk_f6","vk_f7","vk_f8","vk_f9","vk_home","vk_insert","vk_lalt","vk_lcontrol","vk_left","vk_lshift","vk_multiply","vk_nokey","vk_numpad0","vk_numpad1","vk_numpad2","vk_numpad3","vk_numpad4","vk_numpad5","vk_numpad6","vk_numpad7","vk_numpad8","vk_numpad9","vk_pagedown","vk_pageup","vk_pause","vk_printscreen","vk_ralt","vk_rcontrol","vk_return","vk_right","vk_rshift","vk_shift","vk_space","vk_subtract","vk_tab","vk_up","wallpaper_config","wallpaper_subscription_data","wrap"],"variable.language":["alarm","application_surface","argument","argument0","argument1","argument2","argument3","argument4","argument5","argument6","argument7","argument8","argument9","argument10","argument11","argument12","argument13","argument14","argument15","argument_count","async_load","background_color","background_colour","background_showcolor","background_showcolour","bbox_bottom","bbox_left","bbox_right","bbox_top","browser_height","browser_width","colour?ColourTrack","current_day","current_hour","current_minute","current_month","current_second","current_time","current_weekday","current_year","cursor_sprite","debug_mode","delta_time","depth","direction","display_aa","drawn_by_sequence","event_action","event_data","event_number","event_object","event_type","font_texture_page_size","fps","fps_real","friction","game_display_name","game_id","game_project_name","game_save_id","gravity","gravity_direction","health","hspeed","iap_data","id","image_alpha","image_angle","image_blend","image_index","image_number","image_speed","image_xscale","image_yscale","in_collision_tree","in_sequence","instance_count","instance_id","keyboard_key","keyboard_lastchar","keyboard_lastkey","keyboard_string","layer","lives","longMessage","managed","mask_index","message","mouse_button","mouse_lastbutton","mouse_x","mouse_y","object_index","os_browser","os_device","os_type","os_version","path_endaction","path_index","path_orientation","path_position","path_positionprevious","path_scale","path_speed","persistent","phy_active","phy_angular_damping","phy_angular_velocity","phy_bullet","phy_col_normal_x","phy_col_normal_y","phy_collision_points","phy_collision_x","phy_collision_y","phy_com_x","phy_com_y","phy_dynamic","phy_fixed_rotation","phy_inertia","phy_kinematic","phy_linear_damping","phy_linear_velocity_x","phy_linear_velocity_y","phy_mass","phy_position_x","phy_position_xprevious","phy_position_y","phy_position_yprevious","phy_rotation","phy_sleeping","phy_speed","phy_speed_x","phy_speed_y","player_avatar_sprite","player_avatar_url","player_id","player_local","player_type","player_user_id","program_directory","rollback_api_server","rollback_confirmed_frame","rollback_current_frame","rollback_event_id","rollback_event_param","rollback_game_running","room","room_first","room_height","room_last","room_persistent","room_speed","room_width","score","script","sequence_instance","solid","speed","sprite_height","sprite_index","sprite_width","sprite_xoffset","sprite_yoffset","stacktrace","temp_directory","timeline_index","timeline_loop","timeline_position","timeline_running","timeline_speed","view_camera","view_current","view_enabled","view_hport","view_surface_id","view_visible","view_wport","view_xport","view_yport","visible","vspeed","webgl_enabled","working_directory","x","xprevious","xstart","y","yprevious","ystart"]},contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE]}}return gml_1=r4,gml_1}var go_1,hasRequiredGo;function requireGo(){if(hasRequiredGo)return go_1;hasRequiredGo=1;function r4(x_){const tAe={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:tAe,illegal:"",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,end:/\}/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return haml_1=r4,haml_1}var handlebars_1,hasRequiredHandlebars;function requireHandlebars(){if(hasRequiredHandlebars)return handlebars_1;hasRequiredHandlebars=1;function r4(x_){const $P=x_.regex,zP={$pattern:/[\w.\/]+/,built_in:["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},z9={$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]},eAe=/""|"[^"]+"/,tAe=/''|'[^']+'/,AAe=/\[\]|\[[^\]]+\]/,iAe=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,nAe=/(\.|\/)/,oAe=$P.either(eAe,tAe,AAe,iAe),aAe=$P.concat($P.optional(/\.|\.\/|\//),oAe,$P.anyNumberOfTimes($P.concat(nAe,oAe))),cAe=$P.concat("(",AAe,"|",iAe,")(?==)"),uAe={begin:aAe},dAe=x_.inherit(uAe,{keywords:z9}),EAe={begin:/\(/,end:/\)/},gAe={className:"attr",begin:cAe,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[x_.NUMBER_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,dAe,EAe]}}},pAe={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},mAe={contains:[x_.NUMBER_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,pAe,gAe,dAe,EAe],returnEnd:!0},SAe=x_.inherit(uAe,{className:"name",keywords:zP,starts:x_.inherit(mAe,{end:/\)/})});EAe.contains=[SAe];const DAe=x_.inherit(uAe,{keywords:zP,className:"name",starts:x_.inherit(mAe,{end:/\}\}/})}),NAe=x_.inherit(uAe,{keywords:zP,className:"name"}),TAe=x_.inherit(uAe,{className:"name",keywords:zP,starts:x_.inherit(mAe,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},x_.COMMENT(/\{\{!--/,/--\}\}/),x_.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[DAe],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[NAe]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[DAe]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[NAe]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[TAe]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[TAe]}]}}return handlebars_1=r4,handlebars_1}var haskell_1,hasRequiredHaskell;function requireHaskell(){if(hasRequiredHaskell)return haskell_1;hasRequiredHaskell=1;function r4(x_){const $P="([0-9]_*)+",zP="([0-9a-fA-F]_*)+",z9="([01]_*)+",eAe="([0-7]_*)+",nAe="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",oAe={variants:[x_.COMMENT("--+","$"),x_.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},aAe={className:"meta",begin:/\{-#/,end:/#-\}/},cAe={className:"meta",begin:"^#",end:"$"},uAe={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},dAe={begin:"\\(",end:"\\)",illegal:'"',contains:[aAe,cAe,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},x_.inherit(x_.TITLE_MODE,{begin:"[_a-z][\\w']*"}),oAe]},EAe={begin:/\{/,end:/\}/,contains:dAe.contains},gAe={className:"number",relevance:0,variants:[{match:`\\b(${$P})(\\.(${$P}))?([eE][+-]?(${$P}))?\\b`},{match:`\\b0[xX]_*(${zP})(\\.(${zP}))?([pP][+-]?(${$P}))?\\b`},{match:`\\b0[oO](${eAe})\\b`},{match:`\\b0[bB](${z9})\\b`}]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",unicodeRegex:!0,contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[dAe,oAe],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[dAe,oAe],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[uAe,dAe,oAe]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[aAe,uAe,dAe,EAe,oAe]},{beginKeywords:"default",end:"$",contains:[uAe,dAe,oAe]},{beginKeywords:"infix infixl infixr",end:"$",contains:[x_.C_NUMBER_MODE,oAe]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[uAe,x_.QUOTE_STRING_MODE,oAe]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},aAe,cAe,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},x_.QUOTE_STRING_MODE,gAe,uAe,x_.inherit(x_.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${nAe}--+|--+(?!-)${nAe}`},oAe,{begin:"->|<-"}]}}return haskell_1=r4,haskell_1}var haxe_1,hasRequiredHaxe;function requireHaxe(){if(hasRequiredHaxe)return haxe_1;hasRequiredHaxe=1;function r4(x_){const $P="[a-zA-Z_$][a-zA-Z0-9_$]*",zP=/(-?)(\b0[xX][a-fA-F0-9_]+|(\b\d+(\.[\d_]*)?|\.[\d_]+)(([eE][-+]?\d+)|i32|u32|i64|f64)?)/;return{name:"Haxe",aliases:["hx"],keywords:{keyword:"abstract break case cast catch continue default do dynamic else enum extern final for function here if import in inline is macro never new override package private get set public return static super switch this throw trace try typedef untyped using var while "+"Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[x_.BACKSLASH_ESCAPE,{className:"subst",begin:/\$\{/,end:/\}/},{className:"subst",begin:/\$/,end:/\W\}/}]},x_.QUOTE_STRING_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"number",begin:zP,relevance:0},{className:"variable",begin:"\\$"+$P},{className:"meta",begin:/@:?/,end:/\(|$/,excludeEnd:!0},{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elseif end error"}},{className:"type",begin:/:[ \t]*/,end:/[^A-Za-z0-9_ \t\->]/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/:[ \t]*/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",beginKeywords:"new",end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"title.class",beginKeywords:"enum",end:/\{/,contains:[x_.TITLE_MODE]},{className:"title.class",begin:"\\babstract\\b(?=\\s*"+x_.IDENT_RE+"\\s*\\()",end:/[\{$]/,contains:[{className:"type",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/from +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/to +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},x_.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"title.class",begin:/\b(class|interface) +/,end:/[\{$]/,excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:/\b(extends|implements) +/,keywords:"extends implements",contains:[{className:"type",begin:x_.IDENT_RE,relevance:0}]},x_.TITLE_MODE]},{className:"title.function",beginKeywords:"function",end:/\(/,excludeEnd:!0,illegal:/\S/,contains:[x_.TITLE_MODE]}],illegal:/<\//}}return haxe_1=r4,haxe_1}var hsp_1,hasRequiredHsp;function requireHsp(){if(hasRequiredHsp)return hsp_1;hasRequiredHsp=1;function r4(x_){return{name:"HSP",case_insensitive:!0,keywords:{$pattern:/[\w._]+/,keyword:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop"},contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[x_.BACKSLASH_ESCAPE]},x_.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{keyword:"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[x_.inherit(x_.QUOTE_STRING_MODE,{className:"string"}),x_.NUMBER_MODE,x_.C_NUMBER_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},x_.NUMBER_MODE,x_.C_NUMBER_MODE]}}return hsp_1=r4,hsp_1}var http_1,hasRequiredHttp;function requireHttp(){if(hasRequiredHttp)return http_1;hasRequiredHttp=1;function r4(x_){const $P=x_.regex,zP="HTTP/([32]|1\\.[01])",z9=/[A-Za-z][A-Za-z0-9-]*/,eAe={className:"attribute",begin:$P.concat("^",z9,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},tAe=[eAe,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+zP+" \\d{3})",end:/$/,contains:[{className:"meta",begin:zP},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:tAe}},{begin:"(?=^[A-Z]+ (.*?) "+zP+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:zP},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:tAe}},x_.inherit(eAe,{relevance:0})]}}return http_1=r4,http_1}var hy_1,hasRequiredHy;function requireHy(){if(hasRequiredHy)return hy_1;hasRequiredHy=1;function r4(x_){const $P="a-zA-Z_\\-!.?+*=<>&#'",zP="["+$P+"]["+$P+"0-9/;:]*",z9={$pattern:zP,built_in:"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},eAe="[-+]?\\d+(\\.\\d+)?",tAe={begin:zP,relevance:0},AAe={className:"number",begin:eAe,relevance:0},iAe=x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),nAe=x_.COMMENT(";","$",{relevance:0}),oAe={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},aAe={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},cAe={className:"comment",begin:"\\^"+zP},uAe=x_.COMMENT("\\^\\{","\\}"),dAe={className:"symbol",begin:"[:]{1,2}"+zP},EAe={begin:"\\(",end:"\\)"},gAe={endsWithParent:!0,relevance:0},pAe={className:"name",relevance:0,keywords:z9,begin:zP,starts:gAe},mAe=[EAe,iAe,cAe,uAe,nAe,dAe,aAe,AAe,oAe,tAe];return EAe.contains=[x_.COMMENT("comment",""),pAe,gAe],gAe.contains=mAe,aAe.contains=mAe,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[x_.SHEBANG(),EAe,iAe,cAe,uAe,nAe,dAe,aAe,AAe,oAe]}}return hy_1=r4,hy_1}var inform7_1,hasRequiredInform7;function requireInform7(){if(hasRequiredInform7)return inform7_1;hasRequiredInform7=1;function r4(x_){const $P="\\[",zP="\\]";return{name:"Inform 7",aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:$P,end:zP}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:$P,end:zP,contains:["self"]}]}}return inform7_1=r4,inform7_1}var ini_1,hasRequiredIni;function requireIni(){if(hasRequiredIni)return ini_1;hasRequiredIni=1;function r4(x_){const $P=x_.regex,zP={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:x_.NUMBER_RE}]},z9=x_.COMMENT();z9.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const eAe={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},tAe={className:"literal",begin:/\bon|off|true|false|yes|no\b/},AAe={className:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},iAe={begin:/\[/,end:/\]/,contains:[z9,tAe,eAe,AAe,zP,"self"],relevance:0},nAe=/[A-Za-z0-9_-]+/,oAe=/"(\\"|[^"])*"/,aAe=/'[^']*'/,cAe=$P.either(nAe,oAe,aAe),uAe=$P.concat(cAe,"(\\s*\\.\\s*",cAe,")*",$P.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[z9,{className:"section",begin:/\[+/,end:/\]+/},{begin:uAe,className:"attr",starts:{end:/$/,contains:[z9,iAe,tAe,eAe,AAe,zP]}}]}}return ini_1=r4,ini_1}var irpf90_1,hasRequiredIrpf90;function requireIrpf90(){if(hasRequiredIrpf90)return irpf90_1;hasRequiredIrpf90=1;function r4(x_){const $P=x_.regex,zP={className:"params",begin:"\\(",end:"\\)"},z9=/(_[a-z_\d]+)?/,eAe=/([de][+-]?\d+)?/,tAe={className:"number",variants:[{begin:$P.concat(/\b\d+/,/\.(\d*)/,eAe,z9)},{begin:$P.concat(/\b\d+/,eAe,z9)},{begin:$P.concat(/\.\d+/,eAe,z9)}],relevance:0};return{name:"IRPF90",case_insensitive:!0,keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"},illegal:/\/\*/,contains:[x_.inherit(x_.APOS_STRING_MODE,{className:"string",relevance:0}),x_.inherit(x_.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[x_.UNDERSCORE_TITLE_MODE,zP]},x_.COMMENT("!","$",{relevance:0}),x_.COMMENT("begin_doc","end_doc",{relevance:10}),tAe]}}return irpf90_1=r4,irpf90_1}var isbl_1,hasRequiredIsbl;function requireIsbl(){if(hasRequiredIsbl)return isbl_1;hasRequiredIsbl=1;function r4(x_){const $P="[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*",zP="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*",z9="and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока except exitfor finally foreach все if если in в not не or или try while пока ",_Ie="SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE "+"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE "+"ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME "+"DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY "+"ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION "+"JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY "+"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE "+"smHidden smMaximized smMinimized smNormal wmNo wmYes "+"COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND "+"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE "+"MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY "+"NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY "+"dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT "+"CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM "+"ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME "+"PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE "+"ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE "+"CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT "+"STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER "+"COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE "+"SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STATЕ SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID "+"RESULT_VAR_NAME RESULT_VAR_NAME_ENG "+"AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID "+"SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY "+"SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY "+"SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS "+"SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS "+"SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS "+"ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME "+"TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME "+"ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk "+"EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE "+"cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate "+"ISBL_SYNTAX NO_SYNTAX XML_SYNTAX "+"WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY "+"SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP ",QQe="atUser atGroup atRole "+"aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty "+"apBegin apEnd "+"alLeft alRight "+"asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways "+"cirCommon cirRevoked "+"ctSignature ctEncode ctSignatureEncode "+"clbUnchecked clbChecked clbGrayed "+"ceISB ceAlways ceNever "+"ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob "+"cfInternal cfDisplay "+"ciUnspecified ciWrite ciRead "+"ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog "+"ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton "+"cctDate cctInteger cctNumeric cctPick cctReference cctString cctText "+"cltInternal cltPrimary cltGUI "+"dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange "+"dssEdit dssInsert dssBrowse dssInActive "+"dftDate dftShortDate dftDateTime dftTimeStamp "+"dotDays dotHours dotMinutes dotSeconds "+"dtkndLocal dtkndUTC "+"arNone arView arEdit arFull "+"ddaView ddaEdit "+"emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode "+"ecotFile ecotProcess "+"eaGet eaCopy eaCreate eaCreateStandardRoute "+"edltAll edltNothing edltQuery "+"essmText essmCard "+"esvtLast esvtLastActive esvtSpecified "+"edsfExecutive edsfArchive "+"edstSQLServer edstFile "+"edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile "+"vsDefault vsDesign vsActive vsObsolete "+"etNone etCertificate etPassword etCertificatePassword "+"ecException ecWarning ecInformation "+"estAll estApprovingOnly "+"evtLast evtLastActive evtQuery "+"fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger "+"ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch "+"grhAuto grhX1 grhX2 grhX3 "+"hltText hltRTF hltHTML "+"iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG "+"im8bGrayscale im24bRGB im1bMonochrome "+"itBMP itJPEG itWMF itPNG "+"ikhInformation ikhWarning ikhError ikhNoIcon "+"icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler "+"isShow isHide isByUserSettings "+"jkJob jkNotice jkControlJob "+"jtInner jtLeft jtRight jtFull jtCross "+"lbpAbove lbpBelow lbpLeft lbpRight "+"eltPerConnection eltPerUser "+"sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac "+"sfsItalic sfsStrikeout sfsNormal "+"ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents "+"mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom "+"vtEqual vtGreaterOrEqual vtLessOrEqual vtRange "+"rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth "+"rdWindow rdFile rdPrinter "+"rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument "+"reOnChange reOnChangeValues "+"ttGlobal ttLocal ttUser ttSystem "+"ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal "+"smSelect smLike smCard "+"stNone stAuthenticating stApproving "+"sctString sctStream "+"sstAnsiSort sstNaturalSort "+"svtEqual svtContain "+"soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown "+"tarAbortByUser tarAbortByWorkflowException "+"tvtAllWords tvtExactPhrase tvtAnyWord "+"usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp "+"utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected "+"btAnd btDetailAnd btOr btNotOr btOnly "+"vmView vmSelect vmNavigation "+"vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection "+"wfatPrevious wfatNext wfatCancel wfatFinish "+"wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 "+"wfetQueryParameter wfetText wfetDelimiter wfetLabel "+"wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate "+"wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal "+"wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal "+"waAll waPerformers waManual "+"wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause "+"wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection "+"wiLow wiNormal wiHigh "+"wrtSoft wrtHard "+"wsInit wsRunning wsDone wsControlled wsAborted wsContinued "+"wtmFull wtmFromCurrent wtmOnlyCurrent ",sme="AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory Анализ БазаДанных БлокЕсть БлокЕстьРасш БлокИнфо БлокСнять БлокСнятьРасш БлокУстановить Ввод ВводМеню ВедС ВедСпр ВерхняяГраницаМассива ВнешПрогр Восст ВременнаяПапка Время ВыборSQL ВыбратьЗапись ВыделитьСтр Вызвать Выполнить ВыпПрогр ГрафическийФайл ГруппаДополнительно ДатаВремяСерв ДеньНедели ДиалогДаНет ДлинаСтр ДобПодстр ЕПусто ЕслиТо ЕЧисло ЗамПодстр ЗаписьСправочника ЗначПоляСпр ИДТипСпр ИзвлечьДиск ИзвлечьИмяФайла ИзвлечьПуть ИзвлечьРасширение ИзмДат ИзменитьРазмерМассива ИзмеренийМассива ИмяОрг ИмяПоляСпр Индекс ИндикаторЗакрыть ИндикаторОткрыть ИндикаторШаг ИнтерактивныйРежим ИтогТблСпр КодВидВедСпр КодВидСпрПоИД КодПоAnalit КодСимвола КодСпр КолПодстр КолПроп КонМес Конст КонстЕсть КонстЗнач КонТран КопироватьФайл КопияСтр КПериод КСтрТблСпр Макс МаксСтрТблСпр Массив Меню МенюРасш Мин НаборДанныхНайтиРасш НаимВидСпр НаимПоAnalit НаимСпр НастроитьПереводыСтрок НачМес НачТран НижняяГраницаМассива НомерСпр НПериод Окно Окр Окружение ОтлИнфДобавить ОтлИнфУдалить Отчет ОтчетАнал ОтчетИнт ПапкаСуществует Пауза ПВыборSQL ПереименоватьФайл Переменные ПереместитьФайл Подстр ПоискПодстр ПоискСтр ПолучитьИДТаблицы ПользовательДополнительно ПользовательИД ПользовательИмя ПользовательСтатус Прервать ПроверитьПараметр ПроверитьПараметрЗнач ПроверитьУсловие РазбСтр РазнВремя РазнДат РазнДатаВремя РазнРабВремя РегУстВрем РегУстДат РегУстЧсл РедТекст РеестрЗапись РеестрСписокИменПарам РеестрЧтение РеквСпр РеквСпрПр Сегодня Сейчас Сервер СерверПроцессИД СертификатФайлСчитать СжПроб Символ СистемаДиректумКод СистемаИнформация СистемаКод Содержит СоединениеЗакрыть СоединениеОткрыть СоздатьДиалог СоздатьДиалогВыбораИзДвухСписков СоздатьДиалогВыбораПапки СоздатьДиалогОткрытияФайла СоздатьДиалогСохраненияФайла СоздатьЗапрос СоздатьИндикатор СоздатьИсключение СоздатьКэшированныйСправочник СоздатьМассив СоздатьНаборДанных СоздатьОбъект СоздатьОтчет СоздатьПапку СоздатьРедактор СоздатьСоединение СоздатьСписок СоздатьСписокСтрок СоздатьСправочник СоздатьСценарий СоздСпр СостСпр Сохр СохрСпр СписокСистем Спр Справочник СпрБлокЕсть СпрБлокСнять СпрБлокСнятьРасш СпрБлокУстановить СпрИзмНабДан СпрКод СпрНомер СпрОбновить СпрОткрыть СпрОтменить СпрПарам СпрПолеЗнач СпрПолеИмя СпрРекв СпрРеквВведЗн СпрРеквНовые СпрРеквПр СпрРеквПредЗн СпрРеквРежим СпрРеквТипТекст СпрСоздать СпрСост СпрСохранить СпрТблИтог СпрТблСтр СпрТблСтрКол СпрТблСтрМакс СпрТблСтрМин СпрТблСтрПред СпрТблСтрСлед СпрТблСтрСозд СпрТблСтрУд СпрТекПредст СпрУдалить СравнитьСтр СтрВерхРегистр СтрНижнРегистр СтрТблСпр СумПроп Сценарий СценарийПарам ТекВерсия ТекОрг Точн Тран Транслитерация УдалитьТаблицу УдалитьФайл УдСпр УдСтрТблСпр Уст УстановкиКонстант ФайлАтрибутСчитать ФайлАтрибутУстановить ФайлВремя ФайлВремяУстановить ФайлВыбрать ФайлЗанят ФайлЗаписать ФайлИскать ФайлКопировать ФайлМожноЧитать ФайлОткрыть ФайлПереименовать ФайлПерекодировать ФайлПереместить ФайлПросмотреть ФайлРазмер ФайлСоздать ФайлСсылкаСоздать ФайлСуществует ФайлСчитать ФайлУдалить ФмтSQLДат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",Nme="AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work ВызовСпособ ИмяОтчета РеквЗнач ",vme="IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ",cQe=_Ie+QQe,$me=Nme,v0e="null true false nil ",Bme={className:"number",begin:x_.NUMBER_RE,relevance:0},wEe={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},lCe={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},pCe={className:"comment",begin:"//",end:"$",relevance:0,contains:[x_.PHRASAL_WORDS_MODE,lCe]},sBe={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[x_.PHRASAL_WORDS_MODE,lCe]},KCe={variants:[pCe,sBe]},qCe={$pattern:$P,keyword:z9,built_in:cQe,class:$me,literal:v0e},SBe={begin:"\\.\\s*"+x_.UNDERSCORE_IDENT_RE,keywords:qCe,relevance:0},nBe={className:"type",begin:":[ \\t]*("+vme.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},rme={className:"variable",keywords:qCe,begin:$P,relevance:0,contains:[nBe,SBe]},ZQe=zP+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:qCe,illegal:"\\$|\\?|%|,|;$|~|#|@|z9(tAe,AAe,iAe-1))}function eAe(tAe){const AAe=tAe.regex,iAe="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",nAe=iAe+z9("(?:<"+iAe+"~~~(?:\\s*,\\s*"+iAe+"~~~)*>)?",/~~~/g,2),dAe={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits","goto","when"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},EAe={className:"meta",begin:"@"+iAe,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},gAe={className:"params",begin:/\(/,end:/\)/,keywords:dAe,relevance:0,contains:[tAe.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:dAe,illegal:/<\/|#/,contains:[tAe.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},tAe.C_LINE_COMMENT_MODE,tAe.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[tAe.BACKSLASH_ESCAPE]},tAe.APOS_STRING_MODE,tAe.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,iAe],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[AAe.concat(/(?!else)/,iAe),/\s+/,iAe,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,iAe],className:{1:"keyword",3:"title.class"},contains:[gAe,tAe.C_LINE_COMMENT_MODE,tAe.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+nAe+"\\s+)",tAe.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:dAe,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:dAe,relevance:0,contains:[EAe,tAe.APOS_STRING_MODE,tAe.QUOTE_STRING_MODE,zP,tAe.C_BLOCK_COMMENT_MODE]},tAe.C_LINE_COMMENT_MODE,tAe.C_BLOCK_COMMENT_MODE]},zP,EAe]}}return java_1=eAe,java_1}var javascript_1,hasRequiredJavascript;function requireJavascript(){if(hasRequiredJavascript)return javascript_1;hasRequiredJavascript=1;const r4="[A-Za-z$_][0-9A-Za-z$_]*",x_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],$P=["true","false","null","undefined","NaN","Infinity"],zP=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],z9=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],eAe=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],tAe=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],AAe=[].concat(eAe,zP,z9);function iAe(nAe){const oAe=nAe.regex,aAe=(yIe,{after:OIe})=>{const HIe="",end:""},dAe=/<[A-Za-z0-9\\._:-]+\s*\/>/,EAe={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(yIe,OIe)=>{const HIe=yIe[0].length+yIe.index,PIe=yIe.input[HIe];if(PIe==="<"||PIe===","){OIe.ignoreMatch();return}PIe===">"&&(aAe(yIe,{after:HIe})||OIe.ignoreMatch());let LIe;const oEe=yIe.input.substring(HIe);if(LIe=oEe.match(/^\s*=/)){OIe.ignoreMatch();return}if((LIe=oEe.match(/^\s+extends\s+/))&&LIe.index===0){OIe.ignoreMatch();return}}},gAe={$pattern:r4,keyword:x_,literal:$P,built_in:AAe,"variable.language":tAe},pAe="[0-9](_?[0-9])*",mAe=`\\.(${pAe})`,SAe="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",DAe={className:"number",variants:[{begin:`(\\b(${SAe})((${mAe})|\\.)?|(${mAe}))[eE][+-]?(${pAe})\\b`},{begin:`\\b(${SAe})\\b((${mAe})\\b|\\.)?|(${mAe})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},NAe={className:"subst",begin:"\\$\\{",end:"\\}",keywords:gAe,contains:[]},TAe={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[nAe.BACKSLASH_ESCAPE,NAe],subLanguage:"xml"}},bAe={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[nAe.BACKSLASH_ESCAPE,NAe],subLanguage:"css"}},GAe={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[nAe.BACKSLASH_ESCAPE,NAe],subLanguage:"graphql"}},LAe={className:"string",begin:"`",end:"`",contains:[nAe.BACKSLASH_ESCAPE,NAe]},OAe={className:"comment",variants:[nAe.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:cAe+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),nAe.C_BLOCK_COMMENT_MODE,nAe.C_LINE_COMMENT_MODE]},PAe=[nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE,TAe,bAe,GAe,LAe,{match:/\$\d+/},DAe];NAe.contains=PAe.concat({begin:/\{/,end:/\}/,keywords:gAe,contains:["self"].concat(PAe)});const HAe=[].concat(OAe,NAe.contains),zAe=HAe.concat([{begin:/(\s*)\(/,end:/\)/,keywords:gAe,contains:["self"].concat(HAe)}]),eIe={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:gAe,contains:zAe},iIe={variants:[{match:[/class/,/\s+/,cAe,/\s+/,/extends/,/\s+/,oAe.concat(cAe,"(",oAe.concat(/\./,cAe),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,cAe],scope:{1:"keyword",3:"title.class"}}]},rIe={relevance:0,match:oAe.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...zP,...z9]}},AIe={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},XAe={variants:[{match:[/function/,/\s+/,cAe,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[eIe],illegal:/%/},EIe={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function hIe(yIe){return oAe.concat("(?!",yIe.join("|"),")")}const tIe={match:oAe.concat(/\b/,hIe([...eAe,"super","import"].map(yIe=>`${yIe}\\s*\\(`)),cAe,oAe.lookahead(/\s*\(/)),className:"title.function",relevance:0},gIe={begin:oAe.concat(/\./,oAe.lookahead(oAe.concat(cAe,/(?![0-9A-Za-z$_(])/))),end:cAe,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},pIe={match:[/get|set/,/\s+/,cAe,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},eIe]},_Ie="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+nAe.UNDERSCORE_IDENT_RE+")\\s*=>",SIe={match:[/const|var|let/,/\s+/,cAe,/\s*/,/=\s*/,/(async\s*)?/,oAe.lookahead(_Ie)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[eIe]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:gAe,exports:{PARAMS_CONTAINS:zAe,CLASS_REFERENCE:rIe},illegal:/#(?![$_A-z])/,contains:[nAe.SHEBANG({label:"shebang",binary:"node",relevance:5}),AIe,nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE,TAe,bAe,GAe,LAe,OAe,{match:/\$\d+/},DAe,rIe,{scope:"attr",match:cAe+oAe.lookahead(":"),relevance:0},SIe,{begin:"("+nAe.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[OAe,nAe.REGEXP_MODE,{className:"function",begin:_Ie,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:nAe.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:gAe,contains:zAe}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:uAe.begin,end:uAe.end},{match:dAe},{begin:EAe.begin,"on:begin":EAe.isTrulyOpeningTag,end:EAe.end}],subLanguage:"xml",contains:[{begin:EAe.begin,end:EAe.end,skip:!0,contains:["self"]}]}]},XAe,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+nAe.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[eIe,nAe.inherit(nAe.TITLE_MODE,{begin:cAe,className:"title.function"})]},{match:/\.\.\./,relevance:0},gIe,{match:"\\$"+cAe,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[eIe]},tIe,EIe,iIe,pIe,{match:/\$[(.]/}]}}return javascript_1=iAe,javascript_1}var jbossCli_1,hasRequiredJbossCli;function requireJbossCli(){if(hasRequiredJbossCli)return jbossCli_1;hasRequiredJbossCli=1;function r4(x_){const zP={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0},z9={className:"function",begin:/:[\w\-.]+/,relevance:0},eAe={className:"string",begin:/\B([\/.])[\w\-.\/=]+/},tAe={className:"params",begin:/--[\w\-=\/]+/};return{name:"JBoss CLI",aliases:["wildfly-cli"],keywords:{$pattern:"[a-z-]+",keyword:"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",literal:"true false"},contains:[x_.HASH_COMMENT_MODE,x_.QUOTE_STRING_MODE,tAe,z9,eAe,zP]}}return jbossCli_1=r4,jbossCli_1}var json_1,hasRequiredJson;function requireJson(){if(hasRequiredJson)return json_1;hasRequiredJson=1;function r4(x_){const $P={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},zP={match:/[{}[\],:]/,className:"punctuation",relevance:0},z9=["true","false","null"],eAe={scope:"literal",beginKeywords:z9.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:z9},contains:[$P,zP,x_.QUOTE_STRING_MODE,eAe,x_.C_NUMBER_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}return json_1=r4,json_1}var julia_1,hasRequiredJulia;function requireJulia(){if(hasRequiredJulia)return julia_1;hasRequiredJulia=1;function r4(x_){const $P="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",tAe={$pattern:$P,keyword:["baremodule","begin","break","catch","ccall","const","continue","do","else","elseif","end","export","false","finally","for","function","global","if","import","in","isa","let","local","macro","module","quote","return","true","try","using","where","while"],literal:["ARGS","C_NULL","DEPOT_PATH","ENDIAN_BOM","ENV","Inf","Inf16","Inf32","Inf64","InsertionSort","LOAD_PATH","MergeSort","NaN","NaN16","NaN32","NaN64","PROGRAM_FILE","QuickSort","RoundDown","RoundFromZero","RoundNearest","RoundNearestTiesAway","RoundNearestTiesUp","RoundToZero","RoundUp","VERSION|0","devnull","false","im","missing","nothing","pi","stderr","stdin","stdout","true","undef","π","ℯ"],built_in:["AbstractArray","AbstractChannel","AbstractChar","AbstractDict","AbstractDisplay","AbstractFloat","AbstractIrrational","AbstractMatrix","AbstractRange","AbstractSet","AbstractString","AbstractUnitRange","AbstractVecOrMat","AbstractVector","Any","ArgumentError","Array","AssertionError","BigFloat","BigInt","BitArray","BitMatrix","BitSet","BitVector","Bool","BoundsError","CapturedException","CartesianIndex","CartesianIndices","Cchar","Cdouble","Cfloat","Channel","Char","Cint","Cintmax_t","Clong","Clonglong","Cmd","Colon","Complex","ComplexF16","ComplexF32","ComplexF64","CompositeException","Condition","Cptrdiff_t","Cshort","Csize_t","Cssize_t","Cstring","Cuchar","Cuint","Cuintmax_t","Culong","Culonglong","Cushort","Cvoid","Cwchar_t","Cwstring","DataType","DenseArray","DenseMatrix","DenseVecOrMat","DenseVector","Dict","DimensionMismatch","Dims","DivideError","DomainError","EOFError","Enum","ErrorException","Exception","ExponentialBackOff","Expr","Float16","Float32","Float64","Function","GlobalRef","HTML","IO","IOBuffer","IOContext","IOStream","IdDict","IndexCartesian","IndexLinear","IndexStyle","InexactError","InitError","Int","Int128","Int16","Int32","Int64","Int8","Integer","InterruptException","InvalidStateException","Irrational","KeyError","LinRange","LineNumberNode","LinearIndices","LoadError","MIME","Matrix","Method","MethodError","Missing","MissingException","Module","NTuple","NamedTuple","Nothing","Number","OrdinalRange","OutOfMemoryError","OverflowError","Pair","PartialQuickSort","PermutedDimsArray","Pipe","ProcessFailedException","Ptr","QuoteNode","Rational","RawFD","ReadOnlyMemoryError","Real","ReentrantLock","Ref","Regex","RegexMatch","RoundingMode","SegmentationFault","Set","Signed","Some","StackOverflowError","StepRange","StepRangeLen","StridedArray","StridedMatrix","StridedVecOrMat","StridedVector","String","StringIndexError","SubArray","SubString","SubstitutionString","Symbol","SystemError","Task","TaskFailedException","Text","TextDisplay","Timer","Tuple","Type","TypeError","TypeVar","UInt","UInt128","UInt16","UInt32","UInt64","UInt8","UndefInitializer","UndefKeywordError","UndefRefError","UndefVarError","Union","UnionAll","UnitRange","Unsigned","Val","Vararg","VecElement","VecOrMat","Vector","VersionNumber","WeakKeyDict","WeakRef"]},AAe={keywords:tAe,illegal:/<\//},iAe={className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},nAe={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},oAe={className:"subst",begin:/\$\(/,end:/\)/,keywords:tAe},aAe={className:"variable",begin:"\\$"+$P},cAe={className:"string",contains:[x_.BACKSLASH_ESCAPE,oAe,aAe],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},uAe={className:"string",contains:[x_.BACKSLASH_ESCAPE,oAe,aAe],begin:"`",end:"`"},dAe={className:"meta",begin:"@"+$P},EAe={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return AAe.name="Julia",AAe.contains=[iAe,nAe,cAe,uAe,dAe,EAe,x_.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],oAe.contains=AAe.contains,AAe}return julia_1=r4,julia_1}var juliaRepl_1,hasRequiredJuliaRepl;function requireJuliaRepl(){if(hasRequiredJuliaRepl)return juliaRepl_1;hasRequiredJuliaRepl=1;function r4(x_){return{name:"Julia REPL",contains:[{className:"meta.prompt",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"}}],aliases:["jldoctest"]}}return juliaRepl_1=r4,juliaRepl_1}var kotlin_1,hasRequiredKotlin;function requireKotlin(){if(hasRequiredKotlin)return kotlin_1;hasRequiredKotlin=1;var r4="[0-9](_*[0-9])*",x_=`\\.(${r4})`,$P="[0-9a-fA-F](_*[0-9a-fA-F])*",zP={className:"number",variants:[{begin:`(\\b(${r4})((${x_})|\\.)?|(${x_}))[eE][+-]?(${r4})[fFdD]?\\b`},{begin:`\\b(${r4})((${x_})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${x_})[fFdD]?\\b`},{begin:`\\b(${r4})[fFdD]\\b`},{begin:`\\b0[xX]((${$P})\\.?|(${$P})?\\.(${$P}))[pP][+-]?(${r4})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${$P})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function z9(eAe){const tAe={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},AAe={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},iAe={className:"symbol",begin:eAe.UNDERSCORE_IDENT_RE+"@"},nAe={className:"subst",begin:/\$\{/,end:/\}/,contains:[eAe.C_NUMBER_MODE]},oAe={className:"variable",begin:"\\$"+eAe.UNDERSCORE_IDENT_RE},aAe={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[oAe,nAe]},{begin:"'",end:"'",illegal:/\n/,contains:[eAe.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[eAe.BACKSLASH_ESCAPE,oAe,nAe]}]};nAe.contains.push(aAe);const cAe={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+eAe.UNDERSCORE_IDENT_RE+")?"},uAe={className:"meta",begin:"@"+eAe.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[eAe.inherit(aAe,{className:"string"}),"self"]}]},dAe=zP,EAe=eAe.COMMENT("/\\*","\\*/",{contains:[eAe.C_BLOCK_COMMENT_MODE]}),gAe={variants:[{className:"type",begin:eAe.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},pAe=gAe;return pAe.variants[1].contains=[gAe],gAe.variants[1].contains=[pAe],{name:"Kotlin",aliases:["kt","kts"],keywords:tAe,contains:[eAe.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),eAe.C_LINE_COMMENT_MODE,EAe,AAe,iAe,cAe,uAe,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:tAe,relevance:5,contains:[{begin:eAe.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[eAe.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:tAe,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[gAe,eAe.C_LINE_COMMENT_MODE,EAe],relevance:0},eAe.C_LINE_COMMENT_MODE,EAe,cAe,uAe,aAe,eAe.C_NUMBER_MODE]},EAe]},{begin:[/class|interface|trait/,/\s+/,eAe.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},eAe.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},cAe,uAe]},aAe,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:` `},dAe]}}return kotlin_1=z9,kotlin_1}var lasso_1,hasRequiredLasso;function requireLasso(){if(hasRequiredLasso)return lasso_1;hasRequiredLasso=1;function r4(x_){const $P="[a-zA-Z_][\\w.]*",zP="<\\?(lasso(script)?|=)",z9="\\]|\\?>",eAe={$pattern:$P+"|&[lg]t;",literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},tAe=x_.COMMENT("",{relevance:0}),AAe={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[tAe]}},iAe={className:"meta",begin:"\\[/noprocess|"+zP},nAe={className:"symbol",begin:"'"+$P+"'"},oAe=[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.inherit(x_.C_NUMBER_MODE,{begin:x_.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),x_.inherit(x_.APOS_STRING_MODE,{illegal:null}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+$P},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:$P,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+$P,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[nAe]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[x_.inherit(x_.TITLE_MODE,{begin:$P+"(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:eAe,contains:[{className:"meta",begin:z9,relevance:0,starts:{end:"\\[|"+zP,returnEnd:!0,relevance:0,contains:[tAe]}},AAe,iAe,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:eAe,contains:[{className:"meta",begin:z9,relevance:0,starts:{end:"\\[noprocess\\]|"+zP,returnEnd:!0,contains:[tAe]}},AAe,iAe].concat(oAe)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(oAe)}}return lasso_1=r4,lasso_1}var latex_1,hasRequiredLatex;function requireLatex(){if(hasRequiredLatex)return latex_1;hasRequiredLatex=1;function r4(x_){const zP=x_.regex.either(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map(OAe=>OAe+"(?![a-zA-Z@:_])")),z9=new RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map(OAe=>OAe+"(?![a-zA-Z:_])").join("|")),eAe=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],tAe=[{begin:/\^{6}[0-9a-f]{6}/},{begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/},{begin:/\^{3}[0-9a-f]{3}/},{begin:/\^{2}[0-9a-f]{2}/},{begin:/\^{2}[\u0000-\u007f]/}],AAe={className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:zP},{endsParent:!0,begin:z9},{endsParent:!0,variants:tAe},{endsParent:!0,relevance:0,variants:eAe}]},iAe={className:"params",relevance:0,begin:/#+\d?/},nAe={variants:tAe},oAe={className:"built_in",relevance:0,begin:/[$&^_]/},aAe={className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},cAe=x_.COMMENT("%","$",{relevance:0}),uAe=[AAe,iAe,nAe,oAe,aAe,cAe],dAe={begin:/\{/,end:/\}/,relevance:0,contains:["self",...uAe]},EAe=x_.inherit(dAe,{relevance:0,endsParent:!0,contains:[dAe,...uAe]}),gAe={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[dAe,...uAe]},pAe={begin:/\s+/,relevance:0},mAe=[EAe],SAe=[gAe],DAe=function(OAe,PAe){return{contains:[pAe],starts:{relevance:0,contains:OAe,starts:PAe}}},NAe=function(OAe,PAe){return{begin:"\\\\"+OAe+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+OAe},relevance:0,contains:[pAe],starts:PAe}},TAe=function(OAe,PAe){return x_.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+OAe+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},DAe(mAe,PAe))},bAe=(OAe="string")=>x_.END_SAME_AS_BEGIN({className:OAe,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),GAe=function(OAe){return{className:"string",end:"(?=\\\\end\\{"+OAe+"\\})"}},LAe=(OAe="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:OAe,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),wAe=[...["verb","lstinline"].map(OAe=>NAe(OAe,{contains:[bAe()]})),NAe("mint",DAe(mAe,{contains:[bAe()]})),NAe("mintinline",DAe(mAe,{contains:[LAe(),bAe()]})),NAe("url",{contains:[LAe("link"),LAe("link")]}),NAe("hyperref",{contains:[LAe("link")]}),NAe("href",DAe(SAe,{contains:[LAe("link")]})),...[].concat(...["","\\*"].map(OAe=>[TAe("verbatim"+OAe,GAe("verbatim"+OAe)),TAe("filecontents"+OAe,DAe(mAe,GAe("filecontents"+OAe))),...["","B","L"].map(PAe=>TAe(PAe+"Verbatim"+OAe,DAe(SAe,GAe(PAe+"Verbatim"+OAe))))])),TAe("minted",DAe(SAe,DAe(mAe,GAe("minted"))))];return{name:"LaTeX",aliases:["tex"],contains:[...wAe,...uAe]}}return latex_1=r4,latex_1}var ldif_1,hasRequiredLdif;function requireLdif(){if(hasRequiredLdif)return ldif_1;hasRequiredLdif=1;function r4(x_){return{name:"LDIF",contains:[{className:"attribute",match:"^dn(?=:)",relevance:10},{className:"attribute",match:"^\\w+(?=:)"},{className:"literal",match:"^-"},x_.HASH_COMMENT_MODE]}}return ldif_1=r4,ldif_1}var leaf_1,hasRequiredLeaf;function requireLeaf(){if(hasRequiredLeaf)return leaf_1;hasRequiredLeaf=1;function r4(x_){const $P=/([A-Za-z_][A-Za-z_0-9]*)?/,z9={scope:"params",begin:/\(/,end:/\)(?=\:?)/,endsParent:!0,relevance:7,contains:[{scope:"string",begin:'"',end:'"'},{scope:"keyword",match:["true","false","in"].join("|")},{scope:"variable",match:/[A-Za-z_][A-Za-z_0-9]*/},{scope:"operator",match:/\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/}]},eAe={match:[$P,/(?=\()/],scope:{1:"keyword"},contains:[z9]};return z9.contains.unshift(eAe),{name:"Leaf",contains:[{match:[/#+/,$P,/(?=\()/],scope:{1:"punctuation",2:"keyword"},starts:{contains:[{match:/\:/,scope:"punctuation"}]},contains:[z9]},{match:[/#+/,$P,/:?/],scope:{1:"punctuation",2:"keyword",3:"punctuation"}}]}}return leaf_1=r4,leaf_1}var less_1,hasRequiredLess;function requireLess(){if(hasRequiredLess)return less_1;hasRequiredLess=1;const r4=oAe=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:oAe.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[oAe.APOS_STRING_MODE,oAe.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:oAe.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),x_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],$P=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],zP=[...x_,...$P],z9=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),eAe=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),tAe=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),AAe=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse(),iAe=eAe.concat(tAe).sort().reverse();function nAe(oAe){const aAe=r4(oAe),cAe=iAe,uAe="and or not only",dAe="[\\w-]+",EAe="("+dAe+"|@\\{"+dAe+"\\})",gAe=[],pAe=[],mAe=function(HAe){return{className:"string",begin:"~?"+HAe+".*?"+HAe}},SAe=function(HAe,zAe,eIe){return{className:HAe,begin:zAe,relevance:eIe}},DAe={$pattern:/[a-z-]+/,keyword:uAe,attribute:z9.join(" ")},NAe={begin:"\\(",end:"\\)",contains:pAe,keywords:DAe,relevance:0};pAe.push(oAe.C_LINE_COMMENT_MODE,oAe.C_BLOCK_COMMENT_MODE,mAe("'"),mAe('"'),aAe.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},aAe.HEXCOLOR,NAe,SAe("variable","@@?"+dAe,10),SAe("variable","@\\{"+dAe+"\\}"),SAe("built_in","~?`[^`]*?`"),{className:"attribute",begin:dAe+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},aAe.IMPORTANT,{beginKeywords:"and not"},aAe.FUNCTION_DISPATCH);const TAe=pAe.concat({begin:/\{/,end:/\}/,contains:gAe}),bAe={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(pAe)},GAe={begin:EAe+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},aAe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+AAe.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:pAe}}]},LAe={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:DAe,returnEnd:!0,contains:pAe,relevance:0}},wAe={className:"variable",variants:[{begin:"@"+dAe+"\\s*:",relevance:15},{begin:"@"+dAe}],starts:{end:"[;}]",returnEnd:!0,contains:TAe}},OAe={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:EAe,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[oAe.C_LINE_COMMENT_MODE,oAe.C_BLOCK_COMMENT_MODE,bAe,SAe("keyword","all\\b"),SAe("variable","@\\{"+dAe+"\\}"),{begin:"\\b("+zP.join("|")+")\\b",className:"selector-tag"},aAe.CSS_NUMBER_MODE,SAe("selector-tag",EAe,0),SAe("selector-id","#"+EAe),SAe("selector-class","\\."+EAe,0),SAe("selector-tag","&",0),aAe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+eAe.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+tAe.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:TAe},{begin:"!important"},aAe.FUNCTION_DISPATCH]},PAe={begin:dAe+`:(:)?(${cAe.join("|")})`,returnBegin:!0,contains:[OAe]};return gAe.push(oAe.C_LINE_COMMENT_MODE,oAe.C_BLOCK_COMMENT_MODE,LAe,wAe,PAe,GAe,OAe,bAe,aAe.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:gAe}}return less_1=nAe,less_1}var lisp_1,hasRequiredLisp;function requireLisp(){if(hasRequiredLisp)return lisp_1;hasRequiredLisp=1;function r4(x_){const $P="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",zP="\\|[^]*?\\|",z9="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",eAe={className:"literal",begin:"\\b(t{1}|nil)\\b"},tAe={className:"number",variants:[{begin:z9,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+z9+" +"+z9,end:"\\)"}]},AAe=x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),iAe=x_.COMMENT(";","$",{relevance:0}),nAe={begin:"\\*",end:"\\*"},oAe={className:"symbol",begin:"[:&]"+$P},aAe={begin:$P,relevance:0},cAe={begin:zP},dAe={contains:[tAe,AAe,nAe,oAe,{begin:"\\(",end:"\\)",contains:["self",eAe,AAe,tAe,aAe]},aAe],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+zP}]},EAe={variants:[{begin:"'"+$P},{begin:"#'"+$P+"(::"+$P+")*"}]},gAe={begin:"\\(\\s*",end:"\\)"},pAe={endsWithParent:!0,relevance:0};return gAe.contains=[{className:"name",variants:[{begin:$P,relevance:0},{begin:zP}]},pAe],pAe.contains=[dAe,EAe,gAe,eAe,tAe,AAe,iAe,nAe,oAe,cAe,aAe],{name:"Lisp",illegal:/\S/,contains:[tAe,x_.SHEBANG(),eAe,AAe,iAe,dAe,EAe,gAe,aAe]}}return lisp_1=r4,lisp_1}var livecodeserver_1,hasRequiredLivecodeserver;function requireLivecodeserver(){if(hasRequiredLivecodeserver)return livecodeserver_1;hasRequiredLivecodeserver=1;function r4(x_){const $P={className:"variable",variants:[{begin:"\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\[.+\\])?(?:\\s*?)"},{begin:"\\$_[A-Z]+"}],relevance:0},zP=[x_.C_BLOCK_COMMENT_MODE,x_.HASH_COMMENT_MODE,x_.COMMENT("--","$"),x_.COMMENT("[^:]//","$")],z9=x_.inherit(x_.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),eAe=x_.inherit(x_.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{name:"LiveCode",case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress difference directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge messageAuthenticationCode messageDigest millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetDriver libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load extension loadedExtensions multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract symmetric union unload vectorDotProduct wait write"},contains:[$P,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[$P,eAe,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.BINARY_NUMBER_MODE,x_.C_NUMBER_MODE,z9]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[eAe,z9],relevance:0},{beginKeywords:"command on",end:"$",contains:[$P,eAe,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.BINARY_NUMBER_MODE,x_.C_NUMBER_MODE,z9]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.BINARY_NUMBER_MODE,x_.C_NUMBER_MODE,z9].concat(zP),illegal:";$|^\\[|^=|&|\\{"}}return livecodeserver_1=r4,livecodeserver_1}var livescript_1,hasRequiredLivescript;function requireLivescript(){if(hasRequiredLivescript)return livescript_1;hasRequiredLivescript=1;const r4=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],x_=["true","false","null","undefined","NaN","Infinity"],$P=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],zP=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],z9=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],eAe=[].concat(z9,$P,zP);function tAe(AAe){const iAe=["npm","print"],nAe=["yes","no","on","off","it","that","void"],oAe=["then","unless","until","loop","of","by","when","and","or","is","isnt","not","it","that","otherwise","from","to","til","fallthrough","case","enum","native","list","map","__hasProp","__extends","__slice","__bind","__indexOf"],aAe={keyword:r4.concat(oAe),literal:x_.concat(nAe),built_in:eAe.concat(iAe)},cAe="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",uAe=AAe.inherit(AAe.TITLE_MODE,{begin:cAe}),dAe={className:"subst",begin:/#\{/,end:/\}/,keywords:aAe},EAe={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:aAe},gAe=[AAe.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[AAe.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[AAe.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[AAe.BACKSLASH_ESCAPE,dAe,EAe]},{begin:/"/,end:/"/,contains:[AAe.BACKSLASH_ESCAPE,dAe,EAe]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[dAe,AAe.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@"+cAe},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];dAe.contains=gAe;const pAe={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:aAe,contains:["self"].concat(gAe)}]},mAe={begin:"(#=>|=>|\\|>>|-?->|!->)"},SAe={variants:[{match:[/class\s+/,cAe,/\s+extends\s+/,cAe]},{match:[/class\s+/,cAe]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:aAe};return{name:"LiveScript",aliases:["ls"],keywords:aAe,illegal:/\/\*/,contains:gAe.concat([AAe.COMMENT("\\/\\*","\\*\\/"),AAe.HASH_COMMENT_MODE,mAe,{className:"function",contains:[uAe,pAe],returnBegin:!0,variants:[{begin:"("+cAe+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"("+cAe+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+cAe+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},SAe,{begin:cAe+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return livescript_1=tAe,livescript_1}var llvm_1,hasRequiredLlvm;function requireLlvm(){if(hasRequiredLlvm)return llvm_1;hasRequiredLlvm=1;function r4(x_){const $P=x_.regex,zP=/([-a-zA-Z$._][\w$.-]*)/,z9={className:"type",begin:/\bi\d+(?=\s|\b)/},eAe={className:"operator",relevance:0,begin:/=/},tAe={className:"punctuation",relevance:0,begin:/,/},AAe={className:"number",variants:[{begin:/[su]?0[xX][KMLHR]?[a-fA-F0-9]+/},{begin:/[-+]?\d+(?:[.]\d+)?(?:[eE][-+]?\d+(?:[.]\d+)?)?/}],relevance:0},iAe={className:"symbol",variants:[{begin:/^\s*[a-z]+:/}],relevance:0},nAe={className:"variable",variants:[{begin:$P.concat(/%/,zP)},{begin:/%\d+/},{begin:/#\d+/}]},oAe={className:"title",variants:[{begin:$P.concat(/@/,zP)},{begin:/@\d+/},{begin:$P.concat(/!/,zP)},{begin:$P.concat(/!\d+/,zP)},{begin:/!\d+/}]};return{name:"LLVM IR",keywords:{keyword:"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly",type:"void half bfloat float double fp128 x86_fp80 ppc_fp128 x86_amx x86_mmx ptr label token metadata opaque"},contains:[z9,x_.COMMENT(/;\s*$/,null,{relevance:0}),x_.COMMENT(/;/,/$/),{className:"string",begin:/"/,end:/"/,contains:[{className:"char.escape",match:/\\\d\d/}]},oAe,tAe,eAe,nAe,iAe,AAe]}}return llvm_1=r4,llvm_1}var lsl_1,hasRequiredLsl;function requireLsl(){if(hasRequiredLsl)return lsl_1;hasRequiredLsl=1;function r4(x_){const zP={className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},z9={className:"number",relevance:0,begin:x_.C_NUMBER_RE},eAe={className:"literal",variants:[{begin:"\\b(PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(XP_ERROR_(EXPERIENCES_DISABLED|EXPERIENCE_(DISABLED|SUSPENDED)|INVALID_(EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(FOUND|PERMITTED(_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(_OBJECT)?|(DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(_(BY_(LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(PARCEL(_OWNER)?|REGION)))?|CAMERA_(PITCH|DISTANCE|BEHINDNESS_(ANGLE|LAG)|(FOCUS|POSITION)(_(THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(ROOT|SET|ALL_(OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(IVE|_(ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(FWD|BACK|(ROT_)?(LEFT|RIGHT)|UP|DOWN|(ML_)?LBUTTON)|PERMISSION_(RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(_START)?|TELEPORT|MEDIA)|OBJECT_(CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_(ATTACHED|ON_REZ)|NAME|DESC|POS|PRIM_(COUNT|EQUIVALENCE)|RETURN_(PARCEL(_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP(_TAG)?|CREATOR|ATTACHED_(POINT|SLOTS_AVAILABLE)|RENDER_WEIGHT|(BODY_SHAPE|PATHFINDING)_TYPE|(RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(MEMORY|TIME))|TYPE_(INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(DEBUG|PUBLIC)_CHANNEL|ATTACH_(AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](SHOULDER|HAND|FOOT|EAR|EYE|[UL](ARM|LEG)|HIP)|(LEFT|RIGHT)_PEC|HUD_(CENTER_[12]|TOP_(RIGHT|CENTER|LEFT)|BOTTOM(_(RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(BASE|TIP)|[LR]WING|FACE_(JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(ONLINE|NAME|BORN|SIM_(POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(ON_FILE|USED)|REMOTE_DATA_(CHANNEL|REQUEST|REPLY)|PSYS_(PART_(BF_(ZERO|ONE(_MINUS_(DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(START|END)_(COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(RIBBON|WIND|INTERP_(COLOR|SCALE)|BOUNCE|FOLLOW_(SRC|VELOCITY)|TARGET_(POS|LINEAR)|EMISSIVE)_MASK)|SRC_(MAX_AGE|PATTERN|ANGLE_(BEGIN|END)|BURST_(RATE|PART_COUNT|RADIUS|SPEED_(MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(DROP|EXPLODE|ANGLE(_CONE(_EMPTY)?)?)))|VEHICLE_(REFERENCE_FRAME|TYPE_(NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(LINEAR|ANGULAR)_(FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(LINEAR|ANGULAR)_(DEFLECTION_(EFFICIENCY|TIMESCALE)|MOTOR_(DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(EFFICIENCY|TIMESCALE)|BANKING_(EFFICIENCY|MIX|TIMESCALE)|FLAG_(NO_DEFLECTION_UP|LIMIT_(ROLL_ONLY|MOTOR_UP)|HOVER_((WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(ALLOW_UNSIT|ALPHA_MODE(_(BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(_(BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(_(STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(NONE|LOW|MEDIUM|HIGH)|BUMP_(NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(DEFAULT|PLANAR)|SCRIPTED_SIT_ONLY|SCULPT_(TYPE_(SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(MIRROR|INVERT))|PHYSICS(_(SHAPE_(CONVEX|NONE|PRIM|TYPE)))?|(POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIT_TARGET|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(ALT_IMAGE_ENABLE|CONTROLS|(CURRENT|HOME)_URL|AUTO_(LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(WIDTH|HEIGHT)_PIXELS|WHITELIST(_ENABLE)?|PERMS_(INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(STANDARD|MINI)|PERM_(NONE|OWNER|GROUP|ANYONE)|MAX_(URL_LENGTH|WHITELIST_(SIZE|COUNT)|(WIDTH|HEIGHT)_PIXELS)))|MASK_(BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(MEDIA_COMMAND_(STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(ALLOW_(FLY|(GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(GROUP_)?OBJECTS)|USE_(ACCESS_(GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(GROUP|ALL)_OBJECT_ENTRY)|COUNT_(TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(HIDE|DEFAULT)|REGION_FLAG_(ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(METHOD|MIMETYPE|BODY_(MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|SIT_(INVALID_(AGENT|LINK_OBJECT)|NO(T_EXPERIENCE|_(ACCESS|EXPERIENCE_PERMISSION|SIT_TARGET)))|STRING_(TRIM(_(HEAD|TAIL))?)|CLICK_ACTION_(NONE|TOUCH|SIT|BUY|PAY|OPEN(_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(NONE|SCRIPT_MEMORY)|RC_(DATA_FLAGS|DETECT_PHANTOM|GET_(LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(TYPES|AGENTS|(NON)?PHYSICAL|LAND))|RCERR_(CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(ALLOWED_(AGENT|GROUP)_(ADD|REMOVE)|BANNED_AGENT_(ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(COMMAND|CMD_(PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(CMD_((SMOOTH_)?STOP|JUMP)|DESIRED_(TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(_([ABCD]|NONE))?|MAX_(DECEL|TURN_RADIUS|(ACCEL|SPEED)))|PURSUIT_(OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(EVADE_(HIDDEN|SPOTTED)|FAILURE_(DYNAMIC_PATHFINDING_DISABLED|INVALID_(GOAL|START)|NO_(NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(PARCEL_)?UNREACHABLE)|(GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(_(FAST|NONE|SLOW))?|CONTENT_TYPE_(ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(RADIUS|STATIC)|(PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(FALSE|TRUE)\\b"},{begin:"\\b(ZERO_ROTATION)\\b"},{begin:"\\b(EOF|JSON_(ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(GRANTED|DENIED))\\b"},{begin:"\\b(ZERO_VECTOR|TOUCH_INVALID_(TEXCOORD|VECTOR))\\b"}]},tAe={className:"built_in",begin:"\\b(ll(AgentInExperience|(Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(Details|ErrorMessage)|ReturnObjectsBy(ID|Owner)|Json(2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(Mag|Norm|Dist)|Rot(Between|2(Euler|Fwd|Left|Up))|(Euler|Axes)2Rot|Whisper|(Region|Owner)?Say|Shout|Listen(Control|Remove)?|Sensor(Repeat|Remove)?|Detected(Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|([GS]et)(AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(Scale|Offset|Rotate)Texture|(Rot)?Target(Remove)?|(Stop)?MoveToTarget|Apply(Rotational)?Impulse|Set(KeyframedMotion|ContentType|RegionPos|(Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(Queueing|Radius)|Vehicle(Type|(Float|Vector|Rotation)Param)|(Touch|Sit)?Text|Camera(Eye|At)Offset|PrimitiveParams|ClickAction|Link(Alpha|Color|PrimitiveParams(Fast)?|Texture(Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get((Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(PrimitiveParams|Number(OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(Details|PermMask|PrimCount)|Parcel(MaxPrims|Details|Prim(Count|Owners))|Attached(List)?|(SPMax|Free|Used)Memory|Region(Name|TimeDilation|FPS|Corner|AgentCount)|Root(Position|Rotation)|UnixTime|(Parcel|Region)Flags|(Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(Prims|NotecardLines|Sides)|Animation(List)?|(Camera|Local)(Pos|Rot)|Vel|Accel|Omega|Time(stamp|OfDay)|(Object|CenterOf)?Mass|MassMKS|Energy|Owner|(Owner)?Key|SunDirection|Texture(Offset|Scale|Rot)|Inventory(Number|Name|Key|Type|Creator|PermMask)|Permissions(Key)?|StartParameter|List(Length|EntryType)|Date|Agent(Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(Name|State))|(Get|Reset|GetAndReset)Time|PlaySound(Slave)?|LoopSound(Master|Slave)?|(Trigger|Stop|Preload)Sound|((Get|Delete)Sub|Insert)String|To(Upper|Lower)|Give(InventoryList|Money)|RezObject|(Stop)?LookAt|Sleep|CollisionFilter|(Take|Release)Controls|DetachFromAvatar|AttachToAvatar(Temp)?|InstantMessage|(GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(Length|Trim)|(Start|Stop)Animation|TargetOmega|Request(Experience)?Permissions|(Create|Break)Link|BreakAllLinks|(Give|Remove)Inventory|Water|PassTouches|Request(Agent|Inventory)Data|TeleportAgent(Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(Axis|Angle)|A(cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(CSV|Integer|Json|Float|String|Key|Vector|Rot|List(Strided)?)|DeleteSubList|List(Statistics|Sort|Randomize|(Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(Slope|Normal|Contour)|GroundRepel|(Set|Remove)VehicleFlags|SitOnLink|(AvatarOn)?(Link)?SitTarget|Script(Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(Integer|String)ToBase64|XorBase64|Log(10)?|Base64To(String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(Load|Release|(E|Une)scape)URL|ParcelMedia(CommandList|Query)|ModPow|MapDestination|(RemoveFrom|AddTo|Reset)Land(Pass|Ban)List|(Set|Clear)CameraParams|HTTP(Request|Response)|TextBox|DetectedTouch(UV|Face|Pos|(N|Bin)ormal|ST)|(MD5|SHA1|DumpList2)String|Request(Secure)?URL|Clear(Prim|Link)Media|(Link)?ParticleSystem|(Get|Request)(Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"};return{name:"LSL (Linden Scripting Language)",illegal:":",contains:[zP,{className:"comment",variants:[x_.COMMENT("//","$"),x_.COMMENT("/\\*","\\*/")],relevance:0},z9,{className:"section",variants:[{begin:"\\b(state|default)\\b"},{begin:"\\b(state_(entry|exit)|touch(_(start|end))?|(land_)?collision(_(start|end))?|timer|listen|(no_)?sensor|control|(not_)?at_(rot_)?target|money|email|experience_permissions(_denied)?|run_time_permissions|changed|attach|dataserver|moving_(start|end)|link_message|(on|object)_rez|remote_data|http_re(sponse|quest)|path_update|transaction_result)\\b"}]},tAe,eAe,{className:"type",begin:"\\b(integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}return lsl_1=r4,lsl_1}var lua_1,hasRequiredLua;function requireLua(){if(hasRequiredLua)return lua_1;hasRequiredLua=1;function r4(x_){const $P="\\[=*\\[",zP="\\]=*\\]",z9={begin:$P,end:zP,contains:["self"]},eAe=[x_.COMMENT("--(?!"+$P+")","$"),x_.COMMENT("--"+$P,zP,{contains:[z9],relevance:10})];return{name:"Lua",aliases:["pluto"],keywords:{$pattern:x_.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:eAe.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[x_.inherit(x_.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:eAe}].concat(eAe)},x_.C_NUMBER_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{className:"string",begin:$P,end:zP,contains:[z9],relevance:5}])}}return lua_1=r4,lua_1}var makefile_1,hasRequiredMakefile;function requireMakefile(){if(hasRequiredMakefile)return makefile_1;hasRequiredMakefile=1;function r4(x_){const $P={className:"variable",variants:[{begin:"\\$\\("+x_.UNDERSCORE_IDENT_RE+"\\)",contains:[x_.BACKSLASH_ESCAPE]},{begin:/\$[@%{EAe.has(bAe[0])||GAe.ignoreMatch()}},{className:"symbol",relevance:0,begin:dAe}]},pAe={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},mAe={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},SAe={className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},DAe={className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},NAe={className:"brace",relevance:0,begin:/[[\](){}]/},TAe={className:"message-name",relevance:0,begin:zP.concat("::",dAe)};return{name:"Mathematica",aliases:["mma","wl"],classNameAliases:{brace:"punctuation",pattern:"type",slot:"type",symbol:"variable","named-character":"variable","builtin-symbol":"built_in","message-name":"string"},contains:[$P.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),SAe,DAe,TAe,gAe,pAe,$P.QUOTE_STRING_MODE,uAe,mAe,NAe]}}return mathematica_1=x_,mathematica_1}var matlab_1,hasRequiredMatlab;function requireMatlab(){if(hasRequiredMatlab)return matlab_1;hasRequiredMatlab=1;function r4(x_){const $P="('|\\.')+",zP={relevance:0,contains:[{begin:$P}]};return{name:"Matlab",keywords:{keyword:"arguments break case catch classdef continue else elseif end enumeration events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i|0 inf nan isnan isinf isfinite j|0 why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell "},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[x_.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:zP},{begin:"[a-zA-Z][a-zA-Z_0-9]*"+$P,relevance:0},{className:"number",begin:x_.C_NUMBER_RE,relevance:0,starts:zP},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{begin:/\]|\}|\)/,relevance:0,starts:zP},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}],starts:zP},x_.COMMENT("^\\s*%\\{\\s*$","^\\s*%\\}\\s*$"),x_.COMMENT("%","$")]}}return matlab_1=r4,matlab_1}var maxima_1,hasRequiredMaxima;function requireMaxima(){if(hasRequiredMaxima)return maxima_1;hasRequiredMaxima=1;function r4(x_){return{name:"Maxima",keywords:{$pattern:"[A-Za-z_%][0-9A-Za-z_%]*",keyword:"if then else elseif for thru do while unless step in and or not",literal:"true false unknown inf minf ind und %e %i %pi %phi %gamma",built_in:" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",symbol:"_ __ %|0 %%|0"},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},x_.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}return maxima_1=r4,maxima_1}var mel_1,hasRequiredMel;function requireMel(){if(hasRequiredMel)return mel_1;hasRequiredMel=1;function r4(x_){return{name:"MEL",keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",illegal:""},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]},zP,x_.C_BLOCK_COMMENT_MODE,z9,x_.NUMBER_MODE,eAe,tAe,{begin:/:-/},{begin:/\.$/}]}}return mercury_1=r4,mercury_1}var mipsasm_1,hasRequiredMipsasm;function requireMipsasm(){if(hasRequiredMipsasm)return mipsasm_1;hasRequiredMipsasm=1;function r4(x_){return{name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{$pattern:"\\.?"+x_.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},x_.COMMENT("[;#](?!\\s*$)","$"),x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:/\//}}return mipsasm_1=r4,mipsasm_1}var mizar_1,hasRequiredMizar;function requireMizar(){if(hasRequiredMizar)return mizar_1;hasRequiredMizar=1;function r4(x_){return{name:"Mizar",keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[x_.COMMENT("::","$")]}}return mizar_1=r4,mizar_1}var perl_1,hasRequiredPerl;function requirePerl(){if(hasRequiredPerl)return perl_1;hasRequiredPerl=1;function r4(x_){const $P=x_.regex,zP=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","class","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","field","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","method","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],z9=/[dualxmsipngr]{0,12}/,eAe={$pattern:/[\w.]+/,keyword:zP.join(" ")},tAe={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:eAe},AAe={begin:/->\{/,end:/\}/},iAe={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},nAe={scope:"variable",variants:[{begin:/\$\d/},{begin:$P.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[iAe]},oAe={className:"number",variants:[{match:/0?\.[0-9][0-9_]+\b/},{match:/\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/},{match:/\b0[0-7][0-7_]*\b/},{match:/\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/},{match:/\b0b[0-1][0-1_]*\b/}],relevance:0},aAe=[x_.BACKSLASH_ESCAPE,tAe,nAe],cAe=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],uAe=(gAe,pAe,mAe="\\1")=>{const SAe=mAe==="\\1"?mAe:$P.concat(mAe,pAe);return $P.concat($P.concat("(?:",gAe,")"),pAe,/(?:\\.|[^\\\/])*?/,SAe,/(?:\\.|[^\\\/])*?/,mAe,z9)},dAe=(gAe,pAe,mAe)=>$P.concat($P.concat("(?:",gAe,")"),pAe,/(?:\\.|[^\\\/])*?/,mAe,z9),EAe=[nAe,x_.HASH_COMMENT_MODE,x_.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),AAe,{className:"string",contains:aAe,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[x_.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[x_.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},oAe,{begin:"(\\/\\/|"+x_.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[x_.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:uAe("s|tr|y",$P.either(...cAe,{capture:!0}))},{begin:uAe("s|tr|y","\\(","\\)")},{begin:uAe("s|tr|y","\\[","\\]")},{begin:uAe("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:dAe("(?:m|qr)?",/\//,/\//)},{begin:dAe("m|qr",$P.either(...cAe,{capture:!0}),/\1/)},{begin:dAe("m|qr",/\(/,/\)/)},{begin:dAe("m|qr",/\[/,/\]/)},{begin:dAe("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[x_.TITLE_MODE,iAe]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[x_.TITLE_MODE,iAe,oAe]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return tAe.contains=EAe,AAe.contains=EAe,{name:"Perl",aliases:["pl","pm"],keywords:eAe,contains:EAe}}return perl_1=r4,perl_1}var mojolicious_1,hasRequiredMojolicious;function requireMojolicious(){if(hasRequiredMojolicious)return mojolicious_1;hasRequiredMojolicious=1;function r4(x_){return{name:"Mojolicious",subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}return mojolicious_1=r4,mojolicious_1}var monkey_1,hasRequiredMonkey;function requireMonkey(){if(hasRequiredMonkey)return monkey_1;hasRequiredMonkey=1;function r4(x_){const $P={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},x_.NUMBER_MODE]},zP={variants:[{match:[/(function|method)/,/\s+/,x_.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.function"}},z9={variants:[{match:[/(class|interface|extends|implements)/,/\s+/,x_.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.class"}};return{name:"Monkey",case_insensitive:!0,keywords:{keyword:["public","private","property","continue","exit","extern","new","try","catch","eachin","not","abstract","final","select","case","default","const","local","global","field","end","if","then","else","elseif","endif","while","wend","repeat","until","forever","for","to","step","next","return","module","inline","throw","import","and","or","shl","shr","mod"],built_in:["DebugLog","DebugStop","Error","Print","ACos","ACosr","ASin","ASinr","ATan","ATan2","ATan2r","ATanr","Abs","Abs","Ceil","Clamp","Clamp","Cos","Cosr","Exp","Floor","Log","Max","Max","Min","Min","Pow","Sgn","Sgn","Sin","Sinr","Sqrt","Tan","Tanr","Seed","PI","HALFPI","TWOPI"],literal:["true","false","null"]},illegal:/\/\*/,contains:[x_.COMMENT("#rem","#end"),x_.COMMENT("'","$",{relevance:0}),zP,z9,{className:"variable.language",begin:/\b(self|super)\b/},{className:"meta",begin:/\s*#/,end:"$",keywords:{keyword:"if else elseif endif end then"}},{match:[/^\s*/,/strict\b/],scope:{2:"meta"}},{beginKeywords:"alias",end:"=",contains:[x_.UNDERSCORE_TITLE_MODE]},x_.QUOTE_STRING_MODE,$P]}}return monkey_1=r4,monkey_1}var moonscript_1,hasRequiredMoonscript;function requireMoonscript(){if(hasRequiredMoonscript)return moonscript_1;hasRequiredMoonscript=1;function r4(x_){const $P={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},zP="[A-Za-z$_][0-9A-Za-z$_]*",z9={className:"subst",begin:/#\{/,end:/\}/,keywords:$P},eAe=[x_.inherit(x_.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[x_.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[x_.BACKSLASH_ESCAPE,z9]}]},{className:"built_in",begin:"@__"+x_.IDENT_RE},{begin:"@"+x_.IDENT_RE},{begin:x_.IDENT_RE+"\\\\"+x_.IDENT_RE}];z9.contains=eAe;const tAe=x_.inherit(x_.TITLE_MODE,{begin:zP}),AAe="(\\(.*\\)\\s*)?\\B[-=]>",iAe={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:$P,contains:["self"].concat(eAe)}]};return{name:"MoonScript",aliases:["moon"],keywords:$P,illegal:/\/\*/,contains:eAe.concat([x_.COMMENT("--","$"),{className:"function",begin:"^\\s*"+zP+"\\s*=\\s*"+AAe,end:"[-=]>",returnBegin:!0,contains:[tAe,iAe]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:AAe,end:"[-=]>",returnBegin:!0,contains:[iAe]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[tAe]},tAe]},{className:"name",begin:zP+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return moonscript_1=r4,moonscript_1}var n1ql_1,hasRequiredN1ql;function requireN1ql(){if(hasRequiredN1ql)return n1ql_1;hasRequiredN1ql=1;function r4(x_){return{name:"N1QL",case_insensitive:!0,contains:[{beginKeywords:"build create index delete drop explain infer|10 insert merge prepare select update upsert|10",end:/;/,keywords:{keyword:["all","alter","analyze","and","any","array","as","asc","begin","between","binary","boolean","break","bucket","build","by","call","case","cast","cluster","collate","collection","commit","connect","continue","correlate","cover","create","database","dataset","datastore","declare","decrement","delete","derived","desc","describe","distinct","do","drop","each","element","else","end","every","except","exclude","execute","exists","explain","fetch","first","flatten","for","force","from","function","grant","group","gsi","having","if","ignore","ilike","in","include","increment","index","infer","inline","inner","insert","intersect","into","is","join","key","keys","keyspace","known","last","left","let","letting","like","limit","lsm","map","mapping","matched","materialized","merge","minus","namespace","nest","not","number","object","offset","on","option","or","order","outer","over","parse","partition","password","path","pool","prepare","primary","private","privilege","procedure","public","raw","realm","reduce","rename","return","returning","revoke","right","role","rollback","satisfies","schema","select","self","semi","set","show","some","start","statistics","string","system","then","to","transaction","trigger","truncate","under","union","unique","unknown","unnest","unset","update","upsert","use","user","using","validate","value","valued","values","via","view","when","where","while","with","within","work","xor"],literal:["true","false","null","missing|5"],built_in:["array_agg","array_append","array_concat","array_contains","array_count","array_distinct","array_ifnull","array_length","array_max","array_min","array_position","array_prepend","array_put","array_range","array_remove","array_repeat","array_replace","array_reverse","array_sort","array_sum","avg","count","max","min","sum","greatest","least","ifmissing","ifmissingornull","ifnull","missingif","nullif","ifinf","ifnan","ifnanorinf","naninf","neginfif","posinfif","clock_millis","clock_str","date_add_millis","date_add_str","date_diff_millis","date_diff_str","date_part_millis","date_part_str","date_trunc_millis","date_trunc_str","duration_to_str","millis","str_to_millis","millis_to_str","millis_to_utc","millis_to_zone_name","now_millis","now_str","str_to_duration","str_to_utc","str_to_zone_name","decode_json","encode_json","encoded_size","poly_length","base64","base64_encode","base64_decode","meta","uuid","abs","acos","asin","atan","atan2","ceil","cos","degrees","e","exp","ln","log","floor","pi","power","radians","random","round","sign","sin","sqrt","tan","trunc","object_length","object_names","object_pairs","object_inner_pairs","object_values","object_inner_values","object_add","object_put","object_remove","object_unwrap","regexp_contains","regexp_like","regexp_position","regexp_replace","contains","initcap","length","lower","ltrim","position","repeat","replace","rtrim","split","substr","title","trim","upper","isarray","isatom","isboolean","isnumber","isobject","isstring","type","toarray","toatom","toboolean","tonumber","toobject","tostring"]},contains:[{className:"string",begin:"'",end:"'",contains:[x_.BACKSLASH_ESCAPE]},{className:"string",begin:'"',end:'"',contains:[x_.BACKSLASH_ESCAPE]},{className:"symbol",begin:"`",end:"`",contains:[x_.BACKSLASH_ESCAPE]},x_.C_NUMBER_MODE,x_.C_BLOCK_COMMENT_MODE]},x_.C_BLOCK_COMMENT_MODE]}}return n1ql_1=r4,n1ql_1}var nestedtext_1,hasRequiredNestedtext;function requireNestedtext(){if(hasRequiredNestedtext)return nestedtext_1;hasRequiredNestedtext=1;function r4(x_){const $P={match:[/^\s*(?=\S)/,/[^:]+/,/:\s*/,/$/],className:{2:"attribute",3:"punctuation"}},zP={match:[/^\s*(?=\S)/,/[^:]*[^: ]/,/[ ]*:/,/[ ]/,/.*$/],className:{2:"attribute",3:"punctuation",5:"string"}},z9={match:[/^\s*/,/>/,/[ ]/,/.*$/],className:{2:"punctuation",4:"string"}},eAe={variants:[{match:[/^\s*/,/-/,/[ ]/,/.*$/]},{match:[/^\s*/,/-$/]}],className:{2:"bullet",4:"string"}};return{name:"Nested Text",aliases:["nt"],contains:[x_.inherit(x_.HASH_COMMENT_MODE,{begin:/^\s*(?=#)/,excludeBegin:!0}),eAe,z9,$P,zP]}}return nestedtext_1=r4,nestedtext_1}var nginx_1,hasRequiredNginx;function requireNginx(){if(hasRequiredNginx)return nginx_1;hasRequiredNginx=1;function r4(x_){const $P=x_.regex,zP={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{begin:$P.concat(/[$@]/,x_.UNDERSCORE_IDENT_RE)}]},eAe={endsWithParent:!0,keywords:{$pattern:/[a-z_]{2,}|\/dev\/poll/,literal:["on","off","yes","no","true","false","none","blocked","debug","info","notice","warn","error","crit","select","break","last","permanent","redirect","kqueue","rtsig","epoll","poll","/dev/poll"]},relevance:0,illegal:"=>",contains:[x_.HASH_COMMENT_MODE,{className:"string",contains:[x_.BACKSLASH_ESCAPE,zP],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[zP]},{className:"regexp",contains:[x_.BACKSLASH_ESCAPE,zP],variants:[{begin:"\\s\\^",end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]?\\b",relevance:0},zP]};return{name:"Nginx config",aliases:["nginxconf"],contains:[x_.HASH_COMMENT_MODE,{beginKeywords:"upstream location",end:/;|\{/,contains:eAe.contains,keywords:{section:"upstream location"}},{className:"section",begin:$P.concat(x_.UNDERSCORE_IDENT_RE+$P.lookahead(/\s+\{/)),relevance:0},{begin:$P.lookahead(x_.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{className:"attribute",begin:x_.UNDERSCORE_IDENT_RE,starts:eAe}],relevance:0}],illegal:"[^\\s\\}\\{]"}}return nginx_1=r4,nginx_1}var nim_1,hasRequiredNim;function requireNim(){if(hasRequiredNim)return nim_1;hasRequiredNim=1;function r4(x_){return{name:"Nim",keywords:{keyword:["addr","and","as","asm","bind","block","break","case","cast","concept","const","continue","converter","defer","discard","distinct","div","do","elif","else","end","enum","except","export","finally","for","from","func","generic","guarded","if","import","in","include","interface","is","isnot","iterator","let","macro","method","mixin","mod","nil","not","notin","object","of","or","out","proc","ptr","raise","ref","return","shared","shl","shr","static","template","try","tuple","type","using","var","when","while","with","without","xor","yield"],literal:["true","false"],type:["int","int8","int16","int32","int64","uint","uint8","uint16","uint32","uint64","float","float32","float64","bool","char","string","cstring","pointer","expr","stmt","void","auto","any","range","array","openarray","varargs","seq","set","clong","culong","cchar","cschar","cshort","cint","csize","clonglong","cfloat","cdouble","clongdouble","cuchar","cushort","cuint","culonglong","cstringarray","semistatic"],built_in:["stdin","stdout","stderr","result"]},contains:[{className:"meta",begin:/\{\./,end:/\.\}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},x_.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},x_.HASH_COMMENT_MODE]}}return nim_1=r4,nim_1}var nix_1,hasRequiredNix;function requireNix(){if(hasRequiredNix)return nix_1;hasRequiredNix=1;function r4(x_){const $P=x_.regex,zP={keyword:["assert","else","if","in","inherit","let","or","rec","then","with"],literal:["true","false","null"],built_in:["abort","baseNameOf","builtins","derivation","derivationStrict","dirOf","fetchGit","fetchMercurial","fetchTarball","fetchTree","fromTOML","import","isNull","map","placeholder","removeAttrs","scopedImport","throw","toString"]},z9={scope:"built_in",match:$P.either(...["abort","add","addDrvOutputDependencies","addErrorContext","all","any","appendContext","attrNames","attrValues","baseNameOf","bitAnd","bitOr","bitXor","break","builtins","catAttrs","ceil","compareVersions","concatLists","concatMap","concatStringsSep","convertHash","currentSystem","currentTime","deepSeq","derivation","derivationStrict","dirOf","div","elem","elemAt","false","fetchGit","fetchMercurial","fetchTarball","fetchTree","fetchurl","filter","filterSource","findFile","flakeRefToString","floor","foldl'","fromJSON","fromTOML","functionArgs","genList","genericClosure","getAttr","getContext","getEnv","getFlake","groupBy","hasAttr","hasContext","hashFile","hashString","head","import","intersectAttrs","isAttrs","isBool","isFloat","isFunction","isInt","isList","isNull","isPath","isString","langVersion","length","lessThan","listToAttrs","map","mapAttrs","match","mul","nixPath","nixVersion","null","parseDrvName","parseFlakeRef","partition","path","pathExists","placeholder","readDir","readFile","readFileType","removeAttrs","replaceStrings","scopedImport","seq","sort","split","splitVersion","storeDir","storePath","stringLength","sub","substring","tail","throw","toFile","toJSON","toPath","toString","toXML","trace","traceVerbose","true","tryEval","typeOf","unsafeDiscardOutputDependency","unsafeDiscardStringContext","unsafeGetAttrPos","warn","zipAttrsWith"].map(bAe=>`builtins\\.${bAe}`)),relevance:10},eAe="[A-Za-z_][A-Za-z0-9_'-]*",tAe={scope:"symbol",match:new RegExp(`<${eAe}(/${eAe})*>`)},AAe="[A-Za-z0-9_\\+\\.-]+",iAe={scope:"symbol",match:new RegExp(`(\\.\\.|\\.|~)?/(${AAe})?(/${AAe})*(?=[\\s;])`)},nAe=$P.either("==","=","\\+\\+","\\+","<=","<\\|","<",">=",">","->","//","/","!=","!","\\|\\|","\\|>","\\?","\\*","&&"),oAe={scope:"operator",match:$P.concat(nAe,/(?!-)/),relevance:0},aAe={scope:"number",match:new RegExp(`${x_.NUMBER_RE}(?!-)`),relevance:0},cAe={variants:[{scope:"operator",beforeMatch:/\s/,begin:/-(?!>)/},{begin:[new RegExp(`${x_.NUMBER_RE}`),/-/,/(?!>)/],beginScope:{1:"number",2:"operator"}},{begin:[nAe,/-/,/(?!>)/],beginScope:{1:"operator",2:"operator"}}],relevance:0},uAe={beforeMatch:/(^|\{|;)\s*/,begin:new RegExp(`${eAe}(\\.${eAe})*\\s*=(?!=)`),returnBegin:!0,relevance:0,contains:[{scope:"attr",match:new RegExp(`${eAe}(\\.${eAe})*(?=\\s*=)`),relevance:.2}]},dAe={scope:"char.escape",match:/\\\$/},EAe={scope:"char.escape",match:/''\$/},gAe={scope:"subst",begin:/\$\{/,end:/\}/,keywords:zP},pAe={scope:"char.escape",match:/'''/},mAe={scope:"char.escape",match:/\\(?!\$)./},SAe={scope:"string",variants:[{begin:"''",end:"''",contains:[EAe,gAe,pAe,mAe]},{begin:'"',end:'"',contains:[dAe,gAe,mAe]}]},DAe={scope:"params",match:new RegExp(`${eAe}\\s*:(?=\\s)`)},NAe=[aAe,x_.HASH_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),z9,SAe,tAe,iAe,DAe,uAe,cAe,oAe];gAe.contains=NAe;const TAe=[{scope:"meta.prompt",match:/^nix-repl>(?=\s)/,relevance:10},{scope:"meta",beforeMatch:/\s+/,begin:/:([a-z]+|\?)/}];return{name:"Nix",aliases:["nixos"],keywords:zP,contains:NAe.concat(TAe)}}return nix_1=r4,nix_1}var nodeRepl_1,hasRequiredNodeRepl;function requireNodeRepl(){if(hasRequiredNodeRepl)return nodeRepl_1;hasRequiredNodeRepl=1;function r4(x_){return{name:"Node REPL",contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"javascript"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return nodeRepl_1=r4,nodeRepl_1}var nsis_1,hasRequiredNsis;function requireNsis(){if(hasRequiredNsis)return nsis_1;hasRequiredNsis=1;function r4(x_){const $P=x_.regex,zP=["ADMINTOOLS","APPDATA","CDBURN_AREA","CMDLINE","COMMONFILES32","COMMONFILES64","COMMONFILES","COOKIES","DESKTOP","DOCUMENTS","EXEDIR","EXEFILE","EXEPATH","FAVORITES","FONTS","HISTORY","HWNDPARENT","INSTDIR","INTERNET_CACHE","LANGUAGE","LOCALAPPDATA","MUSIC","NETHOOD","OUTDIR","PICTURES","PLUGINSDIR","PRINTHOOD","PROFILE","PROGRAMFILES32","PROGRAMFILES64","PROGRAMFILES","QUICKLAUNCH","RECENT","RESOURCES_LOCALIZED","RESOURCES","SENDTO","SMPROGRAMS","SMSTARTUP","STARTMENU","SYSDIR","TEMP","TEMPLATES","VIDEOS","WINDIR"],z9=["ARCHIVE","FILE_ATTRIBUTE_ARCHIVE","FILE_ATTRIBUTE_NORMAL","FILE_ATTRIBUTE_OFFLINE","FILE_ATTRIBUTE_READONLY","FILE_ATTRIBUTE_SYSTEM","FILE_ATTRIBUTE_TEMPORARY","HKCR","HKCU","HKDD","HKEY_CLASSES_ROOT","HKEY_CURRENT_CONFIG","HKEY_CURRENT_USER","HKEY_DYN_DATA","HKEY_LOCAL_MACHINE","HKEY_PERFORMANCE_DATA","HKEY_USERS","HKLM","HKPD","HKU","IDABORT","IDCANCEL","IDIGNORE","IDNO","IDOK","IDRETRY","IDYES","MB_ABORTRETRYIGNORE","MB_DEFBUTTON1","MB_DEFBUTTON2","MB_DEFBUTTON3","MB_DEFBUTTON4","MB_ICONEXCLAMATION","MB_ICONINFORMATION","MB_ICONQUESTION","MB_ICONSTOP","MB_OK","MB_OKCANCEL","MB_RETRYCANCEL","MB_RIGHT","MB_RTLREADING","MB_SETFOREGROUND","MB_TOPMOST","MB_USERICON","MB_YESNO","NORMAL","OFFLINE","READONLY","SHCTX","SHELL_CONTEXT","SYSTEM|TEMPORARY"],eAe=["addincludedir","addplugindir","appendfile","assert","cd","define","delfile","echo","else","endif","error","execute","finalize","getdllversion","gettlbversion","if","ifdef","ifmacrodef","ifmacrondef","ifndef","include","insertmacro","macro","macroend","makensis","packhdr","searchparse","searchreplace","system","tempfile","undef","uninstfinalize","verbose","warning"],tAe={className:"variable.constant",begin:$P.concat(/\$/,$P.either(...zP))},AAe={className:"variable",begin:/\$+\{[\!\w.:-]+\}/},iAe={className:"variable",begin:/\$+\w[\w\.]*/,illegal:/\(\)\{\}/},nAe={className:"variable",begin:/\$+\([\w^.:!-]+\)/},oAe={className:"params",begin:$P.either(...z9)},aAe={className:"keyword",begin:$P.concat(/!/,$P.either(...eAe))},cAe={className:"char.escape",begin:/\$(\\[nrt]|\$)/},uAe={className:"title.function",begin:/\w+::\w+/},dAe={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[cAe,tAe,AAe,iAe,nAe]},EAe=["Abort","AddBrandingImage","AddSize","AllowRootDirInstall","AllowSkipFiles","AutoCloseWindow","BGFont","BGGradient","BrandingText","BringToFront","Call","CallInstDLL","Caption","ChangeUI","CheckBitmap","ClearErrors","CompletedText","ComponentText","CopyFiles","CRCCheck","CreateDirectory","CreateFont","CreateShortCut","Delete","DeleteINISec","DeleteINIStr","DeleteRegKey","DeleteRegValue","DetailPrint","DetailsButtonText","DirText","DirVar","DirVerify","EnableWindow","EnumRegKey","EnumRegValue","Exch","Exec","ExecShell","ExecShellWait","ExecWait","ExpandEnvStrings","File","FileBufSize","FileClose","FileErrorText","FileOpen","FileRead","FileReadByte","FileReadUTF16LE","FileReadWord","FileWriteUTF16LE","FileSeek","FileWrite","FileWriteByte","FileWriteWord","FindClose","FindFirst","FindNext","FindWindow","FlushINI","GetCurInstType","GetCurrentAddress","GetDlgItem","GetDLLVersion","GetDLLVersionLocal","GetErrorLevel","GetFileTime","GetFileTimeLocal","GetFullPathName","GetFunctionAddress","GetInstDirError","GetKnownFolderPath","GetLabelAddress","GetTempFileName","GetWinVer","Goto","HideWindow","Icon","IfAbort","IfErrors","IfFileExists","IfRebootFlag","IfRtlLanguage","IfShellVarContextAll","IfSilent","InitPluginsDir","InstallButtonText","InstallColors","InstallDir","InstallDirRegKey","InstProgressFlags","InstType","InstTypeGetText","InstTypeSetText","Int64Cmp","Int64CmpU","Int64Fmt","IntCmp","IntCmpU","IntFmt","IntOp","IntPtrCmp","IntPtrCmpU","IntPtrOp","IsWindow","LangString","LicenseBkColor","LicenseData","LicenseForceSelection","LicenseLangString","LicenseText","LoadAndSetImage","LoadLanguageFile","LockWindow","LogSet","LogText","ManifestDPIAware","ManifestLongPathAware","ManifestMaxVersionTested","ManifestSupportedOS","MessageBox","MiscButtonText","Name|0","Nop","OutFile","Page","PageCallbacks","PEAddResource","PEDllCharacteristics","PERemoveResource","PESubsysVer","Pop","Push","Quit","ReadEnvStr","ReadINIStr","ReadRegDWORD","ReadRegStr","Reboot","RegDLL","Rename","RequestExecutionLevel","ReserveFile","Return","RMDir","SearchPath","SectionGetFlags","SectionGetInstTypes","SectionGetSize","SectionGetText","SectionIn","SectionSetFlags","SectionSetInstTypes","SectionSetSize","SectionSetText","SendMessage","SetAutoClose","SetBrandingImage","SetCompress","SetCompressor","SetCompressorDictSize","SetCtlColors","SetCurInstType","SetDatablockOptimize","SetDateSave","SetDetailsPrint","SetDetailsView","SetErrorLevel","SetErrors","SetFileAttributes","SetFont","SetOutPath","SetOverwrite","SetRebootFlag","SetRegView","SetShellVarContext","SetSilent","ShowInstDetails","ShowUninstDetails","ShowWindow","SilentInstall","SilentUnInstall","Sleep","SpaceTexts","StrCmp","StrCmpS","StrCpy","StrLen","SubCaption","Unicode","UninstallButtonText","UninstallCaption","UninstallIcon","UninstallSubCaption","UninstallText","UninstPage","UnRegDLL","Var","VIAddVersionKey","VIFileVersion","VIProductVersion","WindowIcon","WriteINIStr","WriteRegBin","WriteRegDWORD","WriteRegExpandStr","WriteRegMultiStr","WriteRegNone","WriteRegStr","WriteUninstaller","XPStyle"],gAe=["admin","all","auto","both","bottom","bzip2","colored","components","current","custom","directory","false","force","hide","highest","ifdiff","ifnewer","instfiles","lastused","leave","left","license","listonly","lzma","nevershow","none","normal","notset","off","on","open","print","right","show","silent","silentlog","smooth","textonly","top","true","try","un.components","un.custom","un.directory","un.instfiles","un.license","uninstConfirm","user","Win10","Win7","Win8","WinVista","zlib"],pAe={match:[/Function/,/\s+/,$P.concat(/(\.)?/,x_.IDENT_RE)],scope:{1:"keyword",3:"title.function"}},SAe={match:[/Var/,/\s+/,/(?:\/GLOBAL\s+)?/,/[A-Za-z][\w.]*/],scope:{1:"keyword",3:"params",4:"variable"}};return{name:"NSIS",case_insensitive:!0,keywords:{keyword:EAe,literal:gAe},contains:[x_.HASH_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.COMMENT(";","$",{relevance:0}),SAe,pAe,{beginKeywords:"Function PageEx Section SectionGroup FunctionEnd SectionEnd"},dAe,aAe,AAe,iAe,nAe,oAe,uAe,x_.NUMBER_MODE]}}return nsis_1=r4,nsis_1}var objectivec_1,hasRequiredObjectivec;function requireObjectivec(){if(hasRequiredObjectivec)return objectivec_1;hasRequiredObjectivec=1;function r4(x_){const $P={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},zP=/[a-zA-Z@][a-zA-Z0-9_]*/,iAe={"variable.language":["this","super"],$pattern:zP,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},nAe={$pattern:zP,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:iAe,illegal:"/,end:/$/,illegal:"\\n"},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+nAe.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:nAe,contains:[x_.UNDERSCORE_TITLE_MODE]},{begin:"\\."+x_.UNDERSCORE_IDENT_RE,relevance:0}]}}return objectivec_1=r4,objectivec_1}var ocaml_1,hasRequiredOcaml;function requireOcaml(){if(hasRequiredOcaml)return ocaml_1;hasRequiredOcaml=1;function r4(x_){return{name:"OCaml",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},x_.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},x_.inherit(x_.APOS_STRING_MODE,{className:"string",relevance:0}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/->/}]}}return ocaml_1=r4,ocaml_1}var openscad_1,hasRequiredOpenscad;function requireOpenscad(){if(hasRequiredOpenscad)return openscad_1;hasRequiredOpenscad=1;function r4(x_){const $P={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},zP={className:"literal",begin:"false|true|PI|undef"},z9={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},eAe=x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),tAe={className:"meta",keywords:{keyword:"include use"},begin:"include|use <",end:">"},AAe={className:"params",begin:"\\(",end:"\\)",contains:["self",z9,eAe,$P,zP]},iAe={begin:"[*!#%]",relevance:0},nAe={className:"function",beginKeywords:"module function",end:/=|\{/,contains:[AAe,x_.UNDERSCORE_TITLE_MODE]};return{name:"OpenSCAD",aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,z9,tAe,eAe,$P,iAe,nAe]}}return openscad_1=r4,openscad_1}var oxygene_1,hasRequiredOxygene;function requireOxygene(){if(hasRequiredOxygene)return oxygene_1;hasRequiredOxygene=1;function r4(x_){const $P={$pattern:/\.?\w+/,keyword:"abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained"},zP=x_.COMMENT(/\{/,/\}/,{relevance:0}),z9=x_.COMMENT("\\(\\*","\\*\\)",{relevance:10}),eAe={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},tAe={className:"string",begin:"(#\\d+)+"},AAe={beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[x_.inherit(x_.TITLE_MODE,{scope:"title.function"}),{className:"params",begin:"\\(",end:"\\)",keywords:$P,contains:[eAe,tAe]},zP,z9]},iAe={scope:"punctuation",match:/;/,relevance:0};return{name:"Oxygene",case_insensitive:!0,keywords:$P,illegal:'("|\\$[G-Zg-z]|\\/\\*||->)',contains:[zP,z9,x_.C_LINE_COMMENT_MODE,eAe,tAe,x_.NUMBER_MODE,AAe,iAe]}}return oxygene_1=r4,oxygene_1}var parser3_1,hasRequiredParser3;function requireParser3(){if(hasRequiredParser3)return parser3_1;hasRequiredParser3=1;function r4(x_){const $P=x_.COMMENT(/\{/,/\}/,{contains:["self"]});return{name:"Parser3",subLanguage:"xml",relevance:0,contains:[x_.COMMENT("^#","$"),x_.COMMENT(/\^rem\{/,/\}/,{relevance:10,contains:[$P]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:/\$\{?[\w\-.:]+\}?/},{className:"keyword",begin:/\^[\w\-.:]+/},{className:"number",begin:"\\^#[0-9a-fA-F]+"},x_.C_NUMBER_MODE]}}return parser3_1=r4,parser3_1}var pf_1,hasRequiredPf;function requirePf(){if(hasRequiredPf)return pf_1;hasRequiredPf=1;function r4(x_){const $P={className:"variable",begin:/\$[\w\d#@][\w\d_]*/,relevance:0},zP={className:"variable",begin:/<(?!\/)/,end:/>/};return{name:"Packet Filter config",aliases:["pf.conf"],keywords:{$pattern:/[a-z0-9_<>-]+/,built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to route allow-opts divert-packet divert-reply divert-to flags group icmp-type icmp6-type label once probability recieved-on rtable prio queue tos tag tagged user keep fragment for os drop af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin source-hash static-port dup-to reply-to route-to parent bandwidth default min max qlimit block-policy debug fingerprints hostid limit loginterface optimization reassemble ruleset-optimization basic none profile skip state-defaults state-policy timeout const counters persist no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy source-track global rule max-src-nodes max-src-states max-src-conn max-src-conn-rate overload flush scrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[x_.HASH_COMMENT_MODE,x_.NUMBER_MODE,x_.QUOTE_STRING_MODE,$P,zP]}}return pf_1=r4,pf_1}var pgsql_1,hasRequiredPgsql;function requirePgsql(){if(hasRequiredPgsql)return pgsql_1;hasRequiredPgsql=1;function r4(x_){const $P=x_.COMMENT("--","$"),zP="[a-zA-Z_][a-zA-Z_0-9$]*",z9="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",eAe="<<\\s*"+zP+"\\s*>>",tAe="ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ",AAe="SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",iAe="ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN ",nAe="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",oAe=nAe.trim().split(" ").map(function(gAe){return gAe.split("|")[0]}).join("|"),aAe="CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ",cAe="FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 ",uAe="SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED ",EAe="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map(function(gAe){return gAe.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:tAe+iAe+AAe,built_in:aAe+cAe+uAe},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:x_.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+EAe+")\\s*\\("},{begin:"\\.("+oAe+")\\b"},{begin:"\\b("+oAe+")\\s+PATH\\b",keywords:{keyword:"PATH",type:nAe.replace("PATH ","")}},{className:"type",begin:"\\b("+oAe+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},x_.END_SAME_AS_BEGIN({begin:z9,end:z9,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},x_.C_NUMBER_MODE,x_.C_BLOCK_COMMENT_MODE,$P,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:eAe,relevance:10}]}}return pgsql_1=r4,pgsql_1}var php_1,hasRequiredPhp;function requirePhp(){if(hasRequiredPhp)return php_1;hasRequiredPhp=1;function r4(x_){const $P=x_.regex,zP=/(?![A-Za-z0-9])(?![$])/,z9=$P.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,zP),eAe=$P.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,zP),tAe=$P.concat(/[A-Z]+/,zP),AAe={scope:"variable",match:"\\$+"+z9},iAe={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},nAe={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},oAe=x_.inherit(x_.APOS_STRING_MODE,{illegal:null}),aAe=x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null,contains:x_.QUOTE_STRING_MODE.contains.concat(nAe)}),cAe={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:x_.QUOTE_STRING_MODE.contains.concat(nAe),"on:begin":(eIe,iIe)=>{iIe.data._beginMatch=eIe[1]||eIe[2]},"on:end":(eIe,iIe)=>{iIe.data._beginMatch!==eIe[1]&&iIe.ignoreMatch()}},uAe=x_.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),dAe=`[ ]`,EAe={scope:"string",variants:[aAe,oAe,cAe,uAe]},gAe={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},pAe=["false","null","true"],mAe=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],SAe=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],NAe={keyword:mAe,literal:(eIe=>{const iIe=[];return eIe.forEach(rIe=>{iIe.push(rIe),rIe.toLowerCase()===rIe?iIe.push(rIe.toUpperCase()):iIe.push(rIe.toLowerCase())}),iIe})(pAe),built_in:SAe},TAe=eIe=>eIe.map(iIe=>iIe.replace(/\|\d+$/,"")),bAe={variants:[{match:[/new/,$P.concat(dAe,"+"),$P.concat("(?!",TAe(SAe).join("\\b|"),"\\b)"),eAe],scope:{1:"keyword",4:"title.class"}}]},GAe=$P.concat(z9,"\\b(?!\\()"),LAe={variants:[{match:[$P.concat(/::/,$P.lookahead(/(?!class\b)/)),GAe],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[eAe,$P.concat(/::/,$P.lookahead(/(?!class\b)/)),GAe],scope:{1:"title.class",3:"variable.constant"}},{match:[eAe,$P.concat("::",$P.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[eAe,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},wAe={scope:"attr",match:$P.concat(z9,$P.lookahead(":"),$P.lookahead(/(?!::)/))},OAe={relevance:0,begin:/\(/,end:/\)/,keywords:NAe,contains:[wAe,AAe,LAe,x_.C_BLOCK_COMMENT_MODE,EAe,gAe,bAe]},PAe={relevance:0,match:[/\b/,$P.concat("(?!fn\\b|function\\b|",TAe(mAe).join("\\b|"),"|",TAe(SAe).join("\\b|"),"\\b)"),z9,$P.concat(dAe,"*"),$P.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[OAe]};OAe.contains.push(PAe);const HAe=[wAe,LAe,x_.C_BLOCK_COMMENT_MODE,EAe,gAe,bAe],zAe={begin:$P.concat(/#\[\s*\\?/,$P.either(eAe,tAe)),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:pAe,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:pAe,keyword:["new","array"]},contains:["self",...HAe]},...HAe,{scope:"meta",variants:[{match:eAe},{match:tAe}]}]};return{case_insensitive:!1,keywords:NAe,contains:[zAe,x_.HASH_COMMENT_MODE,x_.COMMENT("//","$"),x_.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:x_.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},iAe,{scope:"variable.language",match:/\$this\b/},AAe,PAe,LAe,{match:[/const/,/\s/,z9],scope:{1:"keyword",3:"variable.constant"}},bAe,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},x_.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:NAe,contains:["self",zAe,AAe,LAe,x_.C_BLOCK_COMMENT_MODE,EAe,gAe]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},x_.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[x_.inherit(x_.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},x_.UNDERSCORE_TITLE_MODE]},EAe,gAe]}}return php_1=r4,php_1}var phpTemplate_1,hasRequiredPhpTemplate;function requirePhpTemplate(){if(hasRequiredPhpTemplate)return phpTemplate_1;hasRequiredPhpTemplate=1;function r4(x_){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},x_.inherit(x_.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return phpTemplate_1=r4,phpTemplate_1}var plaintext_1,hasRequiredPlaintext;function requirePlaintext(){if(hasRequiredPlaintext)return plaintext_1;hasRequiredPlaintext=1;function r4(x_){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return plaintext_1=r4,plaintext_1}var pony_1,hasRequiredPony;function requirePony(){if(hasRequiredPony)return pony_1;hasRequiredPony=1;function r4(x_){const $P={keyword:"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},zP={className:"string",begin:'"""',end:'"""',relevance:10},z9={className:"string",begin:'"',end:'"',contains:[x_.BACKSLASH_ESCAPE]},eAe={className:"string",begin:"'",end:"'",contains:[x_.BACKSLASH_ESCAPE],relevance:0},tAe={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},AAe={begin:x_.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:$P,contains:[tAe,zP,z9,eAe,AAe,{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]}}return pony_1=r4,pony_1}var powershell_1,hasRequiredPowershell;function requirePowershell(){if(hasRequiredPowershell)return powershell_1;hasRequiredPowershell=1;function r4(x_){const $P=["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"],zP="Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",z9="-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",eAe={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},tAe=/\w[\w\d]*((-)[\w\d]+)*/,AAe={begin:"`[\\s\\S]",relevance:0},iAe={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},nAe={className:"literal",begin:/\$(null|true|false)\b/},oAe={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[AAe,iAe,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},aAe={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},cAe={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},uAe=x_.inherit(x_.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[cAe]}),dAe={className:"built_in",variants:[{begin:"(".concat(zP,")+(-)[\\w\\d]+")}]},EAe={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[x_.TITLE_MODE]},gAe={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:tAe,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[iAe]}]},pAe={begin:/using\s/,end:/$/,returnBegin:!0,contains:[oAe,aAe,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},mAe={variants:[{className:"operator",begin:"(".concat(z9,")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},SAe={className:"selector-tag",begin:/@\B/,relevance:0},DAe={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(eAe.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},x_.inherit(x_.TITLE_MODE,{endsParent:!0})]},NAe=[DAe,uAe,AAe,x_.NUMBER_MODE,oAe,aAe,dAe,iAe,nAe,SAe],TAe={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",NAe,{begin:"("+$P.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return DAe.contains.unshift(TAe),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:eAe,contains:NAe.concat(EAe,gAe,pAe,mAe,TAe)}}return powershell_1=r4,powershell_1}var processing_1,hasRequiredProcessing;function requireProcessing(){if(hasRequiredProcessing)return processing_1;hasRequiredProcessing=1;function r4(x_){const $P=x_.regex,zP=["displayHeight","displayWidth","mouseY","mouseX","mousePressed","pmouseX","pmouseY","key","keyCode","pixels","focused","frameCount","frameRate","height","width","size","createGraphics","beginDraw","createShape","loadShape","PShape","arc","ellipse","line","point","quad","rect","triangle","bezier","bezierDetail","bezierPoint","bezierTangent","curve","curveDetail","curvePoint","curveTangent","curveTightness","shape","shapeMode","beginContour","beginShape","bezierVertex","curveVertex","endContour","endShape","quadraticVertex","vertex","ellipseMode","noSmooth","rectMode","smooth","strokeCap","strokeJoin","strokeWeight","mouseClicked","mouseDragged","mouseMoved","mousePressed","mouseReleased","mouseWheel","keyPressed","keyPressedkeyReleased","keyTyped","print","println","save","saveFrame","day","hour","millis","minute","month","second","year","background","clear","colorMode","fill","noFill","noStroke","stroke","alpha","blue","brightness","color","green","hue","lerpColor","red","saturation","modelX","modelY","modelZ","screenX","screenY","screenZ","ambient","emissive","shininess","specular","add","createImage","beginCamera","camera","endCamera","frustum","ortho","perspective","printCamera","printProjection","cursor","frameRate","noCursor","exit","loop","noLoop","popStyle","pushStyle","redraw","binary","boolean","byte","char","float","hex","int","str","unbinary","unhex","join","match","matchAll","nf","nfc","nfp","nfs","split","splitTokens","trim","append","arrayCopy","concat","expand","reverse","shorten","sort","splice","subset","box","sphere","sphereDetail","createInput","createReader","loadBytes","loadJSONArray","loadJSONObject","loadStrings","loadTable","loadXML","open","parseXML","saveTable","selectFolder","selectInput","beginRaw","beginRecord","createOutput","createWriter","endRaw","endRecord","PrintWritersaveBytes","saveJSONArray","saveJSONObject","saveStream","saveStrings","saveXML","selectOutput","popMatrix","printMatrix","pushMatrix","resetMatrix","rotate","rotateX","rotateY","rotateZ","scale","shearX","shearY","translate","ambientLight","directionalLight","lightFalloff","lights","lightSpecular","noLights","normal","pointLight","spotLight","image","imageMode","loadImage","noTint","requestImage","tint","texture","textureMode","textureWrap","blend","copy","filter","get","loadPixels","set","updatePixels","blendMode","loadShader","PShaderresetShader","shader","createFont","loadFont","text","textFont","textAlign","textLeading","textMode","textSize","textWidth","textAscent","textDescent","abs","ceil","constrain","dist","exp","floor","lerp","log","mag","map","max","min","norm","pow","round","sq","sqrt","acos","asin","atan","atan2","cos","degrees","radians","sin","tan","noise","noiseDetail","noiseSeed","random","randomGaussian","randomSeed"],z9=x_.IDENT_RE,eAe={variants:[{match:$P.concat($P.either(...zP),$P.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:$P.concat(/\b(?!for|if|while)/,z9,$P.lookahead(/\s*\(/)),className:"title.function"}]},tAe={match:[/new\s+/,z9],className:{1:"keyword",2:"class.title"}},AAe={relevance:0,match:[/\./,z9],className:{2:"property"}},iAe={variants:[{match:[/class/,/\s+/,z9,/\s+/,/extends/,/\s+/,z9]},{match:[/class/,/\s+/,z9]}],className:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},nAe=["boolean","byte","char","color","double","float","int","long","short"],oAe=["BufferedReader","PVector","PFont","PImage","PGraphics","HashMap","String","Array","FloatDict","ArrayList","FloatList","IntDict","IntList","JSONArray","JSONObject","Object","StringDict","StringList","Table","TableRow","XML"];return{name:"Processing",aliases:["pde"],keywords:{keyword:[...["abstract","assert","break","case","catch","const","continue","default","else","enum","final","finally","for","if","import","instanceof","long","native","new","package","private","private","protected","protected","public","public","return","static","strictfp","switch","synchronized","throw","throws","transient","try","void","volatile","while"]],literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI null true false",title:"setup draw",variable:"super this",built_in:[...zP,...oAe],type:nAe},contains:[iAe,tAe,eAe,AAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE]}}return processing_1=r4,processing_1}var profile_1,hasRequiredProfile;function requireProfile(){if(hasRequiredProfile)return profile_1;hasRequiredProfile=1;function r4(x_){return{name:"Python profiler",contains:[x_.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[x_.C_NUMBER_MODE],relevance:10},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}return profile_1=r4,profile_1}var prolog_1,hasRequiredProlog;function requireProlog(){if(hasRequiredProlog)return prolog_1;hasRequiredProlog=1;function r4(x_){const $P={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},zP={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},z9={begin:/\(/,end:/\)/,relevance:0},eAe={begin:/\[/,end:/\]/},tAe={className:"comment",begin:/%/,end:/$/,contains:[x_.PHRASAL_WORDS_MODE]},AAe={className:"string",begin:/`/,end:/`/,contains:[x_.BACKSLASH_ESCAPE]},iAe={className:"string",begin:/0'(\\'|.)/},nAe={className:"string",begin:/0'\\s/},aAe=[$P,zP,z9,{begin:/:-/},eAe,tAe,x_.C_BLOCK_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.APOS_STRING_MODE,AAe,iAe,nAe,x_.C_NUMBER_MODE];return z9.contains=aAe,eAe.contains=aAe,{name:"Prolog",contains:aAe.concat([{begin:/\.$/}])}}return prolog_1=r4,prolog_1}var properties_1,hasRequiredProperties;function requireProperties(){if(hasRequiredProperties)return properties_1;hasRequiredProperties=1;function r4(x_){const $P="[ \\t\\f]*",zP="[ \\t\\f]+",z9=$P+"[:=]"+$P,eAe=zP,tAe="("+z9+"|"+eAe+")",AAe="([^\\\\:= \\t\\f\\n]|\\\\.)+",iAe={end:tAe,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[x_.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:AAe+z9},{begin:AAe+eAe}],contains:[{className:"attr",begin:AAe,endsParent:!0}],starts:iAe},{className:"attr",begin:AAe+$P+"$"}]}}return properties_1=r4,properties_1}var protobuf_1,hasRequiredProtobuf;function requireProtobuf(){if(hasRequiredProtobuf)return protobuf_1;hasRequiredProtobuf=1;function r4(x_){const $P=["package","import","option","optional","required","repeated","group","oneof"],zP=["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],z9={match:[/(message|enum|service)\s+/,x_.IDENT_RE],scope:{1:"keyword",2:"title.class"}};return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:$P,type:zP,literal:["true","false"]},contains:[x_.QUOTE_STRING_MODE,x_.NUMBER_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,z9,{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}return protobuf_1=r4,protobuf_1}var puppet_1,hasRequiredPuppet;function requirePuppet(){if(hasRequiredPuppet)return puppet_1;hasRequiredPuppet=1;function r4(x_){const $P={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},zP=x_.COMMENT("#","$"),z9="([A-Za-z_]|::)(\\w|::)*",eAe=x_.inherit(x_.TITLE_MODE,{begin:z9}),tAe={className:"variable",begin:"\\$"+z9},AAe={className:"string",contains:[x_.BACKSLASH_ESCAPE,tAe],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[zP,tAe,AAe,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[eAe,zP]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:x_.IDENT_RE,endsParent:!0}]},{begin:x_.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:x_.IDENT_RE,relevance:.2},{begin:/\{/,end:/\}/,keywords:$P,relevance:0,contains:[AAe,zP,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:x_.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},tAe]}],relevance:0}]}}return puppet_1=r4,puppet_1}var purebasic_1,hasRequiredPurebasic;function requirePurebasic(){if(hasRequiredPurebasic)return purebasic_1;hasRequiredPurebasic=1;function r4(x_){const $P={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},zP={className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"};return{name:"PureBASIC",aliases:["pb","pbi"],keywords:"Align And Array As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerElseIf CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect CompilerWarning Continue Data DataSection Debug DebugLevel Declare DeclareC DeclareCDLL DeclareDLL DeclareModule Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndDataSection EndDeclareModule EndEnumeration EndIf EndImport EndInterface EndMacro EndModule EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration EnumerationBinary Extends FakeReturn For ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface List Macro MacroExpandedCount Map Module NewList NewMap Next Not Or Procedure ProcedureC ProcedureCDLL ProcedureDLL ProcedureReturn Protected Prototype PrototypeC ReDim Read Repeat Restore Return Runtime Select Shared Static Step Structure StructureUnion Swap Threaded To UndefineMacro Until Until UnuseModule UseModule Wend While With XIncludeFile XOr",contains:[x_.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},x_.UNDERSCORE_TITLE_MODE]},$P,zP]}}return purebasic_1=r4,purebasic_1}var python_1,hasRequiredPython;function requirePython(){if(hasRequiredPython)return python_1;hasRequiredPython=1;function r4(x_){const $P=x_.regex,zP=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),z9=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],iAe={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:z9,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},nAe={className:"meta",begin:/^(>>>|\.\.\.) /},oAe={className:"subst",begin:/\{/,end:/\}/,keywords:iAe,illegal:/#/},aAe={begin:/\{\{/,relevance:0},cAe={className:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[x_.BACKSLASH_ESCAPE,nAe],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[x_.BACKSLASH_ESCAPE,nAe],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[x_.BACKSLASH_ESCAPE,nAe,aAe,oAe]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[x_.BACKSLASH_ESCAPE,nAe,aAe,oAe]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[x_.BACKSLASH_ESCAPE,aAe,oAe]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[x_.BACKSLASH_ESCAPE,aAe,oAe]},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE]},uAe="[0-9](_?[0-9])*",dAe=`(\\b(${uAe}))?\\.(${uAe})|\\b(${uAe})\\.`,EAe=`\\b|${z9.join("|")}`,gAe={className:"number",relevance:0,variants:[{begin:`(\\b(${uAe})|(${dAe}))[eE][+-]?(${uAe})[jJ]?(?=${EAe})`},{begin:`(${dAe})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${EAe})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${EAe})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${EAe})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${EAe})`},{begin:`\\b(${uAe})[jJ](?=${EAe})`}]},pAe={className:"comment",begin:$P.lookahead(/# type:/),end:/$/,keywords:iAe,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},mAe={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:iAe,contains:["self",nAe,gAe,cAe,x_.HASH_COMMENT_MODE]}]};return oAe.contains=[cAe,gAe,nAe],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:iAe,illegal:/(<\/|\?)|=>/,contains:[nAe,gAe,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},cAe,pAe,x_.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,zP],scope:{1:"keyword",3:"title.function"},contains:[mAe]},{variants:[{match:[/\bclass/,/\s+/,zP,/\s*/,/\(\s*/,zP,/\s*\)/]},{match:[/\bclass/,/\s+/,zP]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[gAe,mAe,cAe]}]}}return python_1=r4,python_1}var pythonRepl_1,hasRequiredPythonRepl;function requirePythonRepl(){if(hasRequiredPythonRepl)return pythonRepl_1;hasRequiredPythonRepl=1;function r4(x_){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return pythonRepl_1=r4,pythonRepl_1}var q_1,hasRequiredQ;function requireQ(){if(hasRequiredQ)return q_1;hasRequiredQ=1;function r4(x_){return{name:"Q",aliases:["k","kdb"],keywords:{$pattern:/(`?)[A-Za-z0-9_]+\b/,keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"},contains:[x_.C_LINE_COMMENT_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE]}}return q_1=r4,q_1}var qml_1,hasRequiredQml;function requireQml(){if(hasRequiredQml)return qml_1;hasRequiredQml=1;function r4(x_){const $P=x_.regex,zP={keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4d Promise"},z9="[a-zA-Z_][a-zA-Z0-9\\._]*",eAe={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},tAe={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},AAe={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:z9,returnEnd:!1}},iAe={begin:z9+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:z9,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},nAe={begin:$P.concat(z9,/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[x_.inherit(x_.TITLE_MODE,{begin:z9})]};return{name:"QML",aliases:["qt"],case_insensitive:!1,keywords:zP,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[x_.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:x_.C_NUMBER_RE}],relevance:0},{begin:"("+x_.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.REGEXP_MODE,{begin:/\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},tAe,eAe,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[x_.inherit(x_.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+x_.IDENT_RE,relevance:0},AAe,iAe,nAe],illegal:/#/}}return qml_1=r4,qml_1}var r_1,hasRequiredR;function requireR(){if(hasRequiredR)return r_1;hasRequiredR=1;function r4(x_){const $P=x_.regex,zP=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,z9=$P.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),eAe=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,tAe=$P.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:zP,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[x_.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:$P.lookahead($P.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:zP},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),x_.HASH_COMMENT_MODE,{scope:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[x_.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),x_.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),x_.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),x_.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),x_.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),x_.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[eAe,z9]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,z9]},{scope:{1:"punctuation",2:"number"},match:[tAe,z9]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,z9]}]},{scope:{3:"operator"},match:[zP,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:eAe},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:tAe},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}return r_1=r4,r_1}var reasonml_1,hasRequiredReasonml;function requireReasonml(){if(hasRequiredReasonml)return reasonml_1;hasRequiredReasonml=1;function r4(x_){return{name:"ReasonML",aliases:["re"],keywords:{$pattern:/[a-z_]\w*!?/,keyword:["and","as","asr","assert","begin","class","constraint","do","done","downto","else","end","esfun","exception","external","for","fun","function","functor","if","in","include","inherit","initializer","land","lazy","let","lor","lsl","lsr","lxor","mod","module","mutable","new","nonrec","object","of","open","or","pri","pub","rec","sig","struct","switch","then","to","try","type","val","virtual","when","while","with"],built_in:["array","bool","bytes","char","exn|5","float","int","int32","int64","list","lazy_t|5","nativeint|5","ref","string","unit"],literal:["true","false"]},illegal:/(:-|:=|\$\{|\+=)/,contains:[{scope:"literal",match:/\[(\|\|)?\]|\(\)/,relevance:0},x_.C_LINE_COMMENT_MODE,x_.COMMENT(/\/\*/,/\*\//,{illegal:/^(#,\/\/)/}),{scope:"symbol",match:/\'[A-Za-z_](?!\')[\w\']*/},{scope:"type",match:/`[A-Z][\w\']*/},{scope:"type",match:/\b[A-Z][\w\']*/,relevance:0},{match:/[a-z_]\w*\'[\w\']*/,relevance:0},{scope:"operator",match:/\s+(\|\||\+[\+\.]?|\*[\*\/\.]?|\/[\.]?|\.\.\.|\|>|&&|===?)\s+/,relevance:0},x_.inherit(x_.APOS_STRING_MODE,{scope:"string",relevance:0}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),{scope:"number",variants:[{match:/\b0[xX][a-fA-F0-9_]+[Lln]?/},{match:/\b0[oO][0-7_]+[Lln]?/},{match:/\b0[bB][01_]+[Lln]?/},{match:/\b[0-9][0-9_]*([Lln]|(\.[0-9_]*)?([eE][-+]?[0-9_]+)?)/}],relevance:0}]}}return reasonml_1=r4,reasonml_1}var rib_1,hasRequiredRib;function requireRib(){if(hasRequiredRib)return rib_1;hasRequiredRib=1;function r4(x_){return{name:"RenderMan RIB",keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:"/}],illegal:/./},x_.COMMENT("^#","$"),iAe,nAe,AAe,{begin:/[\w-]+=([^\s{}[\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[iAe,nAe,AAe,{className:"literal",begin:"\\b("+eAe.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+z9.split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"built_in",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+tAe.split(" ").join("|")+");?\\s)+"},{begin:/\.\./,relevance:0}]}]}}return routeros_1=r4,routeros_1}var rsl_1,hasRequiredRsl;function requireRsl(){if(hasRequiredRsl)return rsl_1;hasRequiredRsl=1;function r4(x_){const $P=["abs","acos","ambient","area","asin","atan","atmosphere","attribute","calculatenormal","ceil","cellnoise","clamp","comp","concat","cos","degrees","depth","Deriv","diffuse","distance","Du","Dv","environment","exp","faceforward","filterstep","floor","format","fresnel","incident","length","lightsource","log","match","max","min","mod","noise","normalize","ntransform","opposite","option","phong","pnoise","pow","printf","ptlined","radians","random","reflect","refract","renderinfo","round","setcomp","setxcomp","setycomp","setzcomp","shadow","sign","sin","smoothstep","specular","specularbrdf","spline","sqrt","step","tan","texture","textureinfo","trace","transform","vtransform","xcomp","ycomp","zcomp"],zP=["matrix","float","color","point","normal","vector"],z9=["while","for","if","do","return","else","break","extern","continue"],eAe={match:[/(surface|displacement|light|volume|imager)/,/\s+/,x_.IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"RenderMan RSL",keywords:{keyword:z9,built_in:$P,type:zP},illegal:""},tAe]}}return rust_1=r4,rust_1}var sas_1,hasRequiredSas;function requireSas(){if(hasRequiredSas)return sas_1;hasRequiredSas=1;function r4(x_){const $P=x_.regex,zP=["do","if","then","else","end","until","while","abort","array","attrib","by","call","cards","cards4","catname","continue","datalines","datalines4","delete","delim","delimiter","display","dm","drop","endsas","error","file","filename","footnote","format","goto","in","infile","informat","input","keep","label","leave","length","libname","link","list","lostcard","merge","missing","modify","options","output","out","page","put","redirect","remove","rename","replace","retain","return","select","set","skip","startsas","stop","title","update","waitsas","where","window","x|0","systask","add","and","alter","as","cascade","check","create","delete","describe","distinct","drop","foreign","from","group","having","index","insert","into","in","key","like","message","modify","msgtype","not","null","on","or","order","primary","references","reset","restrict","select","set","table","unique","update","validate","view","where"],z9=["abs","addr","airy","arcos","arsin","atan","attrc","attrn","band","betainv","blshift","bnot","bor","brshift","bxor","byte","cdf","ceil","cexist","cinv","close","cnonct","collate","compbl","compound","compress","cos","cosh","css","curobs","cv","daccdb","daccdbsl","daccsl","daccsyd","dacctab","dairy","date","datejul","datepart","datetime","day","dclose","depdb","depdbsl","depdbsl","depsl","depsl","depsyd","depsyd","deptab","deptab","dequote","dhms","dif","digamma","dim","dinfo","dnum","dopen","doptname","doptnum","dread","dropnote","dsname","erf","erfc","exist","exp","fappend","fclose","fcol","fdelete","fetch","fetchobs","fexist","fget","fileexist","filename","fileref","finfo","finv","fipname","fipnamel","fipstate","floor","fnonct","fnote","fopen","foptname","foptnum","fpoint","fpos","fput","fread","frewind","frlen","fsep","fuzz","fwrite","gaminv","gamma","getoption","getvarc","getvarn","hbound","hms","hosthelp","hour","ibessel","index","indexc","indexw","input","inputc","inputn","int","intck","intnx","intrr","irr","jbessel","juldate","kurtosis","lag","lbound","left","length","lgamma","libname","libref","log","log10","log2","logpdf","logpmf","logsdf","lowcase","max","mdy","mean","min","minute","mod","month","mopen","mort","n","netpv","nmiss","normal","note","npv","open","ordinal","pathname","pdf","peek","peekc","pmf","point","poisson","poke","probbeta","probbnml","probchi","probf","probgam","probhypr","probit","probnegb","probnorm","probt","put","putc","putn","qtr","quote","ranbin","rancau","ranexp","rangam","range","rank","rannor","ranpoi","rantbl","rantri","ranuni","repeat","resolve","reverse","rewind","right","round","saving","scan","sdf","second","sign","sin","sinh","skewness","soundex","spedis","sqrt","std","stderr","stfips","stname","stnamel","substr","sum","symget","sysget","sysmsg","sysprod","sysrc","system","tan","tanh","time","timepart","tinv","tnonct","today","translate","tranwrd","trigamma","trim","trimn","trunc","uniform","upcase","uss","var","varfmt","varinfmt","varlabel","varlen","varname","varnum","varray","varrayx","vartype","verify","vformat","vformatd","vformatdx","vformatn","vformatnx","vformatw","vformatwx","vformatx","vinarray","vinarrayx","vinformat","vinformatd","vinformatdx","vinformatn","vinformatnx","vinformatw","vinformatwx","vinformatx","vlabel","vlabelx","vlength","vlengthx","vname","vnamex","vtype","vtypex","weekday","year","yyq","zipfips","zipname","zipnamel","zipstate"],eAe=["bquote","nrbquote","cmpres","qcmpres","compstor","datatyp","display","do","else","end","eval","global","goto","if","index","input","keydef","label","left","length","let","local","lowcase","macro","mend","nrbquote","nrquote","nrstr","put","qcmpres","qleft","qlowcase","qscan","qsubstr","qsysfunc","qtrim","quote","qupcase","scan","str","substr","superq","syscall","sysevalf","sysexec","sysfunc","sysget","syslput","sysprod","sysrc","sysrput","then","to","trim","unquote","until","upcase","verify","while","window"];return{name:"SAS",case_insensitive:!0,keywords:{literal:["null","missing","_all_","_automatic_","_character_","_infile_","_n_","_name_","_null_","_numeric_","_user_","_webout_"],keyword:zP},contains:[{className:"keyword",begin:/^\s*(proc [\w\d_]+|data|run|quit)[\s;]/},{className:"variable",begin:/&[a-zA-Z_&][a-zA-Z0-9_]*\.?/},{begin:[/^\s*/,/datalines;|cards;/,/(?:.*\n)+/,/^\s*;\s*$/],className:{2:"keyword",3:"string"}},{begin:[/%mend|%macro/,/\s+/,/[a-zA-Z_&][a-zA-Z0-9_]*/],className:{1:"built_in",3:"title.function"}},{className:"built_in",begin:"%"+$P.either(...eAe)},{className:"title.function",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:$P.either(...z9)+"(?=\\()"},{className:"string",variants:[x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE]},x_.COMMENT("\\*",";"),x_.C_BLOCK_COMMENT_MODE]}}return sas_1=r4,sas_1}var scala_1,hasRequiredScala;function requireScala(){if(hasRequiredScala)return scala_1;hasRequiredScala=1;function r4(x_){const $P=x_.regex,zP={className:"meta",begin:"@[A-Za-z]+"},z9={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},eAe={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[x_.BACKSLASH_ESCAPE,z9]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[z9],relevance:10}]},tAe={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},AAe={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},iAe={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[tAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[tAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]},AAe]},nAe={className:"function",beginKeywords:"def",end:$P.lookahead(/[:={\[(\n;]/),contains:[AAe]},oAe={begin:[/^\s*/,"extension",/\s+(?=[[(])/],beginScope:{2:"keyword"}},aAe={begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},cAe=[{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"}],uAe={begin:[/\(\s*/,/using/,/\s+(?!\))/],beginScope:{2:"keyword"}};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent"},contains:[{begin:["//>",/\s+/,/using/,/\s+/,/\S+/],beginScope:{1:"comment",3:"keyword",5:"type"},end:/$/,contains:[{className:"string",begin:/\S+/}]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,eAe,tAe,nAe,iAe,x_.C_NUMBER_MODE,oAe,aAe,...cAe,uAe,zP]}}return scala_1=r4,scala_1}var scheme_1,hasRequiredScheme;function requireScheme(){if(hasRequiredScheme)return scheme_1;hasRequiredScheme=1;function r4(x_){const $P="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",zP="(-|\\+)?\\d+([./]\\d+)?",z9=zP+"[+\\-]"+zP+"i",eAe={$pattern:$P,built_in:"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},tAe={className:"literal",begin:"(#t|#f|#\\\\"+$P+"|#\\\\.)"},AAe={className:"number",variants:[{begin:zP,relevance:0},{begin:z9,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},iAe=x_.QUOTE_STRING_MODE,nAe=[x_.COMMENT(";","$",{relevance:0}),x_.COMMENT("#\\|","\\|#")],oAe={begin:$P,relevance:0},aAe={className:"symbol",begin:"'"+$P},cAe={endsWithParent:!0,relevance:0},uAe={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",tAe,iAe,AAe,oAe,aAe]}]},dAe={className:"name",relevance:0,begin:$P,keywords:eAe},gAe={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[dAe,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[oAe]}]},dAe,cAe]};return cAe.contains=[tAe,AAe,iAe,oAe,aAe,uAe,gAe].concat(nAe),{name:"Scheme",aliases:["scm"],illegal:/\S/,contains:[x_.SHEBANG(),AAe,iAe,aAe,uAe,gAe].concat(nAe)}}return scheme_1=r4,scheme_1}var scilab_1,hasRequiredScilab;function requireScilab(){if(hasRequiredScilab)return scilab_1;hasRequiredScilab=1;function r4(x_){const $P=[x_.C_NUMBER_MODE,{className:"string",begin:`'|"`,end:`'|"`,contains:[x_.BACKSLASH_ESCAPE,{begin:"''"}]}];return{name:"Scilab",aliases:["sci"],keywords:{$pattern:/%?\w+/,keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[x_.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*[\\.']+",relevance:0},{begin:"\\[",end:"\\][\\.']*",relevance:0,contains:$P},x_.COMMENT("//","$")].concat($P)}}return scilab_1=r4,scilab_1}var scss_1,hasRequiredScss;function requireScss(){if(hasRequiredScss)return scss_1;hasRequiredScss=1;const r4=nAe=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:nAe.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:nAe.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),x_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],$P=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],zP=[...x_,...$P],z9=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),eAe=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),tAe=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),AAe=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function iAe(nAe){const oAe=r4(nAe),aAe=tAe,cAe=eAe,uAe="@[a-z-]+",dAe="and or not only",gAe={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[nAe.C_LINE_COMMENT_MODE,nAe.C_BLOCK_COMMENT_MODE,oAe.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},oAe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+zP.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+cAe.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+aAe.join("|")+")"},gAe,{begin:/\(/,end:/\)/,contains:[oAe.CSS_NUMBER_MODE]},oAe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+AAe.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[oAe.BLOCK_COMMENT,gAe,oAe.HEXCOLOR,oAe.CSS_NUMBER_MODE,nAe.QUOTE_STRING_MODE,nAe.APOS_STRING_MODE,oAe.IMPORTANT,oAe.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:uAe,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:dAe,attribute:z9.join(" ")},contains:[{begin:uAe,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},gAe,nAe.QUOTE_STRING_MODE,nAe.APOS_STRING_MODE,oAe.HEXCOLOR,oAe.CSS_NUMBER_MODE]},oAe.FUNCTION_DISPATCH]}}return scss_1=iAe,scss_1}var shell_1,hasRequiredShell;function requireShell(){if(hasRequiredShell)return shell_1;hasRequiredShell=1;function r4(x_){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}return shell_1=r4,shell_1}var smali_1,hasRequiredSmali;function requireSmali(){if(hasRequiredSmali)return smali_1;hasRequiredSmali=1;function r4(x_){const $P=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"],zP=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],z9=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{name:"Smali",contains:[{className:"string",begin:'"',end:'"',relevance:0},x_.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+z9.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+$P.join("|")+")\\s"},{begin:"\\s("+$P.join("|")+")((-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+zP.join("|")+")((-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:`L[^(;: ]*;`,relevance:0},{begin:"[vp][0-9]+"}]}}return smali_1=r4,smali_1}var smalltalk_1,hasRequiredSmalltalk;function requireSmalltalk(){if(hasRequiredSmalltalk)return smalltalk_1;hasRequiredSmalltalk=1;function r4(x_){const $P="[a-z][a-zA-Z0-9_]*",zP={className:"string",begin:"\\$.{1}"},z9={className:"symbol",begin:"#"+x_.UNDERSCORE_IDENT_RE};return{name:"Smalltalk",aliases:["st"],keywords:["self","super","nil","true","false","thisContext"],contains:[x_.COMMENT('"','"'),x_.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:$P+":",relevance:0},x_.C_NUMBER_MODE,z9,zP,{begin:"\\|[ ]*"+$P+"([ ]+"+$P+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+$P}]},{begin:"#\\(",end:"\\)",contains:[x_.APOS_STRING_MODE,zP,x_.C_NUMBER_MODE,z9]}]}}return smalltalk_1=r4,smalltalk_1}var sml_1,hasRequiredSml;function requireSml(){if(hasRequiredSml)return sml_1;hasRequiredSml=1;function r4(x_){return{name:"SML (Standard ML)",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},x_.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},x_.inherit(x_.APOS_STRING_MODE,{className:"string",relevance:0}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}return sml_1=r4,sml_1}var sqf_1,hasRequiredSqf;function requireSqf(){if(hasRequiredSqf)return sqf_1;hasRequiredSqf=1;function r4(x_){const $P={className:"variable",begin:/\b_+[a-zA-Z]\w*/},zP={className:"title",begin:/[a-zA-Z][a-zA-Z_0-9]*_fnc_[a-zA-Z_0-9]+/},z9={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},eAe=["break","breakWith","breakOut","breakTo","case","catch","continue","continueWith","default","do","else","exit","exitWith","for","forEach","from","if","local","private","switch","step","then","throw","to","try","waitUntil","while","with"],tAe=["blufor","civilian","configNull","controlNull","displayNull","diaryRecordNull","east","endl","false","grpNull","independent","lineBreak","locationNull","nil","objNull","opfor","pi","resistance","scriptNull","sideAmbientLife","sideEmpty","sideEnemy","sideFriendly","sideLogic","sideUnknown","taskNull","teamMemberNull","true","west"],AAe=["abs","accTime","acos","action","actionIDs","actionKeys","actionKeysEx","actionKeysImages","actionKeysNames","actionKeysNamesArray","actionName","actionParams","activateAddons","activatedAddons","activateKey","activeTitleEffectParams","add3DENConnection","add3DENEventHandler","add3DENLayer","addAction","addBackpack","addBackpackCargo","addBackpackCargoGlobal","addBackpackGlobal","addBinocularItem","addCamShake","addCuratorAddons","addCuratorCameraArea","addCuratorEditableObjects","addCuratorEditingArea","addCuratorPoints","addEditorObject","addEventHandler","addForce","addForceGeneratorRTD","addGoggles","addGroupIcon","addHandgunItem","addHeadgear","addItem","addItemCargo","addItemCargoGlobal","addItemPool","addItemToBackpack","addItemToUniform","addItemToVest","addLiveStats","addMagazine","addMagazineAmmoCargo","addMagazineCargo","addMagazineCargoGlobal","addMagazineGlobal","addMagazinePool","addMagazines","addMagazineTurret","addMenu","addMenuItem","addMissionEventHandler","addMPEventHandler","addMusicEventHandler","addonFiles","addOwnedMine","addPlayerScores","addPrimaryWeaponItem","addPublicVariableEventHandler","addRating","addResources","addScore","addScoreSide","addSecondaryWeaponItem","addSwitchableUnit","addTeamMember","addToRemainsCollector","addTorque","addUniform","addUserActionEventHandler","addVehicle","addVest","addWaypoint","addWeapon","addWeaponCargo","addWeaponCargoGlobal","addWeaponGlobal","addWeaponItem","addWeaponPool","addWeaponTurret","addWeaponWithAttachmentsCargo","addWeaponWithAttachmentsCargoGlobal","admin","agent","agents","AGLToASL","aimedAtTarget","aimPos","airDensityCurveRTD","airDensityRTD","airplaneThrottle","airportSide","AISFinishHeal","alive","all3DENEntities","allActiveTitleEffects","allAddonsInfo","allAirports","allControls","allCurators","allCutLayers","allDead","allDeadMen","allDiaryRecords","allDiarySubjects","allDisplays","allEnv3DSoundSources","allGroups","allLODs","allMapMarkers","allMines","allMissionObjects","allObjects","allow3DMode","allowCrewInImmobile","allowCuratorLogicIgnoreAreas","allowDamage","allowDammage","allowedService","allowFileOperations","allowFleeing","allowGetIn","allowService","allowSprint","allPlayers","allSimpleObjects","allSites","allTurrets","allUnits","allUnitsUAV","allUsers","allVariables","ambientTemperature","ammo","ammoOnPylon","and","animate","animateBay","animateDoor","animatePylon","animateSource","animationNames","animationPhase","animationSourcePhase","animationState","apertureParams","append","apply","armoryPoints","arrayIntersect","asin","ASLToAGL","ASLToATL","assert","assignAsCargo","assignAsCargoIndex","assignAsCommander","assignAsDriver","assignAsGunner","assignAsTurret","assignCurator","assignedCargo","assignedCommander","assignedDriver","assignedGroup","assignedGunner","assignedItems","assignedTarget","assignedTeam","assignedVehicle","assignedVehicleRole","assignedVehicles","assignItem","assignTeam","assignToAirport","atan","atan2","atg","ATLToASL","attachedObject","attachedObjects","attachedTo","attachObject","attachTo","attackEnabled","awake","backpack","backpackCargo","backpackContainer","backpackItems","backpackMagazines","backpackSpaceFor","behaviour","benchmark","bezierInterpolation","binocular","binocularItems","binocularMagazine","boundingBox","boundingBoxReal","boundingCenter","brakesDisabled","briefingName","buildingExit","buildingPos","buldozer_EnableRoadDiag","buldozer_IsEnabledRoadDiag","buldozer_LoadNewRoads","buldozer_reloadOperMap","buttonAction","buttonSetAction","cadetMode","calculatePath","calculatePlayerVisibilityByFriendly","call","callExtension","camCommand","camCommit","camCommitPrepared","camCommitted","camConstuctionSetParams","camCreate","camDestroy","cameraEffect","cameraEffectEnableHUD","cameraInterest","cameraOn","cameraView","campaignConfigFile","camPreload","camPreloaded","camPrepareBank","camPrepareDir","camPrepareDive","camPrepareFocus","camPrepareFov","camPrepareFovRange","camPreparePos","camPrepareRelPos","camPrepareTarget","camSetBank","camSetDir","camSetDive","camSetFocus","camSetFov","camSetFovRange","camSetPos","camSetRelPos","camSetTarget","camTarget","camUseNVG","canAdd","canAddItemToBackpack","canAddItemToUniform","canAddItemToVest","cancelSimpleTaskDestination","canDeployWeapon","canFire","canMove","canSlingLoad","canStand","canSuspend","canTriggerDynamicSimulation","canUnloadInCombat","canVehicleCargo","captive","captiveNum","cbChecked","cbSetChecked","ceil","channelEnabled","cheatsEnabled","checkAIFeature","checkVisibility","className","clear3DENAttribute","clear3DENInventory","clearAllItemsFromBackpack","clearBackpackCargo","clearBackpackCargoGlobal","clearForcesRTD","clearGroupIcons","clearItemCargo","clearItemCargoGlobal","clearItemPool","clearMagazineCargo","clearMagazineCargoGlobal","clearMagazinePool","clearOverlay","clearRadio","clearWeaponCargo","clearWeaponCargoGlobal","clearWeaponPool","clientOwner","closeDialog","closeDisplay","closeOverlay","collapseObjectTree","collect3DENHistory","collectiveRTD","collisionDisabledWith","combatBehaviour","combatMode","commandArtilleryFire","commandChat","commander","commandFire","commandFollow","commandFSM","commandGetOut","commandingMenu","commandMove","commandRadio","commandStop","commandSuppressiveFire","commandTarget","commandWatch","comment","commitOverlay","compatibleItems","compatibleMagazines","compile","compileFinal","compileScript","completedFSM","composeText","configClasses","configFile","configHierarchy","configName","configOf","configProperties","configSourceAddonList","configSourceMod","configSourceModList","confirmSensorTarget","connectTerminalToUAV","connectToServer","controlsGroupCtrl","conversationDisabled","copyFromClipboard","copyToClipboard","copyWaypoints","cos","count","countEnemy","countFriendly","countSide","countType","countUnknown","create3DENComposition","create3DENEntity","createAgent","createCenter","createDialog","createDiaryLink","createDiaryRecord","createDiarySubject","createDisplay","createGearDialog","createGroup","createGuardedPoint","createHashMap","createHashMapFromArray","createLocation","createMarker","createMarkerLocal","createMenu","createMine","createMissionDisplay","createMPCampaignDisplay","createSimpleObject","createSimpleTask","createSite","createSoundSource","createTask","createTeam","createTrigger","createUnit","createVehicle","createVehicleCrew","createVehicleLocal","crew","ctAddHeader","ctAddRow","ctClear","ctCurSel","ctData","ctFindHeaderRows","ctFindRowHeader","ctHeaderControls","ctHeaderCount","ctRemoveHeaders","ctRemoveRows","ctrlActivate","ctrlAddEventHandler","ctrlAngle","ctrlAnimateModel","ctrlAnimationPhaseModel","ctrlAt","ctrlAutoScrollDelay","ctrlAutoScrollRewind","ctrlAutoScrollSpeed","ctrlBackgroundColor","ctrlChecked","ctrlClassName","ctrlCommit","ctrlCommitted","ctrlCreate","ctrlDelete","ctrlEnable","ctrlEnabled","ctrlFade","ctrlFontHeight","ctrlForegroundColor","ctrlHTMLLoaded","ctrlIDC","ctrlIDD","ctrlMapAnimAdd","ctrlMapAnimClear","ctrlMapAnimCommit","ctrlMapAnimDone","ctrlMapCursor","ctrlMapMouseOver","ctrlMapPosition","ctrlMapScale","ctrlMapScreenToWorld","ctrlMapSetPosition","ctrlMapWorldToScreen","ctrlModel","ctrlModelDirAndUp","ctrlModelScale","ctrlMousePosition","ctrlParent","ctrlParentControlsGroup","ctrlPosition","ctrlRemoveAllEventHandlers","ctrlRemoveEventHandler","ctrlScale","ctrlScrollValues","ctrlSetActiveColor","ctrlSetAngle","ctrlSetAutoScrollDelay","ctrlSetAutoScrollRewind","ctrlSetAutoScrollSpeed","ctrlSetBackgroundColor","ctrlSetChecked","ctrlSetDisabledColor","ctrlSetEventHandler","ctrlSetFade","ctrlSetFocus","ctrlSetFont","ctrlSetFontH1","ctrlSetFontH1B","ctrlSetFontH2","ctrlSetFontH2B","ctrlSetFontH3","ctrlSetFontH3B","ctrlSetFontH4","ctrlSetFontH4B","ctrlSetFontH5","ctrlSetFontH5B","ctrlSetFontH6","ctrlSetFontH6B","ctrlSetFontHeight","ctrlSetFontHeightH1","ctrlSetFontHeightH2","ctrlSetFontHeightH3","ctrlSetFontHeightH4","ctrlSetFontHeightH5","ctrlSetFontHeightH6","ctrlSetFontHeightSecondary","ctrlSetFontP","ctrlSetFontPB","ctrlSetFontSecondary","ctrlSetForegroundColor","ctrlSetModel","ctrlSetModelDirAndUp","ctrlSetModelScale","ctrlSetMousePosition","ctrlSetPixelPrecision","ctrlSetPosition","ctrlSetPositionH","ctrlSetPositionW","ctrlSetPositionX","ctrlSetPositionY","ctrlSetScale","ctrlSetScrollValues","ctrlSetShadow","ctrlSetStructuredText","ctrlSetText","ctrlSetTextColor","ctrlSetTextColorSecondary","ctrlSetTextSecondary","ctrlSetTextSelection","ctrlSetTooltip","ctrlSetTooltipColorBox","ctrlSetTooltipColorShade","ctrlSetTooltipColorText","ctrlSetTooltipMaxWidth","ctrlSetURL","ctrlSetURLOverlayMode","ctrlShadow","ctrlShow","ctrlShown","ctrlStyle","ctrlText","ctrlTextColor","ctrlTextHeight","ctrlTextSecondary","ctrlTextSelection","ctrlTextWidth","ctrlTooltip","ctrlType","ctrlURL","ctrlURLOverlayMode","ctrlVisible","ctRowControls","ctRowCount","ctSetCurSel","ctSetData","ctSetHeaderTemplate","ctSetRowTemplate","ctSetValue","ctValue","curatorAddons","curatorCamera","curatorCameraArea","curatorCameraAreaCeiling","curatorCoef","curatorEditableObjects","curatorEditingArea","curatorEditingAreaType","curatorMouseOver","curatorPoints","curatorRegisteredObjects","curatorSelected","curatorWaypointCost","current3DENOperation","currentChannel","currentCommand","currentMagazine","currentMagazineDetail","currentMagazineDetailTurret","currentMagazineTurret","currentMuzzle","currentNamespace","currentPilot","currentTask","currentTasks","currentThrowable","currentVisionMode","currentWaypoint","currentWeapon","currentWeaponMode","currentWeaponTurret","currentZeroing","cursorObject","cursorTarget","customChat","customRadio","customWaypointPosition","cutFadeOut","cutObj","cutRsc","cutText","damage","date","dateToNumber","dayTime","deActivateKey","debriefingText","debugFSM","debugLog","decayGraphValues","deg","delete3DENEntities","deleteAt","deleteCenter","deleteCollection","deleteEditorObject","deleteGroup","deleteGroupWhenEmpty","deleteIdentity","deleteLocation","deleteMarker","deleteMarkerLocal","deleteRange","deleteResources","deleteSite","deleteStatus","deleteTeam","deleteVehicle","deleteVehicleCrew","deleteWaypoint","detach","detectedMines","diag_activeMissionFSMs","diag_activeScripts","diag_activeSQFScripts","diag_activeSQSScripts","diag_allMissionEventHandlers","diag_captureFrame","diag_captureFrameToFile","diag_captureSlowFrame","diag_codePerformance","diag_deltaTime","diag_drawmode","diag_dumpCalltraceToLog","diag_dumpScriptAssembly","diag_dumpTerrainSynth","diag_dynamicSimulationEnd","diag_enable","diag_enabled","diag_exportConfig","diag_exportTerrainSVG","diag_fps","diag_fpsmin","diag_frameno","diag_getTerrainSegmentOffset","diag_lightNewLoad","diag_list","diag_localized","diag_log","diag_logSlowFrame","diag_mergeConfigFile","diag_recordTurretLimits","diag_resetFSM","diag_resetshapes","diag_scope","diag_setLightNew","diag_stacktrace","diag_tickTime","diag_toggle","dialog","diarySubjectExists","didJIP","didJIPOwner","difficulty","difficultyEnabled","difficultyEnabledRTD","difficultyOption","direction","directionStabilizationEnabled","directSay","disableAI","disableBrakes","disableCollisionWith","disableConversation","disableDebriefingStats","disableMapIndicators","disableNVGEquipment","disableRemoteSensors","disableSerialization","disableTIEquipment","disableUAVConnectability","disableUserInput","displayAddEventHandler","displayChild","displayCtrl","displayParent","displayRemoveAllEventHandlers","displayRemoveEventHandler","displaySetEventHandler","displayUniqueName","displayUpdate","dissolveTeam","distance","distance2D","distanceSqr","distributionRegion","do3DENAction","doArtilleryFire","doFire","doFollow","doFSM","doGetOut","doMove","doorPhase","doStop","doSuppressiveFire","doTarget","doWatch","drawArrow","drawEllipse","drawIcon","drawIcon3D","drawLaser","drawLine","drawLine3D","drawLink","drawLocation","drawPolygon","drawRectangle","drawTriangle","driver","drop","dynamicSimulationDistance","dynamicSimulationDistanceCoef","dynamicSimulationEnabled","dynamicSimulationSystemEnabled","echo","edit3DENMissionAttributes","editObject","editorSetEventHandler","effectiveCommander","elevatePeriscope","emptyPositions","enableAI","enableAIFeature","enableAimPrecision","enableAttack","enableAudioFeature","enableAutoStartUpRTD","enableAutoTrimRTD","enableCamShake","enableCaustics","enableChannel","enableCollisionWith","enableCopilot","enableDebriefingStats","enableDiagLegend","enableDirectionStabilization","enableDynamicSimulation","enableDynamicSimulationSystem","enableEndDialog","enableEngineArtillery","enableEnvironment","enableFatigue","enableGunLights","enableInfoPanelComponent","enableIRLasers","enableMimics","enablePersonTurret","enableRadio","enableReload","enableRopeAttach","enableSatNormalOnDetail","enableSaving","enableSentences","enableSimulation","enableSimulationGlobal","enableStamina","enableStressDamage","enableTeamSwitch","enableTraffic","enableUAVConnectability","enableUAVWaypoints","enableVehicleCargo","enableVehicleSensor","enableWeaponDisassembly","endLoadingScreen","endMission","engineOn","enginesIsOnRTD","enginesPowerRTD","enginesRpmRTD","enginesTorqueRTD","entities","environmentEnabled","environmentVolume","equipmentDisabled","estimatedEndServerTime","estimatedTimeLeft","evalObjectArgument","everyBackpack","everyContainer","exec","execEditorScript","execFSM","execVM","exp","expectedDestination","exportJIPMessages","eyeDirection","eyePos","face","faction","fadeEnvironment","fadeMusic","fadeRadio","fadeSound","fadeSpeech","failMission","fileExists","fillWeaponsFromPool","find","findAny","findCover","findDisplay","findEditorObject","findEmptyPosition","findEmptyPositionReady","findIf","findNearestEnemy","finishMissionInit","finite","fire","fireAtTarget","firstBackpack","flag","flagAnimationPhase","flagOwner","flagSide","flagTexture","flatten","fleeing","floor","flyInHeight","flyInHeightASL","focusedCtrl","fog","fogForecast","fogParams","forceAddUniform","forceAtPositionRTD","forceCadetDifficulty","forcedMap","forceEnd","forceFlagTexture","forceFollowRoad","forceGeneratorRTD","forceMap","forceRespawn","forceSpeed","forceUnicode","forceWalk","forceWeaponFire","forceWeatherChange","forEachMember","forEachMemberAgent","forEachMemberTeam","forgetTarget","format","formation","formationDirection","formationLeader","formationMembers","formationPosition","formationTask","formatText","formLeader","freeExtension","freeLook","fromEditor","fuel","fullCrew","gearIDCAmmoCount","gearSlotAmmoCount","gearSlotData","gestureState","get","get3DENActionState","get3DENAttribute","get3DENCamera","get3DENConnections","get3DENEntity","get3DENEntityID","get3DENGrid","get3DENIconsVisible","get3DENLayerEntities","get3DENLinesVisible","get3DENMissionAttribute","get3DENMouseOver","get3DENSelected","getAimingCoef","getAllEnv3DSoundControllers","getAllEnvSoundControllers","getAllHitPointsDamage","getAllOwnedMines","getAllPylonsInfo","getAllSoundControllers","getAllUnitTraits","getAmmoCargo","getAnimAimPrecision","getAnimSpeedCoef","getArray","getArtilleryAmmo","getArtilleryComputerSettings","getArtilleryETA","getAssetDLCInfo","getAssignedCuratorLogic","getAssignedCuratorUnit","getAttackTarget","getAudioOptionVolumes","getBackpackCargo","getBleedingRemaining","getBurningValue","getCalculatePlayerVisibilityByFriendly","getCameraViewDirection","getCargoIndex","getCenterOfMass","getClientState","getClientStateNumber","getCompatiblePylonMagazines","getConnectedUAV","getConnectedUAVUnit","getContainerMaxLoad","getCorpse","getCruiseControl","getCursorObjectParams","getCustomAimCoef","getCustomSoundController","getCustomSoundControllerCount","getDammage","getDebriefingText","getDescription","getDir","getDirVisual","getDiverState","getDLCAssetsUsage","getDLCAssetsUsageByName","getDLCs","getDLCUsageTime","getEditorCamera","getEditorMode","getEditorObjectScope","getElevationOffset","getEngineTargetRPMRTD","getEnv3DSoundController","getEnvSoundController","getEventHandlerInfo","getFatigue","getFieldManualStartPage","getForcedFlagTexture","getForcedSpeed","getFriend","getFSMVariable","getFuelCargo","getGraphValues","getGroupIcon","getGroupIconParams","getGroupIcons","getHideFrom","getHit","getHitIndex","getHitPointDamage","getItemCargo","getLighting","getLightingAt","getLoadedModsInfo","getMagazineCargo","getMarkerColor","getMarkerPos","getMarkerSize","getMarkerType","getMass","getMissionConfig","getMissionConfigValue","getMissionDLCs","getMissionLayerEntities","getMissionLayers","getMissionPath","getModelInfo","getMousePosition","getMusicPlayedTime","getNumber","getObjectArgument","getObjectChildren","getObjectDLC","getObjectFOV","getObjectID","getObjectMaterials","getObjectProxy","getObjectScale","getObjectTextures","getObjectType","getObjectViewDistance","getOpticsMode","getOrDefault","getOrDefaultCall","getOxygenRemaining","getPersonUsedDLCs","getPilotCameraDirection","getPilotCameraPosition","getPilotCameraRotation","getPilotCameraTarget","getPiPViewDistance","getPlateNumber","getPlayerChannel","getPlayerID","getPlayerScores","getPlayerUID","getPlayerVoNVolume","getPos","getPosASL","getPosASLVisual","getPosASLW","getPosATL","getPosATLVisual","getPosVisual","getPosWorld","getPosWorldVisual","getPylonMagazines","getRelDir","getRelPos","getRemoteSensorsDisabled","getRepairCargo","getResolution","getRoadInfo","getRotorBrakeRTD","getSensorTargets","getSensorThreats","getShadowDistance","getShotParents","getSlingLoad","getSoundController","getSoundControllerResult","getSpeed","getStamina","getStatValue","getSteamFriendsServers","getSubtitleOptions","getSuppression","getTerrainGrid","getTerrainHeight","getTerrainHeightASL","getTerrainInfo","getText","getTextRaw","getTextureInfo","getTextWidth","getTiParameters","getTotalDLCUsageTime","getTrimOffsetRTD","getTurretLimits","getTurretOpticsMode","getUnitFreefallInfo","getUnitLoadout","getUnitTrait","getUnloadInCombat","getUserInfo","getUserMFDText","getUserMFDValue","getVariable","getVehicleCargo","getVehicleTiPars","getWeaponCargo","getWeaponSway","getWingsOrientationRTD","getWingsPositionRTD","getWPPos","glanceAt","globalChat","globalRadio","goggles","goto","group","groupChat","groupFromNetId","groupIconSelectable","groupIconsVisible","groupID","groupOwner","groupRadio","groups","groupSelectedUnits","groupSelectUnit","gunner","gusts","halt","handgunItems","handgunMagazine","handgunWeapon","handsHit","hashValue","hasInterface","hasPilotCamera","hasWeapon","hcAllGroups","hcGroupParams","hcLeader","hcRemoveAllGroups","hcRemoveGroup","hcSelected","hcSelectGroup","hcSetGroup","hcShowBar","hcShownBar","headgear","hideBody","hideObject","hideObjectGlobal","hideSelection","hint","hintC","hintCadet","hintSilent","hmd","hostMission","htmlLoad","HUDMovementLevels","humidity","image","importAllGroups","importance","in","inArea","inAreaArray","incapacitatedState","inflame","inflamed","infoPanel","infoPanelComponentEnabled","infoPanelComponents","infoPanels","inGameUISetEventHandler","inheritsFrom","initAmbientLife","inPolygon","inputAction","inputController","inputMouse","inRangeOfArtillery","insert","insertEditorObject","intersect","is3DEN","is3DENMultiplayer","is3DENPreview","isAbleToBreathe","isActionMenuVisible","isAgent","isAimPrecisionEnabled","isAllowedCrewInImmobile","isArray","isAutoHoverOn","isAutonomous","isAutoStartUpEnabledRTD","isAutotest","isAutoTrimOnRTD","isAwake","isBleeding","isBurning","isClass","isCollisionLightOn","isCopilotEnabled","isDamageAllowed","isDedicated","isDLCAvailable","isEngineOn","isEqualRef","isEqualTo","isEqualType","isEqualTypeAll","isEqualTypeAny","isEqualTypeArray","isEqualTypeParams","isFilePatchingEnabled","isFinal","isFlashlightOn","isFlatEmpty","isForcedWalk","isFormationLeader","isGameFocused","isGamePaused","isGroupDeletedWhenEmpty","isHidden","isInRemainsCollector","isInstructorFigureEnabled","isIRLaserOn","isKeyActive","isKindOf","isLaserOn","isLightOn","isLocalized","isManualFire","isMarkedForCollection","isMissionProfileNamespaceLoaded","isMultiplayer","isMultiplayerSolo","isNil","isNotEqualRef","isNotEqualTo","isNull","isNumber","isObjectHidden","isObjectRTD","isOnRoad","isPiPEnabled","isPlayer","isRealTime","isRemoteExecuted","isRemoteExecutedJIP","isSaving","isSensorTargetConfirmed","isServer","isShowing3DIcons","isSimpleObject","isSprintAllowed","isStaminaEnabled","isSteamMission","isSteamOverlayEnabled","isStreamFriendlyUIEnabled","isStressDamageEnabled","isText","isTouchingGround","isTurnedOut","isTutHintsEnabled","isUAVConnectable","isUAVConnected","isUIContext","isUniformAllowed","isVehicleCargo","isVehicleRadarOn","isVehicleSensorEnabled","isWalking","isWeaponDeployed","isWeaponRested","itemCargo","items","itemsWithMagazines","join","joinAs","joinAsSilent","joinSilent","joinString","kbAddDatabase","kbAddDatabaseTargets","kbAddTopic","kbHasTopic","kbReact","kbRemoveTopic","kbTell","kbWasSaid","keyImage","keyName","keys","knowsAbout","land","landAt","landResult","language","laserTarget","lbAdd","lbClear","lbColor","lbColorRight","lbCurSel","lbData","lbDelete","lbIsSelected","lbPicture","lbPictureRight","lbSelection","lbSetColor","lbSetColorRight","lbSetCurSel","lbSetData","lbSetPicture","lbSetPictureColor","lbSetPictureColorDisabled","lbSetPictureColorSelected","lbSetPictureRight","lbSetPictureRightColor","lbSetPictureRightColorDisabled","lbSetPictureRightColorSelected","lbSetSelectColor","lbSetSelectColorRight","lbSetSelected","lbSetText","lbSetTextRight","lbSetTooltip","lbSetValue","lbSize","lbSort","lbSortBy","lbSortByValue","lbText","lbTextRight","lbTooltip","lbValue","leader","leaderboardDeInit","leaderboardGetRows","leaderboardInit","leaderboardRequestRowsFriends","leaderboardRequestRowsGlobal","leaderboardRequestRowsGlobalAroundUser","leaderboardsRequestUploadScore","leaderboardsRequestUploadScoreKeepBest","leaderboardState","leaveVehicle","libraryCredits","libraryDisclaimers","lifeState","lightAttachObject","lightDetachObject","lightIsOn","lightnings","limitSpeed","linearConversion","lineIntersects","lineIntersectsObjs","lineIntersectsSurfaces","lineIntersectsWith","linkItem","list","listObjects","listRemoteTargets","listVehicleSensors","ln","lnbAddArray","lnbAddColumn","lnbAddRow","lnbClear","lnbColor","lnbColorRight","lnbCurSelRow","lnbData","lnbDeleteColumn","lnbDeleteRow","lnbGetColumnsPosition","lnbPicture","lnbPictureRight","lnbSetColor","lnbSetColorRight","lnbSetColumnsPos","lnbSetCurSelRow","lnbSetData","lnbSetPicture","lnbSetPictureColor","lnbSetPictureColorRight","lnbSetPictureColorSelected","lnbSetPictureColorSelectedRight","lnbSetPictureRight","lnbSetText","lnbSetTextRight","lnbSetTooltip","lnbSetValue","lnbSize","lnbSort","lnbSortBy","lnbSortByValue","lnbText","lnbTextRight","lnbValue","load","loadAbs","loadBackpack","loadConfig","loadFile","loadGame","loadIdentity","loadMagazine","loadOverlay","loadStatus","loadUniform","loadVest","localize","localNamespace","locationPosition","lock","lockCameraTo","lockCargo","lockDriver","locked","lockedCameraTo","lockedCargo","lockedDriver","lockedInventory","lockedTurret","lockIdentity","lockInventory","lockTurret","lockWp","log","logEntities","logNetwork","logNetworkTerminate","lookAt","lookAtPos","magazineCargo","magazines","magazinesAllTurrets","magazinesAmmo","magazinesAmmoCargo","magazinesAmmoFull","magazinesDetail","magazinesDetailBackpack","magazinesDetailUniform","magazinesDetailVest","magazinesTurret","magazineTurretAmmo","mapAnimAdd","mapAnimClear","mapAnimCommit","mapAnimDone","mapCenterOnCamera","mapGridPosition","markAsFinishedOnSteam","markerAlpha","markerBrush","markerChannel","markerColor","markerDir","markerPolyline","markerPos","markerShadow","markerShape","markerSize","markerText","markerType","matrixMultiply","matrixTranspose","max","maxLoad","members","menuAction","menuAdd","menuChecked","menuClear","menuCollapse","menuData","menuDelete","menuEnable","menuEnabled","menuExpand","menuHover","menuPicture","menuSetAction","menuSetCheck","menuSetData","menuSetPicture","menuSetShortcut","menuSetText","menuSetURL","menuSetValue","menuShortcut","menuShortcutText","menuSize","menuSort","menuText","menuURL","menuValue","merge","min","mineActive","mineDetectedBy","missileTarget","missileTargetPos","missionConfigFile","missionDifficulty","missionEnd","missionName","missionNameSource","missionNamespace","missionProfileNamespace","missionStart","missionVersion","mod","modelToWorld","modelToWorldVisual","modelToWorldVisualWorld","modelToWorldWorld","modParams","moonIntensity","moonPhase","morale","move","move3DENCamera","moveInAny","moveInCargo","moveInCommander","moveInDriver","moveInGunner","moveInTurret","moveObjectToEnd","moveOut","moveTime","moveTo","moveToCompleted","moveToFailed","musicVolume","name","namedProperties","nameSound","nearEntities","nearestBuilding","nearestLocation","nearestLocations","nearestLocationWithDubbing","nearestMines","nearestObject","nearestObjects","nearestTerrainObjects","nearObjects","nearObjectsReady","nearRoads","nearSupplies","nearTargets","needReload","needService","netId","netObjNull","newOverlay","nextMenuItemIndex","nextWeatherChange","nMenuItems","not","numberOfEnginesRTD","numberToDate","objectCurators","objectFromNetId","objectParent","objStatus","onBriefingGroup","onBriefingNotes","onBriefingPlan","onBriefingTeamSwitch","onCommandModeChanged","onDoubleClick","onEachFrame","onGroupIconClick","onGroupIconOverEnter","onGroupIconOverLeave","onHCGroupSelectionChanged","onMapSingleClick","onPlayerConnected","onPlayerDisconnected","onPreloadFinished","onPreloadStarted","onShowNewObject","onTeamSwitch","openCuratorInterface","openDLCPage","openGPS","openMap","openSteamApp","openYoutubeVideo","or","orderGetIn","overcast","overcastForecast","owner","param","params","parseNumber","parseSimpleArray","parseText","parsingNamespace","particlesQuality","periscopeElevation","pickWeaponPool","pitch","pixelGrid","pixelGridBase","pixelGridNoUIScale","pixelH","pixelW","playableSlotsNumber","playableUnits","playAction","playActionNow","player","playerRespawnTime","playerSide","playersNumber","playGesture","playMission","playMove","playMoveNow","playMusic","playScriptedMission","playSound","playSound3D","playSoundUI","pose","position","positionCameraToWorld","posScreenToWorld","posWorldToScreen","ppEffectAdjust","ppEffectCommit","ppEffectCommitted","ppEffectCreate","ppEffectDestroy","ppEffectEnable","ppEffectEnabled","ppEffectForceInNVG","precision","preloadCamera","preloadObject","preloadSound","preloadTitleObj","preloadTitleRsc","preprocessFile","preprocessFileLineNumbers","primaryWeapon","primaryWeaponItems","primaryWeaponMagazine","priority","processDiaryLink","productVersion","profileName","profileNamespace","profileNameSteam","progressLoadingScreen","progressPosition","progressSetPosition","publicVariable","publicVariableClient","publicVariableServer","pushBack","pushBackUnique","putWeaponPool","queryItemsPool","queryMagazinePool","queryWeaponPool","rad","radioChannelAdd","radioChannelCreate","radioChannelInfo","radioChannelRemove","radioChannelSetCallSign","radioChannelSetLabel","radioEnabled","radioVolume","rain","rainbow","rainParams","random","rank","rankId","rating","rectangular","regexFind","regexMatch","regexReplace","registeredTasks","registerTask","reload","reloadEnabled","remoteControl","remoteExec","remoteExecCall","remoteExecutedOwner","remove3DENConnection","remove3DENEventHandler","remove3DENLayer","removeAction","removeAll3DENEventHandlers","removeAllActions","removeAllAssignedItems","removeAllBinocularItems","removeAllContainers","removeAllCuratorAddons","removeAllCuratorCameraAreas","removeAllCuratorEditingAreas","removeAllEventHandlers","removeAllHandgunItems","removeAllItems","removeAllItemsWithMagazines","removeAllMissionEventHandlers","removeAllMPEventHandlers","removeAllMusicEventHandlers","removeAllOwnedMines","removeAllPrimaryWeaponItems","removeAllSecondaryWeaponItems","removeAllUserActionEventHandlers","removeAllWeapons","removeBackpack","removeBackpackGlobal","removeBinocularItem","removeCuratorAddons","removeCuratorCameraArea","removeCuratorEditableObjects","removeCuratorEditingArea","removeDiaryRecord","removeDiarySubject","removeDrawIcon","removeDrawLinks","removeEventHandler","removeFromRemainsCollector","removeGoggles","removeGroupIcon","removeHandgunItem","removeHeadgear","removeItem","removeItemFromBackpack","removeItemFromUniform","removeItemFromVest","removeItems","removeMagazine","removeMagazineGlobal","removeMagazines","removeMagazinesTurret","removeMagazineTurret","removeMenuItem","removeMissionEventHandler","removeMPEventHandler","removeMusicEventHandler","removeOwnedMine","removePrimaryWeaponItem","removeSecondaryWeaponItem","removeSimpleTask","removeSwitchableUnit","removeTeamMember","removeUniform","removeUserActionEventHandler","removeVest","removeWeapon","removeWeaponAttachmentCargo","removeWeaponCargo","removeWeaponGlobal","removeWeaponTurret","reportRemoteTarget","requiredVersion","resetCamShake","resetSubgroupDirection","resize","resources","respawnVehicle","restartEditorCamera","reveal","revealMine","reverse","reversedMouseY","roadAt","roadsConnectedTo","roleDescription","ropeAttachedObjects","ropeAttachedTo","ropeAttachEnabled","ropeAttachTo","ropeCreate","ropeCut","ropeDestroy","ropeDetach","ropeEndPosition","ropeLength","ropes","ropesAttachedTo","ropeSegments","ropeUnwind","ropeUnwound","rotorsForcesRTD","rotorsRpmRTD","round","runInitScript","safeZoneH","safeZoneW","safeZoneWAbs","safeZoneX","safeZoneXAbs","safeZoneY","save3DENInventory","saveGame","saveIdentity","saveJoysticks","saveMissionProfileNamespace","saveOverlay","saveProfileNamespace","saveStatus","saveVar","savingEnabled","say","say2D","say3D","scopeName","score","scoreSide","screenshot","screenToWorld","scriptDone","scriptName","scudState","secondaryWeapon","secondaryWeaponItems","secondaryWeaponMagazine","select","selectBestPlaces","selectDiarySubject","selectedEditorObjects","selectEditorObject","selectionNames","selectionPosition","selectionVectorDirAndUp","selectLeader","selectMax","selectMin","selectNoPlayer","selectPlayer","selectRandom","selectRandomWeighted","selectWeapon","selectWeaponTurret","sendAUMessage","sendSimpleCommand","sendTask","sendTaskResult","sendUDPMessage","sentencesEnabled","serverCommand","serverCommandAvailable","serverCommandExecutable","serverName","serverNamespace","serverTime","set","set3DENAttribute","set3DENAttributes","set3DENGrid","set3DENIconsVisible","set3DENLayer","set3DENLinesVisible","set3DENLogicType","set3DENMissionAttribute","set3DENMissionAttributes","set3DENModelsVisible","set3DENObjectType","set3DENSelected","setAccTime","setActualCollectiveRTD","setAirplaneThrottle","setAirportSide","setAmmo","setAmmoCargo","setAmmoOnPylon","setAnimSpeedCoef","setAperture","setApertureNew","setArmoryPoints","setAttributes","setAutonomous","setBehaviour","setBehaviourStrong","setBleedingRemaining","setBrakesRTD","setCameraInterest","setCamShakeDefParams","setCamShakeParams","setCamUseTi","setCaptive","setCenterOfMass","setCollisionLight","setCombatBehaviour","setCombatMode","setCompassOscillation","setConvoySeparation","setCruiseControl","setCuratorCameraAreaCeiling","setCuratorCoef","setCuratorEditingAreaType","setCuratorWaypointCost","setCurrentChannel","setCurrentTask","setCurrentWaypoint","setCustomAimCoef","SetCustomMissionData","setCustomSoundController","setCustomWeightRTD","setDamage","setDammage","setDate","setDebriefingText","setDefaultCamera","setDestination","setDetailMapBlendPars","setDiaryRecordText","setDiarySubjectPicture","setDir","setDirection","setDrawIcon","setDriveOnPath","setDropInterval","setDynamicSimulationDistance","setDynamicSimulationDistanceCoef","setEditorMode","setEditorObjectScope","setEffectCondition","setEffectiveCommander","setEngineRpmRTD","setFace","setFaceanimation","setFatigue","setFeatureType","setFlagAnimationPhase","setFlagOwner","setFlagSide","setFlagTexture","setFog","setForceGeneratorRTD","setFormation","setFormationTask","setFormDir","setFriend","setFromEditor","setFSMVariable","setFuel","setFuelCargo","setGroupIcon","setGroupIconParams","setGroupIconsSelectable","setGroupIconsVisible","setGroupid","setGroupIdGlobal","setGroupOwner","setGusts","setHideBehind","setHit","setHitIndex","setHitPointDamage","setHorizonParallaxCoef","setHUDMovementLevels","setHumidity","setIdentity","setImportance","setInfoPanel","setLeader","setLightAmbient","setLightAttenuation","setLightBrightness","setLightColor","setLightConePars","setLightDayLight","setLightFlareMaxDistance","setLightFlareSize","setLightIntensity","setLightIR","setLightnings","setLightUseFlare","setLightVolumeShape","setLocalWindParams","setMagazineTurretAmmo","setMarkerAlpha","setMarkerAlphaLocal","setMarkerBrush","setMarkerBrushLocal","setMarkerColor","setMarkerColorLocal","setMarkerDir","setMarkerDirLocal","setMarkerPolyline","setMarkerPolylineLocal","setMarkerPos","setMarkerPosLocal","setMarkerShadow","setMarkerShadowLocal","setMarkerShape","setMarkerShapeLocal","setMarkerSize","setMarkerSizeLocal","setMarkerText","setMarkerTextLocal","setMarkerType","setMarkerTypeLocal","setMass","setMaxLoad","setMimic","setMissileTarget","setMissileTargetPos","setMousePosition","setMusicEffect","setMusicEventHandler","setName","setNameSound","setObjectArguments","setObjectMaterial","setObjectMaterialGlobal","setObjectProxy","setObjectScale","setObjectTexture","setObjectTextureGlobal","setObjectViewDistance","setOpticsMode","setOvercast","setOwner","setOxygenRemaining","setParticleCircle","setParticleClass","setParticleFire","setParticleParams","setParticleRandom","setPilotCameraDirection","setPilotCameraRotation","setPilotCameraTarget","setPilotLight","setPiPEffect","setPiPViewDistance","setPitch","setPlateNumber","setPlayable","setPlayerRespawnTime","setPlayerVoNVolume","setPos","setPosASL","setPosASL2","setPosASLW","setPosATL","setPosition","setPosWorld","setPylonLoadout","setPylonsPriority","setRadioMsg","setRain","setRainbow","setRandomLip","setRank","setRectangular","setRepairCargo","setRotorBrakeRTD","setShadowDistance","setShotParents","setSide","setSimpleTaskAlwaysVisible","setSimpleTaskCustomData","setSimpleTaskDescription","setSimpleTaskDestination","setSimpleTaskTarget","setSimpleTaskType","setSimulWeatherLayers","setSize","setSkill","setSlingLoad","setSoundEffect","setSpeaker","setSpeech","setSpeedMode","setStamina","setStaminaScheme","setStatValue","setSuppression","setSystemOfUnits","setTargetAge","setTaskMarkerOffset","setTaskResult","setTaskState","setTerrainGrid","setTerrainHeight","setText","setTimeMultiplier","setTiParameter","setTitleEffect","setTowParent","setTrafficDensity","setTrafficDistance","setTrafficGap","setTrafficSpeed","setTriggerActivation","setTriggerArea","setTriggerInterval","setTriggerStatements","setTriggerText","setTriggerTimeout","setTriggerType","setTurretLimits","setTurretOpticsMode","setType","setUnconscious","setUnitAbility","setUnitCombatMode","setUnitFreefallHeight","setUnitLoadout","setUnitPos","setUnitPosWeak","setUnitRank","setUnitRecoilCoefficient","setUnitTrait","setUnloadInCombat","setUserActionText","setUserMFDText","setUserMFDValue","setVariable","setVectorDir","setVectorDirAndUp","setVectorUp","setVehicleAmmo","setVehicleAmmoDef","setVehicleArmor","setVehicleCargo","setVehicleId","setVehicleLock","setVehiclePosition","setVehicleRadar","setVehicleReceiveRemoteTargets","setVehicleReportOwnPosition","setVehicleReportRemoteTargets","setVehicleTiPars","setVehicleVarName","setVelocity","setVelocityModelSpace","setVelocityTransformation","setViewDistance","setVisibleIfTreeCollapsed","setWantedRPMRTD","setWaves","setWaypointBehaviour","setWaypointCombatMode","setWaypointCompletionRadius","setWaypointDescription","setWaypointForceBehaviour","setWaypointFormation","setWaypointHousePosition","setWaypointLoiterAltitude","setWaypointLoiterRadius","setWaypointLoiterType","setWaypointName","setWaypointPosition","setWaypointScript","setWaypointSpeed","setWaypointStatements","setWaypointTimeout","setWaypointType","setWaypointVisible","setWeaponReloadingTime","setWeaponZeroing","setWind","setWindDir","setWindForce","setWindStr","setWingForceScaleRTD","setWPPos","show3DIcons","showChat","showCinemaBorder","showCommandingMenu","showCompass","showCuratorCompass","showGps","showHUD","showLegend","showMap","shownArtilleryComputer","shownChat","shownCompass","shownCuratorCompass","showNewEditorObject","shownGps","shownHUD","shownMap","shownPad","shownRadio","shownScoretable","shownSubtitles","shownUAVFeed","shownWarrant","shownWatch","showPad","showRadio","showScoretable","showSubtitles","showUAVFeed","showWarrant","showWatch","showWaypoint","showWaypoints","side","sideChat","sideRadio","simpleTasks","simulationEnabled","simulCloudDensity","simulCloudOcclusion","simulInClouds","simulWeatherSync","sin","size","sizeOf","skill","skillFinal","skipTime","sleep","sliderPosition","sliderRange","sliderSetPosition","sliderSetRange","sliderSetSpeed","sliderSpeed","slingLoadAssistantShown","soldierMagazines","someAmmo","sort","soundVolume","spawn","speaker","speechVolume","speed","speedMode","splitString","sqrt","squadParams","stance","startLoadingScreen","stop","stopEngineRTD","stopped","str","sunOrMoon","supportInfo","suppressFor","surfaceIsWater","surfaceNormal","surfaceTexture","surfaceType","swimInDepth","switchableUnits","switchAction","switchCamera","switchGesture","switchLight","switchMove","synchronizedObjects","synchronizedTriggers","synchronizedWaypoints","synchronizeObjectsAdd","synchronizeObjectsRemove","synchronizeTrigger","synchronizeWaypoint","systemChat","systemOfUnits","systemTime","systemTimeUTC","tan","targetKnowledge","targets","targetsAggregate","targetsQuery","taskAlwaysVisible","taskChildren","taskCompleted","taskCustomData","taskDescription","taskDestination","taskHint","taskMarkerOffset","taskName","taskParent","taskResult","taskState","taskType","teamMember","teamName","teams","teamSwitch","teamSwitchEnabled","teamType","terminate","terrainIntersect","terrainIntersectASL","terrainIntersectAtASL","text","textLog","textLogFormat","tg","time","timeMultiplier","titleCut","titleFadeOut","titleObj","titleRsc","titleText","toArray","toFixed","toLower","toLowerANSI","toString","toUpper","toUpperANSI","triggerActivated","triggerActivation","triggerAmmo","triggerArea","triggerAttachedVehicle","triggerAttachObject","triggerAttachVehicle","triggerDynamicSimulation","triggerInterval","triggerStatements","triggerText","triggerTimeout","triggerTimeoutCurrent","triggerType","trim","turretLocal","turretOwner","turretUnit","tvAdd","tvClear","tvCollapse","tvCollapseAll","tvCount","tvCurSel","tvData","tvDelete","tvExpand","tvExpandAll","tvIsSelected","tvPicture","tvPictureRight","tvSelection","tvSetColor","tvSetCurSel","tvSetData","tvSetPicture","tvSetPictureColor","tvSetPictureColorDisabled","tvSetPictureColorSelected","tvSetPictureRight","tvSetPictureRightColor","tvSetPictureRightColorDisabled","tvSetPictureRightColorSelected","tvSetSelectColor","tvSetSelected","tvSetText","tvSetTooltip","tvSetValue","tvSort","tvSortAll","tvSortByValue","tvSortByValueAll","tvText","tvTooltip","tvValue","type","typeName","typeOf","UAVControl","uiNamespace","uiSleep","unassignCurator","unassignItem","unassignTeam","unassignVehicle","underwater","uniform","uniformContainer","uniformItems","uniformMagazines","uniqueUnitItems","unitAddons","unitAimPosition","unitAimPositionVisual","unitBackpack","unitCombatMode","unitIsUAV","unitPos","unitReady","unitRecoilCoefficient","units","unitsBelowHeight","unitTurret","unlinkItem","unlockAchievement","unregisterTask","updateDrawIcon","updateMenuItem","updateObjectTree","useAIOperMapObstructionTest","useAISteeringComponent","useAudioTimeForMoves","userInputDisabled","values","vectorAdd","vectorCos","vectorCrossProduct","vectorDiff","vectorDir","vectorDirVisual","vectorDistance","vectorDistanceSqr","vectorDotProduct","vectorFromTo","vectorLinearConversion","vectorMagnitude","vectorMagnitudeSqr","vectorModelToWorld","vectorModelToWorldVisual","vectorMultiply","vectorNormalized","vectorUp","vectorUpVisual","vectorWorldToModel","vectorWorldToModelVisual","vehicle","vehicleCargoEnabled","vehicleChat","vehicleMoveInfo","vehicleRadio","vehicleReceiveRemoteTargets","vehicleReportOwnPosition","vehicleReportRemoteTargets","vehicles","vehicleVarName","velocity","velocityModelSpace","verifySignature","vest","vestContainer","vestItems","vestMagazines","viewDistance","visibleCompass","visibleGps","visibleMap","visiblePosition","visiblePositionASL","visibleScoretable","visibleWatch","waves","waypointAttachedObject","waypointAttachedVehicle","waypointAttachObject","waypointAttachVehicle","waypointBehaviour","waypointCombatMode","waypointCompletionRadius","waypointDescription","waypointForceBehaviour","waypointFormation","waypointHousePosition","waypointLoiterAltitude","waypointLoiterRadius","waypointLoiterType","waypointName","waypointPosition","waypoints","waypointScript","waypointsEnabledUAV","waypointShow","waypointSpeed","waypointStatements","waypointTimeout","waypointTimeoutCurrent","waypointType","waypointVisible","weaponAccessories","weaponAccessoriesCargo","weaponCargo","weaponDirection","weaponInertia","weaponLowered","weaponReloadingTime","weapons","weaponsInfo","weaponsItems","weaponsItemsCargo","weaponState","weaponsTurret","weightRTD","WFSideText","wind","windDir","windRTD","windStr","wingsForcesRTD","worldName","worldSize","worldToModel","worldToModelVisual","worldToScreen"],iAe={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:"define undef ifdef ifndef else endif include if",contains:[{begin:/\\\n/,relevance:0},x_.inherit(z9,{className:"string"}),{begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]};return{name:"SQF",case_insensitive:!0,keywords:{keyword:eAe,built_in:AAe,literal:tAe},contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.NUMBER_MODE,$P,zP,z9,iAe],illegal:[/\$[^a-fA-F0-9]/,/\w\$/,/\?/,/@/,/ \| /,/[a-zA-Z_]\./,/\:\=/,/\[\:/]}}return sqf_1=r4,sqf_1}var sql_1,hasRequiredSql;function requireSql(){if(hasRequiredSql)return sql_1;hasRequiredSql=1;function r4(x_){const $P=x_.regex,zP=x_.COMMENT("--","$"),z9={scope:"string",variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},eAe={begin:/"/,end:/"/,contains:[{match:/""/}]},tAe=["true","false","unknown"],AAe=["double precision","large object","with timezone","without timezone"],iAe=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],nAe=["add","asc","collation","desc","final","first","last","view"],oAe=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],aAe=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],cAe=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],uAe=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],dAe=aAe,EAe=[...oAe,...nAe].filter(TAe=>!aAe.includes(TAe)),gAe={scope:"variable",match:/@[a-z0-9][a-z0-9_]*/},pAe={scope:"operator",match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},mAe={match:$P.concat(/\b/,$P.either(...dAe),/\s*\(/),relevance:0,keywords:{built_in:dAe}};function SAe(TAe){return $P.concat(/\b/,$P.either(...TAe.map(bAe=>bAe.replace(/\s+/,"\\s+"))),/\b/)}const DAe={scope:"keyword",match:SAe(uAe),relevance:0};function NAe(TAe,{exceptions:bAe,when:GAe}={}){const LAe=GAe;return bAe=bAe||[],TAe.map(wAe=>wAe.match(/\|\d+$/)||bAe.includes(wAe)?wAe:LAe(wAe)?`${wAe}|0`:wAe)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:NAe(EAe,{when:TAe=>TAe.length<3}),literal:tAe,type:iAe,built_in:cAe},contains:[{scope:"type",match:SAe(AAe)},DAe,mAe,gAe,z9,eAe,x_.C_NUMBER_MODE,x_.C_BLOCK_COMMENT_MODE,zP,pAe]}}return sql_1=r4,sql_1}var stan_1,hasRequiredStan;function requireStan(){if(hasRequiredStan)return stan_1;hasRequiredStan=1;function r4(x_){const $P=x_.regex,zP=["functions","model","data","parameters","quantities","transformed","generated"],z9=["for","in","if","else","while","break","continue","return"],eAe=["array","tuple","complex","int","real","vector","complex_vector","ordered","positive_ordered","simplex","unit_vector","row_vector","complex_row_vector","matrix","complex_matrix","cholesky_factor_corr|10","cholesky_factor_cov|10","corr_matrix|10","cov_matrix|10","void"],tAe=["abs","acos","acosh","add_diag","algebra_solver","algebra_solver_newton","append_array","append_col","append_row","asin","asinh","atan","atan2","atanh","bessel_first_kind","bessel_second_kind","binary_log_loss","block","cbrt","ceil","chol2inv","cholesky_decompose","choose","col","cols","columns_dot_product","columns_dot_self","complex_schur_decompose","complex_schur_decompose_t","complex_schur_decompose_u","conj","cos","cosh","cov_exp_quad","crossprod","csr_extract","csr_extract_u","csr_extract_v","csr_extract_w","csr_matrix_times_vector","csr_to_dense_matrix","cumulative_sum","dae","dae_tol","determinant","diag_matrix","diagonal","diag_post_multiply","diag_pre_multiply","digamma","dims","distance","dot_product","dot_self","eigendecompose","eigendecompose_sym","eigenvalues","eigenvalues_sym","eigenvectors","eigenvectors_sym","erf","erfc","exp","exp2","expm1","falling_factorial","fdim","fft","fft2","floor","fma","fmax","fmin","fmod","gamma_p","gamma_q","generalized_inverse","get_imag","get_real","head","hmm_hidden_state_prob","hmm_marginal","hypot","identity_matrix","inc_beta","integrate_1d","integrate_ode","integrate_ode_adams","integrate_ode_bdf","integrate_ode_rk45","int_step","inv","inv_cloglog","inv_erfc","inverse","inverse_spd","inv_fft","inv_fft2","inv_inc_beta","inv_logit","inv_Phi","inv_sqrt","inv_square","is_inf","is_nan","lambert_w0","lambert_wm1","lbeta","lchoose","ldexp","lgamma","linspaced_array","linspaced_int_array","linspaced_row_vector","linspaced_vector","lmgamma","lmultiply","log","log1m","log1m_exp","log1m_inv_logit","log1p","log1p_exp","log_determinant","log_diff_exp","log_falling_factorial","log_inv_logit","log_inv_logit_diff","logit","log_mix","log_modified_bessel_first_kind","log_rising_factorial","log_softmax","log_sum_exp","machine_precision","map_rect","matrix_exp","matrix_exp_multiply","matrix_power","max","mdivide_left_spd","mdivide_left_tri_low","mdivide_right_spd","mdivide_right_tri_low","mean","min","modified_bessel_first_kind","modified_bessel_second_kind","multiply_lower_tri_self_transpose","negative_infinity","norm","norm1","norm2","not_a_number","num_elements","ode_adams","ode_adams_tol","ode_adjoint_tol_ctl","ode_bdf","ode_bdf_tol","ode_ckrk","ode_ckrk_tol","ode_rk45","ode_rk45_tol","one_hot_array","one_hot_int_array","one_hot_row_vector","one_hot_vector","ones_array","ones_int_array","ones_row_vector","ones_vector","owens_t","Phi","Phi_approx","polar","positive_infinity","pow","print","prod","proj","qr","qr_Q","qr_R","qr_thin","qr_thin_Q","qr_thin_R","quad_form","quad_form_diag","quad_form_sym","quantile","rank","reduce_sum","reject","rep_array","rep_matrix","rep_row_vector","rep_vector","reverse","rising_factorial","round","row","rows","rows_dot_product","rows_dot_self","scale_matrix_exp_multiply","sd","segment","sin","singular_values","sinh","size","softmax","sort_asc","sort_desc","sort_indices_asc","sort_indices_desc","sqrt","square","squared_distance","step","sub_col","sub_row","sum","svd","svd_U","svd_V","symmetrize_from_lower_tri","tail","tan","tanh","target","tcrossprod","tgamma","to_array_1d","to_array_2d","to_complex","to_int","to_matrix","to_row_vector","to_vector","trace","trace_gen_quad_form","trace_quad_form","trigamma","trunc","uniform_simplex","variance","zeros_array","zeros_int_array","zeros_row_vector"],AAe=["bernoulli","bernoulli_logit","bernoulli_logit_glm","beta","beta_binomial","beta_proportion","binomial","binomial_logit","categorical","categorical_logit","categorical_logit_glm","cauchy","chi_square","dirichlet","discrete_range","double_exponential","exp_mod_normal","exponential","frechet","gamma","gaussian_dlm_obs","gumbel","hmm_latent","hypergeometric","inv_chi_square","inv_gamma","inv_wishart","inv_wishart_cholesky","lkj_corr","lkj_corr_cholesky","logistic","loglogistic","lognormal","multi_gp","multi_gp_cholesky","multinomial","multinomial_logit","multi_normal","multi_normal_cholesky","multi_normal_prec","multi_student_cholesky_t","multi_student_t","multi_student_t_cholesky","neg_binomial","neg_binomial_2","neg_binomial_2_log","neg_binomial_2_log_glm","normal","normal_id_glm","ordered_logistic","ordered_logistic_glm","ordered_probit","pareto","pareto_type_2","poisson","poisson_log","poisson_log_glm","rayleigh","scaled_inv_chi_square","skew_double_exponential","skew_normal","std_normal","std_normal_log","student_t","uniform","von_mises","weibull","wiener","wishart","wishart_cholesky"],iAe=x_.COMMENT(/\/\*/,/\*\//,{relevance:0,contains:[{scope:"doctag",match:/@(return|param)/}]}),nAe={scope:"meta",begin:/#include\b/,end:/$/,contains:[{match:/[a-z][a-z-._]+/,scope:"string"},x_.C_LINE_COMMENT_MODE]},oAe=["lower","upper","offset","multiplier"];return{name:"Stan",aliases:["stanfuncs"],keywords:{$pattern:x_.IDENT_RE,title:zP,type:eAe,keyword:z9,built_in:tAe},contains:[x_.C_LINE_COMMENT_MODE,nAe,x_.HASH_COMMENT_MODE,iAe,{scope:"built_in",match:/\s(pi|e|sqrt2|log2|log10)(?=\()/,relevance:0},{match:$P.concat(/[<,]\s*/,$P.either(...oAe),/\s*=/),keywords:oAe},{scope:"keyword",match:/\btarget(?=\s*\+=)/},{match:[/~\s*/,$P.either(...AAe),/(?:\(\))/,/\s*T(?=\s*\[)/],scope:{2:"built_in",4:"keyword"}},{scope:"built_in",keywords:AAe,begin:$P.concat(/\w*/,$P.either(...AAe),/(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/)},{begin:[/~/,/\s*/,$P.concat($P.either(...AAe),/(?=\s*[\(.*\)])/)],scope:{3:"built_in"}},{begin:[/~/,/\s*\w+(?=\s*[\(.*\)])/,"(?!.*/\b("+$P.either(...AAe)+")\b)"],scope:{2:"title.function"}},{scope:"title.function",begin:/\w*(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/},{scope:"number",match:$P.concat(/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)/,/(?:[eE][+-]?\d+(?:_\d+)*)?i?(?!\w)/),relevance:0},{scope:"string",begin:/"/,end:/"/}]}}return stan_1=r4,stan_1}var stata_1,hasRequiredStata;function requireStata(){if(hasRequiredStata)return stata_1;hasRequiredStata=1;function r4(x_){return{name:"Stata",aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey bias binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 bubble bubbleplot ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error esize est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 forest forestplot form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate funnel funnelplot g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labbe labbeplot labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize menl meqparse mer merg merge meta mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trimfill trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/,relevance:0},{className:"string",variants:[{begin:`\`"[^\r ]*?"'`},{begin:`"[^\r "]*"`}]},{className:"built_in",variants:[{begin:"\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\()"}]},x_.COMMENT("^[ ]*\\*.*$",!1),x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE]}}return stata_1=r4,stata_1}var step21_1,hasRequiredStep21;function requireStep21(){if(hasRequiredStep21)return step21_1;hasRequiredStep21=1;function r4(x_){return{name:"STEP Part 21",aliases:["p21","step","stp"],case_insensitive:!0,keywords:{$pattern:"[A-Z_][A-Z0-9_.]*",keyword:["HEADER","ENDSEC","DATA"]},contains:[{className:"meta",begin:"ISO-10303-21;",relevance:10},{className:"meta",begin:"END-ISO-10303-21;",relevance:10},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,x_.COMMENT("/\\*\\*!","\\*/"),x_.C_NUMBER_MODE,x_.inherit(x_.APOS_STRING_MODE,{illegal:null}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}return step21_1=r4,step21_1}var stylus_1,hasRequiredStylus;function requireStylus(){if(hasRequiredStylus)return stylus_1;hasRequiredStylus=1;const r4=nAe=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:nAe.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:nAe.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),x_=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],$P=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],zP=[...x_,...$P],z9=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),eAe=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),tAe=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),AAe=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function iAe(nAe){const oAe=r4(nAe),aAe="and or not only",cAe={className:"variable",begin:"\\$"+nAe.IDENT_RE},uAe=["charset","css","debug","extend","font-face","for","import","include","keyframes","media","mixin","page","warn","while"],dAe="(?=[.\\s\\n[:,(])";return{name:"Stylus",aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"].join("|")+")",contains:[nAe.QUOTE_STRING_MODE,nAe.APOS_STRING_MODE,nAe.C_LINE_COMMENT_MODE,nAe.C_BLOCK_COMMENT_MODE,oAe.HEXCOLOR,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+dAe,className:"selector-class"},{begin:"#[a-zA-Z][a-zA-Z0-9_-]*"+dAe,className:"selector-id"},{begin:"\\b("+zP.join("|")+")"+dAe,className:"selector-tag"},{className:"selector-pseudo",begin:"&?:("+eAe.join("|")+")"+dAe},{className:"selector-pseudo",begin:"&?:(:)?("+tAe.join("|")+")"+dAe},oAe.ATTRIBUTE_SELECTOR_MODE,{className:"keyword",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:aAe,attribute:z9.join(" ")},contains:[oAe.CSS_NUMBER_MODE]}},{className:"keyword",begin:"@((-(o|moz|ms|webkit)-)?("+uAe.join("|")+"))\\b"},cAe,oAe.CSS_NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[oAe.HEXCOLOR,cAe,nAe.APOS_STRING_MODE,oAe.CSS_NUMBER_MODE,nAe.QUOTE_STRING_MODE]}]},oAe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+AAe.join("|")+")\\b",starts:{end:/;|$/,contains:[oAe.HEXCOLOR,cAe,nAe.APOS_STRING_MODE,nAe.QUOTE_STRING_MODE,oAe.CSS_NUMBER_MODE,nAe.C_BLOCK_COMMENT_MODE,oAe.IMPORTANT,oAe.FUNCTION_DISPATCH],illegal:/\./,relevance:0}},oAe.FUNCTION_DISPATCH]}}return stylus_1=iAe,stylus_1}var subunit_1,hasRequiredSubunit;function requireSubunit(){if(hasRequiredSubunit)return subunit_1;hasRequiredSubunit=1;function r4(x_){return{name:"SubUnit",case_insensitive:!0,contains:[{className:"string",begin:`\\[ (multipart)?`,end:`\\] `},{className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},{className:"string",begin:"(\\+|-)\\d+"},{className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]}]}}return subunit_1=r4,subunit_1}var swift_1,hasRequiredSwift;function requireSwift(){if(hasRequiredSwift)return swift_1;hasRequiredSwift=1;function r4(GAe){return GAe?typeof GAe=="string"?GAe:GAe.source:null}function x_(GAe){return $P("(?=",GAe,")")}function $P(...GAe){return GAe.map(wAe=>r4(wAe)).join("")}function zP(GAe){const LAe=GAe[GAe.length-1];return typeof LAe=="object"&&LAe.constructor===Object?(GAe.splice(GAe.length-1,1),LAe):{}}function z9(...GAe){return"("+(zP(GAe).capture?"":"?:")+GAe.map(OAe=>r4(OAe)).join("|")+")"}const eAe=GAe=>$P(/\b/,GAe,/\w$/.test(GAe)?/\b/:/\B/),tAe=["Protocol","Type"].map(eAe),AAe=["init","self"].map(eAe),iAe=["Any","Self"],nAe=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","package","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],oAe=["false","nil","true"],aAe=["assignment","associativity","higherThan","left","lowerThan","none","right"],cAe=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],uAe=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],dAe=z9(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),EAe=z9(dAe,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),gAe=$P(dAe,EAe,"*"),pAe=z9(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),mAe=z9(pAe,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),SAe=$P(pAe,mAe,"*"),DAe=$P(/[A-Z]/,mAe,"*"),NAe=["attached","autoclosure",$P(/convention\(/,z9("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",$P(/objc\(/,SAe,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],TAe=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function bAe(GAe){const LAe={match:/\s+/,relevance:0},wAe=GAe.COMMENT("/\\*","\\*/",{contains:["self"]}),OAe=[GAe.C_LINE_COMMENT_MODE,wAe],PAe={match:[/\./,z9(...tAe,...AAe)],className:{2:"keyword"}},HAe={match:$P(/\./,z9(...nAe)),relevance:0},zAe=nAe.filter(YCe=>typeof YCe=="string").concat(["_|0"]),eIe=nAe.filter(YCe=>typeof YCe!="string").concat(iAe).map(eAe),iIe={variants:[{className:"keyword",match:z9(...eIe,...AAe)}]},rIe={$pattern:z9(/\b\w+/,/#\w+/),keyword:zAe.concat(cAe),literal:oAe},AIe=[PAe,HAe,iIe],XAe={match:$P(/\./,z9(...uAe)),relevance:0},EIe={className:"built_in",match:$P(/\b/,z9(...uAe),/(?=\()/)},hIe=[XAe,EIe],tIe={match:/->/,relevance:0},gIe={className:"operator",relevance:0,variants:[{match:gAe},{match:`\\.(\\.|${EAe})+`}]},pIe=[tIe,gIe],_Ie="([0-9]_*)+",SIe="([0-9a-fA-F]_*)+",yIe={className:"number",relevance:0,variants:[{match:`\\b(${_Ie})(\\.(${_Ie}))?([eE][+-]?(${_Ie}))?\\b`},{match:`\\b0x(${SIe})(\\.(${SIe}))?([pP][+-]?(${_Ie}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},OIe=(YCe="")=>({className:"subst",variants:[{match:$P(/\\/,YCe,/[0\\tnr"']/)},{match:$P(/\\/,YCe,/u\{[0-9a-fA-F]{1,8}\}/)}]}),HIe=(YCe="")=>({className:"subst",match:$P(/\\/,YCe,/[\t ]*(?:[\r\n]|\r\n)/)}),PIe=(YCe="")=>({className:"subst",label:"interpol",begin:$P(/\\/,YCe,/\(/),end:/\)/}),LIe=(YCe="")=>({begin:$P(YCe,/"""/),end:$P(/"""/,YCe),contains:[OIe(YCe),HIe(YCe),PIe(YCe)]}),oEe=(YCe="")=>({begin:$P(YCe,/"/),end:$P(/"/,YCe),contains:[OIe(YCe),PIe(YCe)]}),JIe={className:"string",variants:[LIe(),LIe("#"),LIe("##"),LIe("###"),oEe(),oEe("#"),oEe("##"),oEe("###")]},XIe=[GAe.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[GAe.BACKSLASH_ESCAPE]}],zIe={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:XIe},YIe=YCe=>{const MBe=$P(YCe,/\//),_Ce=$P(/\//,YCe);return{begin:MBe,end:_Ce,contains:[...XIe,{scope:"comment",begin:`#(?!.*${_Ce})`,end:/$/}]}},uEe={scope:"regexp",variants:[YIe("###"),YIe("##"),YIe("#"),zIe]},NEe={match:$P(/`/,SAe,/`/)},MEe={className:"variable",match:/\$\d+/},FEe={className:"variable",match:`\\$${mAe}+`},vEe=[NEe,MEe,FEe],yEe={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:TAe,contains:[...pIe,yIe,JIe]}]}},VEe={scope:"keyword",match:$P(/@/,z9(...NAe),x_(z9(/\(/,/\s+/)))},UEe={scope:"meta",match:$P(/@/,SAe)},UCe=[yEe,VEe,UEe],CCe={match:x_(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:$P(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,mAe,"+")},{className:"type",match:DAe,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:$P(/\s+&\s+/,x_(DAe)),relevance:0}]},fCe={begin://,keywords:rIe,contains:[...OAe,...AIe,...UCe,tIe,CCe]};CCe.contains.push(fCe);const VCe={match:$P(SAe,/\s*:/),keywords:"_|0",relevance:0},$Ee={begin:/\(/,end:/\)/,relevance:0,keywords:rIe,contains:["self",VCe,...OAe,uEe,...AIe,...hIe,...pIe,yIe,JIe,...vEe,...UCe,CCe]},tCe={begin://,keywords:"repeat each",contains:[...OAe,CCe]},iCe={begin:z9(x_($P(SAe,/\s*:/)),x_($P(SAe,/\s+/,SAe,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:SAe}]},gCe={begin:/\(/,end:/\)/,keywords:rIe,contains:[iCe,...OAe,...AIe,...pIe,yIe,JIe,...UCe,CCe,$Ee],endsParent:!0,illegal:/["']/},TCe={match:[/(func|macro)/,/\s+/,z9(NEe.match,SAe,gAe)],className:{1:"keyword",3:"title.function"},contains:[tCe,gCe,LAe],illegal:[/\[/,/%/]},YEe={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[tCe,gCe,LAe],illegal:/\[|%/},cEe={match:[/operator/,/\s+/,gAe],className:{1:"keyword",3:"title"}},OEe={begin:[/precedencegroup/,/\s+/,DAe],className:{1:"keyword",3:"title"},contains:[CCe],keywords:[...aAe,...oAe],end:/}/},REe={match:[/class\b/,/\s+/,/func\b/,/\s+/,/\b[A-Za-z_][A-Za-z0-9_]*\b/],scope:{1:"keyword",3:"keyword",5:"title.function"}},ZEe={match:[/class\b/,/\s+/,/var\b/],scope:{1:"keyword",3:"keyword"}},uCe={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,SAe,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:rIe,contains:[tCe,...AIe,{begin:/:/,end:/\{/,keywords:rIe,contains:[{scope:"title.class.inherited",match:DAe},...AIe],relevance:0}]};for(const YCe of JIe.variants){const MBe=YCe.contains.find(FCe=>FCe.label==="interpol");MBe.keywords=rIe;const _Ce=[...AIe,...hIe,...pIe,yIe,JIe,...vEe];MBe.contains=[..._Ce,{begin:/\(/,end:/\)/,contains:["self",..._Ce]}]}return{name:"Swift",keywords:rIe,contains:[...OAe,TCe,YEe,REe,ZEe,uCe,cEe,OEe,{beginKeywords:"import",end:/$/,contains:[...OAe],relevance:0},uEe,...AIe,...hIe,...pIe,yIe,JIe,...vEe,...UCe,CCe,$Ee]}}return swift_1=bAe,swift_1}var taggerscript_1,hasRequiredTaggerscript;function requireTaggerscript(){if(hasRequiredTaggerscript)return taggerscript_1;hasRequiredTaggerscript=1;function r4(x_){return{name:"Tagger Script",contains:[{className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\\[()]/},{begin:/\(/,end:/\)/,contains:[{begin:/\\[()]/},"self"]}],relevance:10},{className:"keyword",begin:/\$[_a-zA-Z0-9]+(?=\()/},{className:"variable",begin:/%[_a-zA-Z0-9:]+%/},{className:"symbol",begin:/\\[\\nt$%,()]/},{className:"symbol",begin:/\\u[a-fA-F0-9]{4}/}]}}return taggerscript_1=r4,taggerscript_1}var yaml_1,hasRequiredYaml;function requireYaml(){if(hasRequiredYaml)return yaml_1;hasRequiredYaml=1;function r4(x_){const $P="true false yes no null",zP="[\\w#;/?:@&=+$,.~*'()[\\]]+",z9={className:"attr",variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},eAe={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},tAe={className:"string",relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:"char.escape",relevance:0}]},AAe={className:"string",relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[x_.BACKSLASH_ESCAPE,eAe]},iAe=x_.inherit(AAe,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),uAe={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},dAe={end:",",endsWithParent:!0,excludeEnd:!0,keywords:$P,relevance:0},EAe={begin:/\{/,end:/\}/,contains:[dAe],illegal:"\\n",relevance:0},gAe={begin:"\\[",end:"\\]",contains:[dAe],illegal:"\\n",relevance:0},pAe=[z9,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+zP},{className:"type",begin:"!<"+zP+">"},{className:"type",begin:"!"+zP},{className:"type",begin:"!!"+zP},{className:"meta",begin:"&"+x_.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+x_.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},x_.HASH_COMMENT_MODE,{beginKeywords:$P,keywords:{literal:$P}},uAe,{className:"number",begin:x_.C_NUMBER_RE+"\\b",relevance:0},EAe,gAe,tAe,AAe],mAe=[...pAe];return mAe.pop(),mAe.push(iAe),dAe.contains=mAe,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:pAe}}return yaml_1=r4,yaml_1}var tap_1,hasRequiredTap;function requireTap(){if(hasRequiredTap)return tap_1;hasRequiredTap=1;function r4(x_){return{name:"Test Anything Protocol",case_insensitive:!0,contains:[x_.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:/---$/,end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}return tap_1=r4,tap_1}var tcl_1,hasRequiredTcl;function requireTcl(){if(hasRequiredTcl)return tcl_1;hasRequiredTcl=1;function r4(x_){const $P=x_.regex,zP=/[a-zA-Z_][a-zA-Z0-9_]*/,z9={className:"number",variants:[x_.BINARY_NUMBER_MODE,x_.C_NUMBER_MODE]};return{name:"Tcl",aliases:["tk"],keywords:["after","append","apply","array","auto_execok","auto_import","auto_load","auto_mkindex","auto_mkindex_old","auto_qualify","auto_reset","bgerror","binary","break","catch","cd","chan","clock","close","concat","continue","dde","dict","encoding","eof","error","eval","exec","exit","expr","fblocked","fconfigure","fcopy","file","fileevent","filename","flush","for","foreach","format","gets","glob","global","history","http","if","incr","info","interp","join","lappend|10","lassign|10","lindex|10","linsert|10","list","llength|10","load","lrange|10","lrepeat|10","lreplace|10","lreverse|10","lsearch|10","lset|10","lsort|10","mathfunc","mathop","memory","msgcat","namespace","open","package","parray","pid","pkg::create","pkg_mkIndex","platform","platform::shell","proc","puts","pwd","read","refchan","regexp","registry","regsub|10","rename","return","safe","scan","seek","set","socket","source","split","string","subst","switch","tcl_endOfWord","tcl_findLibrary","tcl_startOfNextWord","tcl_startOfPreviousWord","tcl_wordBreakAfter","tcl_wordBreakBefore","tcltest","tclvars","tell","time","tm","trace","unknown","unload","unset","update","uplevel","upvar","variable","vwait","while"],contains:[x_.COMMENT(";[ \\t]*#","$"),x_.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{className:"variable",variants:[{begin:$P.concat(/\$/,$P.optional(/::/),zP,"(::",zP,")*")},{begin:"\\$\\{(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"\\}",contains:[z9]}]},{className:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null})]},z9]}}return tcl_1=r4,tcl_1}var thrift_1,hasRequiredThrift;function requireThrift(){if(hasRequiredThrift)return thrift_1;hasRequiredThrift=1;function r4(x_){const $P=["bool","byte","i16","i32","i64","double","string","binary"];return{name:"Thrift",keywords:{keyword:["namespace","const","typedef","struct","enum","service","exception","void","oneway","set","list","map","required","optional"],type:$P,literal:"true false"},contains:[x_.QUOTE_STRING_MODE,x_.NUMBER_MODE,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[x_.inherit(x_.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{type:[...$P,"set","list","map"]},end:">",contains:["self"]}]}}return thrift_1=r4,thrift_1}var tp_1,hasRequiredTp;function requireTp(){if(hasRequiredTp)return tp_1;hasRequiredTp=1;function r4(x_){const $P={className:"number",begin:"[1-9][0-9]*",relevance:0},zP={className:"symbol",begin:":[^\\]]+"},z9={className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",$P,zP]},eAe={className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",$P,x_.QUOTE_STRING_MODE,zP]};return{name:"TP",keywords:{keyword:["ABORT","ACC","ADJUST","AND","AP_LD","BREAK","CALL","CNT","COL","CONDITION","CONFIG","DA","DB","DIV","DETECT","ELSE","END","ENDFOR","ERR_NUM","ERROR_PROG","FINE","FOR","GP","GUARD","INC","IF","JMP","LINEAR_MAX_SPEED","LOCK","MOD","MONITOR","OFFSET","Offset","OR","OVERRIDE","PAUSE","PREG","PTH","RT_LD","RUN","SELECT","SKIP","Skip","TA","TB","TO","TOOL_OFFSET","Tool_Offset","UF","UT","UFRAME_NUM","UTOOL_NUM","UNLOCK","WAIT","X","Y","Z","W","P","R","STRLEN","SUBSTR","FINDSTR","VOFFSET","PROG","ATTR","MN","POS"],literal:["ON","OFF","max_speed","LPOS","JPOS","ENABLE","DISABLE","START","STOP","RESET"]},contains:[z9,eAe,{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},x_.COMMENT("//","[;$]"),x_.COMMENT("!","[;$]"),x_.COMMENT("--eg:","$"),x_.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},x_.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}return tp_1=r4,tp_1}var twig_1,hasRequiredTwig;function requireTwig(){if(hasRequiredTwig)return twig_1;hasRequiredTwig=1;function r4(x_){const $P=x_.regex,zP=["absolute_url","asset|0","asset_version","attribute","block","constant","controller|0","country_timezones","csrf_token","cycle","date","dump","expression","form|0","form_end","form_errors","form_help","form_label","form_rest","form_row","form_start","form_widget","html_classes","include","is_granted","logout_path","logout_url","max","min","parent","path|0","random","range","relative_path","render","render_esi","source","template_from_string","url|0"],z9=["abs","abbr_class","abbr_method","batch","capitalize","column","convert_encoding","country_name","currency_name","currency_symbol","data_uri","date","date_modify","default","escape","file_excerpt","file_link","file_relative","filter","first","format","format_args","format_args_as_text","format_currency","format_date","format_datetime","format_file","format_file_from_text","format_number","format_time","html_to_markdown","humanize","inky_to_html","inline_css","join","json_encode","keys","language_name","last","length","locale_name","lower","map","markdown","markdown_to_html","merge","nl2br","number_format","raw","reduce","replace","reverse","round","slice","slug","sort","spaceless","split","striptags","timezone_name","title","trans","transchoice","trim","u|0","upper","url_encode","yaml_dump","yaml_encode"];let eAe=["apply","autoescape","block","cache","deprecated","do","embed","extends","filter","flush","for","form_theme","from","if","import","include","macro","sandbox","set","stopwatch","trans","trans_default_domain","transchoice","use","verbatim","with"];eAe=eAe.concat(eAe.map(EAe=>`end${EAe}`));const tAe={scope:"string",variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},AAe={scope:"number",match:/\d+/},iAe={begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[tAe,AAe]},nAe={beginKeywords:zP.join(" "),keywords:{name:zP},relevance:0,contains:[iAe]},oAe={match:/\|(?=[A-Za-z_]+:?)/,beginScope:"punctuation",relevance:0,contains:[{match:/[A-Za-z_]+:?/,keywords:z9}]},aAe=(EAe,{relevance:gAe})=>({beginScope:{1:"template-tag",3:"name"},relevance:gAe||2,endScope:"template-tag",begin:[/\{%/,/\s*/,$P.either(...EAe)],end:/%\}/,keywords:"in",contains:[oAe,nAe,tAe,AAe]}),cAe=/[a-z_]+/,uAe=aAe(eAe,{relevance:2}),dAe=aAe([cAe],{relevance:1});return{name:"Twig",aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[x_.COMMENT(/\{#/,/#\}/),uAe,dAe,{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:["self",oAe,nAe,tAe,AAe]}]}}return twig_1=r4,twig_1}var typescript_1,hasRequiredTypescript;function requireTypescript(){if(hasRequiredTypescript)return typescript_1;hasRequiredTypescript=1;const r4="[A-Za-z$_][0-9A-Za-z$_]*",x_=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],$P=["true","false","null","undefined","NaN","Infinity"],zP=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],z9=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],eAe=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],tAe=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],AAe=[].concat(eAe,zP,z9);function iAe(oAe){const aAe=oAe.regex,cAe=(OIe,{after:HIe})=>{const PIe="",end:""},EAe=/<[A-Za-z0-9\\._:-]+\s*\/>/,gAe={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(OIe,HIe)=>{const PIe=OIe[0].length+OIe.index,LIe=OIe.input[PIe];if(LIe==="<"||LIe===","){HIe.ignoreMatch();return}LIe===">"&&(cAe(OIe,{after:PIe})||HIe.ignoreMatch());let oEe;const JIe=OIe.input.substring(PIe);if(oEe=JIe.match(/^\s*=/)){HIe.ignoreMatch();return}if((oEe=JIe.match(/^\s+extends\s+/))&&oEe.index===0){HIe.ignoreMatch();return}}},pAe={$pattern:r4,keyword:x_,literal:$P,built_in:AAe,"variable.language":tAe},mAe="[0-9](_?[0-9])*",SAe=`\\.(${mAe})`,DAe="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",NAe={className:"number",variants:[{begin:`(\\b(${DAe})((${SAe})|\\.)?|(${SAe}))[eE][+-]?(${mAe})\\b`},{begin:`\\b(${DAe})\\b((${SAe})\\b|\\.)?|(${SAe})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},TAe={className:"subst",begin:"\\$\\{",end:"\\}",keywords:pAe,contains:[]},bAe={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[oAe.BACKSLASH_ESCAPE,TAe],subLanguage:"xml"}},GAe={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[oAe.BACKSLASH_ESCAPE,TAe],subLanguage:"css"}},LAe={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[oAe.BACKSLASH_ESCAPE,TAe],subLanguage:"graphql"}},wAe={className:"string",begin:"`",end:"`",contains:[oAe.BACKSLASH_ESCAPE,TAe]},PAe={className:"comment",variants:[oAe.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:uAe+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),oAe.C_BLOCK_COMMENT_MODE,oAe.C_LINE_COMMENT_MODE]},HAe=[oAe.APOS_STRING_MODE,oAe.QUOTE_STRING_MODE,bAe,GAe,LAe,wAe,{match:/\$\d+/},NAe];TAe.contains=HAe.concat({begin:/\{/,end:/\}/,keywords:pAe,contains:["self"].concat(HAe)});const zAe=[].concat(PAe,TAe.contains),eIe=zAe.concat([{begin:/(\s*)\(/,end:/\)/,keywords:pAe,contains:["self"].concat(zAe)}]),iIe={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:pAe,contains:eIe},rIe={variants:[{match:[/class/,/\s+/,uAe,/\s+/,/extends/,/\s+/,aAe.concat(uAe,"(",aAe.concat(/\./,uAe),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,uAe],scope:{1:"keyword",3:"title.class"}}]},AIe={relevance:0,match:aAe.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...zP,...z9]}},XAe={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},EIe={variants:[{match:[/function/,/\s+/,uAe,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[iIe],illegal:/%/},hIe={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function tIe(OIe){return aAe.concat("(?!",OIe.join("|"),")")}const gIe={match:aAe.concat(/\b/,tIe([...eAe,"super","import"].map(OIe=>`${OIe}\\s*\\(`)),uAe,aAe.lookahead(/\s*\(/)),className:"title.function",relevance:0},pIe={begin:aAe.concat(/\./,aAe.lookahead(aAe.concat(uAe,/(?![0-9A-Za-z$_(])/))),end:uAe,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},_Ie={match:[/get|set/,/\s+/,uAe,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},iIe]},SIe="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+oAe.UNDERSCORE_IDENT_RE+")\\s*=>",yIe={match:[/const|var|let/,/\s+/,uAe,/\s*/,/=\s*/,/(async\s*)?/,aAe.lookahead(SIe)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[iIe]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:pAe,exports:{PARAMS_CONTAINS:eIe,CLASS_REFERENCE:AIe},illegal:/#(?![$_A-z])/,contains:[oAe.SHEBANG({label:"shebang",binary:"node",relevance:5}),XAe,oAe.APOS_STRING_MODE,oAe.QUOTE_STRING_MODE,bAe,GAe,LAe,wAe,PAe,{match:/\$\d+/},NAe,AIe,{scope:"attr",match:uAe+aAe.lookahead(":"),relevance:0},yIe,{begin:"("+oAe.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[PAe,oAe.REGEXP_MODE,{className:"function",begin:SIe,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:oAe.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:pAe,contains:eIe}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:dAe.begin,end:dAe.end},{match:EAe},{begin:gAe.begin,"on:begin":gAe.isTrulyOpeningTag,end:gAe.end}],subLanguage:"xml",contains:[{begin:gAe.begin,end:gAe.end,skip:!0,contains:["self"]}]}]},EIe,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+oAe.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[iIe,oAe.inherit(oAe.TITLE_MODE,{begin:uAe,className:"title.function"})]},{match:/\.\.\./,relevance:0},pIe,{match:"\\$"+uAe,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[iIe]},gIe,hIe,rIe,_Ie,{match:/\$[(.]/}]}}function nAe(oAe){const aAe=oAe.regex,cAe=iAe(oAe),uAe=r4,dAe=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],EAe={begin:[/namespace/,/\s+/,oAe.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},gAe={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:dAe},contains:[cAe.exports.CLASS_REFERENCE]},pAe={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},mAe=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],SAe={$pattern:r4,keyword:x_.concat(mAe),literal:$P,built_in:AAe.concat(dAe),"variable.language":tAe},DAe={className:"meta",begin:"@"+uAe},NAe=(LAe,wAe,OAe)=>{const PAe=LAe.contains.findIndex(HAe=>HAe.label===wAe);if(PAe===-1)throw new Error("can not find mode to replace");LAe.contains.splice(PAe,1,OAe)};Object.assign(cAe.keywords,SAe),cAe.exports.PARAMS_CONTAINS.push(DAe);const TAe=cAe.contains.find(LAe=>LAe.scope==="attr"),bAe=Object.assign({},TAe,{match:aAe.concat(uAe,aAe.lookahead(/\s*\?:/))});cAe.exports.PARAMS_CONTAINS.push([cAe.exports.CLASS_REFERENCE,TAe,bAe]),cAe.contains=cAe.contains.concat([DAe,EAe,gAe,bAe]),NAe(cAe,"shebang",oAe.SHEBANG()),NAe(cAe,"use_strict",pAe);const GAe=cAe.contains.find(LAe=>LAe.label==="func.def");return GAe.relevance=0,Object.assign(cAe,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),cAe}return typescript_1=nAe,typescript_1}var vala_1,hasRequiredVala;function requireVala(){if(hasRequiredVala)return vala_1;hasRequiredVala=1;function r4(x_){return{name:"Vala",keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:/\{/,excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[x_.UNDERSCORE_TITLE_MODE]},x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},x_.APOS_STRING_MODE,x_.QUOTE_STRING_MODE,x_.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$"}]}}return vala_1=r4,vala_1}var vbnet_1,hasRequiredVbnet;function requireVbnet(){if(hasRequiredVbnet)return vbnet_1;hasRequiredVbnet=1;function r4(x_){const $P=x_.regex,zP={className:"string",begin:/"(""|[^/n])"C\b/},z9={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},eAe=/\d{1,2}\/\d{1,2}\/\d{4}/,tAe=/\d{4}-\d{1,2}-\d{1,2}/,AAe=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,iAe=/\d{1,2}(:\d{1,2}){1,2}/,nAe={className:"literal",variants:[{begin:$P.concat(/# */,$P.either(tAe,eAe),/ *#/)},{begin:$P.concat(/# */,iAe,/ *#/)},{begin:$P.concat(/# */,AAe,/ *#/)},{begin:$P.concat(/# */,$P.either(tAe,eAe),/ +/,$P.either(AAe,iAe),/ *#/)}]},oAe={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},aAe={className:"label",begin:/^\w+:/},cAe=x_.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),uAe=x_.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[zP,z9,nAe,oAe,aAe,cAe,uAe,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[uAe]}]}}return vbnet_1=r4,vbnet_1}var vbscript_1,hasRequiredVbscript;function requireVbscript(){if(hasRequiredVbscript)return vbscript_1;hasRequiredVbscript=1;function r4(x_){const $P=x_.regex,zP=["lcase","month","vartype","instrrev","ubound","setlocale","getobject","rgb","getref","string","weekdayname","rnd","dateadd","monthname","now","day","minute","isarray","cbool","round","formatcurrency","conversions","csng","timevalue","second","year","space","abs","clng","timeserial","fixs","len","asc","isempty","maths","dateserial","atn","timer","isobject","filter","weekday","datevalue","ccur","isdate","instr","datediff","formatdatetime","replace","isnull","right","sgn","array","snumeric","log","cdbl","hex","chr","lbound","msgbox","ucase","getlocale","cos","cdate","cbyte","rtrim","join","hour","oct","typename","trim","strcomp","int","createobject","loadpicture","tan","formatnumber","mid","split","cint","sin","datepart","ltrim","sqr","time","derived","eval","date","formatpercent","exp","inputbox","left","ascw","chrw","regexp","cstr","err"],z9=["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],eAe={begin:$P.concat($P.either(...zP),"\\s*\\("),relevance:0,keywords:{built_in:zP}};return{name:"VBScript",aliases:["vbs"],case_insensitive:!0,keywords:{keyword:["call","class","const","dim","do","loop","erase","execute","executeglobal","exit","for","each","next","function","if","then","else","on","error","option","explicit","new","private","property","let","get","public","randomize","redim","rem","select","case","set","stop","sub","while","wend","with","end","to","elseif","is","or","xor","and","not","class_initialize","class_terminate","default","preserve","in","me","byval","byref","step","resume","goto"],built_in:z9,literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[eAe,x_.inherit(x_.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),x_.COMMENT(/'/,/$/,{relevance:0}),x_.C_NUMBER_MODE]}}return vbscript_1=r4,vbscript_1}var vbscriptHtml_1,hasRequiredVbscriptHtml;function requireVbscriptHtml(){if(hasRequiredVbscriptHtml)return vbscriptHtml_1;hasRequiredVbscriptHtml=1;function r4(x_){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}return vbscriptHtml_1=r4,vbscriptHtml_1}var verilog_1,hasRequiredVerilog;function requireVerilog(){if(hasRequiredVerilog)return verilog_1;hasRequiredVerilog=1;function r4(x_){const $P=x_.regex,zP={$pattern:/\$?[\w]+(\$[\w]+)*/,keyword:["accept_on","alias","always","always_comb","always_ff","always_latch","and","assert","assign","assume","automatic","before","begin","bind","bins","binsof","bit","break","buf|0","bufif0","bufif1","byte","case","casex","casez","cell","chandle","checker","class","clocking","cmos","config","const","constraint","context","continue","cover","covergroup","coverpoint","cross","deassign","default","defparam","design","disable","dist","do","edge","else","end","endcase","endchecker","endclass","endclocking","endconfig","endfunction","endgenerate","endgroup","endinterface","endmodule","endpackage","endprimitive","endprogram","endproperty","endspecify","endsequence","endtable","endtask","enum","event","eventually","expect","export","extends","extern","final","first_match","for","force","foreach","forever","fork","forkjoin","function","generate|5","genvar","global","highz0","highz1","if","iff","ifnone","ignore_bins","illegal_bins","implements","implies","import","incdir","include","initial","inout","input","inside","instance","int","integer","interconnect","interface","intersect","join","join_any","join_none","large","let","liblist","library","local","localparam","logic","longint","macromodule","matches","medium","modport","module","nand","negedge","nettype","new","nexttime","nmos","nor","noshowcancelled","not","notif0","notif1","or","output","package","packed","parameter","pmos","posedge","primitive","priority","program","property","protected","pull0","pull1","pulldown","pullup","pulsestyle_ondetect","pulsestyle_onevent","pure","rand","randc","randcase","randsequence","rcmos","real","realtime","ref","reg","reject_on","release","repeat","restrict","return","rnmos","rpmos","rtran","rtranif0","rtranif1","s_always","s_eventually","s_nexttime","s_until","s_until_with","scalared","sequence","shortint","shortreal","showcancelled","signed","small","soft","solve","specify","specparam","static","string","strong","strong0","strong1","struct","super","supply0","supply1","sync_accept_on","sync_reject_on","table","tagged","task","this","throughout","time","timeprecision","timeunit","tran","tranif0","tranif1","tri","tri0","tri1","triand","trior","trireg","type","typedef","union","unique","unique0","unsigned","until","until_with","untyped","use","uwire","var","vectored","virtual","void","wait","wait_order","wand","weak","weak0","weak1","while","wildcard","wire","with","within","wor","xnor","xor"],literal:["null"],built_in:["$finish","$stop","$exit","$fatal","$error","$warning","$info","$realtime","$time","$printtimescale","$bitstoreal","$bitstoshortreal","$itor","$signed","$cast","$bits","$stime","$timeformat","$realtobits","$shortrealtobits","$rtoi","$unsigned","$asserton","$assertkill","$assertpasson","$assertfailon","$assertnonvacuouson","$assertoff","$assertcontrol","$assertpassoff","$assertfailoff","$assertvacuousoff","$isunbounded","$sampled","$fell","$changed","$past_gclk","$fell_gclk","$changed_gclk","$rising_gclk","$steady_gclk","$coverage_control","$coverage_get","$coverage_save","$set_coverage_db_name","$rose","$stable","$past","$rose_gclk","$stable_gclk","$future_gclk","$falling_gclk","$changing_gclk","$display","$coverage_get_max","$coverage_merge","$get_coverage","$load_coverage_db","$typename","$unpacked_dimensions","$left","$low","$increment","$clog2","$ln","$log10","$exp","$sqrt","$pow","$floor","$ceil","$sin","$cos","$tan","$countbits","$onehot","$isunknown","$fatal","$warning","$dimensions","$right","$high","$size","$asin","$acos","$atan","$atan2","$hypot","$sinh","$cosh","$tanh","$asinh","$acosh","$atanh","$countones","$onehot0","$error","$info","$random","$dist_chi_square","$dist_erlang","$dist_exponential","$dist_normal","$dist_poisson","$dist_t","$dist_uniform","$q_initialize","$q_remove","$q_exam","$async$and$array","$async$nand$array","$async$or$array","$async$nor$array","$sync$and$array","$sync$nand$array","$sync$or$array","$sync$nor$array","$q_add","$q_full","$psprintf","$async$and$plane","$async$nand$plane","$async$or$plane","$async$nor$plane","$sync$and$plane","$sync$nand$plane","$sync$or$plane","$sync$nor$plane","$system","$display","$displayb","$displayh","$displayo","$strobe","$strobeb","$strobeh","$strobeo","$write","$readmemb","$readmemh","$writememh","$value$plusargs","$dumpvars","$dumpon","$dumplimit","$dumpports","$dumpportson","$dumpportslimit","$writeb","$writeh","$writeo","$monitor","$monitorb","$monitorh","$monitoro","$writememb","$dumpfile","$dumpoff","$dumpall","$dumpflush","$dumpportsoff","$dumpportsall","$dumpportsflush","$fclose","$fdisplay","$fdisplayb","$fdisplayh","$fdisplayo","$fstrobe","$fstrobeb","$fstrobeh","$fstrobeo","$swrite","$swriteb","$swriteh","$swriteo","$fscanf","$fread","$fseek","$fflush","$feof","$fopen","$fwrite","$fwriteb","$fwriteh","$fwriteo","$fmonitor","$fmonitorb","$fmonitorh","$fmonitoro","$sformat","$sformatf","$fgetc","$ungetc","$fgets","$sscanf","$rewind","$ftell","$ferror"]},z9=["__FILE__","__LINE__"],eAe=["begin_keywords","celldefine","default_nettype","default_decay_time","default_trireg_strength","define","delay_mode_distributed","delay_mode_path","delay_mode_unit","delay_mode_zero","else","elsif","end_keywords","endcelldefine","endif","ifdef","ifndef","include","line","nounconnected_drive","pragma","resetall","timescale","unconnected_drive","undef","undefineall"];return{name:"Verilog",aliases:["v","sv","svh"],case_insensitive:!1,keywords:zP,contains:[x_.C_BLOCK_COMMENT_MODE,x_.C_LINE_COMMENT_MODE,x_.QUOTE_STRING_MODE,{scope:"number",contains:[x_.BACKSLASH_ESCAPE],variants:[{begin:/\b((\d+'([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\B(('([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\b[0-9][0-9_]*/,relevance:0}]},{scope:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{scope:"variable.constant",match:$P.concat(/`/,$P.either(...z9))},{scope:"meta",begin:$P.concat(/`/,$P.either(...eAe)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:eAe}]}}return verilog_1=r4,verilog_1}var vhdl_1,hasRequiredVhdl;function requireVhdl(){if(hasRequiredVhdl)return vhdl_1;hasRequiredVhdl=1;function r4(x_){const $P="\\d(_|\\d)*",zP="[eE][-+]?"+$P,z9=$P+"(\\."+$P+")?("+zP+")?",eAe="\\w+",AAe="\\b("+($P+"#"+eAe+"(\\."+eAe+")?#("+zP+")?")+"|"+z9+")";return{name:"VHDL",case_insensitive:!0,keywords:{keyword:["abs","access","after","alias","all","and","architecture","array","assert","assume","assume_guarantee","attribute","begin","block","body","buffer","bus","case","component","configuration","constant","context","cover","disconnect","downto","default","else","elsif","end","entity","exit","fairness","file","for","force","function","generate","generic","group","guarded","if","impure","in","inertial","inout","is","label","library","linkage","literal","loop","map","mod","nand","new","next","nor","not","null","of","on","open","or","others","out","package","parameter","port","postponed","procedure","process","property","protected","pure","range","record","register","reject","release","rem","report","restrict","restrict_guarantee","return","rol","ror","select","sequence","severity","shared","signal","sla","sll","sra","srl","strong","subtype","then","to","transport","type","unaffected","units","until","use","variable","view","vmode","vprop","vunit","wait","when","while","with","xnor","xor"],built_in:["boolean","bit","character","integer","time","delay_length","natural","positive","string","bit_vector","file_open_kind","file_open_status","std_logic","std_logic_vector","unsigned","signed","boolean_vector","integer_vector","std_ulogic","std_ulogic_vector","unresolved_unsigned","u_unsigned","unresolved_signed","u_signed","real_vector","time_vector"],literal:["false","true","note","warning","error","failure","line","text","side","width"]},illegal:/\{/,contains:[x_.C_BLOCK_COMMENT_MODE,x_.COMMENT("--","$"),x_.QUOTE_STRING_MODE,{className:"number",begin:AAe,relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[x_.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[x_.BACKSLASH_ESCAPE]}]}}return vhdl_1=r4,vhdl_1}var vim_1,hasRequiredVim;function requireVim(){if(hasRequiredVim)return vim_1;hasRequiredVim=1;function r4(x_){return{name:"Vim Script",keywords:{$pattern:/[!#@\w]+/,keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[x_.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},x_.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]+/},{begin:[/\b(?:function|function!)/,/\s+/,x_.IDENT_RE],className:{1:"keyword",3:"title"},end:"$",relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}return vim_1=r4,vim_1}var wasm_1,hasRequiredWasm;function requireWasm(){if(hasRequiredWasm)return wasm_1;hasRequiredWasm=1;function r4(x_){x_.regex;const $P=x_.COMMENT(/\(;/,/;\)/);$P.contains.push("self");const zP=x_.COMMENT(/;;/,/$/),z9=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],eAe={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},tAe={className:"variable",begin:/\$[\w_]+/},AAe={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},iAe={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},nAe={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},oAe={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:z9},contains:[zP,$P,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},tAe,AAe,eAe,x_.QUOTE_STRING_MODE,nAe,oAe,iAe]}}return wasm_1=r4,wasm_1}var wren_1,hasRequiredWren;function requireWren(){if(hasRequiredWren)return wren_1;hasRequiredWren=1;function r4(x_){const $P=x_.regex,zP=/[a-zA-Z]\w*/,z9=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],eAe=["true","false","null"],tAe=["this","super"],AAe=["Bool","Class","Fiber","Fn","List","Map","Null","Num","Object","Range","Sequence","String","System"],iAe=["-","~",/\*/,"%",/\.\.\./,/\.\./,/\+/,"<<",">>",">=","<=","<",">",/\^/,/!=/,/!/,/\bis\b/,"==","&&","&",/\|\|/,/\|/,/\?:/,"="],nAe={relevance:0,match:$P.concat(/\b(?!(if|while|for|else|super)\b)/,zP,/(?=\s*[({])/),className:"title.function"},oAe={match:$P.concat($P.either($P.concat(/\b(?!(if|while|for|else|super)\b)/,zP),$P.either(...iAe)),/(?=\s*\([^)]+\)\s*\{)/),className:"title.function",starts:{contains:[{begin:/\(/,end:/\)/,contains:[{relevance:0,scope:"params",match:zP}]}]}},aAe={variants:[{match:[/class\s+/,zP,/\s+is\s+/,zP]},{match:[/class\s+/,zP]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:z9},cAe={relevance:0,match:$P.either(...iAe),className:"operator"},uAe={className:"string",begin:/"""/,end:/"""/},dAe={className:"property",begin:$P.concat(/\./,$P.lookahead(zP)),end:zP,excludeBegin:!0,relevance:0},EAe={relevance:0,match:$P.concat(/\b_/,zP),scope:"variable"},gAe={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:AAe}},pAe=x_.C_NUMBER_MODE,mAe={match:[zP,/\s*/,/=/,/\s*/,/\(/,zP,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},SAe=x_.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),DAe={scope:"subst",begin:/%\(/,end:/\)/,contains:[pAe,gAe,nAe,EAe,cAe]},NAe={scope:"string",begin:/"/,end:/"/,contains:[DAe,{scope:"char.escape",variants:[{match:/\\\\|\\["0%abefnrtv]/},{match:/\\x[0-9A-F]{2}/},{match:/\\u[0-9A-F]{4}/},{match:/\\U[0-9A-F]{8}/}]}]};DAe.contains.push(NAe);const TAe=[...z9,...tAe,...eAe],bAe={relevance:0,match:$P.concat("\\b(?!",TAe.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:z9,"variable.language":tAe,literal:eAe},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:eAe},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},pAe,NAe,uAe,SAe,x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,gAe,aAe,mAe,oAe,nAe,cAe,EAe,dAe,bAe]}}return wren_1=r4,wren_1}var x86asm_1,hasRequiredX86asm;function requireX86asm(){if(hasRequiredX86asm)return x86asm_1;hasRequiredX86asm=1;function r4(x_){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+x_.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[x_.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*(\\.[0-9_]*)?(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},x_.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}return x86asm_1=r4,x86asm_1}var xl_1,hasRequiredXl;function requireXl(){if(hasRequiredXl)return xl_1;hasRequiredXl=1;function r4(x_){const $P=["if","then","else","do","while","until","for","loop","import","with","is","as","where","when","by","data","constant","integer","real","text","name","boolean","symbol","infix","prefix","postfix","block","tree"],zP=["in","mod","rem","and","or","xor","not","abs","sign","floor","ceil","sqrt","sin","cos","tan","asin","acos","atan","exp","expm1","log","log2","log10","log1p","pi","at","text_length","text_range","text_find","text_replace","contains","page","slide","basic_slide","title_slide","title","subtitle","fade_in","fade_out","fade_at","clear_color","color","line_color","line_width","texture_wrap","texture_transform","texture","scale_?x","scale_?y","scale_?z?","translate_?x","translate_?y","translate_?z?","rotate_?x","rotate_?y","rotate_?z?","rectangle","circle","ellipse","sphere","path","line_to","move_to","quad_to","curve_to","theme","background","contents","locally","time","mouse_?x","mouse_?y","mouse_buttons"],z9=["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"],tAe={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:$P,literal:["true","false","nil"],built_in:zP.concat(z9)},AAe={className:"string",begin:'"',end:'"',illegal:"\\n"},iAe={className:"string",begin:"'",end:"'",illegal:"\\n"},nAe={className:"string",begin:"<<",end:">>"},oAe={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},aAe={beginKeywords:"import",end:"$",keywords:tAe,contains:[AAe]},cAe={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[x_.inherit(x_.TITLE_MODE,{starts:{endsWithParent:!0,keywords:tAe}})]};return{name:"XL",aliases:["tao"],keywords:tAe,contains:[x_.C_LINE_COMMENT_MODE,x_.C_BLOCK_COMMENT_MODE,AAe,iAe,nAe,cAe,aAe,oAe,x_.NUMBER_MODE]}}return xl_1=r4,xl_1}var xquery_1,hasRequiredXquery;function requireXquery(){if(hasRequiredXquery)return xquery_1;hasRequiredXquery=1;function r4(x_){return{name:"XQuery",aliases:["xpath","xq","xqm"],case_insensitive:!1,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{$pattern:/[a-zA-Z$][a-zA-Z0-9_:-]*/,keyword:["module","schema","namespace","boundary-space","preserve","no-preserve","strip","default","collation","base-uri","ordering","context","decimal-format","decimal-separator","copy-namespaces","empty-sequence","except","exponent-separator","external","grouping-separator","inherit","no-inherit","lax","minus-sign","per-mille","percent","schema-attribute","schema-element","strict","unordered","zero-digit","declare","import","option","function","validate","variable","for","at","in","let","where","order","group","by","return","if","then","else","tumbling","sliding","window","start","when","only","end","previous","next","stable","ascending","descending","allowing","empty","greatest","least","some","every","satisfies","switch","case","typeswitch","try","catch","and","or","to","union","intersect","instance","of","treat","as","castable","cast","map","array","delete","insert","into","replace","value","rename","copy","modify","update"],type:["item","document-node","node","attribute","document","element","comment","namespace","namespace-node","processing-instruction","text","construction","xs:anyAtomicType","xs:untypedAtomic","xs:duration","xs:time","xs:decimal","xs:float","xs:double","xs:gYearMonth","xs:gYear","xs:gMonthDay","xs:gMonth","xs:gDay","xs:boolean","xs:base64Binary","xs:hexBinary","xs:anyURI","xs:QName","xs:NOTATION","xs:dateTime","xs:dateTimeStamp","xs:date","xs:string","xs:normalizedString","xs:token","xs:language","xs:NMTOKEN","xs:Name","xs:NCName","xs:ID","xs:IDREF","xs:ENTITY","xs:integer","xs:nonPositiveInteger","xs:negativeInteger","xs:long","xs:int","xs:short","xs:byte","xs:nonNegativeInteger","xs:unisignedLong","xs:unsignedInt","xs:unsignedShort","xs:unsignedByte","xs:positiveInteger","xs:yearMonthDuration","xs:dayTimeDuration"],literal:["eq","ne","lt","le","gt","ge","is","self::","child::","descendant::","descendant-or-self::","attribute::","following::","following-sibling::","parent::","ancestor::","ancestor-or-self::","preceding::","preceding-sibling::","NaN"]},contains:[{className:"variable",begin:/[$][\w\-:]+/},{className:"built_in",variants:[{begin:/\barray:/,end:/(?:append|filter|flatten|fold-(?:left|right)|for-each(?:-pair)?|get|head|insert-before|join|put|remove|reverse|size|sort|subarray|tail)\b/},{begin:/\bmap:/,end:/(?:contains|entry|find|for-each|get|keys|merge|put|remove|size)\b/},{begin:/\bmath:/,end:/(?:a(?:cos|sin|tan[2]?)|cos|exp(?:10)?|log(?:10)?|pi|pow|sin|sqrt|tan)\b/},{begin:/\bop:/,end:/\(/,excludeEnd:!0},{begin:/\bfn:/,end:/\(/,excludeEnd:!0},{begin:/[^/,end:/(\/[\w._:-]+>)/,subLanguage:"xml",contains:[{begin:/\{/,end:/\}/,subLanguage:"xquery"},"self"]}]}}return xquery_1=r4,xquery_1}var zephir_1,hasRequiredZephir;function requireZephir(){if(hasRequiredZephir)return zephir_1;hasRequiredZephir=1;function r4(x_){const $P={className:"string",contains:[x_.BACKSLASH_ESCAPE],variants:[x_.inherit(x_.APOS_STRING_MODE,{illegal:null}),x_.inherit(x_.QUOTE_STRING_MODE,{illegal:null})]},zP=x_.UNDERSCORE_TITLE_MODE,z9={variants:[x_.BINARY_NUMBER_MODE,x_.C_NUMBER_MODE]},eAe="namespace class interface use extends function return abstract final public protected private static deprecated throw try catch Exception echo empty isset instanceof unset let var new const self require if else elseif switch case default do while loop for continue break likely unlikely __LINE__ __FILE__ __DIR__ __FUNCTION__ __CLASS__ __TRAIT__ __METHOD__ __NAMESPACE__ array boolean float double integer object resource string char long unsigned bool int uint ulong uchar true false null undefined";return{name:"Zephir",aliases:["zep"],keywords:eAe,contains:[x_.C_LINE_COMMENT_MODE,x_.COMMENT(/\/\*/,/\*\//,{contains:[{className:"doctag",begin:/@[A-Za-z]+/}]}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;/,contains:[x_.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function fn",end:/[;{]/,excludeEnd:!0,illegal:/\$|\[|%/,contains:[zP,{className:"params",begin:/\(/,end:/\)/,keywords:eAe,contains:["self",x_.C_BLOCK_COMMENT_MODE,$P,z9]}]},{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:/[:($"]/,contains:[{beginKeywords:"extends implements"},zP]},{beginKeywords:"namespace",end:/;/,illegal:/[.']/,contains:[zP]},{beginKeywords:"use",end:/;/,contains:[zP]},{begin:/=>/},$P,z9]}}return zephir_1=r4,zephir_1}var lib,hasRequiredLib;function requireLib(){if(hasRequiredLib)return lib;hasRequiredLib=1;var r4=requireCore();return r4.registerLanguage("1c",require_1c()),r4.registerLanguage("abnf",requireAbnf()),r4.registerLanguage("accesslog",requireAccesslog()),r4.registerLanguage("actionscript",requireActionscript()),r4.registerLanguage("ada",requireAda()),r4.registerLanguage("angelscript",requireAngelscript()),r4.registerLanguage("apache",requireApache()),r4.registerLanguage("applescript",requireApplescript()),r4.registerLanguage("arcade",requireArcade()),r4.registerLanguage("arduino",requireArduino()),r4.registerLanguage("armasm",requireArmasm()),r4.registerLanguage("xml",requireXml()),r4.registerLanguage("asciidoc",requireAsciidoc()),r4.registerLanguage("aspectj",requireAspectj()),r4.registerLanguage("autohotkey",requireAutohotkey()),r4.registerLanguage("autoit",requireAutoit()),r4.registerLanguage("avrasm",requireAvrasm()),r4.registerLanguage("awk",requireAwk()),r4.registerLanguage("axapta",requireAxapta()),r4.registerLanguage("bash",requireBash()),r4.registerLanguage("basic",requireBasic()),r4.registerLanguage("bnf",requireBnf()),r4.registerLanguage("brainfuck",requireBrainfuck()),r4.registerLanguage("c",requireC()),r4.registerLanguage("cal",requireCal()),r4.registerLanguage("capnproto",requireCapnproto()),r4.registerLanguage("ceylon",requireCeylon()),r4.registerLanguage("clean",requireClean()),r4.registerLanguage("clojure",requireClojure()),r4.registerLanguage("clojure-repl",requireClojureRepl()),r4.registerLanguage("cmake",requireCmake()),r4.registerLanguage("coffeescript",requireCoffeescript()),r4.registerLanguage("coq",requireCoq()),r4.registerLanguage("cos",requireCos()),r4.registerLanguage("cpp",requireCpp()),r4.registerLanguage("crmsh",requireCrmsh()),r4.registerLanguage("crystal",requireCrystal()),r4.registerLanguage("csharp",requireCsharp()),r4.registerLanguage("csp",requireCsp()),r4.registerLanguage("css",requireCss()),r4.registerLanguage("d",requireD()),r4.registerLanguage("markdown",requireMarkdown()),r4.registerLanguage("dart",requireDart()),r4.registerLanguage("delphi",requireDelphi()),r4.registerLanguage("diff",requireDiff()),r4.registerLanguage("django",requireDjango()),r4.registerLanguage("dns",requireDns()),r4.registerLanguage("dockerfile",requireDockerfile()),r4.registerLanguage("dos",requireDos()),r4.registerLanguage("dsconfig",requireDsconfig()),r4.registerLanguage("dts",requireDts()),r4.registerLanguage("dust",requireDust()),r4.registerLanguage("ebnf",requireEbnf()),r4.registerLanguage("elixir",requireElixir()),r4.registerLanguage("elm",requireElm()),r4.registerLanguage("ruby",requireRuby()),r4.registerLanguage("erb",requireErb()),r4.registerLanguage("erlang-repl",requireErlangRepl()),r4.registerLanguage("erlang",requireErlang()),r4.registerLanguage("excel",requireExcel()),r4.registerLanguage("fix",requireFix()),r4.registerLanguage("flix",requireFlix()),r4.registerLanguage("fortran",requireFortran()),r4.registerLanguage("fsharp",requireFsharp()),r4.registerLanguage("gams",requireGams()),r4.registerLanguage("gauss",requireGauss()),r4.registerLanguage("gcode",requireGcode()),r4.registerLanguage("gherkin",requireGherkin()),r4.registerLanguage("glsl",requireGlsl()),r4.registerLanguage("gml",requireGml()),r4.registerLanguage("go",requireGo()),r4.registerLanguage("golo",requireGolo()),r4.registerLanguage("gradle",requireGradle()),r4.registerLanguage("graphql",requireGraphql()),r4.registerLanguage("groovy",requireGroovy()),r4.registerLanguage("haml",requireHaml()),r4.registerLanguage("handlebars",requireHandlebars()),r4.registerLanguage("haskell",requireHaskell()),r4.registerLanguage("haxe",requireHaxe()),r4.registerLanguage("hsp",requireHsp()),r4.registerLanguage("http",requireHttp()),r4.registerLanguage("hy",requireHy()),r4.registerLanguage("inform7",requireInform7()),r4.registerLanguage("ini",requireIni()),r4.registerLanguage("irpf90",requireIrpf90()),r4.registerLanguage("isbl",requireIsbl()),r4.registerLanguage("java",requireJava()),r4.registerLanguage("javascript",requireJavascript()),r4.registerLanguage("jboss-cli",requireJbossCli()),r4.registerLanguage("json",requireJson()),r4.registerLanguage("julia",requireJulia()),r4.registerLanguage("julia-repl",requireJuliaRepl()),r4.registerLanguage("kotlin",requireKotlin()),r4.registerLanguage("lasso",requireLasso()),r4.registerLanguage("latex",requireLatex()),r4.registerLanguage("ldif",requireLdif()),r4.registerLanguage("leaf",requireLeaf()),r4.registerLanguage("less",requireLess()),r4.registerLanguage("lisp",requireLisp()),r4.registerLanguage("livecodeserver",requireLivecodeserver()),r4.registerLanguage("livescript",requireLivescript()),r4.registerLanguage("llvm",requireLlvm()),r4.registerLanguage("lsl",requireLsl()),r4.registerLanguage("lua",requireLua()),r4.registerLanguage("makefile",requireMakefile()),r4.registerLanguage("mathematica",requireMathematica()),r4.registerLanguage("matlab",requireMatlab()),r4.registerLanguage("maxima",requireMaxima()),r4.registerLanguage("mel",requireMel()),r4.registerLanguage("mercury",requireMercury()),r4.registerLanguage("mipsasm",requireMipsasm()),r4.registerLanguage("mizar",requireMizar()),r4.registerLanguage("perl",requirePerl()),r4.registerLanguage("mojolicious",requireMojolicious()),r4.registerLanguage("monkey",requireMonkey()),r4.registerLanguage("moonscript",requireMoonscript()),r4.registerLanguage("n1ql",requireN1ql()),r4.registerLanguage("nestedtext",requireNestedtext()),r4.registerLanguage("nginx",requireNginx()),r4.registerLanguage("nim",requireNim()),r4.registerLanguage("nix",requireNix()),r4.registerLanguage("node-repl",requireNodeRepl()),r4.registerLanguage("nsis",requireNsis()),r4.registerLanguage("objectivec",requireObjectivec()),r4.registerLanguage("ocaml",requireOcaml()),r4.registerLanguage("openscad",requireOpenscad()),r4.registerLanguage("oxygene",requireOxygene()),r4.registerLanguage("parser3",requireParser3()),r4.registerLanguage("pf",requirePf()),r4.registerLanguage("pgsql",requirePgsql()),r4.registerLanguage("php",requirePhp()),r4.registerLanguage("php-template",requirePhpTemplate()),r4.registerLanguage("plaintext",requirePlaintext()),r4.registerLanguage("pony",requirePony()),r4.registerLanguage("powershell",requirePowershell()),r4.registerLanguage("processing",requireProcessing()),r4.registerLanguage("profile",requireProfile()),r4.registerLanguage("prolog",requireProlog()),r4.registerLanguage("properties",requireProperties()),r4.registerLanguage("protobuf",requireProtobuf()),r4.registerLanguage("puppet",requirePuppet()),r4.registerLanguage("purebasic",requirePurebasic()),r4.registerLanguage("python",requirePython()),r4.registerLanguage("python-repl",requirePythonRepl()),r4.registerLanguage("q",requireQ()),r4.registerLanguage("qml",requireQml()),r4.registerLanguage("r",requireR()),r4.registerLanguage("reasonml",requireReasonml()),r4.registerLanguage("rib",requireRib()),r4.registerLanguage("roboconf",requireRoboconf()),r4.registerLanguage("routeros",requireRouteros()),r4.registerLanguage("rsl",requireRsl()),r4.registerLanguage("ruleslanguage",requireRuleslanguage()),r4.registerLanguage("rust",requireRust()),r4.registerLanguage("sas",requireSas()),r4.registerLanguage("scala",requireScala()),r4.registerLanguage("scheme",requireScheme()),r4.registerLanguage("scilab",requireScilab()),r4.registerLanguage("scss",requireScss()),r4.registerLanguage("shell",requireShell()),r4.registerLanguage("smali",requireSmali()),r4.registerLanguage("smalltalk",requireSmalltalk()),r4.registerLanguage("sml",requireSml()),r4.registerLanguage("sqf",requireSqf()),r4.registerLanguage("sql",requireSql()),r4.registerLanguage("stan",requireStan()),r4.registerLanguage("stata",requireStata()),r4.registerLanguage("step21",requireStep21()),r4.registerLanguage("stylus",requireStylus()),r4.registerLanguage("subunit",requireSubunit()),r4.registerLanguage("swift",requireSwift()),r4.registerLanguage("taggerscript",requireTaggerscript()),r4.registerLanguage("yaml",requireYaml()),r4.registerLanguage("tap",requireTap()),r4.registerLanguage("tcl",requireTcl()),r4.registerLanguage("thrift",requireThrift()),r4.registerLanguage("tp",requireTp()),r4.registerLanguage("twig",requireTwig()),r4.registerLanguage("typescript",requireTypescript()),r4.registerLanguage("vala",requireVala()),r4.registerLanguage("vbnet",requireVbnet()),r4.registerLanguage("vbscript",requireVbscript()),r4.registerLanguage("vbscript-html",requireVbscriptHtml()),r4.registerLanguage("verilog",requireVerilog()),r4.registerLanguage("vhdl",requireVhdl()),r4.registerLanguage("vim",requireVim()),r4.registerLanguage("wasm",requireWasm()),r4.registerLanguage("wren",requireWren()),r4.registerLanguage("x86asm",requireX86asm()),r4.registerLanguage("xl",requireXl()),r4.registerLanguage("xquery",requireXquery()),r4.registerLanguage("zephir",requireZephir()),r4.HighlightJS=r4,r4.default=r4,lib=r4,lib}var libExports=requireLib();const HighlightJS=getDefaultExportFromCjs$1(libExports);var cosJsSdkV5$1={exports:{}},cosJsSdkV5=cosJsSdkV5$1.exports,hasRequiredCosJsSdkV5;function requireCosJsSdkV5(){return hasRequiredCosJsSdkV5||(hasRequiredCosJsSdkV5=1,function(r4,x_){(function(zP,z9){r4.exports=z9()})(cosJsSdkV5,function(){return function($P){var zP={};function z9(eAe){if(zP[eAe])return zP[eAe].exports;var tAe=zP[eAe]={i:eAe,l:!1,exports:{}};return $P[eAe].call(tAe.exports,tAe,tAe.exports,z9),tAe.l=!0,tAe.exports}return z9.m=$P,z9.c=zP,z9.d=function(eAe,tAe,AAe){z9.o(eAe,tAe)||Object.defineProperty(eAe,tAe,{enumerable:!0,get:AAe})},z9.r=function(eAe){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(eAe,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(eAe,"__esModule",{value:!0})},z9.t=function(eAe,tAe){if(tAe&1&&(eAe=z9(eAe)),tAe&8||tAe&4&&typeof eAe=="object"&&eAe&&eAe.__esModule)return eAe;var AAe=Object.create(null);if(z9.r(AAe),Object.defineProperty(AAe,"default",{enumerable:!0,value:eAe}),tAe&2&&typeof eAe!="string")for(var iAe in eAe)z9.d(AAe,iAe,(function(nAe){return eAe[nAe]}).bind(null,iAe));return AAe},z9.n=function(eAe){var tAe=eAe&&eAe.__esModule?function(){return eAe.default}:function(){return eAe};return z9.d(tAe,"a",tAe),tAe},z9.o=function(eAe,tAe){return Object.prototype.hasOwnProperty.call(eAe,tAe)},z9.p="/dist/",z9(z9.s="./index.js")}({"./index.js":function($P,zP,z9){var eAe=z9("./src/cos.js");$P.exports=eAe},"./lib/base64.js":function($P,zP){var z9=function(eAe){eAe=eAe||{};var tAe=eAe.Base64,AAe="2.1.9",iAe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",nAe=function(PAe){for(var HAe={},zAe=0,eIe=PAe.length;zAe>>6)+oAe(128|zAe&63):oAe(224|zAe>>>12&15)+oAe(128|zAe>>>6&63)+oAe(128|zAe&63)}else{var zAe=65536+(HAe.charCodeAt(0)-55296)*1024+(HAe.charCodeAt(1)-56320);return oAe(240|zAe>>>18&7)+oAe(128|zAe>>>12&63)+oAe(128|zAe>>>6&63)+oAe(128|zAe&63)}},cAe=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,uAe=function(HAe){return HAe.replace(cAe,aAe)},dAe=function(HAe){var zAe=[0,2,1][HAe.length%3],eIe=HAe.charCodeAt(0)<<16|(HAe.length>1?HAe.charCodeAt(1):0)<<8|(HAe.length>2?HAe.charCodeAt(2):0),iIe=[iAe.charAt(eIe>>>18),iAe.charAt(eIe>>>12&63),zAe>=2?"=":iAe.charAt(eIe>>>6&63),zAe>=1?"=":iAe.charAt(eIe&63)];return iIe.join("")},EAe=eAe.btoa?function(PAe){return eAe.btoa(PAe)}:function(PAe){return PAe.replace(/[\s\S]{1,3}/g,dAe)},gAe=function(PAe){return EAe(uAe(PAe))},pAe=function(HAe,zAe){return zAe?gAe(String(HAe)).replace(/[+\/]/g,function(eIe){return eIe=="+"?"-":"_"}).replace(/=/g,""):gAe(String(HAe))},mAe=function(HAe){return pAe(HAe,!0)},SAe=new RegExp(["[À-ß][€-¿]","[à-ï][€-¿]{2}","[ð-÷][€-¿]{3}"].join("|"),"g"),DAe=function(HAe){switch(HAe.length){case 4:var zAe=(7&HAe.charCodeAt(0))<<18|(63&HAe.charCodeAt(1))<<12|(63&HAe.charCodeAt(2))<<6|63&HAe.charCodeAt(3),eIe=zAe-65536;return oAe((eIe>>>10)+55296)+oAe((eIe&1023)+56320);case 3:return oAe((15&HAe.charCodeAt(0))<<12|(63&HAe.charCodeAt(1))<<6|63&HAe.charCodeAt(2));default:return oAe((31&HAe.charCodeAt(0))<<6|63&HAe.charCodeAt(1))}},NAe=function(HAe){return HAe.replace(SAe,DAe)},TAe=function(HAe){var zAe=HAe.length,eIe=zAe%4,iIe=(zAe>0?nAe[HAe.charAt(0)]<<18:0)|(zAe>1?nAe[HAe.charAt(1)]<<12:0)|(zAe>2?nAe[HAe.charAt(2)]<<6:0)|(zAe>3?nAe[HAe.charAt(3)]:0),rIe=[oAe(iIe>>>16),oAe(iIe>>>8&255),oAe(iIe&255)];return rIe.length-=[0,0,2,1][eIe],rIe.join("")},bAe=eAe.atob?function(PAe){return eAe.atob(PAe)}:function(PAe){return PAe.replace(/[\s\S]{1,4}/g,TAe)},GAe=function(PAe){return NAe(bAe(PAe))},LAe=function(HAe){return GAe(String(HAe).replace(/[-_]/g,function(zAe){return zAe=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,""))},wAe=function(){var HAe=eAe.Base64;return eAe.Base64=tAe,HAe},OAe={VERSION:AAe,atob:bAe,btoa:EAe,fromBase64:LAe,toBase64:pAe,utob:uAe,encode:pAe,encodeURI:mAe,btou:NAe,decode:LAe,noConflict:wAe};return OAe}();$P.exports=z9},"./lib/crypto.js":function($P,zP,z9){(function(eAe){var tAe=z9("./node_modules/@babel/runtime/helpers/typeof.js"),AAe=AAe||function(iAe,nAe){var oAe={},aAe=oAe.lib={},cAe=function(){},uAe=aAe.Base={extend:function(TAe){cAe.prototype=this;var bAe=new cAe;return TAe&&bAe.mixIn(TAe),bAe.hasOwnProperty("init")||(bAe.init=function(){bAe.$super.init.apply(this,arguments)}),bAe.init.prototype=bAe,bAe.$super=this,bAe},create:function(){var TAe=this.extend();return TAe.init.apply(TAe,arguments),TAe},init:function(){},mixIn:function(TAe){for(var bAe in TAe)TAe.hasOwnProperty(bAe)&&(this[bAe]=TAe[bAe]);TAe.hasOwnProperty("toString")&&(this.toString=TAe.toString)},clone:function(){return this.init.prototype.extend(this)}},dAe=aAe.WordArray=uAe.extend({init:function(TAe,bAe){TAe=this.words=TAe||[],this.sigBytes=bAe!=nAe?bAe:4*TAe.length},toString:function(TAe){return(TAe||gAe).stringify(this)},concat:function(TAe){var bAe=this.words,GAe=TAe.words,LAe=this.sigBytes;if(TAe=TAe.sigBytes,this.clamp(),LAe%4)for(var wAe=0;wAe>>2]|=(GAe[wAe>>>2]>>>24-8*(wAe%4)&255)<<24-8*((LAe+wAe)%4);else if(65535>>2]=GAe[wAe>>>2];else bAe.push.apply(bAe,GAe);return this.sigBytes+=TAe,this},clamp:function(){var TAe=this.words,bAe=this.sigBytes;TAe[bAe>>>2]&=4294967295<<32-8*(bAe%4),TAe.length=iAe.ceil(bAe/4)},clone:function(){var TAe=uAe.clone.call(this);return TAe.words=this.words.slice(0),TAe},random:function(TAe){for(var bAe=[],GAe=0;GAe>>2]>>>24-8*(LAe%4)&255;GAe.push((wAe>>>4).toString(16)),GAe.push((wAe&15).toString(16))}return GAe.join("")},parse:function(TAe){for(var bAe=TAe.length,GAe=[],LAe=0;LAe>>3]|=parseInt(TAe.substr(LAe,2),16)<<24-4*(LAe%8);return new dAe.init(GAe,bAe/2)}},pAe=EAe.Latin1={stringify:function(TAe){var bAe=TAe.words;TAe=TAe.sigBytes;for(var GAe=[],LAe=0;LAe>>2]>>>24-8*(LAe%4)&255));return GAe.join("")},parse:function(TAe){for(var bAe=TAe.length,GAe=[],LAe=0;LAe>>2]|=(TAe.charCodeAt(LAe)&255)<<24-8*(LAe%4);return new dAe.init(GAe,bAe)}},mAe=EAe.Utf8={stringify:function(TAe){try{return decodeURIComponent(escape(pAe.stringify(TAe)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(TAe){return pAe.parse(unescape(encodeURIComponent(TAe)))}},SAe=aAe.BufferedBlockAlgorithm=uAe.extend({reset:function(){this._data=new dAe.init,this._nDataBytes=0},_append:function(TAe){typeof TAe=="string"&&(TAe=mAe.parse(TAe)),this._data.concat(TAe),this._nDataBytes+=TAe.sigBytes},_process:function(TAe){var bAe=this._data,GAe=bAe.words,LAe=bAe.sigBytes,wAe=this.blockSize,OAe=LAe/(4*wAe),OAe=TAe?iAe.ceil(OAe):iAe.max((OAe|0)-this._minBufferSize,0);if(TAe=OAe*wAe,LAe=iAe.min(4*TAe,LAe),TAe){for(var PAe=0;PAeTAe;TAe++){if(16>TAe)aAe[TAe]=dAe[EAe+TAe]|0;else{var bAe=aAe[TAe-3]^aAe[TAe-8]^aAe[TAe-14]^aAe[TAe-16];aAe[TAe]=bAe<<1|bAe>>>31}bAe=(pAe<<5|pAe>>>27)+NAe+aAe[TAe],bAe=20>TAe?bAe+((mAe&SAe|~mAe&DAe)+1518500249):40>TAe?bAe+((mAe^SAe^DAe)+1859775393):60>TAe?bAe+((mAe&SAe|mAe&DAe|SAe&DAe)-1894007588):bAe+((mAe^SAe^DAe)-899497514),NAe=DAe,DAe=SAe,SAe=mAe<<30|mAe>>>2,mAe=pAe,pAe=bAe}gAe[0]=gAe[0]+pAe|0,gAe[1]=gAe[1]+mAe|0,gAe[2]=gAe[2]+SAe|0,gAe[3]=gAe[3]+DAe|0,gAe[4]=gAe[4]+NAe|0},_doFinalize:function(){var dAe=this._data,EAe=dAe.words,gAe=8*this._nDataBytes,pAe=8*dAe.sigBytes;return EAe[pAe>>>5]|=128<<24-pAe%32,EAe[(pAe+64>>>9<<4)+14]=Math.floor(gAe/4294967296),EAe[(pAe+64>>>9<<4)+15]=gAe,dAe.sigBytes=4*EAe.length,this._process(),this._hash},clone:function(){var dAe=oAe.clone.call(this);return dAe._hash=this._hash.clone(),dAe}});iAe.SHA1=oAe._createHelper(cAe),iAe.HmacSHA1=oAe._createHmacHelper(cAe)})(),function(){var iAe=AAe,nAe=iAe.enc.Utf8;iAe.algo.HMAC=iAe.lib.Base.extend({init:function(aAe,cAe){aAe=this._hasher=new aAe.init,typeof cAe=="string"&&(cAe=nAe.parse(cAe));var uAe=aAe.blockSize,dAe=4*uAe;cAe.sigBytes>dAe&&(cAe=aAe.finalize(cAe)),cAe.clamp();for(var EAe=this._oKey=cAe.clone(),gAe=this._iKey=cAe.clone(),pAe=EAe.words,mAe=gAe.words,SAe=0;SAe>>2]>>>24-mAe%4*8&255,DAe=dAe[mAe+1>>>2]>>>24-(mAe+1)%4*8&255,NAe=dAe[mAe+2>>>2]>>>24-(mAe+2)%4*8&255,TAe=SAe<<16|DAe<<8|NAe,bAe=0;bAe<4&&mAe+bAe*.75>>6*(3-bAe)&63));var GAe=gAe.charAt(64);if(GAe)for(;pAe.length%4;)pAe.push(GAe);return pAe.join("")},parse:function(uAe){var dAe=uAe.length,EAe=this._map,gAe=EAe.charAt(64);if(gAe){var pAe=uAe.indexOf(gAe);pAe!=-1&&(dAe=pAe)}for(var mAe=[],SAe=0,DAe=0;DAe>>6-DAe%4*2;mAe[SAe>>>2]|=(NAe|TAe)<<24-SAe%4*8,SAe++}return oAe.create(mAe,SAe)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),tAe(eAe)==="object"?eAe.exports=AAe:window.CryptoJS=AAe}).call(this,z9("./node_modules/webpack/buildin/module.js")($P))},"./lib/md5.js":function($P,zP,z9){(function(eAe){var tAe,AAe=z9("./node_modules/@babel/runtime/helpers/typeof.js");(function(){var iAe=(typeof window>"u"?"undefined":AAe(window))==="object",nAe=iAe?window:{};nAe.JS_MD5_NO_WINDOW&&(iAe=!1);var oAe=!iAe&&(typeof self>"u"?"undefined":AAe(self))==="object";oAe&&(nAe=self);var aAe=!nAe.JS_MD5_NO_COMMON_JS&&AAe(eAe)==="object"&&eAe.exports,cAe=z9("./node_modules/webpack/buildin/amd-options.js"),uAe=!nAe.JS_MD5_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",dAe="0123456789abcdef".split(""),EAe=[128,32768,8388608,-2147483648],gAe=[0,8,16,24],pAe=["hex","array","digest","buffer","arrayBuffer","base64"],mAe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),SAe=[],DAe;if(uAe){var NAe=new ArrayBuffer(68);DAe=new Uint8Array(NAe),SAe=new Uint32Array(NAe)}(nAe.JS_MD5_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(wAe){return Object.prototype.toString.call(wAe)==="[object Array]"}),uAe&&(nAe.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(wAe){return AAe(wAe)==="object"&&wAe.buffer&&wAe.buffer.constructor===ArrayBuffer});var TAe=function(OAe){return function(PAe,HAe){return new GAe(!0).update(PAe,HAe)[OAe]()}},bAe=function(){var OAe=TAe("hex");OAe.getCtx=OAe.create=function(){return new GAe},OAe.update=function(zAe){return OAe.create().update(zAe)};for(var PAe=0;PAe>6,rIe[zAe++]=128|PAe&63):PAe<55296||PAe>=57344?(rIe[zAe++]=224|PAe>>12,rIe[zAe++]=128|PAe>>6&63,rIe[zAe++]=128|PAe&63):(PAe=65536+((PAe&1023)<<10|wAe.charCodeAt(++HAe)&1023),rIe[zAe++]=240|PAe>>18,rIe[zAe++]=128|PAe>>12&63,rIe[zAe++]=128|PAe>>6&63,rIe[zAe++]=128|PAe&63);else for(zAe=this.start;HAe>2]|=PAe<>2]|=(192|PAe>>6)<>2]|=(128|PAe&63)<=57344?(iIe[zAe>>2]|=(224|PAe>>12)<>2]|=(128|PAe>>6&63)<>2]|=(128|PAe&63)<>2]|=(240|PAe>>18)<>2]|=(128|PAe>>12&63)<>2]|=(128|PAe>>6&63)<>2]|=(128|PAe&63)<=64?(this.start=zAe-64,this.hash(),this.hashed=!0):this.start=zAe}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},GAe.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var wAe=this.blocks,OAe=this.lastByteIndex;wAe[OAe>>2]|=EAe[OAe&3],OAe>=56&&(this.hashed||this.hash(),wAe[0]=wAe[16],wAe[16]=wAe[1]=wAe[2]=wAe[3]=wAe[4]=wAe[5]=wAe[6]=wAe[7]=wAe[8]=wAe[9]=wAe[10]=wAe[11]=wAe[12]=wAe[13]=wAe[14]=wAe[15]=0),wAe[14]=this.bytes<<3,wAe[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},GAe.prototype.hash=function(){var wAe,OAe,PAe,HAe,zAe,eIe,iIe=this.blocks;this.first?(wAe=iIe[0]-680876937,wAe=(wAe<<7|wAe>>>25)-271733879<<0,HAe=(-1732584194^wAe&2004318071)+iIe[1]-117830708,HAe=(HAe<<12|HAe>>>20)+wAe<<0,PAe=(-271733879^HAe&(wAe^-271733879))+iIe[2]-1126478375,PAe=(PAe<<17|PAe>>>15)+HAe<<0,OAe=(wAe^PAe&(HAe^wAe))+iIe[3]-1316259209,OAe=(OAe<<22|OAe>>>10)+PAe<<0):(wAe=this.h0,OAe=this.h1,PAe=this.h2,HAe=this.h3,wAe+=(HAe^OAe&(PAe^HAe))+iIe[0]-680876936,wAe=(wAe<<7|wAe>>>25)+OAe<<0,HAe+=(PAe^wAe&(OAe^PAe))+iIe[1]-389564586,HAe=(HAe<<12|HAe>>>20)+wAe<<0,PAe+=(OAe^HAe&(wAe^OAe))+iIe[2]+606105819,PAe=(PAe<<17|PAe>>>15)+HAe<<0,OAe+=(wAe^PAe&(HAe^wAe))+iIe[3]-1044525330,OAe=(OAe<<22|OAe>>>10)+PAe<<0),wAe+=(HAe^OAe&(PAe^HAe))+iIe[4]-176418897,wAe=(wAe<<7|wAe>>>25)+OAe<<0,HAe+=(PAe^wAe&(OAe^PAe))+iIe[5]+1200080426,HAe=(HAe<<12|HAe>>>20)+wAe<<0,PAe+=(OAe^HAe&(wAe^OAe))+iIe[6]-1473231341,PAe=(PAe<<17|PAe>>>15)+HAe<<0,OAe+=(wAe^PAe&(HAe^wAe))+iIe[7]-45705983,OAe=(OAe<<22|OAe>>>10)+PAe<<0,wAe+=(HAe^OAe&(PAe^HAe))+iIe[8]+1770035416,wAe=(wAe<<7|wAe>>>25)+OAe<<0,HAe+=(PAe^wAe&(OAe^PAe))+iIe[9]-1958414417,HAe=(HAe<<12|HAe>>>20)+wAe<<0,PAe+=(OAe^HAe&(wAe^OAe))+iIe[10]-42063,PAe=(PAe<<17|PAe>>>15)+HAe<<0,OAe+=(wAe^PAe&(HAe^wAe))+iIe[11]-1990404162,OAe=(OAe<<22|OAe>>>10)+PAe<<0,wAe+=(HAe^OAe&(PAe^HAe))+iIe[12]+1804603682,wAe=(wAe<<7|wAe>>>25)+OAe<<0,HAe+=(PAe^wAe&(OAe^PAe))+iIe[13]-40341101,HAe=(HAe<<12|HAe>>>20)+wAe<<0,PAe+=(OAe^HAe&(wAe^OAe))+iIe[14]-1502002290,PAe=(PAe<<17|PAe>>>15)+HAe<<0,OAe+=(wAe^PAe&(HAe^wAe))+iIe[15]+1236535329,OAe=(OAe<<22|OAe>>>10)+PAe<<0,wAe+=(PAe^HAe&(OAe^PAe))+iIe[1]-165796510,wAe=(wAe<<5|wAe>>>27)+OAe<<0,HAe+=(OAe^PAe&(wAe^OAe))+iIe[6]-1069501632,HAe=(HAe<<9|HAe>>>23)+wAe<<0,PAe+=(wAe^OAe&(HAe^wAe))+iIe[11]+643717713,PAe=(PAe<<14|PAe>>>18)+HAe<<0,OAe+=(HAe^wAe&(PAe^HAe))+iIe[0]-373897302,OAe=(OAe<<20|OAe>>>12)+PAe<<0,wAe+=(PAe^HAe&(OAe^PAe))+iIe[5]-701558691,wAe=(wAe<<5|wAe>>>27)+OAe<<0,HAe+=(OAe^PAe&(wAe^OAe))+iIe[10]+38016083,HAe=(HAe<<9|HAe>>>23)+wAe<<0,PAe+=(wAe^OAe&(HAe^wAe))+iIe[15]-660478335,PAe=(PAe<<14|PAe>>>18)+HAe<<0,OAe+=(HAe^wAe&(PAe^HAe))+iIe[4]-405537848,OAe=(OAe<<20|OAe>>>12)+PAe<<0,wAe+=(PAe^HAe&(OAe^PAe))+iIe[9]+568446438,wAe=(wAe<<5|wAe>>>27)+OAe<<0,HAe+=(OAe^PAe&(wAe^OAe))+iIe[14]-1019803690,HAe=(HAe<<9|HAe>>>23)+wAe<<0,PAe+=(wAe^OAe&(HAe^wAe))+iIe[3]-187363961,PAe=(PAe<<14|PAe>>>18)+HAe<<0,OAe+=(HAe^wAe&(PAe^HAe))+iIe[8]+1163531501,OAe=(OAe<<20|OAe>>>12)+PAe<<0,wAe+=(PAe^HAe&(OAe^PAe))+iIe[13]-1444681467,wAe=(wAe<<5|wAe>>>27)+OAe<<0,HAe+=(OAe^PAe&(wAe^OAe))+iIe[2]-51403784,HAe=(HAe<<9|HAe>>>23)+wAe<<0,PAe+=(wAe^OAe&(HAe^wAe))+iIe[7]+1735328473,PAe=(PAe<<14|PAe>>>18)+HAe<<0,OAe+=(HAe^wAe&(PAe^HAe))+iIe[12]-1926607734,OAe=(OAe<<20|OAe>>>12)+PAe<<0,zAe=OAe^PAe,wAe+=(zAe^HAe)+iIe[5]-378558,wAe=(wAe<<4|wAe>>>28)+OAe<<0,HAe+=(zAe^wAe)+iIe[8]-2022574463,HAe=(HAe<<11|HAe>>>21)+wAe<<0,eIe=HAe^wAe,PAe+=(eIe^OAe)+iIe[11]+1839030562,PAe=(PAe<<16|PAe>>>16)+HAe<<0,OAe+=(eIe^PAe)+iIe[14]-35309556,OAe=(OAe<<23|OAe>>>9)+PAe<<0,zAe=OAe^PAe,wAe+=(zAe^HAe)+iIe[1]-1530992060,wAe=(wAe<<4|wAe>>>28)+OAe<<0,HAe+=(zAe^wAe)+iIe[4]+1272893353,HAe=(HAe<<11|HAe>>>21)+wAe<<0,eIe=HAe^wAe,PAe+=(eIe^OAe)+iIe[7]-155497632,PAe=(PAe<<16|PAe>>>16)+HAe<<0,OAe+=(eIe^PAe)+iIe[10]-1094730640,OAe=(OAe<<23|OAe>>>9)+PAe<<0,zAe=OAe^PAe,wAe+=(zAe^HAe)+iIe[13]+681279174,wAe=(wAe<<4|wAe>>>28)+OAe<<0,HAe+=(zAe^wAe)+iIe[0]-358537222,HAe=(HAe<<11|HAe>>>21)+wAe<<0,eIe=HAe^wAe,PAe+=(eIe^OAe)+iIe[3]-722521979,PAe=(PAe<<16|PAe>>>16)+HAe<<0,OAe+=(eIe^PAe)+iIe[6]+76029189,OAe=(OAe<<23|OAe>>>9)+PAe<<0,zAe=OAe^PAe,wAe+=(zAe^HAe)+iIe[9]-640364487,wAe=(wAe<<4|wAe>>>28)+OAe<<0,HAe+=(zAe^wAe)+iIe[12]-421815835,HAe=(HAe<<11|HAe>>>21)+wAe<<0,eIe=HAe^wAe,PAe+=(eIe^OAe)+iIe[15]+530742520,PAe=(PAe<<16|PAe>>>16)+HAe<<0,OAe+=(eIe^PAe)+iIe[2]-995338651,OAe=(OAe<<23|OAe>>>9)+PAe<<0,wAe+=(PAe^(OAe|~HAe))+iIe[0]-198630844,wAe=(wAe<<6|wAe>>>26)+OAe<<0,HAe+=(OAe^(wAe|~PAe))+iIe[7]+1126891415,HAe=(HAe<<10|HAe>>>22)+wAe<<0,PAe+=(wAe^(HAe|~OAe))+iIe[14]-1416354905,PAe=(PAe<<15|PAe>>>17)+HAe<<0,OAe+=(HAe^(PAe|~wAe))+iIe[5]-57434055,OAe=(OAe<<21|OAe>>>11)+PAe<<0,wAe+=(PAe^(OAe|~HAe))+iIe[12]+1700485571,wAe=(wAe<<6|wAe>>>26)+OAe<<0,HAe+=(OAe^(wAe|~PAe))+iIe[3]-1894986606,HAe=(HAe<<10|HAe>>>22)+wAe<<0,PAe+=(wAe^(HAe|~OAe))+iIe[10]-1051523,PAe=(PAe<<15|PAe>>>17)+HAe<<0,OAe+=(HAe^(PAe|~wAe))+iIe[1]-2054922799,OAe=(OAe<<21|OAe>>>11)+PAe<<0,wAe+=(PAe^(OAe|~HAe))+iIe[8]+1873313359,wAe=(wAe<<6|wAe>>>26)+OAe<<0,HAe+=(OAe^(wAe|~PAe))+iIe[15]-30611744,HAe=(HAe<<10|HAe>>>22)+wAe<<0,PAe+=(wAe^(HAe|~OAe))+iIe[6]-1560198380,PAe=(PAe<<15|PAe>>>17)+HAe<<0,OAe+=(HAe^(PAe|~wAe))+iIe[13]+1309151649,OAe=(OAe<<21|OAe>>>11)+PAe<<0,wAe+=(PAe^(OAe|~HAe))+iIe[4]-145523070,wAe=(wAe<<6|wAe>>>26)+OAe<<0,HAe+=(OAe^(wAe|~PAe))+iIe[11]-1120210379,HAe=(HAe<<10|HAe>>>22)+wAe<<0,PAe+=(wAe^(HAe|~OAe))+iIe[2]+718787259,PAe=(PAe<<15|PAe>>>17)+HAe<<0,OAe+=(HAe^(PAe|~wAe))+iIe[9]-343485551,OAe=(OAe<<21|OAe>>>11)+PAe<<0,this.first?(this.h0=wAe+1732584193<<0,this.h1=OAe-271733879<<0,this.h2=PAe-1732584194<<0,this.h3=HAe+271733878<<0,this.first=!1):(this.h0=this.h0+wAe<<0,this.h1=this.h1+OAe<<0,this.h2=this.h2+PAe<<0,this.h3=this.h3+HAe<<0)},GAe.prototype.hex=function(){this.finalize();var wAe=this.h0,OAe=this.h1,PAe=this.h2,HAe=this.h3;return dAe[wAe>>4&15]+dAe[wAe&15]+dAe[wAe>>12&15]+dAe[wAe>>8&15]+dAe[wAe>>20&15]+dAe[wAe>>16&15]+dAe[wAe>>28&15]+dAe[wAe>>24&15]+dAe[OAe>>4&15]+dAe[OAe&15]+dAe[OAe>>12&15]+dAe[OAe>>8&15]+dAe[OAe>>20&15]+dAe[OAe>>16&15]+dAe[OAe>>28&15]+dAe[OAe>>24&15]+dAe[PAe>>4&15]+dAe[PAe&15]+dAe[PAe>>12&15]+dAe[PAe>>8&15]+dAe[PAe>>20&15]+dAe[PAe>>16&15]+dAe[PAe>>28&15]+dAe[PAe>>24&15]+dAe[HAe>>4&15]+dAe[HAe&15]+dAe[HAe>>12&15]+dAe[HAe>>8&15]+dAe[HAe>>20&15]+dAe[HAe>>16&15]+dAe[HAe>>28&15]+dAe[HAe>>24&15]},GAe.prototype.toString=GAe.prototype.hex,GAe.prototype.digest=function(wAe){if(wAe==="hex")return this.hex();this.finalize();var OAe=this.h0,PAe=this.h1,HAe=this.h2,zAe=this.h3,eIe=[OAe&255,OAe>>8&255,OAe>>16&255,OAe>>24&255,PAe&255,PAe>>8&255,PAe>>16&255,PAe>>24&255,HAe&255,HAe>>8&255,HAe>>16&255,HAe>>24&255,zAe&255,zAe>>8&255,zAe>>16&255,zAe>>24&255];return eIe},GAe.prototype.array=GAe.prototype.digest,GAe.prototype.arrayBuffer=function(){this.finalize();var wAe=new ArrayBuffer(16),OAe=new Uint32Array(wAe);return OAe[0]=this.h0,OAe[1]=this.h1,OAe[2]=this.h2,OAe[3]=this.h3,wAe},GAe.prototype.buffer=GAe.prototype.arrayBuffer,GAe.prototype.base64=function(){for(var wAe,OAe,PAe,HAe="",zAe=this.array(),eIe=0;eIe<15;)wAe=zAe[eIe++],OAe=zAe[eIe++],PAe=zAe[eIe++],HAe+=mAe[wAe>>>2]+mAe[(wAe<<4|OAe>>>4)&63]+mAe[(OAe<<2|PAe>>>6)&63]+mAe[PAe&63];return wAe=zAe[eIe],HAe+=mAe[wAe>>>2]+mAe[wAe<<4&63]+"==",HAe};var LAe=bAe();aAe?eAe.exports=LAe:(nAe.md5=LAe,cAe&&(tAe=(function(){return LAe}).call(LAe,z9,LAe,eAe),tAe!==void 0&&(eAe.exports=tAe)))})()}).call(this,z9("./node_modules/webpack/buildin/module.js")($P))},"./lib/request.js":function($P,zP,z9){var eAe=z9("./node_modules/@babel/runtime/helpers/typeof.js"),tAe=function(cAe){switch(eAe(cAe)){case"string":return cAe;case"boolean":return cAe?"true":"false";case"number":return isFinite(cAe)?cAe:"";default:return""}},AAe=function(cAe,uAe,dAe,EAe){return uAe=uAe||"&",dAe=dAe||"=",cAe===null&&(cAe=void 0),eAe(cAe)==="object"?Object.keys(cAe).map(function(gAe){var pAe=encodeURIComponent(tAe(gAe))+dAe;return Array.isArray(cAe[gAe])?cAe[gAe].map(function(mAe){return pAe+encodeURIComponent(tAe(mAe))}).join(uAe):pAe+encodeURIComponent(tAe(cAe[gAe]))}).filter(Boolean).join(uAe):""},iAe=function(cAe,uAe,dAe){var EAe={},gAe=uAe.getAllResponseHeaders();return gAe&&gAe.length>0&&gAe.trim().split(` `).forEach(function(pAe){if(pAe){var mAe=pAe.indexOf(":"),SAe=pAe.substr(0,mAe).trim().toLowerCase(),DAe=pAe.substr(mAe+1).trim();EAe[SAe]=DAe}}),{error:cAe,statusCode:uAe.status,statusMessage:uAe.statusText,headers:EAe,body:dAe}},nAe=function(cAe,uAe){return!uAe&&uAe==="text"?cAe.responseText:cAe.response},oAe=function(cAe,uAe){var dAe=(cAe.method||"GET").toUpperCase(),EAe=cAe.url;if(cAe.qs){var gAe=AAe(cAe.qs);gAe&&(EAe+=(EAe.indexOf("?")===-1?"?":"&")+gAe)}var pAe=new XMLHttpRequest;if(pAe.open(dAe,EAe,!0),pAe.responseType=cAe.dataType||"text",cAe.xhrFields)for(var mAe in cAe.xhrFields)pAe[mAe]=cAe.xhrFields[mAe];var SAe=cAe.headers;if(SAe)for(var DAe in SAe)SAe.hasOwnProperty(DAe)&&DAe.toLowerCase()!=="content-length"&&DAe.toLowerCase()!=="user-agent"&&DAe.toLowerCase()!=="origin"&&DAe.toLowerCase()!=="host"&&pAe.setRequestHeader(DAe,SAe[DAe]);return cAe.onProgress&&pAe.upload&&(pAe.upload.onprogress=cAe.onProgress),cAe.onDownloadProgress&&(pAe.onprogress=cAe.onDownloadProgress),cAe.timeout&&(pAe.timeout=cAe.timeout),pAe.ontimeout=function(NAe){var TAe=new Error("timeout");uAe(iAe(TAe,pAe))},pAe.onload=function(){uAe(iAe(null,pAe,nAe(pAe,cAe.dataType)))},pAe.onerror=function(NAe){var TAe=nAe(pAe,cAe.dataType);if(TAe)uAe(iAe(null,pAe,TAe));else{var bAe=pAe.statusText;!bAe&&pAe.status===0&&(bAe=new Error("CORS blocked or network error")),uAe(iAe(bAe,pAe,TAe))}},pAe.send(cAe.body||""),pAe};$P.exports=oAe},"./node_modules/@babel/runtime/helpers/classCallCheck.js":function($P,zP){function z9(eAe,tAe){if(!(eAe instanceof tAe))throw new TypeError("Cannot call a class as a function")}$P.exports=z9,$P.exports.__esModule=!0,$P.exports.default=$P.exports},"./node_modules/@babel/runtime/helpers/createClass.js":function($P,zP,z9){var eAe=z9("./node_modules/@babel/runtime/helpers/toPropertyKey.js");function tAe(iAe,nAe){for(var oAe=0;oAe{for(const AAe of eAe)if(typeof AAe=="string"&&tAe===AAe||AAe instanceof RegExp&&AAe.test(tAe))return!0}:()=>!1}$P.exports=z9},"./node_modules/fast-xml-parser/src/util.js":function($P,zP,z9){const eAe=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",tAe=eAe+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",AAe="["+eAe+"]["+tAe+"]*",iAe=new RegExp("^"+AAe+"$"),nAe=function(aAe,cAe){const uAe=[];let dAe=cAe.exec(aAe);for(;dAe;){const EAe=[];EAe.startIndex=cAe.lastIndex-dAe[0].length;const gAe=dAe.length;for(let pAe=0;pAe"u")};zP.isExist=function(aAe){return typeof aAe<"u"},zP.isEmptyObject=function(aAe){return Object.keys(aAe).length===0},zP.merge=function(aAe,cAe,uAe){if(cAe){const dAe=Object.keys(cAe),EAe=dAe.length;for(let gAe=0;gAe"&&TAe[OAe]!==" "&&TAe[OAe]!==" "&&TAe[OAe]!==` `&&TAe[OAe]!=="\r";OAe++)zAe+=TAe[OAe];if(zAe=zAe.trim(),zAe[zAe.length-1]==="/"&&(zAe=zAe.substring(0,zAe.length-1),OAe--),!SAe(zAe)){let rIe;return zAe.trim().length===0?rIe="Invalid space after '<'.":rIe="Tag '"+zAe+"' is an invalid name.",pAe("InvalidTag",rIe,DAe(TAe,OAe))}const eIe=cAe(TAe,OAe);if(eIe===!1)return pAe("InvalidAttr","Attributes for '"+zAe+"' have open quote.",DAe(TAe,OAe));let iIe=eIe.value;if(OAe=eIe.index,iIe[iIe.length-1]==="/"){const rIe=OAe-iIe.length;iIe=iIe.substring(0,iIe.length-1);const AIe=dAe(iIe,bAe);if(AIe===!0)LAe=!0;else return pAe(AIe.err.code,AIe.err.msg,DAe(TAe,rIe+AIe.err.line))}else if(HAe)if(eIe.tagClosed){if(iIe.trim().length>0)return pAe("InvalidTag","Closing tag '"+zAe+"' can't have attributes or invalid starting.",DAe(TAe,PAe));if(GAe.length===0)return pAe("InvalidTag","Closing tag '"+zAe+"' has not been opened.",DAe(TAe,PAe));{const rIe=GAe.pop();if(zAe!==rIe.tagName){let AIe=DAe(TAe,rIe.tagStartPos);return pAe("InvalidTag","Expected closing tag '"+rIe.tagName+"' (opened in line "+AIe.line+", col "+AIe.col+") instead of closing tag '"+zAe+"'.",DAe(TAe,PAe))}GAe.length==0&&(wAe=!0)}}else return pAe("InvalidTag","Closing tag '"+zAe+"' doesn't have proper closing.",DAe(TAe,OAe));else{const rIe=dAe(iIe,bAe);if(rIe!==!0)return pAe(rIe.err.code,rIe.err.msg,DAe(TAe,OAe-iIe.length+rIe.err.line));if(wAe===!0)return pAe("InvalidXml","Multiple possible root nodes found.",DAe(TAe,OAe));bAe.unpairedTags.indexOf(zAe)!==-1||GAe.push({tagName:zAe,tagStartPos:PAe}),LAe=!0}for(OAe++;OAe0)return pAe("InvalidXml","Invalid '"+JSON.stringify(GAe.map(OAe=>OAe.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return pAe("InvalidXml","Start tag expected.",1);return!0};function AAe(TAe){return TAe===" "||TAe===" "||TAe===` `||TAe==="\r"}function iAe(TAe,bAe){const GAe=bAe;for(;bAe5&&LAe==="xml")return pAe("InvalidXml","XML declaration allowed only at the start of the document.",DAe(TAe,bAe));if(TAe[bAe]=="?"&&TAe[bAe+1]==">"){bAe++;break}else continue}return bAe}function nAe(TAe,bAe){if(TAe.length>bAe+5&&TAe[bAe+1]==="-"&&TAe[bAe+2]==="-"){for(bAe+=3;bAe"){bAe+=2;break}}else if(TAe.length>bAe+8&&TAe[bAe+1]==="D"&&TAe[bAe+2]==="O"&&TAe[bAe+3]==="C"&&TAe[bAe+4]==="T"&&TAe[bAe+5]==="Y"&&TAe[bAe+6]==="P"&&TAe[bAe+7]==="E"){let GAe=1;for(bAe+=8;bAe"&&(GAe--,GAe===0))break}else if(TAe.length>bAe+9&&TAe[bAe+1]==="["&&TAe[bAe+2]==="C"&&TAe[bAe+3]==="D"&&TAe[bAe+4]==="A"&&TAe[bAe+5]==="T"&&TAe[bAe+6]==="A"&&TAe[bAe+7]==="["){for(bAe+=8;bAe"){bAe+=2;break}}return bAe}const oAe='"',aAe="'";function cAe(TAe,bAe){let GAe="",LAe="",wAe=!1;for(;bAe"&&LAe===""){wAe=!0;break}GAe+=TAe[bAe]}return LAe!==""?!1:{value:GAe,index:bAe,tagClosed:wAe}}const uAe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function dAe(TAe,bAe){const GAe=eAe.getAllMatches(TAe,uAe),LAe={};for(let wAe=0;wAe","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function iAe(cAe){this.options=Object.assign({},AAe,cAe),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=tAe(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=aAe),this.processTextOrObjNode=nAe,this.options.format?(this.indentate=oAe,this.tagEndChar=`> `,this.newLine=` `):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}iAe.prototype.build=function(cAe){return this.options.preserveOrder?eAe(cAe,this.options):(Array.isArray(cAe)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(cAe={[this.options.arrayNodeName]:cAe}),this.j2x(cAe,0,[]).val)},iAe.prototype.j2x=function(cAe,uAe,dAe){let EAe="",gAe="";const pAe=dAe.join(".");for(let mAe in cAe)if(Object.prototype.hasOwnProperty.call(cAe,mAe))if(typeof cAe[mAe]>"u")this.isAttribute(mAe)&&(gAe+="");else if(cAe[mAe]===null)this.isAttribute(mAe)?gAe+="":mAe[0]==="?"?gAe+=this.indentate(uAe)+"<"+mAe+"?"+this.tagEndChar:gAe+=this.indentate(uAe)+"<"+mAe+"/"+this.tagEndChar;else if(cAe[mAe]instanceof Date)gAe+=this.buildTextValNode(cAe[mAe],mAe,"",uAe);else if(typeof cAe[mAe]!="object"){const SAe=this.isAttribute(mAe);if(SAe&&!this.ignoreAttributesFn(SAe,pAe))EAe+=this.buildAttrPairStr(SAe,""+cAe[mAe]);else if(!SAe)if(mAe===this.options.textNodeName){let DAe=this.options.tagValueProcessor(mAe,""+cAe[mAe]);gAe+=this.replaceEntitiesValue(DAe)}else gAe+=this.buildTextValNode(cAe[mAe],mAe,"",uAe)}else if(Array.isArray(cAe[mAe])){const SAe=cAe[mAe].length;let DAe="",NAe="";for(let TAe=0;TAe"u"))if(bAe===null)mAe[0]==="?"?gAe+=this.indentate(uAe)+"<"+mAe+"?"+this.tagEndChar:gAe+=this.indentate(uAe)+"<"+mAe+"/"+this.tagEndChar;else if(typeof bAe=="object")if(this.options.oneListGroup){const GAe=this.j2x(bAe,uAe+1,dAe.concat(mAe));DAe+=GAe.val,this.options.attributesGroupName&&bAe.hasOwnProperty(this.options.attributesGroupName)&&(NAe+=GAe.attrStr)}else DAe+=this.processTextOrObjNode(bAe,mAe,uAe,dAe);else if(this.options.oneListGroup){let GAe=this.options.tagValueProcessor(mAe,bAe);GAe=this.replaceEntitiesValue(GAe),DAe+=GAe}else DAe+=this.buildTextValNode(bAe,mAe,"",uAe)}this.options.oneListGroup&&(DAe=this.buildObjectNode(DAe,mAe,NAe,uAe)),gAe+=DAe}else if(this.options.attributesGroupName&&mAe===this.options.attributesGroupName){const SAe=Object.keys(cAe[mAe]),DAe=SAe.length;for(let NAe=0;NAe"+cAe+gAe:this.options.commentPropName!==!1&&uAe===this.options.commentPropName&&pAe.length===0?this.indentate(EAe)+``+this.newLine:this.indentate(EAe)+"<"+uAe+dAe+pAe+this.tagEndChar+cAe+this.indentate(EAe)+gAe}},iAe.prototype.closeTag=function(cAe){let uAe="";return this.options.unpairedTags.indexOf(cAe)!==-1?this.options.suppressUnpairedNode||(uAe="/"):this.options.suppressEmptyNode?uAe="/":uAe=`>`+this.newLine;if(this.options.commentPropName!==!1&&uAe===this.options.commentPropName)return this.indentate(EAe)+``+this.newLine;if(uAe[0]==="?")return this.indentate(EAe)+"<"+uAe+dAe+"?"+this.tagEndChar;{let gAe=this.options.tagValueProcessor(uAe,cAe);return gAe=this.replaceEntitiesValue(gAe),gAe===""?this.indentate(EAe)+"<"+uAe+dAe+this.closeTag(uAe)+this.tagEndChar:this.indentate(EAe)+"<"+uAe+dAe+">"+gAe+"0&&this.options.processEntities)for(let uAe=0;uAe0&&(uAe=z9),tAe(aAe,cAe,"",uAe)}function tAe(aAe,cAe,uAe,dAe){let EAe="",gAe=!1;for(let pAe=0;pAe`,gAe=!1;continue}else if(SAe===cAe.commentPropName){EAe+=dAe+``,gAe=!0;continue}else if(SAe[0]==="?"){const LAe=iAe(mAe[":@"],cAe),wAe=SAe==="?xml"?"":dAe;let OAe=mAe[SAe][0][cAe.textNodeName];OAe=OAe.length!==0?" "+OAe:"",EAe+=wAe+`<${SAe}${OAe}${LAe}?>`,gAe=!0;continue}let NAe=dAe;NAe!==""&&(NAe+=cAe.indentBy);const TAe=iAe(mAe[":@"],cAe),bAe=dAe+`<${SAe}${TAe}`,GAe=tAe(mAe[SAe],cAe,DAe,NAe);cAe.unpairedTags.indexOf(SAe)!==-1?cAe.suppressUnpairedNode?EAe+=bAe+">":EAe+=bAe+"/>":(!GAe||GAe.length===0)&&cAe.suppressEmptyNode?EAe+=bAe+"/>":GAe&&GAe.endsWith(">")?EAe+=bAe+`>${GAe}${dAe}`:(EAe+=bAe+">",GAe&&dAe!==""&&(GAe.includes("/>")||GAe.includes("`),gAe=!0}return EAe}function AAe(aAe){const cAe=Object.keys(aAe);for(let uAe=0;uAe0&&cAe.processEntities)for(let uAe=0;uAe"){if(SAe?dAe[EAe-1]==="-"&&dAe[EAe-2]==="-"&&(SAe=!1,pAe--):pAe--,pAe===0)break}else dAe[EAe]==="["?mAe=!0:DAe+=dAe[EAe];if(pAe!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:gAe,i:EAe}}function AAe(dAe,EAe){let gAe="";for(;EAe!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(tAe,AAe,iAe){return tAe}},eAe=function(tAe){return Object.assign({},z9,tAe)};zP.buildOptions=eAe,zP.defaultOptions=z9},"./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js":function($P,zP,z9){const eAe=z9("./node_modules/fast-xml-parser/src/util.js"),tAe=z9("./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js"),AAe=z9("./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js"),iAe=z9("./node_modules/strnum/strnum.js"),nAe=z9("./node_modules/fast-xml-parser/src/ignoreAttributes.js");class oAe{constructor(OAe){this.options=OAe,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(PAe,HAe)=>String.fromCharCode(Number.parseInt(HAe,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(PAe,HAe)=>String.fromCharCode(Number.parseInt(HAe,16))}},this.addExternalEntities=aAe,this.parseXml=gAe,this.parseTextData=cAe,this.resolveNameSpace=uAe,this.buildAttributesMap=EAe,this.isItStopNode=DAe,this.replaceEntitiesValue=mAe,this.readStopNodeData=GAe,this.saveTextToParentTag=SAe,this.addChild=pAe,this.ignoreAttributesFn=nAe(this.options.ignoreAttributes)}}function aAe(wAe){const OAe=Object.keys(wAe);for(let PAe=0;PAe0)){iIe||(wAe=this.replaceEntitiesValue(wAe));const rIe=this.options.tagValueProcessor(OAe,wAe,PAe,zAe,eIe);return rIe==null?wAe:typeof rIe!=typeof wAe||rIe!==wAe?rIe:this.options.trimValues?LAe(wAe,this.options.parseTagValue,this.options.numberParseOptions):wAe.trim()===wAe?LAe(wAe,this.options.parseTagValue,this.options.numberParseOptions):wAe}}function uAe(wAe){if(this.options.removeNSPrefix){const OAe=wAe.split(":"),PAe=wAe.charAt(0)==="/"?"/":"";if(OAe[0]==="xmlns")return"";OAe.length===2&&(wAe=PAe+OAe[1])}return wAe}const dAe=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function EAe(wAe,OAe,PAe){if(this.options.ignoreAttributes!==!0&&typeof wAe=="string"){const HAe=eAe.getAllMatches(wAe,dAe),zAe=HAe.length,eIe={};for(let iIe=0;iIe",eIe,"Closing Tag is not closed.");let AIe=wAe.substring(eIe+2,rIe).trim();if(this.options.removeNSPrefix){const hIe=AIe.indexOf(":");hIe!==-1&&(AIe=AIe.substr(hIe+1))}this.options.transformTagName&&(AIe=this.options.transformTagName(AIe)),PAe&&(HAe=this.saveTextToParentTag(HAe,PAe,zAe));const XAe=zAe.substring(zAe.lastIndexOf(".")+1);if(AIe&&this.options.unpairedTags.indexOf(AIe)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: `);let EIe=0;XAe&&this.options.unpairedTags.indexOf(XAe)!==-1?(EIe=zAe.lastIndexOf(".",zAe.lastIndexOf(".")-1),this.tagsNodeStack.pop()):EIe=zAe.lastIndexOf("."),zAe=zAe.substring(0,EIe),PAe=this.tagsNodeStack.pop(),HAe="",eIe=rIe}else if(wAe[eIe+1]==="?"){let rIe=bAe(wAe,eIe,!1,"?>");if(!rIe)throw new Error("Pi Tag is not closed.");if(HAe=this.saveTextToParentTag(HAe,PAe,zAe),!(this.options.ignoreDeclaration&&rIe.tagName==="?xml"||this.options.ignorePiTags)){const AIe=new tAe(rIe.tagName);AIe.add(this.options.textNodeName,""),rIe.tagName!==rIe.tagExp&&rIe.attrExpPresent&&(AIe[":@"]=this.buildAttributesMap(rIe.tagExp,zAe,rIe.tagName)),this.addChild(PAe,AIe,zAe)}eIe=rIe.closeIndex+1}else if(wAe.substr(eIe+1,3)==="!--"){const rIe=TAe(wAe,"-->",eIe+4,"Comment is not closed.");if(this.options.commentPropName){const AIe=wAe.substring(eIe+4,rIe-2);HAe=this.saveTextToParentTag(HAe,PAe,zAe),PAe.add(this.options.commentPropName,[{[this.options.textNodeName]:AIe}])}eIe=rIe}else if(wAe.substr(eIe+1,2)==="!D"){const rIe=AAe(wAe,eIe);this.docTypeEntities=rIe.entities,eIe=rIe.i}else if(wAe.substr(eIe+1,2)==="!["){const rIe=TAe(wAe,"]]>",eIe,"CDATA is not closed.")-2,AIe=wAe.substring(eIe+9,rIe);HAe=this.saveTextToParentTag(HAe,PAe,zAe);let XAe=this.parseTextData(AIe,PAe.tagname,zAe,!0,!1,!0,!0);XAe==null&&(XAe=""),this.options.cdataPropName?PAe.add(this.options.cdataPropName,[{[this.options.textNodeName]:AIe}]):PAe.add(this.options.textNodeName,XAe),eIe=rIe+2}else{let rIe=bAe(wAe,eIe,this.options.removeNSPrefix),AIe=rIe.tagName;const XAe=rIe.rawTagName;let EIe=rIe.tagExp,hIe=rIe.attrExpPresent,tIe=rIe.closeIndex;this.options.transformTagName&&(AIe=this.options.transformTagName(AIe)),PAe&&HAe&&PAe.tagname!=="!xml"&&(HAe=this.saveTextToParentTag(HAe,PAe,zAe,!1));const gIe=PAe;if(gIe&&this.options.unpairedTags.indexOf(gIe.tagname)!==-1&&(PAe=this.tagsNodeStack.pop(),zAe=zAe.substring(0,zAe.lastIndexOf("."))),AIe!==OAe.tagname&&(zAe+=zAe?"."+AIe:AIe),this.isItStopNode(this.options.stopNodes,zAe,AIe)){let pIe="";if(EIe.length>0&&EIe.lastIndexOf("/")===EIe.length-1)AIe[AIe.length-1]==="/"?(AIe=AIe.substr(0,AIe.length-1),zAe=zAe.substr(0,zAe.length-1),EIe=AIe):EIe=EIe.substr(0,EIe.length-1),eIe=rIe.closeIndex;else if(this.options.unpairedTags.indexOf(AIe)!==-1)eIe=rIe.closeIndex;else{const SIe=this.readStopNodeData(wAe,XAe,tIe+1);if(!SIe)throw new Error(`Unexpected end of ${XAe}`);eIe=SIe.i,pIe=SIe.tagContent}const _Ie=new tAe(AIe);AIe!==EIe&&hIe&&(_Ie[":@"]=this.buildAttributesMap(EIe,zAe,AIe)),pIe&&(pIe=this.parseTextData(pIe,AIe,zAe,!0,hIe,!0,!0)),zAe=zAe.substr(0,zAe.lastIndexOf(".")),_Ie.add(this.options.textNodeName,pIe),this.addChild(PAe,_Ie,zAe)}else{if(EIe.length>0&&EIe.lastIndexOf("/")===EIe.length-1){AIe[AIe.length-1]==="/"?(AIe=AIe.substr(0,AIe.length-1),zAe=zAe.substr(0,zAe.length-1),EIe=AIe):EIe=EIe.substr(0,EIe.length-1),this.options.transformTagName&&(AIe=this.options.transformTagName(AIe));const pIe=new tAe(AIe);AIe!==EIe&&hIe&&(pIe[":@"]=this.buildAttributesMap(EIe,zAe,AIe)),this.addChild(PAe,pIe,zAe),zAe=zAe.substr(0,zAe.lastIndexOf("."))}else{const pIe=new tAe(AIe);this.tagsNodeStack.push(PAe),AIe!==EIe&&hIe&&(pIe[":@"]=this.buildAttributesMap(EIe,zAe,AIe)),this.addChild(PAe,pIe,zAe),PAe=pIe}HAe="",eIe=tIe}}else HAe+=wAe[eIe];return OAe.child};function pAe(wAe,OAe,PAe){const HAe=this.options.updateTag(OAe.tagname,PAe,OAe[":@"]);HAe===!1||(typeof HAe=="string"&&(OAe.tagname=HAe),wAe.addChild(OAe))}const mAe=function(wAe){if(this.options.processEntities){for(let OAe in this.docTypeEntities){const PAe=this.docTypeEntities[OAe];wAe=wAe.replace(PAe.regx,PAe.val)}for(let OAe in this.lastEntities){const PAe=this.lastEntities[OAe];wAe=wAe.replace(PAe.regex,PAe.val)}if(this.options.htmlEntities)for(let OAe in this.htmlEntities){const PAe=this.htmlEntities[OAe];wAe=wAe.replace(PAe.regex,PAe.val)}wAe=wAe.replace(this.ampEntity.regex,this.ampEntity.val)}return wAe};function SAe(wAe,OAe,PAe,HAe){return wAe&&(HAe===void 0&&(HAe=Object.keys(OAe.child).length===0),wAe=this.parseTextData(wAe,OAe.tagname,PAe,!1,OAe[":@"]?Object.keys(OAe[":@"]).length!==0:!1,HAe),wAe!==void 0&&wAe!==""&&OAe.add(this.options.textNodeName,wAe),wAe=""),wAe}function DAe(wAe,OAe,PAe){const HAe="*."+PAe;for(const zAe in wAe){const eIe=wAe[zAe];if(HAe===eIe||OAe===eIe)return!0}return!1}function NAe(wAe,OAe,PAe=">"){let HAe,zAe="";for(let eIe=OAe;eIe",PAe,`${OAe} is not closed`);if(wAe.substring(PAe+2,eIe).trim()===OAe&&(zAe--,zAe===0))return{tagContent:wAe.substring(HAe,PAe),i:eIe};PAe=eIe}else if(wAe[PAe+1]==="?")PAe=TAe(wAe,"?>",PAe+1,"StopNode is not closed.");else if(wAe.substr(PAe+1,3)==="!--")PAe=TAe(wAe,"-->",PAe+3,"StopNode is not closed.");else if(wAe.substr(PAe+1,2)==="![")PAe=TAe(wAe,"]]>",PAe,"StopNode is not closed.")-2;else{const eIe=bAe(wAe,PAe,">");eIe&&((eIe&&eIe.tagName)===OAe&&eIe.tagExp[eIe.tagExp.length-1]!=="/"&&zAe++,PAe=eIe.closeIndex)}}function LAe(wAe,OAe,PAe){if(OAe&&typeof wAe=="string"){const HAe=wAe.trim();return HAe==="true"?!0:HAe==="false"?!1:iAe(wAe,PAe)}else return eAe.isExist(wAe)?wAe:""}$P.exports=oAe},"./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js":function($P,zP,z9){const{buildOptions:eAe}=z9("./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js"),tAe=z9("./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js"),{prettify:AAe}=z9("./node_modules/fast-xml-parser/src/xmlparser/node2json.js"),iAe=z9("./node_modules/fast-xml-parser/src/validator.js");class nAe{constructor(aAe){this.externalEntities={},this.options=eAe(aAe)}parse(aAe,cAe){if(typeof aAe!="string")if(aAe.toString)aAe=aAe.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(cAe){cAe===!0&&(cAe={});const EAe=iAe.validate(aAe,cAe);if(EAe!==!0)throw Error(`${EAe.err.msg}:${EAe.err.line}:${EAe.err.col}`)}const uAe=new tAe(this.options);uAe.addExternalEntities(this.externalEntities);const dAe=uAe.parseXml(aAe);return this.options.preserveOrder||dAe===void 0?dAe:AAe(dAe,this.options)}addEntity(aAe,cAe){if(cAe.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(aAe.indexOf("&")!==-1||aAe.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for ' '");if(cAe==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[aAe]=cAe}}$P.exports=nAe},"./node_modules/fast-xml-parser/src/xmlparser/node2json.js":function($P,zP,z9){function eAe(oAe,aAe){return tAe(oAe,aAe)}function tAe(oAe,aAe,cAe){let uAe;const dAe={};for(let EAe=0;EAe0&&(dAe[aAe.textNodeName]=uAe):uAe!==void 0&&(dAe[aAe.textNodeName]=uAe),dAe}function AAe(oAe){const aAe=Object.keys(oAe);for(let cAe=0;cAe0?this.child.push({[AAe.tagname]:AAe.child,":@":AAe[":@"]}):this.child.push({[AAe.tagname]:AAe.child})}}$P.exports=eAe},"./node_modules/process/browser.js":function($P,zP){var z9=$P.exports={},eAe,tAe;function AAe(){throw new Error("setTimeout has not been defined")}function iAe(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?eAe=setTimeout:eAe=AAe}catch{eAe=AAe}try{typeof clearTimeout=="function"?tAe=clearTimeout:tAe=iAe}catch{tAe=iAe}})();function nAe(SAe){if(eAe===setTimeout)return setTimeout(SAe,0);if((eAe===AAe||!eAe)&&setTimeout)return eAe=setTimeout,setTimeout(SAe,0);try{return eAe(SAe,0)}catch{try{return eAe.call(null,SAe,0)}catch{return eAe.call(this,SAe,0)}}}function oAe(SAe){if(tAe===clearTimeout)return clearTimeout(SAe);if((tAe===iAe||!tAe)&&clearTimeout)return tAe=clearTimeout,clearTimeout(SAe);try{return tAe(SAe)}catch{try{return tAe.call(null,SAe)}catch{return tAe.call(this,SAe)}}}var aAe=[],cAe=!1,uAe,dAe=-1;function EAe(){!cAe||!uAe||(cAe=!1,uAe.length?aAe=uAe.concat(aAe):dAe=-1,aAe.length&&gAe())}function gAe(){if(!cAe){var SAe=nAe(EAe);cAe=!0;for(var DAe=aAe.length;DAe;){for(uAe=aAe,aAe=[];++dAe1)for(var NAe=1;NAe0&&dAe&&cAe[2]!==".")return oAe;if(!aAe.leadingZeros&&EAe.length>0&&!dAe&&cAe[1]!==".")return oAe;if(aAe.leadingZeros&&EAe===oAe)return 0;{const pAe=Number(cAe),mAe=""+pAe;return mAe.search(/[eE]/)!==-1?aAe.eNotation?pAe:oAe:cAe.indexOf(".")!==-1?mAe==="0"&&gAe===""||mAe===gAe||dAe&&mAe==="-"+gAe?pAe:oAe:EAe?gAe===mAe||dAe+gAe===mAe?pAe:oAe:cAe===mAe||cAe===dAe+mAe?pAe:oAe}}else return oAe}}function iAe(oAe){return oAe&&oAe.indexOf(".")!==-1&&(oAe=oAe.replace(/0+$/,""),oAe==="."?oAe="0":oAe[0]==="."?oAe="0"+oAe:oAe[oAe.length-1]==="."&&(oAe=oAe.substr(0,oAe.length-1))),oAe}function nAe(oAe,aAe){if(parseInt)return parseInt(oAe,aAe);if(Number.parseInt)return Number.parseInt(oAe,aAe);if(window&&window.parseInt)return window.parseInt(oAe,aAe);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}$P.exports=AAe},"./node_modules/webpack/buildin/amd-options.js":function($P,zP){(function(z9){$P.exports=z9}).call(this,{})},"./node_modules/webpack/buildin/module.js":function($P,zP){$P.exports=function(z9){return z9.webpackPolyfill||(z9.deprecate=function(){},z9.paths=[],z9.children||(z9.children=[]),Object.defineProperty(z9,"loaded",{enumerable:!0,get:function(){return z9.l}}),Object.defineProperty(z9,"id",{enumerable:!0,get:function(){return z9.i}}),z9.webpackPolyfill=1),z9}},"./package.json":function($P){$P.exports=JSON.parse('{"name":"cos-js-sdk-v5","version":"1.10.1","description":"JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)","main":"dist/cos-js-sdk-v5.js","types":"index.d.ts","scripts":{"prettier":"prettier --write src demo/demo.js demo/CIDemos/*.js test/test.js server/sts.js lib/request.js index.d.ts","server":"node server/sts.js","dev":"cross-env NODE_ENV=development webpack -w --mode=development","build":"cross-env NODE_ENV=production webpack --mode=production","cos-auth.min.js":"uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m","test":"jest --runInBand --coverage","postinstall":"node scripts/patch-check.js"},"repository":{"type":"git","url":"git+https://github.com/tencentyun/cos-js-sdk-v5.git"},"keywords":[],"author":"carsonxu","license":"ISC","bugs":{"url":"https://github.com/tencentyun/cos-js-sdk-v5/issues"},"homepage":"https://github.com/tencentyun/cos-js-sdk-v5#readme","dependencies":{"fast-xml-parser":"4.5.0"},"devDependencies":{"@babel/core":"7.17.9","@babel/plugin-transform-runtime":"7.18.10","@babel/preset-env":"7.16.11","babel-loader":"8.2.5","body-parser":"^1.18.3","cross-env":"^5.2.0","express":"^4.16.4","jest":"29.7.0","jest-environment-jsdom":"29.7.0","patch-package":"^8.0.0","prettier":"^3.0.1","qcloud-cos-sts":"^3.0.2","request":"^2.87.0","terser-webpack-plugin":"4.2.3","uglifyjs":"^2.4.11","webpack":"4.46.0","webpack-cli":"4.10.0"}}')},"./src/advance.js":function($P,zP,z9){var eAe=z9("./node_modules/@babel/runtime/helpers/typeof.js"),tAe=z9("./src/session.js"),AAe=z9("./src/async.js"),iAe=z9("./src/event.js").EventProxy,nAe=z9("./src/util.js"),oAe=z9("./src/tracker.js");function aAe(LAe,wAe){var OAe=this,PAe=new iAe,HAe=LAe.TaskId,zAe=LAe.Bucket,eIe=LAe.Region,iIe=LAe.Key,rIe=LAe.Body,AIe=LAe.ChunkSize||LAe.SliceSize||OAe.options.ChunkSize,XAe=LAe.AsyncLimit,EIe=LAe.StorageClass,hIe=LAe.ServerSideEncryption,tIe,gIe,pIe=LAe.onHashProgress,_Ie=LAe.tracker;_Ie&&_Ie.setParams({chunkSize:AIe}),OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块上传开始")}),PAe.on("error",function(SIe){if(OAe._isRunningTask(HAe))return LAe.UploadData.UploadId&&tAe.removeUsing(LAe.UploadData.UploadId),SIe.UploadId=LAe.UploadData.UploadId||"",OAe.logger.error({cate:"RESULT",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块上传失败: ").concat(JSON.stringify(SIe))}),wAe(SIe)}),PAe.on("upload_complete",function(SIe){var yIe=nAe.extend({UploadId:LAe.UploadData.UploadId||""},SIe);wAe(null,yIe)}),PAe.on("upload_slice_complete",function(SIe){var yIe={};nAe.each(LAe.Headers,function(OIe,HIe){var PIe=HIe.toLowerCase();(PIe.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(PIe))&&(yIe[HIe]=OIe)}),OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 开始完成分块请求")}),pAe.call(OAe,{Bucket:zAe,Region:eIe,Key:iIe,UploadId:SIe.UploadId,SliceList:SIe.SliceList,Headers:yIe,tracker:_Ie},function(OIe,HIe){if(OAe._isRunningTask(HAe)){if(tAe.removeUsing(SIe.UploadId),OIe)return gIe(null,!0),OAe.logger.error({cate:"RESULT",tag:"upload",msg:"[key=".concat(LAe.Key,"] 完成分块请求失败")}),PAe.emit("error",OIe);tAe.removeUploadId.call(OAe,SIe.UploadId),gIe({loaded:tIe,total:tIe},!0),OAe.logger.info({cate:"RESULT",tag:"upload",msg:"[key=".concat(LAe.Key,"] 完成分块请求成功")}),PAe.emit("upload_complete",HIe)}})}),PAe.on("get_upload_data_finish",function(SIe){var yIe=tAe.getFileId(rIe,LAe.ChunkSize,zAe,iIe);yIe&&tAe.saveUploadId.call(OAe,yIe,SIe.UploadId,OAe.options.UploadIdCacheLimit),tAe.setUsing(SIe.UploadId),gIe(null,!0),OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 开始上传各个分块")}),EAe.call(OAe,{TaskId:HAe,Bucket:zAe,Region:eIe,Key:iIe,Body:rIe,FileSize:tIe,SliceSize:AIe,AsyncLimit:XAe,ServerSideEncryption:hIe,UploadData:SIe,Headers:LAe.Headers,onProgress:gIe,tracker:_Ie},function(OIe,HIe){if(OAe._isRunningTask(HAe)){if(OIe)return gIe(null,!0),OAe.logger.error({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块上传失败")}),PAe.emit("error",OIe);OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 所有分块上传完成")}),PAe.emit("upload_slice_complete",HIe)}})}),PAe.on("get_file_size_finish",function(){if(gIe=nAe.throttleOnProgress.call(OAe,tIe,LAe.onProgress),LAe.UploadData.UploadId)OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 已经获取到 uploadId, ").concat(LAe.UploadData.UploadId)}),PAe.emit("get_upload_data_finish",LAe.UploadData);else{var SIe=nAe.extend({TaskId:HAe,Bucket:zAe,Region:eIe,Key:iIe,Headers:LAe.Headers,StorageClass:EIe,Body:rIe,FileSize:tIe,SliceSize:AIe,onHashProgress:pIe,tracker:_Ie},LAe);OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 去获取 uploadId")}),cAe.call(OAe,SIe,function(yIe,OIe){if(OAe._isRunningTask(HAe)){if(yIe)return PAe.emit("error",yIe);LAe.UploadData.UploadId=OIe.UploadId,LAe.UploadData.PartList=OIe.PartList,OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 获取到 uploadId, ").concat(LAe.UploadData.UploadId)}),PAe.emit("get_upload_data_finish",LAe.UploadData)}})}}),tIe=LAe.ContentLength,delete LAe.ContentLength,!LAe.Headers&&(LAe.Headers={}),nAe.each(LAe.Headers,function(SIe,yIe){yIe.toLowerCase()==="content-length"&&delete LAe.Headers[yIe]}),function(){for(var SIe=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],yIe=1024*1024,OIe=0;OIeEIe)return OIe(null,!1);if(HIe>1){var PIe=Math.max(yIe[0].Size,yIe[1].Size);if(PIe!==XAe)return OIe(null,!1)}var LIe=function(JIe){if(JIe=OIe.length){_Ie.emit("has_and_check_upload_id",SIe);return}var oEe=OIe[LIe];if(!nAe.isInArray(SIe,oEe)){tAe.removeUploadId.call(iIe,oEe),HIe(LIe+1);return}if(tAe.using[oEe]){HIe(LIe+1);return}dAe.call(iIe,{Bucket:PAe,Region:HAe,Key:zAe,UploadId:oEe,tracker:LAe.tracker},function(JIe,XIe){iIe._isRunningTask(OAe)&&(JIe?(tAe.removeUploadId.call(iIe,oEe),HIe(LIe+1)):_Ie.emit("upload_id_available",{UploadId:oEe,PartList:XIe.PartList}))})};HIe(0)}),_Ie.on("get_remote_upload_id_list",function(){uAe.call(iIe,{Bucket:PAe,Region:HAe,Key:zAe,tracker:LAe.tracker},function(SIe,yIe){if(iIe._isRunningTask(OAe)){if(SIe)return _Ie.emit("error",SIe);var OIe=nAe.filter(yIe.UploadList,function(LIe){return LIe.Key===zAe&&(!eIe||LIe.StorageClass.toUpperCase()===eIe.toUpperCase())}).reverse().map(function(LIe){return LIe.UploadId||LIe.UploadID});if(OIe.length)_Ie.emit("seek_local_avail_upload_id",OIe);else{var HIe=tAe.getFileId(LAe.Body,LAe.ChunkSize,PAe,zAe),PIe;HIe&&(PIe=tAe.getUploadIdList.call(iIe,HIe))&&nAe.each(PIe,function(LIe){tAe.removeUploadId.call(iIe,LIe)}),_Ie.emit("no_available_upload_id")}}})}),_Ie.emit("get_remote_upload_id_list")}function uAe(LAe,wAe){var OAe=this,PAe=[],HAe={Bucket:LAe.Bucket,Region:LAe.Region,Prefix:LAe.Key,calledBySdk:LAe.calledBySdk||"sliceUploadFile",tracker:LAe.tracker},zAe=function(){OAe.multipartList(HAe,function(iIe,rIe){if(iIe)return wAe(iIe);PAe.push.apply(PAe,rIe.Upload||[]),rIe.IsTruncated==="true"?(HAe.KeyMarker=rIe.NextKeyMarker,HAe.UploadIdMarker=rIe.NextUploadIdMarker,zAe()):wAe(null,{UploadList:PAe})})};zAe()}function dAe(LAe,wAe){var OAe=this,PAe=[],HAe={Bucket:LAe.Bucket,Region:LAe.Region,Key:LAe.Key,UploadId:LAe.UploadId,calledBySdk:"sliceUploadFile",tracker:LAe.tracker},zAe=function(){OAe.multipartListPart(HAe,function(iIe,rIe){if(iIe)return wAe(iIe);PAe.push.apply(PAe,rIe.Part||[]),rIe.IsTruncated==="true"?(HAe.PartNumberMarker=rIe.NextPartNumberMarker,zAe()):wAe(null,{PartList:PAe})})};zAe()}function EAe(LAe,wAe){var OAe=this,PAe=LAe.TaskId,HAe=LAe.Bucket,zAe=LAe.Region,eIe=LAe.Key,iIe=LAe.UploadData,rIe=LAe.FileSize,AIe=LAe.SliceSize,XAe=Math.min(LAe.AsyncLimit||OAe.options.ChunkParallelLimit||1,256),EIe=LAe.Body,hIe=Math.ceil(rIe/AIe),tIe=0,gIe=LAe.ServerSideEncryption,pIe=LAe.Headers,_Ie=nAe.filter(iIe.PartList,function(yIe){return yIe.Uploaded&&(tIe+=yIe.PartNumber>=hIe&&rIe%AIe||AIe),!yIe.Uploaded}),SIe=LAe.onProgress;OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 开始并发上传各个分块")}),AAe.eachLimit(_Ie,XAe,function(yIe,OIe){if(OAe._isRunningTask(PAe)){var HIe=yIe.PartNumber,PIe=Math.min(rIe,yIe.PartNumber*AIe)-(yIe.PartNumber-1)*AIe,LIe=0;OAe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块").concat(HIe,"开始上传")}),gAe.call(OAe,{TaskId:PAe,Bucket:HAe,Region:zAe,Key:eIe,SliceSize:AIe,FileSize:rIe,PartNumber:HIe,ServerSideEncryption:gIe,Body:EIe,UploadData:iIe,Headers:pIe,onProgress:function(JIe){tIe+=JIe.loaded-LIe,LIe=JIe.loaded,SIe({loaded:tIe,total:rIe})},tracker:LAe.tracker},function(oEe,JIe){OAe._isRunningTask(PAe)&&(!oEe&&!JIe.ETag&&(oEe='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败,请在CORS ExposeHeader设置中添加ETag,请参考文档:https://cloud.tencent.com/document/product/436/13318 )',OAe.logger.error({cate:"PROCESS",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块").concat(HIe,"上传请求成功,但是未获取到 eTag")})),oEe?(tIe-=LIe,OAe.logger.info({cate:"RESULT",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块").concat(HIe,"上传失败")})):(tIe+=PIe-LIe,yIe.ETag=JIe.ETag),OAe.logger.info({cate:"RESULT",tag:"upload",msg:"[key=".concat(LAe.Key,"] 分块").concat(HIe,"上传成功")}),SIe({loaded:tIe,total:rIe}),OIe(oEe||null,JIe))})}},function(yIe){if(OAe._isRunningTask(PAe)){if(yIe)return wAe(yIe);wAe(null,{UploadId:iIe.UploadId,SliceList:iIe.PartList})}})}function gAe(LAe,wAe){var OAe=this,PAe=LAe.TaskId,HAe=LAe.Bucket,zAe=LAe.Region,eIe=LAe.Key,iIe=LAe.FileSize,rIe=LAe.Body,AIe=LAe.PartNumber*1,XAe=LAe.SliceSize,EIe=LAe.ServerSideEncryption,hIe=LAe.UploadData,tIe=LAe.Headers||{},gIe=OAe.options.ChunkRetryTimes+1,pIe=XAe*(AIe-1),_Ie=XAe,SIe=pIe+XAe;SIe>iIe&&(SIe=iIe,_Ie=SIe-pIe);var yIe=["x-cos-traffic-limit","x-cos-mime-limit"],OIe={};nAe.each(tIe,function(PIe,LIe){yIe.indexOf(LIe)>-1&&(OIe[LIe]=PIe)});var HIe=hIe.PartList[AIe-1];AAe.retry(gIe,function(PIe){OAe._isRunningTask(PAe)&&nAe.fileSlice(rIe,pIe,SIe,!0,function(LIe){OAe.multipartUpload({TaskId:PAe,Bucket:HAe,Region:zAe,Key:eIe,ContentLength:_Ie,PartNumber:AIe,UploadId:hIe.UploadId,ServerSideEncryption:EIe,Body:LIe,Headers:OIe,onProgress:LAe.onProgress,calledBySdk:"sliceUploadFile",tracker:LAe.tracker},function(oEe,JIe){if(OAe._isRunningTask(PAe))return oEe?PIe(oEe):(HIe.Uploaded=!0,PIe(null,JIe))})})},function(PIe,LIe){if(OAe._isRunningTask(PAe))return wAe(PIe,LIe)})}function pAe(LAe,wAe){var OAe=LAe.Bucket,PAe=LAe.Region,HAe=LAe.Key,zAe=LAe.UploadId,eIe=LAe.SliceList,iIe=this,rIe=this.options.ChunkRetryTimes+1,AIe=LAe.Headers,XAe=eIe.map(function(EIe){return{PartNumber:EIe.PartNumber,ETag:EIe.ETag}});AAe.retry(rIe,function(EIe){iIe.multipartComplete({Bucket:OAe,Region:PAe,Key:HAe,UploadId:zAe,Parts:XAe,Headers:AIe,calledBySdk:"sliceUploadFile",tracker:LAe.tracker},EIe)},function(EIe,hIe){wAe(EIe,hIe)})}function mAe(LAe,wAe){var OAe=LAe.Bucket,PAe=LAe.Region,HAe=LAe.Key,zAe=LAe.UploadId,eIe=LAe.Level||"task",iIe=LAe.AsyncLimit,rIe=this,AIe=new iAe;if(AIe.on("error",function(XAe){return wAe(XAe)}),AIe.on("get_abort_array",function(XAe){SAe.call(rIe,{Bucket:OAe,Region:PAe,Key:HAe,Headers:LAe.Headers,AsyncLimit:iIe,AbortArray:XAe},wAe)}),eIe==="bucket")uAe.call(rIe,{Bucket:OAe,Region:PAe,calledBySdk:"abortUploadTask"},function(XAe,EIe){if(XAe)return wAe(XAe);AIe.emit("get_abort_array",EIe.UploadList||[])});else if(eIe==="file"){if(!HAe)return wAe(nAe.error(new Error("abort_upload_task_no_key")));uAe.call(rIe,{Bucket:OAe,Region:PAe,Key:HAe,calledBySdk:"abortUploadTask"},function(XAe,EIe){if(XAe)return wAe(XAe);AIe.emit("get_abort_array",EIe.UploadList||[])})}else if(eIe==="task"){if(!zAe)return wAe(nAe.error(new Error("abort_upload_task_no_id")));if(!HAe)return wAe(nAe.error(new Error("abort_upload_task_no_key")));AIe.emit("get_abort_array",[{Key:HAe,UploadId:zAe}])}else return wAe(nAe.error(new Error("abort_unknown_level")))}function SAe(LAe,wAe){var OAe=LAe.Bucket,PAe=LAe.Region,HAe=LAe.Key,zAe=LAe.AbortArray,eIe=LAe.AsyncLimit||1,iIe=this,rIe=0,AIe=new Array(zAe.length);AAe.eachLimit(zAe,eIe,function(XAe,EIe){var hIe=rIe;if(HAe&&HAe!==XAe.Key){AIe[hIe]={error:{KeyNotMatch:!0}},EIe(null);return}var tIe=XAe.UploadId||XAe.UploadID;iIe.multipartAbort({Bucket:OAe,Region:PAe,Key:XAe.Key,Headers:LAe.Headers,UploadId:tIe},function(gIe){var pIe={Bucket:OAe,Region:PAe,Key:XAe.Key,UploadId:tIe};AIe[hIe]={error:gIe,task:pIe},EIe(null)}),rIe++},function(XAe){if(XAe)return wAe(XAe);for(var EIe=[],hIe=[],tIe=0,gIe=AIe.length;tIePAe?"sliceUploadFile":"putObject";LAe.tracker=new oAe({Beacon:OAe.options.BeaconReporter,clsReporter:OAe.options.ClsReporter,bucket:LAe.Bucket,region:LAe.Region,apiName:"uploadFile",realApi:AIe,fileKey:LAe.Key,fileSize:eIe,accelerate:rIe,deepTracker:OAe.options.DeepTracker,customId:OAe.options.CustomId,delay:OAe.options.TrackerDelay})}nAe.each(LAe,function(pIe,_Ie){eAe(pIe)!=="object"&&typeof pIe!="function"&&(iIe[_Ie]=pIe)});var XAe=LAe.onTaskReady,EIe=function(_Ie){iIe.TaskId=_Ie,XAe&&XAe(_Ie)};LAe.onTaskReady=EIe;var hIe=eIe>PAe?"sliceUploadFile":"putObject",tIe=LAe.onFileFinish,gIe=function(_Ie,SIe){LAe.tracker&&LAe.tracker.report(_Ie,SIe),tIe&&tIe(_Ie,SIe,iIe),wAe&&wAe(_Ie,SIe)};HAe.push({api:hIe,params:LAe,callback:gIe}),OAe._addTasks(HAe)}function NAe(LAe,wAe){var OAe=this,PAe=LAe.SliceSize===void 0?OAe.options.SliceSize:LAe.SliceSize,HAe=0,zAe=0,eIe=nAe.throttleOnProgress.call(OAe,zAe,LAe.onProgress),iIe=LAe.files.length,rIe=LAe.onFileFinish,AIe=Array(iIe),XAe=function(tIe,gIe,pIe){eIe(null,!0),rIe&&rIe(tIe,gIe,pIe),AIe[pIe.Index]={options:pIe,error:tIe,data:gIe},--iIe<=0&&wAe&&wAe(null,{files:AIe})},EIe=[];nAe.each(LAe.files,function(hIe,tIe){(function(){var gIe=hIe.Body,pIe=gIe.size||gIe.length||0,_Ie={Index:tIe,TaskId:""};if(!OAe.options.UseRawKey&&hIe.Key&&hIe.Key.substr(0,1)==="/"&&(hIe.Key=hIe.Key.substr(1)),HAe+=pIe,OAe.options.EnableReporter){var SIe=OAe.options.UseAccelerate||typeof OAe.options.Domain=="string"&&OAe.options.Domain.includes("accelerate."),yIe=pIe>PAe?"sliceUploadFile":"putObject";hIe.tracker=new oAe({Beacon:OAe.options.BeaconReporter,clsReporter:OAe.options.ClsReporter,bucket:hIe.Bucket,region:hIe.Region,apiName:"uploadFiles",realApi:yIe,fileKey:hIe.Key,fileSize:pIe,accelerate:SIe,deepTracker:OAe.options.DeepTracker,customId:OAe.options.CustomId,delay:OAe.options.TrackerDelay})}nAe.each(hIe,function(YIe,uEe){eAe(YIe)!=="object"&&typeof YIe!="function"&&(_Ie[uEe]=YIe)});var OIe=hIe.onTaskReady,HIe=function(uEe){_Ie.TaskId=uEe,OIe&&OIe(uEe)};hIe.onTaskReady=HIe;var PIe=0,LIe=hIe.onProgress,oEe=function(uEe){zAe=zAe-PIe+uEe.loaded,PIe=uEe.loaded,LIe&&LIe(uEe),eIe({loaded:zAe,total:HAe})};hIe.onProgress=oEe;var JIe=pIe>PAe?"sliceUploadFile":"putObject",XIe=hIe.onFileFinish,zIe=function(uEe,NEe){hIe.tracker&&hIe.tracker.report(uEe,NEe),XIe&&XIe(uEe,NEe),XAe&&XAe(uEe,NEe,_Ie)};EIe.push({api:JIe,params:hIe,callback:zIe})})()}),OAe._addTasks(EIe)}function TAe(LAe,wAe){var OAe=new iAe,PAe=this,HAe=LAe.Bucket,zAe=LAe.Region,eIe=LAe.Key,iIe=LAe.CopySource,rIe=nAe.getSourceParams.call(this,iIe);if(!rIe){wAe(nAe.error(new Error("CopySource format error")));return}var AIe=rIe.Bucket,XAe=rIe.Region,EIe=decodeURIComponent(rIe.Key),hIe=LAe.CopySliceSize===void 0?PAe.options.CopySliceSize:LAe.CopySliceSize;hIe=Math.max(0,hIe);var tIe=LAe.CopyChunkSize||this.options.CopyChunkSize,gIe=this.options.CopyChunkParallelLimit,pIe=this.options.ChunkRetryTimes+1,_Ie=0,SIe=0,yIe,OIe,HIe={},PIe={},LIe={};OAe.on("copy_slice_complete",function(oEe){nAe.each(LAe.Headers,function(XIe,zIe){zIe.toLowerCase().indexOf("x-cos-meta-")});var JIe=nAe.map(oEe.PartList,function(XIe){return{PartNumber:XIe.PartNumber,ETag:XIe.ETag}});AAe.retry(pIe,function(XIe){PAe.multipartComplete({Bucket:HAe,Region:zAe,Key:eIe,UploadId:oEe.UploadId,Parts:JIe,tracker:LAe.tracker,calledBySdk:"sliceCopyFile"},XIe)},function(XIe,zIe){if(tAe.removeUsing(oEe.UploadId),XIe)return OIe(null,!0),wAe(XIe);tAe.removeUploadId(oEe.UploadId),OIe({loaded:yIe,total:yIe},!0),wAe(null,zIe)})}),OAe.on("get_copy_data_finish",function(oEe){var JIe=tAe.getCopyFileId(iIe,HIe,tIe,HAe,eIe);JIe&&tAe.saveUploadId(JIe,oEe.UploadId,PAe.options.UploadIdCacheLimit),tAe.setUsing(oEe.UploadId);var XIe=nAe.filter(oEe.PartList,function(zIe){return zIe.Uploaded&&(SIe+=zIe.PartNumber>=_Ie&&yIe%tIe||tIe),!zIe.Uploaded});AAe.eachLimit(XIe,gIe,function(zIe,YIe){var uEe=zIe.PartNumber,NEe=zIe.CopySourceRange,MEe=zIe.end-zIe.start;AAe.retry(pIe,function(FEe){bAe.call(PAe,{Bucket:HAe,Region:zAe,Key:eIe,CopySource:iIe,UploadId:oEe.UploadId,PartNumber:uEe,CopySourceRange:NEe,tracker:LAe.tracker,calledBySdk:"sliceCopyFile"},FEe)},function(FEe,vEe){if(FEe)return YIe(FEe);SIe+=MEe,OIe({loaded:SIe,total:yIe}),zIe.ETag=vEe.ETag,YIe(FEe||null,vEe)})},function(zIe){if(zIe)return tAe.removeUsing(oEe.UploadId),OIe(null,!0),wAe(zIe);OAe.emit("copy_slice_complete",oEe)})}),OAe.on("get_chunk_size_finish",function(){var oEe=function(){PAe.multipartInit({Bucket:HAe,Region:zAe,Key:eIe,Headers:LIe,tracker:LAe.tracker,calledBySdk:"sliceCopyFile"},function(uEe,NEe){if(uEe)return wAe(uEe);LAe.UploadId=NEe.UploadId,OAe.emit("get_copy_data_finish",{UploadId:LAe.UploadId,PartList:LAe.PartList})})},JIe=tAe.getCopyFileId(iIe,HIe,tIe,HAe,eIe),XIe=tAe.getUploadIdList(JIe);if(!JIe||!XIe)return oEe();var zIe=function(uEe){if(uEe>=XIe.length)return oEe();var NEe=XIe[uEe];if(tAe.using[NEe])return zIe(uEe+1);dAe.call(PAe,{Bucket:HAe,Region:zAe,Key:eIe,UploadId:NEe,tracker:LAe.tracker,calledBySdk:"sliceCopyFile"},function(MEe,FEe){if(MEe)tAe.removeUploadId(NEe),zIe(uEe+1);else{if(tAe.using[NEe])return zIe(uEe+1);var vEe={},yEe=0;nAe.each(FEe.PartList,function(VEe){var UEe=parseInt(VEe.Size),UCe=yEe+UEe-1;vEe[VEe.PartNumber+"|"+yEe+"|"+UCe]=VEe.ETag,yEe+=UEe}),nAe.each(LAe.PartList,function(VEe){var UEe=vEe[VEe.PartNumber+"|"+VEe.start+"|"+VEe.end];UEe&&(VEe.ETag=UEe,VEe.Uploaded=!0)}),OAe.emit("get_copy_data_finish",{UploadId:NEe,PartList:LAe.PartList})}})};zIe(0)}),OAe.on("get_file_size_finish",function(){if(function(){for(var JIe=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],XIe=1024*1024,zIe=0;zIeuEe.length&&(PIe[YIe]=zIe)}),OAe.emit("get_file_size_finish")}})}function bAe(LAe,wAe){var OAe=LAe.TaskId,PAe=LAe.Bucket,HAe=LAe.Region,zAe=LAe.Key,eIe=LAe.CopySource,iIe=LAe.UploadId,rIe=LAe.PartNumber*1,AIe=LAe.CopySourceRange,XAe=this.options.ChunkRetryTimes+1,EIe=this;AAe.retry(XAe,function(hIe){EIe.uploadPartCopy({TaskId:OAe,Bucket:PAe,Region:HAe,Key:zAe,CopySource:eIe,UploadId:iIe,PartNumber:rIe,CopySourceRange:AIe,tracker:LAe.tracker,calledBySdk:LAe.calledBySdk},function(tIe,gIe){hIe(tIe||null,gIe)})},function(hIe,tIe){return wAe(hIe,tIe)})}var GAe={sliceUploadFile:aAe,abortUploadTask:mAe,uploadFile:DAe,uploadFiles:NAe,sliceCopyFile:TAe};$P.exports.init=function(LAe,wAe){wAe.transferToTaskMethod(GAe,"sliceUploadFile"),nAe.each(GAe,function(OAe,PAe){LAe.prototype[PAe]=nAe.apiWrapper(PAe,OAe)})}},"./src/async.js":function($P,zP){var z9=function(iAe,nAe,oAe,aAe){if(aAe=aAe||function(){},!iAe.length||nAe<=0)return aAe();var cAe=0,uAe=0,dAe=0;(function EAe(){if(cAe>=iAe.length)return aAe();for(;dAe=iAe.length?aAe():EAe())})})()},eAe=function(iAe,nAe,oAe){var aAe=function(uAe){nAe(function(dAe,EAe){dAe&&uAe"u"?"undefined":tAe(location))==="object"&&location.protocol==="http:"?"http:":"https:"),aEe=this.options.ServiceDomain,pEe=kIe.AppId||this.options.appId,TEe=kIe.Region;aEe?(aEe=aEe.replace(/\{\{AppId\}\}/gi,pEe||"").replace(/\{\{Region\}\}/gi,TEe||"").replace(/\{\{.*?\}\}/gi,""),/^[a-zA-Z]+:\/\//.test(aEe)||(aEe=iEe+"//"+aEe),aEe.slice(-1)==="/"&&(aEe=aEe.slice(0,-1))):TEe?aEe=iEe+"//cos."+TEe+".myqcloud.com":aEe=iEe+"//service.cos.myqcloud.com";var mEe="",dEe=TEe?"cos."+TEe+".myqcloud.com":"service.cos.myqcloud.com",ICe=aEe.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");dEe===ICe&&(mEe=dEe),IQe.call(this,{Action:"name/cos:GetService",url:aEe,method:"GET",headers:kIe.Headers,SignHost:mEe,tracker:kIe.tracker},function(eBe,OBe){if(eBe)return BEe(eBe);var CQe=OBe&&OBe.ListAllMyBucketsResult&&OBe.ListAllMyBucketsResult.Buckets&&OBe.ListAllMyBucketsResult.Buckets.Bucket||[];CQe=oAe.isArray(CQe)?CQe:[CQe];var FBe=OBe&&OBe.ListAllMyBucketsResult&&OBe.ListAllMyBucketsResult.Owner||{};BEe(null,{Buckets:CQe,Owner:FBe,statusCode:OBe.statusCode,headers:OBe.headers})})}function cAe(kIe,BEe){var iEe=this,aEe="";if(kIe.BucketAZConfig){var pEe={BucketAZConfig:kIe.BucketAZConfig};aEe=oAe.json2xml({CreateBucketConfiguration:pEe})}IQe.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,body:aEe,tracker:kIe.tracker},function(TEe,mEe){if(TEe)return BEe(TEe);var dEe=FQe({protocol:iEe.options.Protocol,domain:iEe.options.Domain,bucket:kIe.Bucket,region:kIe.Region,isLocation:!0});BEe(null,{Location:dEe,statusCode:mEe.statusCode,headers:mEe.headers})})}function uAe(kIe,BEe){IQe.call(this,{Action:"name/cos:HeadBucket",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,method:"HEAD",tracker:kIe.tracker},BEe)}function dAe(kIe,BEe){var iEe={};iEe.prefix=kIe.Prefix||"",iEe.delimiter=kIe.Delimiter,iEe.marker=kIe.Marker,iEe["max-keys"]=kIe.MaxKeys,iEe["encoding-type"]=kIe.EncodingType,IQe.call(this,{Action:"name/cos:GetBucket",ResourceKey:iEe.prefix,method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,qs:iEe,tracker:kIe.tracker},function(aEe,pEe){if(aEe)return BEe(aEe);var TEe=pEe.ListBucketResult||{},mEe=TEe.Contents||[],dEe=TEe.CommonPrefixes||[];mEe=oAe.isArray(mEe)?mEe:[mEe],dEe=oAe.isArray(dEe)?dEe:[dEe];var ICe=oAe.clone(TEe);oAe.extend(ICe,{Contents:mEe,CommonPrefixes:dEe,statusCode:pEe.statusCode,headers:pEe.headers}),BEe(null,ICe)})}function EAe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucket",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,method:"DELETE",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function gAe(kIe,BEe){var iEe=kIe.Headers,aEe="";if(kIe.AccessControlPolicy){var pEe=oAe.clone(kIe.AccessControlPolicy||{}),TEe=pEe.Grants||pEe.Grant;TEe=oAe.isArray(TEe)?TEe:[TEe],delete pEe.Grant,delete pEe.Grants,pEe.AccessControlList={Grant:TEe},aEe=oAe.json2xml({AccessControlPolicy:pEe}),iEe["Content-Type"]="application/xml",iEe["Content-MD5"]=oAe.b64(oAe.md5(aEe))}oAe.each(iEe,function(mEe,dEe){dEe.indexOf("x-cos-grant-")===0&&(iEe[dEe]=bBe(iEe[dEe]))}),IQe.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,headers:iEe,action:"acl",body:aEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function pAe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"acl",tracker:kIe.tracker},function(iEe,aEe){if(iEe)return BEe(iEe);var pEe=aEe.AccessControlPolicy||{},TEe=pEe.Owner||{},mEe=pEe.AccessControlList.Grant||[];mEe=oAe.isArray(mEe)?mEe:[mEe];var dEe=RCe(pEe);aEe.headers&&aEe.headers["x-cos-acl"]&&(dEe.ACL=aEe.headers["x-cos-acl"]),dEe=oAe.extend(dEe,{Owner:TEe,Grants:mEe,statusCode:aEe.statusCode,headers:aEe.headers}),BEe(null,dEe)})}function mAe(kIe,BEe){var iEe=kIe.CORSConfiguration||{},aEe=iEe.CORSRules||kIe.CORSRules||[];aEe=oAe.clone(oAe.isArray(aEe)?aEe:[aEe]),oAe.each(aEe,function(dEe){oAe.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(ICe){var eBe=ICe+"s",OBe=dEe[eBe]||dEe[ICe]||[];delete dEe[eBe],dEe[ICe]=oAe.isArray(OBe)?OBe:[OBe]})});var pEe={CORSRule:aEe};kIe.ResponseVary&&(pEe.ResponseVary=kIe.ResponseVary);var TEe=oAe.json2xml({CORSConfiguration:pEe}),mEe=kIe.Headers;mEe["Content-Type"]="application/xml",mEe["Content-MD5"]=oAe.b64(oAe.md5(TEe)),IQe.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:TEe,action:"cors",headers:mEe,tracker:kIe.tracker},function(dEe,ICe){if(dEe)return BEe(dEe);BEe(null,{statusCode:ICe.statusCode,headers:ICe.headers})})}function SAe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"cors",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error&&iEe.error.Code==="NoSuchCORSConfiguration"){var pEe={CORSRules:[],statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=aEe.CORSConfiguration||{},mEe=TEe.CORSRules||TEe.CORSRule||[];mEe=oAe.clone(oAe.isArray(mEe)?mEe:[mEe]);var dEe=TEe.ResponseVary;oAe.each(mEe,function(ICe){oAe.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(eBe){var OBe=eBe+"s",CQe=ICe[OBe]||ICe[eBe]||[];delete ICe[eBe],ICe[OBe]=oAe.isArray(CQe)?CQe:[CQe]})}),BEe(null,{CORSRules:mEe,ResponseVary:dEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function DAe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"cors",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode||iEe.statusCode,headers:aEe.headers})})}function NAe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"location",tracker:kIe.tracker},BEe)}function TAe(kIe,BEe){var iEe=kIe.Policy;try{typeof iEe=="string"&&(iEe=JSON.parse(iEe))}catch{}if(!iEe||typeof iEe=="string")return BEe(oAe.error(new Error("Policy format error")));var aEe=JSON.stringify(iEe);iEe.version||(iEe.version="2.0");var pEe=kIe.Headers;pEe["Content-Type"]="application/json",pEe["Content-MD5"]=oAe.b64(oAe.md5(aEe)),IQe.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,action:"policy",body:aEe,headers:pEe,tracker:kIe.tracker},function(TEe,mEe){if(TEe&&TEe.statusCode===204)return BEe(null,{statusCode:TEe.statusCode});if(TEe)return BEe(TEe);BEe(null,{statusCode:mEe.statusCode,headers:mEe.headers})})}function bAe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"policy",rawBody:!0,tracker:kIe.tracker},function(iEe,aEe){if(iEe)return iEe.statusCode&&iEe.statusCode===403?BEe(oAe.error(iEe,{ErrorStatus:"Access Denied"})):iEe.statusCode&&iEe.statusCode===405?BEe(oAe.error(iEe,{ErrorStatus:"Method Not Allowed"})):iEe.statusCode&&iEe.statusCode===404?BEe(oAe.error(iEe,{ErrorStatus:"Policy Not Found"})):BEe(iEe);var pEe={};try{pEe=JSON.parse(aEe.body)}catch{}BEe(null,{Policy:pEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function GAe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"policy",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode||iEe.statusCode,headers:aEe.headers})})}function LAe(kIe,BEe){var iEe=kIe.Tagging||{},aEe=iEe.TagSet||iEe.Tags||kIe.Tags||[];aEe=oAe.clone(oAe.isArray(aEe)?aEe:[aEe]);var pEe=oAe.json2xml({Tagging:{TagSet:{Tag:aEe}}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"tagging",headers:TEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function wAe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"tagging",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error&&(iEe.error==="Not Found"||iEe.error.Code==="NoSuchTagSet")){var pEe={Tags:[],statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=[];try{TEe=aEe.Tagging.TagSet.Tag||[]}catch{}TEe=oAe.clone(oAe.isArray(TEe)?TEe:[TEe]),BEe(null,{Tags:TEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function OAe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"tagging",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function PAe(kIe,BEe){var iEe=kIe.LifecycleConfiguration||{},aEe=iEe.Rules||kIe.Rules||[];aEe=oAe.clone(aEe);var pEe=oAe.json2xml({LifecycleConfiguration:{Rule:aEe}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"lifecycle",headers:TEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function HAe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"lifecycle",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error&&iEe.error.Code==="NoSuchLifecycleConfiguration"){var pEe={Rules:[],statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=[];try{TEe=aEe.LifecycleConfiguration.Rule||[]}catch{}TEe=oAe.clone(oAe.isArray(TEe)?TEe:[TEe]),BEe(null,{Rules:TEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function zAe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"lifecycle",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function eIe(kIe,BEe){if(!kIe.VersioningConfiguration){BEe(oAe.error(new Error("missing param VersioningConfiguration")));return}var iEe=kIe.VersioningConfiguration||{},aEe=oAe.json2xml({VersioningConfiguration:iEe}),pEe=kIe.Headers;pEe["Content-Type"]="application/xml",pEe["Content-MD5"]=oAe.b64(oAe.md5(aEe)),IQe.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:aEe,action:"versioning",headers:pEe,tracker:kIe.tracker},function(TEe,mEe){if(TEe&&TEe.statusCode===204)return BEe(null,{statusCode:TEe.statusCode});if(TEe)return BEe(TEe);BEe(null,{statusCode:mEe.statusCode,headers:mEe.headers})})}function iIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"versioning",tracker:kIe.tracker},function(iEe,aEe){iEe||!aEe.VersioningConfiguration&&(aEe.VersioningConfiguration={}),BEe(iEe,aEe)})}function rIe(kIe,BEe){var iEe=oAe.clone(kIe.ReplicationConfiguration),aEe=oAe.json2xml({ReplicationConfiguration:iEe});aEe=aEe.replace(/<(\/?)Rules>/gi,"<$1Rule>"),aEe=aEe.replace(/<(\/?)Tags>/gi,"<$1Tag>");var pEe=kIe.Headers;pEe["Content-Type"]="application/xml",pEe["Content-MD5"]=oAe.b64(oAe.md5(aEe)),IQe.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:aEe,action:"replication",headers:pEe,tracker:kIe.tracker},function(TEe,mEe){if(TEe&&TEe.statusCode===204)return BEe(null,{statusCode:TEe.statusCode});if(TEe)return BEe(TEe);BEe(null,{statusCode:mEe.statusCode,headers:mEe.headers})})}function AIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"replication",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error&&(iEe.error==="Not Found"||iEe.error.Code==="ReplicationConfigurationnotFoundError")){var pEe={ReplicationConfiguration:{Rules:[]},statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}!aEe.ReplicationConfiguration&&(aEe.ReplicationConfiguration={}),aEe.ReplicationConfiguration.Rule&&(aEe.ReplicationConfiguration.Rules=oAe.makeArray(aEe.ReplicationConfiguration.Rule),delete aEe.ReplicationConfiguration.Rule),BEe(iEe,aEe)})}function XAe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"replication",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function EIe(kIe,BEe){if(!kIe.WebsiteConfiguration){BEe(oAe.error(new Error("missing param WebsiteConfiguration")));return}var iEe=oAe.clone(kIe.WebsiteConfiguration||{}),aEe=iEe.RoutingRules||iEe.RoutingRule||[];aEe=oAe.isArray(aEe)?aEe:[aEe],delete iEe.RoutingRule,delete iEe.RoutingRules,aEe.length&&(iEe.RoutingRules={RoutingRule:aEe});var pEe=oAe.json2xml({WebsiteConfiguration:iEe}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"website",headers:TEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function hIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,action:"website",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error.Code==="NoSuchWebsiteConfiguration"){var pEe={WebsiteConfiguration:{},statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=aEe.WebsiteConfiguration||{};if(TEe.RoutingRules){var mEe=oAe.clone(TEe.RoutingRules.RoutingRule||[]);mEe=oAe.makeArray(mEe),TEe.RoutingRules=mEe}BEe(null,{WebsiteConfiguration:TEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function tIe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"website",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function gIe(kIe,BEe){if(!kIe.RefererConfiguration){BEe(oAe.error(new Error("missing param RefererConfiguration")));return}var iEe=oAe.clone(kIe.RefererConfiguration||{}),aEe=iEe.DomainList||{},pEe=aEe.Domains||aEe.Domain||[];pEe=oAe.isArray(pEe)?pEe:[pEe],pEe.length&&(iEe.DomainList={Domain:pEe});var TEe=oAe.json2xml({RefererConfiguration:iEe}),mEe=kIe.Headers;mEe["Content-Type"]="application/xml",mEe["Content-MD5"]=oAe.b64(oAe.md5(TEe)),IQe.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:TEe,action:"referer",headers:mEe,tracker:kIe.tracker},function(dEe,ICe){if(dEe&&dEe.statusCode===204)return BEe(null,{statusCode:dEe.statusCode});if(dEe)return BEe(dEe);BEe(null,{statusCode:ICe.statusCode,headers:ICe.headers})})}function pIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,action:"referer",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error.Code==="NoSuchRefererConfiguration"){var pEe={WebsiteConfiguration:{},statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=aEe.RefererConfiguration||{};if(TEe.DomainList){var mEe=oAe.makeArray(TEe.DomainList.Domain||[]);TEe.DomainList={Domains:mEe}}BEe(null,{RefererConfiguration:TEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function _Ie(kIe,BEe){var iEe=kIe.DomainConfiguration||{},aEe=iEe.DomainRule||kIe.DomainRule||[];aEe=oAe.clone(aEe);var pEe=oAe.json2xml({DomainConfiguration:{DomainRule:aEe}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"domain",headers:TEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function SIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"domain",tracker:kIe.tracker},function(iEe,aEe){if(iEe)return BEe(iEe);var pEe=[];try{pEe=aEe.DomainConfiguration.DomainRule||[]}catch{}pEe=oAe.clone(oAe.isArray(pEe)?pEe:[pEe]),BEe(null,{DomainRule:pEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function yIe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"domain",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function OIe(kIe,BEe){var iEe=kIe.OriginConfiguration||{},aEe=iEe.OriginRule||kIe.OriginRule||[];aEe=oAe.clone(aEe);var pEe=oAe.json2xml({OriginConfiguration:{OriginRule:aEe}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"origin",headers:TEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function HIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"origin",tracker:kIe.tracker},function(iEe,aEe){if(iEe)return BEe(iEe);var pEe=[];try{pEe=aEe.OriginConfiguration.OriginRule||[]}catch{}pEe=oAe.clone(oAe.isArray(pEe)?pEe:[pEe]),BEe(null,{OriginRule:pEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function PIe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"origin",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function LIe(kIe,BEe){var iEe=oAe.json2xml({BucketLoggingStatus:kIe.BucketLoggingStatus||""}),aEe=kIe.Headers;aEe["Content-Type"]="application/xml",aEe["Content-MD5"]=oAe.b64(oAe.md5(iEe)),IQe.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:iEe,action:"logging",headers:aEe,tracker:kIe.tracker},function(pEe,TEe){if(pEe&&pEe.statusCode===204)return BEe(null,{statusCode:pEe.statusCode});if(pEe)return BEe(pEe);BEe(null,{statusCode:TEe.statusCode,headers:TEe.headers})})}function oEe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"logging",tracker:kIe.tracker},function(iEe,aEe){if(iEe)return BEe(iEe);BEe(null,{BucketLoggingStatus:aEe.BucketLoggingStatus,statusCode:aEe.statusCode,headers:aEe.headers})})}function JIe(kIe,BEe,iEe){var aEe=oAe.clone(BEe.InventoryConfiguration);if(aEe.OptionalFields){var pEe=aEe.OptionalFields||[];aEe.OptionalFields={Field:pEe}}if(aEe.Destination&&aEe.Destination.COSBucketDestination&&aEe.Destination.COSBucketDestination.Encryption){var TEe=aEe.Destination.COSBucketDestination.Encryption;Object.keys(TEe).indexOf("SSECOS")>-1&&(TEe["SSE-COS"]=TEe.SSECOS,delete TEe.SSECOS)}var mEe=oAe.json2xml({InventoryConfiguration:aEe}),dEe=BEe.Headers;dEe["Content-Type"]="application/xml",dEe["Content-MD5"]=oAe.b64(oAe.md5(mEe));var ICe=kIe==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";IQe.call(this,{Action:ICe,method:kIe,Bucket:BEe.Bucket,Region:BEe.Region,body:mEe,action:"inventory",qs:{id:BEe.Id},headers:dEe,tracker:BEe.tracker},function(eBe,OBe){if(eBe&&eBe.statusCode===204)return iEe(null,{statusCode:eBe.statusCode});if(eBe)return iEe(eBe);iEe(null,{statusCode:OBe.statusCode,headers:OBe.headers})})}function XIe(kIe,BEe){return JIe.call(this,"PUT",kIe,BEe)}function zIe(kIe,BEe){return JIe.call(this,"POST",kIe,BEe)}function YIe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"inventory",qs:{id:kIe.Id},tracker:kIe.tracker},function(iEe,aEe){if(iEe)return BEe(iEe);var pEe=aEe.InventoryConfiguration;if(pEe&&pEe.OptionalFields&&pEe.OptionalFields.Field){var TEe=pEe.OptionalFields.Field;oAe.isArray(TEe)||(TEe=[TEe]),pEe.OptionalFields=TEe}if(pEe.Destination&&pEe.Destination.COSBucketDestination&&pEe.Destination.COSBucketDestination.Encryption){var mEe=pEe.Destination.COSBucketDestination.Encryption;Object.keys(mEe).indexOf("SSE-COS")>-1&&(mEe.SSECOS=mEe["SSE-COS"],delete mEe["SSE-COS"])}BEe(null,{InventoryConfiguration:pEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function uEe(kIe,BEe){IQe.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"inventory",qs:{"continuation-token":kIe.ContinuationToken},tracker:kIe.tracker},function(iEe,aEe){if(iEe)return BEe(iEe);var pEe=aEe.ListInventoryConfigurationResult,TEe=pEe.InventoryConfiguration||[];TEe=oAe.isArray(TEe)?TEe:[TEe],delete pEe.InventoryConfiguration,oAe.each(TEe,function(mEe){if(mEe&&mEe.OptionalFields&&mEe.OptionalFields.Field){var dEe=mEe.OptionalFields.Field;oAe.isArray(dEe)||(dEe=[dEe]),mEe.OptionalFields=dEe}if(mEe.Destination&&mEe.Destination.COSBucketDestination&&mEe.Destination.COSBucketDestination.Encryption){var ICe=mEe.Destination.COSBucketDestination.Encryption;Object.keys(ICe).indexOf("SSE-COS")>-1&&(ICe.SSECOS=ICe["SSE-COS"],delete ICe["SSE-COS"])}}),pEe.InventoryConfigurations=TEe,oAe.extend(pEe,{statusCode:aEe.statusCode,headers:aEe.headers}),BEe(null,pEe)})}function NEe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"inventory",qs:{id:kIe.Id},tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function MEe(kIe,BEe){if(!kIe.AccelerateConfiguration){BEe(oAe.error(new Error("missing param AccelerateConfiguration")));return}var iEe={AccelerateConfiguration:kIe.AccelerateConfiguration||{}},aEe=oAe.json2xml(iEe),pEe={};pEe["Content-Type"]="application/xml",pEe["Content-MD5"]=oAe.b64(oAe.md5(aEe)),IQe.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:aEe,action:"accelerate",headers:pEe,tracker:kIe.tracker},function(TEe,mEe){if(TEe)return BEe(TEe);BEe(null,{statusCode:mEe.statusCode,headers:mEe.headers})})}function FEe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,action:"accelerate",tracker:kIe.tracker},function(iEe,aEe){iEe||!aEe.AccelerateConfiguration&&(aEe.AccelerateConfiguration={}),BEe(iEe,aEe)})}function vEe(kIe,BEe){var iEe=kIe.ServerSideEncryptionConfiguration||{},aEe=iEe.Rule||iEe.Rules||[],pEe=oAe.json2xml({ServerSideEncryptionConfiguration:{Rule:aEe}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"encryption",headers:TEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function yEe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"encryption",tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.code==="NoSuchEncryptionConfiguration"){var pEe={EncryptionConfiguration:{Rules:[]},statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=oAe.makeArray(aEe.EncryptionConfiguration&&aEe.EncryptionConfiguration.Rule||[]);aEe.EncryptionConfiguration={Rules:TEe},BEe(iEe,aEe)})}function VEe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"encryption",tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function UEe(kIe,BEe){IQe.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,VersionId:kIe.VersionId,headers:kIe.Headers,tracker:kIe.tracker},function(iEe,aEe){if(iEe){var pEe=iEe.statusCode;return kIe.Headers["If-Modified-Since"]&&pEe&&pEe===304?BEe(null,{NotModified:!0,statusCode:pEe}):BEe(iEe)}aEe.ETag=oAe.attr(aEe.headers,"etag",""),BEe(null,aEe)})}function UCe(kIe,BEe){var iEe={};iEe.prefix=kIe.Prefix||"",iEe.delimiter=kIe.Delimiter,iEe["key-marker"]=kIe.KeyMarker,iEe["version-id-marker"]=kIe.VersionIdMarker,iEe["max-keys"]=kIe.MaxKeys,iEe["encoding-type"]=kIe.EncodingType,IQe.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:iEe.prefix,method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,qs:iEe,action:"versions",tracker:kIe.tracker},function(aEe,pEe){if(aEe)return BEe(aEe);var TEe=pEe.ListVersionsResult||{},mEe=TEe.DeleteMarker||[];mEe=oAe.isArray(mEe)?mEe:[mEe];var dEe=TEe.Version||[];dEe=oAe.isArray(dEe)?dEe:[dEe];var ICe=oAe.clone(TEe);delete ICe.DeleteMarker,delete ICe.Version,oAe.extend(ICe,{DeleteMarkers:mEe,Versions:dEe,statusCode:pEe.statusCode,headers:pEe.headers}),BEe(null,ICe)})}function CCe(kIe,BEe){var iEe=this;if(iEe.logger.info({cate:"PROCESS",tag:"download",msg:"[key=".concat(kIe.Key,"] getObject开始")}),this.options.ObjectKeySimplifyCheck){var aEe=oAe.simplifyPath(kIe.Key);if(aEe==="/"){BEe(oAe.error(new Error("The Getobject Key is illegal")));return}}var pEe=kIe.Query||{},TEe=kIe.QueryString||"",mEe=oAe.throttleOnProgress.call(this,0,kIe.onProgress),dEe=kIe.tracker;dEe&&dEe.setParams({signStartTime:new Date().getTime()}),pEe["response-content-type"]=kIe.ResponseContentType,pEe["response-content-language"]=kIe.ResponseContentLanguage,pEe["response-expires"]=kIe.ResponseExpires,pEe["response-cache-control"]=kIe.ResponseCacheControl,pEe["response-content-disposition"]=kIe.ResponseContentDisposition,pEe["response-content-encoding"]=kIe.ResponseContentEncoding,IQe.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,VersionId:kIe.VersionId,DataType:kIe.DataType,headers:kIe.Headers,qs:pEe,qsStr:TEe,rawBody:!0,onDownloadProgress:mEe,tracker:dEe},function(ICe,eBe){if(mEe(null,!0),ICe){var OBe=ICe.statusCode;return kIe.Headers["If-Modified-Since"]&&OBe&&OBe===304?BEe(null,{NotModified:!0}):BEe(ICe)}BEe(null,{Body:eBe.body,ETag:oAe.attr(eBe.headers,"etag",""),statusCode:eBe.statusCode,headers:eBe.headers}),iEe.logger.info({cate:"PROCESS",tag:"download",msg:"[key=".concat(kIe.Key,"] getObject结束")})})}function fCe(kIe,BEe){var iEe=this,aEe=kIe.ContentLength,pEe=oAe.throttleOnProgress.call(iEe,aEe,kIe.onProgress);iEe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(kIe.Key,"] putObject开始")});var TEe=kIe.Headers;!TEe["Cache-Control"]&&!TEe["cache-control"]&&(TEe["Cache-Control"]=""),!TEe["Content-Type"]&&!TEe["content-type"]&&(TEe["Content-Type"]=kIe.Body&&kIe.Body.type||"");var mEe=kIe.UploadAddMetaMd5||iEe.options.UploadAddMetaMd5||iEe.options.UploadCheckContentMd5,dEe=kIe.tracker;mEe&&dEe&&dEe.setParams({md5StartTime:new Date().getTime()}),mEe&&iEe.logger.debug({cate:"PROCESS",tag:"upload",msg:"[key=".concat(kIe.Key,"] 开始计算 md5")}),oAe.getBodyMd5(mEe,kIe.Body,function(ICe){ICe&&(iEe.logger.debug({cate:"PROCESS",tag:"upload",msg:"[key=".concat(kIe.Key,"] md5: ").concat(ICe,",md5Base64=").concat(oAe.b64(ICe))}),dEe&&dEe.setParams({md5EndTime:new Date().getTime()}),iEe.options.UploadCheckContentMd5&&(TEe["Content-MD5"]=oAe.b64(ICe)),(kIe.UploadAddMetaMd5||iEe.options.UploadAddMetaMd5)&&(TEe["x-cos-meta-md5"]=ICe)),kIe.ContentLength!==void 0&&(TEe["Content-Length"]=kIe.ContentLength),pEe(null,!0),IQe.call(iEe,{Action:"name/cos:PutObject",TaskId:kIe.TaskId,method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,qs:kIe.Query,body:kIe.Body,onProgress:pEe,tracker:dEe},function(eBe,OBe){if(eBe)return iEe.logger.error({cate:"ERROR",tag:"upload",msg:"上传失败,错误信息:".concat(JSON.stringify(eBe))}),pEe(null,!0),BEe(eBe);pEe({loaded:aEe,total:aEe},!0);var CQe=FQe({ForcePathStyle:iEe.options.ForcePathStyle,protocol:iEe.options.Protocol,domain:iEe.options.Domain,bucket:kIe.Bucket,region:iEe.options.UseAccelerate?"accelerate":kIe.Region,object:kIe.Key});CQe=CQe.substr(CQe.indexOf("://")+3),OBe.Location=CQe,OBe.ETag=oAe.attr(OBe.headers,"etag",""),iEe.logger.info({cate:"RESULT",tag:"upload",msg:"上传成功,Location=".concat(CQe)}),iEe.logger.info({cate:"PROCESS",tag:"upload",msg:"[key=".concat(kIe.Key,"] putObject结束")}),BEe(null,OBe)})},kIe.onHashProgress)}function VCe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,VersionId:kIe.VersionId,action:kIe.Recursive?"recursive":"",tracker:kIe.tracker},function(iEe,aEe){if(iEe){var pEe=iEe.statusCode;return pEe&&pEe===404?BEe(null,{BucketNotFound:!0,statusCode:pEe}):BEe(iEe)}BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function $Ee(kIe,BEe){var iEe={};kIe.VersionId&&(iEe.versionId=kIe.VersionId),IQe.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,qs:iEe,action:"acl",tracker:kIe.tracker},function(aEe,pEe){if(aEe)return BEe(aEe);var TEe=pEe.AccessControlPolicy||{},mEe=TEe.Owner||{},dEe=TEe.AccessControlList&&TEe.AccessControlList.Grant||[];dEe=oAe.isArray(dEe)?dEe:[dEe];var ICe=RCe(TEe);delete ICe.GrantWrite,pEe.headers&&pEe.headers["x-cos-acl"]&&(ICe.ACL=pEe.headers["x-cos-acl"]),ICe=oAe.extend(ICe,{Owner:mEe,Grants:dEe,statusCode:pEe.statusCode,headers:pEe.headers}),BEe(null,ICe)})}function tCe(kIe,BEe){var iEe=kIe.Headers,aEe="";if(kIe.AccessControlPolicy){var pEe=oAe.clone(kIe.AccessControlPolicy||{}),TEe=pEe.Grants||pEe.Grant;TEe=oAe.isArray(TEe)?TEe:[TEe],delete pEe.Grant,delete pEe.Grants,pEe.AccessControlList={Grant:TEe},aEe=oAe.json2xml({AccessControlPolicy:pEe}),iEe["Content-Type"]="application/xml",iEe["Content-MD5"]=oAe.b64(oAe.md5(aEe))}oAe.each(iEe,function(mEe,dEe){dEe.indexOf("x-cos-grant-")===0&&(iEe[dEe]=bBe(iEe[dEe]))}),IQe.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,action:"acl",headers:iEe,body:aEe,tracker:kIe.tracker},function(mEe,dEe){if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function iCe(kIe,BEe){var iEe=kIe.Headers;iEe.Origin=kIe.Origin,iEe["Access-Control-Request-Method"]=kIe.AccessControlRequestMethod,iEe["Access-Control-Request-Headers"]=kIe.AccessControlRequestHeaders,IQe.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:iEe,tracker:kIe.tracker},function(aEe,pEe){if(aEe)return aEe.statusCode&&aEe.statusCode===403?BEe(null,{OptionsForbidden:!0,statusCode:aEe.statusCode}):BEe(aEe);var TEe=pEe.headers||{};BEe(null,{AccessControlAllowOrigin:TEe["access-control-allow-origin"],AccessControlAllowMethods:TEe["access-control-allow-methods"],AccessControlAllowHeaders:TEe["access-control-allow-headers"],AccessControlExposeHeaders:TEe["access-control-expose-headers"],AccessControlMaxAge:TEe["access-control-max-age"],statusCode:pEe.statusCode,headers:pEe.headers})})}function gCe(kIe,BEe){var iEe=this,aEe=kIe.Headers;!aEe["Cache-Control"]&&!aEe["cache-control"]&&(aEe["Cache-Control"]="");var pEe=kIe.CopySource||"",TEe=oAe.getSourceParams.call(this,pEe);if(!TEe){BEe(oAe.error(new Error("CopySource format error")));return}var mEe=TEe.Bucket,dEe=TEe.Region,ICe=decodeURIComponent(TEe.Key);IQe.call(this,{Scope:[{action:"name/cos:GetObject",bucket:mEe,region:dEe,prefix:ICe},{action:"name/cos:PutObject",bucket:kIe.Bucket,region:kIe.Region,prefix:kIe.Key}],method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,VersionId:kIe.VersionId,headers:kIe.Headers,tracker:kIe.tracker},function(eBe,OBe){if(eBe)return BEe(eBe);var CQe=oAe.clone(OBe.CopyObjectResult||{}),FBe=FQe({ForcePathStyle:iEe.options.ForcePathStyle,protocol:iEe.options.Protocol,domain:iEe.options.Domain,bucket:kIe.Bucket,region:kIe.Region,object:kIe.Key,isLocation:!0});oAe.extend(CQe,{Location:FBe,statusCode:OBe.statusCode,headers:OBe.headers}),BEe(null,CQe)})}function TCe(kIe,BEe){var iEe=kIe.CopySource||"",aEe=oAe.getSourceParams.call(this,iEe);if(!aEe){BEe(oAe.error(new Error("CopySource format error")));return}var pEe=aEe.Bucket,TEe=aEe.Region,mEe=decodeURIComponent(aEe.Key);IQe.call(this,{Scope:[{action:"name/cos:GetObject",bucket:pEe,region:TEe,prefix:mEe},{action:"name/cos:PutObject",bucket:kIe.Bucket,region:kIe.Region,prefix:kIe.Key}],method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,VersionId:kIe.VersionId,qs:{partNumber:kIe.PartNumber,uploadId:kIe.UploadId},headers:kIe.Headers,tracker:kIe.tracker},function(dEe,ICe){if(dEe)return BEe(dEe);var eBe=oAe.clone(ICe.CopyPartResult||{});oAe.extend(eBe,{statusCode:ICe.statusCode,headers:ICe.headers}),BEe(null,eBe)})}function YEe(kIe,BEe){var iEe=kIe.Objects||[],aEe=kIe.Quiet;iEe=oAe.isArray(iEe)?iEe:[iEe];var pEe=oAe.json2xml({Delete:{Object:iEe,Quiet:aEe||!1}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe));var mEe=oAe.map(iEe,function(dEe){return{action:"name/cos:DeleteObject",bucket:kIe.Bucket,region:kIe.Region,prefix:dEe.Key}});IQe.call(this,{Scope:mEe,method:"POST",Bucket:kIe.Bucket,Region:kIe.Region,body:pEe,action:"delete",headers:TEe,tracker:kIe.tracker},function(dEe,ICe){if(dEe)return BEe(dEe);var eBe=ICe.DeleteResult||{},OBe=eBe.Deleted||[],CQe=eBe.Error||[];OBe=oAe.isArray(OBe)?OBe:[OBe],CQe=oAe.isArray(CQe)?CQe:[CQe];var FBe=oAe.clone(eBe);oAe.extend(FBe,{Error:CQe,Deleted:OBe,statusCode:ICe.statusCode,headers:ICe.headers}),BEe(null,FBe)})}function cEe(kIe,BEe){var iEe=kIe.Headers;if(!kIe.RestoreRequest){BEe(oAe.error(new Error("missing param RestoreRequest")));return}var aEe=kIe.RestoreRequest||{},pEe=oAe.json2xml({RestoreRequest:aEe});iEe["Content-Type"]="application/xml",iEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,VersionId:kIe.VersionId,body:pEe,action:"restore",headers:iEe,tracker:kIe.tracker},BEe)}function OEe(kIe,BEe){var iEe=kIe.Tagging||{},aEe=iEe.TagSet||iEe.Tags||kIe.Tags||[];aEe=oAe.clone(oAe.isArray(aEe)?aEe:[aEe]);var pEe=oAe.json2xml({Tagging:{TagSet:{Tag:aEe}}}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:kIe.Bucket,Key:kIe.Key,Region:kIe.Region,body:pEe,action:"tagging",headers:TEe,VersionId:kIe.VersionId,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers})})}function REe(kIe,BEe){IQe.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:kIe.Key,Bucket:kIe.Bucket,Region:kIe.Region,headers:kIe.Headers,action:"tagging",VersionId:kIe.VersionId,tracker:kIe.tracker},function(iEe,aEe){if(iEe){if(iEe.statusCode===404&&iEe.error&&(iEe.error==="Not Found"||iEe.error.Code==="NoSuchTagSet")){var pEe={Tags:[],statusCode:iEe.statusCode};iEe.headers&&(pEe.headers=iEe.headers),BEe(null,pEe)}else BEe(iEe);return}var TEe=[];try{TEe=aEe.Tagging.TagSet.Tag||[]}catch{}TEe=oAe.clone(oAe.isArray(TEe)?TEe:[TEe]),BEe(null,{Tags:TEe,statusCode:aEe.statusCode,headers:aEe.headers})})}function ZEe(kIe,BEe){IQe.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,action:"tagging",VersionId:kIe.VersionId,tracker:kIe.tracker},function(iEe,aEe){if(iEe&&iEe.statusCode===204)return BEe(null,{statusCode:iEe.statusCode});if(iEe)return BEe(iEe);BEe(null,{statusCode:aEe.statusCode,headers:aEe.headers})})}function uCe(kIe,BEe){var iEe=kIe.SelectType;if(!iEe)return BEe(oAe.error(new Error("missing param SelectType")));var aEe=kIe.SelectRequest||{},pEe=oAe.json2xml({SelectRequest:aEe}),TEe=kIe.Headers;TEe["Content-Type"]="application/xml",TEe["Content-MD5"]=oAe.b64(oAe.md5(pEe)),IQe.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,headers:kIe.Headers,action:"select",qs:{"select-type":kIe.SelectType},VersionId:kIe.VersionId,body:pEe,DataType:"arraybuffer",rawBody:!0,tracker:kIe.tracker},function(mEe,dEe){if(mEe&&mEe.statusCode===204)return BEe(null,{statusCode:mEe.statusCode});if(mEe)return BEe(mEe);var ICe=oAe.parseSelectPayload(dEe.body);BEe(null,{statusCode:dEe.statusCode,headers:dEe.headers,Body:ICe.body,Payload:ICe.payload})})}function YCe(kIe,BEe){var iEe=this,aEe=kIe.Headers,pEe=kIe.tracker;!aEe["Cache-Control"]&&!aEe["cache-control"]&&(aEe["Cache-Control"]=""),!aEe["Content-Type"]&&!aEe["content-type"]&&(aEe["Content-Type"]=kIe.Body&&kIe.Body.type||"");var TEe=kIe.Body&&(kIe.UploadAddMetaMd5||iEe.options.UploadAddMetaMd5);TEe&&pEe&&pEe.setParams({md5StartTime:new Date().getTime()}),oAe.getBodyMd5(TEe,kIe.Body,function(mEe){mEe&&(kIe.Headers["x-cos-meta-md5"]=mEe),TEe&&pEe&&pEe.setParams({md5EndTime:new Date().getTime()}),IQe.call(iEe,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,action:"uploads",headers:kIe.Headers,qs:kIe.Query,tracker:pEe},function(dEe,ICe){if(dEe)return pEe&&pEe.parent&&pEe.parent.setParams({errorNode:"multipartInit"}),BEe(dEe);if(ICe=oAe.clone(ICe||{}),ICe&&ICe.InitiateMultipartUploadResult)return BEe(null,oAe.extend(ICe.InitiateMultipartUploadResult,{statusCode:ICe.statusCode,headers:ICe.headers}));BEe(null,ICe)})},kIe.onHashProgress)}function MBe(kIe,BEe){var iEe=this;oAe.getFileSize("multipartUpload",kIe,function(){var aEe=kIe.tracker,pEe=iEe.options.UploadCheckContentMd5;pEe&&aEe&&aEe.setParams({md5StartTime:new Date().getTime()}),oAe.getBodyMd5(pEe,kIe.Body,function(TEe){TEe&&(kIe.Headers["Content-MD5"]=oAe.b64(TEe)),pEe&&aEe&&aEe.setParams({md5EndTime:new Date().getTime()}),aEe&&aEe.setParams({partNumber:kIe.PartNumber}),IQe.call(iEe,{Action:"name/cos:UploadPart",TaskId:kIe.TaskId,method:"PUT",Bucket:kIe.Bucket,Region:kIe.Region,Key:kIe.Key,qs:{partNumber:kIe.PartNumber,uploadId:kIe.UploadId},headers:kIe.Headers,onProgress:kIe.onProgress,body:kIe.Body||null,tracker:aEe},function(mEe,dEe){if(mEe)return aEe&&aEe.parent&&aEe.parent.setParams({errorNode:"multipartUpload"}),BEe(mEe);BEe(null,{ETag:oAe.attr(dEe.headers,"etag",""),statusCode:dEe.statusCode,headers:dEe.headers})})})})}function _Ce(kIe,BEe){for(var iEe=this,aEe=kIe.UploadId,pEe=kIe.Parts,TEe=kIe.tracker,mEe=0,dEe=pEe.length;mEe-1?CQe(OBe.Authorization):"sign="+encodeURIComponent(OBe.Authorization)),OBe.SecurityToken&&(FBe+="&x-cos-security-token="+OBe.SecurityToken),OBe.ClientIP&&(FBe+="&clientIP="+OBe.ClientIP),OBe.ClientUA&&(FBe+="&clientUA="+OBe.ClientUA),OBe.Token&&(FBe+="&token="+OBe.Token),TEe&&(FBe+="&"+TEe),setTimeout(function(){BEe(null,{Url:FBe})})}});return ICe?(mEe+="?"+ICe.Authorization+(ICe.SecurityToken?"&x-cos-security-token="+ICe.SecurityToken:""),TEe&&(mEe+="&"+TEe)):TEe&&(mEe+="?"+TEe),mEe}function RCe(kIe){var BEe={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},iEe={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},aEe=kIe&&kIe.AccessControlList||{},pEe=aEe.Grant;pEe&&(pEe=oAe.isArray(pEe)?pEe:[pEe]);var TEe={READ:0,WRITE:0,FULL_CONTROL:0};return pEe&&pEe.length&&oAe.each(pEe,function(mEe){var dEe=mEe.Grantee.URI&&mEe.Grantee.URI.endsWith("/groups/global/AllUsers");mEe.Grantee.ID==="qcs::cam::anyone:anyone"||dEe?TEe[mEe.Permission]=1:mEe.Grantee.ID!==kIe.Owner.ID&&BEe[iEe[mEe.Permission]].push('id="'+mEe.Grantee.ID+'"')}),TEe.FULL_CONTROL||TEe.WRITE&&TEe.READ?BEe.ACL="public-read-write":TEe.READ?BEe.ACL="public-read":BEe.ACL="private",oAe.each(iEe,function(mEe){BEe[mEe]=bBe(BEe[mEe].join(","))}),BEe}function bBe(kIe){var BEe=kIe.split(","),iEe={},aEe,pEe;for(aEe=0;aEe"u"?"undefined":tAe(location))==="object"&&location.protocol==="http:"?"http:":"https:");TEe||(["cn-south","cn-south-2","cn-north","cn-east","cn-southwest","sg"].indexOf(BEe)>-1?TEe="{Region}.myqcloud.com":TEe="cos.{Region}.myqcloud.com",kIe.ForcePathStyle||(TEe="{Bucket}."+TEe)),TEe=TEe.replace(/\{\{AppId\}\}/gi,pEe).replace(/\{\{Bucket\}\}/gi,aEe).replace(/\{\{Region\}\}/gi,BEe).replace(/\{\{.*?\}\}/gi,""),TEe=TEe.replace(/\{AppId\}/gi,pEe).replace(/\{BucketName\}/gi,aEe).replace(/\{Bucket\}/gi,iEe).replace(/\{Region\}/gi,BEe).replace(/\{.*?\}/gi,""),/^[a-zA-Z]+:\/\//.test(TEe)||(TEe=dEe+"//"+TEe),TEe.slice(-1)==="/"&&(TEe=TEe.slice(0,-1));var ICe=TEe;return kIe.ForcePathStyle&&(ICe+="/"+iEe),ICe+="/",mEe&&(ICe+=oAe.camSafeUrlEncode(mEe).replace(/%2F/g,"/")),kIe.isLocation&&(ICe=ICe.replace(/^https?:\/\//,"")),ICe}var mme=function(BEe){var iEe=BEe.Url||BEe.Bucket&&BEe.Region;if(!iEe)return"";var aEe=BEe.UseAccelerate===void 0?this.options.UseAccelerate:BEe.UseAccelerate,pEe=BEe.Url||FQe({ForcePathStyle:this.options.ForcePathStyle,protocol:this.options.Protocol,domain:this.options.Domain,bucket:BEe.Bucket,region:aEe?"accelerate":BEe.Region}),TEe=pEe.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");return TEe};function Dme(kIe,BEe){var iEe=oAe.clone(kIe.Headers),aEe="";oAe.each(iEe,function(QCe,WQe){(QCe===""||["content-type","cache-control","expires"].indexOf(WQe.toLowerCase())>-1)&&delete iEe[WQe],WQe.toLowerCase()==="host"&&(aEe=QCe)});var pEe=kIe.ForceSignHost!==!1;!aEe&&kIe.SignHost&&pEe&&(iEe.Host=kIe.SignHost);var TEe=!1,mEe=function(WQe,ime){TEe||(TEe=!0,ime&&ime.XCosSecurityToken&&!ime.SecurityToken&&(ime=oAe.clone(ime),ime.SecurityToken=ime.XCosSecurityToken,delete ime.XCosSecurityToken),BEe&&BEe(WQe,ime))},dEe=this,ICe=kIe.Bucket||"",eBe=kIe.Region||"",OBe=kIe.Key||"";dEe.options.ForcePathStyle&&ICe&&(OBe=ICe+"/"+OBe);var CQe="/"+OBe,FBe={},BQe=kIe.Scope;if(!BQe){var oBe=kIe.Action||"",XCe=kIe.ResourceKey||kIe.Key||"";BQe=kIe.Scope||[{action:oBe,bucket:ICe,region:eBe,prefix:XCe}]}var IBe=oAe.md5(JSON.stringify(BQe));dEe._StsCache=dEe._StsCache||[],function(){var QCe,WQe;for(QCe=dEe._StsCache.length-1;QCe>=0;QCe--){WQe=dEe._StsCache[QCe];var ime=Math.round(oAe.getSkewTime(dEe.options.SystemClockOffset)/1e3)+30;if(WQe.StartTime&&ime=WQe.ExpiredTime){dEe._StsCache.splice(QCe,1);continue}if(!WQe.ScopeLimit||WQe.ScopeLimit&&WQe.ScopeKey===IBe){FBe=WQe;break}}}();var yBe=function(){var WQe="";FBe.StartTime&&kIe.Expires?WQe=FBe.StartTime+";"+(FBe.StartTime+kIe.Expires*1):FBe.StartTime&&FBe.ExpiredTime&&(WQe=FBe.StartTime+";"+FBe.ExpiredTime);var ime=oAe.getAuth({SecretId:FBe.TmpSecretId,SecretKey:FBe.TmpSecretKey,Method:kIe.Method,Pathname:CQe,Query:kIe.Query,Headers:iEe,Expires:kIe.Expires,UseRawKey:dEe.options.UseRawKey,SystemClockOffset:dEe.options.SystemClockOffset,KeyTime:WQe,ForceSignHost:pEe}),kQe={Authorization:ime,SecurityToken:FBe.SecurityToken||FBe.XCosSecurityToken||"",Token:FBe.Token||"",ClientIP:FBe.ClientIP||"",ClientUA:FBe.ClientUA||"",SignFrom:"client"};mEe(null,kQe)},dCe=function(WQe){if(WQe.Authorization){var ime=!1,kQe=WQe.Authorization;if(kQe)if(kQe.indexOf(" ")>-1)ime=!1;else if(kQe.indexOf("q-sign-algorithm=")>-1&&kQe.indexOf("q-ak=")>-1&&kQe.indexOf("q-sign-time=")>-1&&kQe.indexOf("q-key-time=")>-1&&kQe.indexOf("q-url-param-list=")>-1)ime=!0;else try{kQe=atob(kQe),kQe.indexOf("a=")>-1&&kQe.indexOf("k=")>-1&&kQe.indexOf("t=")>-1&&kQe.indexOf("r=")>-1&&kQe.indexOf("b=")>-1&&(ime=!0)}catch{}if(!ime)return oAe.error(new Error("getAuthorization callback params format error"))}else{if(!WQe.TmpSecretId)return oAe.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!WQe.TmpSecretKey)return oAe.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!WQe.SecurityToken&&!WQe.XCosSecurityToken)return oAe.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!WQe.ExpiredTime)return oAe.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(WQe.ExpiredTime&&WQe.ExpiredTime.toString().length!==10)return oAe.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(WQe.StartTime&&WQe.StartTime.toString().length!==10)return oAe.error(new Error('getAuthorization callback params "StartTime" should be 10 StartTime'))}return!1};if(FBe.ExpiredTime&&FBe.ExpiredTime-oAe.getSkewTime(dEe.options.SystemClockOffset)/1e3>60)yBe();else if(dEe.options.getAuthorization)dEe.options.getAuthorization.call(dEe,{Bucket:ICe,Region:eBe,Method:kIe.Method,Key:OBe,Pathname:CQe,Query:kIe.Query,Headers:iEe,Scope:BQe,SystemClockOffset:dEe.options.SystemClockOffset,ForceSignHost:pEe},function(QCe){typeof QCe=="string"&&(QCe={Authorization:QCe});var WQe=dCe(QCe);if(WQe)return mEe(WQe);QCe.Authorization?mEe(null,QCe):(FBe=QCe||{},FBe.Scope=BQe,FBe.ScopeKey=IBe,dEe._StsCache.push(FBe),yBe())});else if(dEe.options.getSTS)dEe.options.getSTS.call(dEe,{Bucket:ICe,Region:eBe},function(QCe){FBe=QCe||{},FBe.Scope=BQe,FBe.ScopeKey=IBe,FBe.TmpSecretId||(FBe.TmpSecretId=FBe.SecretId),FBe.TmpSecretKey||(FBe.TmpSecretKey=FBe.SecretKey);var WQe=dCe(FBe);if(WQe)return mEe(WQe);dEe._StsCache.push(FBe),yBe()});else return function(){var QCe="";if(dEe.options.StartTime&&kIe.Expires){if(dEe.options.StartTime.toString().length!==10)return mEe(oAe.error(new Error('params "StartTime" should be 10 digits')));QCe=dEe.options.StartTime+";"+(dEe.options.StartTime+kIe.Expires*1)}else if(dEe.options.StartTime&&dEe.options.ExpiredTime){if(dEe.options.StartTime.toString().length!==10)return mEe(oAe.error(new Error('params "StartTime" should be 10 digits')));if(dEe.options.ExpiredTime.toString().length!==10)return mEe(oAe.error(new Error('params "ExpiredTime" should be 10 digits')));QCe=dEe.options.StartTime+";"+dEe.options.ExpiredTime*1}var WQe=oAe.getAuth({SecretId:kIe.SecretId||dEe.options.SecretId,SecretKey:kIe.SecretKey||dEe.options.SecretKey,Method:kIe.Method,Pathname:CQe,Query:kIe.Query,Headers:iEe,Expires:kIe.Expires,KeyTime:QCe,UseRawKey:dEe.options.UseRawKey,SystemClockOffset:dEe.options.SystemClockOffset,ForceSignHost:pEe}),ime={Authorization:WQe,SecurityToken:dEe.options.SecurityToken||dEe.options.XCosSecurityToken,SignFrom:"client"};return mEe(null,ime),ime}();return""}function wQe(kIe){var BEe=this,iEe=!1,aEe=!1,pEe=!1,TEe=kIe.headers&&(kIe.headers.date||kIe.headers.Date)||kIe.error&&kIe.error.ServerTime;try{var mEe=kIe.error.Code,dEe=kIe.error.Message;(mEe==="RequestTimeTooSkewed"||mEe==="AccessDenied"&&dEe==="Request has expired")&&(aEe=!0)}catch{}if(kIe)if(aEe&&TEe){var ICe=Date.parse(TEe);this.options.CorrectClockSkew&&Math.abs(oAe.getSkewTime(this.options.SystemClockOffset)-ICe)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=ICe-Date.now(),iEe=!0)}else Math.floor(kIe.statusCode/100)===5?(iEe=!0,pEe=!1):(kIe.message==="timeout"||kIe.message==="CORS blocked or network error")&&(iEe=!0,pEe=BEe.options.AutoSwitchHost);return{canRetry:iEe,networkError:pEe}}function Wme(kIe){var BEe=kIe.requestUrl,iEe=kIe.clientCalcSign,aEe=kIe.networkError;if(!this.options.AutoSwitchHost||!BEe||!iEe||!aEe)return!1;var pEe=/^https?:\/\/[^\/]*\.cos\.[^\/]*\.myqcloud\.com(\/.*)?$/,TEe=/^https?:\/\/[^\/]*\.cos\.accelerate\.myqcloud\.com(\/.*)?$/,mEe=pEe.test(BEe)&&!TEe.test(BEe);return mEe}function IQe(kIe,BEe){var iEe=this;!kIe.headers&&(kIe.headers={}),!kIe.qs&&(kIe.qs={}),kIe.VersionId&&(kIe.qs.versionId=kIe.VersionId),kIe.qs=oAe.clearKey(kIe.qs),kIe.headers&&(kIe.headers=oAe.clearKey(kIe.headers)),kIe.qs&&(kIe.qs=oAe.clearKey(kIe.qs));var aEe=oAe.clone(kIe.qs);kIe.action&&(aEe[kIe.action]="");var pEe=kIe.url||kIe.Url,TEe=kIe.SignHost||mme.call(this,{Bucket:kIe.Bucket,Region:kIe.Region,Url:pEe}),mEe=kIe.tracker,dEe=function(eBe){var OBe=iEe.options.SystemClockOffset;mEe&&mEe.setParams({signStartTime:new Date().getTime(),httpRetryTimes:eBe-1}),kIe.SwitchHost&&(TEe=TEe.replace(/myqcloud.com/,"tencentcos.cn"));var CQe=iAe(iAe({},kIe),{},{Query:aEe,SignHost:TEe,ForceSignHost:iEe.options.ForceSignHost});delete CQe.tracker,iEe.logger.debug({cate:"PROCESS",tag:"base",msg:"开始计算签名, opt=".concat(JSON.stringify(CQe))}),Dme.call(iEe,{Bucket:kIe.Bucket||"",Region:kIe.Region||"",Method:kIe.method,Key:kIe.Key,Query:aEe,Headers:kIe.headers,SignHost:TEe,Action:kIe.Action,ResourceKey:kIe.ResourceKey,Scope:kIe.Scope,ForceSignHost:iEe.options.ForceSignHost,SwitchHost:kIe.SwitchHost},function(FBe,BQe){if(FBe){iEe.logger.error({cate:"PROCESS",tag:"base",msg:"签名获取失败, err=".concat(JSON.stringify(FBe.message))}),BEe(FBe);return}mEe&&mEe.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),kIe.AuthData=BQe,iEe.logger.debug({cate:"PROCESS",tag:"base",msg:"签名获取成功"}),iEe.logger.info({cate:"PROCESS",tag:"base",msg:"准备发起请求"}),NBe.call(iEe,kIe,function(oBe,XCe){mEe&&mEe.setParams({httpEndTime:new Date().getTime()});var IBe=!1,yBe=!1;if(oBe){var dCe=wQe.call(iEe,oBe);IBe=dCe.canRetry||OBe!==iEe.options.SystemClockOffset,yBe=dCe.networkError,iEe.logger.error({cate:"PROCESS",tag:"network",msg:"请求失败, err=".concat(JSON.stringify(oBe),", canRetry=").concat(IBe,", networkError=").concat(yBe,", tryTimes=").concat(eBe)})}if(oBe&&eBe<4&&IBe){kIe.headers&&(delete kIe.headers.Authorization,delete kIe.headers.token,delete kIe.headers.clientIP,delete kIe.headers.clientUA,kIe.headers["x-cos-security-token"]&&delete kIe.headers["x-cos-security-token"],kIe.headers["x-ci-security-token"]&&delete kIe.headers["x-ci-security-token"]);var QCe=Wme.call(iEe,{requestUrl:(oBe==null?void 0:oBe.url)||"",clientCalcSign:BQe.SignFrom==="client",networkError:yBe});kIe.SwitchHost=QCe,kIe.headers["x-cos-sdk-retry"]=!0,iEe.logger.info({cate:"PROCESS",tag:"base",msg:"重试请求, 重试第".concat(eBe,"次")}),dEe(eBe+1)}else iEe.logger.info({cate:"PROCESS",tag:"base",msg:"请求完成"}),BEe(oBe,XCe)})})};dEe(1)}function NBe(kIe,BEe){var iEe=this,aEe=kIe.TaskId;if(!(aEe&&!iEe._isRunningTask(aEe))){var pEe=kIe.Bucket,TEe=kIe.Region,mEe=kIe.Key,dEe=kIe.method||"GET",ICe=kIe.Url||kIe.url,eBe=kIe.body,OBe=kIe.rawBody;iEe.options.UseAccelerate&&(TEe="accelerate"),ICe=ICe||FQe({ForcePathStyle:iEe.options.ForcePathStyle,protocol:iEe.options.Protocol,domain:iEe.options.Domain,bucket:pEe,region:TEe,object:mEe}),kIe.SwitchHost&&(ICe=ICe.replace(/myqcloud.com/,"tencentcos.cn"));var CQe=mEe?ICe:"";kIe.action&&(ICe=ICe+"?"+(oAe.isIOS_QQ?"".concat(kIe.action,"="):kIe.action)),kIe.qsStr&&(ICe.indexOf("?")>-1?ICe=ICe+"&"+kIe.qsStr:ICe=ICe+"?"+kIe.qsStr);var FBe={method:dEe,url:ICe,headers:kIe.headers,qs:kIe.qs,body:eBe},BQe="x-cos-security-token";if(oAe.isCIHost(ICe)&&(BQe="x-ci-security-token"),FBe.headers.Authorization=kIe.AuthData.Authorization,kIe.AuthData.Token&&(FBe.headers.token=kIe.AuthData.Token),kIe.AuthData.ClientIP&&(FBe.headers.clientIP=kIe.AuthData.ClientIP),kIe.AuthData.ClientUA&&(FBe.headers.clientUA=kIe.AuthData.ClientUA),kIe.AuthData.SecurityToken&&(FBe.headers[BQe]=kIe.AuthData.SecurityToken),kIe.Action&&(FBe.action=kIe.Action),FBe.key=kIe.Key||kIe.ResourceKey,FBe.headers&&(FBe.headers=oAe.clearKey(FBe.headers)),FBe=oAe.clearKey(FBe),kIe.onProgress&&typeof kIe.onProgress=="function"){var oBe=eBe&&(eBe.size||eBe.length)||0;FBe.onProgress=function(kQe){if(!(aEe&&!iEe._isRunningTask(aEe))){var Ome=kQe?kQe.loaded:0;kIe.onProgress({loaded:Ome,total:oBe})}}}kIe.onDownloadProgress&&(FBe.onDownloadProgress=kIe.onDownloadProgress),kIe.DataType&&(FBe.dataType=kIe.DataType),this.options.Timeout&&(FBe.timeout=this.options.Timeout),iEe.options.ForcePathStyle&&(FBe.pathStyle=iEe.options.ForcePathStyle);var XCe=oAe.uuid();iEe.logger.info({cate:"PROCESS",tag:"network",msg:"[Request] ".concat(XCe,", requestOpt=").concat(JSON.stringify(FBe))}),iEe.emit("before-send",FBe);var IBe=FBe.url.includes("accelerate."),yBe=FBe.qs?Object.keys(FBe.qs).map(function(kQe){return"".concat(kQe,"=").concat(FBe.qs[kQe])}).join("&"):"",dCe=yBe?FBe.url+"?"+yBe:FBe.url;if(kIe.tracker){var QCe;kIe.tracker.setParams({url:dCe,httpMethod:FBe.method,accelerate:IBe,httpSize:((QCe=FBe.body)===null||QCe===void 0?void 0:QCe.size)||0}),kIe.tracker.parent&&!kIe.tracker.parent.params.url&&kIe.tracker.parent.setParams({url:CQe,accelerate:IBe})}var WQe=(iEe.options.Request||nAe)(FBe,function(kQe){if(!(kQe&&kQe.error==="abort")){var Ome={options:FBe,error:kQe&&kQe.error,statusCode:kQe&&kQe.statusCode||0,statusMessage:kQe&&kQe.statusMessage||"",headers:kQe&&kQe.headers||{},body:kQe&&kQe.body};iEe.emit("after-receive",Ome);var sCe=Ome.error,nCe=Ome.body,ABe={statusCode:Ome.statusCode,statusMessage:Ome.statusMessage,headers:Ome.headers},LBe=sCe?"[error]":"[success]";iEe.logger.info({cate:"PROCESS",tag:"network",msg:"[Response] ".concat(XCe,", ").concat(LBe,", response=").concat(JSON.stringify(ABe))});var YBe,WBe=function(Nme,vme){if(aEe&&iEe.off("inner-kill-task",ime),!YBe){YBe=!0;var cQe={};if(ABe&&ABe.statusCode&&(cQe.statusCode=ABe.statusCode),ABe&&ABe.headers&&(cQe.headers=ABe.headers),Nme)FBe.url&&(cQe.url=FBe.url),FBe.method&&(cQe.method=FBe.method),Nme=oAe.extend(Nme||{},cQe),BEe(Nme,null);else{if(kIe.Action==="name/cos:PutObject"){var $me={};for(var v0e in kIe.headers){var Bme=v0e.toLowerCase();$me[Bme]=kIe.headers[v0e]}$me["x-cos-callback"]?vme.Error?(vme.CallbackError=oAe.clone(vme.Error),delete vme.Error):vme.CallbackBody=oAe.clone(vme):$me["x-cos-return-body"]&&(vme.Error?(vme.ReturnError=oAe.clone(vme.Error),delete vme.Error):vme.ReturnBody=oAe.clone(vme))}vme=oAe.extend(vme||{},cQe),BEe(null,vme)}WQe=null}};if(sCe)return WBe(oAe.error(sCe));var hQe=ABe.statusCode,nQe=Math.floor(hQe/100)===2;if(OBe){if(nQe)return WBe(null,{body:nCe});if(nCe instanceof Blob){oAe.readAsBinaryString(nCe,function(sme){var Nme=oAe.parseResBody(sme),vme=Nme.Error||Nme;return WBe(oAe.error(new Error(vme.Message||"response body error"),{code:vme.Code,error:vme}))});return}}var aQe=oAe.parseResBody(nCe),QQe=aQe.Error||aQe;nQe?WBe(null,aQe):QQe?WBe(oAe.error(new Error(QQe.Message),{code:QQe.Code,error:QQe})):hQe?WBe(oAe.error(new Error(ABe.statusMessage),{code:""+hQe})):hQe&&WBe(oAe.error(new Error("statusCode error")))}}),ime=function(Ome){Ome.TaskId===aEe&&(WQe&&WQe.abort&&WQe.abort(),iEe.off("inner-kill-task",ime))};aEe&&iEe.on("inner-kill-task",ime)}}var uBe={getService:aAe,putBucket:cAe,headBucket:uAe,getBucket:dAe,deleteBucket:EAe,putBucketAcl:gAe,getBucketAcl:pAe,putBucketCors:mAe,getBucketCors:SAe,deleteBucketCors:DAe,getBucketLocation:NAe,getBucketPolicy:bAe,putBucketPolicy:TAe,deleteBucketPolicy:GAe,putBucketTagging:LAe,getBucketTagging:wAe,deleteBucketTagging:OAe,putBucketLifecycle:PAe,getBucketLifecycle:HAe,deleteBucketLifecycle:zAe,putBucketVersioning:eIe,getBucketVersioning:iIe,putBucketReplication:rIe,getBucketReplication:AIe,deleteBucketReplication:XAe,putBucketWebsite:EIe,getBucketWebsite:hIe,deleteBucketWebsite:tIe,putBucketReferer:gIe,getBucketReferer:pIe,putBucketDomain:_Ie,getBucketDomain:SIe,deleteBucketDomain:yIe,putBucketOrigin:OIe,getBucketOrigin:HIe,deleteBucketOrigin:PIe,putBucketLogging:LIe,getBucketLogging:oEe,putBucketInventory:XIe,postBucketInventory:zIe,getBucketInventory:YIe,listBucketInventory:uEe,deleteBucketInventory:NEe,putBucketAccelerate:MEe,getBucketAccelerate:FEe,putBucketEncryption:vEe,getBucketEncryption:yEe,deleteBucketEncryption:VEe,getObject:CCe,headObject:UEe,listObjectVersions:UCe,putObject:fCe,deleteObject:VCe,getObjectAcl:$Ee,putObjectAcl:tCe,optionsObject:iCe,putObjectCopy:gCe,deleteMultipleObject:YEe,restoreObject:cEe,putObjectTagging:OEe,getObjectTagging:REe,deleteObjectTagging:ZEe,selectObjectContent:uCe,appendObject:bIe,uploadPartCopy:TCe,multipartInit:YCe,multipartUpload:MBe,multipartComplete:_Ce,multipartList:FCe,multipartListPart:kEe,multipartAbort:WCe,request:EBe,getObjectUrl:rBe,getAuth:TIe};function UBe(kIe,BEe,iEe){oAe.each(["Cors","Acl"],function(aEe){if(kIe.slice(-aEe.length)===aEe){var pEe=kIe.slice(0,-aEe.length)+aEe.toUpperCase(),TEe=oAe.apiWrapper(kIe,BEe),mEe=!1;iEe[pEe]=function(){!mEe&&console.warn("warning: cos."+pEe+" has been deprecated. Please Use cos."+kIe+" instead."),mEe=!0,TEe.apply(this,arguments)}}})}$P.exports.init=function(kIe,BEe){BEe.transferToTaskMethod(uBe,"putObject"),oAe.each(uBe,function(iEe,aEe){kIe.prototype[aEe]=oAe.apiWrapper(aEe,iEe),UBe(aEe,iEe,kIe.prototype)})}},"./src/cos.js":function($P,zP,z9){var eAe=z9("./src/util.js"),tAe=z9("./src/event.js"),AAe=z9("./src/task.js"),iAe=z9("./src/base.js"),nAe=z9("./src/advance.js"),oAe=z9("./src/logger.js"),aAe=z9("./package.json"),cAe={AppId:"",SecretId:"",SecretKey:"",SecurityToken:"",StartTime:0,ExpiredTime:0,ChunkRetryTimes:2,FileParallelLimit:3,ChunkParallelLimit:3,ChunkSize:1024*1024,SliceSize:1024*1024,CopyChunkParallelLimit:20,CopyChunkSize:1024*1024*10,CopySliceSize:1024*1024*10,MaxPartNumber:1e4,ProgressInterval:1e3,Domain:"",ServiceDomain:"",Protocol:"",CompatibilityMode:!1,ForcePathStyle:!1,UseRawKey:!1,Timeout:0,CorrectClockSkew:!0,SystemClockOffset:0,UploadCheckContentMd5:!1,UploadQueueSize:1e4,UploadAddMetaMd5:!1,UploadIdCacheLimit:50,UseAccelerate:!1,ForceSignHost:!0,AutoSwitchHost:!0,CopySourceParser:null,ObjectKeySimplifyCheck:!0,DeepTracker:!1,TrackerDelay:5e3,CustomId:"",BeaconReporter:null,ClsReporter:null,EnableLog:!1,EnableLogcat:!1,LogLevel:"VERBOSE",ClsLogger:null,LogExtras:{}},uAe=function(EAe){var gAe,pAe,mAe=this;if(this.options=eAe.extend(eAe.clone(cAe),EAe||{}),this.options.FileParallelLimit=Math.max(1,this.options.FileParallelLimit),this.options.ChunkParallelLimit=Math.max(1,this.options.ChunkParallelLimit),this.options.ChunkRetryTimes=Math.max(0,this.options.ChunkRetryTimes),this.options.ChunkSize=Math.max(1024*1024,this.options.ChunkSize),this.options.CopyChunkParallelLimit=Math.max(1,this.options.CopyChunkParallelLimit),this.options.CopyChunkSize=Math.max(1024*1024,this.options.CopyChunkSize),this.options.CopySliceSize=Math.max(0,this.options.CopySliceSize),this.options.MaxPartNumber=Math.max(1024,Math.min(1e4,this.options.MaxPartNumber)),this.options.Timeout=Math.max(0,this.options.Timeout),this.options.EnableReporter=this.options.BeaconReporter||this.options.ClsReporter,this.options.AppId&&console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g: "test-1250000000").'),this.options.SecretId&&this.options.SecretId.indexOf(" ")>-1&&(console.error("error: SecretId格式错误,请检查"),console.error("error: SecretId format is incorrect. Please check")),this.options.SecretKey&&this.options.SecretKey.indexOf(" ")>-1&&(console.error("error: SecretKey格式错误,请检查"),console.error("error: SecretKey format is incorrect. Please check")),eAe.isNode()&&(console.log("Tip: Next.js、Nuxt.js 等服务端渲染技术可正常使用JavaScript SDK,请忽略下方 nodejs 环境警告"),console.warn("warning: cos-js-sdk-v5 不支持 nodejs 环境使用,请改用 cos-nodejs-sdk-v5,参考文档: https://cloud.tencent.com/document/product/436/8629"),console.warn("warning: cos-js-sdk-v5 does not support nodejs environment. Please use cos-nodejs-sdk-v5 instead. See: https://cloud.tencent.com/document/product/436/8629")),this.options.ForcePathStyle)throw console.warn("cos-js-sdk-v5不再支持使用path-style,仅支持使用virtual-hosted-style,参考文档:https://cloud.tencent.com/document/product/436/96243"),new Error("ForcePathStyle is not supported");tAe.init(this),AAe.init(this),this.logger=new oAe({enableLog:this.options.EnableLog,enableLogcat:this.options.EnableLogcat,level:(gAe=this.options.LogLevel)!==null&&gAe!==void 0?gAe:"VERBOSE",clsLogger:this.options.ClsLogger,logExtras:(pAe=this.options.LogExtras)!==null&&pAe!==void 0?pAe:{}}),this.options.EnableLog&&(tAe.init(this.logger),this.logger.on("log-message",function(SAe){mAe.emit("log-message",SAe)}))};iAe.init(uAe,AAe),nAe.init(uAe,AAe),uAe.util={md5:eAe.md5,xml2json:eAe.xml2json,json2xml:eAe.json2xml,encodeBase64:eAe.encodeBase64},uAe.getAuthorization=eAe.getAuth,uAe.version=aAe.version,$P.exports=uAe},"./src/event.js":function($P,zP){var z9=function(AAe){var iAe={},nAe=function(aAe){return!iAe[aAe]&&(iAe[aAe]=[]),iAe[aAe]};AAe.on=function(oAe,aAe){oAe==="task-list-update"&&console.warn('warning: Event "'+oAe+'" has been deprecated. Please use "list-update" instead.'),nAe(oAe).push(aAe)},AAe.off=function(oAe,aAe){for(var cAe=nAe(oAe),uAe=cAe.length-1;uAe>=0;uAe--)aAe===cAe[uAe]&&cAe.splice(uAe,1)},AAe.emit=function(oAe,aAe){for(var cAe=nAe(oAe).map(function(dAe){return dAe}),uAe=0;uAe=0;mAe--){var SAe=iAe[mAe][2];(!SAe||SAe+AAe=0;SAe--){var DAe=iAe[SAe];DAe[0]===gAe&&DAe[1]===pAe&&iAe.splice(SAe,1)}iAe.unshift([gAe,pAe,Math.round(Date.now()/1e3)]),iAe.length>mAe&&iAe.splice(mAe),uAe()}},removeUploadId:function(gAe){cAe.call(this),delete dAe.using[gAe];for(var pAe=iAe.length-1;pAe>=0;pAe--)iAe[pAe][1]===gAe&&iAe.splice(pAe,1);uAe()}};$P.exports=dAe},"./src/task.js":function($P,zP,z9){var eAe=z9("./src/session.js"),tAe=z9("./src/util.js"),AAe={},iAe=function(aAe,cAe){AAe[cAe]=aAe[cAe],aAe[cAe]=function(uAe,dAe){uAe.SkipTask?AAe[cAe].call(this,uAe,dAe):this._addTask(cAe,uAe,dAe)}},nAe=function(aAe){var cAe=[],uAe={},dAe=0,EAe=0,gAe=function(bAe){var GAe={id:bAe.id,Bucket:bAe.Bucket,Region:bAe.Region,Key:bAe.Key,FilePath:bAe.FilePath,state:bAe.state,loaded:bAe.loaded,size:bAe.size,speed:bAe.speed,percent:bAe.percent,hashPercent:bAe.hashPercent,error:bAe.error};return bAe.FilePath&&(GAe.FilePath=bAe.FilePath),bAe._custom&&(GAe._custom=bAe._custom),GAe},pAe=function(){var TAe,bAe=function(){TAe=0,aAe.emit("task-list-update",{list:tAe.map(cAe,gAe)}),aAe.emit("list-update",{list:tAe.map(cAe,gAe)})};return function(){TAe||(TAe=setTimeout(bAe))}}(),mAe=function(){if(!(cAe.length<=aAe.options.UploadQueueSize)){for(var bAe=0;bAeaAe.options.UploadQueueSize;){var GAe=cAe[bAe].state==="waiting"||cAe[bAe].state==="checking"||cAe[bAe].state==="uploading";!cAe[bAe]||!GAe?(uAe[cAe[bAe].id]&&delete uAe[cAe[bAe].id],cAe.splice(bAe,1),EAe--):bAe++}pAe()}},SAe=function(){if(!(dAe>=aAe.options.FileParallelLimit)){for(;cAe[EAe]&&cAe[EAe].state!=="waiting";)EAe++;if(!(EAe>=cAe.length)){var bAe=cAe[EAe];EAe++,dAe++,bAe.state="checking",bAe.params.onTaskStart&&bAe.params.onTaskStart(gAe(bAe)),!bAe.params.UploadData&&(bAe.params.UploadData={});var GAe=tAe.formatParams(bAe.api,bAe.params);AAe[bAe.api].call(aAe,GAe,function(LAe,wAe){aAe._isRunningTask(bAe.id)&&((bAe.state==="checking"||bAe.state==="uploading")&&(bAe.state=LAe?"error":"success",LAe&&(bAe.error=LAe),dAe--,pAe(),SAe(),bAe.callback&&bAe.callback(LAe,wAe),bAe.state==="success"&&(bAe.params&&(delete bAe.params.UploadData,delete bAe.params.Body,delete bAe.params),delete bAe.callback)),mAe())}),pAe(),setTimeout(SAe)}}},DAe=function(bAe,GAe){var LAe=uAe[bAe];if(LAe){var wAe=LAe&&LAe.state==="waiting",OAe=LAe&&(LAe.state==="checking"||LAe.state==="uploading");if(GAe==="canceled"&&LAe.state!=="canceled"||GAe==="paused"&&wAe||GAe==="paused"&&OAe){LAe.state=GAe,aAe.emit("inner-kill-task",{TaskId:bAe,toState:GAe});try{var PAe=LAe&&LAe.params&&LAe.params.UploadData.UploadId}catch{}GAe==="canceled"&&PAe&&eAe.removeUsing(PAe),pAe(),OAe&&(dAe--,SAe()),GAe==="canceled"&&(LAe.params&&(delete LAe.params.UploadData,delete LAe.params.Body,delete LAe.params),delete LAe.callback)}mAe()}};aAe._addTasks=function(TAe){tAe.each(TAe,function(bAe){aAe._addTask(bAe.api,bAe.params,bAe.callback,!0)}),pAe()};var NAe=!0;aAe._addTask=function(TAe,bAe,GAe,LAe){bAe=tAe.formatParams(TAe,bAe);var wAe=tAe.uuid();bAe.TaskId=wAe,bAe.onTaskReady&&bAe.onTaskReady(wAe),bAe.TaskReady&&(bAe.TaskReady(wAe),NAe&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),NAe=!1);var OAe={params:bAe,callback:GAe,api:TAe,index:cAe.length,id:wAe,Bucket:bAe.Bucket,Region:bAe.Region,Key:bAe.Key,FilePath:bAe.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:bAe._custom},PAe=bAe.onHashProgress;bAe.onHashProgress=function(zAe){aAe._isRunningTask(OAe.id)&&(OAe.hashPercent=zAe.percent,PAe&&PAe(zAe),pAe())};var HAe=bAe.onProgress;return bAe.onProgress=function(zAe){aAe._isRunningTask(OAe.id)&&(OAe.state==="checking"&&(OAe.state="uploading"),OAe.loaded=zAe.loaded,OAe.speed=zAe.speed,OAe.percent=zAe.percent,HAe&&HAe(zAe),pAe())},tAe.getFileSize(TAe,bAe,function(zAe,eIe){if(zAe)return GAe(tAe.error(zAe));uAe[wAe]=OAe,cAe.push(OAe),OAe.size=eIe,!LAe&&pAe(),SAe(),mAe()}),wAe},aAe._isRunningTask=function(TAe){var bAe=uAe[TAe];return!!(bAe&&(bAe.state==="checking"||bAe.state==="uploading"))},aAe.getTaskList=function(){return tAe.map(cAe,gAe)},aAe.cancelTask=function(TAe){DAe(TAe,"canceled")},aAe.pauseTask=function(TAe){DAe(TAe,"paused")},aAe.restartTask=function(TAe){var bAe=uAe[TAe];bAe&&(bAe.state==="paused"||bAe.state==="error")&&(bAe.state="waiting",pAe(),EAe=Math.min(EAe,bAe.index),SAe())},aAe.isUploadRunning=function(){return dAe||EAe"u"?"undefined":AAe(navigator))==="object"){var GAe=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return(GAe==null?void 0:GAe.type)||(GAe==null?void 0:GAe.effectiveType)||"unknown"}return"unknown"},getProtocol:function(){return(typeof location>"u"?"undefined":AAe(location))==="object"?location.protocol.replace(/:/,""):"unknown protocol"},getOsType:function(){if((typeof navigator>"u"?"undefined":AAe(navigator))!=="object")return"unknown os";var GAe=navigator.userAgent.toLowerCase(),LAe=/macintosh|mac os x/i.test(navigator.userAgent);return GAe.indexOf("win32")>=0||GAe.indexOf("wow32")>=0?"win32":GAe.indexOf("win64")>=0||GAe.indexOf("wow64")>=0?"win64":LAe?"mac":"unknown os"},isMobile:function(){var GAe=/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i;return!!((typeof navigator>"u"?"undefined":AAe(navigator))==="object"&&navigator.userAgent.match(GAe))},isAndroid:function(){var GAe=/(Android|Adr|Linux)/i;return!!((typeof navigator>"u"?"undefined":AAe(navigator))==="object"&&navigator.userAgent.match(GAe))},isIOS:function(){var GAe=/(iPhone|iPod|iPad|iOS)/i;return!!((typeof navigator>"u"?"undefined":AAe(navigator))==="object"&&navigator.userAgent.match(GAe))},isOtherMobile:function(){return uAe&&!isAndroid&&!isIOS},getUA:function(){if((typeof navigator>"u"?"undefined":AAe(navigator))!=="object")return"unknown device";var GAe=navigator.userAgent;return GAe}},uAe=cAe.isMobile(),dAe=cAe.isAndroid()?"android":cAe.isIOS?"ios":"other_mobile",EAe=cAe.getOsType(),gAe=uAe?dAe:EAe,pAe=cAe.getUA(),mAe=cAe.getProtocol(),SAe=function(GAe){return["putObject","sliceUploadFile","uploadFile","uploadFiles"].includes(GAe)?"UploadTask":GAe==="getObject"?"DownloadTask":["putObjectCopy","sliceCopyFile"].includes(GAe)?"CopyTask":GAe};function DAe(bAe){return bAe.replace(/([A-Z])/g,"_$1").toLowerCase()}function NAe(bAe){var GAe={},LAe=["sdkVersionName","sdkVersionCode","osName","networkType","requestName","requestResult","bucket","region","appid","accelerate","url","host","requestPath","userAgent","networkProtocol","httpMethod","httpSize","httpSpeed","httpTookTime","httpMd5","httpSign","httpFullTime","httpDomain","partNumber","httpRetryTimes","customId","traceId","realApi"],wAe=[].concat(LAe,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),OAe=bAe.requestResult==="Success"?LAe:wAe;for(var PAe in bAe)if(OAe.includes(PAe)){var HAe=DAe(PAe);GAe[HAe]=bAe[PAe]}return GAe.request_name=bAe.realApi?SAe(bAe.realApi):bAe.requestName,GAe}var TAe=function(){function bAe(GAe){eAe(this,bAe);var LAe=GAe.parent,wAe=GAe.traceId,OAe=GAe.bucket,PAe=GAe.region,HAe=GAe.apiName,zAe=GAe.realApi,eIe=GAe.httpMethod,iIe=GAe.fileKey,rIe=GAe.fileSize,AIe=GAe.accelerate,XAe=GAe.customId,EIe=GAe.delay,hIe=GAe.deepTracker,tIe=GAe.Beacon,gIe=GAe.clsReporter,pIe=OAe&&OAe.substr(OAe.lastIndexOf("-")+1)||"";this.parent=LAe,this.deepTracker=hIe,this.delay=EIe,gIe&&!this.clsReporter&&(this.clsReporter=gIe),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:iAe.version,osName:gAe,networkType:"",requestName:HAe||"",requestResult:"",realApi:zAe,bucket:OAe,region:PAe,accelerate:AIe,httpMethod:eIe,url:"",host:"",httpDomain:"",requestPath:iIe||"",userAgent:pAe,networkProtocol:mAe,errorType:"",errorCode:"",errorName:"",errorMessage:"",errorRequestId:"",errorHttpCode:0,errorServiceName:"",errorNode:"",httpTookTime:0,httpSize:rIe||0,httpMd5:0,httpSign:0,httpFullTime:0,httpSpeed:0,md5StartTime:0,md5EndTime:0,signStartTime:0,signEndTime:0,httpStartTime:0,httpEndTime:0,startTime:new Date().getTime(),endTime:0,traceId:wAe||cAe.getUid(),appid:pIe,partNumber:0,httpRetryTimes:0,customId:XAe||"",partTime:0},tIe&&(this.beacon=oAe(tIe,EIe))}return tAe(bAe,[{key:"formatResult",value:function(LAe,wAe){var OAe,PAe,HAe,zAe,eIe,iIe,rIe=new Date().getTime(),AIe=cAe.getNetType(),XAe=LAe?(LAe==null?void 0:LAe.code)||(LAe==null||(OAe=LAe.error)===null||OAe===void 0?void 0:OAe.code)||(LAe==null||(PAe=LAe.error)===null||PAe===void 0?void 0:PAe.Code):"",EIe=LAe?(LAe==null?void 0:LAe.message)||(LAe==null||(HAe=LAe.error)===null||HAe===void 0?void 0:HAe.message)||(LAe==null||(zAe=LAe.error)===null||zAe===void 0?void 0:zAe.Message):"",hIe=EIe,tIe=LAe?(LAe==null?void 0:LAe.resource)||(LAe==null||(eIe=LAe.error)===null||eIe===void 0?void 0:eIe.resource)||(LAe==null||(iIe=LAe.error)===null||iIe===void 0?void 0:iIe.Resource):"",gIe=LAe?LAe==null?void 0:LAe.statusCode:wAe.statusCode,pIe=LAe?(LAe==null?void 0:LAe.headers)&&(LAe==null?void 0:LAe.headers["x-cos-request-id"]):(wAe==null?void 0:wAe.headers)&&(wAe==null?void 0:wAe.headers["x-cos-request-id"]),_Ie=LAe?pIe?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=wAe?wAe.headers&&wAe.headers["content-length"]:0);var SIe=this.params.realApi==="sliceUploadFile",yIe=this.params.realApi==="sliceCopyFile";if(SIe||yIe){var OIe=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:OIe<0?0:OIe.toFixed(3)})}else{var HIe=rIe-this.params.startTime,PIe=this.params.httpEndTime-this.params.httpStartTime,LIe=this.params.httpSize/1024/(PIe/1e3),oEe=this.params.md5EndTime-this.params.md5StartTime,JIe=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",aAe(PIe)),this.parent.addParamValue("httpFullTime",aAe(HIe)),this.parent.addParamValue("httpMd5",aAe(oEe)),this.parent.addParamValue("httpSign",aAe(JIe)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",aAe(PIe))),Object.assign(this.params,{httpFullTime:aAe(HIe),httpMd5:aAe(oEe),httpSign:aAe(JIe),httpTookTime:aAe(PIe),httpSpeed:LIe<0?0:LIe.toFixed(3)})}if(Object.assign(this.params,{networkType:AIe,requestResult:LAe?"Failure":"Success",errorType:_Ie,errorCode:XAe,errorHttpCode:gIe,errorName:hIe,errorMessage:EIe,errorServiceName:tIe,errorRequestId:pIe}),LAe&&(!XAe||!EIe)&&(this.params.fullError=LAe?JSON.stringify(LAe):""),this.params.url){try{var XIe=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=XIe[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(LAe,wAe){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(LAe,wAe);var OAe=NAe(this.params);this.beacon&&this.sendEventsToBeacon(OAe),this.clsReporter&&this.sendEventsToCLS(OAe)}}},{key:"setParams",value:function(LAe){Object.assign(this.params,LAe)}},{key:"addParamValue",value:function(LAe,wAe){this.params[LAe]=(+this.params[LAe]+ +wAe).toFixed(3)}},{key:"sendEventsToBeacon",value:function(LAe){var wAe=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(wAe&&!this.deepTracker)){var OAe="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(OAe,LAe):this.beacon&&this.beacon.onUserAction(OAe,LAe)}}},{key:"sendEventsToCLS",value:function(LAe){var wAe=this.delay===0;this.clsReporter.log(LAe,wAe)}},{key:"generateSubTracker",value:function(LAe){return Object.assign(LAe,{parent:this,deepTracker:this.deepTracker,traceId:this.params.traceId,bucket:this.params.bucket,region:this.params.region,accelerate:this.params.accelerate,fileKey:this.params.requestPath,customId:this.params.customId,delay:this.delay,clsReporter:this.clsReporter}),new bAe(LAe)}}])}();$P.exports=TAe},"./src/util.js":function($P,zP,z9){(function(eAe){var tAe=z9("./node_modules/@babel/runtime/helpers/typeof.js");function AAe(YEe,cEe){var OEe=typeof Symbol<"u"&&YEe[Symbol.iterator]||YEe["@@iterator"];if(!OEe){if(Array.isArray(YEe)||(OEe=iAe(YEe))||cEe){OEe&&(YEe=OEe);var REe=0,ZEe=function(){};return{s:ZEe,n:function(){return REe>=YEe.length?{done:!0}:{done:!1,value:YEe[REe++]}},e:function(FCe){throw FCe},f:ZEe}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var uCe,YCe=!0,MBe=!1;return{s:function(){OEe=OEe.call(YEe)},n:function(){var FCe=OEe.next();return YCe=FCe.done,FCe},e:function(FCe){MBe=!0,uCe=FCe},f:function(){try{YCe||OEe.return==null||OEe.return()}finally{if(MBe)throw uCe}}}}function iAe(YEe,cEe){if(YEe){if(typeof YEe=="string")return nAe(YEe,cEe);var OEe={}.toString.call(YEe).slice(8,-1);return OEe==="Object"&&YEe.constructor&&(OEe=YEe.constructor.name),OEe==="Map"||OEe==="Set"?Array.from(YEe):OEe==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(OEe)?nAe(YEe,cEe):void 0}}function nAe(YEe,cEe){(cEe==null||cEe>YEe.length)&&(cEe=YEe.length);for(var OEe=0,REe=Array(cEe);OEeuCe?1:-1})}var LAe=function(cEe,OEe){var REe,ZEe,uCe,YCe=[],MBe=GAe(cEe);for(REe=0;REe-1||ZEe.indexOf("x-ci-")>-1||wAe.indexOf(ZEe)>-1)&&(OEe[REe]=cEe[REe])}return OEe},PAe=function(cEe){cEe=cEe||{};var OEe=cEe.SecretId,REe=cEe.SecretKey,ZEe=cEe.KeyTime,uCe=(cEe.method||cEe.Method||"get").toLowerCase(),YCe=_Ie(cEe.Query||cEe.params||{}),MBe=OAe(_Ie(cEe.Headers||cEe.headers||{})),_Ce=cEe.Key||"",FCe;cEe.UseRawKey?FCe=cEe.Pathname||cEe.pathname||"/"+_Ce:(FCe=cEe.Pathname||cEe.pathname||_Ce,FCe.indexOf("/")!==0&&(FCe="/"+FCe));var kEe=cEe.ForceSignHost!==!1;if(!MBe.Host&&!MBe.host&&cEe.Bucket&&cEe.Region&&kEe&&(MBe.Host=cEe.Bucket+".cos."+cEe.Region+".myqcloud.com"),!OEe)throw new Error("missing param SecretId");if(!REe)throw new Error("missing param SecretKey");var WCe=Math.round(yEe(cEe.SystemClockOffset)/1e3)-1,EBe=WCe,bIe=cEe.Expires||cEe.expires;bIe===void 0?EBe+=900:EBe+=bIe*1||0;var TIe="sha1",rBe=OEe,RCe=ZEe||WCe+";"+EBe,bBe=ZEe||WCe+";"+EBe,FQe=GAe(MBe,!0).join(";").toLowerCase(),mme=GAe(YCe,!0).join(";").toLowerCase(),Dme=aAe.HmacSHA1(bBe,REe).toString(),wQe=[uCe,FCe,TCe.obj2str(YCe,!0),TCe.obj2str(MBe,!0),""].join(` `),Wme=["sha1",RCe,aAe.SHA1(wQe).toString(),""].join(` `),IQe=aAe.HmacSHA1(Wme,Dme).toString(),NBe=["q-sign-algorithm="+TIe,"q-ak="+rBe,"q-sign-time="+RCe,"q-key-time="+bBe,"q-header-list="+FQe,"q-url-param-list="+mme,"q-signature="+IQe].join("&");return NBe},HAe=function(cEe,OEe,REe){var ZEe=OEe/8,uCe=cEe.slice(REe,REe+ZEe);return new Uint8Array(uCe).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[OEe](uCe)[0]},zAe=function(cEe,OEe,REe,ZEe){var uCe=cEe.slice(OEe,REe),YCe="";return new Uint8Array(uCe).forEach(function(MBe){YCe+=String.fromCharCode(MBe)}),ZEe&&(YCe=decodeURIComponent(escape(YCe))),YCe},eIe=function(cEe){for(var OEe={},REe=zAe(cEe),ZEe={records:[]};cEe.byteLength;){var uCe=HAe(cEe,32,0),YCe=HAe(cEe,32,4),MBe=uCe-YCe-16,_Ce=0,FCe;for(cEe=cEe.slice(12);_CeparseInt(ZEe[uCe])?1:-1;return 0},cEe=function(REe){if(!REe)return!1;var ZEe=(REe.match(/Chrome\/([.\d]+)/)||[])[1],uCe=(REe.match(/QBCore\/([.\d]+)/)||[])[1],YCe=(REe.match(/QQBrowser\/([.\d]+)/)||[])[1],MBe=ZEe&&YEe(ZEe,"53.0.2785.116")<0&&uCe&&YEe(uCe,"3.53.991.400")<0&&YCe&&YEe(YCe,"9.0.2524.400")<=0||!1;return MBe};return cEe(typeof navigator<"u"&&navigator.userAgent)}(),hIe=function(cEe,OEe,REe,ZEe,uCe){var YCe;if(cEe.slice?YCe=cEe.slice(OEe,REe):cEe.mozSlice?YCe=cEe.mozSlice(OEe,REe):cEe.webkitSlice&&(YCe=cEe.webkitSlice(OEe,REe)),ZEe&&EIe){var MBe=new FileReader;MBe.onload=function(_Ce){YCe=null,uCe(new Blob([MBe.result]))},MBe.readAsArrayBuffer(YCe)}else uCe(YCe)},tIe=function(cEe,OEe,REe,ZEe){REe=REe||rIe,cEe?typeof OEe=="string"?REe(TCe.md5(OEe,!0)):Blob&&OEe instanceof Blob?TCe.getFileMd5(OEe,function(uCe,YCe){REe(YCe)},ZEe):REe():REe()},gIe=1024*1024,pIe=function(cEe,OEe,REe){var ZEe=cEe.size,uCe=0,YCe=oAe.getCtx(),MBe=function(FCe){if(FCe>=ZEe){var kEe=YCe.digest("hex");OEe(null,kEe);return}var WCe=Math.min(ZEe,FCe+gIe);TCe.fileSlice(cEe,FCe,WCe,!1,function(EBe){XAe(EBe,function(bIe){EBe=null,YCe=YCe.update(bIe,!0),uCe+=bIe.length,bIe=null,REe&&REe({loaded:uCe,total:ZEe,percent:Math.round(uCe/ZEe*1e4)/1e4}),MBe(FCe+gIe)})})};MBe(0)};function _Ie(YEe){return JIe(YEe,function(cEe){return tAe(cEe)==="object"&&cEe!==null?_Ie(cEe):cEe})}function SIe(YEe,cEe,OEe){return YEe&&cEe in YEe?YEe[cEe]:OEe}function yIe(YEe,cEe){return oEe(cEe,function(OEe,REe){YEe[REe]=cEe[REe]}),YEe}function OIe(YEe){return YEe instanceof Array}function HIe(YEe){return Object.prototype.toString.call(YEe)==="[object Object]"}function PIe(YEe,cEe){for(var OEe=!1,REe=0;REe-1,_Ce=!YCe||typeof YCe=="string"&&YCe.indexOf("{Region}")>-1;if(cEe.indexOf("Bucket")>-1||cEe==="deleteMultipleObject"||cEe==="multipartList"||cEe==="listObjectVersions"){if(MBe&&!REe)return"Bucket";if(_Ce&&!ZEe)return"Region"}else if(cEe.indexOf("Object")>-1||cEe.indexOf("multipart")>-1||cEe==="sliceUploadFile"||cEe==="abortUploadTask"||cEe==="uploadFile"){if(MBe&&!REe)return"Bucket";if(_Ce&&!ZEe)return"Region";if(!uCe)return"Key"}return!1},NEe=function(cEe,OEe){if(OEe=yIe({},OEe),cEe!=="getAuth"&&cEe!=="getV4Auth"&&cEe!=="getObjectUrl"){var REe=OEe.Headers||{};if(OEe&&tAe(OEe)==="object"){(function(){for(var uCe in OEe)OEe.hasOwnProperty(uCe)&&uCe.indexOf("x-cos-")>-1&&(REe[uCe]=OEe[uCe])})();var ZEe={"x-cos-mfa":"MFA","Content-MD5":"ContentMD5","Content-Length":"ContentLength","Content-Type":"ContentType",Expect:"Expect",Expires:"Expires","Cache-Control":"CacheControl","Content-Disposition":"ContentDisposition","Content-Encoding":"ContentEncoding",Range:"Range","If-Modified-Since":"IfModifiedSince","If-Unmodified-Since":"IfUnmodifiedSince","If-Match":"IfMatch","If-None-Match":"IfNoneMatch","x-cos-copy-source":"CopySource","x-cos-copy-source-Range":"CopySourceRange","x-cos-metadata-directive":"MetadataDirective","x-cos-copy-source-If-Modified-Since":"CopySourceIfModifiedSince","x-cos-copy-source-If-Unmodified-Since":"CopySourceIfUnmodifiedSince","x-cos-copy-source-If-Match":"CopySourceIfMatch","x-cos-copy-source-If-None-Match":"CopySourceIfNoneMatch","x-cos-acl":"ACL","x-cos-grant-read":"GrantRead","x-cos-grant-write":"GrantWrite","x-cos-grant-full-control":"GrantFullControl","x-cos-grant-read-acp":"GrantReadAcp","x-cos-grant-write-acp":"GrantWriteAcp","x-cos-storage-class":"StorageClass","x-cos-traffic-limit":"TrafficLimit","x-cos-mime-limit":"MimeLimit","x-cos-server-side-encryption-customer-algorithm":"SSECustomerAlgorithm","x-cos-server-side-encryption-customer-key":"SSECustomerKey","x-cos-server-side-encryption-customer-key-MD5":"SSECustomerKeyMD5","x-cos-server-side-encryption":"ServerSideEncryption","x-cos-server-side-encryption-cos-kms-key-id":"SSEKMSKeyId","x-cos-server-side-encryption-context":"SSEContext","Pic-Operations":"PicOperations","x-cos-callback":"Callback","x-cos-callback-var":"CallbackVar","x-cos-return-body":"ReturnBody"};TCe.each(ZEe,function(uCe,YCe){OEe[uCe]!==void 0&&(REe[YCe]=OEe[uCe])}),OEe.Headers=AIe(REe)}}return OEe},MEe=function(cEe,OEe){return function(REe,ZEe){var uCe=this;typeof REe=="function"&&(ZEe=REe,REe={}),REe=NEe(cEe,REe);var YCe;if(uCe.options.EnableReporter)if(REe.calledBySdk==="sliceUploadFile"||REe.calledBySdk==="sliceCopyFile")YCe=REe.tracker&&REe.tracker.generateSubTracker({apiName:cEe});else if(["uploadFile","uploadFiles"].includes(cEe))YCe=null;else{var MBe=0;REe.Body&&(MBe=typeof REe.Body=="string"?REe.Body.length:REe.Body.size||REe.Body.byteLength||0);var _Ce=uCe.options.UseAccelerate||typeof uCe.options.Domain=="string"&&uCe.options.Domain.includes("accelerate.");YCe=new mAe({Beacon:uCe.options.BeaconReporter,clsReporter:uCe.options.ClsReporter,bucket:REe.Bucket,region:REe.Region,apiName:cEe,realApi:cEe,accelerate:_Ce,fileKey:REe.Key,fileSize:MBe,deepTracker:uCe.options.DeepTracker,customId:uCe.options.CustomId,delay:uCe.options.TrackerDelay})}REe.tracker=YCe;var FCe=function(RCe){return RCe&&RCe.headers&&(RCe.headers["x-ci-request-id"]&&(RCe.RequestId=RCe.headers["x-ci-request-id"]),RCe.headers["x-cos-request-id"]&&(RCe.RequestId=RCe.headers["x-cos-request-id"]),RCe.headers["x-cos-version-id"]&&(RCe.VersionId=RCe.headers["x-cos-version-id"]),RCe.headers["x-cos-delete-marker"]&&(RCe.DeleteMarker=RCe.headers["x-cos-delete-marker"])),RCe},kEe=function(RCe,bBe){YCe&&YCe.report(RCe,bBe),ZEe&&ZEe(FCe(RCe),FCe(bBe))},WCe=function(){if(cEe!=="getService"&&cEe!=="abortUploadTask"){var RCe=uEe.call(uCe,cEe,REe);if(RCe)return"missing param "+RCe;if(REe.Region){if(uCe.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(REe.Region))return"Region format error."}else{if(REe.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(REe.Region))return"Region format error."}!uCe.options.CompatibilityMode&&REe.Region.indexOf("-")===-1&&REe.Region!=="yfb"&&REe.Region!=="default"&&REe.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(REe.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(REe.Bucket))if(REe.AppId)REe.Bucket=REe.Bucket+"-"+REe.AppId;else if(uCe.options.AppId)REe.Bucket=REe.Bucket+"-"+uCe.options.AppId;else return'Bucket should format as "test-1250000000".';REe.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete REe.AppId)}!uCe.options.UseRawKey&&REe.Key&&REe.Key.substr(0,1)==="/"&&(REe.Key=REe.Key.substr(1))}},EBe=WCe(),bIe=["getAuth","getObjectUrl"].includes(cEe);if(typeof Promise=="function"&&!bIe&&!ZEe)return new Promise(function(rBe,RCe){if(ZEe=function(FQe,mme){FQe?RCe(FQe):rBe(mme)},EBe)return kEe(TCe.error(new Error(EBe)));OEe.call(uCe,REe,kEe)});if(EBe)return kEe(TCe.error(new Error(EBe)));var TIe=OEe.call(uCe,REe,kEe);if(bIe)return TIe}},FEe=function(cEe,OEe){var REe=this,ZEe=0,uCe=0,YCe=Date.now(),MBe,_Ce;function FCe(){if(_Ce=0,OEe&&typeof OEe=="function"){MBe=Date.now();var kEe=Math.max(0,Math.round((uCe-ZEe)/((MBe-YCe)/1e3)*100)/100)||0,WCe;uCe===0&&cEe===0?WCe=1:WCe=Math.floor(uCe/cEe*100)/100||0,YCe=MBe,ZEe=uCe;try{OEe({loaded:uCe,total:cEe,speed:kEe,percent:WCe})}catch{}}}return function(kEe,WCe){if(kEe&&(uCe=kEe.loaded,cEe=kEe.total),WCe)clearTimeout(_Ce),FCe();else{if(_Ce)return;_Ce=setTimeout(FCe,REe.options.ProgressInterval)}}},vEe=function(cEe,OEe,REe){var ZEe;if(typeof OEe.Body=="string"?OEe.Body=new Blob([OEe.Body],{type:"text/plain"}):OEe.Body instanceof ArrayBuffer&&(OEe.Body=new Blob([OEe.Body])),OEe.Body&&(OEe.Body instanceof Blob||OEe.Body.toString()==="[object File]"||OEe.Body.toString()==="[object Blob]"))ZEe=OEe.Body.size;else{REe(TCe.error(new Error("params body format error, Only allow File|Blob|String.")));return}OEe.ContentLength=ZEe,REe(null,ZEe)},yEe=function(cEe){return Date.now()+(cEe||0)},VEe=function(cEe,OEe){var REe=cEe;return cEe.message=cEe.message||null,typeof OEe=="string"?(cEe.error=OEe,cEe.message=OEe):tAe(OEe)==="object"&&OEe!==null&&(yIe(cEe,OEe),(OEe.code||OEe.name)&&(cEe.code=OEe.code||OEe.name),OEe.message&&(cEe.message=OEe.message),OEe.stack&&(cEe.stack=OEe.stack)),typeof Object.defineProperty=="function"&&(Object.defineProperty(cEe,"name",{writable:!0,enumerable:!1}),Object.defineProperty(cEe,"message",{enumerable:!0})),cEe.name=OEe&&OEe.name||cEe.name||cEe.code||"Error",cEe.code||(cEe.code=cEe.name),cEe.error||(cEe.error=_Ie(REe)),cEe},UEe=function(){return(typeof globalThis>"u"?"undefined":tAe(globalThis))==="object"&&(globalThis.constructor.name==="DedicatedWorkerGlobalScope"||globalThis.FileReaderSync)},UCe=function(){return(typeof window>"u"?"undefined":tAe(window))!=="object"&&(typeof eAe>"u"?"undefined":tAe(eAe))==="object"&&!0&&!UEe()},CCe=function(cEe){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(cEe)},fCe=function(){if((typeof navigator>"u"?"undefined":tAe(navigator))!=="object")return!1;var YEe=navigator.userAgent,cEe=!!YEe.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);return cEe}(),VCe=function(){return(typeof navigator>"u"?"undefined":tAe(navigator))!=="object"?!1:/\sQQ/i.test(navigator.userAgent)}(),$Ee=function(cEe,OEe){var REe=pAe.encode(cEe);return OEe&&(REe=REe.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),REe},tCe=function(cEe){return cEe?pAe.decode(cEe):""},iCe=function(cEe){var OEe=cEe.split("/"),REe=[],ZEe=AAe(OEe),uCe;try{for(ZEe.s();!(uCe=ZEe.n()).done;){var YCe=uCe.value;YCe===".."?REe.length&&REe.pop():YCe.length&&YCe!=="."&&REe.push(YCe)}}catch(MBe){ZEe.e(MBe)}finally{ZEe.f()}return"/"+REe.join("/")},gCe=function(cEe){var OEe;if(cEe&&typeof cEe=="string"){var REe=cEe.trim(),ZEe=REe.indexOf("<")===0,uCe=REe.indexOf("{")===0;if(ZEe)OEe=TCe.xml2json(cEe)||{};else if(uCe)try{var YCe=cEe.replace(/\n/g," "),MBe=JSON.parse(YCe);Object.prototype.toString.call(MBe)==="[object Object]"?OEe=MBe:OEe=cEe}catch{OEe=cEe}else OEe=cEe}else OEe=cEe||{};return OEe},TCe={noop:rIe,formatParams:NEe,apiWrapper:MEe,xml2json:NAe,json2xml:TAe,md5:oAe,clearKey:AIe,fileSlice:hIe,getBodyMd5:tIe,getFileMd5:pIe,b64:zIe,extend:yIe,isArray:OIe,isInArray:PIe,makeArray:LIe,each:oEe,map:JIe,filter:XIe,clone:_Ie,attr:SIe,uuid:YIe,camSafeUrlEncode:bAe,throttleOnProgress:FEe,getFileSize:vEe,getSkewTime:yEe,error:VEe,obj2str:LAe,getAuth:PAe,parseSelectPayload:eIe,getSourceParams:iIe,isBrowser:!0,isNode:UCe,isCIHost:CCe,isIOS_QQ:fCe&&VCe,encodeBase64:$Ee,decodeBase64:tCe,simplifyPath:iCe,readAsBinaryString:XAe,parseResBody:gCe};$P.exports=TCe}).call(this,z9("./node_modules/process/browser.js"))}})})}(cosJsSdkV5$1)),cosJsSdkV5$1.exports}var cosJsSdkV5Exports=requireCosJsSdkV5();const COS=getDefaultExportFromCjs$1(cosJsSdkV5Exports);var vuedraggable_umd$1={exports:{}},vue$1={exports:{}},vue_cjs_prod={};/** * @vue/compiler-core v3.5.33 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/const FRAGMENT=Symbol(""),TELEPORT=Symbol(""),SUSPENSE=Symbol(""),KEEP_ALIVE=Symbol(""),BASE_TRANSITION=Symbol(""),OPEN_BLOCK=Symbol(""),CREATE_BLOCK=Symbol(""),CREATE_ELEMENT_BLOCK=Symbol(""),CREATE_VNODE=Symbol(""),CREATE_ELEMENT_VNODE=Symbol(""),CREATE_COMMENT=Symbol(""),CREATE_TEXT=Symbol(""),CREATE_STATIC=Symbol(""),RESOLVE_COMPONENT=Symbol(""),RESOLVE_DYNAMIC_COMPONENT=Symbol(""),RESOLVE_DIRECTIVE=Symbol(""),RESOLVE_FILTER=Symbol(""),WITH_DIRECTIVES=Symbol(""),RENDER_LIST=Symbol(""),RENDER_SLOT=Symbol(""),CREATE_SLOTS=Symbol(""),TO_DISPLAY_STRING=Symbol(""),MERGE_PROPS=Symbol(""),NORMALIZE_CLASS=Symbol(""),NORMALIZE_STYLE=Symbol(""),NORMALIZE_PROPS=Symbol(""),GUARD_REACTIVE_PROPS=Symbol(""),TO_HANDLERS=Symbol(""),CAMELIZE=Symbol(""),CAPITALIZE$1=Symbol(""),TO_HANDLER_KEY=Symbol(""),SET_BLOCK_TRACKING=Symbol(""),PUSH_SCOPE_ID=Symbol(""),POP_SCOPE_ID=Symbol(""),WITH_CTX=Symbol(""),UNREF=Symbol(""),IS_REF=Symbol(""),WITH_MEMO=Symbol(""),IS_MEMO_SAME=Symbol(""),helperNameMap={[FRAGMENT]:"Fragment",[TELEPORT]:"Teleport",[SUSPENSE]:"Suspense",[KEEP_ALIVE]:"KeepAlive",[BASE_TRANSITION]:"BaseTransition",[OPEN_BLOCK]:"openBlock",[CREATE_BLOCK]:"createBlock",[CREATE_ELEMENT_BLOCK]:"createElementBlock",[CREATE_VNODE]:"createVNode",[CREATE_ELEMENT_VNODE]:"createElementVNode",[CREATE_COMMENT]:"createCommentVNode",[CREATE_TEXT]:"createTextVNode",[CREATE_STATIC]:"createStaticVNode",[RESOLVE_COMPONENT]:"resolveComponent",[RESOLVE_DYNAMIC_COMPONENT]:"resolveDynamicComponent",[RESOLVE_DIRECTIVE]:"resolveDirective",[RESOLVE_FILTER]:"resolveFilter",[WITH_DIRECTIVES]:"withDirectives",[RENDER_LIST]:"renderList",[RENDER_SLOT]:"renderSlot",[CREATE_SLOTS]:"createSlots",[TO_DISPLAY_STRING]:"toDisplayString",[MERGE_PROPS]:"mergeProps",[NORMALIZE_CLASS]:"normalizeClass",[NORMALIZE_STYLE]:"normalizeStyle",[NORMALIZE_PROPS]:"normalizeProps",[GUARD_REACTIVE_PROPS]:"guardReactiveProps",[TO_HANDLERS]:"toHandlers",[CAMELIZE]:"camelize",[CAPITALIZE$1]:"capitalize",[TO_HANDLER_KEY]:"toHandlerKey",[SET_BLOCK_TRACKING]:"setBlockTracking",[PUSH_SCOPE_ID]:"pushScopeId",[POP_SCOPE_ID]:"popScopeId",[WITH_CTX]:"withCtx",[UNREF]:"unref",[IS_REF]:"isRef",[WITH_MEMO]:"withMemo",[IS_MEMO_SAME]:"isMemoSame"};function registerRuntimeHelpers(r4){Object.getOwnPropertySymbols(r4).forEach(x_=>{helperNameMap[x_]=r4[x_]})}const Namespaces={HTML:0,0:"HTML",SVG:1,1:"SVG",MATH_ML:2,2:"MATH_ML"},NodeTypes={ROOT:0,0:"ROOT",ELEMENT:1,1:"ELEMENT",TEXT:2,2:"TEXT",COMMENT:3,3:"COMMENT",SIMPLE_EXPRESSION:4,4:"SIMPLE_EXPRESSION",INTERPOLATION:5,5:"INTERPOLATION",ATTRIBUTE:6,6:"ATTRIBUTE",DIRECTIVE:7,7:"DIRECTIVE",COMPOUND_EXPRESSION:8,8:"COMPOUND_EXPRESSION",IF:9,9:"IF",IF_BRANCH:10,10:"IF_BRANCH",FOR:11,11:"FOR",TEXT_CALL:12,12:"TEXT_CALL",VNODE_CALL:13,13:"VNODE_CALL",JS_CALL_EXPRESSION:14,14:"JS_CALL_EXPRESSION",JS_OBJECT_EXPRESSION:15,15:"JS_OBJECT_EXPRESSION",JS_PROPERTY:16,16:"JS_PROPERTY",JS_ARRAY_EXPRESSION:17,17:"JS_ARRAY_EXPRESSION",JS_FUNCTION_EXPRESSION:18,18:"JS_FUNCTION_EXPRESSION",JS_CONDITIONAL_EXPRESSION:19,19:"JS_CONDITIONAL_EXPRESSION",JS_CACHE_EXPRESSION:20,20:"JS_CACHE_EXPRESSION",JS_BLOCK_STATEMENT:21,21:"JS_BLOCK_STATEMENT",JS_TEMPLATE_LITERAL:22,22:"JS_TEMPLATE_LITERAL",JS_IF_STATEMENT:23,23:"JS_IF_STATEMENT",JS_ASSIGNMENT_EXPRESSION:24,24:"JS_ASSIGNMENT_EXPRESSION",JS_SEQUENCE_EXPRESSION:25,25:"JS_SEQUENCE_EXPRESSION",JS_RETURN_STATEMENT:26,26:"JS_RETURN_STATEMENT"},ElementTypes={ELEMENT:0,0:"ELEMENT",COMPONENT:1,1:"COMPONENT",SLOT:2,2:"SLOT",TEMPLATE:3,3:"TEMPLATE"},ConstantTypes={NOT_CONSTANT:0,0:"NOT_CONSTANT",CAN_SKIP_PATCH:1,1:"CAN_SKIP_PATCH",CAN_CACHE:2,2:"CAN_CACHE",CAN_STRINGIFY:3,3:"CAN_STRINGIFY"},locStub={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function createRoot(r4,x_=""){return{type:0,source:x_,children:r4,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:[],temps:0,codegenNode:void 0,loc:locStub}}function createVNodeCall(r4,x_,$P,zP,z9,eAe,tAe,AAe=!1,iAe=!1,nAe=!1,oAe=locStub){return r4&&(AAe?(r4.helper(OPEN_BLOCK),r4.helper(getVNodeBlockHelper(r4.inSSR,nAe))):r4.helper(getVNodeHelper(r4.inSSR,nAe)),tAe&&r4.helper(WITH_DIRECTIVES)),{type:13,tag:x_,props:$P,children:zP,patchFlag:z9,dynamicProps:eAe,directives:tAe,isBlock:AAe,disableTracking:iAe,isComponent:nAe,loc:oAe}}function createArrayExpression(r4,x_=locStub){return{type:17,loc:x_,elements:r4}}function createObjectExpression(r4,x_=locStub){return{type:15,loc:x_,properties:r4}}function createObjectProperty(r4,x_){return{type:16,loc:locStub,key:isString$2(r4)?createSimpleExpression(r4,!0):r4,value:x_}}function createSimpleExpression(r4,x_=!1,$P=locStub,zP=0){return{type:4,loc:$P,content:r4,isStatic:x_,constType:x_?3:zP}}function createInterpolation(r4,x_){return{type:5,loc:x_,content:isString$2(r4)?createSimpleExpression(r4,!1,x_):r4}}function createCompoundExpression(r4,x_=locStub){return{type:8,loc:x_,children:r4}}function createCallExpression(r4,x_=[],$P=locStub){return{type:14,loc:$P,callee:r4,arguments:x_}}function createFunctionExpression(r4,x_=void 0,$P=!1,zP=!1,z9=locStub){return{type:18,params:r4,returns:x_,newline:$P,isSlot:zP,loc:z9}}function createConditionalExpression(r4,x_,$P,zP=!0){return{type:19,test:r4,consequent:x_,alternate:$P,newline:zP,loc:locStub}}function createCacheExpression(r4,x_,$P=!1,zP=!1){return{type:20,index:r4,value:x_,needPauseTracking:$P,inVOnce:zP,needArraySpread:!1,loc:locStub}}function createBlockStatement(r4){return{type:21,body:r4,loc:locStub}}function createTemplateLiteral(r4){return{type:22,elements:r4,loc:locStub}}function createIfStatement(r4,x_,$P){return{type:23,test:r4,consequent:x_,alternate:$P,loc:locStub}}function createAssignmentExpression(r4,x_){return{type:24,left:r4,right:x_,loc:locStub}}function createSequenceExpression(r4){return{type:25,expressions:r4,loc:locStub}}function createReturnStatement(r4){return{type:26,returns:r4,loc:locStub}}function getVNodeHelper(r4,x_){return r4||x_?CREATE_VNODE:CREATE_ELEMENT_VNODE}function getVNodeBlockHelper(r4,x_){return r4||x_?CREATE_BLOCK:CREATE_ELEMENT_BLOCK}function convertToBlock(r4,{helper:x_,removeHelper:$P,inSSR:zP}){r4.isBlock||(r4.isBlock=!0,$P(getVNodeHelper(zP,r4.isComponent)),x_(OPEN_BLOCK),x_(getVNodeBlockHelper(zP,r4.isComponent)))}const defaultDelimitersOpen=new Uint8Array([123,123]),defaultDelimitersClose=new Uint8Array([125,125]);function isTagStartChar(r4){return r4>=97&&r4<=122||r4>=65&&r4<=90}function isWhitespace(r4){return r4===32||r4===10||r4===9||r4===12||r4===13}function isEndOfTagSection(r4){return r4===47||r4===62||isWhitespace(r4)}function toCharCodes(r4){const x_=new Uint8Array(r4.length);for(let $P=0;$P100){let tAe=-1,AAe=z9;for(;tAe+1>>1;this.newlines[iAe]=0;tAe--)if(x_>this.newlines[tAe]){eAe=tAe;break}return eAe>=0&&($P=eAe+2,zP=x_-this.newlines[eAe]),{column:zP,line:$P,offset:x_}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(x_){x_===60?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):!this.inVPre&&x_===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(x_))}stateInterpolationOpen(x_){if(x_===this.delimiterOpen[this.delimiterIndex])if(this.delimiterIndex===this.delimiterOpen.length-1){const $P=this.index+1-this.delimiterOpen.length;$P>this.sectionStart&&this.cbs.ontext(this.sectionStart,$P),this.state=3,this.sectionStart=$P}else this.delimiterIndex++;else this.inRCDATA?(this.state=32,this.stateInRCDATA(x_)):(this.state=1,this.stateText(x_))}stateInterpolation(x_){x_===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(x_))}stateInterpolationClose(x_){x_===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(x_))}stateSpecialStartSequence(x_){const $P=this.sequenceIndex===this.currentSequence.length;if(!($P?isEndOfTagSection(x_):(x_|32)===this.currentSequence[this.sequenceIndex]))this.inRCDATA=!1;else if(!$P){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=6,this.stateInTagName(x_)}stateInRCDATA(x_){if(this.sequenceIndex===this.currentSequence.length){if(x_===62||isWhitespace(x_)){const $P=this.index-this.currentSequence.length;if(this.sectionStart<$P){const zP=this.index;this.index=$P,this.cbs.ontext(this.sectionStart,$P),this.index=zP}this.sectionStart=$P+2,this.stateInClosingTagName(x_),this.inRCDATA=!1;return}this.sequenceIndex=0}(x_|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===Sequences.TitleEnd||this.currentSequence===Sequences.TextareaEnd&&!this.inSFCRoot?!this.inVPre&&x_===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(x_)):this.fastForwardTo(60)&&(this.sequenceIndex=1):this.sequenceIndex=+(x_===60)}stateCDATASequence(x_){x_===Sequences.Cdata[this.sequenceIndex]?++this.sequenceIndex===Sequences.Cdata.length&&(this.state=28,this.currentSequence=Sequences.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=23,this.stateInDeclaration(x_))}fastForwardTo(x_){for(;++this.index=x_||(this.state===28?this.currentSequence===Sequences.CdataEnd?this.cbs.oncdata(this.sectionStart,x_):this.cbs.oncomment(this.sectionStart,x_):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,x_))}emitCodePoint(x_,$P){}};const CompilerDeprecationTypes={COMPILER_IS_ON_ELEMENT:"COMPILER_IS_ON_ELEMENT",COMPILER_V_BIND_SYNC:"COMPILER_V_BIND_SYNC",COMPILER_V_BIND_OBJECT_ORDER:"COMPILER_V_BIND_OBJECT_ORDER",COMPILER_V_ON_NATIVE:"COMPILER_V_ON_NATIVE",COMPILER_V_IF_V_FOR_PRECEDENCE:"COMPILER_V_IF_V_FOR_PRECEDENCE",COMPILER_NATIVE_TEMPLATE:"COMPILER_NATIVE_TEMPLATE",COMPILER_INLINE_TEMPLATE:"COMPILER_INLINE_TEMPLATE",COMPILER_FILTERS:"COMPILER_FILTERS"},deprecationData={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:r4=>`.sync modifier for v-bind has been removed. Use v-model with argument instead. \`v-bind:${r4}.sync\` should be changed to \`v-model:${r4}\`.`,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